html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #676767;
  font: 400 1rem/1.9 "Open Sans", serif;
}

a {
  text-decoration: none;
  color: var(--bs-dark);
  outline: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Open Sans", serif;
  color: #0C1E2C;
  font-family: "Playfair Display", serif;
}

h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Open Sans", serif;
  color: #0C1E2C;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  color: #FF6F00;
}

h3 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Open Sans", serif;
  color: #0C1E2C;
  font-family: "Playfair Display", serif;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Open Sans", serif;
  color: #0C1E2C;
  font-family: "Playfair Display", serif;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Open Sans", serif;
  color: #0C1E2C;
}

h6 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Open Sans", serif;
  color: #0C1E2C;
}

p {
  font: 400 1rem/1.8 "Open Sans", serif;
  margin-bottom: 1.5625rem;
  color: #676767;
}

.text-primary {
  font-weight: 400 !important;
  color: #FF6F00 !important;
  text-transform: uppercase;
}

.btn {
  font: 500 1rem/1.6 "Open Sans", serif;
  padding: 8px 20px;
  min-width: 140px;
  text-transform: capitalize;
  color: #0C1E2C;
  border-radius: 26px;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #FF6F00;
  border-color: #FF6F00;
  color: #fff;
}

.btn-primary:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover {
  background-color: #fff;
  border-color: #FF6F00;
  color: #FF6F00;
  text-decoration: none;
}
.btn-primary:active + .btn-primary img, .btn-check:checked + .btn-primary img, .btn-primary.active img, .btn-primary:active img, .show > .btn-primary.dropdown-toggle img, .btn-primary:hover img {
  filter: invert(51%) sepia(42%) saturate(5333%) hue-rotate(1deg) brightness(104%) contrast(104%);
  transition: 0.3s;
}

.btn-secondary {
  background-color: #181828;
  color: #fff;
  border-color: #181828;
}

.btn-secondary:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background-color: #fff;
  border-color: #181828;
  color: #181828;
  text-decoration: none;
}

.btn-light {
  background-color: #fff;
  color: #FF6F00;
  border-color: #fff;
}

.btn-light:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle, .btn-light:hover {
  background-color: #0C1E2C;
  border-color: #FF6F00;
  color: #fff;
  text-decoration: none;
}

.btn img {
  margin-right: 5px;
}

.fullwidth {
  position: relative;
  margin-left: 50%;
  width: 100vw;
  max-width: 100vw;
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

ul.list {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}

ul.list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #0C1E2C;
}

