.header-position {
  margin-bottom: 10em;
}



.flux {
  font-family: neon;
  color: #426DFB;
  font-size: 9vw;
  line-height: 9vw;
  text-shadow: 0 0 3vw #2356FF;
}

.neon {
  animation: neon 1s ease infinite;
  -moz-animation: neon 1s ease infinite;
  -webkit-animation: neon 1s ease infinite;
  text-shadow: #000000;
}

@keyframes neon {

  0%,
  100% {
    text-shadow: #fa1616;
    color: #ffffff;
  }

  50% {
    text-shadow: #800E0B;
    color: #ffffff;
  }
}

.flux {
  animation: flux 2s linear infinite;
  -moz-animation: flux 2s linear infinite;
  -webkit-animation: flux 2s linear infinite;
  -o-animation: flux 2s linear infinite;
}

@keyframes flux {

  0%,
  100% {
    text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280;
    color: #28D7FE;
  }

  50% {
    text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
    color: #146C80;
  }
}

.image-container {
  height: 100%;
  /* It doesn't have to be '%'. It can also use 'px'. */
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  margin-top: -12em;
  margin-bottom: -12em;

  /* background-image: url(../images/palm-leaf.jpg); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 736px) {

  .image-container {
    margin-top: -3em;
    margin-bottom: -3em;
  }

}

.guruji-img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  border-radius: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}



.res-olai {
  width: 100%;
  background-color: #ff7f00;
  border-radius: 40px;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Appointment Section (As per Image) */
#appointment-section {
  background: url('../../images/Bundles-2.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding: 4em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.appointment-overlay {
  width: 100%;
  display: flex;
  justify-content: center;
}

.appointment-form-container {
  background: transparent !important;
  border: 4px solid #ffcc00;
  /* Golden border from image */
  border-radius: 10px;
  padding: 2.5em;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  box-sizing: border-box;
}

.form-title {
  color: #ffffff !important;
  font-size: 1.4em !important;
  font-weight: 800 !important;
  margin-bottom: 1.5em !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5em;
}

.form-row {
  margin-bottom: 1.25em;
}

.form-row input {
  background: #ffffff !important;
  color: #333 !important;
  border: none !important;
  border-radius: 4px !important;
  height: 3em !important;
  width: 100% !important;
  padding: 0 1em !important;
  box-sizing: border-box;
}

.form-row input::placeholder {
  color: #8e0101 !important;
  /* Reddish placeholder like image */
  font-weight: 600;
}

.form-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 1.5em;
}

.form-actions input[type="submit"] {
  background-color: #e60000 !important;
  /* Red button */
  color: #fff !important;
  border-radius: 4px !important;
  min-width: 100px;
  padding: 0 2em !important;
  height: 3em !important;
  line-height: 3em !important;
  font-weight: bold;
  box-shadow: none !important;
  cursor: pointer;
}

.form-actions input[type="reset"] {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 4px !important;
  min-width: 100px;
  cursor: pointer;
}

.success-msg {
  margin-top: 1.5em !important;
  color: #ffd700 !important;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .appointment-form-container {
    padding: 1.5em;
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
  }

  .form-title {
    font-size: 1.1em !important;
  }
}



.text-case {
  text-transform: capitalize !important;
  font-size: xx-large !important;
  text-align: center !important;
  font-family: inherit !important;
  padding: 0.5em !important;
  letter-spacing: 0em !important;
}

@media screen and (max-width: 736px) {

  .text-case {
    font-size: large !important;
  }

}

.text-lang {
  text-transform: capitalize !important;
  font-weight: bold !important;
  text-align: center !important;
  font-family: inherit !important;
  padding: 0.5em !important;
  text-align: center !important;
  letter-spacing: 0em !important;
}

.text-lang-content {
  color: #8b1212;
}

.horizontal-line {
  border: 0;
  border-bottom: solid 2px #fff;
  margin: 0em !important;
}

@media screen and (max-width: 736px) {

  .horizontal-line {
    border: 0;
    border-bottom: solid 2px #fff;
  }

}

.spotlight-inherit {
  background-color: #f74d1e;
  margin-bottom: 1.5em;
}

.text-align {
  text-align: justify;
}

.text-wight {
  font-weight: bold;
}

.content-inherit {
  color: #000000;
}



c * {
  font-family: Open Sans;
}

