@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css);
@import url(../css/bootstrap.css);
@import url(../css/animate.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/slick.css);
@import url(../css/mobile-nav.css);
@import url(../fonts/degular/stylesheet.css);
@import url(../fonts/trajan/stylesheet.css);


li,
p,
ul {
  margin: 0
}

.dark-theme-btn,
a.light-theme-btn {
  padding: 14px 20px;
  position: relative
}

.icons-box a,
body {
  font-family: "Outfit", sans-serif;
}

.banner-text,
header::before {
  left: 50%;
  transform: translate(-50%)
}

.banner-text h1,
.banner-text h3,
.banner-text h4,
.heading-secs h3 {
  text-transform: uppercase
}

.icons-box a,
.social-icons a,
a {
  text-decoration: none
}

body {
  font-size: 16px
}

:root {
  --primary-color: #2F3E36;
  --secondary-color: #1d243a;
  --background-color: #fff;
}

*,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0
}

li,
ul {
  list-style: none;
  padding: 0
}

a {
  color: var(--primary-color)
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none
}

::selection {
  background: var(--secondary-color);
  color: #fff;
  text-shadow: none
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0;
  border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: var(--primary-color)
}

.ff-primary {
  font-family: var(--base-font-family)
}

.ff-secondary,
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font-family)
}

.book-detail h3 span,
.fc-primary,
.heading-secs h3 span:nth-child(2),
.heading-secs h3 span:nth-child(3),
.heading-secs h4 span,
.heading-style-2 h3 span {
  color: var(--primary-color)
}

.fc-secondary,
.heading h3 span {
  color: var(--secondary-color)
}

.fc-dark {
  color: var(--dark-color)
}

.fc-lite {
  color: var(--lite-color)
}

.h1,
.h2,
h1,
h2 {
  font-family: var(--heading-font-family-primary)
}

.h2,
h2 {
  font-size: 6.7vmin
}

.h3,
h3 {
  font-size: var(--font-size-h3)
}

.h4,
h4 {
  font-size: var(--font-size-h4)
}

.h5,
h5 {
  font-size: var(--font-size-h5)
}

.h6,
h6 {
  font-size: var(--font-size-h6)
}

p {
  font-size: var(--base-font-size);
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px
}

.dark-theme-btn {
  background: transparent;
  color: #fff;
  z-index: 9;
  padding: 10px 20px;
  display: inline-block;
  transition: all .6s ease;
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid #B89B5E;
  text-align: center;
  width: fit-content;
}

.about-us-text a.dark-theme-btn:hover {
  color: #000;
  border: 1px solid;
}

a.light-theme-btn {
  background: #2f3e36;
  border: 1px solid #2f3e36;
  transition: .2s ease-in-out;
  color: #ffff !important;
  font-size: 18px;
  padding: 11px 20px;
  margin: 0 20px 0 0;
  display: inline-block;
  z-index: 9;
  position: relative;
  text-align: center;
}

.main-navigation {
  position: relative;
  z-index: 99999999999999;
}

.dark-theme-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #B89B5E;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  z-index: -1;
  transition: .2s ease-in-out
}

.dark-theme-btn:hover {
  background: #fff0;
  transform: translate(0, -10px);
  color: #ffff;
  border: 1px solid #ffff;
  transform: translate(0px, -10px);
}

.dark-theme-btn:hover:before {
  width: 0;
  height: 100%;
  border-radius: 0;
  right: 0;
  left: auto;
}

.icons-box a:first-child::before,
.icons-box::before {
  width: 2px;
  background: #3333;
  transform: translate(-40%)
}

a.light-theme-btn:hover {
  color: white;
}

a.light-theme-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #b89b5e;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all .6s ease;
}

a.light-theme-btn:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}


body.o-hidden,
main.app-container {
  overflow: hidden
}

/* Header Begin Css */
.top-bar {
  /* background: var(--primary-color); */
  padding: 10px 60px;
}

