/*!
Theme Name: seebizBooks
Theme URI: https://them.es/starter
Author: SeeBiz
Author URI: https://seebiz-books.com
Description: Comprehensive Business Solution
Version: 3.6.1
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: seebiz-books
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a {
	text-decoration: none;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Generic Styles */
.primary-color {
    color: #FFE02D !important;
}
.green-color {
    color: #089949 !important;
}
.filled-btn {
    background: #FFE02D;
    border: 1px solid #F5BA31;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 13px;
    border-radius: 8px;
    min-height: 52px;
    min-width: 180px;
	text-align: center;
    line-height: 48px;
    color: #000;
	display: block;
}
.outline-btn {
    background: transparent;
    border: 1px solid #FFFFFF;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 13px;
    border-radius: 8px;
    min-height: 52px;
    min-width: 180px;
	text-align: center;
    line-height: 48px;
    color: #FFFFFF;
	display: block;
}
.green-btn {
    background: #3BB54A;
    border: 1px solid #1170FF;
    color: #fff;
}
.blue-btn {
    background: #1170FF;
    border: 1px solid #1170FF;
    color: #fff;
}

.sticky {
    position: sticky;
    top: 20px;
}
.fs-28 {
    font-size: 28px !important;
}


/* Home page style */
nav#header.bg-light {
    background-color: #ffffff !important;
}
nav.navbar a.nav-link {
    font-family: "Inter", sans-serif;
    font-size: 14px;
	font-weight: 400;
    color: #000;
	padding : 0.5rem 1rem !important;
}

.navbar-nav .dropdown-toggle:after {
    width: 0.5em;
    height: 0.5em;
    border-left: none;
    border-top: none;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(45deg);
}

.hero-section {
	background: #1170FF url(./assets/images/seebiz-books-slider-image.png) no-repeat;
	background-position: top 50px right;
    background-size: contain;
    padding-top: 50px;
    /* height: calc(100vh - 75px); */
}
section.hero-section:after {
    content: '';
    background: url(./assets/images/seebiz-books-slider-overlay-img.png) no-repeat;
}

.hero-content h2 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 50px;
	line-height: 1.1;
    color: #fff;
	margin-bottom: 1rem;
}
.hero-content p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.client-section {
	background: #000000;
	padding: 60px 0;
}




.custom-slick-carousel {
  max-width: 100%;
  margin: 40px auto;
}

.custom-slick-carousel .slide {
  padding: 5px;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  /* transform: scale(0.75); */
}
.slide.slick-slide.slick-active:not(.slick-current) {
    /* width: 175px !important;
    height: 288px; */
    transform: scale(0.95) translateY(10px);
}
/* .slide.slick-slide.slick-active:not(.slick-current) img {
    width: 100%;
    height: 100%;
} */

