/*
Theme Name: super-advice-ai-child
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: super-advice-ai
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 3.9
Requires at least: 3.6
Tested up to: 6.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
Text Domain: twentyfourteen

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

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

@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");

/* 
font-family:"Poppins", sans-serif;
font-family: Microsoft Sans Serif;
*/

@font-face {
  font-family: "Microsoft Sans Serif";
  src: url("fonts/MicrosoftSansSerif.eot");
  src: url("fonts/MicrosoftSansSerif.eot?#iefix") format("embedded-opentype"),
    url("fonts/MicrosoftSansSerif.woff2") format("woff2"),
    url("fonts/MicrosoftSansSerif.woff") format("woff"),
    url("fonts/MicrosoftSansSerif.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Microsoft Sans Serif";
  src: url("fonts/MicrosoftSansSerif_1.eot");
  src: url("fonts/MicrosoftSansSerif_1.eot?#iefix") format("embedded-opentype"),
    url("fonts/MicrosoftSansSerif_1.woff2") format("woff2"),
    url("fonts/MicrosoftSansSerif_1.woff") format("woff"),
    url("fonts/MicrosoftSansSerif_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
:root {
  --text-black: #1e1e1e;
  --black: #000;
  --gray: #313131;
  --white: #ffff;
  --off-white: #ebebeb;
  --popins: "Poppins", sans-serif;
  --Microsoft: "Microsoft Sans Serif";
  --default-trans: all 0.3s ease-in-out;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  outline: none;
  overflow-x: hidden !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-behavior: smooth;
  color: var(--text-black) !important;
  font-family: var(--Microsoft) !important;
  position: relative;
  background: #f8f8f8 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--popins) !important;
  font-weight: 300 !important;
  color: var(--black) !important;
}
b {
  font-weight: 700 !important;
}
ul {
  list-style: none;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto !important;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* DEFAULT CSS SETTING END */

/* SLICK SLIDER CSS START */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* SLICK SLIDER CSS END */

/* HEADER START */

header {
  position: relative;
  width: 100%;
  z-index: 999;
  transition: var(--default-trans);
}
.sticky {
  position: fixed !important;
  top: -115px;
  left: 0;
  transition: var(--default-trans);
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 20px;
  margin-top: 0;
}
.sticky .nav-links-wrapper {
  padding: 15px 0;
}
.mob-search,
.cross-icon {
  display: none;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 0;
  width: 100%;
  position: relative;
}
.header-holder {
  position: relative;
}
.nav_and_mail .nav_sec ul .header-button {
  display: none;
}
.nav_and_mail .nav_sec {
  width: 100%;
  margin: 0;
  padding: 0;
}
.nav_and_mail .nav_sec ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  gap: 20px;
}
.nav_and_mail .nav_sec ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0px;
  position: relative;
}
.nav_and_mail .nav_sec ul li a {
  display: block;
  position: relative;
  color: var(--text-black);
  z-index: 99;
  font-family: var(--popins);
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  transition: var(--default-trans);
}
.nav_and_mail .nav_sec ul li.active > a:before,
.nav_and_mail .nav_sec ul li.current-menu-item > a:before {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.nav_and_mail .nav_sec ul li:hover > a,
.nav_and_mail .nav_sec ul li.active > a,
.nav_and_mail .nav_sec ul li.current-menu-item > a {
  color: #27cdb6 !important;
}
.nav_and_mail .nav_sec ul li.header-btns {
  display: none !important;
}
.nav_and_mail .nav_sec ul li ul {
  position: absolute;
  left: 0px;
  width: 18.75rem;
  background-color: #313131;
  background-color: white;
  box-shadow: 0 0.25rem 2.5rem rgba(26, 26, 37, 0.15);
  border: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 180%;
  transition: 0.3s;
  pointer-events: none;
  z-index: 111;
  border-radius: 7px;
  overflow: hidden;
  padding: 0.625rem;
}
.nav_and_mail .nav_sec ul li:hover ul {
  display: block;
  top: 100%;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.nav_and_mail .nav_sec ul li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.nav_and_mail .nav_sec ul li ul li + li {
  border-top: 1px solid #fff;
}
.nav_and_mail .nav_sec ul li ul li a {
  margin: 0;
  /* padding: 10px 10px; */
  padding: 1.25rem;
  display: block;
  font-size: 16px;
  font-weight: 300;
  border-radius: 7px;
  color: var(--black);
}
.nav_and_mail .nav_sec ul li ul li a:hover {
  /* background:#E9E9E9; */
  background: #f1f6f9;
}
.nav_and_mail .nav_sec ul li ul li.active > a {
  color: var(--orange);
}
span.toggle-menu {
  display: none;
}
.nav-links-wrapper {
  background: var(--white);
  padding: 24px 0;
  border: 1px solid #f4f4f4;
  backdrop-filter: blur(50px);
  box-shadow: rgba(0, 0, 0, 0.1) 1px 5px 20px;
  position: relative;
  z-index: 9;
}
.nav_and_mail .nav_sec ul li .arw-nav {
  width: 16px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
  cursor: pointer;
  background: url(images/arw-dekstop.png) no-repeat center;
}
.head-search {
  position: relative;
}
.head-search input {
  padding: 11px 80px 11px 28px;
  border: 1px solid rgba(190, 190, 190, 1);
  border-radius: 200px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
  min-width: 483px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.08);
}
.head-search input[type="submit"] {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  min-width: 60px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(216, 216, 216, 1);
  border-radius: 200px;
  background: url(images/Search.png) no-repeat center;
  font-size: 0;
  padding: 10px 20px;
  height: 40px;
  transition: var(--default-trans);
  background-color: #f5f5f5;
}
.head-search input[type="submit"]:hover {
  background-color: #d0d0d0;
}
.head-search input:focus-within {
  outline: none;
}
.header-button a {
  padding: 12px 40px;
  background: #313131;
  box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  color: var(--white);
  transition: var(--default-trans);
  border: 1px solid transparent;
}
.header-button a:hover {
  background: transparent;
  border: 1px solid #313131;
  color: #313131;
}
/* HEADER END */

/* HOME PAGE BANNER SEC START */
.banner {
  padding: 80px 0 120px;
}
/* .banner .row {
    align-items: center;
} */
.banner-text {
  text-align: left;
}
.banner-text ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.banner-text ol li {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.banner-text ol li + li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 5px;
  background: url(images/b-Slash.svg) no-repeat center;
}
.banner-text ol li + li {
  padding-left: 8px;
  margin-left: 2px;
}
.banner-text ol li a {
  display: inline-block;
  color: var(--text-black);
  transition: var(--default-trans);
}
.banner-text ol li a:hover {
  color: #313131;
  text-decoration: underline;
}
.banner-text h1 {
  max-width: 542px;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 52px;
}
.inner-banner .banner-text h1 {
  margin-bottom: 10px;
}
.banner-text h1 b {
  font-family: inherit;
  font-size: 36px;
  line-height: 52px;
  display: inline;
  font-weight: 700;
}
.banner-text p {
  max-width: 525px;
  margin-bottom: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.banner-text .cmn-btn + p {
  margin: 18px 0 0 0;
}
.cmn-btn {
  padding-top: 6px;
}
.cmn-btn a,
.load-more-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  padding: 12px 43px;
  min-width: 168px;
  box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  text-align: center;
  border: 1px solid transparent;
  background: #313131;
}
.cmn-btn a:hover,
.load-more-wrap a:hover {
  border: 1px solid #313131;
  background: var(--white);
  color: #313131;
}
/* Arrow icon sizing */
.cmn-btn .btn-icon img {
  width: 16px;
  height: auto;
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Optional: Move arrow slightly on hover */
.cmn-btn a:hover .btn-icon img {
  transform: translateX(4px);
}
.annuation-sec .finance-btn {
    padding-top: 50px;
	text-align:center;
}
.annuation-sec .finance-btn a{
  display: inline-block;
  color: var(--white);
  padding: 12px 43px;
  min-width: 168px;
  box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  text-align: center;
  border: 1px solid transparent;
  background: #313131;
}
.annuation-sec .finance-btn a:hover{
  border: 1px solid #313131;
  background: var(--white);
  color: #313131;
}

.circle-frame {
  position: relative;
  padding: 35px;
}
.circle-frame a::before {
  content: "";
  display: none;
  position: absolute;
}

.circle-frame a {
  position: relative;
  display: inline-block;
  pointer-events: none;
  width: auto;
  height: auto;
}
.circle-frame a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  background: url(images/big-pause.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
.circle-frame img {
  border-radius: 50%;
  width: 100%;
  box-shadow: 0px 41px 80px 0px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
  display: block;
}
.inner-banner .circle-frame img {
  box-shadow: none;
}
.circle-frame::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(images/half-curve.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
/* HOME PAGE BANNER SEC end */

/*/////////////// check-sec start //////////// */
.check-box {
  border-radius: 40px;
  overflow: hidden;
  background: #ececec;
  height: 100%;
}
.check-box-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.check-box-img img {
  border-radius: 40px 40px 0 0;
  width: 100%;
  transform: scale(1);
  transition: var(--default-trans);
}
.check-box:hover .check-box-img img {
  transform: scale(1.05);
}
.check-content {
  padding: 0 20px 28px;
}
.check-content h5 {
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.check-content h5 a {
  display: inline-flex;
  color: var(--black);
  transition: var(--default-trans);
  align-items: start;
  gap: 15px;
}

.check-content h5 a img {
  margin-top: 7px;
}
.check-content h5 a:hover {
  color: #313131;
  text-decoration: underline !important;
}
.annuation-sec .check-content h5 {
  max-width: unset;
}
.annuation-sec .check-content {
  padding: 0 20px 20px;
}
.check-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
  max-width: unset;
}
.check-box-btn a img {
  display: inline-block !important;
  margin-left: 16px;
  transition: var(--default-trans);
}
.check-box-btn {
  padding-top: 10px;
}
.check-box-btn a {
  color: var(--text-black);
  display: inline-block;
  font-family: var(--popins);
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  transition: var(--default-trans);
}
.check-box-btn a:hover {
  text-decoration: underline !important;
  color: var(--black);
}
.check-box-btn a:hover img {
  margin-left: 10px;
}
.cmn-heading {
  padding-bottom: 15px;
}
.cmn-heading h2 {
  font-size: 38px;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.cmn-heading h2 b {
  font-size: 36px;
}
.cmn-heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
/*/////////////// check-sec end //////////// */

/*/////////////// charge-sec start //////////// */
.charge-sec {
  padding: 100px 0 0px;
}
.charge-slider .slick-list {
  border-radius: 40px !important;
}
.charge-img a img {
  width: 100%;
  filter: grayscale(100%);
  transition: var(--default-trans);
}
.charge-img a:hover img {
  filter: grayscale(0);
}
.charge-text {
  position: absolute;
  left: 20px;
  bottom: 30px;
  max-width: 347px;
}
.charge-text h4 {
  font-weight: 700 !important;
  font-size: 26px;
  line-height: 36px;
  color: var(--white) !important;
  margin-bottom: 0;
  min-height: 72px;
  padding-right: 10px;
}
.charge-img a {
  position: relative;
}
.charge-img a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  background: url(images/small-pause.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
.pull-left,
.pull-right {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: var(--white);
  border: none;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.1);
}
.pull-left {
  left: -110px;
}
.pull-right {
  right: -110px;
}
.pull-right i,
.pull-left i {
  font-size: 27px;
  font-weight: 400;
}
/*/////////////// charge-sec end //////////// */

/*/////////////// annuation-sec start //////////// */
.annuation-sec {
  padding-top: 110px;
}
.annuation-sec .grey-box-wrapper {
  margin-bottom: 40px;
}
.grey-box-wrapper .row {
  overflow: hidden;
  border-radius: 40px;
}
.grey-box-wrapper .row > * {
  padding: 0;
}
.grey-box {
  height: 100%;
  padding: 35px 35px 15px;
  background: #efefef;
  transition: var(--default-trans);
}
.grey-box h3 {
  font-weight: 700 !important;
  font-size: 26px;
  line-height: 36px;
  color: var(--text-black) !important;
  margin-bottom: 0;
  max-width: 345px;
}
.grey-box:hover {
  background: var(--white);
}
.grey-box-img {
  margin-bottom: 14px;
}
.grey-box-wrapper .row .grey-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
/*/////////////// annuation-sec end //////////// */

/*//////////////// footer start  ///////////////*/
footer {
  margin-top: 100px;
  padding-top: 80px;
}
.footer-top-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-top-content .cmn-heading p {
    font-weight: 300;
    font-size: 16px;
    line-height: inherit;
}
.footer-top-content .cmn-heading h2 {
  margin-bottom: 5px;
  margin-top:20px;
}
.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 0;
  padding: 0;
}
.social-links li a {
  font-size: 18px;
  color: var(--white);
  transition: var(--default-trans);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(30, 30, 30, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #313131;
}
.social-links li a:hover {
  background: #313131;
  color: var(--white);
}
.page-menu-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-menu-links {
  max-width: 600px;
}
.page-menu-links h6 {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 14px;
  vertical-align: middle;
  color: #313131;
  margin-bottom: 23px;
}
.page-menu-links ul {
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.page-menu-links ul li {
  float: left;
  width: 48%;
  margin-bottom: 10px;
}
.page-menu-links ul li a {
  font-family: var(--popins);
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  width: 100%;
  vertical-align: middle;
  color: #313131;
  transition: var(--default-trans);
}
.page-menu-links ul li a:hover {
  color: black;
  text-decoration: underline !important;
}
.menu-btn a {
  /*     padding: 11px 55px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 1);
    box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
    color: var(--text-black);
    transition: var(--default-trans);
    border-radius: 200px; */
  display: inline-block;
  color: var(--white);
  padding: 12px 43px;
  min-width: 168px;
  box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  text-align: center;
  border: 1px solid transparent;
  background: #313131;
  border: 1px solid #313131;
}
.menu-btn a:hover {
  background: transparent;
  color: #313131;
}
/* .menu-btn a:hover{
    background: #313131;
    color: var(--white);
} */
.foot-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 0;
  padding-bottom: 18px;
  border-top: 1px solid;	
}
.foot-end p,
.foot-end li,
.foot-end a {
  font-family: var(--popins);
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  vertical-align: middle;
  margin-bottom: 0;
  color: var(--text-black);
}
.foot-end a {
  transition: var(--default-trans);
}
.foot-end a:hover {
  color: black;
  text-decoration: underline !important;
}
.foot-end ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 45px;
  list-style: disc !important;
  margin: 0;
  padding: 0;
}

.foot-logo img {
  max-width: 195px;
  width: 100%;
}

.social-news-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
/*//////////////// footer end  ///////////////*/

/*//////////////// about html start  /////////////////*/
.rectangle-frame {
  position: relative;
  padding: 18px;
}
.rectangle-frame img {
  width: 100%;
  border-radius: 37px;
}
.rectangle-frame::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(images/rectange-curve.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.mission-sec {
  padding-bottom: 100px;
}
.mission-sec .row,
.founder-sec-wrapper .row {
  align-items: center;
}
.founder-sec {
  padding-bottom: 100px;
}
.founder-img img {
  margin: 0 auto;
}
.founder-sec-wrapper {
  position: relative;
  box-shadow: 9px 9px 60px 0px #cacaca80;
  border-radius: 40px;
  background: linear-gradient(68.61deg, #ececec 2.07%, #f1f1f1 98.54%);
  padding: 38px 38px 38px 50px;
}
.founder-sec-wrapper > img {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.founder-sec-wrapper .cmn-heading {
  position: relative;
  z-index: 1;
}
.reason-sec .row {
  align-items: center;
}
.reason-text ul {
  padding: 0;
  margin-bottom: 25px;
}
.reason-text ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 15px;
  padding-left: 30px;
}
.reason-text ul li::after {
  position: absolute;
  left: 2px;
  top: 7px;
  content: "";
  width: 10px;
  height: 17px;
  background: url(images/arw.svg) no-repeat;
}
.reason-text ul li:last-child {
  margin-bottom: 0;
}
.reason-text .cmn-btn {
  margin-bottom: 13px;
}
.article-itro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--white);
  margin-bottom: 10px;
}
.intro1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
}
.intro1 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
  display: inline-block;
}
.main-article-wrapper > *:nth-child(1) .row > * {
  margin-bottom: 30px;
}
.topics {
  border-radius: 40px;
  box-shadow: 9px 9px 60px 0px #cacaca33;
  padding-bottom: 43px;
  background: var(--white);
}
.topics h5 {
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 22px;
  padding: 27px 32px 0 35px;
}
.topics ul {
  margin: 0;
  padding: 0;
}
.topics ul li {
  font-weight: 400;
  padding: 0px 32px 0 35px;
  color: #565656;
  background: white;
  margin-bottom: 19px;
  transition: var(--default-trans);
}
.topics ul li:hover {
  background: linear-gradient(90deg, #dfdfdf 0%, #f7f7f7 50%, #dfdfdf 100%);
}
.topics ul li.active {
  background: linear-gradient(90deg, #dfdfdf 0%, #f7f7f7 50%, #dfdfdf 100%);
}
.topics ul li:last-child {
  margin-bottom: 0;
}
.topics ul li a {
  color: #565656;
  font-size: 16px;
  line-height: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topics ul li a b {
  font-weight: 400 !important;
  display: inline-block;
}
.topics ul li a svg {
  margin-right: 30px;
}
.notifiactions {
  color: #a6a6a6;
  transition: var(--default-trans);
  display: block;
}
.topics ul li:hover .notifiactions {
  color: #828282;
}
/*//////////////// about html end  /////////////////*/

/*//////////////// funnel html html start  /////////////////*/
.report-sec .container > .row {
  align-items: center;
}
.report-sec .row > *:nth-child(2) .cmn-heading {
  max-width: 553px;
}
.report-sec .row > *:nth-child(2) .cmn-heading h5 {
  font-weight: 400 !important;
  font-size: 22px;
  font-family: var(--Microsoft) !important;
  line-height: 32px;
  margin-bottom: 20px;
  color: var(--text-black) !important;
}
.report-form {
  border-radius: 40px;
  background: var(--white);
  box-shadow: 9px 9px 60px 0px #cacaca33;
}
.report-form .cmn-heading {
  padding: 50px 33px 30px 40px;
  margin: 0;
}
.report-form .input-wrapper {
  margin-bottom: 30px;
}
.report-form .input-wrapper input {
  width: 100%;
  color: #565656;
  padding: 13px 20px;
  border: 1px solid #bbbbbb;
  background: #f8f8f8;
  border-radius: 15px;
}
.report-form .input-wrapper input[type="submit"] {
  color: var(--white);
  padding: 12px 45px;
  width: auto;
  box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  text-align: center;
  border: 1px solid transparent;
  background: #313131;
}
.report-sec {
  padding-bottom: 100px;
}
.report-form .input-wrapper input[type="submit"]:hover {
  border: 1px solid #313131;
  background: var(--white);
  color: #313131;
}
.inner-grey-sec,
.quick-sec {
  padding-bottom: 100px;
}
.inner-grey-sec .grey-box {
  min-height: 230px;
}
.report-form form {
  padding: 0 40px 28px;
}
.quick-sec-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-sec-wrapper .cmn-heading,
.quick-sec-wrapper .cmn-heading h2 {
  padding: 0;
  margin: 0;
}
/*//////////////// funnel html end  /////////////////*/

/*//////////////// blog html end  /////////////////*/
.feature-box h1 {
  font-weight: 600 !important;
  font-size: 42px;
  line-height: 52px;
  color: #000000 !important;
  margin: 60px 0 20px;
}
.feature-box ul {
  margin: 0;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.feature-box ul a {
  display: block;
  padding-right: 35px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #565656;
}
.feature-box ul .def-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  transition: var(--default-trans);
}
.feature-box ul .def-list span {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  color: #565656;
}
.feature-box ul li + li .def-list {
  padding-left: 35px;
}
.feature-box ul .def-social-list::after,
.feature-box ul li + li .def-list::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 1px;
  height: 59px;
  background: #bdbdbd;
}
.feature-box ul .def-social-list {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.feature-box ul .def-social-list a {
  padding: 0;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--default-trans);
  border-radius: 9px;
  background: #e9e9e9;
  border: none;
}
.feature-box ul .def-social-list a span {
  font-weight: 400;
  font-size: 18px;
  display: block;
  line-height: 19px;
  color: #565656;
  opacity: 0;
  font-size: 0;
  transition: all 0.3s ease-in-out;
}
.feature-box ul .def-social-list a:hover span {
  font-size: 18px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.feature-box ul .def-social-list a:hover {
  gap: 10px;
}
.feature-box ul .def-social-list a::after {
  display: none;
}
.feature-box ul .def-social-list a i {
  transition: var(--default-trans);
  display: block;
  color: var(--black);
  font-size: 19px;
}
.feature-img {
  margin: 30px 0 40px;
  height: 500px;
}
.feature-img img {
  width: 100%;
  border-radius: 40px;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.default-content-wrapper {
  position: relative;
}
.default-content {
  position: relative;
  clear: both;
  padding-bottom: 45px;
}
.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
.aligncenter {
  float: none;
  margin: 20px auto;
}
.default-content p {
  color: #565656;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}
.default-content a {
  color: var(--text-black);
  display: inline-block;
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}
.default-content a:hover {
  color: #565656;
}
.default-content b,
.default-content span,
.default-content strong {
  color: var(--text-black);
  display: inline-block;
}
.default-content ul,
.default-content ol {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.default-content ol {
  padding-left: 20px;
}
.default-content ul li,
.default-content ol li {
  padding-left: 30px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 10px;
}
.default-content ol li {
  padding: 0;
}
.default-content ul li::after {
  position: absolute;
  left: 2px;
  top: 7px;
  content: "";
  width: 9px;
  height: 13px;
  background: url(images/arw.svg) no-repeat;
  background-size: contain;
}
.default-content ul li:last-child,
.default-content ol li:last-child {
  margin-bottom: 0;
}
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  margin-bottom: 20px;
  color: #000 !important;
  font-weight: 400 !important;
}
.default-content h2 {
  font-size: 40px;
  line-height: 48px;
}
.default-content h3 {
  font-size: 35px;
  line-height: 45px;
}
.default-content h4 {
  font-size: 30px;
  line-height: 40px;
}
.default-content h5 {
  font-size: 25px;
  line-height: 35px;
}
.default-content h6 {
  font-size: 20px;
  line-height: 30px;
}
.feature-box ul a.blg-btn {
  transition: var(--default-trans);
  padding: 12px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: black;
  border: 1px solid #000000;
  border-radius: 200px;
}
.feature-box ul a.blg-btn:hover {
  background: var(--black);
  color: var(--white);
}
.def-quick-sec .cmn-heading {
  max-width: 675px;
}
.def-quick-sec {
  padding: 80px 0 !important;
  background: var(--white);
  position: relative;
}
.single-post footer {
  margin-top: 0 !important;
}
.feature-box ul ul {
  border-top: none !important;
  border-bottom: none !important;
}
.feature-box ul ul li {
  font-weight: 600 !important;
}
.feature-box ul ul li a {
  font-weight: 400 !important;
  display: block;
  color: #27cdb6 !important;
  transition: var(--default-trans);
}
.feature-box ul ul li a:hover {
  color: var(--text-black) !important;
  text-decoration: underline;
}
/*//////////////// blog html end  /////////////////*/

/*//////////////// your-journey html start  /////////////////*/
.stages-sec {
  padding-top: 25px;
}
.stages-sec .cmn-heading {
  text-align: center;
}
.stages-sec .row > * {
  margin-bottom: 30px;
}
.stages-box {
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  padding: 45px 30px 25px;
  height: 100%;
}
.stg-icon {
  margin-bottom: 35px;
}
.stages-box h3 {
  font-weight: 700 !important;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--text-black) !important;
}
.stages-box h3 a {
  color: var(--text-black) !important;
  transition: var(--default-trans);
}
.stages-box h3 a:hover {
  color: #27cdb6 !important;
}
.stages-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-black) !important;
  margin-bottom: 20px;
}
.stage-desp p {
  text-align: center;
  font-family: var(--popins) !important;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
  color: var(--text-black) !important;
  margin-bottom: 0;
}
.stage-desp p b {
  font-weight: 600 !important;
}
/*//////////////// your-journey html end  /////////////////*/

/* <!-- back-to-top start  --> */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  z-index: 10;
}
.back_to_top a {
  position: relative;
  font-size: 53px;
  background: white;
  width: 51px;
  height: 51px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.back_to_top a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px !important;
  transform: translate(-50%, -50%);
}
.back_to_top a:hover {
  background: #313131;
}
.back_to_top a:hover svg path {
  fill: white;
}
.ftr-menu-content {
  margin-top: 18px;
}
.ftr-btn-content {
	display:none;
  display: flex;
  justify-content: center;
  gap: 0 15px;
  color: var(--white);
  padding: 12px 43px;
  min-width: 400px;
  box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  border: 1px solid #313131;
  text-align: center;
  background: #313131;
  text-transform: capitalize;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.ftr-btn-content:hover {
  background: transparent;
}
.ftr-btn-content:hover a {
  color: #313131;
}
.ftr-btn-content a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 6px;
  color: #fff;
}

/*  */
div#\32 nd_btm {
    display: none;
}
/*  */
.banner-read-more,
.banner-read-more2 {
  min-width: 242px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #fff;
  gap: 0 6px;
  line-height: 0;
  margin-top: 20px;
  padding: 15px 40px;
  min-width: 168px;
  box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  text-align: center;
  border: 1px solid transparent;
  background: #313131;
  border: 1px solid #313131;
}
.banner-read-more2 {
  padding: 23px 40px;
}
.banner-read-more:hover,
.banner-read-more2:hover {
  background: transparent;
  color: #000;
}

/* <!-- back-to-top end  --> */

/* MODAL CSS */
.ftr-modal,
.hero-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.ftr-modal.show_modal,
.hero-modal.show_hero_modal {
  opacity: 1;
  pointer-events: all;
}
.hero-modal-content {
  padding: 30px 0;
}
/* .hero-modal .hero-modal-content {
	padding-top: 0;
} */
.hero-modal-info {
  padding-top: 0px;
  overflow-y: auto;
  overflow-x: clip;
  height: 550px;
}
.ftr-modal .ftr-modal-content,
.hero-modal .hero-modal-content {
  background: #fff;
  border-radius: 20px;
  padding: 10px 30px 30px;
  text-align: center;
}
.ftr-modal .ftr-modal-content p,
.hero-modal .hero-modal-content p {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  text-align: center;
}
.ftr-modal .ftr-modal-content .more-modal-btn {
  display: inline-block;
  color: var(--white);
  padding: 12px 43px;
  min-width: 168px;
  box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
  border-radius: 200px;
  text-align: center;
  border: 1px solid transparent;
  background: #313131;
  border: 1px solid #313131;
  margin-top: 15px;
}
.ftr-modal .ftr-modal-content .more-modal-btn:hover {
  background: transparent;
  color: #000;
}
.hero-modal .hero-modal-content p {
  text-align: left !important;
}
.hero-modal .hero-modal-content ul {
  padding: 0;
  list-style: unset;
  text-align: left;
  padding-left: 20px;
}
.hero-modal .hero-modal-content ul li {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  color: #000;
}
.hero-modal .hero-modal-content .hero-modal-times {
  position: sticky;
  top: 0px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  width: 40px !important;
  height: 40px !important;
}
.ftr-modal .ftr-modal-content .ftr-modal-times,
.hero-modal .hero-modal-content .hero-modal-times {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
}
.ftr-modal .ftr-modal-content .ftr-modal-times iconify-icon,
.hero-modal .hero-modal-content .hero-modal-times iconify-icon {
  font-size: 30px;
}

.modall {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.modall.showModall {
  opacity: 1;
  pointer-events: all;
}
.modall .modall-content {
  padding: 50px;
  border-radius: 20px;
  text-align: center;
}
.modall .modall-content p {
  font-family: var(--Microsoft) !important;
  font-size: 30px;
  color: #fff;
}
.modall-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -3rem;
}
.modall-close svg {
  width: 40px;
}
.modall-close svg path {
  fill: #fff;
}
.modall .col-rel {
  position: relative;
}
.ftr-bootmark a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #313131;
  width: 51px;
  height: 51px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid transparent;
  background: #fff;
  text-transform: capitalize;
  position: fixed;
  bottom: 6rem;
  right: 20px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.ftr-bootmark a iconify-icon {
  font-size: 30px;
}
.ftr-bootmark a:hover {
  background: #313131;
  color: #fff;
}
.hero-modal .hero-modal-content p {
  color: #565656;
  font-size: 16px;
  line-height: 24px;
}
.hero-modal-info h1 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 45px !important;
}
.hero-modal-info h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #000;
}
/* .circle-frame {
	width: 514px;
	height: 514px;
	overflow: hidden;
	border-radius: 50%;
}
.circle-frame a {
	width: 514px;
	height: 514px;
	overflow: hidden;
	border-radius: 50%;
}
.circle-frame a img {
	width: 514px!important;
	height: 514px!important;
	object-fit: cover!important;
	border-radius: 50%!important;
} */

.hero-video {
  position: relative;
  max-width: 514px;
  max-height: 514px;
  border-radius: 50%;
  box-shadow: 0 41px 80px 0 #00000026;
  margin: auto;
}
.hero-video img {
  position: relative;
  border-radius: 50%;
}
.hero-video-item {
  width: 514px;
  height: 514px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
.hero-video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000026;
  border-radius: 50%;
}
.hero-video::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  background: url(https://superadviceai.com.au/wp-content/uploads/2025/04/hero-circle-img.png)
    no-repeat;
  background-position: right;
  width: 509px;
  height: 526px;
  background-size: 509px;
}
.ply-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}
.hero-modal {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 99999;
}
.hero-modal.show {
  opacity: 1;
  pointer-events: all;
}

.hero {
  padding: 120px 0;
}
.hero-content-left h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 52px;
  text-align: left;
  color: #000000;
  margin-bottom: 18px;
}
.hero-content-left h1 span {
  font-size: 42px;
  font-weight: 300;
  display: block;
}
.hero-content-left p {
  font-family: MicrosoftFont;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;

  color: #1e1e1e;
  max-width: 525px;
  margin-bottom: 15px !important;
}
.hero-content-left .btnn {
  margin-top: 8px;
}