.top-icon a {
  display: flex;
  align-items: center;
  color: #000;
  gap: 10px;
  font-weight: 500;
}

.left-icon a {
  justify-content: end;
}

header .container-fluid {
  padding: 22px 60px 0 60px;
}

header .top-bar .container-fluid {
  padding: 0;
}

.top-icon a span {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}

.left-icon a span {
  background: #fff;
  color: #000;
}

.banner-txt {
  padding: 100px 0 0 0;
}

.banner-txt a.light-theme-btn,
a.dark-theme-btn {
  width: 230px;
  height: 57px;
  font-family: 'Outfit';
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-radius: 5px !important;
  color: #fff;
}

.banner-txt a.light-theme-btn,
a.dark-theme-btn:hover {
  color: #fff;
}

ul.drop-down {
  position: absolute;
  background: white;
  border: 1px solid #3333;
  top: 100px;
  transition: all .6s ease;
  opacity: 0;
  visibility: hidden;
}

ul.drop-down li a {
  padding: 14px 9px;
  display: inline-block;
  border: 1px solid #3333;
  width: 100%;
  transition: all .6s ease;
}

ul.drop-down li a:hover {
  background: var(--primary-color);
  color: white !important;
}

ul.main-navigation li:hover ul.drop-down {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

ul.main-navigation li a:hover {
  color: #B89B5E;
}

ul.main-navigation li a.dark-theme-btn {
  color: #fff;
}

ul.main-navigation li a {
  color: #fff;
  width: fit-content;
  transition: all .6s ease;
}

ul.main-navigation li a:hover span {
  transform: rotate(-181deg);
}

ul.main-navigation li a span {
  display: inline-block;
  transition: all .6s ease;
}

ul.main-navigation {
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
}

header {
  padding: 0px 0px 20px 0px;
  /* background: #222c4630; */
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  backdrop-filter: blur(31px);
  /* background: linear-gradient(to top, #A9CCE3, #73A5CA, #5C8FB8); */
  background: #2F3E36;
}

.main-navigation ul li a {
  color: var(--secondary-color);
  font-weight: 500;
}

.logo-main a img {
  width: 38%;
  align-items: center;
  margin-left: 50px;
}

/* Header end Css */
/* Hero Banner Css Start */
.books-grid-main {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin: -30px 0 0 0;
  z-index: -1;
  position: relative;
}

.grid-of-books {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px 30px;
}

.grid-of-books .book-item {
  width: 160px;
  z-index: -1;
  animation: bookFloat 2s ease-in-out infinite;
}

section.banner-hero {
  position: relative;
  overflow: hidden;
  background: url(../images/banner-img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  width: 100%;
  padding: 100px 0;
  height: 660px;
}

section.banner-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: -1;
  opacity: 0.7;
}

.books-grid-sec .book-item:nth-child(2) {
  width: 120px;
}

.books-grid-first .book-item:nth-child(1) {
  width: 140px;
}

.books-grid-first {
  align-items: self-start;
}

.books-grid-sec .book-item:nth-child(1) {
  width: 145px;
}

.books-grid-sec .book-item:nth-child(3) {
  width: 180px;
  height: 260px;
}

.books-grid-sec .book-item:nth-child(3) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-txt h1 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 800;
  color: #ffffff;
  font-family: 'Outfit';
}

.banner-txt p {
  font-size: 18px;
  line-height: normal;
  padding: 20px 0 40px 0;
  color: #fff;
}

.books-grid-first .book-item:nth-child(1) {
  animation-delay: 0.1s;
}

.books-grid-first .book-item:nth-child(2) {
  animation-delay: 0.3s;
}

.books-grid-sec .book-item:nth-child(1) {
  animation-delay: 0.2s;
}

input#flexCheckTop {
  width: 16px;
  height: 20px;
  margin-top: 3px;
}

.books-grid-sec .book-item:nth-child(2) {
  animation-delay: 0.4s;
}