/* rough style */
.slide.slick-slide:not(.slick-current) {
    width: 170px;
	transform: scale(0.9) translateY(20px);
	transition: all 0.3s ease;
}
.slide.slick-slide {
    height: 380px;
	transition: all 0.3s ease;
}
.slide.slick-slide img {
    width: 100%;
    height: 100%;
  	object-fit: cover;
	transition: all 0.3s ease;
}
.custom-slick-carousel .slick-center {
    width: 466px;
	transition: all 0.3s ease;
}
.slick-slider .slick-arrow {
    background: #006FDA !important;
    border-radius: 4px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
}
.slick-slider .slick-prev {
    left: -40px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.slick-slider .slick-prev:before {
    content: '<';
    font-family: monospace;
    line-height: 8px;
    font-size: 18px;
}
.slick-slider .slick-next {
    right: -40px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.slick-slider .slick-next:before {
    content: '>';
    font-family: monospace;
    line-height: 8px;
    font-size: 18px;
}

.custom-slick-carousel {
    width: 80%;
}

.custom-slick-carousel .slick-center {
  transform: scale(1);
  opacity: 1;
}

.client-footer {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    color: #999898;
}
.client-footer article {
    color: #fff;
    margin-bottom: 30px;
}
.client-footer h5 {
    font-weight: 400;
}
.client-footer a {
    font-size: 15px;
    text-decoration: underline;
    color: #999898;
    margin-top: 30px;
    display: inline-block;
}

section.unlock-sbm {
    padding: 80px 0;
}
.heading-block h3 {
    font-size: 42px;
    font-weight: 700;
    margin-top: 6px;
}
.heading-block small {
    font-size: 14px;
    color: #006FDA;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.content-block {
    border: 2px solid #F6F6F6;
    box-shadow: 0px 0px 31px 0px #00000008;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 30px 30px 20px;
}
.grid-block-wrapper {
    display: grid;
	grid-template-columns: repeat(2, 1fr);
    gap: 10px;
	max-width: 80%;
    margin: 0 0 0 auto;
}
.content-block h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.content-block p {
	font-size: 16px;
    color: #484848;
    font-weight: 400;
}

section.why-seebiz-books {
	padding: 80px 0;
	background: #000000;
}
.content-block-wrapper {
	max-width: 90%;
    margin: 0 auto 0 0;
}
.content-block-wrapper .content-block {
    background: #fff;
	min-height: 399px;
}
.heading-block.light-content small {
	color: #3BB54A;
}
.heading-block.light-content h3,
.heading-block.light-content p {
	color: #ffffff;
}

.cta-plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F6F3EA;
    padding: 10px 35px;
    border: 1px solid #F0EADE;
}
.cta-plan p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
section.pricing-section {
    padding: 80px 0;
    background: #FAF9F5;
}
.pricing-box-wrapper {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.pricing-box-wrapper .pricing-box:nth-child(odd) {
	background: #fff;
}
.pricing-box {
    /* background: #fff; */
    padding: 30px 20px;
    text-align: center;
    font-size: 13px;
    color: #000000;
}
.mini-price {
    font-family: 'Inter';
    font-size: 15px;
    color: rgb(51 51 51 / 40%);
    position: relative;
    border-top: 2px solid rgb(51 51 51 / 50%);
    display: inline-block;
    padding: 5px 0 0px;
}
.actual-price {
    font-family: 'Inter';
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 25px;
}
.actual-price small {
    font-weight: 400;
    font-size: 18px;
    padding-right: 5px;
    color: rgb(51 51 51 / 80%);
}
.pricing-box h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pricing-box p {
    font-size: 13px;
    color: #6B6B6B;
	max-width: 90%;
    margin: 0 auto;
}
a.text-link {
    color: #000000;
    font-size: 14px;
    font-family: Inter;
    font-weight: 700;
    text-decoration: underline;
}
.price-info {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-weight: 600;
    color: #333333;
}

section.key-features {
    padding: 80px 0;
}
.card.cst-card {
    padding: 0 0 0 25px;
    border-radius: unset;
    border-width: 0 0 0 1px;
    border-color: #EFEFEF;
	margin-bottom: 60px;
}
.cst-card .card-image {
    background: #F6F3EA;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 188px;
}
.cst-card .card-title {
    font-size: 20px;
    font-weight: 700;
}
.cst-card .card-body {
    padding: 20px 0 0;
}
.cst-card .card-text {
    font-size: 15px;
    color: #000;
    line-height: 28px;
	    margin-bottom: 50px;
}
.cst-card a.icon-btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    background: #F8F8F8;
    border: 1px solid #000000;
}

.integration-section {
    background: #025ACE;
    padding: 50px 30px;
    border-radius: 16px;
}

.integration-section .heading-block {
    max-width: 640px;
    margin: 0 auto;
}

.heading-block.white-block, 
.heading-block.white-block small {
    color: #fff;
}
.int-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 60px 0;
	position: relative;
}
.int-box-wrapper:before {
    content: '';
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #005BCE 24%, rgba(0, 91, 206, 0) 100%);
}
.int-box-wrapper:after {
    content: '';
    display: inline-block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #005BCE 24%, rgba(0, 91, 206, 0) 100%);
}