.video-wrapper {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}
.hero-video-item-inner {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important;
  overflow: hidden !important;
}
.hero-video-item-inner:hover .hm-pause-btn {
  display: flex;
}
.ply-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  z-index: 30;
}
.hm-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  display: none;
}
.load-box {
  display: none;
}
.load-more-wrap {
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topics ul li .icon-box svg {
  width: 25px;
  height: 25px;
}
.intro1 svg {
  width: 20px;
  height: 20px;
}
.banner.inner-banner .row {
  align-items: center;
}
.banner.inner-banner .banner-text a {
  color: #27cdb6;
  transition: var(--default-trans);
}
.banner.inner-banner .banner-text a:hover {
  color: var(--text-black);
}
.annuation-sec .check-content .intro1 {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.check-box.separate_box .check-content {
  padding: 25px;
  padding-bottom: 13px;
}
.check-box.separate_box {
  height: auto;
}
.search-results .page-title {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 52px;
  padding-top: 50px;
}

.blog-single-one-wrapper {
  padding: 70px 0 0;
}
.blog-single-one-wrapper .img {
  border-radius: 30px;
  overflow: hidden;
	height: 485px!important;
}
.blog-single-one-wrapper .img img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}
.blog-single-one-wrapper .img1 {
  width: 40%;
  float: left;
  margin-right: 30px;
	
}

.blog-single-one-wrapper .img2 {
  width: 40%;
  float: right;
  margin-left: 30px;
}
.blog-single-one-wrapper h3 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 42px;
  line-height: 52px;
  text-align: left;
  text-transform: capitalize;

  color: #1e1e1e;
}
.blog-single-one-wrapper p {
  font-family: Microsoft Sans Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: left;

  color: #565656;
}
.blog-single-one-wrapper-heading h3 {
  position: relative;
  padding-bottom: 25px;
}
.blog-single-one-wrapper-heading h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.blog-single2 .img {
  margin-bottom: 25px;
	    width: 100%!important;
    height: 485px!important;
}
.blog-single2 {
  margin-top: 12px !important;
}
.ftr-btn-flex2 {
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 0 10px;
}
.ftr-btn-flex2 .ftr-more {
	color: var(--white);
    padding: 12px 43px;
    min-width: 100%;
    box-shadow: 0px 13px 30px 1px rgba(0, 0, 0, 0.2);
    border-radius: 200px;
    border: 1px solid #313131;
    text-align: center;
    background: #313131;
    text-transform: capitalize;
    margin-top: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6px;
    transition: all 0.3s ease-in-out;
}
/* .ftr-btn-flex2 .ftr-more a {
	display: flex;
	align-items: center;
	justify-content: center;
} */
.ftr-btn-flex2 .ftr-more:hover {
	background: transparent;
	color: #313131;
}
.ftr-btn-flex .cmn-btn a {
	width: 100%;
}