.books-grid-sec .book-item:nth-child(3) {
  animation-delay: 0.6s;
}

.books-grid-third .book-item:nth-child(1) {
  animation-delay: 0.3s;
}

.books-grid-third .book-item:nth-child(2) {
  animation-delay: 0.5s;
}

@keyframes bookFadeUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes bookFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Hero Banner Css End */



/* about us css begin */
section.about-us {
  padding: 60px 0 60px 0;
}

.about-us-text h3 {
  font-size: 79px;
}

.about-us-text h4 {
  font-size: 23px;
  font-weight: 600;
  position: relative;
  padding: 0 0 20px 0;
}

.about-us-text h4::before {
  content: "";
  width: 251px;
  height: 63px;
  background: #B89B5E;
  position: absolute;
  left: -200px;
  z-index: -1;
  bottom: 0px;
}

.about-us-text p {
  font-size: 21px;
  padding: 20px 0 30px 0;
}

.about-us-text ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding: 0 0 14px 0;
}

.about-us-text ul li span img {
  width: 24px;
}

.about-us-text ul li p {
  padding: 0;
}

.about-us-text {
  padding: 0 0 0 40px;
  position: relative;
}

.about-us-text p {
  font-size: 18px;
  padding: 14px 50px 20px 0px;
  font-family: 'Outfit';
}

.about-us-img img {
  animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* about us css end */


/* Testimonial css begin  */
.audio-service {
  background-image: url(../images/service-audiobg.png);
  background-color: var(--primary-color);
  padding: 10px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

/* Testimonial css End */

/* Service Css Begin */
.services-main {
  margin: 0 70px;
  padding: 60px 60px 120px 90px;
}

.sec-title {
  text-align: center;
  padding: 10px 0 60px 0;
}

.sec-title h3 {
  font-size: 56px;
  font-family: 'Outfit';
  color: #fff;
}

.sec-title h4 {
  font-size: 20px;
  color: #fff;
}

.service-img img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
  transition: all .6s ease;
}

.service-title {
  padding: 11px 0 0 0;
}

.service-title h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.service-box-main {
  background: #b89b5e;
  padding: 9px;
  cursor: pointer;
  min-height: 400px;
  border-radius: 5px;
}

.service-img {
  height: 360px;
  width: 100%;
  overflow: hidden;
}

.service-box-main:hover .service-img img {
  transform: scale(1.2);
}

.service-box-main:hover .service-title h3 {
  color: var(--primary-color);
}

/* Service Css End */

/* get a qoute css start  */
section.form-qoute {
  padding: 80px 0 80px 0;
  background-color: var(--primary-color);
}

.form-main {
  background: white;
  padding: 32px;
  margin: 0 47px;
  position: relative;
  z-index: 99999999;
  border-radius: 10px;
}

.form-main h3 {
  font-size: 20px;
}

.form-main h2 {
  font-size: 52px;
  font-weight: 600;
  padding: 0 0 30px 0;
}

.form-group input,
.form-group textarea {
  height: 50px;
  border-radius: 0;
  border: 0;
  background: #3333;
}

.form-group {
  padding: 0 0 17px 0;
}

.form-group textarea {
  height: 180px;
  resize: none;
}

.form-group button.dark-theme-btn {
  width: 100%;
  background: #B89B5E !important;
  color: white;
}

.form-group button.dark-theme-btn::before {
  background: #B89B5E !important;
}

.form-main span {
  /* position: absolute;
    content: ""; */
  width: 150px;
  height: 98%;
  background: var(--primary-color);
  right: 0;
  transform: rotate(15deg);
  z-index: -1;
}

.get-qoute-img-floating {
  position: absolute;
  width: 430px;
  height: 390px;
  top: -30px;
  right: 0;
}

.get-qoute-img-floating img {
  animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.get-qoute-img-floating img {
  width: 100%;
}

.form-txt {
  position: relative;
  padding: 220px 0 0 0;
}

.form-txt h3 {
  font-size: 20px;
  color: white;
}

.form-txt h2 {
  font-size: 43px;
  width: 60%;
  color: white;
  position: relative;
}

.form-txt p {
  color: white;
  padding: 12px 0 30px 0;
  font-family: 'Outfit';
}

/* get a qoute css End */
/* Feature section begin */
section.feature-section .about-us-text h3 {
  font-size: 50px;
  font-weight: 600;
}

section.feature-section {
  background: none;
  position: relative;
  padding: 50px 0 50px 0;
  background: #fff;
}

.books-featured {
  width: 140px;
  position: absolute;
  top: -180px;
  left: 0;
}

.books-featured img {
  animation: floatLeftRight 4s ease-in-out infinite;
}

@keyframes floatLeftRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(0px);
  }
}


