/* ========= Start of header section ========= */

.header-top {
  background-color: var(--black);
}

.logo a {
  max-width: 200px;
  width: 100%;
  display: inline-block;
}

.logo {
  margin-right: 40px;
}

.navbar_nav ul li a {
  transition: 0.3s;
  font-size: var(--text-font-size);
  font-weight: 600;
  padding: 10px 10px;
  color: var(--dark);
  text-transform: capitalize;
}

.navbar_nav ul li:hover a {
  transition: 0.3s;
  color: var(--orange);
}

.toggleBtn,
.closeBtn {
  width: 45px;
  height: 45px;
  background-color: var(--yellow);
  font-size: 20px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  transition: 0.3s;
  border-radius: 100%;
  cursor: pointer;
}

.toggleBtn:hover,
.closeBtn:hover {
  background-color: var(--orange);
  transition: 0.3s;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #09598a47;
  transform: translateX(-100%);
  transition: 0.5s;
  height: 100vh;
}

.mobile-sidebar.active {
  transform: translateX(0%);
  transition: 0.3s;
}

.mobileWrapper {
  padding: 30px;
  background-color: var(--white);
  max-width: 450px;
  width: 100%;
  height: 100vh;
}

.mobileWrapper .logo {
  margin-right: 0;
  margin-bottom: 40px;
}

.mobileWrapper .navbar_nav {
  flex-direction: column;
}

.mobileWrapper .navbar_nav ul {
  display: block !important;
}

.mobileWrapper .navbar_nav ul li a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px !important;
  display: block;
  border-top: 1px solid #ddd;
}

.mobileWrapper .navbar_nav ul {
  width: 100%;
}

.mobileWrapper .navbar_nav ul li:last-child a {
  border-bottom: 1px solid #ddd;
}

/* ========= End of header sections ========= */

/* ========= Start of footer section ========= */

.footer_sec {
  position: relative;
  z-index: 5;
  padding: 80px 0;
}

.footer_sec .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.footer_sec .video-bg video {
  object-fit: cover;
  filter: brightness(0.2);
}

.footerItem .logo {
  display: inline-block;
  margin: 0;
  margin-bottom: 20px;
  max-width: 200px;
}

.footerItem .heading {
  font-family: var(--title-font);
  color: var(--orange);
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footerItem .list-item li a {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  padding: 6px 0px;
  display: inline-block;
  line-height: normal;
  transition: 0.3s;
}

.footerItem .list-item li:hover a {
  color: var(--orange);
  transition: 0.3s;
}

.bottom-content {
  margin-top: 60px;
}

.copyright-item {
  background-color: var(--black);
  padding: 20px 0;
}

.copyright-item a {
  color: var(--orange);
  transition: 0.3s;
}

.copyright-item a:hover {
  color: var(--yellow);
  transition: 0.3s;
}

footer .bottom-content .para strong {
  color: var(--white);
}

/* ========= End of footer section ========= */

/* ========= Start of banner section ========= */

.banner_sec {
  position: relative;
  z-index: 5;
  padding: 140px 0;
}

.banner_sec video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
}

.banner-content {
  max-width: 520px;
  position: relative;
  z-index: 5;
}

.banner-content .title {
  font-size: 60px;
  line-height: 65px;
  font-weight: 700;
  margin: 30px 0;
}

.banner-content .para {
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--subtitle-font);
  margin-bottom: 30px;
}

.banner-content .subtitle {
  font-size: 28px;
  line-height: normal;
  font-weight: 700;
  color: var(--black);
  background-color: var(--yellow);
  display: inline-block;
  padding: 5px 15px;
  font-family: var(--subtitle-font);
}

.banner_sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black);
  opacity: 20%;
  z-index: 2;
}

.banner-content .customBtn {
  border-radius: 0 !important;
  background-color: var(--yellow);
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: var(--black);
}

.banner-content .customBtn:hover {
  background-color: var(--orange);
  color: var(--white);
}

/* ========= End of banner section ========= */

/* ========= Start of about section ========= */

.about-img {
  position: relative;
  z-index: 5;
  text-align: end;
  padding-left: 80px;
}

.about-img .about-image img {
  border-radius: 168px 0 0 0;
  width: 100%;
  height: 100%;
}

.about-img .shape-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.about_sec > .shape-img {
  position: absolute;
  top: 50%;
  left: -14%;
  max-width: 550px;
  height: 550px;
  transform: translateY(-50%);
  opacity: 10%;
}