.hm-video-popup {
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		display: flex;
		align-items:center;
		justify-content:center;
		opacity: 0;
		transition: all .3s ease-in-out;
		pointer-events: none;
	}
	.hm-video-popup.show {
		opacity:1;
		pointer-events: all;
	}
	.hm-video-popup iframe {
		width: 100%;
		height: 550px;
	}
	.hm-video-popup .container {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.hm-video-popup .hm-video-popup-content {
		width: 100%;
		height: 100%;
		display: flex;
    	align-items: center;
    	justify-content: center;
	}
    .video-wrapper {
        width: 100% !important;
        height: 100% !important;
        border-radius: 50% !important;
        overflow: hidden !important;
    }

    .hero-video-item-inner {
        width: 100% !important;
        height: 100% !important;
        border-radius: 50% !important;
        overflow: hidden !important;
    }

    .hero-video-item-inner:hover .hm-pause-btn {
        display: flex;
    }

    .ply-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        background: #fff;
        color: #000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px;
        z-index: 30;
    }

    .hm-pause-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        background: #fff;
        color: #000;
        border-radius: 50%;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 60px;
        display: none;
    }
.hero-modal-content2 {
	text-align: left!important;
}
.hero-modal-content .hero-modal-info h1 {
	font-size: 28px!important;
}
.hero-modal-info p strong {
	font-weight: 700;
}
.hero-modal .hero-modal-content ul li {
	color: #565656;
    font-size: 16px;
    line-height: 24px;
}
.hero-modal .hero-modal-content ol {
	text-align: left!important;
	color: #565656;
    font-size: 16px;
    line-height: 24px;
}
/* Mobile Devices (≤ 600px) */
@media only screen and (max-width: 600px) {
  .annuation-sec .col-md-4 {
    width: 100% !important;
  }

  .annuation-sec .row-blog.slick-slider {
    margin-left: 3%;
  }

  .annuation-sec .slick-next {
    right: 3%;
  }
}