/* chapter + progress row */
.chapter-row {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto 18px;
  position: relative;
  padding: 20px 0 0 0;
}

.chapter-label {
  flex: 0 0 auto;
  font-weight: 600;
  color: #222;
  position: absolute;
  min-width: 110px;
  text-align: left;
  top: 0;
}

/* progress */
.progress-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
}

.progress-track {
  height: 6px;
  background: #c5b9b9;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  flex: 1;
}

.progress-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #141926, #141926);
  transition: width 900ms cubic-bezier(.2, .8, .2, 1);
}

.progress-percent {
  min-width: 36px;
  text-align: right;
  color: #6b6b6b;
  font-weight: 700;
}

/* buttons */
.audio-actions {
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
}

.btn svg {
  display: block;
}

.btn-continue {
  background: #ffd400;
  color: #111;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.06);
}

.btn-list {
  background: #141926;
  color: #fff;
}

.featured-serive-main {
  text-align: center;
  /* width: 390px; */
  margin: 0 auto;
}

.featured-serive-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoomInOut 8s ease-in-out infinite;
}

/* Keyframes */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.testimonials button.slick-prev.slick-arrow,
.testimonials button.slick-next.slick-arrow {
  position: absolute;
  width: 20px;
  bottom: -20px;
  right: 56%;
  font-size: 0;
  border: 0;
  transform: translate(-50%, 10px);
}

.testimonials button.slick-next.slick-arrow {
  right: 50%;
  transform: translate(-50%, 10px);
}

.testimonials button.slick-prev.slick-arrow::before,
.testimonials button.slick-next.slick-arrow::before {
  position: absolute;
  content: "\f053";
  width: 70px;
  font-size: 29px;
  height: 70px;
  font-family: 'FontAwesome';
  background: var(--primary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b89b5e;
}

.testimonials button.slick-prev.slick-arrow:hover:before,
.testimonials button.slick-next.slick-arrow:hover:before {
  background: white;
}

.testimonials button.slick-next.slick-arrow::before {
  content: "\f054";
}

/* Feature section end */



/* footer css begin */
footer.site-footer {
  padding: 50px 0 0 0;
  background: var(--primary-color);
}

.quick-link-two p {
  color: white;
  padding: 20px 0 10px 0;
  text-align: left;
}

ul.socails-icons {
  display: flex;
  gap: 30px;
  padding: 20px 0 10px 0;
}

ul.socails-icons li a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 100px;
  color: #1d243a;
}

ul.socails-icons li a:hover {
  background: #1b444a;
}

.quick-link h4 {
  font-size: 30px;
  font-family: playfair;
  color: white;
  padding: 0 0 20px 0;
  position: relative;
}

.quick-link {
  padding: 0 0 60px 40px;
}

.quick-link h4::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background: white;
  bottom: 10px;
  left: -20px;
}

.quick-link ul li {
  padding: 0px 0 10px 10px;
}

.quick-link ul li a {
  color: white;
  font-size: 15px;
  position: relative;
}

.quick-link ul li a span {
  color: #ffffff;
}

.quick-link ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: white;
  bottom: 0;
  transition: all .7s ease;
}