.row-inherit {
  margin: 4em;
  width: 100%;
}

.inner-inherit {
  max-width: 100% !important;
  width: 100% !important;
}

/* Improved Footer Styling */
/* Improved Footer Styling */
.footer {
  background-color: #f74d1e;
  /* Restored Orange Color (made solid for consistency) */
  color: #ffffff;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 0;
  /* Remove bottom padding so map hits the edge */
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  border-top: 5px solid #ab3515;
  /* Darker Orange Accent */
}

/* Footer Container Layout */
.footer .content {
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping for tablet/mobile */
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2em 3em 2em;
  /* Add bottom padding here instead */
}


/* Footer Columns */
.footer .details,
.footer .social-media,
.footer .links {
  flex: 1;
  min-width: 250px;
  /* Ensure columns don't get too squashed */
  margin-bottom: 2em;
  padding: 0 1em;
}

/* Headings */
.footer h4 {
  color: #ffffff;
  /* White text for better contrast on orange */
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  /* Space below heading */
  letter-spacing: 1px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.5em;
  display: inline-block;
}

/* Paragraphs & Text */
.footer p {
  line-height: 1.8;
  font-size: 0.95em;
  color: #f0f0f0;
  margin-bottom: 1em;
}

/* Links */
.footer a {
  text-decoration: none;
  color: #f0f0f0;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
  /* White on Hover */
  text-decoration: underline;
}

/* Specific Sections */
.footer .details p {
  font-size: 0.9em;
}

/* Social Media Icons */
.footer .social-media p {
  margin-bottom: 0.8em;
}

.footer .social-media i {
  width: 35px;
  /* Fixed width for alignment */
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
  padding: 5px 0;
  /* Align icon vertically */
}

/* Quick Links Styling */
.footer .links p {
  margin-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.5em;
}

.footer .links p:last-child {
  border-bottom: none;
}

/* Map Section */
.footer .map-container {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  /* Ensure no scrollbars from container level */
}

.footer .map-container iframe {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  display: block;
}

/* Prevent horizontal scroll globally which can be caused by 100vw on some OS/browsers */
body,
html {
  overflow-x: hidden;
  width: 100%;
}


/* Bottom Copyright Footer */
footer {
  text-align: center;
  background-color: #b93a17;
  /* Darker text background matching footer theme */
  padding: 2em 0;
  color: #ffffff;
  font-size: 0.85em;
  margin-top: 0;
  /* Remove margin to flush with orange footer */
}

footer hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5em;
  opacity: 0.5;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .footer {
    background-color: #d1441e;
    /* Slightly darker/richer orange for mobile readability */
    padding-top: 2em;
  }

  .footer .content {
    flex-direction: column;
    text-align: center;
    padding: 0 1em;
  }

  .footer .details,
  .footer .social-media,
  .footer .links {
    margin-bottom: 3em;
    padding: 0;
  }

  .footer h4 {
    display: block;
    /* Centered block line */
    border-bottom: none;
    /* Remove side-aligned underline style */
    margin-bottom: 1em;
    position: relative;
  }

  /* Add center underline for mobile headings */
  .footer h4:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #ffffff;
    margin: 0.5em auto 0;
  }

  .footer .links p {
    border-bottom: none;
    /* Cleaner look on mobile */
  }

  /* Make map 100% width on mobile */
  .gmap-custom {
    width: 100% !important;
    height: 300px !important;
  }

  .map-container iframe {
    height: 300px !important;
  }

  /* Footer Mobile Font Sizes */
  .footer-mobile {
    font-size: 1.1em !important;
  }
}

.nadi-packages {
  display: list-item;
  list-style: inside;
  list-style-type: disclosure-closed;
}

.text-content {
  color: #7b0606;
  font-weight: bold;
}

.text-content-header {
  color: #8b1212 !important;
  font-size: x-large;
}

.content-style {
  /* border-radius: 2em !important;
  background-color: #d1bc8f !important; */

  background: url(../../images/BG-1.jpg) no-repeat center fixed;
  background-size: cover;
}

.content-style-new {
  /* border-radius: 2em !important; */
  background-color: #f74d1e !important;
}

.content-style-new-1 {
  /* border-radius: 2em !important; */
  background-color: #f74d1e !important;
}

@media (max-width: 767px) {
  .images-new {
    margin-bottom: 2em;
  }
}