ul.list li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: -3px;
  font-family: fontAwesome;
  color: #FF6F00;
  font-size: 20px;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.wrapper {
  overflow: hidden;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-padding-top {
  padding-top: 5rem;
}

.section-padding-bottom {
  padding-bottom: 5rem;
}

.primary-color {
  color: #FF6F00;
}

.read-more {
  color: #FF6F00;
  font-size: 16px;
}
.read-more img {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.card {
  margin: 0;
  padding: 0;
}
.card .card-header, .card .card-body {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.form-control {
  height: 50px;
  border: 1px solid #D3D3D3;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 15px;
  color: #212529;
}

select.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.form-control:focus {
  box-shadow: none;
  border-color: #FF6F00;
}

.form-control::-moz-placeholder {
  color: #212529;
  opacity: 1;
}

.form-control::placeholder {
  color: #212529;
  opacity: 1;
}

/* Owl Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  outline: none !important;
  margin: 0;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.owl-carousel .owl-nav button.owl-next {
  right: -1%;
  background: url(../images/next.png) center center no-repeat rgb(255, 255, 255) !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -1%;
  background: url(../images/prev.png) center center no-repeat rgb(255, 255, 255) !important;
}

.owl-carousel .owl-nav button {
  opacity: 0.65;
  transition: 0.4s;
}
.owl-carousel .owl-nav button:hover {
  opacity: 1;
  transition: 0.4s;
}

.heading-part h6 {
  font-weight: 400;
  margin: 0 0 6px;
  color: #FF6F00;
  font-size: 1rem;
  text-transform: uppercase;
}
.heading-part h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}
.heading-part h2 span {
  font-weight: 600;
  color: #FF6F00;
}

/*	------ HEADER PART ------  */
.header {
  padding: 8px 0;
  background-color: transparent;
  position: relative;
  width: 100%;
  top: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  z-index: 9999;
}
.header ul.navbar-nav li {
  margin: 0 8px;
  border-bottom: 1px solid transparent;
  transition: 0.4s;
}
.header ul.navbar-nav li a {
  font-size: 16px;
  color: #0F0F0F;
}
.header ul.navbar-nav li a:hover {
  color: #FF6F00;
}
.header ul.navbar-nav li.active {
  border-color: #FF6F00;
  transition: 0.4s;
}
.header ul.navbar-nav li.active a {
  font-weight: 600;
}

/* ---  BANNER AREA-----*/
.home-banner-section {
  padding: 3.5rem 0;
  background: url(../images/banner.jpg) center center no-repeat;
  background-size: cover;
}
.home-banner-section .content-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.home-banner-section .content-area h2 {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 0;
}
.home-banner-section .content-area p {
  color: #fff;
  margin-bottom: 10px;
}
.home-banner-section .home-banner-slider .item {
  border-radius: 15px;
  overflow: hidden;
}
.home-banner-section .owl-carousel .owl-nav button.owl-next {
  right: -4%;
}
.home-banner-section .owl-carousel .owl-nav button.owl-prev {
  left: -4%;
}

.kundli-section {
  background: url(../images/bg1.jpg) center top no-repeat;
  background-size: cover;
}
.kundli-section .kundli-boxes-main {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.kundli-section .kundli-boxes-main .kundli-box {
  flex: 0 0 100%;
  box-shadow: 9px 10px 15px rgba(0, 0, 0, 0.15);
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 25px;
  background-color: #fff;
  border-radius: 20px;
}
.kundli-section .kundli-boxes-main .kundli-box .content-area {
  flex: 1 0 0;
}
.kundli-section .kundli-boxes-main .kundli-box .content-area h4 {
  margin-bottom: 5px;
}
.kundli-section .kundli-boxes-main .kundli-box .content-area p {
  margin: 0;
  font-size: 14px;
}

.Kundli-form-area {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 0 30px;
  box-shadow: 9px 10px 15px rgba(0, 0, 0, 0.15);
}
.Kundli-form-area h2 {
  text-align: center;
  color: #FF6F00;
}
.Kundli-form-area .form-wrapper {
  padding: 20px 20px 0;
  border-top: 1px solid #D3D3D3;
}
.Kundli-form-area .form-wrapper h6, .Kundli-form-area .form-wrapper h5 {
  text-align: center;
  color: #FF6F00;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.Kundli-form-area .form-wrapper h5 {
  font-weight: 500;
  margin: 15px 0;
}

.service-section {
  background: url(../images/service-bg.png) center top no-repeat;
  background-size: cover;
}
.service-section h2 {
  margin-bottom: 3rem;
}
.service-section .service-box {
  padding: 30px 12%;
  text-align: center;
  box-shadow: 2px 2px 15px rgba(39, 39, 39, 0.09);
  border-radius: 20px;
  background-color: #FEFEFE;
  height: 100%;
}
.service-section .service-box h3 {
  color: #FF6F00;
  margin: 20px 0 17px;
}
.service-section .service-box p {
  font-size: 15px;
}
.service-section .service-box .image-area img {
  width: auto;
  margin: auto;
}
.service-section .service-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.service-section .service-carousel .item {
  padding: 15px 12px;
  height: 100%;
}

.course-section {
  background: url(../images/bg2.png) center top no-repeat;
  background-size: cover;
}
.course-section h2 {
  color: #fff;
}
.course-section .course-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
}
.course-section .course-card .image-area {
  border-radius: 20px;
}
.course-section .course-card .content-area {
  padding: 20px 6px 0;
}
.course-section .course-card .content-area h4 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #FF6F00;
  margin-bottom: 10px;
}
.course-section .course-card .content-area p {
  font-size: 14px;
  margin-bottom: 20px;
}
.course-section .course-card .content-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 20px;
}
.course-section .course-card .content-area ul li {
  display: inline-flex;
  font-size: 15px;
  font-weight: 400;
}

.Horoscope-section .horoscope-main-wrapper {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 4px 0px 15px rgba(32, 32, 32, 0.1);
}
.Horoscope-section .horoscope-main-wrapper .heading-part {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.Horoscope-section .horoscope-main-wrapper .horoscope-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
}
.Horoscope-section .horoscope-main-wrapper .horoscope-list li {
  display: inline-block;
  flex: 0 0 14%;
}
.Horoscope-section .horoscope-main-wrapper .horoscope-list li img {
  max-height: 92px;
}
.Horoscope-section .horoscope-main-wrapper .content-area h3 {
  color: #FF6F00;
  font-size: 2rem;
}
.Horoscope-section .horoscope-main-wrapper .content-area h6 {
  font-size: 1rem;
  font-weight: 400;
  color: #676767;
  margin-bottom: 25px;
}
.Horoscope-section .horoscope-main-wrapper .content-area p {
  margin-bottom: 0;
}

.consultation-section {
  background: url(../images/bg3.png) center top no-repeat;
  background-size: cover;
}
.consultation-section .image-area {
  text-align: center;
}
.consultation-section .image-area img {
  box-shadow: 0 0 10px rgba(39, 39, 39, 0.04);
  border-radius: 10px;
  overflow: hidden;
}

.strip-section {
  background: url(../images/bg4.jpg) center top no-repeat;
  background-size: cover;
  padding: 3.5rem 0;
}
.strip-section h2 {
  color: #fff;
  margin-bottom: 2.4rem;
}
.strip-section h5 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.strip-section p {
  color: #fff;
}

.info-section {
  background: url(../images/bg5.png) center top no-repeat;
  background-size: cover;
}
.info-section .image-area {
  text-align: center;
}
.info-section .image-area img {
  box-shadow: 0 0 10px rgba(39, 39, 39, 0.04);
  border-radius: 10px;
  overflow: hidden;
}

.faq-section {
  background: url(../images/faq-bg.jpg) center top no-repeat;
  background-size: cover;
}
.faq-section .item-list ul li {
  text-align: center;
}
.faq-section .item-list ul li .lf {
  flex: 0 0 100%;
  margin: 0 0 18px;
}
.faq-section .item-list ul li .lf img {
  transform: translateY(-50%);
  top: 50%;
  position: relative;
  filter: brightness(0) invert(1);
}
.faq-section .item-list ul li .rt h6 {
  margin-bottom: 8px;
}
.faq-section .item-list {
  width: 100%;
  margin: 0 0 60px;
}
.faq-section .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 35px;
  justify-content: center;
}
.faq-section .item-list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 20%;
  position: relative;
}
.faq-section .item-list ul li .lf {
  flex: 0 0 100%;
  height: 60px;
}
.faq-section .item-list ul li .rt {
  flex: 0 0 100%;
}
.faq-section .item-list ul li .rt h6 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
  color: #fff;
}
.faq-section .item-list ul li .rt p {
  font-size: 18px;
  margin: 0;
  color: #fff;
  line-height: 1;
}
.faq-section h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
.faq-section .faq-area {
  max-width: 1000px;
  margin: auto;
}
.faq-section .faq-area .accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.faq-section .faq-area .accordion .accordion-item {
  flex: 0 0 100%;
  border-radius: 10px;
}
.faq-section .faq-area .accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
.faq-section .faq-area .accordion .accordion-item .accordion-button {
  background-color: transparent;
}
.faq-section .faq-area .accordion .accordion-item .accordion-button span {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-right: 12px;
}

