/**** Banner ****/
.hero-section {
    position: relative;
    background: linear-gradient(rgba(0, 123, 255, 0.6), rgba(0, 123, 255, 0.6)), 
                url('https://yourdomain.com/path-to-vedic-background.jpg') center/cover no-repeat;
    padding: 5rem 2rem 4rem;
    text-align: center;
    overflow: hidden;
  }

  .hero-content {
    max-width: 800px;
    margin: 0 auto;
  }

  .hero-content h1 {
    margin-bottom: 1.2rem;
  }

  .hero-content p {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.6;
  }

  .hero-btn {
    display: inline-block;
    background-color: #ffb703;
    color: #033266;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.85rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
  }

  .hero-btn:hover {
    background-color: #ffaa00;
  }

  @media (max-width: 600px) {
    .hero-content h1 {
      font-size: 1.8rem;
    }

    .hero-content p {
      font-size: 1rem;
    }

    .hero-btn {
      font-size: 1rem;
      padding: 0.75rem 1.5rem;
    }
  }

/*** End Banner ****/
 .consultation-wrapper {
/*    max-width: 1100px;
    margin: 4rem auto;
    padding: 2.5rem 2rem;
    font-family: 'Poppins', sans-serif;
    background: #f4f9fc;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(3, 50, 102, 0.1);*/
  }

  .section-heading {
    text-align: center;
/*    font-size: 2.2rem;
    font-weight: 600;
    color: #033266;*/
    margin-bottom: 3rem;
    position: relative;
  }

  .section-heading::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #115580, #033266);
    display: block;
    margin: 0.75rem auto 0;
    border-radius: 2px;
  }

  .consultation-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
  }

  .consultation-box {
    flex: 1 1 48%;
    background: white;
    padding: 2rem 1.75rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(3, 50, 102, 0.08);
    color: #115580;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .consultation-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 24px rgba(3, 50, 102, 0.12);
  }

  .consultation-box h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    color: #033266;
    border-left: 4px solid #115580;
    padding-left: 0.75rem;
  }

  .consultation-box ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.8;
  }

  .consultation-box ul li {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    position: relative;
    padding-left: 1.8rem;
  }

  .consultation-box ul li::before {
    content: "\f058"; /* FontAwesome check-circle icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #033266;
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 1rem;
  }

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

    .consultation-box {
      flex: 1 1 100%;
    }

    .section-heading {
      font-size: 1.75rem;
    }
  }
/**** Transform Karma. Restore Balance. Realign Your Soul. ***/
/***.signature-section {
  background: linear-gradient(to right, #f4f9fb, #eaf2f4);
  padding: 60px 20px;
  color: #033266;
  position: relative;
  overflow: hidden;
}

.signature-inner {
/*  max-width: 1200px;*//*
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.signature-title {
  font-size: 2.4em;
  font-weight: 700;
  color: #033266;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.4;
}

.signature-columns {
  display: flex;
  flex-wrap: wrap;
  /*gap: 40px;*//*
  align-items: center;
  justify-content: center;
}

.signature-text {
/*  flex: 1 1 500px;
  min-width: 300px;*//*
}

.signature-subheading {
  font-size: 1.3em;
  color: #02518c;
  font-weight: 600;
  margin-bottom: 20px;
}

.signature-mission {
  font-size: 1.05em;
  line-height: 1.7;
  color: #2d3d4f;
  margin-bottom: 25px;
  text-align: justify;
}

.signature-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
  color: #033266;
}

.signature-benefits li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.signature-benefits li .material-icons {
  margin-right: 10px;
  font-size: 1.4em;
  color: #02518c;
}

.signature-image {
/*  flex: 1 1 300px;
  min-width: 260px;*//*
  text-align: center;
}

/* Responsive Adjustments *//*
@media (max-width: 768px) {
  .signature-columns {
    flex-direction: column;
    text-align: center;
  }

  .signature-text {
    text-align: left;
  }
}*/
/**** Why Choose us */
/* --- Section Wrapper --- */
/*.why-choose-us {
  padding: 60px 15px;
  background: var(--section-bg);
}
*/
/* --- Main Heading --- */
/*.main-heading {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 10px;
  color: #033266;
}
.main-heading span {
  color: #4a8ff0; 
}

.why-choose-left-subtitle {
  font-size: 1.2rem;
  color: #033266;
  font-weight: 600;
  margin: 0 auto 40px;
  text-align: center;
  max-width: 700px;
  line-height: 1.6;
}*/

/* --- Flex Layout --- */
.why-choose-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

/* --- Left Column --- */
.why-choose-left {
 /* flex: 1 1 480px;
  min-width: 280px;*/
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(3, 50, 102, 0.08);
}

/* Responsive spacing */
@media (max-width: 600px) {
  .why-choose-left, .why-choose-right
  {
    flex: 1 1 100%;
  }
}

@media (min-width: 768px) {
  .why-choose-left,
  .why-choose-right {
    flex: 1 1 100%;
  }
}

@media (max-width: 991px) {
  .why-choose-left,
  .why-choose-right {
    flex: 1 1 100%;
  }
}

@media (min-width: 1024px) {
  .why-choose-left,
  .why-choose-right {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (min-width: 1200px) {
  .why-choose-left,
  .why-choose-right {
    flex: 0 0 calc(50% - 10px);
  }
}


.why-choose-left ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.why-choose-left ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

/* make the icon a circle */
.why-choose-left ul li .material-icons {
  background: #e6effa;
  color: #033266;
  font-size: 1.3rem;
  padding: 8px;
  border-radius: 50%;
  min-width: 36px;
  text-align: center;
}

/* --- Right Column --- */
.why-choose-right {
 /* flex: 1 1 480px;
  min-width: 280px;*/

  /* ✨ Gradient background */
  background: linear-gradient(135deg, #4a8ff0 0%, #6b9ef0 50%, #7eb3ff 100%);

  /* ✨ Padding & rounded corners */
  padding: 40px 30px;
  border-radius: 20px;

  /* ✨ Soft shadow */
  box-shadow: 0 8px 24px rgba(3, 50, 102, 0.2);

  /* ✨ Text styling */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* optional subtle glow lines */
.why-choose-right::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.15) 0%, transparent 70%);
  transform: rotate(25deg);
}

/* Subtitle inside */
.why-choose-right-subtitle {
  font-size: 1.6em;
  color: #fff;
  margin-bottom: 28px;
  border-bottom: 2px solid rgba(255,255,255,0.4);
  padding-bottom: 8px;
  text-align: center;
  font-weight: 700;
}

/* List items */
.why-choose-right ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-size: 1.1em;
 /* max-width: 320px;*/
}

.why-choose-right ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 45px;
  gap: 14px;
}
@media (max-width: 425px) {
.why-choose-right ul{
  margin: 0;
}

.why-choose-right ul li span:first-child {
  
  font-weight: 700;
  color: #fff; /* keep numbers white */
  min-width: 25px;
}

}