.apps-connect {
    padding: 80px 12px;
}
.apps-connect .dark {
    background: #000000;
    border-radius: 16px 0 0 16px;
	padding: 0;
	position: relative;
}
.apps-connect .grey {
    background: #F4F5F7;
    border-radius: 0 16px 16px 0;
	padding: 0;
	position: relative;
}
.connect-btn {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
}
.connect-btn .icon-btn {
    border: 1px solid #4E4E4E;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    filter: contrast(0.3);
}
.apps-connect .heading-block small {
    font-size: 12px;
}
.apps-connect .heading-block h3 {
    font-size: 24px;
}
.apps-connect .heading-block {
    padding: 30px 35px 15px;
}
.app-image {
    border-top: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
    text-align: center;
}
.desk-image {
    border-top: 1px solid #E0E3E9;
    text-align: center;
}
.app-store-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    gap: 20px;
    position: relative;
}
.app-store-icon:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #2C2C2C;
    position: absolute;
    top: 0;
    transform: translate(-7px, 0px);
}
.faqs-wrapper {
    max-width: 990px;
    margin: 0 auto;
    padding: 40px 0;
}
.faqs-wrapper .accordion-button:not(.collapsed) {
    background: transparent;
    color: #393A3D;
}
.faqs-wrapper .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #393A3D;
	box-shadow: unset !important;
	padding: 18px 0;
}
.faqs-wrapper .accordion-button::after {
    background-size: 18px;
}
.faqs-wrapper .accordion-body {
    padding-top: 0;
}

section.privacy-seebiz {
    padding: 60px 0;
}
.privacy-seebiz .heading-block {
    max-width: 447px;
    margin: 0 auto;
}
.privacy-seebiz .heading-block p {
    line-height: 30px;
    margin-top: 25px;
}

section.features-boxes {
    padding: 60px 0;
}
.icon-content-box {
    text-align: center;
    background: #F6F3EA;
    padding: 45px 30px 20px;
}
.icon-content-box h3 {
    margin: 35px 0 15px;
    font-size: 20px;
    font-weight: 700;
}
.icon-content-box p {
    font-size: 15px;
    line-height: 1.6em;
    min-height: 80px;
}
.icon-content-box small {
    font-size: 13px;
    font-weight: 700;
}
section.privacy-seebiz {
    padding: 60px 0;
}

/* Footer Style */
.footer-area {
	background: #000 !important;
    padding: 80px 0;
}
.footer-area .wp-block-heading,
.footer-area .widget-title {
    font-size: 12px;
    font-weight: 500;
	text-transform: uppercase;
    color: #C8C8C8;
}
.footer-area h2.wp-block-heading {
    font-size: 15px;
	font-weight: 400;
    margin-bottom: 12px;
}
.footer-area .widget-title {
    position: relative;
    margin-bottom: 30px;
}
.footer-area .widget-title:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #3BB54A;
    position: absolute;
    top: 2em;
}
.footer-area .wp-block-social-link-anchor {
    background-color: #000000;
}
.footer-area .wp-block-social-links {
    gap: 4px;
	margin-bottom: 30px;
}
.footer-area .wp-block-social-links .wp-social-link a {
    padding: .25em .5em .25em 0;
}
.footer-area .wp-block-gallery figure.wp-block-image {
    width: auto !important;
    flex-grow: 0;
}
.footer-area nav.menu-footer-menu-container ul {
    padding-left: 0;
    list-style-type: none;
	display: grid;
    grid-template-columns: 50% 1fr;
}
.footer-area nav.menu-footer-menu-container li {
    padding: 6px 0;
}
.footer-area nav.menu-footer-menu-container li a {
    color: #B4B4B5 !important;
    font-size: 14px;
    font-weight: 400;
}
.footer-area p {
    margin-top: 0 !important;
    font-size: 13px;
    font-weight: 400;
    color: #B4B4B5;
    margin-bottom: 10px;
	    line-height: 1.6em;
}
.footer-area p a {
    color: #B4B4B5;
}
.footer-area .wp-block-media-text {
    margin-bottom: 15px;
}

.footer-area .bottom-footer {
    padding: 15px 0;
}
.footer-area .bottom-footer li a {
    font-size: 13px;
    font-weight: 400;
    color: #808080;
}


/* responsive styles */


@media (max-width: 525px) {
.grid-block-wrapper {
	grid-template-columns: repeat(1, 1fr);
}
.pricing-box-wrapper {
	flex-direction: column;
    gap: 30px;
}

}