:root {
    --primary-color: #e15d18;
    --hover-color: #3a56d4;
    --text-color: #333;
    --light-bg: #f8f9fa;
    --border-color: #e1e1e1;
}

/* Navbar styling */
.navbar {
    background-color: white;
    padding: 0.8rem 1rem;
}

.navbar-brand {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.5rem;
}

/* Desktop menu items */
.navbar-nav .nav-item {
    margin: 0 0.3rem;
}

.navbar-nav .nav-link {
    color: var(--text-color);
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--primary-color);
    /* background-color: rgba(74, 107, 255, 0.1); */
}

.navbar-nav .nav-link.active {
    color: white;
    background-color: var(--primary-color);
}

/* Dropdown menu styling */
.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
    border-radius: 8px;
    padding: 0.5rem 0;
}

.dropdown-item {
    padding: 0.5rem 1.5rem;
    color: var(--text-color);
    transition: all 0.2s;
    text-transform: capitalize;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--primary-color);
    color: white;
}

/* Mobile offcanvas menu */
.offcanvas {
    background-color: white;
    width: 320px !important;
}

.offcanvas-header {
    border-bottom: 1px solid var(--border-color);
    padding: 1rem 1.5rem;
}

.offcanvas-title {
    font-weight: 700;
    color: var(--primary-color);
}

.btn-close {
    font-size: 0.8rem;
}

/* Mobile menu items */
#mobileMenu .nav-link {
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-color);
    text-transform: capitalize;
}

#mobileMenu .dropdown-toggle::after {
    display: none;
}

#mobileMenu .dropdown-toggle .caret {
    float: right;
    transition: transform 0.3s;
}

#mobileMenu .dropdown-toggle[aria-expanded="true"] .caret {
    transform: rotate(180deg);
}

#mobileMenu .collapse {
    background-color: var(--light-bg);
}

#mobileMenu .collapse .dropdown-item {
    padding: 0.75rem 2rem;
    border-bottom: 1px solid var(--border-color);
}

/* Responsive adjustments */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .offcanvas-backdrop {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        display: none;
    }
}

.navbar-brand {
    max-width: 215px;
}

.erservice-icon {
    line-height: normal;
    padding: 10px;
    border-radius: 50%;
}

.rotate-loop {
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.erservice {
    border-radius: 14px;
    border: 5px solid var(--er-theme-color);
}

.erteam__text {
    margin-left: auto;
    margin-right: auto;
}

.erteam__content-icon {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #dd0c22;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    text-decoration: none;
    z-index: 1;
    border: 3px solid #dd0c22;
    min-width: 80px;

}

.erteam__content-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-image: url('../img/service/chakra.png');
    /* Use your correct path */
    background-size: cover;
    background-position: center;
    animation: rotate-bg 4s linear infinite;
    z-index: 0;
    /* This keeps it behind the icon */
}

.erteam__content-icon i {
    position: relative;
    z-index: 2;
    background-color: #dd0c22;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 13px;
    color: #ffa052;
}

@keyframes rotate-bg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.erteam__content {
    max-width: 240px;
    text-align: center;
}

.erteam__text {
    border-radius: 60px;
    padding: 15px;
    padding-left: 20px;
    border: 15px solid #04070c;
}

.erteam__content h3 {
    color: #d70c21;
}

.erteam__img {
    border: 5px solid #d70c21;
    border-radius: 10px;
}