.quick-link ul li a:hover:before {
  width: 100%;
}

.copyright-text.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-text.text-center p {
  color: #fff;
  padding: 0;
}

.copyright-text.text-center ul {
  display: flex;
  gap: 30px;
}

.ftr-btm {
  background: #B89B5E;
  padding: 12px 0;
}

.copyright-text.text-center ul li a {
  color: #1d243a;
}

/* footer css end */
/* Inner Page Css Start */
section.inner-page .form-main {
  flex-direction: column;
  width: 67%;
  margin: 0 auto;
  gap: 12px;
  box-shadow: 0 0 0 #333;
  background: var(--secondary-color);
  border: 1px solid #3333;
  padding: 30px;
  border-radius: 52px;
}

section.inner-page .form-main .form-group {
  width: 100%;
}

section.inner-page .form-main .form-groupbtn {
  width: 100%;
  text-align: center;
}

section.inner-page .form-main .form-groupbtn button {
  width: 70%;
}

section.inner-page {
  height: 550px;
  padding: 0 0 30px 0;
}

section.inner-page .form-main h2 {
  font-size: 27px;
  color: white;
  padding: 0 0 14px 0;
  text-align: center;
  text-transform: uppercase;
}

section.inner-page .form-main .form-groupbtn button::before {
  border-radius: 14px;
}

.cta-section div h3 {
  text-align: left;
  padding: 0 0 6px 0;
}

.cta-section div p {
  width: 70%;
  color: white;
  padding: 20px 0 0 0;
}

.cta-section div a.dark-theme-btn {
  width: 200px;
  color: white !important;
}

.cta-section .booking-form-main.d-flex.justify-content-between.align-items-center.gap-5 {
  padding: 0 0 0 30px;
}

/* Inner Page Css End */
/* Responsive Css Start */
@media (max-width:991px) {}

@media (max-width:767px) {}





/* --- Main Banner Section inner page --- */
section.main-banner-st {

  /* Fix height ki jagah min-height behtar hai */
  display: flex;
  align-items: center;
  /* Dark Overlay ke saath image taaki text saaf dikhe */
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('../images/audiobook.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  /* Header ke niche se space dene ke liye */
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  padding: 100px 0;
  height: 720px;
}

/* --- Left Side Text --- */
.slide-text h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.slide-text h3 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}

.slide-text p {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
}

.popup-btn {
  display: inline-block;
  background-color: #2859b1d1;
  /* Red color as per image */
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 30px;
  transition: 0.3s;
}

/* --- Right Side Red Form --- */
.bnr-form {
  background-color: #2f3e36;
  /* Dark Red Background */
  padding: 40px 30px;
  border-radius: 25px;
  /* Rounded corners */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.bnr-form input.medium-input {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
}

h3.banr-text {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}

.form-check {
  margin-bottom: 20px;
  color: #fff;
}

.form-check-label a {
  color: #fff;
  text-decoration: underline;
}

/* Submit Button Style */
.btn-yellow-ochre {
  background-color: #fff;
  /* White button jaisa image mein hai */
  color: #000;
  border: none;
  padding: 15px;
  font-weight: 700;
  border-radius: 50px;
  /* Pill shape */
  transition: 0.3s;
}

.btn-yellow-ochre:hover {
  background-color: #eee;
}

/*contact us page*/
section.pg-contact {
  background: transparent;
  padding: 0;
}

.map-col {
  height: 90%;
  width: 100%;
  margin: 20px 0 0 0;
  z-index: 999;
  position: relative;
}

.map-col iframe {
  height: 100%;
  width: 100%;
  filter: brightness(0.5);
}

.map-col iframe:hover {
  filter: brightness(1);
}

/*contact us end*/

/*terms end condition css*/
.term__content__tab h4 {
  font-size: 37px;
  padding: 0 0 10px 0;
}

.term__content__tab {
  padding: 0 0 26px 0;
}

.term__content__tab p {
  font-size: 21px;
}

section.terms__content {
  padding: 50px 0 50px 0;
}

.term__content__tab p a {
  color: #1d243a;
  font-weight: 600;
}

/*terms end condition end*/

/*modal form css begin*/

/*Modal Css Begin*/
/* Style for Overlay (dark background) */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}

