/*******************
 Slick slide */
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

button.slick-prev.slick-arrow{
  left: 0;
}
button.slick-next.slick-arrow {
  right: 0;
}

.slick-slider{
    position: relative;
}

/* make Slick track flex and stretch slides */
.slick-track {
  display: flex !important;
      flex-wrap: nowrap;
  align-items: stretch; /* stretch children to same height */
}

.slick-slider{
  visibility: hidden;
  opacity: 0;
  display: inline-grid!important;
}
.slick-initialized.slick-slider {
    /*overflow: hidden;*/
    visibility: visible;
    opacity: 1;
}

.slick-list {
    /*overflow: unset;*/
}

.slick-slide {
  height: auto !important;  /* let the flexbox control height */
  /*display: flex !important;*/
      padding: 0 10px 30px 10px;
}

.slick-list.draggable {
    margin: 25px 0;
}
/* pagination */
ul.slick-dots {
    display: flex;
    margin: 15px 0 15px 0;
    justify-content: center;
    gap: 1rem;
    position: unset;
}

ul.slick-dots li {
    margin-bottom: 0;
}

ul.slick-dots li button {
 /*   background: var(--primary-color);
    color: #fff;
    font-size: 0px;
    font-weight: 900;
    padding: 0px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;*/
}

ul.slick-dots li.slick-active button{
/*  background: var(--secondary-color);  */
}
/** Tab
*************************** */
/* Card */
.card.style-two {
    padding: 0;
}

.card.style-two .card-header
{
	padding: var(--space-4);
}

.card.style-two .card-body ul {
    margin-left: 0;
}

/* Tab */

.tabs-container {
  background: #fff;
/*  width: 90%;
  max-width: 600px;*/
  border-radius: 10px;
/*  box-shadow: 0 4px 20px rgba(0,0,0,0.1);*/
  overflow: hidden;
}

/* Tabs */
.tabs {
  /*display: flex;*/
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}

.tab {
  flex: 1 1 auto;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  border: none;
  outline: none;
  font-size: 16px;
  transition: background 0.3s;
}

.tab:hover {
  background: #f0f0f0;
}

.tab.active {
  background: #fff;
  border-bottom: 2px solid #007BFF;
  font-weight: bold;
  color: #007BFF;
}

/* Tab content */
.tab-content {
  padding: 20px;
  font-size: 18px;
}

.content {
  display: none;
}

.content.active {
  display: block;
}

/* Responsive */
@media (max-width: 600px) {
  .tab {
    font-size: 14px;
    padding: 12px!important;
  }

  .tab-content {
    font-size: 16px;
    padding: 15px;
  }
}

/** ACCORDION
*************************** */
.accordion {
	/*max-width: 700px;*/
	margin: auto;
	display: flex;
	flex-direction: column;
	/*gap: 1rem;*/
}

.accordion-item {
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
}

.accordion-item:hover {
	/* transform: translateY(-2px);*/
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.6);
}

.accordion-header {
	padding: 0.5rem 1.2rem;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(90deg, #2563eb, #4f46e5);
  background: #f6f8fa;
	    font-size: 14px;
	font-weight: 600;
    outline: none;
    list-style: none;
    user-select: none;
    gap: 10px;
}

.accordion-header,
.accordion-item > .accordion-header::after{
  color: #000;
}
.accordion-header span {
	/*transition: transform 0.3s ease;*/
	color: #fff;
}

.accordion-item > .accordion-header::after{
	content: "+";
	
	margin-right: 20px;
  font-size: 18px;
}

.accordion-item[open] > .accordion-header::after{
	content: "−";
	color: #fff;
}

.accordion-item[open] .accordion-header span {
	/*transform: rotate(90deg);*/
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	background: rgba(255, 255, 255, 0.02);
	padding: 0 1.2rem;
}

.accordion-item[open] .accordion-content {
	padding: 1rem 1.2rem;
	max-height: unset;
}

.accordion-content p {
	margin: 0;
	line-height: 1.6;
	color: #000;
}

/* Nested Accordion */
.nested {
	margin-top: 1rem;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0.8rem;
}

.nested .accordion-header {
	background: linear-gradient(90deg, #14b8a6, #0ea5e9);
	font-size: 0.95rem;
}

/***************** Tirikala Karmic Analysis & Services  *****************/

/* Base styles */
.healing-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 auto;
  align-items: flex-start;
}

/* Left image */
.healing-image {
 /* flex: 1 1 400px;*/
/* flex: 1 1;*/
  text-align: center;
}

.healing-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Right content */
.healing-content {
  /*flex: 1 1 500px;*/
}

.healing-content h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #0b2c53;
  margin-bottom: 10px;
}

