/*!
Theme Name: Dhali Theme
Theme URI: http://underscores.me/
Author: Cameron Elliott
Author URI: http://underscores.me/
Description: Base Wordpress Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dhali-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Dhali Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

@media (max-width: 576px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-wrap: break-all;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #191970;
}

a:visited {
  color: #191970;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-main {
}
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* HOME PAGE CSS */
ul.color-ul {
  padding-left: 14px;
  margin: 0;
  margin-bottom: 50px;
}
ul.color-ul li {
  list-style-type: none;
  position: relative;
  color: #848484;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  margin-bottom: 6px;
}
ul.color-ul li:before {
  top: 0.37em;
  content: " ";
  background: #0eaf96;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  border-radius: 50%;
  left: -0.8em;
}

ul.color-ul li:nth-child(3n + 2):before {
  background: #fd5075;
}

ul.color-ul li:nth-child(3n + 3):before {
  background: #11e6a2;
}
h2 {
  color: #3d415b;
  font-size: 42px;
  font-weight: 700;
}
h3 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

#homepage .header-feature {
  padding: 195px 0 219px;
  margin-bottom: 130px;
  background-image: url(./img/headers/home-header.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.post-header-gap {
  margin-top: 195px;
}

@media only screen and (max-width: 991px) {
  #homepage .header-feature {
    padding: 80px 0 219px;
  }
}
#home-header-content {
  padding: 90px 0 50px;
}
#homepage .header-feature h1 {
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 28px;
}
#homepage .header-feature .pre-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#homepage .header-feature .post-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #fff;
}
div#app-store-btns {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

div#app-store-btns img {
  max-width: 175px;
}
@media only screen and (max-width: 500px) {
  div#app-store-btns img {
    max-width: 100%;
  }
}
#homepage .header-feature .pink-btn {
  color: #fff;
  z-index: 1;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding: 15px 35px;
  border-radius: 3px;
  background-color: #f0467a;
  box-shadow: 0 11px 21.25px 3.75px rgb(240 70 122 / 13%);
  transition: all 500ms ease;
}
.pink-btn-colors {
  color: #fff !important;
  background-color: #f0467a !important;
  border: 2px solid #f0467a !important;
}
.pink-btn:hover {
  color: #f0467a;
}
.pink-btn-colors:hover {
  color: #f0467a !important;
  background-color: #fff !important;
}

.collapsible-descriptions {
  overflow: hidden;
}

.expand-feature {
  height: auto !important;
  max-height: 1000px !important;
}

.d-hidden {
  visibility: hidden;
}

.btn-style-1 {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-shadow: 0px 11px 21.25px 3.75px rgb(240 70 122 / 13%);
  transition: all 500ms ease;
}

.btn-style-1:hover {
  color: #f0467a !important;
}