/* Modal Form Style */
.form-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  background: #2f3e368a;
  border: 1px solid #fff;
  border-radius: 10px;
  display: none;
  box-shadow: 0 4px 20px rgb(0 0 0);
  top: 50%;
  /* width: 100%; */
  /* height: 100%; */
  backdrop-filter: blur(7px);
  z-index: 99999999999999;
}

.popup_form_inner {
  position: relative;
  width: 100%;
  overflow: hidden auto;
  padding: 40px;
  height: 80vh;
  display: flex;
  align-items: center;
}

/* Close button (X) */
.close_popup {
  position: absolute;
  top: -17px;
  right: -17px;
  font-size: 20px;
  cursor: pointer;
  color: #ffff;
  z-index: 9999999999;
  background: #b89b5e;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  border-radius: 70px;
  border: 2px solid #333;
}

/* Button to trigger popup */
form.form-get-quote input,
form.form-get-quote select {
  width: 100%;
  height: 43px;
  border: 1px solid #3333;
  border-radius: 4px;
  padding: 0 10px;
  /* background: #d5eeff; */
  color: #000001;
}

form.form-get-quote textarea {
  width: 100%;
  height: 170px;
  resize: none;
  border: 1px solid #3333;
  padding: 10px;
  border-radius: 6px;
  /* background: #d5eeff; */
}

form.form-get-quote .row div {
  padding: 7px 10px;
}

.popup_form_wrpp h3 {
  font-size: 40px;
  color: white;
  font-weight: 700;
  padding: 0 0 0 0px;
  font-family: 'Pathway Extreme';
}

.popup_form_wrpp p {
  font-size: 25px;
  color: white;
  padding: 20px 0 30px 0px;
}

/*modal form css End*/

.audio-testimo-service-inner-page {
  background-image: url(../images/service-audiobg.png);
  background-color: var(--primary-color);
  margin: 0px 0 0 0;
  padding: 0px 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}


.ftr-logo a img {
  width: 50% !important;
}

/* process-sec */
section.process-section {
  padding: 50px 0 50px 0;
  background: #f5f3f3;
}

.process-head h2 {
  font-size: 46px;
  color: #3a3a3a;
  font-family: "Outfit", sans-serif;
}
  
.process-sec p {
    font-size: 18px;
    font-family: 'Outfit';
}