.testimonial-section .heading {
  margin-bottom: 45px;
}
.testimonial-section .heading h2 {
  margin-bottom: 0;
}
.testimonial-section .testimonial-carousel .item {
  padding: 10px 12px;
}
.testimonial-section .testimonial-area {
  padding: 15px;
  border-radius: 20px;
  box-shadow: 2px 2px 15px rgba(39, 39, 39, 0.2);
  border: 0;
}
.testimonial-section .testimonial-area .image-area {
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-section .testimonial-area .content-area {
  text-align: center;
  padding: 10px 20px;
}
.testimonial-section .testimonial-area .content-area p {
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1.4;
  font-style: italic;
}
.testimonial-section .testimonial-area .content-area img {
  width: auto;
  margin: auto;
}

.blog-section {
  background-color: #D39B00;
}
.blog-section h2 {
  color: #fff;
  margin-bottom: 35px;
}
.blog-section .blog-card {
  border: 0;
  background: transparent;
}
.blog-section .blog-card .image-area {
  position: relative;
}
.blog-section .blog-card .image-area .category {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  min-width: 100px;
  padding: 2px 10px;
  color: #FF6F00;
  text-align: center;
}
.blog-section .blog-card .card-body {
  background: transparent;
  margin: 20px 0 0;
}
.blog-section .blog-card .card-body h4 {
  color: #fff;
}
.blog-section .blog-card .card-body .read-more {
  color: #fff;
  text-decoration: underline;
}
.blog-section .blog-card .card-body .read-more img {
  filter: brightness(0) invert(1);
}

.partners-section {
  background: url(../images/partners-bg.png) center top no-repeat;
  background-size: cover;
}

.why-section h2 {
  margin-bottom: 60px;
}
.why-section .why-box {
  text-align: center;
  border: 0;
}
.why-section .why-box .card-body {
  margin: 0;
  padding: 0;
  height: 100%;
  border: 0;
}
.why-section .why-box .card-body img {
  max-width: 60px;
  margin-bottom: 30px;
}
.why-section .why-box .card-body h4 {
  font-size: 18px;
  font-family: "Open Sans", serif;
}
.why-section .why-box .card-body p {
  font-size: 15px;
  color: #6b6b6b;
}

.about-service-section {
  background-color: #fff8f1;
}
.about-service-section h2 {
  text-align: center;
  margin-bottom: 30px;
}

.testimonial-section {
  background-color: #E66400;
}
.testimonial-section h2 {
  text-align: center;
  color: #fff;
}

/* ---  FOOTER AREA -----*/
footer {
  padding: 3rem 0 0;
  background-color: #181828;
}
footer h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
footer p {
  color: #CACACA;
  font-size: 14px;
}
footer h6 {
  font-size: 14px;
}
footer ul.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
footer ul.footer-nav li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #D3D3D3;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.2;
  width: 100%;
}
footer ul.footer-nav li span {
  flex: 1 0 0;
  word-break: break-all;
}
footer ul.footer-nav li i {
  margin-right: 15px;
  color: #D3D3D3;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul.footer-nav li a {
  word-break: break-all;
  color: #D3D3D3;
  text-decoration: none;
  font-weight: 400;
  transition: 0.3s;
}
footer ul.footer-nav li a:hover {
  text-decoration: none;
  color: #FF6F00;
  transition: 0.3s;
}
footer ul.ftr-half-menu li {
  width: 48%;
}
footer .copyright-row {
  border-top: 1px solid rgba(216, 229, 237, 0.1647058824);
  padding: 12px 0;
  margin-top: 3rem;
  text-align: center;
}
footer .copyright-row p {
  font-size: 14px;
  color: #D1D1D1;
  margin-bottom: 0px;
}
footer .copyright-row p a {
  color: #D1D1D1;
  transition: 0.3s;
}
footer .copyright-row p a:hover {
  color: #FF6F00;
  transition: 0.3s;
}
footer .footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}
footer .footer-social li {
  display: inline-block;
  font-size: 18px;
}
footer .footer-social li a {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: 0.3s;
  color: #fff;
}
footer .footer-social li a:hover {
  color: #FF6F00;
  transition: 0.3s;
}