.btn-style-1::before {
  position: absolute;
  content: "";
  background: #ffffff;
  border-radius: 3px;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.btn-style-1:hover::before {
  width: 100%;
}

.btn-style-2 {
  z-index: 1;
  transition: all 500ms ease;
}

.btn-style-2::before {
  position: absolute;
  content: "";
  background-color: #35af96;
  border-radius: 3px;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

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

.btn-style-3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 500ms ease;
}

.btn-style-3:hover {
  color: #fff !important;
}

.btn-style-3::before {
  position: absolute;
  content: "";
  background: #0eaf96;
  border-radius: 3px;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.btn-style-3:hover::before {
  width: 100%;
}

.btn-style-4 {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 35px;
  border-radius: 3px;
  border: 1px solid #bbb;
  transition: all 300ms ease;
}

.btn-style-4::before {
  position: absolute;
  content: "";
  background-color: #35af96;
  border-radius: 3px;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.btn-style-4:hover::before {
  width: 100%;
}

.btn-style-4:hover {
  color: #fff;
}

.feature-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 45px 45px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}
.feature-content:hover {
  background-color: #5e4eef;
}
.z-50 {
  position: relative;
  z-index: 50;
}
.feature-content:hover * {
  color: #fff !important;
}
.feature-content:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  opacity: 0;
  background-color: #5e4eef;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.feature-content:hover::before {
  width: 100%;
  opacity: 1;
}
.feature-content h3 {
  min-height: 50px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 35px 0 28px;
}
.feature-content h3 a {
  font-size: 24px;
  color: #3d415b;
  text-decoration: none;
}
.feature-content h3 a:hover {
  text-decoration: underline;
}
.feature-content p {
  color: #777;
  font-size: 16px;
  line-height: 1.8em;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.section-title {
  margin-bottom: 60px;
}
.read-more {
  position: relative;
  color: #3d415b;
  font-size: 16px;
  font-weight: 700;
  margin-top: 28px;
  display: inline-block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.read-more-hidden {
  position: relative;
  color: transparent;
  font-size: 16px;
  font-weight: 700;
  margin-top: 28px;
  height: 20px;
  display: inline-block;
  width: 50px;
}
.read-more:hover {
  text-decoration: underline;
}
.section-margin {
  margin-top: 160px;
}

@media only screen and (max-width: 991px) {
  .section-margin {
    margin-top: 100px;
  }

  #homepage .header-feature {
    margin-bottom: 100px;
  }
}

.wiggle-cutout {
  background: transparent url(./img/backgrounds/wiggle-cutout.png) 0% 0% / auto
    repeat scroll;
}
.skewed-rectangle {
  background-image: url(./img/backgrounds/skewed-rectangle.png);
  background-repeat: no-repeat;
  background-position: 145px bottom;
  background-size: 100%;
}
.text-section-padding {
  padding: 135px 15px 60px 15px;
}
.text-content-image {
  color: #777;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  margin-top: 28px;
  margin-bottom: 40px;
}
.pr-15 {
  padding-right: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.read-more-btn {
  display: inline-block;
  line-height: 30px;
  color: #3d415b;
  padding: 8px 37px;
  font-weight: 700;
  overflow: hidden;
  background: #eaf1fb;
  font-size: 14px;
  border: 2px solid #eaf1fb;
  text-transform: capitalize;
  border-radius: 50px;
}
.read-more-btn:hover {
  color: #fff;
  border-color: #7362ff;
  background: #7362ff;
}
.title span {
  font-size: 14px;
  color: #403ab4;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
  display: inline-block;
}
.title h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: #3b3b3b;
}
.title p {
  margin-top: 20px;
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.chevron-expand {
  font-size: 36px !important;
  margin-top: 21px !important;
  transform: rotateZ(90deg);
  transition: transform 500ms ease !important;
  text-decoration: none !important;
}

.rotate-chevron {
  transform: rotateZ(270deg);
}

.slick-list .tiktok-embed {
  margin: auto;
  width: 325px !important;
  min-width: unset !important;
}
.iphone-wrapper .video {
  position: relative;
}
.iphone-wrapper .video::before {
  position: absolute;
  content: "";
  background: url("https://stg.notaryassist.com/wp-content/uploads/2025/06/Adobe-Express-file-1-1.png")
    center/cover no-repeat;
  /* left: calc(100% - 288px); */
  top: 0;
  right: -38px;
  width: 315px;
  height: 600px;
  z-index: -1;
}
.iphone-wrapper .video iframe {
  box-sizing: border-box;
  background-size: contain !important;
  width: 239px;
  height: 512px;
  border-radius: 27px;
  margin-top: 44px;
}
@media (max-width: 767.98px) {
  .iphone-wrapper .video::before {
    right: calc(100% - 406px);
  }
  .iphone-wrapper .video iframe {
    margin-left: 130px;
  }
}

@media (max-width: 575.98px) {
  .iphone-wrapper .video::before {
    right: calc(100% - 322px);
  }
  .iphone-wrapper .video iframe {
    margin-left: 45px;
  }
  div.video {
    margin-bottom: 60px;
  }
}
div.laptop-wrapper {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
}
div.laptop-wrapper iframe {
  box-sizing: border-box;
  background-size: contain !important;
  padding: 10.9% 11.5% 10.8%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.laptop-wrapper.wrapper-2 iframe {
  box-sizing: border-box;
  background-size: contain !important;
  padding: 9% 8% 6%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#counter-section {
  margin-top: 60px;
}
#counter-section .number {
  font-size: 60px;
  word-break: break-all;
  line-height: 1.4em;
  color: #403ab4;
  font-weight: 800;
}

#counter-section .number-title {
  font-size: 25px;
  line-height: 50px;
  color: #222;
  font-weight: 300;
}
.ml-auto {
  margin-left: auto;
}
.mb-110 {
  margin-bottom: 110px;
}
.w-fit-content {
  width: fit-content;
}
.content-w-image {
  max-width: 550px;
}
.pricing-box-middle {
  margin-bottom: 65px;
}
@media only screen and (max-width: 1200px) {
  .content-w-iphone {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-block-middle {
    margin-top: 0px !important;
  }
  .pricing-box-middle {
    margin-bottom: 0px;
  }
  .content-w-image {
    max-width: 100%;
  }
  #home-header-content {
    margin-left: 0;
  }
}
#pricing-section {
  margin-bottom: 90px;
}
#pricing-section .pricing-block {
  display: inline-grid;
}
div.pricing-block-middle {
  margin-top: -65px;
}
.slick-track {
  display: flex !important;
}

.price-box-animation-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.price-box-animation-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
div.price-box-animation-1::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 0px;
  height: 1px;
  background-color: #fc0000;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
div.price-block:hover div.price-box-animation-1::before {
  width: 100%;
}
div.price-box-animation-1::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 1px;
  height: 0%;
  background-color: #fc0000;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
div.price-block:hover div.price-box-animation-1::after {
  height: 100%;
  -webkit-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}
div.price-box-animation-2::before {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 1px;
  background-color: #fc0000;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
div.price-block:hover div.price-box-animation-2::before {
  width: 100%;
  -webkit-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
div.price-box-animation-2::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 1px;
  height: 0%;
  background-color: #fc0000;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
div.price-block:hover div.price-box-animation-2::after {
  height: 100%;
  -webkit-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
  transition-delay: 1800ms;
}
div.price-block:hover {
  border-radius: 0px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.price-block {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  box-shadow: none;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  padding: 40px 15px 140px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  box-shadow: none;
}
.price-block div.icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 46px;
  color: #3d415b;
  line-height: 80px;
  margin-bottom: 25px;
  border-radius: 50%;
  border: 10px solid #f6f6f6;
  background-color: #eeedf7;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
div.price-block:hover div.icon {
  background-color: #fc0000;
  color: #ffffff !important;
}
.price-block .price {
  position: absolute;
  width: 200px;
  left: 50%;
  bottom: 47px;
  margin-left: -100px;
  color: #fc0000;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.2em;
}
.price-block .price sub {
  font-size: 16px;
  top: -2px;
}
.price-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.price-block ul li {
  color: #777;
  font-size: 16px;
  margin-bottom: 14px;
}
.price-block .btn-box-w-line {
  position: relative;
  margin-bottom: 30px;
}
.price-block .btn-box-w-line:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 50px;
  right: -30px;
  height: 1px;
  background-color: #e0e0e0;
}
.price-block .btn-box-w-line a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 3px;
  background-color: #403ab4;
  box-shadow: 0 11px 21.25px 3.75px rgb(194 191 255 / 65%);
  transition: all 500ms ease;
}
input#pricing-switch[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}
label#pricing-label {
  cursor: pointer;
  margin: 0 20px;
  text-indent: -9999px;
  width: 90px;
  height: 40px;
  background: -webkit-linear-gradient(
    0deg,
    rgb(104, 97, 230) 30%,
    rgb(64, 58, 180) 100%
  );
  display: inline-block;
  border-radius: 100px;
  position: relative;
  transition: all 300ms ease;
}
label#pricing-label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
input#pricing-switch:checked + label#pricing-label {
  background: -webkit-linear-gradient(
    180deg,
    rgb(104, 97, 230) 30%,
    rgb(64, 58, 180) 100%
  );
}
input#pricing-switch:checked + label#pricing-label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
label#pricing-label:active:after {
  width: 30px;
}
@media only screen and (min-width: 1200px) {
  .offset-slider {
    right: 0px !important;
  }
}
.offset-slider {
  right: 0px;
}
p.collapsible-testimonial {
  min-height: 112px;
  height: 112px;
  max-height: 112px;
  transition: all 2s ease !important;
  overflow: hidden;
}
.expand-testimonial {
  height: auto !important;
  max-height: 1000px !important;
}
.offset-slides {
  position: relative;
  padding: 80px 40px 75px 98px;
  margin: 0 60px;
  background: #eff3fe;
}
.offset-slide-image {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
}
.offset-slide-image img {
  border-radius: 50%;
  width: auto;
}
.offset-slide-content {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #555;
}
.offset-slide-author {
  height: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #233d63;
}
.arrow-prev,
.arrow-next {
  position: relative;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #403ab4;
  box-shadow: 0 11px 21.25px 3.75px rgb(194 191 255 / 65%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px;
  display: inline-block;
  transition: all 300ms ease;
}
#thearrows {
  margin-bottom: 35px;
  margin-top: 80px;
  padding: 0;
  text-align: center;
}
.quote-img {
  width: auto;
  position: absolute;
  right: 30px;
  bottom: -20px;
}
/* Horizontal line */
.collapsible-link::before {
  content: "";
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  left: 30px;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: "";
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(30px + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link {
  padding-left: 65px;
}

.collapsible-link[aria-expanded="true"]::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

.faq-header {
  padding-top: 5px;
  padding-bottom: 5px;
}
.faq-header a {
  font-size: 16px;
  cursor: pointer;
  line-height: 34px;
  color: #f85254;
  font-weight: 700;
}
.faq-header a.collapsed {
  font-size: 16px;
  cursor: pointer;
  line-height: 34px;
  color: #3d415b;
  font-weight: 700;
}
a.faq-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 3px;
  background-color: #403ab4;
  transition: all 500ms ease;
}
a.faq-btn:hover {
  background-color: #35af96;
}

#accordionExample .card {
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border: none !important;
}
#accordionExample .card .card-body {
  font-size: 16px;
  padding: 0 30px 30px 30px;
  color: #777;
  font-weight: 400;
  line-height: 1.9em;
}
.background-f3f8ff {
  background: #f3f8ff;
}
.sponsor-logo-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
.sponsor-logo-list li {
  margin: 0 30px;
  margin-bottom: 15px;
}
a.enlarge-hover:hover img {
  transform: scale(1.1);
}
a.enlarge-hover img {
  position: relative;
  transition: 0.5s ease;
}
.footer-btn {
  position: relative;
}
.vendor-btn {
  color: #69686e !important;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 35px;
  border-radius: 3px;
  border: 1px solid #69686e;
  transition: all 300ms ease;
}
.vendor-btn:hover {
  color: #fff !important;
  background: #69686e;
}

/*** Scroll To Top style ***/

.scroll-to-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 66px;
  font-size: 15px;
  border-radius: 50%;
  z-index: 99;
  display: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #0eaf96;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  box-shadow: 0px 11px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}

.scroll-to-top span:before {
  font-size: 27px;
}

.scroll-to-top:after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: -webkit-radial-gradient(
    center ellipse,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}