.healing-content .subtitle {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #555;
}

.healing-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

/* List styles */

/* Check icon using CSS pseudo */


/* Responsive tweaks */
@media (max-width: 768px) {
  .healing-container {
    flex-direction: column;
    gap: 20px;
  }

  .healing-content h1 {
    font-size: 1.8rem;
    text-align: center;
  }

  .healing-content .subtitle {
    text-align: center;
  }
}

/* over */
  .tirikala-section h2 {
    /*font-size: 2em;
    font-weight: bold;*/
    margin-bottom: 12px;
    text-align: center;
   /* color: #033266;*/
  }

  .tirikala-section p {
    /*font-size: 1rem;
    color: #444;*/
    text-align: center;
    /*max-width: 800px;*/
    /*margin: 0 auto 40px;*/
  }

  .tirikala-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    max-width: 47%;
    flex: 0 0 47%;
    box-shadow: 0 4px 12px rgba(3, 50, 102, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .tirikala-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(3, 50, 102, 0.12);
  }

  .tirikala-box h3 {
    text-align: center;
   /* font-size: 1.3em;*/
    margin-bottom: 20px;
    border-bottom: 2px solid #033266;
    padding-bottom: 8px;
   /* color: #033266;*/
  }

  .tirikala-icons a {
    text-align: center;
    width: calc(33.3% - 7px);
    color: var(--primary-color);
    transition: color 0.3s ease, transform 0.3s ease;
    font-size: 13px;
    box-shadow: 0 0 5px var(--border-color);
    padding: 10px;
    border-radius: 10px;
  }

  .tirikala-icons a:hover {
    color: #02539b;
    transform: scale(1.1);
  }

  .tirikala-icons i {
    font-size: 2em;
    margin-bottom: 5px;
  }

  .tirikala-icons div {
    /*font-size: 0.85rem;*/
  }

 

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

/* Tablets (≤992px) – boxes stack */
@media (max-width: 992px) {
  .tirikala-box {
    max-width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    margin-bottom: 20px;
  }
  .tirikala-icons a {
    width: calc(33.3% - 7px);
  }
}

/* Small tablets / large phones (≤768px) – icons bigger gap */
@media (max-width: 768px) {
  .tirikala-box {
    padding: 20px;
  }
  .tirikala-icons {
    gap: 12px;
  }
  .tirikala-icons a {
    width: calc(50% - 6px); /* two per row */
  }
}

