.top{
    background-color: #8f0000;
    color: #fff;
    font-weight: bold;
    padding-top: 5px;
	padding-Bottom: 5px;
    text-align: center;
}
body {
  background: #f2f2f2;
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Banner */
.astro-banner {
  background: #fff;
  color: #fff;
  border-top: 4px solid #fed001;
  border-bottom: 4px solid #fed001;
  padding: 15px;
}

/* Common */
.badge-custom {
  background: #f4c430;
  color: #000;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
}

.astro-name {
  color: #00ff99;
  font-weight: 800;
  margin: 6px 0;
}

.service-box {
  background: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  margin-top: 5px;
}

.review-box {
  background: #000;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.flags {
  font-size: 22px;
}

/* CTA */
.whatsapp-btn {
  background: #8f0000;
  color: #000;
  font-weight: 800;
  font-size: 20px;
  padding: 10px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.whatsapp-btn a {
 text-decoration:none;
 color:#fed001;
}
.availability {
  background: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

/* Bottom Text */
.bottom-text {
  background: #8f0000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  
}

/* ================= RESPONSIVE ================= */

/* Mobile */
@media (max-width: 1276px) {
  .astro-name {
    font-size: 20px;
  }

  .flags {
    font-size: 18px;
  }

  .whatsapp-btn {
    font-size: 18px;
  }

  .bottom-text {
    font-size: 12px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .astro-banner {
    padding: 12px;
  }

  .service-box,
  .review-box {
    font-size: 13px;
  }
}

/* Large Desktop */
@media (min-width: 1200px) {
  .astro-name {
    font-size: 28px;
  }

  .whatsapp-btn {
    font-size: 22px;
  }
}
.banner{
    padding: 0;
    margin: 0;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
}

/* About Section */
.about-section {
  padding: 60px 15px;
}

/* Titles */
.section-title {
  color: #06e1e9;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 10px;
}

.sub-title {
  color: #fed001;
  font-weight: 700;
          text-align: center;
  margin-bottom: 20px;
}

/* Headings */
.section-heading {
  color: #ffcc00;
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* Paragraphs */
.about-section p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.about-section strong {
  color: #fed001;
 
}

/* ========== RESPONSIVE ========== */

/* Mobile */
@media (max-width: 576px) {
  .about-section {
    padding: 40px 10px;
	background: #8f0000;
  }

  .section-title {
    font-size: 24px;
  }

  .section-heading {
    font-size: 20px;
  }

  .about-section p {
    font-size: 14px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .about-section p {
    font-size: 15px;
  }
}

/* Large Screen */
@media (min-width: 1200px) {
  .about-section {
    padding: 80px 0;
	        background: #8f0000;
  }

  .about-section p {
    font-size: 17px;
  }
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* Section */
.services-section {
  background: #fff;
  padding: 40px 10px;
}

/* Title */
.section-title {
  color: black;
  
  font-weight: 800;
  font-size: 28px;
}

/* Card */

.service-card {
  border: 12px solid #ffcc00;
  background: white;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Image */
.service-card img {
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: cover;
  border-radius: 30px;
}

/* Body */
.service-body {
  padding: 15px;
  text-align: center;
  color: black;
  flex-grow: 1;
}

.service-body h4 {
  color: #fed001;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 8px;
}

.service-body p {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}

/* Footer (Call Button) */
.service-footer {
  background: #ffcc00;
  color: #000;
  margin-top: 8px;
  font-weight: 800;
  font-size: 18px;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
}

.service-footer i {
  margin-right: 6px;
}

/* ===== Responsive ===== */

/* Small Phones */
@media (max-width: 480px) {
  .section-title {
    font-size: 22px;
  }

  .service-body h4 {
    font-size: 18px;
  }

  .service-footer {
    font-size: 16px;
  }
}

/* Tablet */
@media (min-width: 768px) {
  .services-section {
    padding: 60px 15px;
  }

  .section-title {
    font-size: 32px;
	        text-align: center;
  }
}

/* Large Desktop */
@media (min-width: 700px) {
  .service-card img {
  
  }
}

/* MAIN WRAPPER */
.why-choose-section {
  width: 100%;
      border: 2px solid #fff;
  overflow-x: hidden;
      background-color: #8f0000;
  font-family: Arial, sans-serif;
}

/* LEFT SIDE */
.left-side {
  background: #8f0000;
  padding: 40px 20px;
}

.left-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.left-item img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid #fff;
}

.left-text {
  margin-left: 20px;
  color: #fff;
}

.left-text h4 {
  color:#ffcc00;
  font-weight: bold;
}

.left-text p {
  font-size: 14px;
  line-height: 1.6;
      color: #fff;
}

.left-icons a {
  width: 36px;
  height: 36px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  text-decoration: none;
}

/* RIGHT SIDE */
.right-side {
  background: #000;
  padding: 50px 30px;
  text-align: center;
}

.right-side h2 {
  color: #ffcc00;
  font-weight: 800;
}

.sub-text {
  margin-bottom: 35px;
      color: #fff;
}

/* RIGHT BOXES */
.right-box {
  border: 1px solid #000;
  padding: 40px 10px;
  height: 100%;
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 10px;
  color: #ffcc00;
}

.right-box h5 {
  font-weight: 700;
  color:#ffcc00;
}

/* MOBILE RESPONSIVE */
@media (max-width: 576px) {

  .left-item {
    flex-direction: column;
    text-align: center;
  }

  .left-text {
    margin-left: 0;
    margin-top: 15px;
  }

  .left-item img {
    width: 100px;
    height: 100px;
  }

  .right-side {
    padding: 35px 15px;
  }
}

/* ASTROLOGY SERVICES */
.astro-services {
  background: #fff;
  padding: 60px 15px;
  font-family: Arial, sans-serif;
}

/* TITLE */
.astro-title {
  text-align: center;
  color: #ffcc00;
  font-weight: 800;
  margin-bottom: 5px;
}

.astro-subtitle {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
}

/* CARD */
.service-card {
  background: #8f0000;
      padding: 10px;
  overflow: hidden;
  text-align: center;
}

.service-card img {
     width: 100%;
    height: 320px;
    object-fit: cover;
    border: 2px solid #fff;
}

/* LABEL */
.service-label {
  background: #ffcc00;
  color: #000;
  font-weight: 700;
  padding: 10px;
  font-size: 16px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 576px) {
  .astro-subtitle {
    font-size: 16px;
  }

  .service-card img {
    height: 180px;
  }

  .service-label {
    font-size: 14px;
  }
}



/* STATS SECTION */
.stats-section {
  background: #8f0000;
  padding: 50px 10px;
  width: 100%;
  margin-top: 10px;
}

.stat-box {
  color: #000;
}

.stat-box i {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}

.stat-box h3 {
  font-size: 32px;
  font-weight: 800;
  color:#ffcc00;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 16px;
  font-weight: 500;
  color:#fff;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 576px) {
  .stat-box i {
    font-size: 28px;
  }

  .stat-box h3 {
    font-size: 24px;
  }

  .stat-box p {
    font-size: 14px;
  }
}

/* TESTIMONIALS */
.testimonials-section {
  width: 100%;
  font-family: Arial, sans-serif;
  padding: 60px 15px;
}

/* LEFT */
.testimonial-left {
  padding: 40px 20px;
}

.testimonial-title {
  color: #000;
  font-weight: 800;
  margin-bottom: 30px;
}

.testimonial-content {
  max-width: 700px;
  margin: auto;
}

.quote {
  font-size: 40px;
  color: #000;
}

.testimonial-content p {
  font-size: 18px;
  line-height: 1.8;
  margin: 15px 0;
}

.author {
  color: #000;
  font-weight: 700;
}

/* NAV */
.testimonial-nav {
  margin: 25px 0;
  border-radius: 100px;
}
.testimonial-nav img{
 
  border-radius: 50%;
}
.arrow {
  font-size: 28px;
  color: #000;
  margin: 0 15px;
  cursor: pointer;
}

.testimonial-dots span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}

.testimonial-dots .active {
  background: #000;
}

/* RIGHT */
.testimonial-right {
  background: #8f0000;
  padding: 40px 20px;
}

.contact-box {
  color: #7b0041;
}

.contact-box .icon {
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-box h4 {
  font-weight: 800;
  color:#ffcc00;
}

.contact-box .name {
  font-weight: 600;
  color:#fff;
}

.contact-box a {
  display: block;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.contact-box hr {
  border: 1px solid #fff;
  margin: 25px 0;
}

/* MOBILE RESPONSIVE */
@media (max-width: 576px) {

  .testimonial-content p {
    font-size: 15px;
  }

  .testimonial-right {
    margin-top: 30px;
  }

}

/* FOOTER */
.site-footer {
  background: #4a0029;
  color: #ffffff;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

/* TITLES */
.footer-title {
  color:#ffcc00;
  font-weight: 800;
  margin-bottom: 18px;
}

/* TEXT */
.footer-text {
  font-size: 14px;
  line-height: 1.7;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #8f0000;
}

/* SOCIAL */
.social-icons a {
  color: #8f0000;
  font-size: 18px;
  margin-right: 12px;
  text-decoration: none;
}

/* CONTACT */
.contact-item {
  font-size: 14px;
  margin-bottom: 10px;
}

.contact-item i {
  color: #8f0000;
  margin-right: 8px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 576px) {
  .site-footer {
    text-align: center;
  }

  .social-icons {
    margin-top: 15px;
  }
}


/* COPYRIGHT */
.strip-copy {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  border-top: 2px solid #fff;
}

/* FOOTER SECTION */
.footer-services {
  background: #000;
      border-top: 2px solid #fff;
  color: #ffffff;
  padding: 50px 20px;
  font-family: Arial, sans-serif;
}

/* TITLES */
.footer-title {
  font-weight: 800;
  margin-bottom: 15px;
}

/* TEXT */
.footer-text {
  font-size: 14px;
  line-height: 1.7;
}

/* LISTS */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.footer-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #ffcc00;
  font-weight: bold;
}

/* BORDERS BETWEEN COLUMNS */
.footer-border {
  border-left: 2px solid #ffcc00;
  padding-left: 20px;
}

/* CONTACT BUTTONS */
.contact-btn {
  display: block;
  background: #ffcc00;
  color: #000;
  font-weight: 700;
  padding: 10px 14px;
  margin-bottom: 12px;
  text-decoration: none;
}

/* MOBILE RESPONSIVE */
@media (max-width: 576px) {

  .footer-border {
    border-left: none;
    padding-left: 0;
  }

  .footer-services {
    text-align: center;
  }

  .contact-btn {
    width: 100%;
  }
}