.breadcrub-section {
  padding: 2rem 0;
  background-color: #FFECB3;
}
.breadcrub-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: start;
  align-items: center;
}
.breadcrub-section ul li {
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0C1E2C;
  align-items: center;
}
.breadcrub-section ul li a {
  color: #676767;
}
.breadcrub-section ul li a:hover {
  color: #FF6F00;
}
.breadcrub-section ul li.active {
  color: #FF6F00;
}
.breadcrub-section ul li:not(:last-child) {
  padding-right: 40px;
  position: relative;
}
.breadcrub-section ul li:not(:last-child):before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  font-size: 14px;
  color: #676767;
}
.breadcrub-section ul li.active a {
  color: #000;
}


.birthchat-section .left-side {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.birthchat-section .left-side h2 {
  margin: 0;
}
.birthchat-section .left-side p {
  margin: 0;
}
.birthchat-section .right-side h4 {
  color: #FF6F00;
}
.birthchat-section .right-side .sidebar-list {
  display: flex;
  margin: 40px 0 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 10px;
}
.birthchat-section .right-side .sidebar-list li {
  position: relative;
  padding: 12px 28px;
  line-height: 1.5;
  flex: 0 0 100%;
  border-bottom: 1px solid rgba(211, 211, 211, 0.4431372549);
  font-size: 15px;
  color: #676767;
}
.birthchat-section .right-side .sidebar-list li::before {
  content: "\f35b";
  position: absolute;
  top: 11px;
  left: -7px;
  width: 30px;
  height: 25px;
  font-family: FontAwesome;
  font-size: 16px;
  color: #FF6F00;
  transform: rotate(90deg);
  display: flex;
  justify-content: center;
}
.birthchat-section .right-side .sidebar-list li::after {
  content: "\f105";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 12px;
  height: 100%;
  font-family: FontAwesome;
  font-size: 14px;
  color: #808080;
  display: flex;
  align-items: center;
}

.kundli-chart-section {
  background: url(../images/bg6.jpg) center top no-repeat;
  background-size: cover;
}
.kundli-chart-section .Kundli-form-area h2 {
  text-align: start;
  padding: 0 30px;
}
.kundli-chart-section .Kundli-form-area .form-wrapper {
  padding: 30px 30px 0;
}
.kundli-chart-section .Kundli-form-area .form-wrapper h6 {
  text-align: start;
  padding-bottom: 5px;
}
.kundli-chart-section .Kundli-form-area .form-wrapper .form-control {
  margin-top: 20px;
}
.kundli-chart-section .result-part {
  padding: 0 30px;
  margin-top: 20px;
}
.kundli-chart-section .result-part h4 {
  display: block;
  font-family: "Open Sans", serif;
  padding: 30px 0 25px;
  margin-bottom: 0;
}
.kundli-chart-section .result-part .table-area {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 10px;
  overflow: hidden;
  border-bottom: 0;
}
.kundli-chart-section .result-part .table-area .table {
  flex: 1 0 0;
  margin: 0;
}
.kundli-chart-section .result-part .table-area .table tr th {
  background: #FF6F00;
  color: #fff;
  text-align: center;
}
.kundli-chart-section .result-part .table-area .table tr td strong {
  font-weight: 600;
}
.kundli-chart-section .result-part .chart-image {
  text-align: center;
}
.kundli-chart-section .result-part .chart-image img {
  max-width: 100%;
  box-shadow: 0 0 5px rgba(39, 39, 39, 0.2);
  border-radius: 5px;
}

.kundli-chart-section .result-part .table-area .table tr > * {
  width: 50%;
}

.kundli-section.type2 h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}
.kundli-section.type2 .kundli-boxes-main {
  justify-content: space-between;
  gap: 25px 0;
}
.kundli-section.type2 .kundli-boxes-main .kundli-box {
  flex: 0 0 48%;
}