@media (min-width: 425px) {
  
.why-choose-right ul li span:first-child {
  
  font-weight: 700;
  color: #fff; /* keep numbers white */
  min-width: 65px;
  text-align: right;
}
}
.why-choose-right ul li:last-child
{
  margin-bottom: 0px;
}





.why-choose-right ul li span:last-child {
    font-weight: 700;
  color: #fff;
}
/* Responsive spacing */
@media (min-width: 1200px) {
  .why-choose-right ul li span:first-child
  {
    font-size: 22px;
  }

  .why-choose-right ul li span:last-child {
    font-size: 20px;
}
}

@media (min-width: 1024px) {
  .why-choose-right ul li span:first-child
  {
    font-size: 22px;
  }

  .why-choose-right ul li span:last-child {
    font-size: 20px;
}
}

@media (max-width: 991px) {
  .why-choose-right ul li span:first-child
  {
    font-size: 22px;
  }

  .why-choose-right ul li span:last-child {
    font-size: 20px;
}
}

@media (min-width: 768px) {
  .why-choose-right ul li span:first-child
  {
    font-size: 22px;
  }

  .why-choose-right ul li span:last-child {
    font-size: 20px;
}
}

@media (max-width: 600px) {
  .why-choose-right ul li span:first-child
  {
    font-size: 15px;
  }

  .why-choose-right ul li span:last-child {
    font-size: 13px;
}
}
/* Responsive tweak */
@media (max-width: 991px) {
  .why-choose-right {
    padding: 30px 20px;
  }
}




/**** Transform Karma. Restore Balance. Realign Your Soul. ***/


.signature-section {
    padding: 40px;
    margin: 40px auto;
    font-family: 'Poppins', sans-serif;
    color: #333;
  }

  .signature-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .signature-text {
    /*flex: 1 1 60%;*/
  }

  .signature-text h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: #033266;
    font-weight: 500;
    text-align: justify;
  }

  .signature-mission {
    /*font-size: 1rem;*/
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
    text-align: justify;
  }

  .signature-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .signature-benefits li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    /*font-size: 1rem;*/
    /*color: #333;*/
    text-align: justify;
  }

  .signature-benefits .material-icons {
    /*font-size: 20px;*/
    color: #033266;
    font-weight: 600;
  }

  .signature-image {
    /*flex: 1 1 35%;*/
    text-align: center;
  }

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

  @media (max-width: 768px) {
    .signature-columns {
              flex-direction: column;
        display: grid;
        /* align-content: center; */
        /* justify-content: center; */
        /* align-items: center; */
        justify-items: center;
    }

    .signature-text,
    .signature-image {
      flex: 1 1 100%;
    }
  }

  

