  /* Your existing styles */
  .gtco-testimonials {
    position: relative;
    margin-top: 20px;
    padding: 20px; /* Add padding for better spacing */
    }
    .gtco-testimonials h2 {
    font-size: 2rem; /* Use relative units for text */
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    letter-spacing: 2px;
    padding: 10px 5px;
    }
    .gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #000;
    margin: 40px auto; /* Centering card with auto margins */
    padding: 20px;
    border-radius: 20px;
    border: 0;
    max-width: 90%; /* Use percentage width for responsiveness */
    }
    .gtco-testimonials .card h5 {
    color: #fecd06;
    font-size: 1.5rem; /* Responsive font size */
    line-height: 1.3;
    }
    .gtco-testimonials .card p {
    font-size: 1.125rem; /* Slightly bigger than 18px */
    color: #555;
    padding-bottom: 15px;
    }
    .gtco-testimonials .center {
    opacity: 1;
    }
    .gtco-testimonials .center h5 {
    font-size: 1.75rem; /* Adjusted for responsiveness */
    }
    /* Media queries for smaller devices */
    @media (max-width: 767px) {
    .gtco-testimonials h2 {
    font-size: 1.75rem; /* Adjust heading size on small screens */
    margin-bottom: 20px;
    }
    .gtco-testimonials .card {
    margin: 20px auto;
    padding: 20px 15px;
    }
    .gtco-testimonials .card h5 {
    font-size: 1.25rem;
    }
    .gtco-testimonials .card p {
    font-size: 1rem;
    }
    }
  </style>
  <!-- Stylesheet for testomonilas End-->
  <style type="text/css" id="wp-custom-css">
    /* General Styles */
    /* General Styles */
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-77 {
    border-right: none !important;
    }
    .home-bg p {
    text-align: center;
    padding-top: 20px !important;
    padding-bottom: 100px;
    color: #fff;
    font-size: 16px;
    max-width: 900px;
    line-height: 1.8;
    margin: 0px auto;
    padding-left: 30px;
    padding-right: 30px;
    }
    /* Vastu Shastra Section Style Start */
    .vastu-section {
    padding: 20px;
    }
    .vastu-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap; /* Ensures wrapping on smaller screens */
    }
    .vastu-content {
    flex: 1;
    max-width: 70%; /* Content takes 50% width */
    }
    .vastu-image {
    flex: 1;
    max-width: 30%; /* Image takes 50% width */
    margin: auto;
    }
    .vastu-image img {
    width: 90%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;
    margin-left: -20%;
    }
    .why-hire-us, .our-services, .solutions {
    margin: 30px;
    }
    h1, h2 {
    color: #2c3e50;
    text-align: center;
    }
    .vastu-content p, .why-hire-us p, .solutions p {
    font-size: 16px;
    line-height: 1.9;
    color: #34495e;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    }
    /* Service Cards Styles */
    .service-cards {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    flex-wrap: wrap; /* Allows cards to wrap on smaller screens */
    padding-top: 15px;
    }
    .service-card {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    padding: 15px;
    width: 22%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    }
    .service-card h3 {
    color: #fff;
    margin-bottom: 10px;
    }
    .service-card p {
    font-size: 1.2rem;
    color: #7f8c8d;
    }
    /* Solutions Section */
    .solutions {
    background-color: #ecf0f1;
    padding: 20px;
    border-left: 5px solid #fecd06;
    }
    /* Responsive Styles */
    /* Devices with max-width of 1024px (Tablets) */
    @media (max-width: 1024px) {
    .home-bg p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    }
    .vastu-content p, .why-hire-us p, .solutions p {
    font-size: 15px;
    width: 85%; /* Narrower text on smaller screens */
    }
    .service-card {
    width: 30%; /* Wider cards on smaller screens */
    }
    .vastu-container {
    flex-wrap: wrap; /* Wrap the content and image */
    }
    .vastu-content, .vastu-image {
    max-width: 100%; /* Content and image take full width */
    }
    .vastu-image img {
    width: 100%;
    height: auto;
    margin-left: 1%;
    }
    }
    /* Devices with max-width of 768px (Tablets, Smaller Devices) */
    @media (max-width: 768px) {
    .vastu-content p, .why-hire-us p, .solutions p {
    font-size: 14px;
    width: 90%; /* Further reduce width */
    }
    .service-cards {
    flex-direction: column;
    align-items: center;
    }
    .service-card {
    width: 90%; /* Full-width cards */
    margin-bottom: 20px;
    }
    h1, h2 {
    font-size: 24px; /* Adjust font size for headings */
    }
    .vastu-content, .vastu-image {
    max-width: 100%; /* Ensure full width for content and image */
    }
    .vastu-container {
    flex-direction: column;
    align-items: center;
    }
    }
    /* Devices with max-width of 480px (Mobile Phones) */
    @media (max-width: 480px) {
    .home-bg p {
    font-size: 13px;
    padding-bottom: 60px;
    }
    .vastu-content p, .why-hire-us p, .solutions p {
    font-size: 13px;
    width: 100%; /* Full-width content */
    }
    .service-card {
    padding: 10px;
    font-size: 12px; /* Adjust content inside cards */
    }
    h1, h2 {
    font-size: 20px; /* Smaller font size for headings */
    }
    .vastu-content, .vastu-image {
    max-width: 100%; /* Full-width for small screens */
    }
    }
    /* Devices with max-width of 320px (Small Mobile Devices) */
    @media (max-width: 320px) {
    .home-bg p {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    }
    .service-card {
    width: 95%; /* Maximize card width */
    }
    h1, h2 {
    font-size: 18px; /* Further reduce heading size */
    }
    .vastu-content, .vastu-image {
    max-width: 100%; /* Full-width for small devices */
    }
    }
    .Case-Study {
    background-color: #ecf0f1;
    padding: 20px;
    border-left: 5px solid #fecd06;
    }
    .Case-Study p {
    width: 30%;
    text-align: center;
    margin-left: 35%;
    }
    /* Responsive adjustments */
    @media (max-width: 1024px) {
    .Case-Study p {
    width: 50%;
    margin-left: 25%;
    }
    }
    @media (max-width: 768px) {
    .Case-Study p {
    width: 70%;
    margin-left: 15%;
    }
    }
    @media (max-width: 480px) {
    .Case-Study p {
    width: 90%;
    margin-left: 5%;
    }
    }
    /* Auto Write Stylesheet */
    .auto-write-container {
    padding: 20px;
    }
    .auto-write-text {
    font-size: 24px;
    color: #333;
    }
    /* Styles for smaller screens (tablets and smaller) */
    @media (max-width: 768px) {
    .auto-write-container {
    padding: 15px;
    }
    .auto-write-text {
    font-size: 20px;
    }
    }
    /* Styles for very small screens (mobile phones) */
    @media (max-width: 480px) {
    .auto-write-container {
    padding: 10px;
    }
    .auto-write-text {
    font-size: 18px;
    }
    }
    /* Auto Write Stylesheet End */
    h1+p,
  p+p {
    margin-top: 10px
  }

  :root {
    --text-light: rgba(255, 255, 255, 0.6);
    --text-lighter: rgba(255, 255, 255, 0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 1200px;
    --primary-color: black
  }

  * {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box
  }

  h1 {
    font-size: 2.1rem;
    margin-bottom: var(--spacing-l);
    text-align: center;
    color: var(--primary-color)
  }

  .Consultancy-section-vastu {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l)
  }

  .Consultancy-section-astrology {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
    background: #af9f90
  }

  .Consultancy-section-numerology {
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding: var(--spacing-xxl) var(--spacing-l);
    background: #a0887a
  }

  .Consultancy-card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%
  }

  @media (min-width:540px) {
    .Consultancy-card-grid {
      grid-template-columns: repeat(2, 1fr)
    }
  }

  @media (min-width:960px) {
    .Consultancy-card-grid {
      grid-template-columns: repeat(4, 1fr)
    }
  }

  .Consultancy-card {
    list-style: none;
    position: relative;
    border-radius: var(--spacing-m);
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    transition: transform .3s ease, box-shadow .3s ease
  }

  .Consultancy-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .4)
  }

  .Consultancy-card:before {
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%
  }

  .Consultancy-card__background {
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-m);
    bottom: 0;
    filter: brightness(.7) saturate(1.1) contrast(.9);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: filter .3s ease, transform .3s ease
  }

  .Consultancy-card:hover .Consultancy-card__background {
    filter: brightness(.9) saturate(1.3);
    transform: scale(1.1)
  }

  .Consultancy-card__content {
    position: absolute;
    bottom: var(--spacing-m);
    left: var(--spacing-m);
    z-index: 1;
    color: #fff
  }

  .Consultancy-card__category {
    font-size: .85rem;
    color: var(--text-light);
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
    letter-spacing: 1px
  }

  .Consultancy-card__heading {
    font-size: 1.1rem;
    color: var(--text-lighter);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .4)
  }

  .title {
    margin: 40px 0;
    text-transform: uppercase
  }
    /* Vastu Shastra Section style End */
  /* Home Page Card Section animation  */
    .nude-wave-heading {
          position: relative;
          background: linear-gradient(135deg, #A68A74 0%, #8B6B56 100%);
          color: #ffffff;
          padding: 12px 24px;
          display: inline-block;
          border-radius: 8px;
          overflow: hidden;
          font-weight: bold;
          transition: all 0.3s ease;
          cursor: pointer;
          z-index: 1;
          text-shadow: 0 1px 2px rgba(0,0,0,0.1);
      }
      
      .nude-wave-heading::before {
          content: '';
          position: absolute;
          top: 0;
          left: -100%;
          width: 200%;
          height: 100%;
          background: linear-gradient(
            45deg,
            transparent 25%,
            rgba(63, 81, 181, 0.3) 50%,  /* Muted slate blue with transparency */
            transparent 75%
        );
          animation: nude-wave 3s linear infinite;
          z-index: -1;
      }
      
      @keyframes nude-wave {
          0% {
              transform: translateX(0);
          }
          100% {
              transform: translateX(50%);
          }
      }
      
      .nude-wave-heading:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 15px rgba(139, 107, 86, 0.3);
      }
      
      .nude-wave-heading:hover::before {
          animation-duration: 1.2s;
      }
      
      .nude-wave-heading:focus {
          outline: none;
          box-shadow: 0 0 0 3px rgba(139, 107, 86, 0.4);
      }
      
      /* SEO Hidden Content */
      [data-category="astrology"]::after {
          content: "Explore astrology insights and celestial guidance";
          display: none;
      }
      /* Scroll animation button  */

    a {
        text-decoration: none
    }

    .scroll-1 {
        display: block;
        background: linear-gradient(#dcddde, #bebebe);
        margin: 20px auto;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 70px;
        border-radius: 50%
    }

    .scroll-1 i {
        font-size: 30px;
        color: #fff;
        animation: 1.5s infinite downArrow
    }

    @keyframes downArrow {
        0% {
            transform: translateY(0)
        }

        100% {
            transform: translateY(20px)
        }
    }