.related-section {
  background: url(../images/bg7.png) center top no-repeat;
  background-size: cover;
}
.related-section .related-area {
  padding-top: 2.8rem;
}
.related-section .related-area h2 {
  margin-bottom: 35px;
}
.related-section .related-area .related-carousel .item {
  padding: 10px 12px;
}
.related-section .related-area .related-card {
  border: 0;
  padding: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.related-section .related-area .related-card .card-body {
  padding: 15px 10px;
}
.related-section .related-area .related-card .card-body p {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  color: #070514;
}

.contact-box-section {
  background: url(../images/bg1.jpg) center top no-repeat;
  background-size: auto;
  background-size: cover;
}
.contact-box-section .contact-box {
  padding: 40px;
  text-align: center;
  box-shadow: 9px 10px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  border: 0;
}
.contact-box-section .contact-box .icon-area {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FF6F00;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-box-section .contact-box .icon-area i {
  font-size: 30px;
  color: #fff;
}
.contact-box-section .contact-box h4 {
  font-size: 1.6rem;
  margin: 20px 0 15px;
  color: #FF6F00;
}
.contact-box-section .contact-box p {
  margin-bottom: 0;
}
.contact-box-section .contact-box p a {
  color: #676767;
}

.contact-form-section .content-area h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.contact-form-section .content-area h2 + p {
  margin-bottom: 50px;
}
.contact-form-section .content-area .social-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 10px;
}
.contact-form-section .content-area .social-items li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FF6F00;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF6F00;
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.15);
}
.contact-form-section .content-area .social-items li a i {
  font-size: 18px;
  color: #fff;
}
.contact-form-section .content-area .social-items li a:hover {
  background-color: #fff;
}
.contact-form-section .content-area .social-items li a:hover i {
  color: #FF6F00;
}
.contact-form-section .form-area {
  background: white;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(255, 111, 0, 0.08);
  border-top: 4px solid #FF6F00;
}
.contact-form-section .form-area textarea {
  height: 120px;
}