.about_sec {
  position: relative;
  z-index: 5;
}

/* ========= End of about section ========= */

/* ========= Start of service section ========= */

.service_sec {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.sign-images .hand-sign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.1;
  z-index: -1;
  left: 60px;
}

.sign-images .sun-effect {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.service-card .image {
  height: 250px;
  width: 100%;
  margin-bottom: 20px;
}

.service-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card {
  padding: 15px;
  border: 1px dashed var(--black);
}

.service-card .title {
  font-size: 22px;
  line-height: normal;
  margin: 0;
  text-align: center;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.owl-dots button span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: var(--dark);
  border-radius: 10px;
  opacity: 0.3;
  transition: 0.3s;
}

.owl-dots button {
  margin: 0px 3px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots button.active span {
  width: 35px;
  border-radius: 5px;
  background-color: var(--orange);
  opacity: 100%;
  transition: 0.3s;
}

/* ========= End of service section ========= */

/* ========= Start of breadcrumb section ========= */

.service-read-more a {
  text-decoration: none;
  color: var(--white);
  font-weight: 500;
}

.wd-page-title {
  background-image: url("../../assets/images/mystical-numerology-scene-2-scaled.webp");
  height: 240px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.wd-page-title .container {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  align-items: anchor-center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wd-page-title .entry-title {
  color: var(--white);
  font-family: "Playfair Display";
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.wd-breadcrumbs span a {
  color: var(--orange);
}

.wd-breadcrumb span.wd-last {
  color: var(--white);
}

span.wd-delimiter::before {
  content: "/";
  height: 25px;
  position: absolute;
  width: 10px;
  font-size: 25px;
  color: var(--white);
  left: 5px;
  transform: translateX(0%);
  bottom: 2px;
}

span.wd-last {
  color: var(--white);
  margin-left: 20px;
}

nav.wd-breadcrumbs {
  margin-top: 20px;
}

span.wd-delimiter {
  position: relative;
}

/* ========= End of breadcrumb section ========= */

/* ========= Start of video section ========= */

.video_banner {
  padding: 100px;
  background-color: var(--black);
  position: relative;
  z-index: 5;
}

.video_banner video {
  height: 700px;
  object-fit: cover;
  border-radius: 120px;
  filter: blur(0px) brightness(0.6) contrast(1.48) saturate(1.86)
    hue-rotate(0deg);
}

.video_banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: var(--white);
  z-index: -1;
  border-radius: 0 0 50% 50%;
}

.video_banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background-color: var(--light-bg);
  z-index: -1;
  border-radius: 50% 50% 0 0;
}

.video-wrapper .image img {
  animation: updown 3.5s linear infinite;
  max-width: 226px;
  width: 100%;
  margin: 0 auto;
}

@keyframes updown {
  0% {
    transform: translateY(0);
    opacity: 50%;
  }

  50% {
    transform: translateY(-20px) scale(1.06);
    opacity: 100%;
  }

  100% {
    transform: translateY(0);
    opacity: 50%;
  }
}

.video-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

/* ========= End of video section ========= */

/* ========= Start of why choose section ========= */

.why-choose .card-item {
  padding: 10px;
  border: 1px solid #184472;
  border-radius: 30px 30px 0px 0px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.why-choose .card-item .icon {
  background: var(--white);
  border: 1px dashed;
  box-shadow: 0px 0px 10px #ddd;
  margin-top: -60px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
}

.why-choose .card-item .icon img {
  width: 50px;
}

.why-choose .card-item .title {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--text-font);
  font-weight: 700;
  color: var(--blue);
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.service-area video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  object-fit: cover;
  filter: brightness(0.3);
}

.service-area {
  position: relative;
  z-index: 5;
}

.area-item p strong {
  background-color: var(--orange);
  font-weight: 600;
  color: var(--dark);
  padding: 5px 12px;
  display: inline-block;
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.area-item {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--white);
  margin-bottom: 20px;
}

/* ========= End of why choose section ========= */

/* ========= Start of locations section ========= */

.location-sec {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.location-sec .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.location-sec .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.location-sec .flag-card {
  padding: 20px;
  background-color: var(--blue);
  border-radius: 15px;
  text-align: center;
}

.flag-card .title {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: normal;
  font-family: var(--text-font);
  font-weight: 600;
}

/* ========= End of locations section ========= */

/* ========= Start of testimonials section ========= */

.testimonial-sec {
  background-color: var(--default-bgcolor);
  z-index: 5;
}

.test-card {
  padding: 30px;
  background-color: var(--white);
  border-radius: 35px;
}

.test-card .icon img {
  width: 60px;
}

.test-card .para {
  margin: 22px 0 25px 0;
  font-style: italic;
}

.test-card .name {
  font-weight: 700;
  color: var(--dark);
  font-size: 18px;
  margin: 0;
}

.testimonial-sec .shapes .shape3 {
  right: 150px;
  top: 80%;
  transform: translateY(-60%);
  max-width: 500px;
  height: 500px;
  opacity: 0.1;
  z-index: -1;
}

.testimonial-sec .shapes .shape {
  top: 50px;
  max-width: 200px;
  height: 200px;
  z-index: -1;
  opacity: 0.42;
}

.testimonial-sec .shapes .shape3 img,
.testimonial-sec .shapes .shape img {
  animation: rotate360 11s linear infinite;
}

.testimonial-sec .shapes .shape2 {
  max-width: 250px;
  display: block;
  bottom: 30px;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

.about-info .img-item {
  height: 600px;
  width: 100%;
}

.about-info .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.about-info .image-item {
  position: relative;
  z-index: 5;
}

.about-info .image-item .shape {
  position: absolute;
  top: 50%;
  left: -200px;
  width: 500px;
  height: 500px;
  opacity: 20%;
  transform: translateY(-50%);
  z-index: -1;
}

.about-info .image-item .shape img {
  animation: rotate360 11s linear infinite;
}

/* ========= End of testimonials section ========= */

/* ========= Start of branchs section ========= */

.branch-sec {
  background-color: var(--black);
}

/* ========= End of branchs section ========= */

/* ========= Start of about page ========= */

.about-sec .image-item figure {
  height: 480px;
  width: 100%;
}

.about-sec .image-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-sec .image-item .image1 img {
  border-radius: 150px 150px 0 0;
}

.about-sec .image-item .image2 img {
  border-radius: 0 0 150px 150px;
}

.about-sec .h3 {
  font-family: var(--title-font);
  font-size: 25px;
  line-height: normal;
  margin: 20px 0;
  font-weight: 600;
  color: var(--black);
}

.about-sec {
  position: relative;
  z-index: 5;
}

.about-sec:before {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 220px;
  width: 450px;
  height: 180px;
  background: url("../../assets/images/shapemoon.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

/* ========= End of about page ========= */

/* ========= Start of contact page ========= */

.contact-sec {
  position: relative;
  z-index: 5;
}

.contact-sec:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background-image: url("../../assets/images/sun-effect.png");
  background-size: 100%;
  z-index: -1;
}

.contact-sec .left-item {
  padding: 30px;
  border: 1px dashed #7e7e7e;
}

.contact-details {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-details li a {
  color: var(--dark);
  font-weight: 600;
}

.contact-details li {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dashed #7e7e7e;
}

.contact-details li:first-child {
  border-top: 1px dashed #7e7e7e;
}

.contact-details li span {
  font-size: 17px;
  color: var(--blue);
}

.social-media {
  display: flex;
  align-items: center;
  gap: 12px;
}

.social-media li a {
  width: 30px;
  height: 30px;
  background-color: var(--blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 100%;
  transition: 0.3s;
}

.social-media li:hover a {
  transition: 0.3s;
  transform: translateY(-5px);
  background-color: var(--orange);
}

.map-item iframe {
  height: 545px;
}

/* ========= End of contact page ========= */

/* ========= Start of blogs page ========= */

.blog-card {
  padding: 15px;
  border: 1px solid var(--dark);
  background-color: var(--white);
}

.blog-card .img-item {
  height: 250px;
  width: 100%;
  margin-bottom: 20px;
}

.blog-card .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card .h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--black);
  line-height: 28px;
}

.blogs-sec .shapeOne {
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0.1;
  z-index: -1;
}

.blogs-sec {
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.bg-image .shapeTwo {
  position: absolute;
  bottom: 50px;
  right: 100px;
  max-width: 200px;
  width: 100%;
  z-index: -1;
}

/* ========= End of blogs page ========= */

/* ========= Start of blogs detail page ========= */

.blog-detail {
  position: relative;
  z-index: 5;
}

.hand-image {
  position: absolute;
  top: 70px;
  max-width: 550px;
  height: 550px;
  opacity: 0.1;
  left: 30%;
  z-index: -1;
}

.blog-detail .img-item {
  height: 400px;
  width: 100%;
  margin: 25px 0;
}

.blog-detail .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.blog-detail article {
  padding-right: 20px;
}

.blog-detail article .h2,
.blog-detail article .h3 {
  font-size: 22px;
  line-height: 34px;
  margin: 15px 0;
  font-family: var(--text-font);
  font-weight: 700;
  color: var(--blue);
}

.blog-detail article .list-item {
  margin: 15px 0;
  list-style: unset;
  padding-left: 20px;
}

.accordion-button {
  font-weight: 400;
  font-size: 17px;
  text-transform: capitalize;
  box-shadow: inherit !important;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-item {
  margin-bottom: 5px;
}

.accordion-button[aria-expanded="false"] {
  background-color: var(--orange);
  color: #fff;
}

.accordion-button[aria-expanded="true"] {
  background-color: var(--blue);
  color: #fff;
}

.faq-area .h3 {
  font-family: var(--title-font) !important;
  margin-bottom: 20px !important;
}

/* ========= End of blogs detail page ========= */

/* ========= Start of Services section ========= */

.service-card-body p.service-read-more {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .branch-section .section-title {
    font-size: 1.5rem;
  }
}

.service-section {
  padding: 60px 0;
}

.service-title {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.service-card {
  border: 1px dashed #000;
  transition: all 0.3s ease-in-out;
  height: 100%;
  overflow: hidden;
  padding: 15px 15px 15px 15px;
}

.service-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.service-card-body {
  text-align: center;
}

.service-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 5px;
}

@media (max-width: 576px) {
  .service-title {
    font-size: 1.5rem;
  }
}

.services-col h1.title {
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  color: #1a4572;
  font-weight: 600;
}

.content__section h2.h2 {
  font-size: 21px;
  font-weight: 700;
  color: #333;
}

.content__section.mt-5 {
  margin-top: 10px !important;
}

.content__image img {
  height: 400px;
  border-radius: 30px !important;
  object-fit: cover;
}

.left {
  list-style: disc;
  margin: 0;
  padding: 0px;
  list-style-position: inside;
  padding-left: 20px;
}

.left li {
  padding: 10px 10px 10px 0px;
}

.content__body .h3 {
  font-weight: 700;
  color: #333;
}

.content__body .h6 {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 12px;
}

.pooja-service-section img.service-image {
  height: 333px;
  width: 100%;
}

.sidebar__header h3 {
  padding: 6px 20px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: normal;
  color: var(--blue);
}

.sidebar .sidebar__nav li a {
  color: var(--white);
  transition: 0.3s;
  background: var(--bs-orange);
  padding: 5px;
  padding: 5px 10px;
  display: block;
  margin-bottom: 5px;
}

.sidebar .sidebar__nav li:last-child a {
  margin-bottom: 0;
}

.sidebar {
  border: 1px dashed;
}

.sidebar__header.mb-3 {
  border-bottom: 1px dashed;
}

.sidebar__header h3 {
  padding: 10px;
}

.sidebar__nav ul {
  list-style: none;
  padding: 0px 10px 10px 10px;
}

.sidebar__nav .list li:hover a {
  color: var(--black);
  transition: 0.3s;
  background-color: #eee;
  transition: 0.3s;
}

.section--content-sidebar .services-col {
  position: relative;
  z-index: 5;
}

.magic-hand::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 350px;
  width: 350px;
  background-image: url("../../assets/images/services/magic-hand.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0.2;
}

.list-item li h4,
.list-item li h3,
.list-item li h5,
.list-item li h6,
.list-item li b,
.list-item li strong,
ul.left li h4,
ul.left li h3,
ul.left li h5,
ul.left li h6,
ul.left li b,
ul.left li strong {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark);
}
.services-offer {
  margin: 0;
  padding: 0px;
  list-style-position: inside;
  list-style: auto;
  padding-left: 20px;
}
.services-offer-1 {
  list-style: none;
}

.content__section h4,
.content__section h3,
.content__section h2 {
  font-size: 22px;
  line-height: normal;
  color: var(--dark);
  font-family: var(--text-font);
}