.er-brands-area .er-brand-logo {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.er-brands-area .er-brand-logo h3 {
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
}

.er-brands-area .er-brand-logo img {
    height: 160px;
}

.er-fact-icon {
    width: 65px;
}

.breadcrumb-area:after {
    background-color: rgb(0 0 0 / 70%);
}

/* ===== Base Styles ===== */
.service-details-bigimg {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-details-bigimg img {
    width: 100%;
    transition: transform 0.5s;
}

.service-details-bigimg:hover img {
    transform: scale(1.03);
}

.er-section-fs40 {
    font-size: 32px;
    color: #2c3e50;
    font-weight: 700;
    margin-top: 30px;
    position: relative;
    padding-bottom: 15px;
}

.er-section-fs40::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #e15d18;
}

/* ===== List Styles ===== */
.er-service-list,
.er-suburb-list,
.er-energy-list,
.er-palm-list,
.er-warning-list,
.er-benefit-list,
.er-puja-includes,
.er-condition-list {
    list-style: none;
    padding-left: 0;
}

.er-service-list li,
.er-suburb-list li,
.er-palm-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.er-energy-list li,
.er-warning-list li,
.er-benefit-list li,
.er-puja-includes li,
.er-condition-list li {
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

/* List Icons & Markers */
.er-service-list i,
.er-suburb-list i,
.er-palm-list i {
    color: #e15d18;
    margin-right: 10px;
    font-size: 18px;
}

.er-energy-list i {
    color: #e74c3c;
}

.er-warning-list li:before,
.er-puja-includes li:before,
.er-condition-list li:before {
    content: "•";
    color: #e74c3c;
    font-size: 20px;
    position: absolute;
    left: 5px;
    top: 3px;
}

.er-benefit-list li:before {
    content: "✓";
    color: #2ecc71;
    font-size: 16px;
    position: absolute;
    left: 5px;
    top: 8px;
}

/* ===== Card & Box Styles ===== */
.er-case-study,
.er-feature-box,
.er-healing-benefits,
.er-health-conditions,
.er-puja-benefits {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.er-case-study {
    border-left: 4px solid #e15d18;
    border-radius: 0 5px 5px 0;
}

.er-feature-box {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.er-health-conditions {
    background: #fff9f9;
}

.er-puja-benefits {
    border: 1px solid #e15d18;
}

/* ===== Process Steps ===== */
.er-process-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px 0;
}

.er-step {
    flex: 1;
    min-width: 250px;
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    border-top: 4px solid #e15d18;
}

.er-step-number {
    position: absolute;
    right: 20px;
    top: -20px;
    background: #e15d18;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.er-step h5 {
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 15px;
    padding-right: 40px;
}

/* ===== CTA & Note Boxes ===== */
.er-service-cta,
.er-important-note,
.er-medical-note,
.er-ethical-note {
    padding: 20px;
    border-radius: 0 5px 5px 0;
    margin: 30px 0;
    position: relative;
}

.er-service-cta {
    background: #f9f3eb;
    border: 1px solid #e15d18;
}

.er-service-cta::before {
    content: '\f004';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 60px;
    color: rgba(241, 196, 15, 0.1);
    z-index: 0;
}

.er-important-note,
.er-medical-note,
.er-ethical-note {
    background: #f0f7ff;
    border-left: 4px solid #3498db;
}

/* ===== Icons ===== */
.gold-icon {
    color: #e15d18;
    margin-right: 10px;
}

.er-feature-icon {
    font-size: 24px;
    color: #e15d18;
    margin-bottom: 15px;
}

/* ===== Testimonials ===== */
.er-client-rating {
    color: #e15d18;
}

.er-client-info {
    font-style: italic;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .breadcrumb-title {
        font-size: 36px;
    }

    .er-section-fs40 {
        font-size: 28px;
    }

    .er-process-steps {
        flex-direction: column;
    }
}

.er-suburbs-area {
    background: #f9f9f9;
}

.er-suburb-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s;
}

.er-suburb-card:hover {
    transform: translateY(-5px);
}

.er-suburb-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e15d18;
}

.er-suburb-header i {
    color: #e74c3c;
    font-size: 24px;
    margin-right: 10px;
}

.er-suburb-header h3 {
    color: #2c3e50;
    font-size: 20px;
    margin: 0;
}

.er-suburb-list li {
    padding: 8px 0;
    color: #555;
    position: relative;
    padding-left: 15px;
}

.er-suburb-list li:before {
    content: "•";
    color: #e15d18;
    position: absolute;
    left: 0;
}

.er-suburbs-cta p {
    color: #666;
    font-size: 18px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .er-suburb-card {
        padding: 20px;
    }
}
.sidebar {
    margin-bottom: 30px;
}
.sidebar-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-link {
    color: #e15d18;
    display: block;
    padding: 10px 15px;
    margin-bottom: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    /* background-color: #e15d18; */
    border-radius: 15px;
    border: 3px solid #e15d18;
}

.sidebar-link:hover {
    color: #fff;
    background-color: #d70c21;
    transform: translateX(5px);
}

.sidebar-link:active {
    color: #fff;
    background-color: #d70c21;
}
footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
                    url('../img/footer/planet.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.er-team-area {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
                    url('../img/footer/planet.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.sidebar-form {
    padding: 30px 15px;
    background-color: #f9f9f9;
    border-radius: 10px;
}
.er-service-area .er-section-title-wrapper::before {
  content: '';
  position: absolute;
  left: -150px;
  top: 2%;
  width: 300px;
  height: 300px;
  background: url('../img/service/video-chankra.png') no-repeat center center;
  background-size: contain;
  animation: rotateChakra 8s linear infinite;
  transform-origin: center;
}
.er-service-area .er-section-title-wrapper::after {
  content: '';
  position: absolute;
  right: -150px;
  top: 2%;
  width: 300px;
  height: 300px;
  background: url('../img/service/video-chankra.png') no-repeat center center;
  background-size: contain;
  animation: rotateChakra 8s linear infinite;
  transform-origin: center;
}

@keyframes rotateChakra {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.floating-icon {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 50px;
    font-size: 35px;
    color: white;
    padding: 18px;
    border-radius: 50%;
    z-index: 9999;
    animation: ripple 1.5s infinite ease-out;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: bottom 0.3s ease;
}

.call-icon {
    left: 20px;
    background-color: #0d6efd; 
}
.whatsapp-icon {
    right: 20px;
    background-color: #25D366;
}
.call-icon:hover {
    color: #25D366; 
}
.whatsapp-icon:hover {
    color: #0d6efd; 
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.navbar-nav .nav-link {
    font-size: 16px;
    font-weight: bold;
}

.er-footer-menu li a {
    color: #fff;
}
.angle-before {
    position: relative;
    padding-left: 15px;
}

.angle-before::before {
    content: "❯";
    position: absolute;
    left: 0;
    color: var(--er-theme-color); /* or any color you prefer */
}
.disclaimer-box {
    padding: 20px 40px;
    /* border: 1px solid #e15d18; */
    border-radius: 74px;
    text-align: center;
    background-color: #e15d18;
}
h3.footer-title {
    color: #ee6a23;
}
.er-footer-menu .phone-link{
    font-size: 30px;
}
.er-footer-menu span.phone {
    color: #ee6a23;
    border-bottom: 1px solid #ee6a23;
}
.er-footer-menu span.email {
    color: #ee6a23;
    border-bottom: 1px solid #ee6a23;
}

/* Hide by default on desktop */
  .onlymobile {
    display: none;
  }

  /* Show only on mobile devices */
  @media only screen and (max-width: 768px) {
    .onlymobile {
      display: block;
        background-color: #fff;
        position: absolute;
        padding: 3px 8px;
        border-radius: 5px;
        font-size: 20px;
        top: 6px;
        font-weight: bold;
    }
    
    /* Animation for the phone number */
    .onlymobile .phone-link {
      animation: colorChange 2s infinite alternate;
      text-decoration: none;
      margin-left: 5px;
    }
    
    @keyframes colorChange {
      0% {
        color: #3498db; /* Blue */
      }
      25% {
        color: #e74c3c; /* Red */
      }
      50% {
        color: #2ecc71; /* Green */
      }
      75% {
        color: #f39c12; /* Orange */
      }
      100% {
        color: #9b59b6; /* Purple */
      }
    }
  }

.erservice-text {
    background-color: #f9ca02;
}
.er-fact-bg {
    background-color: var(--er-theme-color);
}
.er-fact-icon {
    width: 65px;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 43px;
    outline: 2px dashed #fff;
    outline-offset: 5px;
}
.er-fact-numb {
    color: #fff;
}
.er-fact > p {
    color: #fff;
}
.er-cta-area {
    background-color: #fff7bf;
}
.er-cta-img-2 img {
    border-radius: 20px;
}
.er-cta-form-2 input, .er-cta-form-2 textarea {
    border: 1px solid #ffa475;
}
.er-testimonial-area {
    background-color: #fff7bf;
}
.sidebar-form {
    background-color: #fff7bf;
    border: 1px solid #e15d18;
}
.sidebar-link {
    background-color: #fff7bf;
}
.er-about-tab {
    background-color: #ffe007 !important;
    border: 1px solid var(--Gray-200, #e15d1840) !important;
}
body main {
        background-image: url('../img/about/body-bg.png');
        background-size: contain;       /* makes image cover full screen */
        background-position: bottom;  /* centers the image */
        background-repeat: no-repeat; /* prevents tiling */
    }

.er-cta-area {
        background-image: url('../img/about/body-bg.png');
        background-size: contain;       /* makes image cover full screen */
        background-position: bottom;  /* centers the image */
        background-repeat: no-repeat; /* prevents tiling */
    }