/********** Nadi Astrology Reading - Image with text 4 *********/
  .Nadi_Palm_Leaf .image_with_text4 {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .Nadi_Palm_Leaf .image_with_text4 > div {
    margin: 0 15px;
  }
  
  .image_with_text4 .i {
    margin-top: 30px;
  }
  
  .image_with_text4 > div {
    background: #fff;
    -webkit-box-shadow: 0 4px 0 #2b86ac;
    -moz-box-shadow: 0 4px 0 #2b86ac;
    box-shadow: 0px 0px 5px #2b86ac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
  }
  
  .image_with_text4 .wrap {
    position: relative;
  }
  
  .image_with_text4 .wrap img {
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  
  .image_with_text4 .wrap .info {
    padding: 10px 0 10px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  
  .image_with_text4 .wrap .info .name {
    margin: 0;
    font-size: 15px;
    /*font-size: 2.4rem;*/
    font-weight: 700;
    margin: 0 0 8px 0;
  }
  
  .image_with_text4 .wrap .info .position {
    margin: 0;
    font-size: 12px;
    /*font-size: 14px;
      font-size: 1.4rem;*/
    color: #555659;
  }
  
  .image_with_text4 .more {
    padding-bottom: 25px;
    position: absolute;
    bottom: -100%;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  
  .image_with_text4 .more p {
    margin: 0 18px 30px 18px;
    line-height: 22px;
  }
  
  .image_with_text4 .more .socials {
    margin: 0 0 20px 0;
  }
  
  .image_with_text4 .more .socials a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    margin: 0 0 0 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  
  .image_with_text4 .more .socials a:first-child {
    margin: 0;
  }
  
  .image_with_text4 .more .socials a.facebook {
    background: #3262b9;
  }
  
  .image_with_text4 .more .socials a.facebook:hover {
    background: #2d57a5;
  }
  
  .image_with_text4 .more .socials a.twitter {
    background: #3dd7e5;
  }
  
  .image_with_text4 .more .socials a.twitter:hover {
    background: #27d2e2;
  }
  
  .image_with_text4 .more .socials a.google-plus {
    background: #e23535;
  }
  
  .image_with_text4 .more .socials a.google-plus:hover {
    background: #de2020;
  }
  
  .image_with_text4 .more .socials a.linkedin {
    background: #069;
  }
  
  .image_with_text4 .more .socials a.linkedin:hover {
    background: #005580;
  }
  
  .image_with_text4:hover img {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }
  
  .image_with_text4:hover .info {
    top: 0;
  }
  
  .image_with_text4:hover .more {
    bottom: 0;
  }

  /********** Image with text 4 *********/

   .karmic-section {      
      animation: fadeIn 1s ease-in;
    }

  /* Header intro with fade and animated underline */
  .karmic-intro {
    text-align: center;
    margin-bottom: 2.5rem;
    animation: fadeInTop 1.2s ease-out;
  }

  .karmic-intro h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--heading-color1);
    position: relative;
    display: inline-block;
    letter-spacing: 0.7px;
    margin-bottom: 1rem;
    animation: fadeInTop 1.2s ease-out;
  }

  .karmic-intro h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #033266, #115580);
    border-radius: 2px;
    animation: underlineGrow 1.4s ease forwards;
  }

  .karmic-intro p {
    font-size: 1.05rem;
    color: var(--paragraph-dark-color);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
    animation: fadeIn 1.8s ease forwards;
    opacity: 0;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }

  /* Boxes container */
  .karmic-boxes {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    opacity: 0;
    animation: fadeInUp 1.2s ease forwards;
    animation-delay: 0.6s;
  }

  .karmic-box {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(3, 50, 102, 0.1);
    padding: 2rem;
    flex: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .karmic-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(3, 50, 102, 0.2);
  }

  /* H3 with animated underline */
  .karmic-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #033266;
    margin-bottom: 1rem;
    border-bottom: none;
    position: relative;
    display: inline-block;
    letter-spacing: 0.4px;
    padding-bottom: 6px;
    animation: fadeInTop 1.2s ease-out;
  }

  .karmic-box h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(to right, #033266, #115580);
    border-radius: 2px;
    animation: underlineGrow 1.4s ease forwards;
    animation-delay: 0.3s;
  }

  /* Paragraph inside boxes */
  .karmic-box p {
    font-size: 1.05rem;
    color: var(--paragraph-dark-color);
    line-height: 1.6;
    animation: fadeIn 1.8s ease forwards;
    opacity: 0;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
  }

  /* Lists */
  .karmic-box ul {
    list-style-type: disc;
    /*padding-left: 1.5rem;*/
    margin: 0;
  }

  .karmic-box li {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    color: var(--paragraph-dark-color);
    position: relative;
    transition: color 0.3s ease;
  }

  .karmic-box li:hover {
    color: #033266;
  }

  /* Animations */
  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

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

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

  @keyframes underlineGrow {
    to {
      width: 60%;
    }
  }

  /* Responsive */
  @media (min-width: 768px) {
    .karmic-boxes {
      flex-direction: row;
    }
  }