.about-page-first .image-area {
  border: 6px solid #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.18);
  border-radius: 26px;
  overflow: hidden;
}

.blogs-archive-section {
  background-color: #fff8f2;
}
.blogs-archive-section .blog-card {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.blogs-archive-section .blog-card .image-area .category {
  background-color: #606060;
  color: #fff;
}
.blogs-archive-section .blog-card .card-body {
  padding: 15px 10px;
  margin: 0;
}
.blogs-archive-section .blog-card .card-body h4 {
  color: #FF6F00;
  color: #000;
  font-size: 1.124rem;
}
.blogs-archive-section .blog-card .card-body .read-more {
  color: #FF6F00;
  text-decoration: none;
  font-size: 14px;
}

.blog-details-section .blog-details-area .image-area img {
  width: 100%;
}
.blog-details-section .blog-details-area h2 {
  margin-top: 30px;
}

/* ============ RESPONSIVE CSS ============ */
@media only screen and (min-width: 768px) {
  .kundli-chart-section .result-part .table-area .table tr > * {
    padding: 5px 12px;
  }
  .kundli-chart-section .result-part .table-area .table:not(:last-child) tr > * {
    border-right: 1px solid #D3D3D3;
  }
  .kundli-chart-section .result-part .table-area .table:nth-last-child(1) tr > td:not(:last-child) {
    border-right: 1px solid #D3D3D3;
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 15px;
  }
  p {
    font-size: 16px;
  }
  .home-banner-section .owl-carousel .owl-nav button.owl-prev {
    left: -45px;
  }
  .home-banner-section .owl-carousel .owl-nav button.owl-next {
    right: -45px;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header ul.navbar-nav li.active {
    border-color: transparent;
  }
  .header ul.navbar-nav li.active a {
    color: #FF6F00;
  }
  .header ul.navbar-nav + a {
    margin: 0 !important;
  }
  .header .navbar-collapse.collapse {
    padding-bottom: 30px;
  }
  .birthchat-section .right-side .sidebar-list {
    margin: 10px 0 0;
  }
  .kundli-chart-section .Kundli-form-area h2 {
    padding: 0 15px;
  }
  .kundli-chart-section .Kundli-form-area .form-wrapper {
    padding: 20px 15px 0;
  }
  .kundli-chart-section .result-part {
    padding: 0 15px;
  }
  .kundli-chart-section .result-part h4 {
    text-align: center;
  }
  .kundli-chart-section .result-part .table-area {
    gap: 15px;
    border: 0;
    border-radius: 0;
  }
  .kundli-chart-section .result-part .table-area .table {
    flex: 0 0 100%;
    border: 1px solid #D3D3D3;
  }
  .kundli-chart-section .result-part .table-area .table tr > * {
    width: 50%;
  }
  .kundli-chart-section .result-part .table-area .table tr > td:not(:last-child) {
    border-right: 1px solid #D3D3D3;
  }
  .kundli-section.type2 .kundli-boxes-main .kundli-box {
    flex: 0 0 100%;
  }
  .related-section .related-area {
    padding-top: 1rem;
  }
  .related-section .related-area h2 {
    margin-bottom: 15px;
  }
  .related-section .related-area .related-carousel .item {
    padding: 1px;
  }
  .related-section .related-area .related-carousel .item .related-card {
    box-shadow: none;
    border: 1px solid #D3D3D3;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.45rem;
  }
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .navbar {
    text-align: center;
  }
  .navbar ul.dropdown-menu {
    text-align: center;
    background: #fffcfc;
  }
  .home-banner-section .content-area {
    gap: 15px;
    justify-content: center;
  }
  .home-banner-section .content-area h2 {
    font-size: 2.4rem;
  }
  .home-banner-section .owl-carousel .owl-nav button.owl-prev {
    left: -8px;
  }
  .home-banner-section .owl-carousel .owl-nav button.owl-next {
    right: -8px;
  }
  .kundli-section .kundli-boxes-main .kundli-box .button-area {
    flex: 0 0 100%;
    text-align: center;
  }
  .service-section h2 {
    margin-bottom: 1rem;
  }
  .course-section .course-card {
    padding: 12px 10px;
  }
  .course-section .course-card .content-area {
    padding: 12px 6px 0;
  }
  .course-section .course-card .content-area h4 {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
  .course-section .course-card .content-area ul {
    gap: 5px 20px;
  }
  .course-section .course-card .content-area ul li {
    margin-bottom: 0;
  }
  .course-section .course-card .content-area p {
    margin-bottom: 12px;
  }
  .Horoscope-section .horoscope-main-wrapper {
    padding: 30px 15px;
  }
  .Horoscope-section .horoscope-main-wrapper .horoscope-list {
    justify-content: center;
  }
  .Horoscope-section .horoscope-main-wrapper .horoscope-list li {
    flex: 0 0 20%;
  }
  .Horoscope-section .horoscope-main-wrapper .content-area h6 {
    margin-bottom: 15px;
  }
  .consultation-section {
    padding-top: 0;
  }
  .consultation-section h2 {
    font-size: 2rem;
  }
  .info-section h2 {
    font-size: 2rem;
  }
  .faq-section h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .faq-section .item-list {
    margin: 0 0 35px;
  }
  .faq-section .item-list ul {
    gap: 30px 35px;
  }
  .faq-section .item-list ul li {
    flex: 0 0 38%;
  }
  .faq-section .item-list ul li .lf {
    margin: 0 0 10px;
    height: 45px;
  }
  .faq-section .item-list ul li .lf img {
    max-height: 100%;
  }
  .faq-section .item-list ul li .rt h6 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .faq-section .item-list ul li .rt p {
    font-size: 13px;
  }
  .testimonial-section .heading {
    gap: 15px 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .testimonial-section .testimonial-carousel .item {
    padding: 16px 16px;
  }
  .blog-section .blog-card .card-body {
    margin: 12px 0 0;
  }
  .contact-form-section .content-area {
    text-align: center;
  }
  .contact-form-section .content-area .social-items {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */