@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/xicon.css);
@import url(../css/variables.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: #fff630;
  --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: #000000;
  z-index: 9;
  padding: 10px 20px;
  display: inline-block;
  transition: all .6s ease;
  text-transform: uppercase;
  font-size: 18px;
  border: 1px solid var(--secondary-color);
  text-align: center;
  width: fit-content;
}

a.light-theme-btn {
  background: white;
  border: 1px solid black;
  transition: .2s ease-in-out;
  color: var(--secondary-color) !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: var(--primary-color);
  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: black;
  border: 1px solid var(--primary-color);
  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: var(--primary-color);
  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: black;
  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: #3333;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
}

.left-icon a span {
  background: #2859b1;
  color: white;
}

.banner-txt {
  padding: 120px 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;
}

ul.main-navigation li a.dark-theme-btn {
  color: #000;
}

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: var(--primary-color);
}

ul.main-navigation li a {
  color: #ffffff;
  width: fit-content;
}

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);
}

.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;
  height: 870px;
  overflow: hidden;
  background: url(../images/banner-img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.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 h2 {
  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: 170px 0 90px 0;
  background: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 50%;
}

.about-us-txt h3 {
    font-size: 79px;
}

.about-us-txt h4 {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    padding: 0 0 20px 0;
}

.about-us-txt h4::before {
    content: "";
    width: 251px;
    height: 63px;
    background: var(--primary-color);
    position: absolute;
    left: -200px;
    z-index: -1;
    bottom: 0px;
}

.about-us-txt p {
    font-size: 21px;
    padding: 20px 0 30px 0;
}

.about-us-txt ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  padding: 0 0 14px 0;
}

.about-us-txt ul li span img {
  width: 24px;
}

.about-us-txt ul li p {
  padding: 0;
}

.about-us-txt {
  padding: 0 0 0 40px;
  position: relative;
}

.about-us-txt p {
  font-size: 18px;
  padding: 14px 50px 20px 0px;
  font-family: 'Outfit';
}

/* about us css end */


/* Testimonial css begin  */
.audio-testimo-service{
  background-image: url(../images/service-audiobg.png);
  background-color: var(--primary-color);
  margin: 130px 0 0 0;
  padding: 10px 0 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.testimonials-main {
  background: #2c59af;
  margin: -140px 70px 0 70px;
  padding: 60px 60px 120px 90px;
  border-radius: 10px 10px 130px 130px;
}

.testimonials-content-box p {
  font-size: 23px;
  color: white;
  padding: 0 30px 20px 30px;
  font-weight: 200;
  line-height: normal;
}

.customer-comment p {
  border: 1px solid var(--primary-color);
  padding: 18px 18px 18px 18px;
  font-style: italic;
  border-radius: 4px;
  font-size: 20px;
}

.customer-comment {
  padding: 0 30px 0px 30px;
  position: relative;
}

.customer-comment h5 {
  font-size: 20px;
  position: absolute;
  color: white;
  left: 120px;
  bottom: -44px;
  font-weight: 400;
  text-transform: math-auto;
}

.testimonials-content-box {
  display: flex;
  flex-direction: column;
  height: fit-content;
  align-items: end;
  justify-content: end;
  position: relative;
  padding: 70px 0 0 30px;
}

.customer-comment h5::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 21px;
  background: var(--primary-color);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  left: 50%;
  transform: translate(-50%, 0px) rotate(540deg);
  right: 50%;
  top: -20px;
}

.video-comment {
  height: 340px;
  width: 100%;
}

.video-comment a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-content-box::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 116px;
  background: url(../images/quote.png);
  top: 10px;
  left: 4px;
  background-size: 70px;
  background-repeat: no-repeat;
}
/* 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: var(--secondary-color);
}

.sec-title h4 {
  font-size: 20px;
}

.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: 32px;
  color: #fff;
}

.service-box-main {
  background: var(--secondary-color);
  padding: 20px;
  cursor: pointer;
}

.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 {
    background: #2c59af;
    padding: 80px 0 80px 0;
}

.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: var(--secondary-color) !important;
    color: white;
}

.form-group button.dark-theme-btn::before {
    background: var(--secondary-color) !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 {
    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;
}

.form-txt p {
    color: white;
    padding: 12px 0 30px 0;
}
/* get a qoute css End */
/* Feature section begin */
section.feature-section .about-us-txt h3 {
    font-size: 50px;
    font-weight: 600;
}

section.feature-section {
    background: none;
    position: relative;
    padding: 40px 0 0 0;
}
.books-featured {
    width: 140px;
    position: absolute;
    top: -170px;
    right: 0;
}

/* AUDIO CARD */
.audio-card {
  max-width: 720px;
  margin: 24px auto;
  text-align: center;
  padding: 22px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.audio-meta {
  color: #333;
  font-size: 19px;
  margin-bottom: 6px;
  font-weight: 600;
  letter-spacing: .6px;
  font-family: 'Outfit';
}

.audio-title {
  font-size: 34px;
  margin: 6px 0 16px;
  font-weight: 800;
  letter-spacing: -1px;
}

/* 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;
}
.offpath {
    position: absolute;
    top: 0;
    width: 170px;
}

.bottom-offpath {
    bottom: 0;
    top: auto;
    width: 260px;
}

.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;
}

.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 {
  background: var(--secondary-color);
  padding: 50px 0 0 0;
}

.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: #1d243a;
  padding: 0;
}

.copyright-text.text-center ul {
  display: flex;
  gap: 30px;
}

.ftr-btm {
  background: var(--primary-color);
  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 {
    position: relative;
    min-height: 930px; /* Fix height ki jagah min-height behtar hai */
    width: 100%;
    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.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0; /* Header ke niche se space dene ke liye */
}