/** Nadi Chapter **/
  .features-container {
    max-width: 960px;
    margin: 2rem auto;
    padding: 2rem 2.5rem;
    background: #f4f9fc;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(3, 50, 102, 0.15);
    font-family: 'Poppins', sans-serif;
  }

  .features-container h2 {
    text-align: center;
    color: #033266;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
  }

  /* 3 in a row grid */
  .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    justify-items: center;
  }

  .feature-item {
    text-align: center;
    color: #033266;
    padding: 1.25rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(3, 50, 102, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 280px;
  }
  .feature-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 16px rgba(3, 50, 102, 0.2);
  }
  .feature-item i {
    font-size: 48px;
    margin-bottom: 0.8rem;
  }
  .feature-item p {
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
  }

  @media (max-width: 480px) {
    .features-container {
      padding: 1.5rem 1rem;
    }
  }



/**** SIGNIN PAGE ****/


    

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to   { opacity: 1; transform: scale(1); }
    }

    .form-card {
      background: white;
      padding: 2rem;
      max-width: 400px;
      width: 90%;
      border-radius: 10px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
      position: relative;
    }

    .close-btn {
      position: absolute;
      top: 12px;
      right: 12px;
      background: transparent;
      border: none;
      font-size: 1.2rem;
      cursor: pointer;
      color: #888;
    }

    .close-btn:hover {
      color: #000;
    }

    .form-card h2 {
      margin-bottom: 1.2rem;
      color: var(--primary-color);
      text-align: center;
    }

    .form-group {
      margin-bottom: 1rem;
    }

    .form-group label {
      display: block;
      margin-bottom: 0.5rem;
      color: #333;
    }

    .form-group input {
      width: 100%;
      padding: 0.75rem;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    .forgot-link {
      text-align: right;
      margin-top: -0.5rem;
      margin-bottom: 1rem;
    }

    .forgot-link a {
      color: var(--primary-color);
      text-decoration: none;
      font-size: 0.9rem;
    }

    .forgot-link a:hover {
      text-decoration: underline;
    }

   

    .divider {
      text-align: center;
      margin: 1.5rem 0;
      color: #666;
      position: relative;
    }

    .divider::before,
    .divider::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 40%;
      height: 1px;
      background: #ccc;
    }

    .divider::before {
      left: 0;
    }

    .divider::after {
      right: 0;
    }

    .google-btn {
      background-color: white;
      border: 1px solid #ccc;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .google-btn img {
      width: 20px;
      height: 20px;
    }

    .signup-prompt {
      text-align: center;
      margin-top: 1.2rem;
      color: #555;
    }

    .signup-prompt a {
      color: var(--primary-color);
      text-decoration: none;
      font-weight: bold;
    }

    .signup-prompt a:hover {
      text-decoration: underline;
    }

    @media (max-width: 480px) {
      .form-card {
        padding: 1.5rem;
      }

      header h1 {
        font-size: 1.2rem;
      }

      .nav-links a {
        font-size: 0.9rem;
        padding: 0.3rem 0.7rem;
      }
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: scale(0.9); }
      to   { opacity: 1; transform: scale(1); }
    }

/* Gemstone */
 .gemstone-section {
/*    background: #f4f9fc;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    color: #033266;
    text-align: center;*/
  }

  .gemstone-main-heading {
/*    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: #033266;*/
  }

  .gemstone-container {
/*    max-width: 1100px;*/
    margin: auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }

  .gemstone-left,
  .gemstone-right {
    flex: 1 1 45%;
    padding: 30px 30px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(3, 50, 102, 0.07);
    background: #f0f4f8; /* Softer light blue */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gemstone-right {
    background: #ffffff;
    border: 2px solid #033266;
  }

  .gemstone-left:hover,
  .gemstone-right:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(3, 50, 102, 0.15);
  }

  .gemstone-left h2,
  .gemstone-right h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #033266;
    border-bottom: 3px solid #033266;
    padding-bottom: 8px;
    max-width: max-content;
  }

  .gemstone-left p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 22px;
    text-align: justify;
  }

  .gemstone-right ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
  }

  .gemstone-right ul li {
    position: relative;
    padding-left: 32px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 18px;
  }

  .gemstone-right ul li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    top: 2px;
    color: #033266;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .gemstone-container {
      flex-direction: column;
      gap: 30px;
      text-align: center;
    }

    .gemstone-left,
    .gemstone-right {
      flex: 1 1 100%;
      padding: 25px 20px 30px;
    }

    .gemstone-left p {
      text-align: center;
    }
  }


  /*Numerology */
    .tirikala-numerology-why-choose-section {
/*    background-color: #f4f9fc;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    color: #033266;
    text-align: center;*/
  }

  .tirikala-numerology-why-choose-section h2 {
/*    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #033266;*/
  }

  .tirikala-numerology-why-choose-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .tirikala-numerology-why-choose-item {
    flex: 0 0 calc(25% - 18px);
    background-color: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(3, 50, 102, 0.07);
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tirikala-numerology-why-choose-item:hover {
    transform: translateY(-4px);
  }

  .tirikala-numerology-why-choose-icon {
    font-size: 48px;
    color: #033266;
    margin-bottom: 16px;
  }

  .tirikala-numerology-why-choose-text {
    font-size: 1rem;
    color: #033266;
    font-weight: 500;
  }

  @media (max-width: 992px) {
    .tirikala-numerology-why-choose-item {
      flex: 0 0 calc(50% - 12px);
    }
  }

  @media (max-width: 600px) {
    .tirikala-numerology-why-choose-item {
      flex: 0 0 100%;
    }
  }

/* Vastu */
  .tirikala-hero-section {
/*    background: #f4f9fc;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    color: #033266;*/
  }

  .tirikala-hero-container {
/*    max-width: 1200px;
    margin: auto;*/
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: center;
/*    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(3, 50, 102, 0.07);
    padding: 50px 40px;*/
  }

  .tirikala-hero-text {
    flex: 1 1 55%;
    font-size: 1.05rem;
    line-height: 1.9;
    color: #1a3b66;
    text-align: center;
  }

  .tirikala-hero-text h1 {
/*    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #033266;
    margin-bottom: 12px;*/
  }

  .tirikala-hero-text h2 {
/*    font-size: 1.35rem;
    font-weight: 500;
    color: #055297;
    margin-bottom: 28px;*/
    position: relative;
    display: inline-block;
  }

  .tirikala-hero-text h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #033266;
    margin: 12px auto 0;
  }

  .tirikala-hero-text p {
    margin-bottom: 22px;
    text-align: justify;
  }

  .tirikala-hero-text em {
    display: block;
    font-style: italic;
    font-size: 1.1rem;
    color: #02539b;
    margin-bottom: 30px;
  }

  .tirikala-btn {
    display: inline-block;
    background-color: #033266;
    color: #fff;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 30px;
  }

  .tirikala-btn:hover {
    background-color: #055297;
  }

  .tirikala-hero-image {
    flex: 1 1 40%;
    text-align: center;
    position: relative;
  }

  .tirikala-hero-image img {
    max-width: 100%;
    border-radius: 8px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(3, 50, 102, 0.1);
  }

  .tirikala-hero-image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(3, 50, 102, 0.25), transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    filter: blur(20px);
  }

  @media (max-width: 768px) {
    .tirikala-hero-container {
      flex-direction: column;
      padding: 30px 20px;
    }

    .tirikala-hero-text,
    .tirikala-hero-image {
      flex: 1 1 100%;
      text-align: center;
    }

    .tirikala-hero-text {
      font-size: 1rem;
    }

    .tirikala-hero-text h1 {
      font-size: 2rem;
    }

    .tirikala-hero-text h2::after {
      margin: 10px auto;
    }

    .tirikala-hero-text p {
      text-align: center;
    }
  }


  /* vastu */
   .vasthu-section {
/*    background: #f4f9fc;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
    color: #033266;
    text-align: center;*/
  }

  .vasthu-main-heading {
/*    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 50px;
    color: #033266;*/
  }

  .vasthu-container {
/*    max-width: 1100px;*/
    margin: auto;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }

  .vasthu-left,
  .vasthu-right {
    flex: 1 1 45%;
    padding: 30px 30px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(3, 50, 102, 0.07);
    background: #f0f4f8; /* Softer light blue */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .vasthu-right {
    background: #ffffff;
    border: 2px solid #033266;
  }

  .vasthu-left:hover,
  .vasthu-right:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(3, 50, 102, 0.15);
  }

  .vasthu-left h2,
  .vasthu-right h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #033266;
    border-bottom: 3px solid #033266;
    padding-bottom: 8px;
    max-width: max-content;
  }

  .vasthu-left p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 22px;
    text-align: justify;
  }

  .vasthu-right ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
  }

  .vasthu-right ul li {
    position: relative;
    padding-left: 32px;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 18px;
  }

  .vasthu-right ul li::before {
    content: "✔️";
    position: absolute;
    left: 0;
    top: 2px;
    color: #033266;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .vasthu-container {
      flex-direction: column;
      gap: 30px;
      text-align: center;
    }

    .vasthu-left,
    .vasthu-right {
      flex: 1 1 100%;
      padding: 25px 20px 30px;
    }

    .vasthu-left p {
      text-align: center;
    }
  }

/* Final */
/* Corporate */

/* Corporate */
/* Final */
/*.corporate-content-wrapper {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px 30px;
    background: white;
    box-shadow: inset 0 0 10px #ddd;
}

details.policy-details {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  summary {
    font-weight: 600;
    font-size: 1.2em;
    cursor: pointer;
    outline: none;
    list-style: none;
    display: flex;
    align-items: center;
    user-select: none;
    gap: 10px;
  }

  summary::-webkit-details-marker {
    display: none;
  }
  summary::marker {
    content: none;
  }

  summary::before {
    content: "+";
    display: inline-block;
    font-weight: bold;
    margin-right: 8px;
    color: #007BFF;
    transition: transform 0.3s ease;
  }

  details[open] > summary::before {
    content: "−";
    color: #d9534f;
  }

  .policy-content {
    margin-top: 10px;
    padding-left: 20px;
    border-left: 2px solid #007BFF;
    animation: fadeIn 0.3s ease forwards;
  }

  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  ul {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  table {
    border-collapse: collapse;
    margin: 10px 0;
    width: 100%;
  }
  table, th, td {
    border: 1px solid #ccc;
  }
  th, td {
    padding: 8px 12px;
    text-align: left;
  }
  th {
    background: #f0f0f0;
  }

  .version-label {
    margin-left: auto;
    font-weight: normal;
    font-size: 0.85em;
    color: #555;
  }

  a.email-link {
    color: #007BFF;
    text-decoration: none;
  }

  a.email-link:hover,
  a.email-link:focus {
    text-decoration: underline;
  }

  /* Sticky footer at bottom *//*
  .bottom-note {
    background: #e9ecef;
    padding: 12px 30px;
    font-size: 0.9em;
    color: #555;
    text-align: center;
    flex-shrink: 0;
    border-top: 1px solid #ccc;
  }
/* EN_Partner */
 
    

    /* Hero Section */
    .hero {
      background: url('https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0?auto=format&fit=crop&w=1600&q=80') no-repeat center/cover;
      position: relative;
      text-align: center;
      padding: 4rem 1.5rem;
      color: #fff;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 0;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      opacity: 0;
      animation: fadeInUp 1s ease-in-out forwards;
    }

    .hero h1 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
    }

    .hero p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }

    .hero .btn {
      background: #fff;
      color: var(--primary);
      padding: 0.75rem 1.5rem;
      font-weight: 600;
      border-radius: 6px;
      display: inline-block;
      transition: background 0.3s ease;
    }

    .hero .btn:hover {
      background: #e1e7f0;
    }

    /* Roles Section */
    .section {
      padding: 4rem 1.5rem;
      text-align: center;
    }

    .section h2 {
      font-size: 2rem;
      margin-bottom: 1rem;
    }

    .section p {
      font-size: 1rem;
      margin-bottom: 2rem;
      color: var(--accent);
    }

    .roles {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 2rem;
      max-width: 1080px;
      margin: 0 auto;
    }

    .role-card {
      background: var(--card-bg);
      padding: 2rem 1.5rem;
      border-radius: 10px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
      transition: transform 0.2s ease;
      opacity: 0;
      animation: fadeInUp 0.8s ease-out forwards;
    }

    .role-card:hover {
      transform: translateY(-5px);
    }

    .role-card i {
      font-size: 2.2rem;
      margin-bottom: 1rem;
      color: var(--primary);
    }

    .role-card h3 {
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
    }

    .role-card p {
      font-size: 0.95rem;
      color: #555;
    }

    /* Delay each card slightly */
    .role-card:nth-child(1) { animation-delay: 0.1s; }
    .role-card:nth-child(2) { animation-delay: 0.2s; }
    .role-card:nth-child(3) { animation-delay: 0.3s; }
    .role-card:nth-child(4) { animation-delay: 0.4s; }
    .role-card:nth-child(5) { animation-delay: 0.5s; }
    .role-card:nth-child(6) { animation-delay: 0.6s; }

    /* CTA Section */
    .cta {
      background: var(--primary);
      color: #fff;
      text-align: center;
      padding: 3rem 1rem;
      opacity: 0;
      animation: fadeIn 1.2s ease-in forwards;
    }

    .cta h3 {
      font-size: 1.8rem;
      margin-bottom: 1rem;
    }

    .cta p {
      font-size: 1rem;
      margin-bottom: 1.5rem;
    }

    .cta .cta-btn {
      background: #fff;
      color: var(--primary);
      padding: 0.75rem 1.5rem;
      font-weight: 600;
      border-radius: 6px;
      transition: background 0.3s ease;
    }

    .cta .cta-btn:hover {
      background: #eaeaea;
    }

    @media (max-width: 768px) {
      .hero h1 {
        font-size: 1.8rem;
      }

      .hero p {
        font-size: 1rem;
      }
    }