/* Phones (≤480px) – single column icons */
@media (max-width: 480px) {
  .tirikala-box {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .tirikala-icons a {
    width: calc(50% - 10px); /* one per row */
  }
  .tirikala-icons i {
    font-size: 1.6rem;
  }
}
/** CORPORATE 
*************************** */
.small-banner {
	/*width: 90%;*/
	/*max-width: 600px;*/
	margin: 25px 0;
	padding: 40px 30px;
	border-radius: 20px;
	background: linear-gradient(135deg, #6a11cb, #2575fc);
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	animation: fadeInUp 0.8s ease-in-out;
}

.small-banner-title {
	font-size: 1.6rem;
	margin: 0 0 8px;
	color: var(--white);
}

.small-banner-subtitle {
    margin: 0;
	font-size: 0.95rem;
	opacity: 0.9;
	color: var(--white);
}

.small-banner .banner-btn {
	background: #fff;
	color: #2575fc;
	font-weight: 600;
	border: none;
	padding: 10px 18px;
	border-radius: 50px;
	cursor: pointer;
	transition: 0.3s ease;
}

.small-banner .banner-btn:hover {
	background: #f1f1f1;
	transform: translateY(-2px);
}


.small-banner-2 {
/*	width: 90%;
	max-width: 600px;*/
	margin: 25px 0;
	padding: 3rem 30px;
	border-radius: 20px;
	background: linear-gradient(135deg, #6a11cb, #2575fc);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	animation: fadeInUp 0.8s ease-in-out;
}

.small-banner-2 .small-banner-content .small-banner-title {
      font-size: 1.6rem;
      margin: 0 0 8px;
}

.small-banner-2 .small-banner-content .small-banner-subtitle {
      margin: 0;
      font-size: 0.95rem;
      opacity: 0.9;
    }

.small-banner-2 .banner-btn {
      background: #fff;
      color: #2575fc;
      font-weight: 600;
      border: none;
      padding: 10px 18px;
      border-radius: 50px;
      cursor: pointer;
      transition: 0.3s ease;
    }

.small-banner-2 .banner-btn:hover {
      background: #f1f1f1;
      transform: translateY(-2px);
    }

    

    @media(max-width: 500px) {
      .small-banner-2 {
        flex-direction: column;
        text-align: center;
      }
      .small-banner-2 .banner-btn {
        margin-top: 15px;
      }
    }

/* Small banner 3 */
.small-banner-3 {
/*	width: 90%;
	max-width: 600px;*/
	margin: 25px 0;
	padding: 3rem 30px;
	border-radius: 20px;
	background: linear-gradient(135deg, #6a11cb, #2575fc);
	color: #fff;
	display: grid;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    animation: fadeInUp 0.8s ease-in-out;
    justify-items: center;
    align-content: center;
}

.small-banner-3 .small-banner-content {
    margin-bottom: 20px;
}

.small-banner-3 .small-banner-content .small-banner-title {
	font-size: 1.6rem;
	margin: 0 0 8px;
	text-align: center;
}

.small-banner-3 .small-banner-content .small-banner-subtitle {
      margin: 0;
      font-size: 0.95rem;
      opacity: 0.9;
    }

.small-banner-3 .banner-btn {
      background: #fff;
      color: #2575fc;
      font-weight: 600;
      border: none;
      padding: 10px 18px;
      border-radius: 50px;
      cursor: pointer;
      transition: 0.3s ease;
    }

.small-banner-3 .banner-btn:hover {
      background: #f1f1f1;
      transform: translateY(-2px);
    }

    

    @media(max-width: 500px) {
      .small-banner-3 {
        flex-direction: column;
        text-align: center;
      }
      .small-banner-3 .banner-btn {
        margin-top: 15px;
      }
    }
/* Policies */
/*.EN_policies .small-banner*/

/* Policies */
/* Partners */

/* Partners list */
/* Partner card */
/*
  section {
    padding: 3rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
  }

  .section-title {
    text-align: center;
    margin-bottom: 3rem;
  }

  .section-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
    color: #033266;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(3, 50, 102, 0.2);
  }

  .section-title p {
    color: #555;
    font-size: 1.1rem;
    font-weight: 500;
    max-width: 600px;
    margin: 0 auto;
  }*/

  .partner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
  }


  .partner-card {
   /* background: linear-gradient(135deg, #ffffff 0%, #e9f0fa 100%);*/
    padding: 2.5rem 2rem;
    text-align: center;
    border-radius: 16px;
    box-shadow:
      0 12px 24px rgba(3, 50, 102, 0.15),
      0 6px 12px rgba(3, 50, 102, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1.5px solid #d0dbe8;
  }

  .partner-card:hover {
    transform: translateY(-8px);
    /*box-shadow:
      0 24px 48px rgba(3, 50, 102, 0.25),
      0 12px 24px rgba(3, 50, 102, 0.15);*/
    border-color: #033266;
    /*background: linear-gradient(135deg, #e6f0fb 0%, #c6dbfb 100%);*/
  }

  .partner-card i {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
    color: #033266;
  }

  .partner-card h4 {
    /*font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;*/
    margin-bottom: 1rem;
   /* color: #02264d;
    font-weight: 700;*/
    text-transform: capitalize;
  }

  .partner-card p {
   /* color: #34495e;
    font-size: 1.1rem;*/
    line-height: 1.6;
    /*font-weight: 500;*/
    margin: 0;
  }

  @media (max-width: 768px) {
    .section-title h2 {
    /*  font-size: 2rem;*/
    }
    .partner-card {
      padding: 2rem 1.5rem;
    }
    .partner-card h4 {
      /*font-size: 1.3rem;*/
    }
  }

  /* partner box */

  /* Container */
  .partner-wrapper {
    /*max-width: 1200px;*/
    margin: 0 auto;
   /* padding: 4rem 1rem;*/
    display: flex;
    gap: 2.5rem;
    flex-wrap: nowrap; /* Keep boxes side by side */
    justify-content: center;
  }

  /* Boxes */
  .partner-box {
    flex: 1 1 48%;
    background: #ffffff;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    box-shadow:
      0 12px 24px rgba(3, 50, 102, 0.15),
      0 6px 12px rgba(3, 50, 102, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1.5px solid #d0dbe8;
    min-width: 320px; /* Prevent too small */
  }

  .partner-box:hover {
    transform: translateY(-8px);
    box-shadow:
      0 24px 48px rgba(3, 50, 102, 0.25),
      0 12px 24px rgba(3, 50, 102, 0.15);
    border-color: #033266;
    /*background: linear-gradient(135deg, #e6f0fb 0%, #c6dbfb 100%);*/
  }

  /* Headings inside boxes */
  .partner-box h3 {
   /* font-size: 1.8rem;*/
    margin-bottom: 1.25rem;
    /*color: #033266;*/
    /*font-weight: 700;*/
    border-bottom: 2px solid #033266;
    padding-bottom: 0.5rem;
  }

  /* Paragraph inside boxes */
  .partner-box p {
   /* font-size: 1.1rem;*/
    line-height: 1.6;
    margin-bottom: 1.2rem;
    color: #444;
    /*font-weight: 500;*/
  }

  /* Custom list */
  .custom-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1.5rem 0;
  }

  .custom-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.85rem;
    color: #555;
   /* font-weight: 500;*/
   /* font-size: 1rem;*/
  }

  .custom-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 2px;
    color: #033266;
    font-size: 1.2rem;
    line-height: 1;
  }

  /* Main heading above both boxes */
  .partner-heading {
    text-align: center;
    /*color: #033266;
    font-size: 2.4rem;
    font-weight: 700;*/
    margin-bottom: 3rem;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(3, 50, 102, 0.2);
  }

  /* Responsive */
  @media (max-width: 768px) {
    .partner-wrapper {
      flex-wrap: wrap; /* allow wrap on smaller */
      gap: 2rem;
    }

    .partner-box {
      flex: 1 1 100%;
      padding: 2rem 1.5rem;
      min-width: auto;
    }

    .partner-heading {
     /* font-size: 2rem;*/
      margin-bottom: 2rem;
    }
  }

  /* programing box */
  .program-section {
    /*max-width: 900px;
    margin: 4rem auto;
    font-family: 'Open Sans', sans-serif;
    color: #033266;
    background: #fdfcf9;
    padding: 3rem 2.5rem;
    border-radius: 16px;
    box-shadow:
      0 8px 20px rgba(3, 50, 102, 0.12),
      inset 0 0 40px rgba(255, 255, 255, 0.4);*/
  }

  .program-heading {
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(3, 50, 102, 0.2);
  }

  /* Change flex-direction to column for vertical layout */
  .program-boxes {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: center;
  }

  .program-box {
   /* background: linear-gradient(135deg, #ffffff 0%, #e9f0fa 100%);*/
    padding: 2.2rem 2.5rem;
    border-radius: 20px;
    box-shadow:
      0 12px 24px rgba(3, 50, 102, 0.15),
      0 6px 12px rgba(3, 50, 102, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1.5px solid #d0dbe8;
  }

  .program-box:hover {
    transform: translateY(-8px);
    box-shadow:
      0 24px 48px rgba(3, 50, 102, 0.25),
      0 12px 24px rgba(3, 50, 102, 0.15);
    border-color: #033266;
    /*background: linear-gradient(135deg, #e6f0fb 0%, #c6dbfb 100%);*/
  }

  .program-box h3 {
    margin-bottom: 1.25rem;
    border-bottom: 2px solid #033266;
    padding-bottom: 0.5rem;
  }

  .program-box p {
    line-height: 1.75;
    margin-bottom: 1.5rem;
  }

  .program-box ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
  }

  .program-box ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
    color: #34495e;
    /*font-weight: 500;*/
  }

  .program-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #033266;
    font-weight: 900;
    font-size: 1.2rem;
    text-shadow: 0 0 1px rgba(3, 50, 102, 0.3);
  }

  .program-box p strong {
    /*font-weight: 700;*/
  }

  @media (max-width: 768px) {
    /* On smaller screens same vertical stacking */
    .program-boxes {
      gap: 2rem;
    }
    .program-box {
      padding: 2rem;
    }
    .program-heading {
      margin-bottom: 2rem;
    }
  }
/* End Partner */


/* Contact info section - contact us */

    .contact-section {
   /*   background-color: #f9f8f6;
      padding: 3rem 1rem;
      animation: fadeIn 1.5s ease-in;*/
    }

    .contact-container {
     
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
    }

    .contact-card {
      flex: 1 1 45%;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .contact-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .contact-card h2 {
      border-bottom: 2px solid #a29bfe;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
    }

    .contact-card p {
      line-height: 1.6;
      margin: 0.5rem 0;
    }

    @media (max-width: 768px) {
      .contact-container {
        flex-direction: column;
      }

      .contact-card {
        flex: 1 1 100%;
      }
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

/* About us */
/** CORPORATE
*************************** */