  /*custom css*/

  body {
    /* background: url(../img/background.jpg); */

    background-color: var(--darkblue);
    background-size: cover;
  }

  .logoimg {
    width: 350px;
  }

  /* .playicons {
    font-size: 25px;
    position: absolute;
    right: 17px;
    top: 0px;
  }

  .playicons .fa-play-circle {
    color: #00ff37;
    margin-right: 10px;
  }

  .playicons .fa-pause {
    color: #efff00
  } */

  .consultationfixed {
    position: fixed;
    left: 0;
    bottom: 5px;
    z-index: 999;
  }

  .consultationfixed img {
    width: 100px;
  }

  .fixedval img {
    width: 50px;
  }

  .skypefixed {
    position: fixed;
    bottom: 10px;
    z-index: 9099;
    left: 9px;
    /* background: #fff; */
    border-radius: 50%;
  }

  .whatsappfixed {
    position: fixed;
    bottom: 120px;
    z-index: 9099;
    left: 9px;
    border-radius: 50%;
  }

  @keyframes rotation {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  .horoscope-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    animation: rotation 25s linear infinite;
  }

  .chooseus__pic {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }




  .siva-image {
    position: absolute;
    width: 70%;
    max-width: 260px;
    height: auto;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
  }





  @media (max-width: 991px) {
    .horoscope-image {
      max-width: 400px;
    }

    .siva-image {
      width: 65%;
      max-width: 230px;
    }
  }


  @media (max-width: 576px) {
    .horoscope-image {
      max-width: 300px;
    }

    .siva-image {
      width: 80%;
      max-width: 170px;
    }
  }




  .single-header-info {
    float: left;
    padding-left: 10px;
  }

  .single-header-info .icon-box,
  .single-header-info .content {
    display: table-cell;
    vertical-align: middle;
  }

  .single-header-info .icon-box .inner-box i {
    color: var(--whitenobgtext);
    margin-top: 10px;
  }

  .single-header-info .icon-box .inner-box {
    width: 60px;
    height: 60px;
    border: 1px solid var(--whitenobgtext);
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    margin-right: 15px;
    margin-top: 10px;
  }

  .single-header-info .content h3 {
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--whitenobgtext);
    font-weight: 800;
    margin: 0;
    margin-bottom: 5px;
  }

  .single-header-info .content p {
    font-size: 13px;
    margin: 0;
    color: var(--whitenobgtext);
  }

  .stars-1 {
    background: var(--whitebgtext) url(../img/chooseus/stars.webp) repeat top center;
    z-index: 0;
  }



  .stars-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .services__item i {
    font-size: 55px;
    height: 81px;
    color: var(--darkblue);
  }

  .icon_red {
    font-size: 26px;
    color: var(--darkblue);
  }

  .chooseus__item__icon i {
    font-size: 49px;
    /* color:  var(--whitenobgtext); */
  }


  .text_color_pay {
    color: var(--whitebgtext);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
  }

  .text_color_pay::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    /* background-color: var(--yellow); */
    transition: width 0.3s ease;
  }

  .text_color_pay:hover {
    color: var(--accentOrange);
  }

  .text_color_pay:hover::after {
    width: 100%;
  }

  .text_color_pay .payment_icon {
    margin-left: 6px;
    transition: transform 0.3s ease;
  }

  .text_color_pay:hover .payment_icon {
    transform: translate(4px, -4px);
  }

  .counter__item__icon i {
    color: #fff;
    font-size: 52px;
  }

  .team__item__text img {
    height: 350px;
    object-fit: cover;
  }

  .spad.set-bg {
    position: relative;
    z-index: 15;
  }

  .spad.set-bg:before {
    content: ' ';
    position: absolute;
    background: #0000008f;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
  }

  .toplogo {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
    text-align: right;
    position: relative;
  }

  .toplogo img {
    width: 30px;
    margin-left: 20px;

  }

  .toplogo a {
    color: var(--whitenobgtext) !important;
    font-size: 13px;
  }

  .contactbtn {
    position: relative;
    bottom: 26px;
  }

  .sivavak_img {
    width: 192px;
    float: left;
    padding-right: 10px;
    position: relative;
    bottom: 47px;
  }

  .logo_image {
    float: left;
    text-align: center;
  }

  .logo_image img {
    width: 115px;
  }

  .logo_image h3 {
    font-size: 25px;
    color: var(--yellow);
    text-transform: uppercase;
    font-weight: 600;
  }

  .agathiyar_img {
    width: 80px;
    float: left;
    padding-left: 10px;
  }

  .slicknav_item {
    border: none;
  }


  .hero__items {

    position: relative;
    z-index: 1;
  }

  .hero__items.set-bg:after {
    background: #0f12394f;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }

  section.breadcrumb-option.set-bg {
    position: relative;
    z-index: 0;
  }

  /*section.breadcrumb-option.set-bg:after {
    background: #0000007a;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}*/


  .myblog {
    padding: 0;
  }

  .myblog p {
    min-height: 231px;
  }

  .myblog .blog__item__text {
    padding: 15px;
  }

  .myblog img {
    max-height: 200px;
    object-fit: cover;
    object-position: center;
  }

  .newaddress .team__item__title {
    margin-top: 0;
  }

  .newaddress h4 {
    color: var(--orange) !important
  }

  .newaddress i {
    font-size: 20px;
    margin-right: 5px;
    color: var(--darkblue);
  }

  /* .appointment {position:relative;background: url(../img/appointment.jpg)} */
  .appointment:after {
    content: "'";
    background: #ffffffde;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }

  .newaddress * {
    text-transform: capitalize;
  }

  .new_price h1,
  .new_price h2 {
    text-transform: capitalize;
    font-size: 27px;
    margin-bottom: 20px;
    color: var(--yellow);
    font-weight: bold;
  }

  .card {
    border-radius: 20px;
  }

  .card-title {
    font-weight: 600;
  }

  .list-group-item {
    border: none;
    padding-left: 0;
    /* color: var(--secondaryColor); */
  }

  .list-group-item strong {
    color: var(--secondaryColor);
  }

  .list-group-item p {
    color: var(--secondaryColor);
  }


  .naditypes li i {
    margin-right: 10px;
    color: var(--whitebgtext);
  }

  .naditypes li {
    list-style-type: none;
    color: var(--secondaryColor);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .naditypes li h5 {
    color: var(--whitenobgtext);
    margin-bottom: 20px;
  }

  .verdictypes li {
    list-style-type: none;
  }

  .verdictypes li i {
    margin-right: 26px;
    color: var(--yellow);
  }

  .verdictypes li h3 {
    color: var(--whitenobgtext);
    margin-bottom: 20px;
  }

  .homam-img {
    width: 250px;
    height: 250px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  }

  .homam-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .homams {
    padding-left: 25px;
  }

  .homams li {
    list-style-type: decimal;
    font-size: 30px;
    color: var(--yellow);
  }

  .homams h3 {
    color: var(--whitebgtext);
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: bold;
  }

  .homams p {
    margin-bottom: 15px;
    font-size: 14px;
  }


  .homam-card {

    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
  }


  .homam-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  }

  .homam-images {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }



  .homam-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .homam-title {
    color: var(--whitebgtext);
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
  }


  .homam-desc {
    font-size: 14px;
    color: #7a3b08;
    margin-bottom: 0;
  }

  .bg-counter_4 {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../img/css_sprites.png') -10px -10px;
  }


  .bg-counter_2 {
    display: block;
    width: 52px;
    height: 59px;
    background: url('../img/css_sprites.png') -90px -10px;
  }


  .bg-icon_white {
    display: block;
    width: 35px;
    height: 35px;
    background: url('../img/css_sprites.png') -10px -90px;
  }


  .bg-justdial {
    display: block;
    width: 20px;
    height: 17px;
    background: url('../img/css_sprites.png') -162px -59px;
  }

  .fa-brands {
    font-size: 18px;
    vertical-align: middle;
    margin: 0 4px;
  }

  .skype-icon {
    color: #00aff0;
  }

  .whatsapp-icon {
    color: #25D366;
  }

  .google-icon {
    color: #DB4437;
  }

  .classes__details h4 {
    color: var(--yellow);
  }


  .hero-section .container {
    max-width: 1200px;
    /* You can try 1100px or 1300px */
    margin: 0 auto;
  }

  .hero__sliders .item {
    display: flex;
    flex-direction: column;
  }

  .hero__sliders .item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
  }

  .hero__sliders .caption {
    position: relative;
    background: var(--whitenobgtext);
    /* color: var(--whitebgtext); */
    padding: 5px;
    text-align: left;
  }

  .hero__sliders .caption span {
    font-size: 15px;
    display: block;
    color: var(--whitebgtext);
    margin-bottom: 8px;
    font-weight: bold;
  }


  .hero__sliders .caption h2 {
    font-size: 22px;
    color: var(--whitebgtext);
    margin: 0;
    line-height: 1.3;
  }

  .imageheight {
    height: 222px;
  }

  @media (max-width: 992px) {


    .hero__sliders .caption h2 {
      font-size: 22px;
    }

    .hero__sliders .caption span {
      font-size: 22px;
    }
  }

  @media (max-width: 576px) {

    .hero__sliders .caption {
      padding: 12px;
    }

    .hero__sliders .caption span {
      font-size: 10px;
    }

    .hero__sliders .caption h2 {
      font-size: 16px;
      line-height: 1.4;
    }
  }



  /* ---------- BASE ---------- */

  .nadi-steps {
    position: relative;
  }

  .step-card {
    position: relative;
    margin-bottom: 40px;
  }

  /* ---------- STEP BOX ---------- */

  .step-box {
    background: var(--primaryColor);
    border-radius: 10px;
    padding: 26px 14px 20px;
    text-align: center;
    color: var(--whitebgtext);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
    transition: all 0.45s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
  }

  /* GOLDEN GLOW HOVER */
  .step-box:hover {
    transform: translateY(-12px);
    box-shadow:
      0 0 0 3px rgba(117, 9, 3, 0),
      0 22px 55px rgba(117, 9, 1, 0);


  }

  /* ---------- STEP NUMBER ---------- */

  .step-number {
    position: absolute;
    top: -7px;
    right: -2px;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, gold, orange);
    color: #000;
    font-weight: 800;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-size: 14px;
  }

  /* ---------- IMAGE ---------- */

  .step-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #f9f9f9;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 14px;
    border: 2px solid var(--primaryColor);
    transition: transform 0.35s ease;
  }

  .step-box:hover img {
    transform: scale(1.1);
  }



  .step-box .step-title {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    color: var(--whitebgtext);
    letter-spacing: 0.3px;
  }



  .step-arrow {
    display: none;
  }

  @media (min-width: 992px) {
    .step-arrow {
      display: block;
      position: absolute;
      top: 50%;
      right: -24px;
      width: 40px;
      height: 2px;
      background: linear-gradient(to right,
          rgba(117, 7, 6, 0.3),
          var(--whitebgtext),
          rgba(117, 7, 6, 0.3));
    }

    .step-arrow::after {
      content: "";
      position: absolute;
      right: -6px;
      top: -5px;
      border-left: 8px solid var(--whitebgtext);
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
    }
  }

  /* ---------- SCROLL ANIMATION ---------- */

  .animate-step {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
  }

  .animate-step.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ---------- MOBILE VERTICAL TIMELINE ---------- */

  @media (max-width: 768px) {
    .nadi-steps {
      border-left: 3px solid gold;
      padding-left: 20px;
    }

    .step-card {
      text-align: left;
    }

    .step-box {
      padding-left: 18px;
    }

    .step-number {
      left: -18px;
      right: auto;
    }
  }

  /* ---------- SMALL MOBILE ---------- */

  @media (max-width: 576px) {
    .step-box img {
      width: 60px;
      height: 60px;
    }

    .step-box h6 {
      font-size: 13px;
    }
  }

  .payment-option {
    position: relative;
  }

  .payment-option::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.55));
    z-index: 1;
  }

  .payment-option .container {
    position: relative;
    z-index: 2;
  }

  /* Breadcrumb text container */
  .fancy-breadcrumb {
    display: inline-block;
    padding: 26px 44px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    position: relative;
    animation: fadeSlide 1s ease forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  }


  /* Text */
  .fancy-breadcrumb h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.6);
  }

  /* Animated border */
  .fancy-breadcrumb::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(120deg,
        transparent,
        #750706,
        #ffcc99,
        #750706,
        transparent);
    background-size: 300% 300%;
    animation: borderMove 5s linear infinite;

    /* WebKit */
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;

    /* Standard */
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
  }

  .fancy-breadcrumb:hover {
    box-shadow:
      0 0 0 2px rgba(117, 7, 6, 0.4),
      0 18px 45px rgba(117, 7, 6, 0.55);
  }


  /* Entrance animation */
  @keyframes fadeSlide {
    from {
      opacity: 0;
      transform: translateY(20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Border animation */
  @keyframes borderMove {
    0% {
      background-position: 0% 50%;
    }

    100% {
      background-position: 200% 50%;
    }
  }


  /* Responsive */
  @media (max-width: 768px) {
    .fancy-breadcrumb {
      padding: 16px 20px;
    }

    .fancy-breadcrumb h2 {
      font-size: 20px;
    }
  }

  .note {
    color: #7a3b08;
    /* background-color: #7a3b08; */
    border-radius: 10px;
    padding: 10px;

  }

  .note i {
    /* color: var(--yellow); */
    font-size: 20px;
  }



  /*responsive grid*/


  /* @media only screen and (max-width: 767px) {
    .hero__sliders .caption {
      left: 5%;
      right: 5%;
      bottom: 8%;
    }

    .hero__sliders .caption span {
      font-size: 12px;
      padding: 6px 12px;
    }

    .hero__sliders .caption h2 {
      font-size: 20px;
      padding: 10px 14px;
      border-radius: 12px;
    }
  } */


  @media only screen and (max-width: 767px) {

    .imageheight {
      height: 125px;
    }

    .logo_image h3 {
      font-size: 13px;
    }

    .agathiyar_img {
      width: 70px;
    }

    .sivavak_img {
      width: 91px;
    }

    .consultationfixed img {
      width: 85px;
    }

  }

  @media only screen and (max-width: 996px) {
    .myblog p {
      min-height: auto;
    }
  }

  .icon-bar {
    position: fixed;
    bottom: 50%;
    /* left:0%; */
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
  }

  .icon-bar a {
    display: block;
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }

  /* .icon-bar a:hover {
    background-color: #000;
  } */

  .facebook {
    background: #3B5998;
    color: white;
  }

  .twitter {
    background: #55ACEE;
    color: white;
  }

  .google {
    background: #dd4b39;
    color: white;
  }

  .linkedin {
    background: #007bb5;
    color: white;
  }

  .youtube {
    background: #bb0000;
    color: white;
  }

  .para h6 {
    color: var(--accentOrange);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .pooja-item p {
    color: #7a3b08;
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
  }


  .para-row {
    gap: 20px;
    margin: 25px auto;
    max-width: 900px;
  }


  .para-img img {
    height: 200px;
    width: 200px;
    border-radius: 30px;
    object-fit: cover;
    /* border: 3px solid #ffd700;   */
    flex-shrink: 0;
  }


  .para-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #7a3b08;
  }


  @media (max-width: 768px) {
    .para-row {
      flex-direction: column;
      text-align: center;
    }
  }

  .gemstone-section {
    background-color: var(--primaryColor);
  }

  .section-title-gem {
    color: var(--whitebgtext);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
  }


  .gemstone-img {
    width: 320px;
    height: 320px;
    /* object-fit: contain; */
    border-radius: 50%;
    /* background: #ffffff; */
    /* padding: 15px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }

  /* Extend your existing para */
  .gemstone-para p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .gemstone-list {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
  }


  .gemstone-list li {
    counter-increment: item;
    margin-bottom: 12px;
    padding-left: 40px;
    position: relative;
    color: var(--secondaryColor);

  }


  .gemstone-list li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.582);
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
  }




  .chapter-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--primaryColor);
    transition: all 0.3s ease;
    height: 100%;
  }

  .chapter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 26px rgba(24, 30, 116, 0.2);
  }

  /* IMAGE */
  .chapter-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-bottom: 3px solid var(--accentOrange);
  }

  /* BODY */
  .chapter-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
  }

  /* CHAPTER NUMBER */
  .chapter-badge {
    align-self: flex-start;
    background: var(--primaryColor);
    color: var(--darkblue);
    padding: 4px 12px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
  }

  /* TITLE */
  .chapter-title {
    color: var(--darkblue);
    font-weight: 700;
    font-size: 17px;
    margin-top: 10px;
  }

  /* DESCRIPTION */
  .chapter-desc {
    color: var(--whitebgtext);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 6px;
  }

  .btn-order {
    background: var(--accentOrange);
    border: none;
    border-radius: 30px;
    color: var(--whitenobgtext);
    font-weight: 700;
    padding: 10px;
    transition: all 0.25s ease;
    text-align: center;
  }

  .btn-order:hover {
    background: var(--accentOrange);
    color: var(--whitenobgtext);
    box-shadow: 0 6px 14px rgba(254, 62, 6, 0.35);
    transform: translateY(-1px);
  }

  /* Section */
  .olaichuvady-section {
    padding: 70px 0;
    background-color: var(--primaryColor);
  }


  .olaichuvady-wrapper {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
  }

  .pageLogo {
    max-width: 600px;
    margin: 0 auto 20px;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: 250px;
    display: block;

  }


  .olaichuvady-card {
    position: relative;
    /* max-width: 600px; */
    margin: 0 auto 50px;
    border-radius: 20px;
    overflow: hidden;
  }

  .olaichuvady-card img {
    width: 100%;
    height: 300px;
    display: block;
  }

  .olaichuvady-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 26px;
    border-radius: 14px;
    text-align: center;
    color: #fff;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.45);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  }


  .olaichuvady-text h3 {
    margin: 0;
    font-size: clamp(16px, 2.5vw, 22px);
    font-weight: 600;
  }

  .olaichuvady-text .native {
    display: block;
    font-size: clamp(14px, 2vw, 18px);
    opacity: 0.9;
  }

  .fade-in {
    animation: fadeUp 0.9s ease-in-out both;
  }

  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(25px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  /* Tamil Document Image */
  .tamil-image {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .tamil-image img {
    width: 100%;
    max-width: 900px;
    /* PERFECT CENTER WIDTH */
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: #fff;
  }

  /* Mobile Fix */
  @media (max-width: 768px) {
    .olaichuvady-text h3 {
      font-size: 18px;
    }

    .tamil-image img {
      max-width: 100%;
    }
  }

  .center-hr {
    width: 100%;
    height: 1px;
    color: #000;
    /* border: none; */
    /* margin: 25px auto; */
  }


  .image-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .image-wrapper img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
  }

  /* Section Spacing */
.planet-section {
    padding: 60px 20px;
}

/* Title Styling */
.planet-title {
    color: var(--darkblue);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
}

/* Planet Names Styling */
.planet-names {
    font-weight: 600;
    color: var(--secondaryColor);
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

/* Image Container */
.planet-images {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Images */
.planet-images img {
    width: 100%;
    max-width: 350px;
    height: 350px;
    border-radius: 15px;
    object-fit: contain;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* Hover Effect */
.planet-images img:hover {
    transform: scale(1.05);
}