/* Contact Us*/

/* Banner - contact us */

    .hero {
      background: url('https://source.unsplash.com/1600x700/?spiritual,sky') no-repeat center center/cover;
      height: 60vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      color: #fff;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 0 1rem;
    }

    .hero-content h1 {
      font-family: 'Montserrat', sans-serif;
      font-size: 3rem;
      margin: 0;
    }

    .hero-content p {
      font-style: italic;
      font-size: 1.2rem;
      margin-top: 0.5rem;
    }

    @media (max-width: 768px) {
      .hero {
        height: 50vh;
      }

      .hero-content h1 {
        font-size: 2rem;
      }

      .hero-content p {
        font-size: 1rem;
      }
    }
 


    /* HERO BANNER */
    .hero-about {
      background: url('https://images.unsplash.com/photo-1581093588401-39c1c006dba0?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
      color: white;
      padding: 5rem 2rem;
      text-align: center;
      position: relative;
    }

    .hero-about::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 800px;
      margin: 0 auto;
    }

    .hero-about h1 {
      font-size: 3rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    .hero-about p {
      font-size: 1.2rem;
      margin-bottom: 2rem;
      font-style: italic;
      color: #f0f8ff;
    }

    .hero-about button {
      padding: 0.75rem 1.5rem;
      background: var(--accent);
      border: none;
      border-radius: 6px;
      color: white;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .hero-about button:hover {
      background: #5a8fbf;
    }

    /* MAIN CONTAINER */
    /*.container {
      max-width: 960px;
      margin: 2rem auto;
      padding: 2rem;
      background: white;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    }*/

    
    section {
      margin-bottom: 2rem;
    }

    p {
      text-align: justify;
      margin-bottom: 1rem;
    }

    ul {
      list-style-type: disc;
      margin-left: 1.5rem;
    }

    /* TWO-COLUMN BOXES */
    .two-column {
      display: flex;
      gap: 2rem;
      margin-bottom: 2rem;
      flex-wrap: wrap;
    }

    .box {
      flex: 1;
      background: var(--light-blue);
      padding: 1.5rem;
      border-radius: 10px;
      border-left: 6px solid var(--accent);
      transition: 0.3s ease;
    }

    .box:hover {
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
      transform: translateY(-4px);
    }

    .box h2 {
      font-size: 1.3rem;
      margin-bottom: 1rem;
    }

    .box ul {
      padding-left: 1rem;
    }

    /* TESTIMONIALS */
    .testimonials {
      background: #eef6fc;
      padding: 3rem 2rem;
      border-radius: 12px;
      margin-top: 2rem;
    }

    .testimonials h2 {
      text-align: center;
      margin-bottom: 2rem;
    }

    .testimonial-grid {
      display: flex;
      gap: 2rem;
      flex-wrap: wrap;
      justify-content: center;
    }

    .testimonial {
      flex: 1;
      max-width: 400px;
      background: white;
      border-left: 5px solid var(--accent);
      padding: 1.5rem;
      border-radius: 8px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04);
      font-style: italic;
    }

    .testimonial h4 {
      margin-top: 1rem;
      color: var(--text-primary);
      font-weight: 600;
      text-align: right;
    }

    /* CTA SECTION */
    .cta {
      background: var(--accent);
      color: white;
      text-align: center;
      padding: 3rem 2rem;
      border-radius: 12px;
      margin-top: 3rem;
    }

    .cta h2 {
      font-size: 1.8rem;
      margin-bottom: 1rem;
    }

    .cta p {
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }

    .cta button {
      padding: 0.8rem 1.6rem;
      font-size: 1rem;
      background: #033266;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .cta button:hover {
      background: #021d3e;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .two-column {
        flex-direction: column;
      }

      .testimonial-grid {
        flex-direction: column;
        align-items: center;
      }

      .hero-about h1 {
        font-size: 2rem;
      }

      .hero-about p {
        font-size: 1rem;
      }

      .cta h2 {
        font-size: 1.4rem;
      }
    }