.images-nadi-services {
  width: 100%;
  border-radius: 2em !important;
  border: 1em;
  position: relative;
  text-align: center;
  margin-right: 2em;
}

.nadi-list-img {
  width: 100%;
  border-radius: 2em !important;
  border-color: #fff !important;
  border-width: 0.5em !important;
  border: solid;
}

.img-position {
  width: 100%;
}

@media (max-width: 767px) {
  .img-services {

    display: block !important;
  }
}

.text-input {
  background-color: rgb(14 14 14 / 49%) !important;
  margin-bottom: 1.5em !important;
  color: #ff7f00 !important;
}

.content-bg {
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/Inscriptions.jpg");
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/Inscriptions.jpg");
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/BanInscriptionsner.jpg");
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/Inscriptions.jpg");
  background-blend-mode: soft-light;
}

.gmap-custom {
  width: 70%;
}

@media screen and (max-width: 736px) {

  .gmap {
    width: 100%;
  }

}

.float-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 200px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #292929;
  z-index: 100;
}

.my-float-whatsapp {
  margin-top: 16px;
}

.float-map {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #292929;
  z-index: 120;
}

.my-float-map {
  margin-top: 11px;
}

.float-call {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #292929;
  z-index: 125;
}

.my-float-call {
  margin-top: 16px;
}

.zodiac-sign {
  width: 25%;
  height: auto;
  position: fixed;
  top: 15%;
  left: 38%;
  opacity: 0.4;
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation-name: spin;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  display: inline-block;
  z-index: 500;
}

@media screen and (max-width: 736px) {

  .zodiac-sign {
    width: 60%;
    top: 20%;
    left: 22%;
    opacity: 0.3;
  }

}

