/*==================
Author       : Dreambuzz
Template Name: eBooki- Author Book Marketing Template
Author URI : https://themeturn.com/
Description: author,shop,ebooki,ebook,book,marekting,online,online book store, agency, promotion, startup,onepage, clean, modern,business, company
Version      : 1.0
================================*/
/*------------------------------------------------------------------
[Table of contents]

1. Common
2. Typography
3. Navigation / #navbar
4. Banner
5. About
6. Service
7. Testimonials
8. Blog
9. Contact
10. Footer / #footer
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Unna:wght@400;700&amp;family=Urbanist:wght@400;600;700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --theme-heading-font:'Poppins', serif;
  --theme-secondary-font:'Poppins', sans-serif;
  --theme-primary-color: #492d69;
  --theme-secondary-color: #492d69;
  --theme-heading-color: #060606;
  --theme-text-color: #666;
  --theme-white-color: #fff;
  --theme-border-color: #ddd;
}

body, html {
  width: 100%;
  max-width: 100%;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(238, 122, 122, 0);
  overflow-x: hidden;
}

body {
  font-family: var(--theme-secondary-font);
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: var(--theme-text-color);
}

p {
  color: var(--theme-text-color);
  font-family: var(--theme-secondary-font);
  line-height: 30px;
  font-size: 16px;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem;
  color: var(--theme-heading-color);
  margin-bottom: 0px;
  font-family: var(--theme-heading-font);
}

.h1,
h1 {
  font-size: 46px;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--theme-primary-color);
}

.font-lg {
  font-size: 40px;
  line-height: 55px;
  font-family: var(--theme-heading-font);
}

a {
  color: var(--theme-primary-color);
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--theme-secondary-color);
  outline: none;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:focus, a:visited {
  outline: none;
}

button:focus, input:focus {
  outline: none;
}

ul, ol {
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0px;
}

.form-control {
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  box-shadow: none;
}

/*=====================================
Spacing
===================================*/
.page-wrapper {
  padding: 100px 0px;
}

.section-padding {
  padding: 100px 0px;
}

.section-padding-top {
  padding-top: 100px;
}

.section-padding-btm {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb--120 {
  margin-bottom: -120px;
}

.mb--200 {
  margin-bottom: -200px;
}

.mt--200 {
  margin-top: -200px;
}

.mt--300 {
  margin-top: -300px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-110 {
  padding-top: 210px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-250 {
  padding-top: 250px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.mb--120 {
  margin-bottom: -120px;
}

.mt--100 {
  margin-top: -100px;
}

/*=====================================
Utitlies
===================================*/
.form-control {
  border: 2px solid #F5F5F5;
  height: 55px;
  padding-left: 20px;
  background: #F5F5F5;
  border-radius: 35px;
}

.form-control:focus {
  border-color: var(--theme-primary-color);
  background: #fff;
}

.form-group {
  margin-bottom: 20px;
}

textarea.form-control {
  padding-top: 20px;
  border-radius: 15px;
}

.container-padding {
  padding: 0px 80px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.font-sm-14 {
  font-size: 14px;
}

.bg-grey {
  background: #F3F6FF;
}

.bg-grey2 {
  background: #F6F6F8;
}

.bg-shadow {
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
}

.bg-shadow-1 {
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
}

.bg-shade {
  background: #F5F7FD;
}

.text-color {
  color: var(--theme-secondary-color);
}

.text-style2 {
  color: var(--theme-primary-color);
}

.bg-gray {
  background: #F4F7FC;
}

.font-md {
  font-size: 36px;
  line-height: 46px;
}

.page-wrapper {
  padding: 100px 0px;
}

textarea.form-control {
  height: auto;
}

.icon-radius {
  border-radius: 100% !important;
}

.bg-shadow-2 {
  box-shadow: rgba(165, 164, 164, 0.23) 0px 0px 45px 0px;
}

.fw-600 {
  font-weight: 600;
}

.fw-400 {
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #999 !important;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #999 !important;
  font-size: 15px;
}

::-moz-placeholder {
  color: #999 !important;
  font-size: 15px;
}

::-ms-input-placeholder {
  color: #999 !important;
  font-size: 15px;
}

::placeholder {
  color: #999 !important;
  font-size: 15px;
}

/*====================
Page Banner Area
======================*/
.page-header {
  padding: 90px 0px;
  background: #F4F5F8;
  position: relative;
  background: url("../images/bg/page-title.html");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.page-header:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(3, 31, 66, 0.9);
  z-index: -1;
}

.page-header .title-block {
  text-align: center;
}

.page-header .title-block h1 {
  color: #fff;
  line-height: 50px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.page-header .title-block ul li {
  position: relative;
  padding-right: 20px;
  color: #fff;
  display: inline-block;
}

.page-header .title-block ul li:after {
  position: absolute;
  content: "/";
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
  font-size: 14px;
  margin-right: 3px;
}

.page-header .title-block ul li:last-child:after {
  display: none;
}

.page-header .title-block ul li a {
  font-weight: 600;
}

.subheading {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  color: #777;
}

.sub-style-2 {
  color: var(--theme-primary-color);
}

/*-------------------
BUTTONS STYLE
----------------=----*/
.btn {
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  padding: 14px 35px;
  border-radius: 0px;
  font-size: 16px;
  border: 2px solid transparent;
  transition: all 0.6s ease;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-radius {
  border-radius: 45px;
}

.btn-main {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-main:hover {
  border-color: var(--theme-secondary-color);
  color: #fff;
  background: var(--theme-secondary-color);
}

.btn-main-2 {
  border-color: var(--theme-secondary-color);
  color: #fff;
  background: var(--theme-secondary-color);
}

.btn-main-2:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-main-outline {
  background: transparent;
  color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.btn-main-outline:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-main2-outline {
  background: transparent;
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-main2-outline:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: var(--theme-primary-color);
}

.btn-white:hover {
  border-color: var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.btn-white-outline {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-white-outline:hover {
  border-color: var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.btn-grey {
  border-color: #ddd;
  color: #222;
  background: #ddd;
}

.btn-grey:hover {
  border-color: var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.btn-grey-outline {
  border-color: #ddd;
  background: transparent;
}

.btn-grey-outline:hover {
  border-color: var(--theme-primary-color);
  color: #fff;
  background: var(--theme-primary-color);
}

.btn-sm {
  padding: 8px 22px;
}

.btn-sm-2 {
  padding: 6px 22px;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  color: #fff;
}

.rounded-radius {
  border-radius: 35px;
}

/*-------------------------
Main Menu header
-------------------------*/
.header-navbar .site-logo {
  width: 10%;
  margin-right: 40px;
}

.header-navbar .site-logo a {
  max-width: 140px;
}

.header-navbar .primary-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-navbar .primary-menu li {
  position: relative;
}

.header-navbar .primary-menu li a {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
  text-transform: capitalize;
  font-family: var(--theme-heading-font);
}

.header-navbar .primary-menu li a:hover {
  color: var(--theme-primary-color);
}

.header-navbar .primary-menu li .menu-trigger {
  font-size: 12px;
  font-weight: 500;
  color: #222;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  transition: all 0.3s ease-out 0s;
}

.header-navbar .primary-menu li:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 1199px) {
  .header-navbar .primary-menu li:not(:last-child) {
    margin-right: 40px;
  }
}

.header-navbar .primary-menu li .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  min-width: 250px;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-navbar .primary-menu li .submenu li:hover .submenu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.header-navbar .primary-menu li .submenu li .menu-trigger {
  right: 20px;
}

.header-navbar .primary-menu li .submenu li a {
  padding: 10px 20px;
  display: block;
  color: #000;
  opacity: .6;
}

.header-navbar .primary-menu li .submenu li a:hover {
  color: var(--theme-primary-color);
  opacity: 1;
}

.header-navbar .primary-menu li .submenu li {
  line-height: 1;
  margin: 0;
}

.header-navbar .primary-menu li:hover > .submenu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.header-navbar .primary-menu li .submenu li .submenu {
  left: 100%;
  top: 20%;
}

.header-navbar .primary-menu li .submenu li:hover > .submenu {
  top: 0;
}

.header-navbar .primary-menu li .submenu li .menu-trigger {
  color: #222;
}

.header-navbar .nav-toggler {
  width: 53px;
  height: 53px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 53px;
  font-size: 20px;
  text-align: center;
}

.header-navbar .nav-toggler:hover {
  background: var(--theme-primary-color);
  color: #fff;
}

.header-navbar.mobile-menu .site-navbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 280px;
  margin-right: -280px;
  height: 100vh;
  background-color: #00000a;
  z-index: 999;
  display: block;
  padding: 80px 0 40px;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease-out 0s;
}

.header-navbar.mobile-menu .site-navbar.menu-on {
  margin-right: 0;
}

@media (max-width: 991px) {
  .header-navbar.mobile-menu .primary-menu li:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.header-navbar.mobile-menu .primary-menu {
  display: block;
}

.header-navbar.mobile-menu .primary-menu li .submenu {
  position: unset;
  width: 100%;
  opacity: 1;
  visibility: visible;
  background-color: #00000a;
  border: none;
  transition: none;
  box-shadow: none;
  display: none;
}

.header-navbar a.nav-close {
  display: none;
}

.header-navbar.mobile-menu .site-navbar a.nav-close {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 18px;
  line-height: 1;
  padding: 5px;
  color: #fff;
  z-index: 2;
  display: block;
}

.header-navbar.mobile-menu .primary-menu {
  display: block;
}

.header-navbar.mobile-menu .primary-menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 20px;
  font-size: 15px;
}

.header-navbar.mobile-menu .primary-menu li .menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform: translate(0);
  transform: translate(0);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  z-index: 2;
}

.header-navbar.mobile-menu .primary-menu li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 20px;
  font-size: 15px;
}

.header-navbar.mobile-menu .primary-menu li .submenu li {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-logo {
  left: 20px;
  position: absolute;
  top: 20px;
}

.header-navbar.mobile-menu .site-navbar.menu-on .submenu li a {
  color: #fff;
}

.header-navbar.mobile-menu .site-navbar.menu-on .submenu li a:hover {
  border-color: transparent;
}

/*---------------------
Header menu contact
---------------------*/
.header-search {
  font-size: 14px;
}

.header-search a {
  color: #647589;
}

.header-search a:hover {
  color: var(--theme-primary-color);
}

.header-socials {
  font-size: 14px;
}

.header-socials a {
  margin-left: 5px;
  color: #647589;
}

.header-socials a:hover {
  color: var(--theme-primary-color);
}

/*-------------------------------
Menu center bottom
-----------------------------*/
.header-style-2 .header-mid {
  padding-bottom: 30px;
}

.menu-center {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 70px;
}

.menu-center .primary-menu {
  justify-content: center;
}

.menu-center.style-1 .primary-menu li:hover > .submenu a:before {
  display: none;
}

.menu-center.style-1 .primary-menu li:hover > .submenu a:hover {
  color: #000;
}

.menu-center.style-1 .primary-menu a {
  position: relative;
  padding-top: 30px;
}

.menu-center.style-1 .primary-menu a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  background: #f41f1c;
  width: 100%;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
}

.menu-center.style-1 .primary-menu a:hover:before {
  opacity: 1;
  visibility: visible;
}

/*----------------------
Menu top
---------------------*/
.bg-color1 {
  background: #F7EEE9;
}

.menu-top {
  margin-bottom: 50px;
  padding: 12px 0px;
}

.menu-top .header-socials a {
  color: #000;
}

.menu-top .header-socials a:hover {
  color: var(--theme-primary-color);
}

.menu-top .header-search a:hover {
  color: #fff;
  background: #000;
}

.header-topbar {
  background: #031F42;
  padding: 5px 0px;
}

.border-top-bottom {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.header-contact a {
  color: #fff;
}

.header-cart a {
  color: #000;
}

.header-cart a i {
  margin-right: 5px;
}

.topbar-style-1 .header-socials a {
  color: #fff;
  margin-left: 15px;
}

.topbar-style-1 .header-socials a:hover {
  color: var(--theme-primary-color);
}

.bg-icon a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  background: #FF5369;
  color: #fff;
}

.bg-icon a:hover {
  background: #f3f3f3;
  color: var(--theme-primary-color);
}

.header-info-style1 .header-cart a, .header-info-style1 .header-search a {
  color: #444;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 100%;
  border: 1px solid var(--theme-fourth-color);
  font-size: 13px;
}

.header-info-style1 .header-cart a:hover, .header-info-style1 .header-search a:hover {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.header-navbar {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 6px 15px 0px;
  padding: 15px 0px;
}

.header-btn {
  margin-left: 40px;
}

.header-btn .login {
  color: #000;
  margin-right: 15px;
}

.header-btn .login:hover {
  color: var(--theme-primary-color);
}

.header-navbar.mobile-menu .site-navbar.menu-on .submenu li a:hover {
  color: #fff;
}

.offcanvas-icon .nav-toggler {
  background: #000;
  color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.offcanvas-icon .nav-toggler:hover {
  background: var(--theme-primary-color);
}

.menu_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 16px 32px 0px rgba(196, 203, 255, 0.3);
}

.header-category-menu li.has-submenu {
  position: relative;
}

.header-category-menu li.has-submenu a {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  text-transform: capitalize;
  font-family: var(--theme-heading-font);
}

.header-category-menu li.has-submenu .submenu a {
  padding: 10px 20px;
  display: block;
  color: #000;
  opacity: .6;
}

.header-category-menu li.has-submenu .submenu a:hover {
  opacity: 1;
  color: var(--theme-primary-color);
}

.header-style-1 .header-navbar {
  padding: 25px 0px;
}

.topbar-style-2 {
  padding: 10px 0px;
}

.topbar-style-2 .header-btn {
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 15px;
}

.topbar-style-2 .header-btn a {
  color: #fff;
}

.topbar-style-2 .header-btn i {
  margin-right: 10px;
  color: var(--theme-secondary-color);
}

.topbar-style-2 .header-socials a:hover {
  color: #fff;
}

.header-contact ul li {
  margin-right: 25px !important;
  color: #fff;
  opacity: .9;
  transition: all .4s;
  font-size: 15px;
}

.header-contact ul li:hover {
  opacity: 1;
}

.header-style-1 {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-style-1 .header-navbar .primary-menu li a {
  color: #fff;
  line-height: 1.4;
}

.header-style-1 .header-navbar .primary-menu li a:hover {
  color: var(--theme-primary-color);
}

.header-style-1 .header-navbar.menu_fixed {
  background: #000;
  box-shadow: none;
}

.header-style-3 .header-socials {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.header-style-3 .header-navbar {
  padding: 30px 0px;
}

.header-style-2 .header-navbar {
  padding: 20px 0px;
}

.header-style {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
}

.header-style .header-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 30px 0px;
}

.header-socials-2 a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
}

.header-socials-2 a:hover {
  border-color: #113072;
  background: #113072;
  color: #fff;
}

.topbar-style-3 {
  background: var(--theme-primary-color);
  padding: 5px 0px;
}

.topbar-style-3 .header-info {
  color: #fff;
  font-family: var(--theme-primary-font);
}

.topbar-style-3 .header-socials a {
  color: #fff;
}

.header-style-4 .site-logo h2 {
  color: #fff;
}

.header-style-4 .header-navbar .primary-menu li a {
  color: #fff;
}

.header-style-4 .header-navbar .primary-menu li .menu-trigger {
  color: #fff;
}

.header-style-4 {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
}

.header-style-4 .header-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 30px 0px;
}

.header-style-4 .header-navbar.menu_fixed {
  background: #000;
  box-shadow: none;
}

.header-style-4 .header-navbar .primary-menu li a {
  color: #fff;
  line-height: 1.4;
}

/*--------------------------
Banner-1
----------------------------*/
.banner-padding {
  padding: 120px 0px;
}

.banner-style-1 {
  position: relative;
  z-index: 1;
  background: #111;
  padding-top: 200px;
}

.banner-style-1:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: url("../images/banner/hero-overlay.png") no-repeat center center;
  background-size: cover;
  opacity: .6;
  z-index: -1;
}

.banner-style-1 .banner-content .subheading {
  color: #fff;
  text-decoration: underline;
  display: block;
  margin-bottom: 15px;
}

.banner-style-1 .banner-content h1 {
  font-size: 68px;
  line-height: 72px;
  margin-bottom: 15px;
  color: #fff;
  font-family: var(--theme-heading-font);
}

.banner-style-1 .banner-content span.lead {
  font-family: var(--theme-heading-font);
  color: #fff;
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 30px;
}

.banner-style-1 .banner-content p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  opacity: .8;
  margin-bottom: 40px;
  max-width: 80%;
}

.banner-style-1 .banner-content .btn-video {
  color: #fff;
}

.banner-style-1 .banner-content .btn-video i {
  margin-right: 10px;
  color: var(--theme-primary-color);
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-primary-color);
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
}

.banner-style-2 {
  background: rgba(217, 160, 148, 0.6);
  padding: 140px 0px 240px;
  background-color: transparent;
  background: url("../images/banner/bg-2.jpg") fixed no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.banner-style-2:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  z-index: -1;
}

.banner-style-2 .banner-content {
  text-align: center;
}

.banner-style-2 .subheading {
  font-family: var(--theme-heading-font);
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
}

.banner-style-2 h1 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 40px;
  color: #fff;
}

.banner-style-2 .btn-main-outline {
  color: #fff;
}

.banner-style-3 .banner-content span.lead {
  font-family: var(--theme-heading-font);
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #000;
  margin-bottom: 15px;
}

.banner-style-3 .banner-content h1 {
  font-size: 45px;
  line-height: 60px;
}

.banner-style-3 .banner-content ul {
  margin-bottom: 40px;
}

.banner-style-3 .banner-content ul li {
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.banner-style-3 .banner-content ul li:last-child {
  margin-bottom: 0px;
}

.banner-style-3 .banner-content p {
  max-width: 90%;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  color: #777;
}

.banner-style-3 .banner-content p:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 4px;
  height: 100%;
  background: #000;
}

.banner-style-3 .banner-content .btn-video {
  transition: all .4s ease;
  color: #000;
}

.banner-style-3 .banner-content .btn-video i {
  margin-right: 10px;
  color: var(--theme-primary-color);
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-primary-color);
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  transition: all .4s ease;
}

.banner-style-3 .banner-content .btn-video:hover {
  color: var(--theme-primary-color);
}

.banner-style-3 .banner-content .btn-video:hover i {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.banner-style-3 .banner-img {
  position: relative;
  z-index: 1;
}



/*-------------------
Banner style4
----------------------*/
.banner-style-4 {
  position: relative;
  padding-bottom: 230px;
  background: url("../images/banner/hero-bg.png") 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%);
}

.banner-style-4:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-86deg, #7121ff 0%, #21d4fd 100%);
  background-size: 150% 100%;
  z-index: -1;
  opacity: .8;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%);
}

.banner-form {
  position: relative;
  margin-bottom: 20px;
}

.banner-form .form-control {
  background: #fff;
  height: 70px;
  box-shadow: 0 0 30px rgba(29, 23, 77, 0.06);
}

.banner-form .form-control:focus {
  border-color: var(--theme-primary-color);
}

.banner-form .btn {
  position: absolute;
  top: 7px;
  right: 8px;
}

/*-------------------
Banner style6
----------------------*/
.banner-style-5 {
  background: #f8f8f8;
  background: url("../images/banner/banner-1.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 160px;
}

.banner-style-5:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: var(--theme-secondary-color);
  opacity: .95;
  z-index: -1;
}

.banner-style-5 .banner-content {
  padding-bottom: 80px;
}

.banner-style-5 .banner-content h1 {
  font-size: 45px;
  line-height: 70px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}

.banner-style-5 .banner-content p {
  color: #fff;
  margin-bottom: 35px;
}

.banner-style-5 .banner-content .subheading {
  color: #fff;
  margin-bottom: 20px;
}

.banner-style-5 .banner-img-round {
  margin-bottom: -100px;
}

/*-------------------
Banner style7
-------------------------*/
.banner-style-7 {
  padding: 80px 0px;
  background: rgba(73, 1, 180, 0.05);
}

.banner-style-7 .banner-content h1 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 65px;
  line-height: 75px;
}

.banner-style-7 .banner-content .subheading {
  margin-bottom: 15px;
}

.banner-style-7 .banner-content .about-features li i {
  background: #fff;
}

/*---------------------
Feature intro
----------------------*/
.feature-item {
  transition: all .4s ease;
}

.feature-item .feature-text {
  overflow: hidden;
}

.feature-item .feature-text h4 {
  margin-bottom: 10px;
  font-family: var(--theme-secondary-font);
}

.feature-item .feature-text p {
  margin-bottom: 0px;
}

.feature-style-left .feature-icon {
  margin-right: 30px;
  float: left;
  overflow: hidden;
}

.feature-style-left .feature-icon i {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
}

.feature-style-top .feature-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-size: 20px;
  background: var(--theme-primary-color);
  border-radius: 100%;
  margin-bottom: 30px;
  position: relative;
}

.feature-style-top .feature-icon:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -8px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 100%;
  z-index: -1;
}

.feature-style-top .feature-text h4 {
  color: #fff;
  margin-bottom: 20px;
}

.feature-style-top .feature-text p {
  color: #fff;
  opacity: .8;
}

.icon-bg-1 {
  background: #2878EB !important;
}

.icon-bg-2 {
  background: #F14D5D !important;
}

.icon-bg-3 {
  background: #4D41E1 !important;
}

.icon-bg-4 {
  background: #FF00FF !important;
}

.features-inner {
  padding: 90px 0px;
  margin: 0 auto;
}

.features {
  position: relative;
}

.features:after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #16171B;
  width: 80%;
  height: 100%;
  margin: auto;
  z-index: -1;
  border-radius: 10px;
}

/*--------------------------
Subscribe Form
----------------------*/
.subscribe-form {
  position: relative;
  margin-bottom: 20px;
}

.subscribe-form .form-control {
  background: #fff;
  height: 70px;
  box-shadow: 0 0 30px rgba(29, 23, 77, 0.06);
  border-radius: 0px;
}

.subscribe-form .form-control:focus {
  border-color: var(--theme-primary-color);
}

.subscribe-form .btn {
  position: absolute;
  top: 9px;
  right: 8px;
}

/*--------------------------
Counter
----------------------*/
.count-item {
  margin-bottom: 50px;
}

.count-item h4 {
  font-size: 40px;
  margin-bottom: 15px;
}

.count-item p {
  text-transform: capitalize;
  line-height: 28px;
}

.about-img {
  position: relative;
}

.about-img img {
  border-radius: 5px;
  width: 100%;
}

.rating {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
  background: var(--theme-primary-color);
  padding: 20px 20px 30px;
  border-radius: 5px;
  width: 70%;
}

.rating h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}

.rating h2 span {
  font-size: 20px;
}

.rating p {
  margin-bottom: 0px;
  color: #fff;
}

.about-content2 .count-item h4 {
  margin-bottom: 0px;
  font-size: 60px;
}

.about-content2 .count-item p {
  text-transform: uppercase;
  font-size: 14px;
  color: #aab0bc;
  font-weight: 700;
}

/*------------------------
Chapters Section
------------------------*/
.chapter-item {
  margin-bottom: 40px;
}

.chapter-item h4 {
  text-transform: capitalize;
  font-family: var(--theme-secondary-font);
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.chapter-item h4 i {
  margin-right: 20px;
  color: var(--theme-primary-color);
}

.chapter-item p {
  font-size: 20px;
  line-height: 35px;
  color: #252525;
  max-width: 80%;
}

.benefits {
  background: #141516;
}

.benefits .section-heading h2 {
  color: #fff;
  font-size: 50px;
}

.benefits .section-heading p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  opacity: .7;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.benefit-item {
  margin-bottom: 40px;
}

.benefit-item h4 {
  text-transform: capitalize;
  font-family: var(--theme-secondary-font);
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
}

.benefit-item p {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  max-width: 80%;
  opacity: .7;
  text-transform: capitalize;
}

.benefit-item-2 {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: all .4s ease;
}

.benefit-item-2 h4 {
  text-transform: capitalize;
  font-family: var(--theme-secondary-font);
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
}

.benefit-item-2 h4 span {
  font-size: 40px;
  margin-right: 30px;
  font-weight: 400;
}

.benefit-item-2:hover {
  padding-left: 20px;
  cursor: pointer;
}

.benefits-list p {
  color: #fff;
}

.benefits-list a {
  margin-left: 5px;
  text-decoration: underline;
}

/*------------------------
CTA
---------------------------*/
.cta-inner-section {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(29, 23, 77, 0.06);
  background: url("../images/banner/hero-bg.png") 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 80px;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.cta-inner-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: rgba(1, 90, 189, 0.75);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta-inner-section .subtitle {
  color: #fff;
}

.cta-inner-section h2 {
  color: #fff;
}

/*----------------------
Testiomonial
------------------------*/
.testimonial {
  position: relative;
  z-index: 1;
  background: #F6F6F8;
}

.testimonial-item {
  padding: 10px;
}

.testimonial-inner {
  padding: 2rem 2rem;
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
  background: #fff;
  border-radius: .4rem;
  position: relative;
}

.testimonial-inner .quote-icon {
  font-size: 60px;
  right: 20px;
  top: 20px;
  color: var(--theme-secondary-color);
  opacity: .5;
}

.testimonial-inner .client-img {
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.testimonial-inner .testimonial-author h4 {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 18px;
  color: #343f52;
}

.testimonial-inner .meta {
  text-transform: uppercase;
  letter-spacing: .02rem;
  font-size: .7rem;
  font-weight: 600;
  color: #aab0bc;
}

.testimonial-inner .testimonial-text {
  margin-top: 10px;
  color: #000;
}

.testimonial-inner .testimonial-text h5 {
  margin-bottom: 10px;
}

/*------------------------
Clients logo Section
------------------------*/
.clients-section {
  border-top: 1px solid #e1e5ea;
  border-bottom: 1px solid #e1e5ea;
}

.client-logo {
  text-align: center;
  background: #fff;
  border-right: 1px solid #e1e5ea;
  padding: 20px;
}

/*------------------------
Author Section
------------------------*/
.author-social-links a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 100%;
  color: #fff;
  margin-right: 5px;
}

.author-social-links a:hover {
  color: #fff;
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}

.author {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.author-image img {
  width: 100%;
  border-left: 5px solid #ddd;
}

.author-text {
  background: url(../images/bg/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 85px 60px;
  z-index: 1;
  margin-top: 40px;
  margin-left: -20px;
}

.author-text:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: .9;
}

.author-text h3 {
  color: #fff;
}

.author-text p {
  margin-bottom: 40px;
  color: #fff;
}

.author-2 {
  position: relative;
  z-index: 1;
}

.author-2:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  background: #000;
  width: 80%;
  height: 80%;
  z-index: -1;
}

.author-content .sub-title {
  font-style: italic;
  color: #FFF;
  margin-bottom: 20px;
}

.author-content h3 {
  color: #fff;
}

.author-content p {
  margin-bottom: 40px;
  color: #fff;
}

.author-content .author-social-links a {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.author-img img {
  width: 100%;
  border: 10px solid #fff;
  border-bottom: 0px;
}

.about {
  position: relative;
  z-index: 2;
}

/*------------------------
Pricing Section
------------------------*/
.pricing-item {
  background: transparent;
  padding: 40px;
  transition: all .4s ease;
  border: 2px solid #F6F6F8;
}

.pricing-item .btn {
  margin-bottom: 15px;
  width: 100%;
}

.pricing-item.featured {
  background: #F6F6F8;
  border-color: #F6F6F8;
}

.pricing-item:hover {
  background: #F6F6F8;
  border-color: #F6F6F8;
}

.pricing-header {
  margin-bottom: 10px;
}

.pricing-header .badge {
  padding: 5px 10px;
  background: #000;
  color: #fff;
}

.price {
  margin-bottom: 20px;
}

.price h2 {
  font-size: 60px;
}

.price span {
  font-style: italic;
  color: var(--theme-secondary-color);
}

.pricing-features {
  margin-bottom: 30px;
}

.pricing-features li {
  margin-bottom: 10px;
}

.pricing-features li i {
  margin-right: 10px;
}

/*------------------------
FAQ Section
------------------------*/
.faq-single {
  margin-bottom: 35px;
}

.faq-single h4 {
  margin-bottom: 15px;
  text-transform: capitalize;
}

/*------------------------
CTA-2 Section
------------------------*/
.cta-2 {
  background: url(../images/bg/cta-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 60px 0px 60px;
  z-index: 1;
}

.cta-2:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--theme-primary-color);
  opacity: .9;
}

.cta-2 h2 {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
}

.cta-2 p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
}

.cta-2 .btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/*------------------------
Video Section
------------------------*/
.video-warpper {
  background: url(../images/banner/hero-overlay.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.video-warpper:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #120F2D;
  opacity: .8;
}

.video-warpper h2 {
  color: #fff;
}

.video-section {
  background: url(../images/bg/cta-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding: 200px 0px;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: -120px;
}

.video-section:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #120F2D;
  opacity: .6;
}

.video-section .video-content {
  text-align: center;
}

.video-section .video-content .video-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: var(--theme-primary-color);
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 105px;
  box-shadow: 0px 7px 21px 0px rgba(0, 0, 0, 0.12);
}

.video-section .video-content .video-icon:hover {
  background: var(--theme-secondary-color);
  color: #fff;
}

.video-section .video-content h2 {
  color: #fff;
  margin-top: 40px;
}

/*----------------------
Testimonial 2 Style 
------------------------*/
.testimonials-slides-5 .testimonial-inner {
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.testimonials-slides-5 .testimonial-inner .client-img {
  margin: 0 auto 26px;
}

.testimonials-slides-5 .testimonial-inner .testimonial-text {
  font-size: 20px;
  line-height: 40px;
}

.testimonials-slides-5 .testimonial-inner h3 {
  margin-bottom: 20px;
}

/*----------------------
Service item
------------------------*/
.service-intro {
  margin-top: -120px;
}

.service-item {
  background: #fff;
  padding: 60px 30px 40px 30px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  transition: all .3s linear;
  z-index: 1;
  overflow: hidden;
}

.service-item h4, .service-item p {
  transition: all .3s linear;
}

.service-item h4 {
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 20px;
}

.service-item p {
  margin-bottom: 0px;
}

.service-item .service-icon {
  position: relative;
}

.service-item .service-icon i {
  font-size: 60px;
  color: var(--theme-primary-color);
  transition: all .3s linear;
}

.service-item a {
  opacity: .5;
}

.service-item:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  background: var(--theme-primary-color);
  width: 100%;
  height: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all .3s linear;
}

.service-item .number {
  position: absolute;
  right: 20px;
  top: 10px;
  font-weight: 700;
  color: #150A29;
  opacity: .2;
  transition: all .3s linear;
  font-size: 22px;
}

.service-item:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.service-item:hover h4, .service-item:hover p {
  color: #fff;
}

.service-item:hover .service-icon i {
  color: #fff;
}

.service-item:hover a {
  color: #fff;
  opacity: 1;
}

.service-item:hover .number {
  color: #fff;
}

.learn-more {
  color: #14133b;
  font-weight: 600;
}

.learn-more i {
  margin-left: 10px;
}

.heading .subheading {
  display: inline-block;
  margin-bottom: 15px;
}

.about-content h2 {
  margin-bottom: 20px;
}

.count-div {
  border-right: 1px solid #ddd;
}

.count-div h4 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -1px;
}

.count-div p {
  text-transform: capitalize;
  margin-bottom: 0px;
}

.feature-style-2 {
  padding: 25px 35px;
  transition: all .4s;
  border: 1px solid #F6F5FA;
  margin-bottom: 30px;
  background: #F6F5FA;
}

.feature-style-2 i {
  margin-right: 30px;
  font-size: 30px;
  color: var(--theme-secondary-color);
  float: left;
  transition: all .4s;
}

.feature-style-2 h4 {
  overflow: hidden;
  font-size: 20px;
  transition: all .4s;
}

.feature-style-2:hover {
  background: var(--theme-primary-color);
}

.feature-style-2:hover h4 {
  color: #fff;
}

.feature-style-2:hover i {
  color: #fff;
}

.cta-4 {
  background: url("../images/bg/hero_area_image.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.cta-4.cta-bg-2:before {
  background: var(--theme-primary-color);
}

.cta-4.cta-bg-2 .btn-white {
  color: var(--theme-primary-color);
}

.cta-4.cta-bg-2 .btn-white:hover {
  background: #000;
  color: #fff;
}

.cta-4.cta-bg-2 .btn-black:hover {
  background: #fff;
  color: var(--theme-primary-color);
}

.cta-4:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: var(--theme-secondary-color);
  opacity: .95;
  z-index: -1;
}

.cta-4 .cta-content h2 {
  color: #fff;
}

.cta-4 .subheading {
  color: #e5e5e5;
}

.cta-4 .sub-style-2 {
  border-color: rgba(255, 255, 255, 0.06);
}

.cta-4 .download-btn p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}

.cta-4 .btn-black:hover {
  background: #fff;
  color: var(--theme-primary-color);
}

.author-socials {
  padding: 10px 40px;
  background: #fff;
  background: var(--theme-primary-color);
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 47px;
}

.author-socials span {
  color: #fff;
  font-family: var(--theme-primary-font);
  font-weight: 600;
}

.author-socials a {
  margin: 0px 7px;
  color: #fff;
  font-size: 14px;
  opacity: .9;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: inline-block;
}

.about-features {
  margin: 40px 0px 60px;
}

.about-features li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.about-features li i {
  position: absolute;
  left: 0px;
  width: 30px;
  height: 30px;
  background: #ddd;
  text-align: center;
  color: #000;
  line-height: 30px;
  border-radius: 100%;
  top: 0px;
}

.testimonials-slides-5 .client-img {
  width: 90px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.pricing-style-2 {
  padding: 40px;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all .4s ease;
  background: #F6F5FA;
}

.pricing-style-2 .badge {
  color: #555;
  margin-bottom: 15px;
  background: #ddd;
  transition: all .4s ease;
}

.pricing-style-2 .price {
  margin-bottom: 30px;
}

.pricing-style-2 .price h2 {
  margin-bottom: 20px;
  font-size: 50px;
}

.pricing-style-2 .price .currency {
  font-size: 16px;
  font-family: var(--theme-secondary-font);
  font-style: normal;
  margin-right: 5px;
}

.pricing-style-2 .price small {
  font-size: 14px;
}

.pricing-style-2 .pricing-features {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.pricing-style-2 .pricing-features li {
  color: #000;
  text-transform: capitalize;
}

.pricing-style-2 .pricing-features li i {
  margin-right: 10px;
}

.pricing-style-2 .pricing-features li:not(:last-child) {
  margin-bottom: 10px;
}

.pricing-style-2 .pricing-features .not-included {
  color: #888;
  text-decoration: line-through;
}

.pricing-style-2 .btn {
  width: 100%;
}

.pricing-style-2:hover {
  background: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
}

.pricing-style-2:hover .badge {
  background: var(--theme-primary-color);
  color: #fff;
}

/*-----------------
Counter section
---------------------*/
.counter-section {
  padding: 60px 0px;
  background: url("../images/bg/footer-bg.png");
  background-size: cover;
}

.counter-item i {
  font-size: 30px;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
  color: #fff;
}

.counter-item .count {
  overflow: hidden;
  color: #fff;
  font-size: 70px;
  font-family: var(--theme-primary-font);
}

.counter-item .counter {
  font-size: 70px;
  color: #fff;
}

.counter-item p {
  color: #fff;
  margin-bottom: 0px;
}

/*-----------------------
Feature box
-----------------------*/
.feature-intro {
  transition: all .4s;
  padding: 30px;
  border-radius: 3px;
}

.feature-intro:hover {
  background: rgba(180, 1, 1, 0.05);
}

.feature-intro:hover i {
  background: var(--theme-primary-color);
  color: #fff;
  border-color: var(--theme-primary-color);
}

.feature-intro i {
  margin-bottom: 20px;
  font-size: 30px;
  padding: 20px;
  border-radius: 100%;
  float: left;
  margin-right: 40px;
  background: rgba(180, 1, 1, 0.05);
  transition: all .4s;
  color: #000;
}

.feature-intro h4 {
  margin-bottom: 20px;
}

.feature-intro p {
  margin-bottom: 0px;
}

.feature-intro .feature-text {
  overflow: hidden;
}

/*---------------------
CTA Section
-----------------------*/
.cta-6 {
  padding: 80px 80px;
  margin: 0px 50px;
  border-radius: 5px;
  background: url("../images/bg/cta-bg.jpg") fixed 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cta-6:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .9;
  z-index: -1;
}

.cta-6 .cta-content h2 {
  color: #fff;
  margin: 20px 0px 40px;
}

.cta-6 .subheading {
  color: #e5e5e5;
}

.subcribe-form .form-control {
  height: 60px;
  border-radius: 0px;
}

/*---------------------
About Section
-----------------------*/
.about-wrapper {
  position: relative;
}

.about-wrapper:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #F9F9F9;
  background-image: linear-gradient(-86deg, #7121ff 0%, #21d4fd 100%);
  background-size: 150% 100%;
  opacity: .5;
  width: 47%;
  height: 100%;
  border-radius: 0px 100px 100px 0px;
  z-index: -1;
}

/*------------------------
Gallery
--------------------------*/
.gallery {
  background: #000;
}

.gallery .heading .subheading {
  color: #fff;
}

.gallery .heading h2 {
  color: #fff;
}

.gallery-screenshot .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.gallery-screenshot button.owl-dot {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0px 5px;
  border-radius: 100%;
  opacity: .6;
}

.gallery-screenshot .owl-dot.active {
  opacity: 1;
  background: var(--theme-primary-color);
}

.about-dark-bg:before {
  background: var(--theme-secondary-color);
}

/*-----------------
Intro Feature section
---------------------*/
.intro-section .intro-box h4 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

/* ====================
Footer Section
======================*/
.footer {
  padding: 130px 0px 40px;
  position: relative;
  background: #000000;
}

.footer .footer-widget .widget-title {
  font-family: var(--theme-secondary-font);
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 25px;
  opacity: .8;
}

.footer .footer-widget h3 {
  color: #fff;
  font-family: var(--theme-secondary-font);
}

.footer .footer-widget h3 a {
  text-decoration: underline;
}

.footer .footer-widget h2 {
  color: #fff;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-socials a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}

.footer .footer-socials a:hover {
  color: var(--theme-primary-color);
}

.footer-mid {
  padding-bottom: 80px;
}

.footer-btm {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-logo {
  margin-right: 20px;
}

.footer-btm-links a {
  color: #fff;
  opacity: .8;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 20px;
}

.footer-btm-links a:hover {
  color: var(--theme-primary-color);
  opacity: 1;
}

.copyright {
  color: #fff;
}

.copyright a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.copyright a:hover {
  color: var(--theme-primary-color);
}

/*----------------------
Fixed top top bottom
--------------------*/
.fixed-btm-top a {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  text-align: center;
  padding-top: 10px;
  width: 50px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.fixed-btm-top a:hover {
  background: var(--theme-primary-color);
  color: #fff;
}

.fixed-btm-top.reveal a {
  opacity: 1;
  visibility: visible;
}

/* ====================
Footer Section
======================*/
.footer {
  padding: 130px 0px 40px;
  position: relative;
  background: #000000;
}

.footer .footer-widget .widget-title {
  font-family: var(--theme-secondary-font);
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 25px;
  opacity: .8;
}

.footer .footer-widget h3 {
  color: #fff;
  font-family: var(--theme-secondary-font);
}

.footer .footer-widget h3 a {
  text-decoration: underline;
}

.footer .footer-widget h2 {
  color: #fff;
}

.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-socials a {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}

.footer .footer-socials a:hover {
  color: var(--theme-primary-color);
}

.footer-mid {
  padding-bottom: 80px;
}

.footer-btm {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-logo {
  margin-right: 20px;
}

.footer-btm-links a {
  color: #fff;
  opacity: .8;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 20px;
}

.footer-btm-links a:hover {
  color: var(--theme-primary-color);
  opacity: 1;
}

.copyright {
  color: #fff;
}

.copyright a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.copyright a:hover {
  color: var(--theme-primary-color);
}

/*----------------------
Fixed top top bottom
--------------------*/
.fixed-btm-top a {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  text-align: center;
  padding-top: 10px;
  width: 50px;
  background: #000;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.fixed-btm-top a:hover {
  background: var(--theme-primary-color);
  color: #fff;
}

.fixed-btm-top.reveal a {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=maps/style.css.map */



/*  Page Banner styles */

.page-banner{
  background: #F7F9FC;
}

.page-banner-content h1{
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 1.2;
}
.page-banner-content p{
  font-size: 22px;
  line-height: 34px;
}

.no-shadow{
  box-shadow:none;
}

.border-btm-1{
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* COntact Page */

.contact-info-wrapper {
	background: #fff;
	padding: 60px;
	box-shadow: 0 14px 59px rgba(0, 0, 0, 0.06);
  margin-right: 40px;
}

.contact-info-wrapper .contact-item {
	padding: 15px 0px;
	border-bottom: 1px solid #eee;
	display: flex;
}

.contact-info-wrapper h3 {
	text-transform: capitalize;
	margin-bottom: 20px;
}

.contact-info-wrapper .contact-item h5 {
	font-weight: 400;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
}

.contact-info-wrapper .contact-item i {
	margin-right: 15px;
	color: #333;
	margin-top: 5px;
}

.contact-info-wrapper .contact-item:last-child {
	padding-bottom: 0px;
	border: 0px;
}

/* COntact Form */

.contact__form label{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  letter-spacing: .5px;
}


/*  Blog posts section */

.blog-post .post-thumb{
  border-radius: 5px;
  overflow: hidden;
}
.blog-post h3{
  font-size: 24px;
  line-height: 1.4;
}



.post-meta {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.post-meta div{
  margin-right: 20px;
}
.post-meta div:last-child{
  margin-right: 0px;
}

.post-meta span i{
  margin-right: 7px;
}


.meta-category{
  padding: 5px 15px;
  border-radius: 35px;
  display: inline-block;
  background: #ddd;
  background: var(--theme-secondary-color);
}
.meta-category a{
  color: #fff;
}

.blog-post .post-meta span{
  color:#8492A7;
}

.border-top-1{
  border-top: 1px solid rgba(0,0,0,0.05);
}
.amazon-btn {
  display: inline-block;
  background-color: #000000; /* Amazon's orange color */
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.amazon-btn:hover {
  background-color: #fff306; /* Darken on hover */
  text-decoration: none;
}

.amazon-btn i {
  margin-right: 8px;
  font-size: 20px; /* Icon size */
  vertical-align: middle;
}


.email-signup-form {
    max-width: 500px;
    margin: 0 auto;
}

.email-signup-form .form-label {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.email-signup-form input[type="email"] {
    border-radius: 30px 0 0 30px; /* Rounded corners on the input */
}

.email-signup-form .btn {
    background-color: #3201ae; /* Your brand color */
    border-radius: 0 30px 30px 0; /* Rounded corners on the button */
}

.email-signup-form .btn:hover {
    background-color: #3201ae; /* Slightly darker on hover */
}
.founders-carousel {
  padding: 60px 0;
}

.founder-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin: 15px;
  transition: all 0.3s ease;
  min-height: 400px; /* Changed from fixed height to min-height */
}

.founder-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.founder-image {
  height: 400px; /* Match card height */
  position: relative;
  overflow: hidden;
  background: #f8f9fa;
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center; /* Focus on face for portrait photos */
}

.founder-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px !important;
  background: linear-gradient(to right, rgba(255,255,255,0.95), #fff);
}

.founder-content h4 {
  color: #6e4f95;
}

.founder-content h5 {
  color: #333;
  font-size: 1.1rem;
}

.founder-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* Show maximum 6 lines */
  -webkit-box-orient: vertical;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .founder-card {
      height: auto;
  }
  
  .founder-image {
      height: 300px;
  }
  
  .founder-content {
      background: #fff;
  }
  
  .founder-content p {
      -webkit-line-clamp: 8; /* Show more lines on mobile */
  }
}

/* Add these styles after your existing CSS */

/* Custom Form Styles */
.btn.disabled {
    opacity: 0.65;
    pointer-events: none;
}

/* Phone Input Styling */
.iti {
    width: 100%;
}

.iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
    }
}

/* Schedule Button Styles */
.btn-outline-primary {
    color: #6e4f95;
    border-color: #928099;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #6e4f95;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,66,255,0.2);
}

/* Floating Schedule Button */
@media (max-width: 768px) {
    .floating-schedule {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
        background: #6e4f95;
        color: white;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .floating-schedule i {
        font-size: 24px;
    }
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
}

.modal-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.form-control:focus, 
.input-group-text {
    box-shadow: none;
}

.form-control::placeholder {
    color: #a0a0a0;
    font-size: 0.9rem;
}

.input-group-text {
    padding-left: 1rem;
    padding-right: 0.5rem;
}

.btn-primary {
    background-color: #6e4f95;
    border-color: #6e4f95;
}

.btn-primary:hover {
    background-color: #0037d5;
    border-color: #0037d5;
}

.text-primary {
    color: #6e4f95 !important;
}

.bg-primary {
    background-color: #6e4f95 !important;
}

.iti__flag-container {
    background-color: #f8f9fa;
    border-radius: 5px 0 0 5px;
}

/* Logo Size */
.site-logo img {
    max-width: 180px;
}

/* Author Cards Styling */
.author-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    min-height: 400px;
}

.author-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.author-image {
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.author-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px !important;
    background: linear-gradient(to right, rgba(255,255,255,0.95), #fff);
}

.author-content h4 {
    color: #6e4f95;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.author-content .text-muted {
    font-size: 1.1rem;
    font-weight: 500;
}

.author-content p {
    font-size: 1rem;
    line-height: 1.7;
}

.author-social {
    margin-top: auto;
}

.author-social .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #6e4f95;
    margin-right: 12px;
    transition: all 0.3s ease;
}

.author-social .social-link:hover {
    background: #6e4f95;
    color: #fff;
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .author-card {
        height: auto;
    }
    
    .author-image {
        height: 300px;
    }
    
    .author-content {
        padding: 25px !important;
    }
    
    .author-content h4 {
        font-size: 1.5rem;
    }
    
    .author-content .text-muted {
        font-size: 1rem;
    }
}

/* Author Card Styling - Refined */
.author-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    min-height: 400px;
    border: 1px solid rgba(0,0,0,0.05);
}

.author-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,66,255,0.1);
}

.author-card .row {
    margin: 0; /* Remove default row margin */
}

.author-card .row > [class*='col-'] {
    padding: 0; /* Remove default column padding */
}

.author-image {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #f8f9fa;
    border-radius: 20px 0 0 20px;
}

.author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
}

.author-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px !important;
    background: linear-gradient(to right, rgba(255,255,255,0.98), #fff);
    border-radius: 0 20px 20px 0;
}

.author-content h4 {
    color: #6e4f95;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.author-content .text-muted {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.author-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 20px;
}

.author-social {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.author-social .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #6e4f95;
    margin-right: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,66,255,0.1);
}

.author-social .social-link:hover {
    background: #6e4f95;
    color: #fff;
    transform: translateY(-2px);
    border-color: #6e4f95;
}

.author-social .social-link i {
    font-size: 1.1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .author-card {
        height: auto;
        border-radius: 15px;
    }
    
    .author-image {
        height: 350px;
        border-radius: 15px 15px 0 0;
    }
    
    .author-content {
        padding: 30px !important;
        border-radius: 0 0 15px 15px;
    }
    
    .author-content h4 {
        font-size: 1.5rem;
    }
    
    .author-content .text-muted {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .author-social {
        padding-top: 15px;
    }

    .author-social .social-link {
        width: 38px;
        height: 38px;
    }
}

/* Testimonial Section Styling */
.testimonials {
    background: linear-gradient(to bottom, #f8f9fa, #fff);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.testimonial-item {
    padding: 15px;
}

.testimonial-content {
    background: #fff;
    padding: 35px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03);
}

.testimonial-content::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 25px;
    font-size: 80px;
    color: #6e4f95;
    font-family: serif;
    opacity: 0.1;
    line-height: 1;
}

.rating {
    color: #ffc107;
    font-size: 14px;
    margin-bottom: 15px;
}

.rating i {
    margin-right: 2px;
}

.quote {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
    font-style: italic;
}

.client-info {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 15px;
    margin-top: 15px;
}

.client-info h5 {
    color: #6e4f95;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 600;
}

.client-info span {
    color: #666;
    font-size: 14px;
}

/* Carousel Navigation - Optimized */
.testimonial-slider {
    position: relative;
    padding: 0;
}

.testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}

.testimonial-slider .owl-nav button {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease;
}

.testimonial-slider .owl-nav button i {
    font-size: 16px;
}

.testimonial-slider .owl-prev {
    left: -5px;
}

.testimonial-slider .owl-next {
    right: -5px;
}

.testimonial-slider .owl-dots {
    margin-top: 20px;
    text-align: center;
}

/* Media Queries */
@media (max-width: 991px) {
    .testimonials {
        padding: 40px 0;
    }

    .testimonial-content {
        padding: 25px 20px;
    }

    .quote {
        font-size: 15px;
        line-height: 1.5;
    }

    .testimonial-slider .owl-nav {
        display: none;
    }

    .testimonial-slider .owl-dots {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .testimonials {
        padding: 30px 0;
    }

    .testimonial-item {
        padding: 10px;
    }

    .testimonial-content {
        padding: 20px 15px;
    }

    .testimonial-content::before {
        font-size: 60px;
        top: -5px;
        left: 15px;
    }

    .quote {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .client-info h5 {
        font-size: 15px;
    }

    .client-info span {
        font-size: 13px;
    }

    .rating {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .testimonial-content {
        padding: 15px;
    }

    .testimonial-content::before {
        display: none;
    }

    .section-heading h2 {
        font-size: 24px;
    }

    .section-heading p {
        font-size: 14px;
    }
}

/* Client Logo Section Styling */
.clients-logo-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .clients-logo-section {
        padding-top: 60px;
    }
}

.client-logo2 {
    text-align: center;
    padding: 20px;
    transition: all 0.3s ease;
}

.client-logo2 img {
    max-width: 140px;
    height: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.client-logo2:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* Client Logo Carousel Styling */
.client-logo-slider {
    padding: 20px 0;
}

.client-logo-slider .owl-nav {
    display: none;
}

.client-logo-slider .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.client-logo-slider .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background: #d4d4d4;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.client-logo-slider .owl-dot.active span {
    background: #6e4f95;
    transform: scale(1.2);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .clients-logo-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .client-logo2 {
        padding: 10px;
    }

    .client-logo2 img {
        max-width: 120px;
    }

    .subheading {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .client-logo2 img {
        max-width: 100px;
    }
}

/* Illustration Section Styling */
.illustration-section {
    background: linear-gradient(to bottom right, #fff5f9, #f8f9fa);
    position: relative;
    overflow: hidden;
}

.illustration-img {
    position: relative;
    padding: 20px;
}

.illustration-img img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.illustration-img:hover img {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(110,79,149,0.1);
}

.sketch-caption {
    position: absolute;
    bottom: 30px;
    right: 40px;
    background: rgba(110,79,149,0.9);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    transform: rotate(-2deg);
}

.illustration-content h2 {
    color: var(--theme-heading-color);
    font-size: 36px;
    line-height: 1.4;
}

.illustration-content .lead {
    color: #6e4f95;
    font-size: 18px;
    line-height: 1.7;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .illustration-content h2 {
        font-size: 32px;
    }
    
    .illustration-content .lead {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .illustration-section {
        padding: 60px 0;
    }

    .illustration-img {
        padding: 10px;
    }

    .sketch-caption {
        bottom: 20px;
        right: 30px;
        padding: 6px 15px;
        font-size: 12px;
    }

    .illustration-content {
        text-align: center;
        padding: 20px;
    }

    .illustration-content h2 {
        font-size: 28px;
    }
}

/* Heart Animation Styles - Faster and More Dynamic */
.heart {
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 15px;
    opacity: 0;
    background: rgba(110,79,149,0.3);
    transform: rotate(45deg) scale(0.5);
    animation: floatingHeart 2.5s ease-in infinite; /* Reduced from 4s to 2.5s */
}

.heart::before,
.heart::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%;
}

.heart::before {
    left: -50%;
}

.heart::after {
    top: -50%;
}

@keyframes floatingHeart {
    0% {
        opacity: 0;
        transform: translateY(0) rotate(45deg) scale(0.5);
    }
    15% { /* Faster initial appearance */
        opacity: 0.9;
    }
    50% {
        opacity: 0.6;
        transform: translateY(-150px) rotate(45deg) scale(1.2); /* Increased height and scale */
    }
    85% {
        opacity: 0.2;
    }
    100% {
        opacity: 0;
        transform: translateY(-250px) rotate(45deg) scale(0.5);
    }
}

/* Enhanced Sketch Caption Badge with CSS Sparkles */
.sketch-caption {
    position: absolute;
    bottom: 30px;
    right: 40px;
    background: rgba(110,79,149,0.95);
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 15px;
    transform: rotate(-2deg);
    box-shadow: 0 5px 20px rgba(110,79,149,0.3);
    border: 2px solid rgba(255,255,255,0.4);
    animation: float 3s ease-in-out infinite;
    backdrop-filter: blur(5px);
}

.sketch-caption span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    letter-spacing: 0.3px;
    position: relative;
}

/* CSS Sparkles */
.sketch-caption span::before,
.sketch-caption span::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.8);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.sketch-caption span::before {
    left: -25px;
    animation: sparkleLeft 2s ease-in-out infinite;
}

.sketch-caption span::after {
    right: -25px;
    animation: sparkleRight 2s ease-in-out infinite;
}

@keyframes sparkleLeft {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2) rotate(-15deg);
        opacity: 1;
    }
}

@keyframes sparkleRight {
    0%, 100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2) rotate(15deg);
        opacity: 1;
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(-2deg) translateY(0);
    }
    50% {
        transform: rotate(-1deg) translateY(-5px);
    }
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .sketch-caption {
        padding: 10px 20px;
        font-size: 13px;
        bottom: 20px;
        right: 25px;
    }

    .sketch-caption span::before,
    .sketch-caption span::after {
        width: 12px;
        height: 12px;
    }

    .sketch-caption span::before {
        left: -20px;
    }

    .sketch-caption span::after {
        right: -20px;
    }
}

/* Enhanced Author Section Styling */
.about-author {
    background: linear-gradient(135deg, #fff5f9 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

/* Sparkle Animation for Author Section */
.author-sparkle {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    animation: authorSparkle 3s ease-in-out infinite;
}

.author-card {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(110,79,149,0.1);
    transition: all 0.5s ease;
    border: 1px solid rgba(110,79,149,0.1);
}

.author-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(110,79,149,0.15);
}

.author-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin: 15px;
}

.author-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    animation: shine 3s infinite;
}

.author-content {
    position: relative;
    padding: 35px !important;
    background: linear-gradient(to right, rgba(255,255,255,0.95), #fff);
}

.author-content::before {
    content: '✨';
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    opacity: 0.5;
    animation: rotateStar 3s ease-in-out infinite;
}

.author-social {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(110,79,149,0.1);
}

.author-social .social-link {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    background: #fff;
    border: 2px solid rgba(110,79,149,0.2);
    box-shadow: 0 5px 15px rgba(110,79,149,0.1);
    transform-origin: center;
    animation: socialFloat 3s ease-in-out infinite;
}

.author-social .social-link:nth-child(2) {
    animation-delay: 0.2s;
}

.author-social .social-link:nth-child(3) {
    animation-delay: 0.4s;
}

/* Animations */
@keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes rotateStar {
    0%, 100% {
        transform: rotate(0deg);
        opacity: 0.5;
    }
    50% {
        transform: rotate(180deg);
        opacity: 1;
    }
}

@keyframes socialFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .author-card {
        margin: 15px;
    }
    
    .author-content {
        padding: 25px !important;
    }
}

@media (max-width: 767px) {
    .about-author {
        padding: 50px 0;
    }
    
    .author-image {
        margin: 10px;
        border-radius: 15px;
    }
    
    .author-content::before {
        font-size: 20px;
        top: 15px;
        right: 15px;
    }
    
    .author-social .social-link {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
}

/* Carousel Navigation Fixes */
.founder-carousel {
    padding: 20px 50px; /* Add padding for nav buttons */
    position: relative;
}

.founder-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    pointer-events: none; /* This allows clicks to pass through to buttons */
}

.founder-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(110,79,149,0.1) !important;
    position: absolute;
    transform: translateY(-50%);
    pointer-events: auto; /* Re-enable clicks for buttons */
    transition: all 0.3s ease;
}

.founder-carousel .owl-nav button:hover {
    background: #6e4f95 !important;
    color: #fff !important;
    transform: translateY(-50%) scale(1.1);
}

.founder-carousel .owl-nav .owl-prev {
    left: 0;
}

.founder-carousel .owl-nav .owl-next {
    right: 0;
}

.founder-carousel .owl-nav button i {
    font-size: 20px;
    color: #6e4f95;
    transition: all 0.3s ease;
}

.founder-carousel .owl-nav button:hover i {
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .founder-carousel {
        padding: 20px 40px;
    }

    .founder-carousel .owl-nav button {
        width: 36px;
        height: 36px;
    }

    .founder-carousel .owl-nav button i {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .founder-carousel {
        padding: 20px 30px;
    }

    .founder-carousel .owl-nav button {
        width: 32px;
        height: 32px;
    }
}

/* Update Sparkle Styling */
.author-sparkle {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    animation: authorSparkle 3s ease-in-out infinite;
}

.author-sparkle::before {
    content: '*';
    font-family: Arial, sans-serif;
    color: rgba(110,79,149,0.4);
}

.author-content::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236e4f95'%3E%3Cpath d='M12 0L9 8L1 12L9 16L12 24L15 16L23 12L15 8L12 0Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5;
    animation: rotateStar 3s ease-in-out infinite;
}

/* Star shape using CSS */
.star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(110,79,149,0.3);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    animation: twinkle 1.5s ease-in-out infinite;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes authorSparkle {
    0%, 100% {
        opacity: 0;
        transform: scale(0.5) rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: scale(1) rotate(180deg);
    }
}

/* Feature Items Styling */
.feature-item {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(73,45,105,0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.feature-icon i {
    color: #fff;
    font-size: 24px;
}

.feature-text {
    flex: 1;
}

.feature-text h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #492d69;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .feature-item {
        padding: 20px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-icon i {
        font-size: 20px;
    }

    .feature-text h4 {
        font-size: 16px;
    }
}

/* Expandable Content Styling */
.expandable-content {
    position: relative;
}

.content-preview {
    display: none; /* Hidden by default on desktop */
    margin-bottom: 10px;
}

.content-full {
    display: block;
}

.read-more-btn {
    display: none; /* Hidden by default on desktop */
    background: none;
    border: none;
    color: #0042ff;
    font-size: 14px;
    padding: 5px 0;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: #492d69;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .content-preview {
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .content-full {
        display: none;
        animation: fadeIn 0.3s ease-in-out;
    }

    .read-more-btn {
        display: inline-block;
    }

    .expandable-content.expanded .content-preview {
        display: none;
    }

    .expandable-content.expanded .content-full {
        display: block;
    }

    .expandable-content.expanded .read-more-btn {
        margin-top: 10px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Desktop Styles */
@media (min-width: 768px) {
    .content-preview {
        display: none; /* Hide preview on desktop */
    }
    
    .content-full {
        display: block; /* Show full content on desktop */
    }
    
    .read-more-btn {
        display: none; /* Hide button on desktop */
    }
}

/* Mobile Styles */
@media (max-width: 767px) {
    .content-preview {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .content-full {
        display: none;
        animation: fadeIn 0.3s ease-in-out;
    }

    .read-more-btn {
        display: inline-block;
        background: none;
        border: none;
        color: #0042ff;
        font-size: 14px;
        padding: 5px 0;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .read-more-btn:hover {
        color: #492d69;
    }

    .expandable-content.expanded .content-preview {
        display: none;
    }

    .expandable-content.expanded .content-full {
        display: block;
    }

    .expandable-content.expanded .read-more-btn {
        margin-top: 10px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}