/* EN_Careers */
/* Careers CTA Section */

  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

  .tk-careers-section {
    background: #f4f9fc;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
  }

  .tk-careers-container {
    max-width: 900px;
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 40px 30px;
    font-family: 'Poppins', sans-serif;
    color: #033266;
  }

  .tk-careers-headline {
    font-size: 2rem;
    font-weight: 600;
    color: #004085;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
  }

  .tk-careers-headline::after {
    content: "";
    display: block;
    height: 4px;
    width: 60px;
    margin: 10px auto 0;
    background: linear-gradient(90deg, #007BFF, #00b4d8);
    border-radius: 2px;
  }

  .tk-careers-subheadline {
    font-size: 1.05rem;
    color: #115580;
    max-width: 750px;
    margin: 0 auto 2rem;
    line-height: 1.6;
    text-align: justify;
  }

  .tk-careers-button {
    background-color: #007BFF;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    display: inline-block;
  }

  .tk-careers-button:hover,
  .tk-careers-button:focus {
    background-color: #0056b3;
  }

  @media (max-width: 600px) {
    .tk-careers-subheadline {
      text-align: left;
    }
  }
/* About Working Here Section */

  .tk-about-section {
    background: #f4f9fc;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
  }

  .tk-about-container {
    /*max-width: 900px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);*/
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    /*gap: 40px;*/
  }

  .tk-about-left,
  .tk-about-right {
    /*flex: 1 1 300px;*/
    /*color: #033266;*/
  }

  .tk-about-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #004085;
    margin-bottom: 1rem;
    position: relative;
  }

  .tk-about-title::after {
    content: "";
    display: block;
    height: 4px;
    width: 60px;
    margin-top: 10px;
    background: linear-gradient(90deg, #007BFF, #00b4d8);
    border-radius: 2px;
  }

  .tk-about-text {
    font-size: 1rem;
    color: #115580;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 1.5rem;
  }

  .tk-benefits-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1rem;
    color: #1e3f5f;
    line-height: 1.6;
  }

  .tk-benefits-list li {
    margin-bottom: 0.75rem;
  }

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

/* open Position */

    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

    /* --- Base & Container --- */

    /*.container {
      max-width: 900px;
      margin: 0 auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.06);
      padding: 2rem 3rem;
    }*/

    /* --- Headings --- */
   
    .job-card {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      padding: 2rem;
      margin-bottom: 2.5rem;
      transition: box-shadow 0.3s ease;
    }
    .job-card:hover {
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    }

    /* --- Job Title & Meta --- */
    .job-card h3 {
      color: #033266;
      margin-bottom: 0.5rem;
      font-weight: 600;
      text-align: left;
    }
    .job-meta {
      color: #1e3f5f;
      margin-bottom: 1rem;
      font-weight: 400;
      text-align: left;
    }

    /* --- Paragraphs --- */
    .job-card p:not(.job-meta) {
      font-weight: 400;
      line-height: 1.7;
      margin-bottom: 1.8rem;
      color: #115580;
      text-align: justify;
    }

    /* --- Job Description (hidden by default) --- */
    .job-jd {
      margin-top: 1rem;
      color: #115580;
      line-height: 1.6;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, opacity 0.4s ease;
      text-align: justify;
    }
    .job-jd.open {
      max-height: 1000px; /* large enough for content */
      opacity: 1;
      overflow: visible;
    }
    .job-jd ul {
      list-style-type: disc;
      margin-left: 1.5rem;
      margin-bottom: 1.5rem;
      color: #1e3f5f;
      max-width: 90%;
    }
    .job-jd strong {
      display: block;
      color: #033266;
      margin-top: 1rem;
      margin-bottom: 0.5rem;
      font-weight: 600;
    }

    /* --- Toggle Button --- */
    .toggle-jd {
      margin-top: 1rem;
      display: inline-block;
      background: #115580;
      color: white;
      padding: 0.5rem 1.2rem;
      font-weight: 600;
      border-radius: 10px;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      font-size: 0.95rem;
      text-align: center;
    }
    .toggle-jd:hover {
      background: #1e3f5f;
    }

    /* --- Footer note --- */
    .apply-note {
      margin-top: 3rem;
      text-align: center;
      color: #115580;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.5;
    }
    .apply-note a {
      color: #115580;
      text-decoration: underline;
    }

    /* --- Responsive --- */
   /* @media (max-width: 600px) {
      .container {
        padding: 2rem 1.5rem;
      }
    }*/