.zodiac-sign {
  animation-name: zodiac-sign;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zodiac-sign;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zodiac-sign;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zodiac-sign;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zodiac-sign;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


@keyframes zodiac-sign {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.phone-margin {
  margin-right: 0.5em;
  color: #25d366;
  width: 5%;
  margin-bottom: -0.5em;
}

.phone-margin-1 {
  margin-right: 0.5em;
}

.listof-nadiservices {
  padding: 4em;
}

@media screen and (max-width: 736px) {

  .phone-margin {
    width: 12%;
  }

}

@media screen and (max-width: 736px) {

  .listof-nadiservices {
    padding: 1.5em;
  }

}





.gallery-new {
  display: inline-flex !important;
  margin-bottom: 2em;
}

.gallery-images {
  /* border-radius: 3em; */
  /* border: 2em; */
  position: relative;
  width: 100%;
  border-color: #ff7f00 !important;
  /* border-radius: 2em !important;
  border-width: 1em !important; */
  border: solid;
  margin-right: 2em;
  text-align: center;
  /* padding: 1em; */
}

.gall-img {
  width: 400 !important;
}

@media screen and (max-width: 736px) {

  .gall-img {
    width: 325 !important;
  }

}

div.gallery {
  border: 4px solid #b30808;
  margin-right: 1em;
  height: fit-content;
}

@media screen and (max-width: 736px) {

  .gallery {
    margin-bottom: 1em;
  }

}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  color: #b30808;
  font-weight: bold;
  font-size: large;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.gradient-bg {
  background: -webkit-gradient(linear, left top, right top, from(#3e2bce), color-stop(100%, #2dd3aa), color-stop(100%, #2dd3aa), to(#2dd3aa));
  background: -o-linear-gradient(left, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
  background: linear-gradient(to right, #3e2bce 0%, #2dd3aa 100%, #2dd3aa 100%, #2dd3aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e2bce', endColorstr='#2dd3aa', GradientType=1);
}

.spotlight-new {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.spotlight-inherit-new {
  background-color: #f74d1e;
  margin-bottom: 1.5em;
}

.image-new {
  border-radius: 3px;
  border: 0;
  display: inline-block;
  position: relative;
  padding: 1em;
}

.spotlight .image-new {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  border-radius: 0;
  width: 100%;
}

.spotlight .content-landing {
  /* padding: 2em 4em 0.1em 4em; */
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  max-width: 48em;
  width: 40%;
}

.contact-address {
  padding: 15px;
  text-align: center;
  color: #2E3842;
  font-weight: bold;
  font-size: large;
}

/* Fix for broad selector to avoid interfering entirely with standard lists */
/* was ul li { ... } */
.menu-newstyles>li {
  list-style: none;
  display: inline-block;
  padding: 20px;
}

@media(max-width:340px) {
  .menu-newstyles>li {
    padding: 15px;
  }
}

.menu-newstyles {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}

/* Dropdown Menu CSS */
.menu-newstyles li {
  position: relative;
}

.menu-newstyles ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  background-color: #8e0101;
  /* Header background color to match */
  min-width: 250px;
  width: max-content;
  /* Expand to fit content */
  padding: 0;
  z-index: 1000;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  max-height: none;
  /* Remove height limit */
  overflow: visible;
  /* Remove scrollbar */
}

.menu-newstyles ul li {
  display: block;
  /* Stack dropdown items vertical */
  padding: 5px 15px;
  /* Aggressively reduced padding */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  /* Precents text wrapping */
  font-size: 0.8em;
  /* Smaller font for better fit */
}

.menu-newstyles li:hover>ul {
  display: block;
}

.menu-newstyles ul li:last-child {
  border-bottom: none;
}

.menu-newstyles ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  border: none !important;
  /* Remove override border from main.css if any */
}

.menu-newstyles ul li a:hover {
  color: #ffd700;
  /* Highlight color */
}


.inner-landing-text {
  margin-bottom: -35em;
}

@media only screen and (max-width: 736px) {
  .inner-landing-text {
    margin-top: -10em;
    margin-bottom: 0;
  }
}

.mainlogo {
  padding: 0.5em;
}

@media only screen and (max-width: 736px) {
  .mainlogo {
    padding: 0.5em;
  }
}

/* Increased mainlogo-size */
.mainlogo-size {
  width: 380px;
  /* Balanced size for desktop */
  height: auto;
  /* Maintain aspect ratio */
}

@media only screen and (max-width: 736px) {
  .mainlogo-size {
    width: 100%;
    max-width: 320px;
    /* Increased limit for mobile */
  }
}

@media only screen and (max-width: 736px) {
  #nav {
    display: contents;
  }
}

/* Blog Page Styling */
.blog-banner {
  height: auto !important;
  min-height: 400px !important;
  /* Adjusted minimum height */
  padding: 100px 0 50px 0 !important;
  /* Proper padding for content fit */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Fix visibility of inner-landing-text on all screens for Blog */
.blog-banner .inner-landing-text {
  margin-bottom: 0 !important;
  /* Remove negative margin that hides it on desktop */
}

.row-blog {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.column-blog {
  width: 33.33%;
  padding: 15px;
  box-sizing: border-box;
}

.blog-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  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);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #f0f0f0;
  position: relative;
}

.blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #ff7f00, #8e0101);
  z-index: 10;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.blog-image {
  height: auto;
  overflow: hidden;
  position: relative;
}

.blog-image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}

.blog-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.8s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.1);
}

.blog-content {
  padding: 2.5em 2em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog-content h3 {
  font-size: 1.25em;
  color: #1a1a1a !important;
  margin: 0;
  font-weight: 800;
  line-height: 1.4;
}

.blog-content .date {
  font-size: 0.8em;
  color: #ff7f00;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}

.blog-content .date::before {
  content: '\f017';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 8px;
}

.blog-content p {
  color: #555;
  line-height: 1.7;
  margin: 5px 0 15px 0;
  flex-grow: 1;
  font-size: 0.95em;
}

.blog-content .button {
  align-self: flex-start;
  background: linear-gradient(135deg, #ff7f00 0%, #ff4500 100%) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700;
  transition: all 0.3s ease;
  padding: 0 1.8em;
  line-height: 2.8em;
  height: 2.8em;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(255, 127, 0, 0.2) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.blog-content .button::after {
  content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.blog-content .button:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(255, 127, 0, 0.4) !important;
  background: linear-gradient(135deg, #ff4500 0%, #8e0101 100%) !important;
}

.blog-content .button:hover::after {
  transform: translateX(5px);
}

/* Responsive Blog */
@media screen and (max-width: 992px) {
  .column-blog {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column-blog {
    width: 100%;
  }
}

/* Nadi Kandams Horizontal List System */
.kandam-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 2em 0;
}

.kandam-row {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #ff7f00;
  border-radius: 15px;
  display: flex;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.kandam-row:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-left-color: #8e0101;
}

.kandam-icon-box {
  background: #fff9f0;
  padding: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
}

.icon-circle {
  width: 60px;
  height: 60px;
  background: #ff7f00;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  margin-bottom: 0.8em;
  transition: all 0.3s ease;
}

.kandam-row:hover .icon-circle {
  background: #8e0101;
  transform: scale(1.1);
}

.kandam-icon-box .kandam-title {
  color: #8e0101 !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.kandam-text-box {
  padding: 2em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.kandam-text-box .text-content {
  color: #444 !important;
  font-size: 1em !important;
  line-height: 1.6 !important;
  margin-bottom: 1em !important;
  font-weight: normal !important;
}

.kandam-footer {
  font-size: 0.9em;
  color: #333;
  background: #f2f2f2;
  /* Darker than #fdfdfd */
  padding: 0.8em 1.2em;
  border-radius: 8px;
  border-left: 3px solid #ff7f00;
  /* Matching the orange theme */
}

.kandam-footer strong {
  color: #ff7f00;
  margin-right: 5px;
}

/* Mobile Adjustments for horizontal layout */
@media screen and (max-width: 768px) {
  .kandam-row {
    flex-direction: column;
    border-left: none;
    border-top: 5px solid #ff7f00;
  }

  .kandam-icon-box {
    padding: 1.5em;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    min-width: auto;
  }

  .kandam-text-box {
    padding: 1.5em;
    text-align: center;
  }

  .kandam-footer {
    text-align: left;
  }

  .kandam-row:hover {
    transform: translateY(-5px);
  }
}

/* Our Services Page Grid */
.service-page-bg {
  background: url('../../images/palm-leaf-bg.jpg') no-repeat center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.92);
  background-blend-mode: overlay;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 2em 0;
}

.service-card {
  background: rgba(255, 255, 255, 0.7);
  border: 5px solid #ff7f00;
  /* Bold orange border from image */
  border-radius: 20px;
  padding: 2.5em 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.service-title {
  color: #444 !important;
  font-size: 1.25em !important;
  font-weight: 800 !important;
  margin-bottom: 1.2em !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-desc {
  color: #555 !important;
  font-size: 0.95em !important;
  line-height: 1.7 !important;
  margin-bottom: 2em !important;
  flex-grow: 1;
}

.service-card .button {
  align-self: center;
  min-width: 140px;
  background: linear-gradient(to right, #ff8c00, #ff7f00) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 10px rgba(255, 127, 0, 0.3) !important;
  transition: all 0.3s ease !important;
}

.service-card .button:hover {
  background: linear-gradient(to right, #ff7f00, #e67300) !important;
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(255, 127, 0, 0.4) !important;
}

@media screen and (max-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 2em 1.5em;
  }
}

/* Modern FAQ & Nadi Services Styling */
.images-nadi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 2em;
}

.images-nadi-item {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 3px solid #ff7f00;
}

.images-nadi-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.images-nadi-item img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.faq-section {
  max-width: 100%;
  margin: 2em auto;
  padding: 0;
}

.faq-title-modern {
  text-align: center;
  font-size: 1.2em !important;
  font-weight: 600 !important;
  letter-spacing: 8px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 1.5em !important;
}

.faq-item {
  background: transparent !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  border-left: none !important;
  border-bottom: 1px solid #eee !important;
  transition: all 0.3s ease !important;
}

.faq-item:first-child {
  border-top: 1px solid #eee !important;
}

.faq-header {
  padding: 15px 10px;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  cursor: pointer;
  background: transparent !important;
  transition: background 0.3s;
}

.faq-header:hover {
  background: #fcfcfc !important;
}

.faq-header h3 {
  margin: 0 !important;
  font-size: 0.95em !important;
  color: #222 !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  text-align: left !important;
}

.faq-icon {
  display: none;
  /* Hide icons to match image */
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  background: #fff;
}

.faq-item.active .faq-body {
  max-height: 1000px;
  transition: max-height 0.8s ease-in-out;
}

.faq-content {
  padding: 10px 10px 20px 10px;
  color: #666;
  line-height: 1.6;
  font-size: 0.9em;
  text-align: left !important;
}

@media screen and (max-width: 992px) {
  .images-nadi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .images-nadi-grid {
    grid-template-columns: 1fr;
  }

  .faq-header h3 {
    font-size: 1em !important;
  }
}

/* Premium Contact Page Redesign */
.contact-grid-modern {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.contact-modern-card {
  background: rgba(255, 255, 255, 0.1);
  /* Semi-transparent */
  border: 10px solid #ff7f00;
  /* Thick orange border */
  border-radius: 45px;
  padding: 40px 30px;
  width: 460px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

.contact-modern-card h2 {
  color: #222 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  font-size: 1.6em !important;
  margin-top: 0 !important;
  letter-spacing: 1px;
}

.contact-modern-card hr {
  border: 0;
  border-top: 1px solid #444;
  width: 80%;
  margin: 20px auto;
}

.contact-modern-card .icon-top {
  font-size: 3em;
  color: #8b0000;
  margin-bottom: 10px;
}

.contact-modern-card p,
.contact-modern-card a {
  color: #000 !important;
  font-weight: 600 !important;
  line-height: 1.6;
}

.contact-modern-card .info-label {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #333;
  letter-spacing: 2px;
  font-size: 1em;
}

.contact-modern-card .contact-detail {
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

.contact-modern-card .whatsapp-icon-modern {
  font-size: 1.8em;
  color: #128106;
  vertical-align: middle;
  margin-right: 12px;
}

/* Form Styles */
.contact-modern-card .form-input-modern {
  background: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid #444 !important;
  border-radius: 5px !important;
  color: #fff !important;
  margin-bottom: 15px !important;
  padding: 15px !important;
}

.contact-modern-card .form-input-modern::placeholder {
  color: #bbb !important;
}

.contact-modern-card .btn-submit-modern {
  display: inline-block !important;
  background: linear-gradient(135deg, #ff4500 0%, #ff8c00 100%) !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 40px !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  /* Fixed large font size */
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  box-shadow: 0 4px 15px rgba(255, 69, 0, 0.3) !important;
  text-align: center !important;
  line-height: normal !important;
  min-width: 180px !important;
}

.contact-modern-card .btn-submit-modern:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 25px rgba(255, 69, 0, 0.5) !important;
}

.contact-modern-card .btn-reset-modern {
  display: inline-block !important;
  background-color: #fff !important;
  border: 2px solid #ff7f00 !important;
  /* Orange border to match */
  color: #ff7f00 !important;
  padding: 15px 35px !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  /* Fixed large font size */
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease !important;
  text-align: center !important;
  line-height: normal !important;
  min-width: 120px !important;
}

.contact-modern-card .btn-reset-modern:hover {
  background-color: #ff7f00 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(255, 127, 0, 0.3) !important;
}

@media screen and (max-width: 980px) {
  .contact-modern-card {
    width: 100%;
    border-width: 8px;
  }

  .contact-modern-card .btn-reset-modern {
    margin-left: 0;
    margin-top: 15px;
  }
}

/* Individual Blog Post Styles */
.blog-header-content {
  padding: 8em 2em 6em 2em;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../images/Banner.jpg');
  background-size: cover;
  background-position: center;
  border-bottom: none;
}

.blog-header-content h1 {
  font-size: 2.5em;
  color: #ffffff !important;
  font-weight: 800;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog-header-content p {
  font-size: 1.25em;
  color: #fff !important;
  font-style: italic;
  letter-spacing: 1px;
}

/* Link Differentiation in Blog Content */
.wrapper.style5.content-style a {
  color: #ff7f00 !important;
  /* Bright orange for clear differentiation */
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.wrapper.style5.content-style a:hover {
  color: #8e0101 !important;
  /* Darker red on hover */
  text-decoration: none;
}

.blog-main-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 80vh;
  /* Ensure the image fits within the screen height */
  object-fit: contain;
  display: block;
  margin: 0 auto 2em auto;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Individual Blog Article Content Darkness */
.wrapper.style5.content-style {
  color: #111111 !important;
  /* Deeper black for body text */
}

.wrapper.style5.content-style h2.text-content-header {
  color: #000000 !important;
  /* Pure black for section headers */
  font-weight: 800;
}

.wrapper.style5.content-style strong,
.wrapper.style5.content-style b {
  color: #000000 !important;
  /* Pure black for emphasis */
}

.wrapper.style5.content-style .text-align {
  color: #111111 !important;
}