/* --- 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: #2859b16b; /* 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;
}

.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: 100%;
    width: 100%;
    margin: -50px 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: #051d38db;
    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: black;
    z-index: 9999999999;
    background: #ffda51;
    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: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.ftr-logo a img {
    width: 50% !important;
}



/* --- Responsive Fix --- */
@media (max-width:991px) {
    ul.main-navigation {
    display: none;
}

.logo-main {
    text-align: center;
}

.banner-txt {
    text-align: center;
}

.banner-txt .d-flex.gap-3 {
    justify-content: center;
}

.banner-txt h2 {
    font-size: 34px;
}

.banner-txt p {
    font-size: 16px;
}

.banner-txt a.light-theme-btn, a.dark-theme-btn {
    width: fit-content;
    font-size: 15px;
}

section.about-us {
    padding: 50px 0 0 0;
    background: none;
}

.about-us-txt {
    text-align: center;
}

.about-us-txt h4::before {
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
}

.about-us-txt h3 {
    font-size: 50px;
}

.about-us-txt ul li {
    justify-content: center;
}

.about-us-txt .d-flex.gap-3 {
    justify-content: center;
}

.about-us-img {
    width: 60%;
    margin: 0 auto;
    padding: 0 0 50px 0;
    text-align:center;
}

.services-main {
    padding: 40px 0 0 0;
}

.form-group input, .form-group textarea {
    height: 38px;
}

.form-group textarea {
    height: 80px;
}

.form-txt {
    padding: 0;
    text-align: center;
    z-index: 99999;
    padding: 50px 0 0 0;
}

.get-qoute-img-floating {
    z-index: -1;
    width: 160px;
    height: 200px;
    top: 0;
    right: 0px;
}

.form-txt h2 {
    margin: 0 auto;
    font-size: 38px;
}

.form-txt p {
    font-size: 14px;
}

section.form-qoute .row {
    flex-direction: column-reverse;
}

.form-main h3 {
    text-align: center;
}

.form-main h2 {
    text-align: center;
}

.about-us-txt h4 {width: fit-content;margin: 0 auto;padding: 0 20px 17px 20px;}

.about-us-img img {width: 50%;}

.audio-actions button.btn-continue {
    width: 194px;
}

.audio-actions button.btn img {
    width: 26px;
    z-index: 9999;
    position: relative;
}

section.banner-hero {
    height: 680px;
}
.testimonials button.slick-next.slick-arrow {
    right: 42%;
}
.testimonials button.slick-prev.slick-arrow, .testimonials button.slick-next.slick-arrow {
    right: 40%;
}
.testimonials button.slick-prev.slick-arrow {
    right: 70%;
}

.testimonials .slick-track {
    height: 208px;
}

.service-box-main {
    margin: 0 0 20px 0;
}

.service-img {
    height: 200px;
}

.service-title h3 {
    font-size: 24px;
}
.quick-link {
    text-align: center;
    padding: 21px 0 0 0;
}

.quick-link-two, .quick-link-two p {
    text-align: center;
}

ul.socails-icons {
    justify-content: center;
}

.quick-link h4::before {
    opacity: 0;
}
}

@media (max-width:767px) {
    .top-icon a {
    justify-content: center !important;
}

.logo-main a img {
    width: 42%;
    filter: brightness(1000000000);
}

.banner-txt h2 {
    font-size: 23px;
}

.banner-txt p {
    font-size: 14px;
}

.about-us-txt h3 {
    font-size: 28px;
    padding: 20px 0 0 0;
}

.about-us-txt {
    padding: 0 10px;
}

.about-us-txt p {
    padding: 20px 0 30px 0;
    font-size: 14px;
}

.about-us-txt ul li {
}

.about-us-txt ul li p {
    font-size: 13px;
}

.about-us-txt ul li span img {
    width: 15px;
}

.testimonials-main {margin: 0;padding: 0;border-radius: 0;}

.sec-title h3 {
    font-size: 41px;
}

.get-qoute-img-floating {
    top: -80px;
}

.form-txt h2 {
    font-size: 27px;
    width: 100%;
}

.form-main {
    margin: 0;
}

.offpath {
    display: none;
}

.about-us-img {
    width: 100%;
}

.copyright-text.text-center {
    flex-direction: column;
    gap: 11px;
    margin: 0px 0 0 0;
}
.customer-comment p {
    font-size: 13px;
}
.audio-actions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
}
.audio-actions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.copyright-text.text-center ul {
    flex-direction: column;
    gap: 10px;
}

.testimonials-content-box::before {
    width: 30px;
    height: 30px;
    background-size: 29px;
    left: 20px;
}

.testimonials-content-box {
    height: 100%;
    padding: 0;
    justify-content: center;
}
section.main-banner-st {
    padding: 210px 0 40px 0;
}
.slide-text h3 span {
    font-size: 21px;
}

.slide-text h3 {
    font-size: 30px;
}

.slide-text {
    text-align: center;
    padding: 0 0 30px 0;
}

.slide-text .d-flex.gap-3 {
    justify-content: center;
}
.form-check input#flexCheckTop {
    display: inline;
    height: 21px;
    width: 14px;
}
.books-featured {
    width: 60px;
    position: absolute;
    top: -100px;
    right: 0;
}
section.feature-section .about-us-txt h3 {
    font-size: 30px;
}
}




/*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;
    font: 500 20px / 31px Poppins,sans-serif
}

.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%)
}

a.det {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #000
}

.our-pricing-plans .package .head {
    background: #1d243a !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: #000;
    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: #2c59af !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: #2c59af!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: var(--primary-color);
    color: black;
    border: 1px solid;
    margin: 30px 0 0 0;
}
/*Packages Css End*/