.process-sec h2 {
  background: linear-gradient(180deg, rgba(151, 71, 255, 0.05) -158.98%, rgba(125, 43, 116, 0.05) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 248px;
  font-weight: 700;
  line-height: 200px;
  text-transform: capitalize;
  font-family: Poppins;
  margin-bottom: -60px;
}

.process-sec h3 {
  font-size: 43px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 25px;
}

/* Container */
.process-sec-img {
  overflow: hidden;
  border-radius: 15px;
}

/* Image */
.process-sec-img img {
  width: 100%;
  transition: all 0.4s ease;
}

/* Hover effect */
.process-sec-img:hover img {
  transform: scale(1.08);
}

.process-row {
  margin-bottom: 50px;
}

.process-head p {
  color: #3a3a3a;
  margin-bottom: 30px;
  padding: 0 40px;
  font-size: 18px;
}

/* process-sec */

/*Packages Css Begin*/

.our-pricing-plans {
  background: #f5f3f3;
  padding: 60px 0;
  position: relative;
  overflow: hidden
}

.our-pricing-plans .container {
  position: relative;
  z-index: 9
}

.our-pricing-plans:after {
  content: '';
  background: url(../images/our-pricing-bg.png) 0 0/cover no-repeat;
  width: 100%;
  height: 918px;
  position: absolute;
  bottom: 0;
  left: 0
}

.our-pricing-plans h3 {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 32px;
  color: #3a3a3a
}

.our-pricing-plans p {
  font-size: 18px;
  color: #3a3a3a;
  line-height: 23px;
  margin-bottom: 30px;
  padding: 0 40px;
}

.our-pricing-plans .package {
  background: #fffff0;
  padding: 0 0 25px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #b1adad;
  box-shadow: 0 4px 5px rgb(0 0 0 / 25%);
  transition: all 0.35s ease;
  will-change: transform;
}

.package:hover {
  transform: scale(1.06) translateY(-5px);
}

a.det {
  display: block;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #000
}

.our-pricing-plans .package .head {
  background: #2f3e36 !important;
  padding: 15px 21px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #1d243a !important;
  height: 60px;
}

.our-pricing-plans .package .head .left {
  display: inline-block;
  width: 32%
}

.our-pricing-plans .package .head .left i {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #1d243a !important;
  display: inline-block;
  line-height: 80px;
  position: relative
}

.our-pricing-plans .package .head .left i img {
  max-width: 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.our-pricing-plans .package .head .right {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  /* text-align: right; */
  width: 100%;
  float: right;
  margin-top: 10px
}

.our-pricing-plans .package .head .right h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 3px;
  text-shadow: unset !important
}

.our-pricing-plans .package .head .right h6 {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
  text-shadow: unset !important
}

.our-pricing-plans .package .price {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  background: #FFFFF0 !important;
  text-align: center;
  border-bottom: 1px solid #1d243a;
}

.our-pricing-plans .package .price .left h2 {
  font-size: 50px;
  color: #2f3e36;
  font-weight: 700;
  margin: 0;
  letter-spacing: -2.5px
}

.price .left {
  display: inline-block
}

.our-pricing-plans .package .price .left h2 sup {
  font-size: 20px;
  color: #000;
  top: -1em;
  left: -4px;
  font-weight: 700
}

.our-pricing-plans .package .price .right {
  display: inline-block;
  text-align: left;
  float: none !important
}

.listing {
  text-align: left
}

.our-pricing-plans .package .price .right strike {
  color: #d10a00;
  font-weight: 600;
  margin-bottom: 8px;
  display: block
}

.our-pricing-plans .package .price .right span {
  font-weight: 700;
  display: block;
  margin-left: 5px;
  position: relative;
  top: -10px;
  font-size: 10px;
  color: grey
}

.our-pricing-plans .package .listing ul,
section.bundle-offer .combo-btn li a.combo_tel {
  padding-left: 30px
}

.mCSB_inside>.mCSB_container {
  margin-right: 30px
}

.our-pricing-plans .package .listing ul li {
  font-size: 14px;
  color: #252525;
  margin-bottom: 9px;
  font-weight: 400;
  line-height: 30px
}

.our-pricing-plans .package .listing ul li:before {
  content: '';
  background: #b89b5e !important;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle
}

.our-pricing-plans .package .content {
  overflow: auto;
  position: relative;
  max-width: 97%;
  padding: 20px 0;
  height: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.our-pricing-plans .package .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
  background-color: #F5F5F5
}

.our-pricing-plans .package .content::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
  border-left: 1px solid #888
}

.our-pricing-plans .package .content::-webkit-scrollbar-track-piece {
  border-left: unset
}

.our-pricing-plans .package .content::-webkit-scrollbar-thumb {
  background-color: #2f3e36 !important
}

.our-pricing-plans .owl-item:nth-child(2) .content::-webkit-scrollbar-thumb {
  background-color: #ec9c10
}

.our-pricing-plans .owl-item:nth-child(3) .content::-webkit-scrollbar-thumb {
  background-color: #17478F
}

.our-pricing-plans .owl-item:nth-child(4) .content::-webkit-scrollbar-thumb {
  background-color: #e75700
}

