/*@import url('https://fonts.googleapis.com/css2?family=Epilogue&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/


/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto&display=swap');*/



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

/*@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');*/


.user-role-subscriber .hcp-class-5{
    display:none!important;
}

.user-role-subscriber .hcp-class-6{
    display:none!important;
}

.user-role-contributor .ihc-account-affiliate-link {
    background-color: transparent !important;
}
:root {
    --primary-color: #e9463b;
}

.post, .page {
    margin: 0 0;
}

.page-content, .entry-content, .entry-summary {
     margin: 0; 
}

a {
    color:var(--primary-color);
}
html {
    height: 100%;
    overflow-x: hidden; /* Prevent horizontal scroll */
    width: 100%;
    max-width: 100vw;
}

body {
    font-family: Poppins, sans-serif;
    margin: 0;
    padding: 0;
    color: #181818;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden; /* Prevent horizontal scroll */
    width: 100%;
    max-width: 100vw;
}

#page.site {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Make content area flexible to push footer down */
#content,
.site-content,
main,
#primary {
    flex: 1;
}

h1, h2, h3, h4, h5 {
    font-family: Poppins, sans-serif;
}

/* Header styles moved to /css/header.css */

a:hover {
    text-decoration: none;
}

a:visited {
    color: var(--primary-color);
}

.site-info li a{
    color:black;
    text-decoration:none;
}

.start-btn a {
    display: inline-block;
    transition: background-color 0.3s;
}

.overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Gray background */
    z-index: 9; /* Below the popup */
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 10; /* Above the overlay */
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 24px;
    color: #333;
}

.close-btn:hover {
    color: #f00;
}

.pop-in-b span{
    font-weight:600;
}

.pop-in-b {
    padding:15px 0px;
}

.pop-in-c a{
    font-weight:600;
}

.hero-section {
    display: flex;
    margin: 0 auto;
    align-items: center;
    padding: 50px 40px;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        padding: 30px 20px;
        gap: 30px;
        align-items: center;
        text-align: center;
    }
    
    .hero-title {
        max-width: 100%;
        width: 100%;
    }
    
    .hero-title h1 {
        font-size: 28px !important;
        max-width: 100%;
    }
    
    .hero-title h3 {
        font-size: 16px !important;
        width: 100% !important;
        max-width: 100%;
    }
    
    .hero-animation {
        width: 100%;
        max-width: 100%;
    }
    
    .hero-animation-img img {
        max-width: 100%;
        height: auto;
    }
}
.hero-title {
    max-width: 550px;
    position: relative;
}

.hero-animation {
    margin: 0 auto;
}

.hero-title h1{
    font-size: 2.5vw;
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 20px;
}
span.hero-icon-free {
    position:absolute;
    left: 71%;
    top: 50%;
}

.hero-title h3{
    font-size: 1vw;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    padding-bottom: 50px;
    color: #4b4b4b;
        width: 430px;
}

.iump-user-fields-list {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
}

.iump-label {
    background:#80808024;
}

.iump-view-user-wrapp-temp2 .iump-user-field .iump-value {
     padding:5px 25px;
}

.ref-points-wrap {
    text-align: center;
}

.ref-points {
    background: var(--primary-color);
    width: max-content;
    margin: 0 auto;
    padding: 5px 10px;
    color: white;
    font-size: 20px;
    border-radius: 30px;
    min-width: 39px;
}

.iump-ethos span{
    font-size:11px;
    color:gray;
}

.about-l:before{
  content:" ";
  display: block;
  height: 1px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #c5c5c5;
}
.about-l {
  position: relative;
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}


.about-l:after{
  content:" ";
  height: 1px;
  width: 150px;
  background: #c5c5c5;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.about-l:before{
  content:" ";
  display: block;
  height: 1px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #c5c5c5;
}
.about-l {
  position: relative;
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}


.about-l:after{
  content:" ";
  height: 1px;
  width: 150px;
  background: #c5c5c5;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.about-m {
    padding: 20px 0px;
    text-align: center;
}

.iump-view-user-wrapp-temp2 .iump-user-fields-list {
    padding: 30px 20px 0px;
}

.stats-wrapper {
    display: flex;
    justify-content: space-around;
}

.stats-wrapper-title {
    font-size: 20px;
}

.home .stats-wrapper-number {
    font-size:25px;
}

.stat-wrapper {
    text-align: center;
}

.boxes {
    display: flex;
    justify-content: center;
    gap:30px;
    padding: 50px 40px;
}

@media (max-width: 768px) {
    .boxes {
        padding: 30px 20px;
        flex-direction: column;
        gap: 20px;
    }
    
    .color-box {
        width: 100% !important;
    }
}

.box1 {
    background:#942c25;
}

.box2 {
    background:#e9463b;
}

.box3 {
    background:#942c25;
}

.color-box-top {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 30px;
}

.color-box {
    border-radius: 10px;
        width: 33%;
}

.color-box h2 {
    color:white;
    font-size:1.5vw;
}
.color-box p {
    color:white;
    font-size:1vw;
    margin-bottom:30px;
}

@media (max-width: 768px) {
    .color-box-top {
        font-size: 18px !important;
    }
    
    .color-box h2 {
        font-size: 20px !important;
    }
    
    .color-box p {
        font-size: 16px !important;
    }
}

.color-box a {
    border: 1px solid #ffffff59;
    padding: 10px 20px;
    margin: 25px 0px;
    text-decoration: none;
    color: white;
}




/*Footer*/

/* Sticky Footer - Make body and page wrapper flex containers */
#page.site {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.site-footer {
    background: var(--primary-color);
    padding: 50px 0;
    margin-top: auto;
}

.copy {
    text-align:center;
}
ul#primary-menu li a{
    color:black;
    text-decoration:none;
    font-size:16px;
}

.menu-footer-container ul#menu-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-transform:uppercase;
    font-weight:600;
    padding:20px 20px;
    align-items: center;
    align-content: center;
    font-size:18px;
    border-bottom: 1px solid #cc3c32;
    margin: 30px 0px;
}


.menu-footer-container ul#menu-footer a{
    color:white;
}

.newsletter-tnp {
    display: flex;
    align-content: center;
    justify-content: center;
}

.tnp-field.tnp-privacy-field {
    text-align:center;
}

input#tnp-1:focus {
  outline: none;
}

input#urlInput:focus {
  outline: none;
}

input#tnp-1 {
    width:350px;
    padding:15px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px rgb(0 0 0 / 4%), 0 1px 10px rgb(0 0 0 / 13%);
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}


.tnp-subscription input.tnp-submit {
    padding:15px!important;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px rgb(0 0 0 / 4%), 0 1px 10px rgb(0 0 0 / 13%);
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}

.tnp-field.tnp-privacy-field a{
    color: black;
}
a.newsletter-confirm {background-color: #267dff;
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 3%), 0 4px 5px rgb(0 0 0 / 3%), 0 1px 10px rgb(0 0 0 / 22%);
    color:white;
}
                    
.menu-footer-container ul#menu-footer a:hover {
    color:#e2e2e2;
}

.copyright-wrap {
    display: flex;
    justify-content: space-between;
        padding: 0px 35px;
}
.copyright-wrap a {
    color:#d8d8d8;
    font-weight:600;
}

.copyright-wrap-f {
    display: flex;
    gap: 30px;
    color: #d8d8d8;
    font-weight: 600;
}
.copy {
    color: #d8d8d8;
}
.copy a{
    color: #d8d8d8;
}
.menu-footer-container nav ul li {
    margin-left: 0px;
}

.thanks .hero-lottie {
    display: flex;
    justify-content: center;
}

.container.thanks {
    text-align:center;
}




/*Contact*/




div#error-message {position: absolute;right: 110px;font-size: 12px;}

.wpcf7-form select {
	background:#ffffff;
	color:black; 
	border:2px;
	border-style: solid;
	border-color:#eae9f3;
	border-radius: 4px;
	font-size: 15px;
	padding: 10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background:#ffffff;
	color:black; 
	border:2px;
	border-style: solid;
	border-color:#eae9f3;
	border-radius: 4px;
	font-size: 15px;
	padding: 10px;
}

.wpcf7 input[type="text"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 textarea::placeholder  { 
	color: #b5b5b5;
	font-size:15px;
	font-weight:400;
}


.section-1-how-to ul {
    list-style: disc;
}


.first-c {
    display: flex;
    gap: 30px;
}

.first-c-m {
    width: 100%;
}

.first-c-m {
    width:100%;
}

.first-c-i {
    width:100%;
}
label {
    width:100%;
}
input.wpcf7-form-control {
    width: 100%;
}

.wpcf7-form select {
    width: 100%;
}

form.wpcf7-form {
    border:1px solid black;
    padding:30px;
    border-radius:5px;
    box-shadow: 3px 3px #000;
}


.post-292 h1.entry-title {
    text-align:center;
}

.sub-c {
    text-align: center;
    padding-bottom: 30px;
}

input.wpcf7-form-control.wpcf7-submit {
    width:150px;
    background: var(--primary-color);
    color:white;
    padding:15px;
    font-weight:600;
}

#sidebar {
    position: sticky;
    height: 500px;
    top: 150px;
}

#masthead {
    position: sticky;
    height: 118px;
    top: 0px;
    z-index:11;
    background:white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.filter-users select {
    padding:5px;
    width:100%;
    margin-bottom:15px;
    outline: none;
}
.filter-users input {
    padding:5px;
    width:100%;
    margin-bottom:15px;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
}

.filter-users-title {
    font-size: 22px;
    padding: 10px 0px;
}

.btn-main {
    background: var(--primary-color);
    color:white;
    border:1px solid var(--primary-color);
}

.btn-second {
    background: white;
    color:var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-main:hover {
    background: white;
    color:var(--primary-color);
    border: 1px solid var(--primary-color);
   
}
.btn-second:hover {
    background: var(--primary-color);
    color:white;
    border:1px solid var(--primary-color);
}

.profile-listing-search .user-avatar {
display: inline-block; /* Fits the wrapper to the size of the image */
  overflow: hidden; /* Keeps the image inside the container */
  border-radius: 50%;
  border-width: 4px;
  border-style: solid;
  border-color:  var(--primary-color) var(--primary-color) var(--primary-color) var(--primary-color); /* Define colosr for top, right, bottom, and left sides */
  transform: rotate(-45deg);
  max-width:150px;
  box-shadow: 1px 5px 9px 0 rgb(208 62 52 / 57%);
}
.profile-listing-search .user-avatar > img {
    display: block; /* Prevent baseline alingment (space below image) */
  transform: rotate(45deg); /* Cancel the container's transform */
}

.iump-ethos {
    text-align:center;
}

.listing-wrapper-img {
    padding-right: 0px!important;
}

.listing-wrapper-personal {
    padding-left: 0px!important;
}

.row-1 {
    display: flex;
    align-items: center;
}


.listing-username {
    font-size:16px;
    color:#606060;
}

.listing-name {
    font-size:22px;
    color:var(--primary-color);
    font-weight:600;
}

.listing-location {
    font-weight:600;
}

.row-3 {
    text-align:center;
}

.row-3-label {
    background: #80808024;
    color: #333;
    font-weight: 700;
    padding-left: 7%;
}

.row-3-data {
    padding: 5px;
}

.faqs .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.faqs .active, .faqs .accordion:hover {
  background-color: #ccc;
}

.faqs .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faqs .active:after {
  content: "\2212";
}

.faqs .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.ich_level_wrap.ihc_level_template_5 {
    display: flex;
    justify-content: center;
    gap:30px
}

article#post-129 h1.entry-title {
    text-align:center;
    padding:15px 0px;
}

.ihc_level_template_7 .ihc-level-item-wrap {
    background: var(--primary-color);
}

.ihc_level_template_7 .ihc-level-item-price {
        border: 4px solid  var(--primary-color);
}

.ich_level_wrap.ihc_level_template_7 {
    display: flex !important;
    justify-content: center;
    align-items: stretch !important; /* Make all cards same height */
    gap: 30px;
}

/* Override plugin's inline-block to use flex - use very specific selector */
body .ich_level_wrap.ihc_level_template_7 .ihc-level-item,
body .ihc_level_template_7 .ihc-level-item,
.ich_level_wrap.ihc_level_template_7 .ihc-level-item,
.ihc_level_template_7 .ihc-level-item {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 32% !important; /* Make items equal width and height */
    max-width: 400px !important;
    min-width: 290px !important;
    width: auto !important; /* Override plugin's fixed width */
    box-sizing: border-box !important;
    position: relative !important;
    vertical-align: top !important;
}

.ihc_level_template_7 .ihc-level-item-wrap,
.ich_level_wrap.ihc_level_template_7 .ihc-level-item-wrap {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; /* Take full height of parent */
    flex: 1 1 auto !important; /* Fill available space */
    margin: 10px !important;
    margin-bottom: 15px !important;
    margin-left: 60px !important;
    box-sizing: border-box !important;
    border: 1px solid #eee;
    padding: 0 !important;
    position: relative !important;
    box-shadow: 2px 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px !important;
    /* Don't use overflow: hidden here as it clips the price element which extends outside */
}

/* Add top border radius to the title section to match card styling */
.ihc_level_template_7 .ihc-level-item-top,
.ich_level_wrap.ihc_level_template_7 .ihc-level-item-top {
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    overflow: hidden !important;
}

.ihc_level_template_7 .ihc-level-item-content,
.ich_level_wrap.ihc_level_template_7 .ihc-level-item-content {
    flex: 1 1 auto !important; /* Make content area flexible to push bottom content down */
    min-height: 250px !important;
    padding-bottom: 80px !important;
    display: flex !important;
    flex-direction: column !important;
}

.faqs {
    padding-bottom: 50px;
}

.faq-section .section-title {
    text-align:center;
    padding-bottom:20px;
}

article#post-125 h1.entry-title {
    text-align:center;
    padding: 15px 0px;
}

article#post-308 h1.entry-title {
    text-align:center;
    padding: 15px 0px;
}

.iump-additional-content {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
}

.public-profile-data {
    padding: 5px 25px;
}

.public-profile-direct .public-profile-label {
    
    font-weight: 700;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-family: Poppins, sans-serif;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 20px !important;
    color: #333;
    text-align: center;
    line-height: 25px;
    padding: 12px 20px;
    min-height: 40px;
    border: 4px solid var(--primary-color);;
    border-radius: 50px 0 0 50px;
}

.public-profile-indirect .public-profile-label {
    
font-weight: 700;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-family: Poppins, sans-serif;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 20px !important;
    color: #333;
    text-align: center;
    line-height: 25px;
    padding: 12px 20px;
    min-height: 40px;
    border: 4px solid var(--primary-color);;
    border-radius: 0 50px 50px 0;
}

.public-profile-direct .public-profile-data {
    font-size:20px;
    font-weight: 600;
}
.public-profile-indirect .public-profile-data {
    font-size:20px;
    font-weight: 600;
}

.iump-view-user-wrapp-temp2 .ihc-left-side .ihc-user-page-avatar img {
    border-color: var(--primary-color)!important;
}

.iump-view-user-wrapp-temp2 .ihc-middle-side .iump-username {
    color: var(--primary-color)!important;
}

.custom-padding {
    padding-top:27px;
}

article#post-127 h1.entry-title {
    text-align:center;
}

.ihc-register-11 .iump-submit-form input:hover {
        background: var(--primary-color)!important;
}
.ihc-register-11 .iump-submit-form input {
        background: var(--primary-color)!important;
        border-color: var(--primary-color)!important;
}

.ihc-login-template-11 .impu-form-links-pass a {
    color: var(--primary-color);
}