/* Medium Screens (≤ 1400px) */
@media only screen and (max-width: 1400px) {
  .annuation-sec .container {
    max-width: 1340px;
    margin: 0 auto;
  }

  .annuation-sec .slick-next {
    right: 5%;
  }

  .annuation-sec .col-md-4 {
    width: 344px !important;
  }

  .annuation-sec .row-blog.slick-slider {
    margin-left: 5%;
  }
		.social-news-wrapper{
		left:10%;
	}
}

/* Large Screens (> 1400px) */
@media (min-width: 1401px) {
  .annuation-sec .container {
    max-width: 1600px;
    margin: 0 auto;
  }

  .annuation-sec .slick-next {
    right: 5%;
  }

  .annuation-sec .col-md-4 {
    width: 440px !important;
  }

  .annuation-sec .row-blog.slick-slider {
    margin-left: 5%;
  }
	.social-news-wrapper{
		left:10%;
	}
}

/* Slick Slider */
/* Override column layout when slick is active */
/* .annuation-sec .row-blog.slick-slider {
  	display: block !important;
	margin-left: 5%;
}
 */
.annuation-sec .check-box {
  margin: 0 10px;
}

.annuation-sec .slick-prev, .slick-next {
  background: #000;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  z-index: 10;
}
.annuation-sec .slick-prev:before, .slick-next:before {
  color: #fff;
}


.annuation-sec .slick-next {
  background: url('https://superadviceai.com.au/wp-content/uploads/2025/07/Frame-1707478149.png') no-repeat center center !important;
  background-size: contain !important;
  width: 64px !important;
  height: 64px !important;
  z-index: 10 !important;
}
.annuation-sec .slick-next:before {
  content: '' !important; /* remove arrow */
}

.annuation-sec .slick-prev {
  left: 0% !important;
  background: url('https://superadviceai.com.au/wp-content/uploads/2025/07/Frame-1707478192.png') no-repeat center center !important;
  background-size: contain !important;
  width: 64px !important;
  height: 64px !important;
  z-index: 10 !important;
}
.annuation-sec .slick-prev:before {
  content: '' !important; /* remove arrow */
}

.vid-box iframe {
	width: 100%;
}