.our-pricing-plans .owl-item:nth-child(5) .content::-webkit-scrollbar-thumb {
  background-color: #4531c3
}

.our-pricing-plans .owl-item:nth-child(6) .content::-webkit-scrollbar-thumb {
  background-color: #ec0000
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #d2f1e9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_dragger {
  height: 30px !important
}

.our-pricing-plans .package .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #2b9479;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.custom-btn {
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  width: auto !important;
  display: inline-block !important;
  margin: 0 10px 0 0;
  position: relative;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  background: #B89B5E;
  color: #fff;
  border: 1px solid;
  margin: 30px 0 0 0;
}

.custom-btn:hover {
  color: #000;
}

/*Packages Css End*/


/* banner form */
.form-banner {
  width: 100%;
  max-width: 1100px;
  padding: 25px;
  border-radius: 20px;
  margin: 0 auto;
  background: rgba(47, 62, 54, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

form.custom-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.custom-form input,
.custom-form textarea {
  width: 100%;
  height: 50px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #333;
  background: #d6d6d6;
  color: #fff;
  outline: none;
}

.custom-form textarea {
  resize: none;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #B89B5E;
}

form.custom-form .form-group {
  padding: 0;
}

/* banner form end */

/* policy banner */
section.banner-hero.policy,
section.banner-hero.contact {
  min-height: 400px;
  padding: 0px 0 !important;
  height: 300px;
}

.banner-txt.contact,
.banner-txt.policy {
  padding: 140px 0 0 0;
}

/* policy banner */

/* packages detail page */
section.banner-hero.packages {
  height: 280px;
}

.banner-txt.packages {
  padding: 60px 0 0 0;
}

section.package__sec__main {
  background: #f5f3f3;
}

ul.pkg-list li {
  font-size: 15px;
  color: #252525;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
  padding-left: 23px;
}

ul.pkg-list li:before {
  content: "\f00c";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  font-family: 'FontAwesome';
  color: #2f3e36;
  font-size: 19px;
}

ul.pkg-list::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}

ul.pkg-list {
  height: 290px;
  overflow-y: scroll;
}

.pkg_detail_sec {
  padding: 40px 30px;
  background: #2f3e36;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%) !important;
  margin-top: 40px;
  position: relative;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 0%);
}

.pkg_detail_sec h4,
.pkg_detail_sec h1 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.pkg_detail_sec span.line_through {
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
  text-decoration: line-through;
  color: #fff;
}

.pkg_detail_sec span.h5 {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}

.product_detail_sec {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background: #f5f3f3;
}

.pkg_detail_sec:before {
  content: '';
  border: 3px solid rgb(0 0 0);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  z-index: -1;
  right: -20px;
  bottom: -20px;
}

.pkg_detail_sec:after {
  content: '';
  background: linear-gradient(180deg, rgb(255 255 255 / 59%) 0, rgb(255 255 255 / 42%) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  z-index: -1;
  left: -20px;
  top: -20px;
  box-shadow: 0px 0px 40px rgb(0 0 0 / 54%);
}

.pkg_list_detail {
  margin: 0 10px 0 60px;
}

.pkg_list_detail ul.pkg-list {
  height: 510px;
}

.pkg_list_detail ul.pkg-list li {
  border-bottom: 1px solid #1d243a;
  padding: 15px 30px;
  font-size: 16px;
  color: #252525;
  font-weight: 500;
  margin-right: 20px;
}

.pkg_list_detail h4 {
  font-weight: bold;
  font-size: 32px;
  color: #252525;
}

.pkg_detail_sec .btn_pkg a {
  text-align: center;
  line-height: 30px;
  width: auto !important;
  display: inline-block !important;
  position: relative;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
  background: #B89B5E;
  color: #fff;
  border: 1px solid #ac9158;
}
.pkg_detail_sec .btn_pkg a:hover {
    color: #000;
    border: 1px solid #000;
}

/* packages detail page end */