.ihc-login-template-11 .impu-form-submit input {
    border: 2px solid var(--primary-color)!important;
    color:var(--primary-color)!important;
}

.hero-button {
    display:flex;
    align-items: center;
    gap: 30px;
    font-size: 18px;
}

a.hero-button-u {
    background: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 15px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

a.hero-button-u:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

a.hero-button-b {
    background: white;
    color:var(--primary-color);
    border:1px solid var(--primary-color);
    padding: 15px 20px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

a.hero-button-b:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.ihc-login-template-11 .impu-form-submit input:hover {
    background: var(--primary-color)!important;
    color:white!important;
}

input[type="text"], input[type="password"], textarea, select { 
    outline: none!important;
}

.ihc-login-template-11 .impu-form-line-fr:hover {
        border-color: var(--primary-color)!important;
}

/* Get Started button styles moved to /css/header.css */

.brand-items img{
    height: 100px;
    width:auto!important;
    object-fit: contain;
    filter: grayscale(1);
}

.brands-section-title {
    text-align: center;
    padding: 20px;
    padding: 50px 0px 50px 0px;
}

button.owl-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
z-index:9;
width:30px;
height:30px;
background:white!important;
color:red!important;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); 
}

.featured-section-title {
    text-align: center;
    padding: 100px 0px 50px 0px;
}

button.owl-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
right:0;
z-index:9;
width:30px;
height:30px;
background:white!important;
color:red!important;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); 
}

button.owl-next span {
    font-size:20px;
    font-weight:700;
}
button.owl-prev span {
    font-size:20px;
    font-weight:700;
}

.top-number {
    font-size:25px;
    font-weight:600;
    color:#444;
}

.ihc-user-page-content-wrapper .ihc-ap-wrap p {
    text-align:center;
}

.ihc-ap-top-theme-4 .ihc-user-page-top-ap-background {
    background-color:#e9463bad!important;
}

.user-role-subscriber .hcp-class-5 {
    display:none!important;
}

.user-role-subscriber .hcp-class-6 {
    display:none!important;
}

.user-role-subscriber .ihc-account-affiliate-link {
    background-color:  var(--primary-color)!important;
}
.ihc-ap-theme-3 .ihc-ap-menu .ihc-ap-menu-item .fa-ihc {
    padding-right: 0px!important;
}


.about-section .about-text h3 {
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 6px;
}


.about-section .about-list .media {
  padding: 5px 0;
}
.about-section .about-list label {
  color: #e9463b;
  font-weight: 600;
  width: 88px;
  margin: 0;
  position: relative;
}

.about-section .about-list p {
  margin: 0;
  font-size: 15px;
}
 .about-section .counter {
  margin-top:30px;
  padding: 22px 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
}
.about-section .counter .count-data {
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-section .counter .count {
  font-weight: 700;
  color: #e9463b;
  margin: 0 0 5px;
}
.about-section .counter p {
  font-weight: 600;
  margin: 0;
}

section#about {
  padding:50px 0px;
}

h6.theme-color.lead {
  color:#e9463b;
}

.about-section .ihc-user-page-avatar .ihc-member-photo {
    max-width: 250px;
    max-height: 250px;
    margin: 15px 3px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 100%;
    zoom: .9;
    box-shadow: 7px 8px 9px 0 rgb(208 62 52 / 57%);
}

.ethos_wrap_profile h6 {
    font-size:18px;
}

.about-avatar img.ihc-member-photo {
    margin: 10px;
    border:4px solid red;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}



.uap-ap-top-theme-2 .uap-user-page-top-background {
        background-color: #e9463bad !important;
}

.iump-element.chat_function img{
    width:25px;
}

.disable-chat-wrapper {
  position: relative;
  display: inline-block;
}

.disable-chat-wrapper .no-chat-icon {
  width: 50px; /* Adjust size based on your preference */
  height: auto;
  cursor: pointer;
}

.disable-chat-wrapper .chat-label {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position the label above the icon */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}

.disable-chat-wrapper .chat-label::after {
  content: "";
  position: absolute;
  top: 100%; /* Arrow pointing down */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.disable-chat-wrapper:hover .chat-label {
  visibility: visible;
  opacity: 1;
}


.message-alert-effect {
    /* Customize this style to create your effect */
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    top: 10px; /* Adjust positioning as needed */
    right: 10px;
}

.ihc-ap-menu-item.hcp-class-9 {
    position:relative;
}


.featured-users {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    border-width: 4px;
    border-style: solid;
    border-color: var(--primary-color) var(--primary-color) var(--primary-color) var(--primary-color);
    transform: rotate(-45deg);
    max-width: 250px;
}
.featured-users img{
    display: block;
    transform: rotate(45deg);
    margin:0 auto;
}

.featured-users-name {
    padding:10px;
    font-size:20px;
}

.featured-section-title p{
    color:#505050;
    line-height:23px;
}

.admin-dash {
    padding: 100px 0px 0px 0px;
}

.admin-dash .section-title h2{
    font-size:30px;
    margin-bottom:0px;
}

.admin-dash .section-title h4{
    margin-top:0px;
}

.admin-dash .section-title p{
    color:#505050;
    line-height:23px;
}


.number-section .section-title.info-title {
    text-align:center;
    color:white;
    font-size:25px;
    padding:130px 0px 50px 0px;
}
.number-section .stat-wrapper {
    color:white;
    font-size:20px;
}

.number-section .stats-wrapper {
    padding-bottom:130px;
}

.number-section .stats-wrapper-title {
    font-weight:600;
    font-size:22px;
}

.number-section .stats-wrapper-number {
    font-size:30px;
}
.number-section {
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top;
}

.feature-section {
    padding: 50px 40px;
    position: relative;
}

@media (max-width: 768px) {
    .feature-section {
        padding: 30px 20px;
    }
}


.top-ellipsis {
 position: absolute;
 bottom: -24px; /* Position the ellipsis at the bottom of the parent div */
 left: 0;
 width: 100%; /* Make the ellipsis span the full width of the parent */
 height: 50px; /* Adjust the height to achieve the ellipsis effect */
 background-color: white; /* Set the background color of the ellipsis */
 border-top-left-radius: 100px; /* Use a large value to create the inverted ellipsis shape */
 border-top-right-radius: 100px;
 z-index: 1;
 border-radius: 56%;
}



.number-section {
  position:relative;
}

.bottom-elipsis {
 position: absolute;
 bottom: -24px; /* Position the ellipsis at the bottom of the parent div */
 left: 0;
 width: 100%; /* Make the ellipsis span the full width of the parent */
 height: 50px; /* Adjust the height to achieve the ellipsis effect */
 background-color: #f4f4f4; /* Set the background color of the ellipsis */
 border-top-left-radius: 100px; /* Use a large value to create the inverted ellipsis shape */
 border-top-right-radius: 100px;
 z-index: 1;
 border-radius: 56%;
}



/* Feature section styles consolidated above */

.footer-elipsis {
 position: absolute;
 top: -24px; /* Position the ellipsis at the bottom of the parent div */
 left: 0;
 width: 100%; /* Make the ellipsis span the full width of the parent */
 height: 50px; /* Adjust the height to achieve the ellipsis effect */
 background-color: white; /* Set the background color of the ellipsis */
 border-top-left-radius: 100px; /* Use a large value to create the inverted ellipsis shape */
 border-top-right-radius: 100px;
 z-index: 1;
 border-radius: 56%;}

footer#colophon {
    position: relative;
}

.info-section .section-title.info-title {
    padding:100px 0px 50px 0px;
    text-align:center;
}



.testimonials-section .section-title.testimonials-title {
    padding: 100px 0px 0px 0px; /* Removed bottom padding */
    text-align: center;
}

.testimonials-background {    
    min-height: 400px;
    height: auto;
    margin-top: 60px;
    background-image: linear-gradient(#ffd9d6, #e9463b);
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-bottom: 80px;
    overflow: hidden;
}

/* Swiper Carousel Styling */
.testimonials-slider.swiper {
    padding: 30px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.testimonials-slider.swiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.testimonials-slider.swiper .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}

.testimonials-slider.swiper .swiper-slide .testimonials-slider-inside {
    width: 100%;
    height: 100%;
    margin: 0;
}

.testimonials-slider-inside {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
    color: #111111;
    background-color: #ffffff;
    border-radius: 20px !important;
    padding: 30px 25px;
    box-sizing: border-box;
    height: 100%;
    min-height: 300px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Testimonials header - Avatar and user info at top */
.testimonials-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.testimonials-avatar {
    width: 60px !important; /* Smaller avatar */
    height: 60px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid #e9463b;
}

.testimonials-user-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.testimonials-n {
    font-size: 18px;
    font-weight: 600;
    color: #181818;
    margin: 0;
    padding: 0;
}

.testimonials-j {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* Owl Carousel item styling */
.testimonials-slider.owl-carousel .owl-item {
    /* Don't force width - let owl carousel calculate it */
    display: flex !important;
    align-items: stretch !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonials-slider.owl-carousel .owl-item .testimonials-slider-inside {
    width: 100% !important;
    height: 100%;
    margin: 0 5px; /* Small gap between items */
    box-sizing: border-box;
    flex: none !important; /* Don't use flex sizing in carousel */
    display: flex !important;
    flex-direction: column;
    visibility: visible !important;
    opacity: 1 !important;
}

.testimonials-q {
    font-size: 18px;
    color: #505050;
    padding-top: 20px;
    margin: 0;
    line-height: 1.6;
    border-top: 1px solid #eae9f3; /* Visual separator between header and quote */
    flex: 1; /* Allow quote to take remaining space */
}

/* Swiper Navigation Buttons - Positioned at divider height */
.testimonials-slider.swiper .swiper-button-next,
.testimonials-slider.swiper .swiper-button-prev {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #e9463b;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #e9463b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    top: 100px !important; /* Position at divider height (header ~80px + 20px padding-top) */
    margin-top: 0;
    transform: translateY(0);
}

.testimonials-slider.swiper .swiper-button-next:after,
.testimonials-slider.swiper .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.testimonials-slider.swiper .swiper-button-next:hover,
.testimonials-slider.swiper .swiper-button-prev:hover {
    background: #e9463b;
    color: white;
    box-shadow: 0 4px 12px rgba(233, 70, 59, 0.3);
    transform: scale(1.1);
}

.testimonials-slider.swiper .swiper-button-next {
    right: 10px;
}

.testimonials-slider.swiper .swiper-button-prev {
    left: 10px;
}

.testimonials-section {
    /* padding-bottom:50px; */
    overflow-x: hidden; /* Prevent horizontal scroll */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.testimonials-section .container {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Prevent horizontal overflow but allow vertical expansion */
.testimonials-background {
    overflow-x: hidden !important;
    overflow-y: visible !important; /* Allow vertical expansion */
    width: 100%;
    max-width: 100%;
}

/* Remove duplicate rules - handled above */

.testimonials-slider-inside .testimonials-q {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Mobile responsive styles */
@media (max-width: 768px) {

    .hero-button {
        justify-content: center;
    }

    .simple-two-col-button {
        display: flex;
        justify-content: center;
    }

    .simple-two-col-button a {
        width: 60% !important;
    }

    .testimonials-background {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 20px !important; /* Bottom padding on mobile */
        overflow-x: hidden !important;
        overflow-y: visible !important; /* Allow vertical expansion on mobile */
        min-height: auto !important; /* Remove fixed min-height on mobile */
    }
    
    .testimonials-slider.swiper {
        padding: 15px 20px !important;
    }
    
    .testimonials-slider.swiper .swiper-slide {
        width: 77% !important; /* Show 1 slide + peek of next (77% width) */
    }
    
    .testimonials-slider-inside {
        padding: 20px 15px !important;
        min-height: auto !important;
    }
    
    .testimonials-header {
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .testimonials-avatar {
        width: 50px !important; /* Smaller on mobile */
        height: 50px !important;
    }
    
    .testimonials-q {
        font-size: 16px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 1.5 !important;
        padding-top: 15px !important;
    }
    
    .testimonials-n {
        font-size: 16px !important;
    }
    
    .testimonials-j {
        font-size: 13px !important;
    }
    
    .testimonials-slider.swiper .swiper-button-next,
    .testimonials-slider.swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
        top: 80px !important; /* Adjust for smaller mobile header/divider position */
    }
    
    .testimonials-slider.swiper .swiper-button-next {
        right: 5px;
    }
    
    .testimonials-slider.swiper .swiper-button-prev {
        left: 5px;
    }
}


span.site-name-hero {
    font-size: 35px;
    font-weight:600;
    color:var(--primary-color);
    font-family: Poppins, sans-serif;
}

.hero-animation-img img{
    max-height:450px;
}

.simple-two-col-section {
    display: flex;
    gap: 30px;
    padding: 50px 0px;
    justify-content: space-between;
    align-items: center;
}

.simple-two-col-left {
    flex: 1;
    max-width: 50%;
}

.simple-two-col-img {
    flex: 1;
    max-width: 50%;
    text-align: center;
}

.simple-two-col-title {
    font-family: Poppins, sans-serif;;
    max-width:600px;
    font-size:25px;
    padding-bottom:30px;
}

.simple-two-col-img img{
    max-height:450px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.simple-two-col-small {
    font-size:20px;
    color:var(--primary-color);
    padding-bottom:15px;
}

.simple-two-col-point img{
    padding-right:10px;
}
.simple-two-col-point {
    font-size:16px;
    padding:7px 0px;
}

.simple-two-col-points {
    padding-bottom:60px;
}

.simple-two-col-button a{
    background:var(--primary-color);
    color:white;
    padding:15px 20px;
    font-size:20px;
    border-radius: 6px;
    display: inline-block;
}

.simple-two-col-title:after {
    width:50px;
    background:red;
    content:'';
    height:7px;
    display:block;
    margin-top:5px;
}

/* Mobile responsive for simple-two-col-section */
@media (max-width: 768px) {
    .simple-two-col-section {
        flex-direction: column;
        gap: 30px;
        padding: 30px 15px;
    }
    
    .simple-two-col-left {
        max-width: 100%;
        width: 100%;
        order: 1;
    }
    
    .simple-two-col-img {
        max-width: 100%;
        width: 100%;
        order: 2;
    }
    
    .simple-two-col-title {
        font-size: 22px;
        padding-bottom: 20px;
        max-width: 100%;
    }
    
    .simple-two-col-small {
        font-size: 18px;
        padding-bottom: 12px;
    }
    
    .simple-two-col-point {
        font-size: 15px;
        padding: 6px 0px;
    }
    
    .simple-two-col-points {
        padding-bottom: 40px;
    }
    
    .simple-two-col-button a {
        padding: 15px 20px;
        font-size: 20px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    
    .simple-two-col-img img {
        max-height: 300px;
    }
}

span.faq-num {
    font-family: Poppins, sans-serif;
    font-size:22px;
    font-weight:600;
    padding-right:5px
}

.faqs .accordion {
    font-size:17px;
}

.faqs .accordion {
    background-color: transparent;
}

.section-title.faq-title {
    font-size:20px;
}


span.extra-color {
    background: linear-gradient(to right, black, #e9463b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title.admin-dash-inner h2{
    font-size:35px;
}

.admin-dash .section-title p {
    color: #505050;
    line-height: 30px;
    font-size:20px;
}

.admin-dash-inner .hero-button-u a{
    margin-top:1000px;
}

.section-title.admin-dash-inner p{
    padding-bottom:20px;
}

.below-button {
    padding-top:20px;
    color:#505050;
}

.featured-users-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}