/*
Theme Name: YasirUmer
Theme URI: http://example.com
Author: Your Name
Author URI: http://example.com
Description: Custom theme for YasirUmar project
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: yasirumer
*/
/* Global Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 160%;
}

.container {
  max-width: 1215px;
  margin: 0 auto;
  width: 100%;
}
.container-home {
  justify-content: space-between;
  max-width: 1415px;
}
/* Navbar */
.navbar {
  background-color: #111;
  padding: 15px 10px 8px;
  border-bottom: 0.5px solid #827b7b75;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 650;
  letter-spacing: 1px;
}
ul.navbar-nav {
  margin-top: -5px;
}
.navbar-brand span {
  color: #007bff;
}

.navbar-nav .nav-link {
  color: #fff !important;
  margin: 0 10px;
  font-weight: 500;
  font-size: 1rem;
}
.navbar-nav .nav-link:hover {
  color: #007bff !important;
}
.btn-custom {
  border-radius: 5px;
  padding: 8px 18px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none !important;
}
.navbar .btn {
  padding: 10px 10px;
	font-weight:600;
}
.btn-ya {
  background-color: #0d1b2a;
  border: 1px solid #007bff;
  color: #fff;
}

.btn-ya:hover {
  background-color: #007bff;
  color: #fff;
}
.btn-newsletter {
  background-color: #007bff;
  color: #fff;
  border: none;
}

.btn-newsletter:hover {
  background-color: #0056b3;
}

.main-hero-section {
  padding: 115px 20px 0px;
 background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"),
    linear-gradient(to bottom, #02061b, #000);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  text-align: left;
}
.gray-full-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.separator {
  background-color: #303030;
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.separator.less.top.dark {
  background-color: #383737;
  margin-top: 30px;
}
.text-block-12.dark-gray {
  color: #95a4a866;
  text-transform: uppercase;
  flex: none;
  font-weight: 600;
}
.hero-text h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
}
.cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.card {
  background: #111;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s;
}
.take-business-hero .cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 100%;
  margin: 90px auto 0;
  padding: 0 20px;
  display: grid;
}
.take-business-hero .card h2 {
  color: #3b82f6;
  margin-top: -65px;
  font-size: 70px;
  font-weight: 900;
  line-height: 100%;
}
.take-business-hero .card h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 135%;
}
.take-business-hero .card p {
  color: #aaa;
  font-size: 18px;
  flex-grow: 1;
  margin-bottom: 55px;
  line-height: 1.6;
  margin-top: 20px;
}
.take-business-hero .card a {
  align-self: flex-start;
  background: #007bff;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}
.logo-track img {
  width: 274px;
}
.take-business-hero .card a:hover {
  background: #0056b3;
}
.take-business-hero .card {
  background: #1e1e1e;
  padding: 25px 25px 35px;
  border-radius: 10px;
  text-align: left;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s;
}
.book-your-free-audit h1 span,
.hero-section h1 span {
  color: #007bff;
}
.hero-section p.description {
  font-size: 18px;
  color: #ccc;
  margin: 30px auto 35px;
  max-width: 700px;
}
.hero-text p {
  margin: 15px auto 15px;
  max-width: 700px;
  font-size: 18px;
  color: #ccc;
}
.heading.large {
  color: var(--white);
  text-transform: capitalize;
  min-width: 500px;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 900;
  position: relative;
}
/* Form */
form {
  max-width: 420px;
  margin: 0 auto;
}
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 1rem;
}
label {
  display: block;
  font-size: 0.9rem;
  color: #ccc;
  margin: 8px 0;
  text-align: left;
}
input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.1);
}
.btn-submit {
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  background: #007bff;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-submit:hover {
  background: #0056b3;
}
.privacy {
  margin-top: 12px;
  font-size: 0.85rem;
  margin: 12px auto 30px;
  font-size: 0.85rem;
}
.privacy a {
  color: #007bff;
  text-decoration: none;
}
.subscribe-box {
  background: #1c1c1c;
  padding: 30px 23px;
  border-radius: 8px;
  margin-top: 55px;
}
.subscribe-box h5 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.subscribe-box p {
  font-size: 18px;
  color: #aaa;
}
.btn-subscribe {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 32px;
  border-radius: 5px;
  text-decoration: none !important;
  font-size: 18px;
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
}
.btn-subscribe:hover {
  background-color: #0056b3;
}
.subscribe-box p span {
  color: #007bff;
  font-weight: 600;
}
.hero-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  max-height: 450px;
}
section.about.container img {
  max-width: 598px;
  height: auto;
  max-height: 492px;
}
.investments {
  padding: 40px 0;
  text-align: center;
  margin-bottom: 100px;
	    background: linear-gradient(to bottom, #02061b, #000);
}
.investments p {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 20px;
}
.logos {
  overflow: hidden;
  position: relative;
}
.logo-track {
    display: flex;
    gap: 50px;
    animation: scroll 55s linear infinite;
    width: max-content;
}
.logo-track img {
  max-height: 60px;
  flex-shrink: 0;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.about img {
  width: 100%;
  border-radius: 10px;
}

.about h1 {
  padding-top: 15px;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 15px;
}
.about h1 span {
  color: #3b82f6;
}
.services-section {
  background: #000;
  padding: 100px 20px 120px;
}
.section-header {
  text-align: left;
  margin-bottom: 2rem;
}
.section-header h2 {
  font-size: 48px;
  font-weight: bold;
}
.section-header p {
  font-size: 18px;
  color: #aaa;
  margin-top: 0.5rem;
}

.services-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 55px;
}
.service-content p {
  margin-top: 30px;
}
.service-card {
  background: #111;
  border-radius: 8px;
  overflow: hidden;
  flex: 1;
  min-width: 280px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}
.service-content h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 800;
  line-height: 135%;
}
.service-card img {
width: 387.33px;
    height: 218px;
  object-fit: cover;
  border-radius: 12px;
}
.service-content {
  padding: 1rem 10px 1.5rem;
}
.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 135%;
}
.service-content h4 {
  font-size: 18px;
  color: #aaa;
  margin-bottom: 0.8rem;
}
.service-content p {
  font-size: 18px;
  color: #a6a5a5;
  margin-bottom: 1rem;
  line-height: 160%;
}
.service-btn {
  background-color:#007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
  transition: background 0.3s;
}
.service-btn:hover {
  background-color: #0056b3;
}
.publications h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
}
.publications p {
  color: #ccc;
  margin-bottom: 82px;
  margin-top: 15px;
  line-height: 160%;
}
.pub-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pub-card {
  background: #1a1a1a;
  padding: 20px 20px 20px 25px;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pub-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}
.pub-card h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 135%;
}
.pub-card h3 span {
  margin-top: -53px;
  font-size: 70px;
  font-weight: 900;
  line-height: 100%;
  display: block;
  margin-bottom: 15px;
  color: #3b82f6;
}
.pub-card p {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 30px;
}
.pub-card button {
  background:#007bff;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.pub-card button:hover {
  background: #0056b3;
}
.previous-newsletter .newsletter-header {
  display: grid;
  justify-content: center;
  align-items: center;
}
.previous-newsletter .newsletter-header h1 span {
  color: #3b82f6;
}
.previous-newsletter .newsletter-header2 {
  display: flex;
  justify-content: center;
}
.home-newsletter {
  padding: 150px 20px;
}
.previous-newsletter .issue .content {
  flex: 1;
  display: block;
}
.previous-newsletter hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
.previous-newsletter .newsletter-form {
  background: #1a1a1a;
  padding: 30px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 380px;
}
.newsletter {
  margin: 0px 0;
}
.newsletter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.home-newsletter p {
  color: #999;
}
.newsletter-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
}
.newsletter-header h2 span {
  color: #3b82f6;
}
hr {
  border: none;
  border-top: 1px solid #333;
}
.about a {
  color: #3b82f6;
  display: inline-block;
  margin-top: 10px;
  text-align: right;
  display: flex;
  justify-content: end;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.hero-section {
  width: 100%;
  min-height: 100vh;
  background: url("Upper-Dotted.png") center top no-repeat;
  background-size: cover;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 100px 10px;
  position: relative;
}
.take-business-hero {
  background: url("Bottom-Dotted.png") no-repeat center center/cover;
  padding: 0px 20px 60px;
  text-align: center;
}
.take-business-hero h1 {
  color: var(--white);
  text-transform: capitalize;
  min-width: 500px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  position: relative;
  line-height: 120%;
  margin-bottom: 10px;
}
.take-business-hero p {
  max-width: 600px;
  margin: auto;
}

.hero {
  background: url("Bottom-Dotted.png") no-repeat center center/cover;
  padding: 100px 20px 60px;
  text-align: center;
}
.hero p {
  max-width: 750px;
  margin: 20px auto;
  color: #bbb;
  font-size: 1.1rem;
  line-height: 1.6;
}
.newsletter-header button {
  font-size: 18px;
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  cursor: pointer;
}
.newsletter-header .button {
  font-size: 18px;
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}
.newsletter-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  margin-top: 41px;
}
.newsletter-list h3 {
  font-size: 30px;
  font-weight: 800;
}
.newsletter-form {
  background: #1a1a1a;
  padding: 35px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  margin-left: 20px;
}
.newsletter-form h3 {
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0;
}
.newsletter-form p {
  font-size: 15px;
  text-align: center;
  color: #999;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 6px;
}
.newsletter-form button {
  width: 100%;
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
}
.newsletter-form button:hover {
  background: #1e40af;
}
.container-footer {
  background: #181818;
}
.footer {
  background: #181818;
  padding: 100px 0px 50px;
  display: flex;
  grid-template-columns: 1fr 1fr 0.9fr;
}
.footer-left img {
  width: 100%;
  max-width: 335px;
  height: auto;
  border-radius: 4px;
  margin-bottom: 15px;
}
.footer-left p {
  font-size: 15px;
  line-height: 1.6;
  margin: 12px 0;
  color: #ccc;
  max-width: 330px;
}
.footer-links {
  padding-left: 5px;
  display: flex;
  gap: 87px;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.footer-links ul li {
  margin-bottom: 16px;
  font-weight: 500;
}
.footer-links ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 16px;
  line-height: 160%;
}
.footer-links a {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
}
.footer-links a:hover {
  color: #2563eb;
}
.footer-left h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 23px;
}
.footer-left h3 span {
  color: #2563eb;
}
.footer-links h4 {
  margin-bottom: 12px;
  color: #595959;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.footer-vertical-line {
  width: 1px;
  margin-left: 28px;
  height: 100%;
  background: #80808042;
  border-radius: 3px;
  margin-right: 49px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 18px;
  color: #2563eb;
  text-decoration: none;
  background: #383737e3;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.4);
}
.hero-section h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 900px;
}
.hero-section h1 span {
  color: #007bff;
}
.hero-section p {
  color: #bbb;
  max-width: 700px;
  margin: 20px auto 30px;
  font-size: 1.1rem;
}
.hero-section .btn-primary {
  background-color: #007bff;
  border: none;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 6px;
  transition: 0.3s;
}

.hero-section .btn-primary:hover {
  background-color: #0056b3;
}
.footer .newsletter small {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  font-size: 18px;
  color: #999;
  font-size: 16px;
}
.content-section {
background: #000;
  color: #fff;
   padding: 50px 20px;
}

.content-section h3 {
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  font-size: 48px;
}
.content-section h3 span {
  color: #007bff;
}
.content-section p {
  color: #fff;
  line-height: 1.6;
}
.content-section ul li {
  margin: 10px 0;
  font-size: 18px;
  padding-left: 10px;
}
.content-section ul {
  padding-left: 20px;
}
.content-section .card {
  background-color: #111;
  border: 1px solid #222;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 25px;
  color: #fff;
  max-width: 564px;
  margin-left: 39px;
  transition: transform 0.3s ease;
}
.booking-section {
  background: linear-gradient(to bottom, #02061b, #000);
	background-repeat: no-repeat;
	background-size: cover;
}
.content-section .card:hover {
  transform: translateY(-5px);
}

.content-section .card-content {
  display: grid;
  align-items: center;
  gap: 20px;
}

.content-section .card-content img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.content-section .card-content h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.line {
  margin: 30px;
}
.award-section {
  background-color: #000;
  color: #fff;
  padding: 100px 20px;
}

.award-left {
  display: flex;
  align-items: center;
}

.award-images {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.award-img {
  width: 150px;
  max-width: 212px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.award-img:hover {
  transform: scale(1.05);
  filter: brightness(1.2);
}

.award-line {
  width: 1px;
  height: 500px;
  background-color: #333;
  margin-left: 15px;
}

.award-content h2 {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 20px;
}

.award-content h2 span {
  color: #2a6df4;
}

.award-content p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

.award-content h6 {
  font-size: 22px;
  color: #2a6df4;
  font-weight: 700;
  margin: 35px 0;
}

.award-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.award-content li {
  color: #ddd;
  margin-bottom: 10px;
}

.award-content a {
  background-color: #2a6df4;
  border: none;
  font-weight: 600;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
}

.award-content button:hover {
  background-color: #1950b8;
  transform: translateY(-2px);
}
.help-you-succeed {
  padding-bottom: 100px;
}
.help-you-succeed h2 {
  margin-bottom: 80px;
}
.help-you-succeed h2 span {
  color: #3178f6;
}
.help-you-succeed a {
  align-self: flex-start;
  background: #007bff;
  color: #fff;
  border: none;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
  position: absolute;
  bottom: 30px;
}
.help-you-succeed a:hover {
  background: #0056b3;
}
.help-you-succeed .pub-card {
  padding-bottom: 80px;
}

.booking-box {
  padding: 40px 30px 50px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  max-width: 1053px;
  border: 1px solid #3f3e3e;
  background-color: #1c1c1ca1;
}

.booking-box h3 {
  color: #fff;
  font-size: 36px;
}

.booking-box p {
  color: #beb7b7;
  margin-top: 20px;
  margin-bottom: 45px;
}

.booking-box h3 span {
  color: #007bff;
}

.features-section h2 {
  font-weight: 700;
  font-size: 48px;
}

.features-section h2 span {
  color: #007bff;
}

.features-section p {
  color: #beb7b7;
  margin-bottom: 10px;
}

.feature-card {
  height: 100%;
  padding: 40px 20px;
  background-color: #232222;
  border: none;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05), 0 0 40px rgba(0, 0, 0, 0.8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.features-section .feature-card p {
  font-size: 16px;
  max-width: 250px;
  margin: auto;
}
.features-section {
  padding-bottom: 30px;
	background:#000;
}
.talentech-section h2 {
  font-size: 48px;
  margin-bottom: 52px;
  font-weight: 600;
}
.video-container hr {
  color: black;
  opacity: 0.8;
  margin-bottom: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc4f;
  border-image: initial;
  width: 100%;
  margin-top: 10px;
}
.feature-card h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card img {
  width: 124px;
  margin-bottom: 25px;
}
.feature-card h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  margin-top: 15px;
  color: #fff;
}

.feature-card:hover {
  border-color: #007bff;
  box-shadow: 0 0 15px rgba(0, 123, 255, 0.4);
  transform: translateY(-6px);
}
.bg-black {
	background:#000;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.talentech-section {
	background: #000;
  width: 100%;
  padding: 0px 0 100px;
}

.video-box {
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.talentech-section span{
	color: #007bff;
}
.side-video {
  background-color: #1a1a1a;
  transition: all 0.3s ease;
}

.side-video:hover {
  background-color: #222;
  transform: translateY(-3px);
}

.testimonial-faq-section {
/*   background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  color: #fff;
}

.testimonial-section {
  max-width: 800px;
  margin: 0 auto 30px;
}

.stars {
  color: #ffc107;
  font-size: 1.6rem;
  letter-spacing: 1.5px;
}

.testimonial-text {
  font-size: 1.1rem;
  color: #ccc;
  max-width: 700px;
  margin: 0 auto;
  font-style: italic;
  line-height: 1.6;
}

.faq-section h2 {
  font-size: 24px;
  font-weight: 700;
}

.faq-subtext {
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto;
}

.accordion-button {
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  box-shadow: none !important;
  border-radius: 8px;
}

.accordion-button:not(.collapsed) {
  background-color: #0d6efd;
  color: #fff;
  border-radius: 0;
}

.accordion-item {
  border: none;
}

.accordion-body {
  background-color: #f8f9fa;
  color: #111;
  border-radius: 8px;
  font-size: 0.95rem;
}

.newsletter h4 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 800;
}

.newsletter input[type="text"],
.newsletter input[type="email"] {
  width: 100%;
  padding: 8px 14px;
  margin-bottom: 12px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 14px;
  background: #fff;
  color: #000;
}

.newsletter .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 13px;
  color: #ccc;
  padding: 15px 0 15px 20px;
}

.newsletter .checkbox-group input {
  margin-right: 8px;
  transform: scale(1.1);
  cursor: pointer;
  margin-top: -18px;
}

.newsletter button {
  background: #2563eb;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  width: auto;
  text-align: center;
  display: flex;
  margin: auto;
}

.newsletter button:hover {
  background: #1d4ed8;
}

.newsletter small {
  display: block;
  justify-content: center;
  margin-top: 12px;
  font-size: 18px;
  color: #999;
}

.footer-bottom {
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #999;
  border-top: 1px solid #625e5e;
  padding-bottom: 30px;
}
.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom a {
  color: #999;
  margin-left: 12px;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #2563eb;
}

.authority-section {
  background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"),
    linear-gradient(to bottom, #02061b, #000);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px 0;
  position: relative;
}

.authority-section h2 {
  font-size: 60px;
  line-height: 1.4;
  font-weight: bold;
}

.authority-section h5 {
  font-weight: 500;
  font-size: 24px;
  font-weight: 600;
}
.sub-text {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.6;
}

.authority-section p {
  color: #c7c7c7;
  line-height: 1.7;
  font-size: 18px;
  font-weight: 500;
}

.divider-line {
  width: 110%;
  height: 0.1px;
  background-color: #e0e0e061;
  margin: 60px auto 50px auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.authority-section-Phase p {
  font-size: 17px;
  line-height: 1.2;
}

.phase-box {
  height: 100%;
  background-color: #171717;
  border: 1px solid rgb(0 102 255 / 37%);
  border-radius: 8px;
  padding: 15px 20px;
  transition: all 0.3s ease;
  text-align: left;
  color: #e0e0e0;
  display: flex;
  align-items: center;
}
.phase-box p {
  color: #fff;
}

.phase-box:hover {
  background-color: rgba(20, 20, 20, 1);
  transform: translateY(-3px);
  border-color: rgba(0, 132, 255, 0.9);
}
.roadmap-section {
    padding: 50px 20px;
    background: linear-gradient(to bottom, #02061b, #000);
}
.roadmap-section .title {
  font-size: 48px;
  color: #3b82f6;
  margin-bottom: 10px;
}
.roadmap-section .subtitle {
  font-size: 22px;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 20px;
}
.container1 {
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.roadmap-left {
  display: flex;
  justify-content: center;
}
.shortcut-card hr {
  margin: 15px auto;
  opacity: 1;
}
.roadmap-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  animation: spin 50s linear infinite;
  position: absolute;
  width: 700px;
  height: 700px;
  left: -106px;
  top: 0px;
  background: url(Circle-Phases.png);
  filter: drop-shadow(0px 0px 0px #31d8f6);
  border-radius: 0px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.roadmap-right {
  flex: 1 1 470px;
  background: #292828a1;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.roadmap-right hr {
  color: #3178f6;
  border: 1px solid #3178f6;
  opacity: 0.8;
  margin-bottom: 20px;
}

.title {
  font-size: 1.8rem;
  color: #3b82f6;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.roadmap-right p {
  margin-bottom: 15px;
  color: #95a4a8;
  text-transform: capitalize;
}

.why-section {
  background: #171717;
  border-radius: 10px;
  padding: 25px 30px;
  margin: 100px auto 50px;
  max-width: 1215px;
  border: 1px solid gray;
}
.why-left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 81px;
}
.why-left .highlight {
  color: #3b82f6;
}

.align {
  display: flex;
  align-items: center;
  gap: 15px;
}

.vertical-line {
  width: 1px;
  height: 190px;
  background: gray;
  border-radius: 3px;
}

.why-left h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}

.highlight {
  color: #3b82f6;
}

.why-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-right li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 8px;
}

.why-right li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 30px;
}

.btn {
  padding: 10px 25px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}

.btn.primary {
  background-color: #2563eb;
  color: #fff;
	font-weight:600;
}

.btn.primary:hover {
  background-color: #1d4ed8;
}

.btn.secondary {
  border: 1px solid #9ca3af;
  color: #d1d5db;
}

.btn.secondary:hover {
  border-color: #3b82f6;
  color: #60a5fa;
}

.strike {
  text-decoration: line-through;
  opacity: 0.7;
}
.holding-back {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 50px 0 0px;
  background-image: url("Slices/Download Authority Marketing Roadmap/brusehd background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.holding-back .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
  margin: auto;
}
.text-section li {
  color: #fff;
  line-height: 1.4;
}
.text-section {
  flex: 1 1 50%;
}

.text-section h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.text-section .highlight {
  color: #007bff;
}

.text-section p {
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  margin-bottom: 1.2rem;
}
.holding-back .text-section p {
  max-width: 571px;
}
.text-section .highlight-text {
  color: #4da3ff;
}

.text-section hr {
  border: none;
  border-top: 1px solid #444;
  margin: 2rem 0;
  opacity: 1;
}

.text-section h3 {
  font-size: 30px;
  margin-bottom: 1rem;
}

.text-section ul {
  list-style: disc;
  margin-left: 0;
  color: #ccc;
  line-height: 1.7;
}
.boxes-section {
  flex: 1 1 42%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.box {
  padding: 20px 20px 25px;
  padding-bottom: 59px;
  border-radius: 10px;
  margin-bottom: 6px;
  width: 100%;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: start;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  font-weight: 500;
}

.box1,
.box2,
.box3 {
  background-image: url("Slices/Download Authority Marketing Roadmap/Down Arrow Box.png");
}
.box4,
.box2,
.box3 {
  margin-top: 20px;
}
.box1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.shortcut-section {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.shortcut-title {
 font-size: 48px;
    font-weight: 600;
    line-height: 1.3;
  margin-bottom: 10px;
}

.shortcut-title .highlight {
  color: #007bff;
}
.subtitle .highlight {
  color: #007bff;
}
.subtitle {
  font-size: 18px;
  color: #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.shortcut-card {
  background-color: #1a1a1a;
  border-radius: 10px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

.shortcut-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

.shortcut-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.shortcut-card p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}

.shortcut-card p span {
  color: #fff;
}

.row.justify-content-center {
  justify-content: center !important;
}
.profile-card img {
  max-width: 100%;
}
.action-section {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 80px 0;
  background-image: url("Slices/Download Authority Marketing Roadmap/brusehd background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.Bottom-Dotted {
  background-image: url("Slices/Download Authority Marketing Roadmap/Bottom-Dotted.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 50px;
}
.roadmap-testimonial p {
  font-size: 18px;
}
.action-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}

.action-subtitle {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 40px;
}
.Behind-the-Guide .shortcut-card {
  margin-top: 50px;
  padding: 40px 30px 0;
}
.Behind-the-Guide h2 {
  font-size: 36px;
  font-weight: 700;
}
section.Behind-the-Guide {
  padding-bottom: 150px;
}
.Behind-the-Guide p {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}
.Behind-the-Guide span {
  color: #4da3ff;
}
.shortcut-section .container {
  max-width: 1485px;
}
.option-card {
  background-color: #111;
  border-radius: 10px;
  padding: 0;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.option-card h4 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 12px 10px;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-border {
  border-radius: 6px;
  border: 0.5px solid #cccccc66;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.option-card.red h4 {
  background-color: #e74c3c;
}

.option-card.green h4 {
  background-color: #32d957;
}

.option-card ul {
  list-style: none;
  padding: 30px 40px;
  margin: 0;
  text-align: left;
}

.option-card li {
  margin-bottom: 18px;
  font-size: 18px;
  color: #ddd;
  display: flex;
  align-items: center;
}

.option-card li img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.action-section hr {
  opacity: 1;
}
.action-buttons .btn {
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 500;
  margin: 10px;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: #0056d1;
}

.btn-outline-primary {
  border: 1px solid #007bff;
  color: #007bff;
  background: transparent;
}

.btn-outline-primary:hover {
  background-color: #007bff;
  color: #fff;
}

.testimonial {
  margin-top: 60px;
  color: #ccc;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.resource-hub.hero-section h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
}

.hero-section {
  padding: 70px 20px;
   background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"),
    linear-gradient(to bottom, #02061b, #000);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.hero-text h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.3;
}

.hero-section h1 span {
  color: #007bff;
}

.hero-section p.description {
  font-size: 1.05rem;
  color: #ccc;
  margin: 20px auto 35px;
  max-width: 700px;
  text-align: center;
}

.newsletter-section {
  position: relative;
  padding: 80px 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/uploads/2025/12/Top-Images-BG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
.main-gift-subscribe {
  position: relative;
}
.gift-subscribe {
  width: fit-content;
  position: absolute;
  bottom: -54px;
  right: 107px;
}
.gift-subscribe img {
  width: 190px;
}
.overlay {
  background: rgba(0, 0, 0, 0.001);
  z-index: 1;
}
.text-primary {
  color: #007bff !important;
}
.text-secondary {
  color: #bbb !important;
}
.gift-section .arrow {
  color: #007bff;
  animation: bounce 1.2s infinite;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

.section-wrapper {
  padding: 0;
  text-align: center;
	background:#000;
}

.section-wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 20px;
}

.section-wrapper h2 span {
  color: #297eff;
}

.section-wrapper p {
  color: #a9a9a9;
  margin-top: 8px;
  font-size: 18px;
}

.button-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscribe-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.subscribe-btn-wrapper:hover .arrow-icon {
  transform: translateX(5px);
}
.newsletter-card {
  background: #151515;
  border: 1px solid #666666;
  border-radius: 12px;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.gift-btn1 {
  background: #297eff;
  color: #fff;
  font-size: 16px;
  padding: 6px 15px;
  border-radius: 12px 12px 0 0;
  font-weight: 500;
}
.feature-item-main {
  padding-left: 75px;
}
.newsletter-section2 {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 20px;
}
.newsletter-card img {
  margin-bottom: 30px;
}
.newsletter-card h4 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}

.newsletter-card h4 span {
  color: #297eff;
}

.newsletter-card p {
  color: #b3b3b3;
  font-size: 16px;
  margin: 10px 0 15px;
  max-width: 320px;
}

.newsletter-card .btn-primary,
.newsletter-card .btn-outline {
  padding: 10px 35px;
  font-weight: 500;
  border-radius: 0;
  font-size: 16px;
}

.newsletter-card .btn-primary {
  background: #297eff;
  border: none;
  color: #fff;
}

.newsletter-card .btn-outline {
  border: 1px solid #666;
  color: #fff;
}

.preview-img {
  max-height: 100%;
  object-fit: contain;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;
}

.number-circle {
  width: 40px;
  height: 40px;
  background: #297eff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  margin-right: 15px;
}

.feature-text h5 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  font-size: 30px;
}

.feature-text p {
  color: #bfbfbf;
  font-size: 18px;
  margin: 0;
}
.previous-newslette-main {
  padding-top: 60px;
}
.divider {
  border-bottom: 1px solid #333;
  margin: 20px 0;
}
.testimonial {
  text-align: center;
  margin: 30px auto;
  font-style: italic;
  font-size: 0.95rem;
  color: #cfcfcf;
  max-width: 700px;
}

.stars {
  color: gold;
  font-weight: 700;
  margin-top: 10px;
  font-size: 1.5rem;
  text-align: center;
}

.hero h1 span {
  color: #007bff;
}
.newsletter-list .issue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 20px 0;
}

.newsletter-list .issue:hover {
  color: #2563eb;
}
.issue .content {
  flex: 1;
}

.issue h4 {
  margin: 0 0 5px;
  transition: color 0.3s ease;
}

.arrow-link {
  padding-bottom: 4px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #2563eb;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid #ffffff38;
}

.issue:hover h4 {
  color: #2563eb;
}

.issue:hover .arrow-link {
  color: #fff;
  background: #2563eb;
  border-color: #2563eb;
  transform: translateX(5px);
}

.newsletter-form label {
  font-size: 15px;
  color: #ccc;
  text-align: center;
}
p.small.quote-line {
  font-size: 16px;
}

.newsletter label {
  display: inline-block;
  font-size: 15px;
  color: #ccc;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 33px;
}
.newsletter-form small {
  margin-top: 10px;
}
.newsletter-form .privacy-polic {
  margin-top: -6px;
}
.newsletter-form small {
  color: #777;
  text-align: center;
}

.newsletter-form a {
  color: #3b82f6;
  text-decoration: none;
}
.testimonials {
  padding: 80px 10%;
  background: #000;
  text-align: center;
}

.testimonials h1 {
  font-size: 32px;
  margin-bottom: 50px;
  font-weight: 600;
}

.testimonials h1 span {
  color: #3b82f6;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.testimonial-card {
  background: #1a1a1a;
  padding: 34px;
  border-radius: 20px;
  text-align: left;
  transition: transform 0.3s ease;
  padding-bottom: 40px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote {
  color: #3b82f6;
  font-size: 32px;
  line-height: 0;
  margin-bottom: 10px;
}

.testimonial-card h4 {
  color: #fff;
  font-size: 16px;
  margin: 5px 0 2px;
}

.role {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 10px;
}

.testimonial-card p {
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
}
.main-section {
  background-image: url(/wp-content/uploads/2025/12/Bottom-Dotted-2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #000;
  min-height: 100vh;
  padding: 0px 0px;
}

.about-section {
  position: relative;
  display: flex;
  align-items: center;
}

.about-section .overlay {
  position: absolute;
  inset: 0;
  background: url("Slices/Newsletter/Blue BG.png") center / cover no-repeat;
  z-index: 1;
}

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

.overlay-words .word,
.overlay-words .word2,
.overlay-words .word3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  display: flex;
  line-height: 1;
  justify-content: center;
}
span.word.d-block {
  margin-left: -20px;
}
span.word3.d-block {
  margin-bottom: 30px;
  margin-left: 100px;
}
span.word2.d-block {
  text-align: end;
  margin: 50px auto;
  margin-right: 40px;
}
.overlay-words {
  width: 100%;
  text-transform: uppercase;
}
.about-section h2 {
  font-size: 48px;
  font-weight: 600;
}

.about-section p {
  font-size: 18px;
  color: #ddd;
  margin-bottom: 30px;
  max-width: 575px;
}
section.newsletter-section1 {
  padding: 130px 0 0;
	background:#000;
}
.newsletter-box.p-4.rounded-4.mx-auto.mb-4 {
  border: 1px solid #cccccc5e;
}
.expert-section {
  width: 100%;
  background-color: #000;
  background-image: url("Slices/Free Resources/Brushed BG.png");
  background-size: 100% 30%;
  background-repeat: no-repeat;
  background-position: top;
  color: #fff;
  padding: 60px 20px 100px;
  min-height: 50vh;
	
}
.expert-areas h4 {
  color: #007bff;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 35px;
}
.areas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px 100px;
}
.areas-grid div {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}
.areas-grid span {
  background: transparent;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  margin-right: 10px;
  font-size: 16px;
  border: 1px solid #007bff;
}

.expert-section h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.expert-section .checklist li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 0px;
  color: #fff;
  font-size: 1rem;
  font-size: 18px;
}
.expert-section .desc {
  max-width: 502px;
  color: #aaa;
  margin-bottom: 30px;
}
.expert-section h2 span {
  color: #007bff;
}
.business-building {
  padding-top: 200px;
}
.desc {
  color: #aaa;
}
.checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.card h2 {
  color: #3b82f6;
  font-size: 2rem;
  margin-bottom: 10px;
}
.card h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 12px;
  color: white;
}
.card p {
  color: #aaa;
  font-size: 1rem;
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 1.6;
}
.card button {
  align-self: flex-start;
  background: #3b82f6;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 5px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s;
}
.card button:hover {
  background: #2563eb;
}
.roadmap-testimonial .stars {
  color: #ffc107;
  font-size: 1.6rem;
  letter-spacing: 3px;
}
.roadmap-testimonial .shortcut-section hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
.checklist li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  color: #ddd;
  font-size: 1rem;
}
.checklist li::before {
  content: "✔";
  color: #007bff;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.expert-section .checklist li::before {
  content: "✔";
  color: #007bff;
  position: relative;
  margin: 0;
  border: 2px solid #007bff;
  font-weight: normal;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 21px;
  padding: 3px 5px;
}
.btn-access {
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}
.btn-access:hover {
  background: #0056b3;
}
.desc.small {
  margin-top: 25px;
  font-size: 18px;
}
.hero h1 span {
  color: #007bff;
}
.marketing-session .hero-section {
  text-align: center;
}
.footer .newsletter label {
  display: inline-block;
  font-size: 15px;
  color: #ccc;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}
.footer .newsletter .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  font-size: 13px;
  color: #ccc;
  padding: 0px 0 0px 20px;
}
.footer .newsletter .checkbox-group input {
  margin-right: 8px;
  transform: scale(1.1);
  cursor: pointer;
  margin-top: 2px;
} 
.heading.large {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.rotator {
  display: inline-block;
  position: relative;
  min-width: 295px;
  height: 1.15em;
  overflow: hidden;
  vertical-align: bottom;
  margin-left: 0px;
}
.rotator .word {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: left;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  color: inherit;
  white-space: nowrap;
  line-height: 1em;
}
.rotator .word.active {
  transform: translateY(0);
  opacity: 1;
}
.rotator .word.exit {
  transform: translateY(-100%);
  opacity: 0;
}
.highlight {
  color: #007bff;
}
.main-video {
  flex: 3;
  max-width: 838px;
  padding: 12px;
  border-radius: 30px;
  background: #151515;
  min-height: 427px;
  border: 1px solid #464646;
}
.sidebar {
  max-height: 484px;
  overflow-y: auto;
  border-radius: 30px;
  flex: 1;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  max-width: 370px;
  margin-left: 18px;
  background: #151515;
  scrollbar-width: none;
  border: 1px solid #464646;
}
.sidebar a {
  width: 100%;
  text-decoration: none;
}
.video-thumbnail {
  border-radius: 12px;
  padding: 5px 8px 5px 0;
  width: 100%;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
}
.video-thumbnail img {
  width: 115px;
  height: 80px;
  border-radius: 10px;
  padding: 4px;
  margin-right: 10px;
}
.sidebar h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.main-video iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  min-height: 255px;
  filter: drop-shadow(0px 0px 6px #3178f6);
}
.sidebar a.active-btn {
  border: 2px solid #000;
  border-radius: 20px;
}
.publications-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.publications-popup.active {
  display: flex;
}
.publications-popup .popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}
.publications-popup .popup-inner {
  background-color: #000;
  position: relative;
  background-image: url("Upper-Dotted.png");
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 30px 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 489px;
  text-align: center;
  box-shadow: 0 0 15px rgb(0 0 0 / 30%);
  z-index: 10000;
  animation: fadeIn 0.3s ease;
  height: 440px;
  border: 1px solid #ffffff66;
}
#thankYouPopup .popup-inner {
  height: auto;
}
#thankYouPopup .popup-inner h3 {
  font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 35px;
}
.publications-popup .popup-inner h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
}
.publications-popup .popup-inner p span,
.publications-popup .popup-inner h3 span {
  color: #3178f6;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.publications-popup input {
  width: 100%;
  margin:0 0 20px;
  padding: 10px 10px 10px 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  max-width: 424px;
  height: 49px;
}
.publications-popup button {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
	font-size:18px;
	
  width: 100%;
  height: 49px;
}
.publications-popup button:hover {
  background: #0056b3;
}
.publications-popup .popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  font-size: 36px;
  color: #fff;
  font-weight: 100;
  z-index: 10001;
}
.publications .pub-hover {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.publications .pub-hover img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.publications .pub-hover img:hover {
  transform: scale(1.05);
}
.publications .pub-hover {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.publications .pub-hover img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.publications .pub-card {
  position: relative;
}
div#thankYouPopup {
  color: #fff;
}
.testimonial {
  text-align: center;
  margin: 30px auto;
  font-style: italic;
  font-size: 0.95rem;
  color: #cfcfcf;
  max-width: 771px;
}
.carousel-indicators {
  bottom: -40px;
}
.carousel-indicators [data-bs-target] {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #363434;
  opacity: 1;
  border: 1px solid #363434;
  margin: 0 6px;
  transition: all 0.3s ease;
  border: none;
}
.carousel-indicators .active {
  background-color: #007bff;
  transform: scale(1.1);
  border: 1px solid #007bff;
  border: none;
}
.faq-section h1 {
  font-size: 48px;
  font-weight: 600;
}
button.accordion-button {
  font-size: 24px;
}
.testimonial-faq-section {
  background-color: #000;
  padding: 80px 0;
  position: relative;
  color: #fff;
}
.faq-section h1 {
  font-size: 2.2rem;
  line-height: 1.3;
  color: #fff;
}
.accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}
.accordion-item {
  background: transparent;
  border: none;
}
.accordion-button {
  background-color: #1a1a1a;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 12px;
  padding: 18px 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: none;
  justify-content: space-between;
}
.accordion-button:hover {
  background-color: #222;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.25);
}
.accordion-button::after {
  content: "→";
  font-size: 20px;
  font-weight: bolder;
  border: 1px solid #5a5b5d;
  color: #007bff;
  transform: rotate(0deg);
  transition: transform 0.9s ease, color 0.3s ease;
  border-radius: 50%;
  display: flex;
  background-image: none !important;
  justify-content: center;
  align-items: center;
  padding: 14px;
  line-height: 4px;
  padding-bottom: 16px;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    align-items: flex-end;
    padding-left: 15px;
    padding-right: 14px;
    padding-bottom: 14px;
}
.content-section hr {
  opacity: 1;
  margin: 50px auto 50px 40px;
  max-width: 564px;
}
.accordion-body {
  background-color: #fff;
  color: #111;
  border-radius: 4px;
  margin-top: 0px;
  padding: 25px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-body p,
.accordion-body li {
  font-size: 1rem;
  line-height: 1.6;
}
.accordion-body ul {
  margin-top: 10px;
  padding-left: 20px;
}
.accordion-collapse {
  transition: height 0.35s ease;
}
.faq-section h1 {
  font-size: 48px;
}
.box.box4 {
  background-color: #161616;
  padding-bottom: 20px;
}
.marketing-session.hero-section {
  min-height: auto;
  padding: 100px 20px 70px;
	 background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"),
    linear-gradient(to bottom, #02061b, #000);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
}
.marketing-session.hero-section p {
  color: #bbb;
  max-width: 700px;
  margin: 20px auto 40px;
  font-size: 1.1rem;
}
.resource-hub.hero-section p.description {
  font-size: 18px;
  color: #ccc;
  margin: 20px auto 15px;
  max-width: 585px;
  text-align: center;
}
.resource-hub .sub-deading {
  letter-spacing: 2px;
  font-size: 17px;
  color: #ccc;
  margin-bottom: 10px;
}
.resource-hub form {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.resource-hub label {
  justify-content: center;
  display: flex;
  font-size: 15px;
  color: #fff;
  margin: 10px auto;
  text-align: left;
}
.resource-hub button.btn-submit {
  max-width: 227px;
  font-weight: 500;
}
.resource-hub .privacy a {
  text-decoration: underline;
  font-size: 15px;
}
.resource-hub p.privacy {
  margin-top: 10px;
  margin-bottom: 40px;
}
.container1.row {
  max-width: 1400px;
  padding-right: 0px;
  position: relative;
}
.newsletter-section .lh-sm {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 52px;
}
.newsletter-section .newsletter-form {
  background: transparent;
}
.newsletter-section p {
  font-size: 18px;
}
.newsletter-form a.privacy-policy {
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
  margin-top: -5px;
}
.newsletter-header h1 {
  font-size: 48px;
  font-weight: 600;
}
.newsletter-header h1 span {
  color: #2563eb;
}
.newsletter-list h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.newsletter-list .content {
  margin-bottom: 10px;
}
.what-people-said {
  padding: 100px 0 ;
}
.newsletter-list hr {
  margin-bottom: 40px;
}
.newsletter-list .small,
small {
  font-size: 16px;
}
.previous-newsletter .newsletter-form p {
  font-size: 16px;
}
.testimonials-section h2 {
  font-size: 48px;
}
.testimonial-card h5 {
  font-size: 16px;
}
.newsletter-section1 h2 {
  font-size: 72px;
}
.newsletter-box p {
  font-size: 16px;
}
.privacy-policy {
  font-size: 15px;
}
.testimonial-card-second h5 {
  font-size: 24px;
}
.newsletter-testimonialSlider {
  padding: 20px;
  background: #1a1a1a;
  border-radius: 20px;
}
.yasir-profile-2,
.yasir-profile {
  opacity: 0.15;
}
.yasir-profile {
  margin-top: 30px;
  z-index: 0;
}
.newsletter-bottom-bg {
  background-color: #000;
  padding: 0px 0;
  margin-top: 100px;
}
.newsletter-bottom-bg img {
  display: flex;
  margin: auto;
  width: 100%;
}
.subscribe-btn-wrapper .subscribe-btn {
  width: auto;
  padding: 10px 25px;
}
.section-wrapper .newsletter-card p {
  margin-top: -8px;
  text-align: left;
  max-width: 100%;
  font-size: 17px;
  margin-bottom: 20px;
}
.previous-newsletter .newsletter-form label {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 18px;
}
.previous-newsletter .newsletter-form button {
  margin: auto;
  width: auto;
  display: flex;
  padding: 10px 25px;
  margin-bottom: 10px;
}
.about-section .container {
  max-width: 1350px;
}
.newsletter-box {
  background: #27272778;
  max-width: 730px;
  border: 1px solid #cccccc5e;
  padding: 50px 0;
}
.newsletter-box .form-check {
  display: flex;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
}
.newsletter-box .small,
small {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 1px;
  margin-top: 0px;
}
.testimonial-card.testimonial-card-second {
  padding: 20px;
}
.marketing-session.hero-section.book-your-free-audit {
  padding: 100px 20px 100px;
}
.book-your-free-audit h5 {
  margin-top: 10px;
  font-size: 24px;
}
.book-your-free-audit h1 {
  font-size: 60px;
}
.marketing-session.hero-section.book-your-free-audit p {
  max-width: 100%;
  margin-top: 10px;
}
.unlock-success .newsletter-list h4 {
  font-size: 30px;
  margin-bottom: 7px;
}
.book-your-free-audit a.btn.btn-primary {
  margin-top: 25px;
  font-weight: 500;
}
.unlock-success .newsletter-header {
  justify-content: center;
}
.unlock-success .newsletter-header h3 {
  font-weight: 500;
  color: #2563eb;
  font-size: 38px;
  margin-bottom: 30px;
}
.unlock-success .previous-newsletter .newsletter-form {
  background: #1a1a1a;
  padding: 35px 30px 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  border: 1px solid #6b6868;
  max-width: 100%;
}
.unlock-success .newsletter-form input {
  margin-bottom: 30px;
}
.unlock-success .previous-newsletter .newsletter-form button {
  margin: auto;
  display: flex;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 10px;
  justify-content: center;
}
.unlock-success .newsletter-list .how-work {
  margin: 25px 0 40px;
}
.unlock-success .newsletter-list hr {
  margin-bottom: 25px;
}
.unlock-success .newsletter-list .issue {
  margin: 20px 0 15px;
}

.issue .num {
  background: transparent;
  width: 74px;
  background-image: url(/wp-content/uploads/2025/10/bg-num.png);
  height: 64px;
  color: #fff;
  font-weight: bold;
  font-size: 33px;
  padding: 8px 12px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  background-position: center;
  margin-right: 10px;
  align-items: center;
  background-size: cover;
}
.unlock-success .previous-newsletter {
  margin-top: 70px;
}
.unlock-success .previous-newslette-main {
  padding-top: 0;
  padding-bottom: 80px;
	background: #02061b;
}
.unlock-success h3 {
  font-size: 30px;
}
.unlock-success h6 {
  font-size: 22px;
}
.unlock-success .newsletter-box .small,
small {
  font-size: 18px;
  color: #ffffffa3;
}
.unlock-success .newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  border-radius: 4px;
}
.unlock-success .presence-today {
  font-size: 30px;
  margin-bottom: 30px;
}
.yasir-business-audit {
  background: url("Bottom-Dotted.png") no-repeat center center/cover,
    linear-gradient(to bottom, #02061b, #000);
  color: #fff;
/* 	background:#02061b; */
  padding: 0px 0 50px;
}
.yasir-business-audit .container {
  max-width: 1485px;
}
.yasir-business-audit h2 {
  font-size: 60px;
  margin-bottom: 100px;
}

.yasir-business-audit h2 span {
  color: #0d6efd;
}
.yasir-business-audit .yasir-card {
  position: relative;
  border-radius: 18px;
  padding: 37.43px 15px 31px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  margin: 10.4px 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #242424d6;
}
.yasir-business-audit .yasir-card-3 {
  background: url("/wp-content/uploads/2025/11/box-border-white-removebg-preview.png")
    bottom/contain no-repeat;
}
.yasir-business-audit .yasir-card-1 {
  background-position: bottom;
  background-image: url("/wp-content/uploads/2025/11/increased-visibility-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.yasir-business-audit .yasir-card-4 {
  background-position: top;
  background-image: url("/wp-content/uploads/2025/11/Competitive-edge-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20.5px;
}

.yasir-business-audit .yasir-card-2 {
  background: url("/wp-content/uploads/2025/11/box-border-blue-removebg-preview.png")
    top/contain no-repeat;
}
.main-div {
  height: 94%;
}
.yasir-business-audit .yasir-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  color: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(13, 110, 253, 0.4);
  margin-top: -90px;
  z-index: 999;
}
.yasir-business-audit .yasir-icon img {
  width: 75px;
  height: auto;
}

.yasir-business-audit .btn-primary {
  background-color: #0d6efd;
  border: none;
  border-radius: 6px;
}

.yasir-business-audit .btn-primary:hover {
  background-color: #0b5ed7;
}
.yasir-business-audit hr {
  margin-top: 0;
  opacity: 1;
}
.yasir-business-audit h5 {
  font-size: 24px;
  margin-top: 25px;
}
.yasir-business-audit .btn {
  margin-top: 60px;
}
.thankyou {
  padding: 100px 0px 50px !important;
}
.thankyou h1 {
  font-size: 60px;
  max-width: 975px;
  margin-bottom: 50px;
}
.what-happens-next h6,
.thankyou h6 {
  font-size: 24px;
  max-width: 900px;
  margin: auto;
}
.what-happens-next h2 {
  font-size: 48px;
}
.what-happens-next {
  padding: 0px 0 50px;
  width: 100%;
  background: transparent;
}
.thankyou .please-add-email {
  margin: 30px auto 50px;
}
.what-happens-next .container{
    background: #1a1a1a;
    border-radius: 20px;
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.what-happens-next h6 {
  max-width: 938px;
  text-align: center;
}
.instant-acces {
  padding: 100px 0 100px;
  background-image: url(/wp-content/uploads/2025/12/Bottom-Dotted-2.png) , linear-gradient(to bottom, #02061b, #000);
  background-size: cover;
  background-repeat: no-repeat;
background-position:center;
}
.instant-acces .container {
  max-width: 1300px;
}
.instant-acces h2 {
  font-size: 30px;
	margin-bottom:0;
}
.instant-acces .time {
  background: transparent;
  width: 148px;
  background-image: url(/wp-content/uploads/2025/11/timer-bg.png);
  height: 135px;
  color: #1029b7;
  font-weight: bold;
  font-size: 70px;
  padding: 8px 12px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  background-position: center;
  align-items: center;
  background-size: cover;
  border-radius: 12px;
}
.timer-main h4 {
  margin-top: 15px;
  margin-bottom: 0;
}
.timer-main {
  border: 3px solid #3178f6;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding: 25px 20px;
  margin-top: 30px;
}

.time-left-before hr{
	    color: #3178f6;
    border: 1px solid #3178f6;
    opacity: 0.8;
    margin-bottom: 20px;
}
.time-left-before h5{
    font-size: 22px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 20px;
}
.instant-acces form {
  max-width: 100%;
  margin: 0 auto;
}
.instant-acces .newsletter-form input[type="text"],
.instant-acces .newsletter-form input[type="email"],
.instant-acces .newsletter-form input[type="num"],
.instant-acces .newsletter-form input[type="email"],
.instant-acces .newsletter-form input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
  margin-bottom: 25px;
}
.instant-acces textarea#termsTextarea {
  width: 100%;
  height: 135px;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
}
.timer-main h4 {
  text-align: center;
}

.instant-acces h4 {
    font-size: 48px;
    color: #3b82f6;
}
.instant-acces h5 {
  font-size: 24px;
}
.instant-acces .checkbox-group {
  display: flex;
  align-items: self-start;
  margin-top: 25px;
}
.instant-acces .newsletter-form label {
  font-size: 16px;
  color: #fff;
  text-align: start;
  margin-top: -7px;
}
.instant-acces input[type="checkbox"] {
  margin-right: 15px;
  transform: scale(1.3);
}
.forminator-ui#forminator-module-95.forminator-design--default .forminator-button-submit {
  width: 213px;
  border-radius: 4px;
  margin:auto;
}
.time-left-before p {
  color: #95a4a8;
  margin-top: 30px;
}
.instant-acces .newsletter-form {
  background: #1a1a1a;
  padding: 30px 30px 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  margin-left: 0px;
  border: 1px solid #6662627d;
}
.instant-acces .newsletter-form h4 {
  margin-bottom: 20px;
}

.previous-issues h2 {
  font-size: 60px;
  font-weight: bold;
}
.previous-issues h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.previous-issues img {
  width: 424px;
  border-radius: 12px;
}
.success-method span,
.previous-issues span {
  color: #3178f6;
}
.success-method h1 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 60px;
}
.forge-chatbots {
  background-color: #fff;
  color: #000;
  padding: 90px 0 60px;
}
.the-success-method .newsletter-box {
  padding: 40px 10px;
  background: #121212;
}
.the-success-method .newsletter-box p {
  color: #ffffff9e;
}
.forge-chatbots .arrow-link {
  border: 1px solid #27272796;
  margin-top: -80px;
}
.forge-chatbots .container {
  max-width: 1300px;
}
.forge-chatbots h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.forge-chatbots .newsletter-list .issue {
  margin-bottom: 0;
}
.forge-chatbots small {
  color: #0000006b;
}
.forge-chatbots hr {
  opacity: 1;
  margin-top: 10px;
  margin-bottom: 30px;
}
.previous-top-bg-img {
  max-width: 100%;
  height: 30px;
  width: 100%;
}
.previous-bottom-bg-img {
  max-width: 100%;
  transform: rotate(180deg);
  height: 40px;
  width: 100%;
}
.forge-chatbots .btn-primary {
  min-width: 228px;
  margin-top: 70px;
}
.previous-issues {
  padding: 100px 0 80px;
}
.previous-issues .container {
  max-width: 1100px;
}
.the-success-method {
  padding: 50px 0 100px;
/*   background-image: url(Upper-Dotted.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #00000038;
}
.ai-newsletter {
   background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"),
    linear-gradient(to bottom, #02061b, #000);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 50px;
}

.ai-newsletter .share-newsletter,
.ai-newsletter .newsletter {
  width: 100%;
  background: #191818;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}
.ai-newsletter .newsletter input[type="text"],
.ai-newsletter .newsletter input[type="email"] {
  max-width: 290px;
}
.ai-newsletter .newsletter button {
  width: 215px;
}
.ai-newsletter .newsletter h4 {
  text-align: left;
  margin-bottom: 10px;
}
.ai-newsletter .newsletter .checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 13px;
  color: #ccc;
  padding: 0;
}
.ai-newsletter .newsletter small {
  margin-top: 0;
  font-size: 16px;
  padding-right: 15px;
}
.ai-newsletter .social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
  color: #fff;
  text-decoration: none;
  background: #3178f6;
  border-radius: 50%;
  padding: 14px 11px 11px 11px;
  width: 53px;
  height: 53px;
  text-align: center;
  line-height: 31px;
  transition: all 0.3s ease;
}
.ai-newsletter .social-icons a:hover {
  background: #1d4ed8;
  box-shadow: 0 5px 15px rgba(49, 120, 246, 0.4);
}
.services-cards a {
  text-decoration: none;
}
.service-card p {
  margin-bottom: 30px;
}
.share-newsletter h3 {
  font-size: 30px;
  margin-bottom: 50px;
}
.ai-newsletter p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffffbd;
}
.ai-newsletter .share-newsletter {
  height: 100%;
  min-width: 333px;
  margin-left: -30px;
  padding-top: 50px;
}
.share-newsletter .social-icons {
  text-align: center;
}
section.back-previos-issues {
    padding: 30px 0 120px;
  background: #02061bc7;
}
.back-previos-issues p {
  color: #ffffffbd;
}
.back-previos-issues a {
  text-decoration: none;
}
.back-previos-issues h2 {
  font-size: 59px;
}
.back-previos-issues .inner-content p {
  font-size: 18px;
  color: #fff;
}
.what-yasir-ai {
  background: #fff;
  padding: 10px 0;
  color: #000;
}
.ai-newsletter .newsletter {
  max-width: 856px;
}
.not-just-bottom-bg,
.not-just-top-bg,
.yasir-umer-ai-bottom-border-img,
.yasir-umer-aiborder-img {
  width: 100%;
}

.yasir-umer-ai-bottom-border-img {
  transform: rotate(180deg);
}
.what-yasir-ai h2 {
  font-size: 60px;
  margin-bottom: 35px;
}
.what-yasir-ai span {
  color: #3178f6;
}
.what-yasir-ai h4 {
  font-size: 24px;
}
.always-needed-main h2 {
  font-size: 48px;
}
.always-needed-main {
  padding: 40px;
  background: #1029b733;
  border-radius: 12px;
  border: none;
  font-weight: 500;
}
.always-needed-main .why-left {
  margin-right: -58px;
  gap: 15px;
}

.always-needed-main h3 {
  font-size: 30px;
}
.always-needed-main li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 8px;
}
.yasir-umer-ai-bg {
  border-radius: 12px;
  background-image: linear-gradient(to bottom, #000000 35%, #2c6ce0 153%),
    url(Upper-Dotted.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  height: 100%;
  position: relative;
  padding: 45px 0 30px;
}

.always-needed-main.container.why-section {
  padding: 30px 0;

  margin-bottom: 20px;
}
.always-needed-main.container.why-section ul li {
  font-size: 17.5px;
}
.always-needed-main li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.always-needed-main ul {
  padding-left: 0;
}
.always-needed-main ul li {
  list-style: none;
  color: #000;
  font-size: 18px;
}
.meet-yasir {
  background-color: #171711;
  color: #fff;
  text-align: center;
  max-width: 413px;
  border-radius: 7px;
  padding: 30px;
  position: absolute;
  bottom: 80px;
  left: 7%;
}
.early-users {
  padding: 180px 20px 100px;
  text-align: center;
}
.early-users span {
  color: #3178f6;
}
.early-users h2 {
  font-size: 60px;
  margin-bottom: 60px;
}
.early-users-contant {
  text-align: center;
  width: 100%;
  padding: 10px;
  background-color: #1e1e1e;
  max-width: 1076px;
  min-height: 80px;
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  position: relative;
}
.left-icon {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 53px;
  height: 53px;
}
.right-icon {
  position: absolute;
  top: -20px;
  right: 0px;
  width: 53px;
  height: 53px;
}
.another-ai-tool {
    text-align: center;
    background-image: linear-gradient(to bottom, #072af38f 51%, #00000085 123%);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    padding: 70px 0 60px;
}
.another-ai-tool h2 {
  font-size: 48px;
  margin-bottom: 60px;
}
.another-ai-tool p {
  font-weight: 400;
  font-size: 24px;
  max-width: 890px;
  margin: auto;
}
.advice-actually-works {
  background: linear-gradient(to bottom, #000, #040c15);
  padding: 140px 0 20px;
}
.advice-actually-works .main-content {
  background-color: #1029b738;
  padding: 80px 40px 50px;
  border-radius: 12px;
}
.advice-actually-works .main-content h3 {
  font-size: 30px;
}
.advice-actually-works .main-content h2 {
  font-size: 48px;
}
.advice-actually-works .main-content span {
  color: #3178f6;
}
.advice-actually-works .main-content p,
.advice-actually-works .main-content small {
  color: #95a4a8;
}
.service-based-businesses {
  padding: 0px 0 100px;
 background: url("Bottom-Dotted.png") no-repeat center center/cover ,linear-gradient(to bottom, #02061bc7, #000);
  background-size: cover;
  background-repeat: no-repeat;
/*   background-color: #02061bc7; */
}
.service-based-businesses hr {
  margin: 40px auto 80px;
  opacity: 1;
  background: #fff;
  border: 1px solid;
}
.service-based-businesses h4 {
  font-size: 24px;
}
.your-unstoppable-success span,
.service-based-businesses span {
  color: #3178f6;
}
.service-based-businesses a {
  text-decoration: none;
}
.service-based-businesses h4.success-method {
  font-style: italic;
  font-weight: 400;
  color: #ffffffc2;
}
.your-unstoppable-success .yasir-umer-written {
  width: 100%;
  max-width: 480px;
  height: 207px;
}
.service-based-businesses .biggest-risk h4 {
  font-weight: 500;
  margin-bottom: 45px;
  padding-left: 30px;
}
.advice-actually-works .yasir-umer-ai-bg {
  border-radius: 12px;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  height: 100%;
  position: relative;
  padding: 0px 0;
}
.work-directly p {
  color: #95a4a8;
}
.back-previos-issues img {
  max-width: 100%;
  border-radius: 12px;
}

.advice-actually-works hr {
  opacity: 1;
  margin-bottom: 30px;
}
.mic-icon {
  width: 54px;
  height: 54px;
  margin-top: -70px;
}
.yasir-umer-ai-bg img {
  max-width: 319px;
}
.yasir-umer-ai-profile {
  border-radius: 52px;
  border: 4px solid #fff;
}
.meet-yasir .btn.primary {
  border: none;
  background: linear-gradient(to right, #054ce8, #6b8fdb);
  padding: 10px 20px;
}
.meet-yasir a.btn.watch-demo {
  background: linear-gradient(to right, #717070, #292929);
  color: #fff;
  border: none;
  border-radius: 5px;
  margin-left: 10px;
  padding: 10px 20px;
}
.meet-yasir .btn.primary:hover {
  background: linear-gradient(to right, #6b8fdb, #054ce8);
  box-shadow: 0 4px 10px rgba(5, 76, 232, 0.3);
  transition: all 0.3s ease;
}

.meet-yasir a.btn.watch-demo:hover {
  background: linear-gradient(to right, #292929, #717070);
  color: #fff;
  transition: all 0.3s ease;
}
.meet-yasir h4 {
  font-size: 30px;
  font-weight: bold;
}
.meet-yasir p {
  font-size: 14px;
}
.ai-newsletter .newsletter label {
  display: inline-block;
  font-size: 15px;
  color: #ccc;
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.ai-newsletter .newsletter .checkbox-group input {
  margin-right: 8px;
  transform: scale(1.5);
  cursor: pointer;
  margin-top: 0px;
}
.ai-newsletter .newsletter button {
  width: 215px;
  padding: 9px 20px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai-newsletter .Newsletter-receive-main {
  gap: 15px;
  margin-bottom: 5px;
}
.always-needed-main.co-founder {
  padding: 40px 25px 20px;
}
.always-needed-main .inner-content {
  padding-left: 50px;
}
.advice-actually-works .yasir-umer-ai-bg img {
  max-width: 363px;
}
.advice-actually-works .newsletter-list h4 {
  font-size: 30px;
  margin-bottom: 5px;
}
.advice-actually-works .meet-yasir {
  background-color: #171711;
  color: #fff;
  text-align: center;
  max-width: 433px;
  border-radius: 7px;
  padding: 30px;
  position: absolute;
  bottom: 45px;
  left: 3%;
}

.advice-actually-works .meet-yasir .yasir-umer-ai-profile {
  max-width: 363px;
  height: 749.21px;
}
.advice-actually-works .meet-yasir p {
  font-size: 16px;
  margin-bottom: 35px;
}
.advice-actually-works .btn.primary {
  width: 167.39px;
  padding: 16px 25px;
}
.advice-actually-works a.btn.watch-demo {
  width: 182.4px;
  padding: 16px 25px;
}
.service-based-businesses .why-section {
  padding: 25px 50px 20px;
  margin-top: 100px;
  margin-bottom: 25px;
}
.service-based-businesses .why-right ul {
  margin-top: 10px;
}
.service-based-businesses .why-right li {
  font-size: 18px;
  margin-bottom: 16px;
}
.service-based-businesses .cta-buttons {
  margin-top: 40px;
}
.service-based-businesses .btn.primary {
  margin: auto;
  width: 332px;
  height: 49px;
}
.service-based-businesses .why-left {
  margin-right: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 30px;
}
.service-based-businesses .why-right li img {
  width: 25px;
  height: 25px;
}
.service-based-businesses .vertical-line {
  width: 1px;
  height: 228px;
  background: gray;
  border-radius: 3px;
}
.service-based-businesses .why-left h2 {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.fa-play-circle:before {
  font-size: 19px;
  content: "\f144";
  width: 23px;
  margin-right: 5px;
}
.fa-comment:before {
  content: "\f075";
  margin-right: 5px;
}
.newsletter-header .button:hover {
  background: #0056b3;
}
.newsletter-grid .arrow-link {
  margin-top: 0px;
  padding-bottom: 4px;
  text-decoration: none;
  font-size: 18px;
  color: #2563eb;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 1px solid #ffffff38;
}
.newsletter-list hr {
  opacity: 1;
}
.business-building .desc {
  max-width: 513px;
  color: #aaa;
  margin-bottom: 30px;
}
.take-action {
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
  padding: 0px 0;
}
.take-action .Bottom-Dotted {
  background-image: none;
}
body._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.authority-platform-program {
  background: #fff;
  padding: 50px 0 80px;
  color: #000;
}
.authority-platform-program .newsletter-box .small,
small {
  font-size: 18px;
  color: #595959;
}
.authority-platform-program .previous-newsletter .newsletter-form {
  color: #fff;
}
.authority-platform-program .newsletter-form input[type="tel"] {
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  border: none;
}
.interest-in-talenTecHub {
  padding: 100px 0 90px;
}
.interest-in-talenTecHub h4 {
  font-size: 30px;
  color: #595959;
  margin-bottom: 30px;
}
.interest-in-talenTecHub p {
  max-width: 775px;
  margin: auto;
  margin-top: 30px;
}
.authority-platform-program .newsletter-list h4 {
  font-weight: bold;
  margin-bottom: 0;
}
.authority-platform-program .newsletter-list hr {
  margin-bottom: 20px;
}
.ready-to-see {
  padding: 150px 0;
}
.ready-to-see h2 {
  font-size: 40px;
  margin-bottom: 60px;
}
.ready-to-see span {
  color: #3178f6;
}
.ready-to-see .row {
  max-width: 1202px;
  background: #171717;
  padding: 50px 50px 80px;
  border: 1px solid #ffffff61;
  border-radius: 12px;
}
.ready-to-see img {
  width: 450px;
  max-width: 100%;
}
.ready-to-see p {
  color: #95a4a8;
  margin-top: 40px;
}
.ready-to-see a.btn.btn-primary {
  margin-top: 40px;
}
.interest-in-talenTecHub h5 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.authority-platform-program h1 {
  font-size: 48px;
  font-weight: 500;
}
.authority-platform-program h3 {
  font-weight: 500;
  margin-bottom: 30px;
}
.authority-platform-program .issue .content {
  flex: 1;
  display: block;
  margin-bottom: 0;
}
.early-users .left-icon,
.early-users .right-icon,
.meet-yasir img.mic-icon {
  border-radius: 50%;
  background: #fff;
}
.iti {
  width: 100%;
}
.iti__flag-container {
  border-radius: 6px;
  overflow: hidden;
}
.schedule-free-consulation-form p {
  margin-bottom: 0;
}
.schedule-btn {
  width: 100%;
  padding: 12px;
  background: #007bff;
  border: none;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-bottom: 10px;
}
.unlock-success .newsletter-form input.schedule-btn {
  margin-bottom: 10px;
  margin-top: 30px;
}
.unlock-success .intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 9px;
}
.unlock-success .intl-tel-input ul.country-list {
  bottom: 100%;
  margin-bottom: -1px;
  max-width: 405%;
}
.unlock-success .country-name {
  display: none;
}
span.wpcf7-spinner {
  display: none;
}
span.wpcf7-not-valid-tip {
  margin-top: -23px;
  color: red;
  text-align: center;
}
.selected-flag {
  border-right: 1px solid #000;
}
.request-received {
  width: 344px;
  height: 68px;
  background-color: #d9d9d9;
  border-radius: 10px;
  color: #3178f6;
}
.request-received img {
  width: 32px;
  height: 31px;
}
.request-received .request-icon {
  background-image: url("/wp-content/uploads/2025/11/request-icon-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.request-received {
  align-items: center;
  display: flex;
  margin: auto;
  margin-bottom: 55px;
}
.request-content {
  margin: auto;
}
.thankyou-roadmap p {
  max-width: 775px;
  margin: auto;
  margin-top: 30px;
  color: #95a4a8;
}
.thankyou-roadmap {
  padding: 80px 0 ;
 background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"),
    linear-gradient(to bottom, #02061b, #000);
  background-size: cover;
  background-repeat: no-repeat;
}
.request-received h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}
.interested-in-learning .previous-newsletter {
  margin-top: 0;
}
.interested-in-learning .why-section {
  margin-top: 20px;
  max-width: 100%;
}
.interested-in-learning .always-needed-main .inner-content {
  padding-left: 15px;
}
.interested-in-learning .why-left {
  margin-right: -10px;
  gap: 15px;
}
.interested-in-learning .container.why-section {
  padding: 20px;
}
.interested-in-learning h2 {
  color: #000;
  text-align: center;
}
.interested-in-learning .vertical-line {
  width: 1px;
  height: 228px;
  background: gray;
  border-radius: 3px;
  margin-right: -30px;
  margin-left: 32px;
}
.interested-in-learning .inner-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.interested-in-learning p {
  max-width: 560px;
}
.interested-in-learning .btn {
  width: 360px;
  height: 53px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.interested-in-learning {
  background: #fff;
  padding: 50px 0 15px;
  color: #000;
}
.ready-to-talk {
  background-image: url(Upper-Dotted.png);
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 0 150px;
}
.ready-to-talk .row {
  padding: 60px 60px 60px;
}
.ready-to-talk p {
  color: #95a4a8;
  margin-top: 30px;
}
.left-icon {
  position: absolute;
  top: -22px;
  left: 0px;
  width: 30px;
  height: 30px;
}
.right-icon {
  position: absolute;
  top: -22px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.unlock-success .newsletter-list hr {
  color: #34383a;
}
.previous-newslette-main .previous-newsletter hr {
  color: #34383a;
}
.book-free-form .previous-newsletter .newsletter-form p {
  margin-bottom: 0;
}
.book-free-form
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.schedule-input {
  margin-top: 35px;
}
.unlock-success.book-free-form .newsletter-form input.schedule-btn {
  margin-bottom: 10px;
  margin-top: 0px;
}
.footer .newsletter p {
  margin-bottom: 0;
	text-align:center;
}
.footer span.wpcf7-list-item-label {
  font-size: 15px;
  display: inline-block;
  font-size: 15px;
  color: #ccc;
  text-align: center;
  font-weight: bold;
  margin-top: 14px;
  margin-bottom: 20px;
}
.footer input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  width: auto;
  text-align: center;
  display: flex;
  margin: auto;
}
.footer
  input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn
  button:hover {
  background: #0056b3;
}

.ai-newsletter form.wpcf7-form.init {
  max-width: 100%;
}
.ai-newsletter form.wpcf7-form.init p {
  margin-bottom: 0;
  text-align: center;
}
.ai-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn {
  width: 213px;
  height: 53px;
}
.ai-newsletter-form {
  gap: 15px;
}
.ai-newsletter
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.schedule-input {
  height: 53px;
}
.ai-newsletter span.wpcf7-list-item.first.last {
  margin: 0;
}
.ai-newsletter span.wpcf7-list-item-label {
  font-size: 15px;
}
.ai-newsletter form.wpcf7-form.sent,
.ai-newsletter form.wpcf7-form.invalid {
  max-width: 100%;
}
.ai-newsletter span.wpcf7-not-valid-tip {
  margin-top: -6px;
  color: red;
  text-align: center;
  margin-bottom: -17px;
  font-size: 14px;
}
.previous-newsletter p,
.newsletter-page-form p,
.free-resource-form p {
  margin: 0 auto;
}
.free-resource-form span.wpcf7-list-item.first.last {
  font-size: 15px;
  color: #fff;
}
.free-resource-form form.wpcf7-form.init {
  text-align: center;
}
.free-resource-form .schedule-btn {
  max-width: 227px;
  font-weight: 500;
  margin-top: 15px;
}
.free-resource-form span.wpcf7-not-valid-tip {
  margin-top: -8px;
  color: red;
  text-align: center;
  font-size: 15px;
}
.newsletter-box input[type="text"],
.newsletter-page-form input[type="email"],
.newsletter-page-form input[type="text"],
.newsletter-page-form input[type="email"] {
  border-radius: 4px;
  margin-bottom: 20px;
}
.newsletter-box form.wpcf7-form.init p {
  margin-bottom: 0;
}
.newsletter-box input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn,
.previous-newsletter
  input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn,
.newsletter-page-form
  input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn {
  width: auto;
  padding: 10px 25px;
  margin-top: 20px;
}
.previous-newsletter form.wpcf7-form.sent,
.previous-newsletter
  input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn {
  margin-top: 0;
}
.previous-newsletter
  .schedule-free-consulation-form
  input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn {
  margin-top: 30px;
}
.newsletter-box input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn {
  margin-bottom: 0px;
  margin-top: 15px;
}
.newsletter-page-form pan.wpcf7-not-valid-tip {
  margin-top: -17px;
  color: red;
  text-align: center;
  font-size: 15px;
}
.newsletter-page-form pan.wpcf7-not-valid-tip {
  margin-top: -12px;
  color: red;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
.newsletter-box pan.wpcf7-not-valid-tip {
  margin-top: -13px;
  color: red;
  text-align: center;
  font-size: 15px;
}
.the-success-method
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.schedule-input {
  margin-bottom: 20px;
}
.the-success-method pan.wpcf7-list-item-label {
  font-size: 16px;
  color: #fff;
}
.the-success-method span.wpcf7-not-valid-tip {
  margin-top: -5px;
  color: red;
  text-align: center;
  margin-bottom: -11px;
}
.the-success-method form.wpcf7-form.sent p {
  margin-bottom: 0;
}
.schedule-btn:hover {
  background: #0056b3;
}
.instant-acces .forminator-ui#forminator-module-95.forminator-design--default .forminator-textarea {
  width: 100%;
  min-height:100%;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 25px;
	max-height: 135px;
	line-height: 1.5;
}
.instant-acces .newsletter-form p {
  margin-bottom: 0;
}
a.forminator-module-edit-link {
    display: none;
}
.instant-acces #checkbox-1 .forminator-field {
    display: block !important;
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
}

.instant-acces #checkbox-1 .forminator-checkbox {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
}

.instant-acces #checkbox-1 .forminator-checkbox-label {
    text-align: left !important;
}

.instant-acces #checkbox-1 .forminator-checkbox-box {
    border-radius: 3px !important;
	width: 16px;
    height: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 16px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    top: 4px;
}
.instant-acces #checkbox-1 .forminator-checkbox-box:before {
    border-radius: 3px !important;
}
.instant-acces .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}
.instant-acces .forminator-ui#forminator-module-95.forminator-design--default .forminator-textarea,
.instant-acces .forminator-ui#forminator-module-95.forminator-design--default .forminator-input,
.instant-acces .forminator-ui#forminator-module-95.forminator-design--default .forminator-input input, 
.instant-acces .forminator-ui#forminator-module-95.forminator-design--default .forminator-iti-input .iti__selected-dial-code {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    padding: 12px;
    border-radius: 4px;
}
.instant-acces  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), 
.instant-acces  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 25px;
}
.instant-acces #checkbox-1 .forminator-checkbox-label{
	font-size: 16px;
    line-height: 1.5;
}
.instant-acces .forminator-row.forminator-row-last{
	text-align:center;
	margin-bottom:0;
}
.instant-acces form#forminator-module-95 {
    margin-bottom: 0;
}

.instant-acces .forminator-iti-input.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown.forminator-phone {
    color: #000;
}
.instant-acces .forminator-ui#forminator-module-95.forminator-design--default .forminator-textarea, .instant-acces .forminator-ui#forminator-module-95.forminator-design--default .forminator-input, .instant-acces .forminator-ui#forminator-module-95.forminator-design--default .forminator-input input, .instant-acces .forminator-ui#forminator-module-95.forminator-design--default .forminator-iti-input .iti__selected-dial-code{
	background:#000;
	color:#fff;
	border: 1px solid var(--p-colorBackgroundDeemphasize10);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-input, .forminator-ui.forminator-custom-form[data-design=default] .forminator-input:active{
	border:1px solid #fff;
}
.instant-acces .iti__selected-dial-code{
background: transparent !important;
	padding:10px 0 !important;
}
.info-package-popup.publications-popup button {
    margin-top: 12px;
}
.info-package-popup.publications-popup input {
    margin: 12px 0;
}
.forge-chatbots .newsletter-list a{
text-decoration: none;
	color:#000;
	padding: 0px 8px 4px;
}
 .home-newsletter .newsletter-list a.arrow-link:hover,
.forge-chatbots .newsletter-list a.arrow-link:hover{
	color:#fff;
}
.previous-newsletter .newsletter-list a,
.home-newsletter .newsletter-list a{
	text-decoration: none;
	color:#fff;
}
.forge-chatbots  .newsletter-list a:hover,
.previous-newsletter .newsletter-list a:hover,
.home-newsletter .newsletter-list a:hover{
	color:#2563eb;
}
.home-newsletter .newsletter-form h3{
	    font-size: 28px;
}
.take-business-hero h1 span{
	color:#3b82f6;
}
.footer .newsletter input[type="text"], .footer .newsletter input[type="email"] {
    width: 100%;
    padding: 6px 14px;
    margin-bottom: 12px;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 14px;
    background: #fff;
    color: #000;
}
.footer span.wpcf7-list-item-label {
    font-size: 15px;
    display: inline-block;
    font-size: 15px;
    color: #ccc;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 13px;
}
.footer .newsletter h4 {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 800;
}
.Clients-logo{
	max-height:50px;
}
.exppert-minimum h1{
	max-width:100%;
	font-size:60px;
}
.content-section p.sub-heading,
.exppert-minimum p.sub-heading{
	font-size: 24px;
    font-weight: 600;
	color:#fff;

}
.inner-lp-faq ul {
    padding: 0;
}
.inner-lp-faq ul li::marker {
    content: url('/wp-content/uploads/2025/11/Arrow-Left.png');
    margin-right: 20px;
}
.inner-lp-faq .first-list li::marker {
    content: url('/wp-content/uploads/2025/11/Cross-Small.png');
    margin-right: 5px;
}
.inner-lp-faq .secont-list li::marker {
    content: url('/wp-content/uploads/2025/11/Tick-Small.png');
}
.inner-lp-faq ul li {
    padding-left: 10px;
    margin-left: 25px;
    line-height: 1.7;
}
.booking-section iframe{
	min-width:1000px; 
	border:none;
}
	.content-section ul li::marker {
    content: url('/wp-content/uploads/2025/11/Arrow-Left.png');
}
.previous-newsletter .newsletter-form h3 {
font-size:28px
}
.take-action .Bottom-Dotted{
	padding-bottom: 0;
}
.take-action .Bottom-Dotted h2 span{
	color:#007bff;
}
.popup-inner .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.modal.lp-popup {
    background: #0303037d;
}
.modal.show .modal-dialog {
    transform: none;
	transition: transform .3s 
ease-out;
	    max-width: 980px;
    margin-top: 80px;
    color: #fff;
    border-radius: 20px;
    padding: 15px;
	  background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"),
    linear-gradient(to bottom, #02061b, #000);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	
}
 .modal-content {
   background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"),
    linear-gradient(to bottom, #02061b, #000);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    padding: 5px;
}
.lp-popup button.btn-close {
    font-size: 15px;
}
.lp-popup .modal-body, .lp-popup .modal-header {
    padding-top: 0;
    border: 0;

}
.lp-new-popup .modal-body, .lp-new-popup .modal-header {
    padding-left: 45px;
}
.lp-new-popup .modal-content .content {
    margin: 6px 3px 15px 20px;
    padding: 30px 20px;
    background-image: url('/wp-content/uploads/2025/11/Authority-Marketing-RoadMap-Landing-Page-PopUp.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #0d0d2b;
    border-radius: 20px;
}
.lp-new-popup h2 {
    font-size: 25px;
    background-color: #feb95f;
    width: 165px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 800;
}
.modal-body .btn{
	width: 100%;
	
}
.lp-popup .modal-body p {
    font-size: 18px;
    margin-bottom: 20px;
}
.lp-new-popup .modal-body p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 25px;
}
.modal-body .btn.secondary{
	color: #000;
}
.lp-popup .modal-body h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px;
}
.lp-popup .modal-body span {
    color: #007bff;
    font-weight: 600;
}
.lp-popup .modal-body .lp-btnall {
    margin: 0;
    width: 380px;
}
.btn-close {
    opacity: 1;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath stroke='%23fff' stroke-width='1.2' stroke-height='' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.payment-form-textarea {
    width: 100%;
    max-height: 140px;
    padding: 10px 12px !important;
    font-size: 14px;
    line-height: 1.5;
    color: #fff !important;
    background-color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    overflow-y: auto;
    white-space: pre-wrap;
	text-align:start;
	    margin: 0 10px;
}
.payment-form-textarea p {
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.payment-form-textarea:focus {
    outline: none;
    border-color: #007bff; 
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
}
.thanks-authority-plans .authority-platform-program {
    background: #000;
    padding: 80px 0 80px;
    color: #fff;
}
.wpcf7-response-output {
    font-size: 13px;
	display: inline-block;
}
body .forminator-ui#forminator-module-95.forminator-design--default .forminator-error-message {
    background-color: transparent;
    color: red;
}
.previous-issues p span{
	color:#fff;
}
.newsletter-section span.wpcf7-not-valid-tip {
    margin-top: -14px;
}
.previous-newslette-main span.wpcf7-not-valid-tip {
    margin-top: -12px;
}
.footer span.wpcf7-not-valid-tip {
    margin-top: -9px;
}
.newsletter-box span.wpcf7-not-valid-tip {
    margin-top: -9px;
}
.business-building {
    padding-top: 0px;
}
.section-subtitle {
  font-size: 1.1rem;

}

.guidance-card ul li {
  margin-bottom: 10px;
  line-height: 1.6;

}
.guidance-card ul li strong	{
		color: #007bff;
	}
.guidance-card {
    padding: 30px 24px 20px;
    height: 100%;
    border-radius: 5px;
    background-color: #1a1a1a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.guidance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.1); /* stronger shadow on hover */
}
	.guidance-card h4{
		font-size:30px;
	}
.expert-section h2 {
font-size: 36px;
}
.expert-guidance h2{
	font-size: 48px;
}
    .error {
    padding: 10px 15px 95px;
      min-height: 100%;
}
.heading-error {
    position: absolute;
    text-align: center;
    font-weight: bold;
    font-size: 280px;
    color: rgb(255 255 255 / 25%);
    right: 0;
    left: 0px;
    top: 220px;
}
.content-error {
    margin-top: 172px;
    position: relative;
    text-align: center;
    justify-content: center;
}
.error h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.content-error p {
    font-size: 18px;
    margin: auto;
    font-weight: 600;
    margin-bottom: 60px;
}
.marketing-materials {
    margin-left: 12.5px;
}
.resource-hub .marketing-materials label {
    margin-top: 0;
}
section.resource-hub.hero-section {
    padding: 70px 20px 50px;
}
.resource-hub.hero-section .wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: none;
}
.resource-hub.hero-section .schedule-btn {
 
    margin-top: 5px;
}
.authority-mrketing-plans{
    background: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png") center top no-repeat;
  background-size: cover;
  background-color: #000;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}
#back-to-prevoious-issues div#wpcf7-f86-o2 p {
    margin-bottom: 0;
}
#back-to-prevoious-issues .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
#back-to-prevoious-issues .newsletter label {
    display: inline-block;
    font-size: 15px;
    color: #ccc;
    /* padding: 25px 0 20px 20px; */
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 30px;
}
#back-to-prevoious-issues  span.wpcf7-not-valid-tip {
    margin-top: -14px;
    color: red;
    text-align: center;
}
.section-wrapper .number-circle{
	    height: 35px;
}
.back-previos-issues li {
    margin-left: 20px;
}
.back-previos-issues h6,
.back-previos-issues h5{
  font-size: 20px;
}

.back-previos-issues h4{
  font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
}
#cf7-global-spinner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
    z-index: 9999999;
    align-items: center;
    justify-content: center;
}

#cf7-global-spinner .spinner {
    width: 55px;
    height: 55px;
    border: 6px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}
body #wpcf7-f84-o1 form.wpcf7-form.restarting,
body #wpcf7-f84-o1 form.wpcf7-form.submitting {
    display: contents !important;
}
body .newsletter-box form.wpcf7-form.sent p,
body .newsletter-box form.wpcf7-form.restarting p,
body .newsletter-box form.wpcf7-form.submitting p {
    margin: 0;
}
.footer input.wpcf7-form-control.wpcf7-submit.has-spinner.schedule-btn:hover {
    background: #0056b3;
}
.footer-logo{
	color:#fff;
	text-decoration:none;
}
.bottom-bg{
	 background: url("Bottom-Dotted.png") no-repeat center center/cover;
}
.free-resource-form #wpcf7-f85-o1  .schedule-btn {
    max-width: 240px;
    font-weight: 500;
    margin-top: 15px;
}
.publications .publications-popup p{
	margin-bottom:0;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  .img-fluid {
    width: 655px;
    height: 683px;
    object-fit: cover; 
  }
  img.img-fluid.award-img {
    width: 150px;
    max-width: 212px;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  .roadmap-img {
    width: 600px;
    height: 600px;
    left: -35px;
  }
}
@media (max-width: 1500px) {
  .yasir-business-audit .yasir-card-1,
  .yasir-business-audit .yasir-card-3,
  .yasir-business-audit .yasir-card-2,
  .yasir-business-audit .yasir-card-4 {
    background: none;
  }
  .thankyou {
    padding: 100px 20px 150px !important;
  }
  .forge-chatbots .newsletter-list .issue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    margin: 20px 0;
  }
  .forge-chatbots h4 {
    font-size: 29px;
  }
  .ai-newsletter .newsletter {
    max-width: 100%;
  }
  .ai-newsletter .share-newsletter {
    height: 100%;
    min-width: 100%;
    margin-left: 0;
    padding-top: 50px;
    text-align: center;
  }
  .early-users {
    overflow-x: hidden;
  }
  .yasir-umer-ai-bottom-border-img {
    height: 35px;
    transform: rotate(180deg);
  }
  .divider-line {
    width: 100%;
  }
	.service-content h3 {
    font-size: 28px;
}
}
@media (max-width: 1199px) {
  .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  .navbar-nav .nav-link {
    margin: 0 1px;
  }
  .footer-vertical-line {
    display: none;
  }
  .footer {
    padding: 50px 15px 20px;
  }
  .arrow-link {
    width: 47px;
  }
  .footer-links {
    padding-left: 15px;
    display: flex;
    gap: 87px;
    padding-right: 15px;
  }
  .why-left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 26px;
  }
  .roadmap-img {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
  }
  .heading.large {
    font-size: 62px;
  }
  .service-btn {
    padding: 0.6rem 1rem;
  }
  .service-content h3 {
    font-size: 23px;
  }
  .home-newsletter .newsletter-form {
    padding: 20px;
  }
  .home-newsletter .newsletter label {
    font-size: 13px;
    justify-content: center;
    display: flex;
  }
  .home-newsletter input[type="checkbox"] {
    margin-right: 5px;
    transform: scale(1.1);
  }
  body br {
    display: none;
  }
  .take-business-hero h1 {
    font-size: 52px;
  }
  .footer .newsletter .checkbox-group {
    display: flex;
    padding: 0;
    justify-content: center;
  }
  .footer .newsletter .checkbox-group input {
    margin-top: 5px;
  }
  .footer-links {
    padding-left: 30px;
    gap: 40px;
  }
  .newsletter-grid {
    gap: 10px;
  }
  .yasir-business-audit .yasir-icon {
    width: 100px;
    height: 100px;
  }
  .yasir-business-audit .yasir-icon img {
    width: 62px;
    height: auto;
  }
  .yasir-business-audit .yasir-card-1,
  .yasir-business-audit .yasir-card-3,
  .yasir-business-audit .yasir-card-2,
  .yasir-business-audit .yasir-card-4 {
    background: none;
    padding: 0 5px;
  }
  .what-happens-next {
    padding: 100px 0;
  }
  .thankyou h1 {
    font-size: 60px;
    max-width: 975px;
    margin-bottom: 30px;
  }
  .time-left-before {
    padding-right: 15px;
  }
  .instant-acces .time {
    width: 130px;
    height: 115px;
  }
  .forge-chatbots .arrow-link {
    width: 36px;
    margin-top: -59px;
  }
  .forge-chatbots h4 {
    font-size: 23px;
  }
  .the-success-method {
    padding: 50px 0 100px;
  }
  .forge-chatbots .container,
  .previous-issues .container {
    max-width: 100%;
  }
  .previous-issues img {
    max-width: 100%;
  }
  .meet-yasir {
    left: 0%;
  }
  .always-needed-main.co-founder {
    margin-bottom: 30px;
  }
  .yasir-umer-ai-bg {
    max-height: 749px;
  }
  .always-needed-main.container.why-section {
    padding: 30px 15px;
    margin-bottom: 20px;
  }
  .always-needed-main .inner-content {
    padding-left: 69px;
  }
  .advice-actually-works .meet-yasir {
    background-color: #171711;
    color: #fff;
    text-align: center;
    max-width: 100%;
    border-radius: 7px;
    padding: 30px;
    position: absolute;
    bottom: 45px;
    left: 0%;
  }
  .advice-actually-works .main-content {
    background-color: #1029b738;
    padding: 80px 20px 50px;
    border-radius: 12px;
  }
  .ready-to-talk {
    padding: 100px 0;
  }
  .interested-in-learning .vertical-line {
    margin-right: 30px;
    margin-left: 10px;
  }
  .yasir-business-audit .btn {
    margin-top: 60px;
  }
	.booking-section iframe{
	min-width:100%; 
	border:none;
}
	.option-card h4 {
    font-size: 19px;
   
}
	a.service-btn {
    font-size: 17px;
}
	.investments {
    margin-bottom: 50px;
}
	.help-you-succeed {
    padding-bottom: 50px;
}
	.services-section {
    background: #000;
    padding: 50px 15px 50px;
}
	.home-newsletter {
    padding: 50px 15px;
}
	.newsletter-header h2 {
    font-size: 40px;
}
}
@media (max-width: 992px) {
  .about-section .container {
    max-width: 100%;
  }
  .hero-section h1,
  .hero-text h1 {
    font-size: 2.2rem;
  }
  .hero-section h1 {
    text-align: center;
  }
  .hero-section {
    padding: 60px 15px;
  }
  .hero-section p {
    font-size: 16px;
  }
  .newsletter-grid h3 {
    font-size: 20px;
  }
  .footer {
    text-align: center;
    padding: 50px 15px 30px;
    grid-template-columns: repeat(1, 1fr);
  }
  .footer > div:last-child {
    grid-column: 1 / -1;
  }
  .footer-left p {
    margin: 0 auto 15px;
  }

  .footer-links {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .side-images img {
    width: 120px;
    height: 120px;
  }

  .testimonial-faq-section {
    padding: 80px 20px;
  }

  .shortcut-card {
    margin-bottom: 20px;
    padding: 20px 20px 1px;
  }
  .content {
    flex-direction: column;
    align-items: center;
  }

  .text-section,
  .boxes-section {
    flex: 1 1 100%;
  }
  .content-section h3,
  .text-section h2 {
    font-size: 1.9rem;
  }
  .award-content ul {
    list-style: none;
  }
  .feature-card {
    height: 100%;
    background-color: #111;
    border: 1px solid #222;
    color: #fff;
  }
  .box,
  .box.box4 {
    font-size: 0.95rem;
    padding: 20px;
    background-color: #262626;
    background-image: none;
  }
  .holding-back .content {
    gap: 0px;
  }

  .authority-section {
    padding: 80px 15px;
  }

  .authority-section h2 {
    font-size: 40px;
  }

  .video-box iframe {
    height: 320px;
  }

  .award-section {
    text-align: center;
  }

  .award-left {
    flex-direction: column;
  }

  .award-line {
    display: none;
  }

  .award-img {
    max-width: 150px;
  }

  .pub-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-newsletter .newsletter-form h3 {
    font-size: 30px;
  }
  .home-newsletter .newsletter-form {
    margin-bottom: 30px;
  }
  .about {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .services-cards {
    justify-content: center;
  }
  .about-section {
    text-align: center;
    padding: 0px 0;
  }

  .overlay-words {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .box {
    margin-bottom: 0;
  }
  .overlay-words {
    transform: translateX(-13%);
  }
  .roadmap-section,
  .main-section,
  .section-wrapper,
  .authority-section,
  .award-section,
  .holding-back,
  .shortcut-section,
  .action-section,
  .take-business-hero,
  .services-section,
  .hero,
  .content-section {
    padding: 40px 0px;
  }
  .roadmap-img {
    width: 343px;
  }
  .testimonial-faq-section {
    padding: 00px 20px 40px;
  }
  .text-section ul {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .take-business-hero h1 {
    font-size: 2rem;
  }
  .previous-newsletter .newsletter-form {
    background: transparent;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }
  .newsletter-form p,
  .newsletter-form h3 {
    text-align: center;
  }
  .about container img,
  .main-hero-section img {
    max-width: 100%;
  }
  .main-hero-section h1 {
    font-size: 3.2rem;
  }
  .subscribe-box h5,
  .main-hero-section h1,
  .main-hero-section p {
    text-align: center;
  }
  .main-btn-div {
    display: flex;
    justify-content: center;
  }
  .publications.container h2,
  .publications.container p {
    text-align: center;
  }
  .newsletter p {
    align-items: center;
    text-align: center;
  }
  .arrow-link {
    width: 34px;
  }

  .newsletter-form {
    max-width: 100%;
    padding: 30px 15px;
  }
  .issue .content {
    gap: 0px;
  }
  .take-business-hero .card h2 {
    margin-top: -48px;
    font-size: 50px;
  }
  .newsletter-header2 {
    text-align: center;
  }
  .hero-section {
    padding: 20px 15px;
  }
  .container-home {
    flex-flow: column;
  }
  .main-hero-section {
    padding: 50px 20px 0px;
  }
  .investments {
    margin-bottom: 50px;
  }
  .section-header p,
  .section-header h2 {
    text-align: center;
  }
  section.publications.container {
    margin-top: 30px;
  }
  .pub-card h3 span {
    margin-top: -44px;
    font-size: 50px;
  }
  .publications p {
    margin-bottom: 50px;
  }
  .pub-card {
    margin-bottom: 30px;
  }
  .home-newsletter {
    padding: 50px 0px;
  }
  .newsletter {
    border-left: none;
    padding: 0px 7px 30px 0px;
  }
  .service-content h3 {
    font-size: 25px;
  }
  .newsletter-grid {
    margin-top: 20px;
  }
  .take-business-hero h1 {
    min-width: auto;
  }
  .subscribe-box h5 {
    font-size: 28px;
  }
  .take-business-hero h1,
  .publications.container h2,
  .newsletter-header h2,
  .section-header h2,
  .about h1 {
    font-size: 35px;
  }
  .authority-section h5 br {
    display: none;
  }
  .newsletter-form {
    margin-left: 0;
  }
  .vertical-line {
    display: none;
  }
  .text-section,
  .boxes-section {
    flex: 0 0 100%;
    display: contents;
  }
  .marketing-session.hero-section {
    padding: 50px 15px 50px;
  }
  .content-section h3 {
    text-align: center;
  }
  .content-section .card {
    margin-left: 0;
  }
  .content-section .card-content h5 {
    font-size: 25px;
  }
  .content-section .line {
    display: none;
  }
  .hero-section h1 {
    font-size: 40px;
  }
  .profile-card.mt-3 {
    max-width: 600px;
    margin: auto;
  }
  .business-building {
    padding-top: 100px;
  }
  .expert-section {
    padding: 60px 20px 50px;
  }
  .roadmap-right.col-md-6 {
    margin-bottom: 50px;
  }
  .newsletter-header h1 {
    font-size: 35px;
    font-weight: 600;
  }
  .container-home img {
    max-width: 500px;
  }
  .service-card {
    min-width: 100%;
    max-width: 100%;
  }
  .take-business-hero .cards {
    gap: 10px;
    padding: 0 0px;
  }
  .footer .d-flex {
    justify-content: center;
    width: 100%;
  }
  .take-business-hero {
    padding: 40px 0;
  }
  .book-your-free-audit h1 {
    font-size: 50px;
  }
  .book-your-free-audit a.btn.btn-primary {
    margin-top: 0;
  }
  .marketing-session.hero-section.book-your-free-audit {
    padding: 100px 20px 80px;
  }
  .unlock-success .previous-newsletter .newsletter-form {
    max-width: 69%;
    margin: auto;
  }
  .yasir-business-audit {
    background-image: url("/wp-content/uploads/2025/12/Bottom-Dotted-2.png"),
      linear-gradient(to bottom, #02061b, #000);
    color: #fff;
    padding: 0px 0 50px;
  }
  .yasir-business-audit h2 {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .yasir-business-audit .yasir-card-1,
  .yasir-business-audit .yasir-card-3,
  .yasir-business-audit .yasir-card-2,
  .yasir-business-audit .yasir-card-4 {
    background: none;
    padding: 0 5px;
    margin-top: 65px;
  }
  .unlock-success .newsletter-header h3 {
    font-size: 30px;
    margin-bottom: 18px;
  }
  .yasir-business-audit .btn {
    margin-top: 60px;
  }
  .thankyou .please-add-email {
    margin: 50px auto 80px;
  }
  .what-happens-next {
    padding: 50px 0;
  }
  .what-happens-next h6 {
    margin-top: 0px;
  }
  .thankyou {
    padding: 100px 20px 50px !important;
  }
  .success-method h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .forge-chatbots .btn-primary {
    min-width: 228px;
    margin-top: 30px;
  }
  .ai-newsletter .newsletter input[type="text"],
  .ai-newsletter .newsletter input[type="email"] {
    max-width: 100%;
  }
  .ai-newsletter .newsletter p {
    text-align: left;
  }
  .ai-newsletter {
    padding: 100px 0 50px;
  }
  .ai-newsletter .share-newsletter {
    margin-top: 20px;
  }
  .back-previos-issues h2 {
    font-size: 35px;
  }
  .back-previos-issues .inner-content p {
    font-size: 18px;
    margin-top: 20px;
    color: #fff;
  }
  .meet-yasir {
    left: 3%;
    width: 94%;
    margin: auto;
    max-width: 100%;
  }
  .always-needed-main {
    margin-top: 20px;
  }
  .always-needed-main.co-founder {
    margin-bottom: 15px;
  }
  .always-needed-main .why-left {
    margin-right: 0;
    gap: 15px;
  }
  .always-needed-main .inner-content {
    padding-left: 0;
  }
  .early-users {
    padding: 50px 20px 50px;
    text-align: center;
  }
  .early-users h2 {
    font-size: 35px;
    margin-bottom: 60px;
  }
  .right-icon,
  .left-icon {
    position: absolute;
    top: -25px;
    width: 40px;
    height: 39px;
  }
  .another-ai-tool {
    padding: 50px 0;
  }
  .another-ai-tool h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .another-ai-tool p {
    font-size: 20px;
  }
  .advice-actually-works {
    padding: 0px 0 20px;
  }
  .advice-actually-works .main-content h2 {
    font-size: 35px;
  }
  .advice-actually-works .main-content h3 {
    font-size: 22px;
  }
  .advice-actually-works .newsletter-list h4 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .service-based-businesses h4 {
    font-size: 20px;
  }
  .service-based-businesses hr {
    margin: 40px auto 40px;
  }
  .service-based-businesses .biggest-risk h4 {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 0;
  }
  .service-based-businesses .why-section {
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .service-based-businesses .why-left {
    margin-right: 0;
    gap: 30px;
  }
  .service-based-businesses {
    padding: 50px 0 50px;
  }
  .what-yasir-ai h2 {
    font-size: 35px;
    margin-bottom: 35px;
  }
  .thankyou-roadmap {
    padding: 50px 15px;
  }
  .ready-to-talk {
    padding: 50px 0;
  }
  .ready-to-talk .row {
    padding: 20px;
  }
  .ready-to-see h2 {
    font-size: 40px;
    margin-bottom: 0px;
  }
  .ready-to-see a.btn.btn-primary {
    margin-top: 20px;
  }
  .thankyou-roadmap p {
    max-width: 775px;
    margin: auto;
    margin-top: 30px;
    color: #95a4a8;
  }
  .inner-content {
    height: 100%;
  }
  img.not-just-bottom-bg,
  img.not-just-top-bg {
    height: 30px;
  }
  .advice-actually-works .main-content {
    background-color: #1029b738;
    padding: 80px 0px 50px;
    border-radius: 12px;
  }
  .roadmap-right {
    margin-top: 30px;
  }
	.footer-left.d-lg-flex {
    width: 100%;
}
	.unlock-success .newsletter-form input {
    margin-bottom: 15px;
}
	.faq-section h1,
	.features-section h2,
	.talentech-section h2{
		font-size:40px;
	}
	.main-video {
    flex: 2;
}
	.book-free-form
  input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.schedule-input {
    margin-top: 15px;
}
	.ai-newsletter
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.schedule-input {
    max-width: 500px;
}
	.business-building .desc {
    max-width:100%;

}
	.resource-hub.hero-section h1 {
    font-size: 35px;
}
	.guidance-card h4 {
    font-size: 25px;
}
	.forminator-field-html p{
		text-align:left;
	}
	section.Behind-the-Guide {
    padding-bottom: 50px;
}
	.action-title {
    font-size: 35px;
	}
	.thankyou .please-add-email {
    margin: 50px auto 0px;
}
	.about h1 {
    padding-top: 0;
}
	.service-card {
    text-align: center;
}
	.service-card img{
		margin:auto;
	}
	.pub-card p{
		text-align:left !important;
	}
	.home-newsletter {
    padding: 50px 0px 0;
}
}
@media (max-width: 900px) {
  .newsletter-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-header {
    flex-direction: column;
    align-items: center;
  }

  .view-btn {
    margin-top: 10px;
  }
  .newsletter-grid {
    grid-template-columns: 1fr;
  }
  .why-section {
    flex-direction: column;
    padding: 25px 15px;
    text-align: center;
  }

  .align {
    flex-direction: column;
  }

  .vertical-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(to right, #3b82f6, gray);
  }

  .why-left h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .why-right li {
    justify-content: center;
    font-size: 0.9rem;
  }

  .award-content h2 {
    font-size: 34px;
  }
  .features-section {
    padding-bottom: 50px;
  }
  .feature-item-main {
    padding-left: 15px;
  }
  span.word.d-block {
    margin-left: 55px;
  }
  span.word2.d-block {
    text-align: end;
    margin: 19px auto;
    margin-right: 0px;
  }
  span.word3.d-block {
    margin-bottom: 30px;
    margin-left: 61px;
  }
  .newsletter-box .small,
  small {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 1px;
    margin-top: 0;
  }
  .booking-box {
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    max-width: 100%;
    border: 1px solid #3f3e3e;
    background-color: #1c1c1ca1;
  }
}
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 1.9rem;
  }

  .hero-text p {
    font-size: 0.95rem;
  }

  .subscribe-box {
    padding: 15px;
  }
  .footer {
    grid-template-columns: 1fr;
  }
  .side-images {
    display: none !important;
  }

  h1 {
    font-size: 1.9rem;
  }
  .background-image .content {
    gap: 0px;
  }
  .shortcut-title {
    font-size: 1.9rem;
  }
  .faq-section h2 {
    font-size: 1.6rem;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .action-title {
    font-size: 1.6rem;
  }

  .option-card {
    padding: 20px;
  }

  .option-card h4 {
    font-size: 1rem;
  }

  .roadmap-right {
    text-align: center;
  }

  .why-section {
    flex-direction: column;
    text-align: center;
  }

  .why-right ul {
    text-align: left;
  }

  .authority-section h2 {
    font-size: 35px;
  }
  .authority-section h2 br {
    display: none;
  }
  .service-card {
    max-width: 100%;
  }
  .sub-text {
    font-size: 1rem;
  }

  .phase-box {
    text-align: center;
  }

  .side-video {
    justify-content: start;
  }

  .video-box iframe {
    height: 280px;
  }

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

  .content-section img {
    margin-bottom: 20px;
  }

  .content-section h2 {
    font-size: 1.6rem;
    text-align: center;
  }
  .newsletter-list .issue {
    gap: 8px;
  }
  .unlock-success .newsletter-list h4 {
    font-size: 25px;
    margin-bottom: 7px;
  }

  .content-section .card-content {
    flex-direction: column;
    text-align: center;
  }

  .content-section .card-content img {
    margin-bottom: 10px;
  }

  .hero h1 {
    font-size: 3rem;
  }
  .services-cards {
    flex-direction: column;
    align-items: center;
  }
  .newsletter-right {
    border-top: 2px solid #e9ecef;
    padding-top: 30px;
  }
  .footer-bottom {
    padding: 15px 0px;
  }
  .take-business-hero .cards {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin: 50px auto 0;
  }
  .take-business-hero .card p {
    margin-top: 20px;
  }
  .take-business-hero .card {
    margin-bottom: 20px;
  }
  .take-business-hero .card h3 {
    font-size: 25px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .newsletter h4 {
    font-size: 25px;
    margin-bottom: 13px;
    margin-top: 30px;
  }
  .pub-card h3 {
    font-size: 25px;
  }

  .pub-card button {
    margin: auto;
  }
  about h1 {
    padding-top: 0px;
  }
  .sidebar {
    gap: 10px;
    max-width: 100%;
    margin-left: 0;
    margin-top: 10px;
    max-height: 675px;
  }
  .roadmap-right {
    margin-top: 20px;
  }
  .newsletter-bottom-bg {
    background-color: #000;
    padding: 0px 0;
    margin-top: 40px;
  }
  .roadmap-section {
    padding: 40px 0;
  }
  .video-thumbnail {
    display: flex;
  }
  .video-container img {
    max-width: 100%;
  }
  .main-video iframe {
    border-radius: 12px;
    min-height: 255px;
    border: 1px solid #000;
  }
  .main-video {
    width: 100%;
    max-width: 100%;
    min-height: 270px;
    padding: 0;
  }
  .booking-box h3 {
    color: #fff;
    font-size: 28px;
  }
  .features-section h2 {
    font-weight: 700;
    font-size: 30px;
  }
  .feature-card h5 {
    font-size: 25px;
  }
  .features-section .feature-card p {
    font-size: 16px;
    max-width: 100%;
    margin: auto;
  }
  .feature-card img {
    width: 100px;
    margin-bottom: 25px;
  }
  .roadmap-section .title {
    font-size: 35px;
    color: #3b82f6;
    margin-bottom: 10px;
  }
  .award-section {
    padding: 40px 0;
  }
  .shortcut-section {
    padding: 40px 0;
  }
  .Behind-the-Guide .shortcut-card {
    margin-top: 10px;
    padding: 20px 10px;
  }
  section.Behind-the-Guide {
    padding-bottom: 40px;
  }
  .option-card {
    padding: 0;
  }
  .newsletter-header h1 {
    font-size: 28px;
    font-weight: 600;
  }
  .newsletter-section br {
    display: none;
  }
  .newsletter-section {
    padding: 80px 0 20px;
  }
  .section-wrapper h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  .section-wrapper {
    padding: 0px 0;
  }
  .newsletter-card h4 {
    font-size: 24px;
  }
  .newsletter-section2 {
    padding: 25px 15px;
  }
  .newsletter-card .btn-primary,
  .newsletter-card .btn-outline {
    padding: 10px 15px;
  }
  .newsletter-card h4 br {
    display: none;
  }
  .newsletter-section .lh-sm {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 35px;
  }
  .option-card ul {
    list-style: none;
    padding: 15px;
    margin: 0;
    text-align: left;
  }
  .action-section {
    padding: 40px 0;
  }
  div#testimonialSlider {
    padding: 0 15px;
  }
  .testimonial-faq-section {
    padding: 40px 0px 40px;
  }
  button.accordion-button {
    font-size: 20px;
  }
  .faq-section h1 {
    font-size: 2rem;
    line-height: 1.3;
    color: #fff;
  }
  .talentech-section h2 br {
    display: none;
  }
  .talentech-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
  }
  .roadmap-testimonial p {
    font-size: 16px;
  }
  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
  .testimonial {
    margin: 30px auto 0;
  }
  .talentech-section {
    padding: 30px 0px 60px;
  }
  .testimonial-faq-section {
    padding: 80px 0px 40px;
  }
  .accordion-body {
    padding: 25px 20px 10px;
  }
  .expert-section {
    padding: 35px 0px;
  }
  .expert-areas h4 {
    font-size: 30px;
  }
  .areas-grid {
    gap: 10px 100px;
  }
  .areas-grid span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    font-weight: 400;
    font-size: 14px;
  }
  .business-building {
    padding-top: 50px;
  }
  .expert-section h2 {
    font-size: 30px;
  }
  .expert-section .checklist li {
    font-size: 16px;
  }
  .expert-section .checklist li::before {
    content: "✔";
    color: #007bff;
    position: relative;
    margin: 0;
    border: 2px solid #007bff;
    font-weight: normal;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 8px;
    padding: 3px 4px;
  }
  .desc.small {
    margin-top: 25px;
    font-size: 16px;
  }
  .roadmap-right {
    padding: 20px 15px;
  }
  .Behind-the-Guide h2 {
    font-size: 29px;
    font-weight: 700;
  }
  .feature-text h5 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    font-size: 22px;
  }
  .feature-item {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .number-circle {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .newsletter-list h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .testimonials-section h2 {
    font-size: 30px;
  }
  .testimonial-card {
    padding: 20px;
  }
  .what-people-said {
    padding: 40px 0;
  }
  .about-section h2 {
    font-size: 35px;
    font-weight: 600;
  }
  section.newsletter-section1 {
    padding: 0;
  }
  .newsletter-section1 h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .newsletter-box br,
  .newsletter-section1 h2 br {
    display: none;
  }

  .newsletter-box {
    padding: 15px;
  }
  .container-home img {
    max-width: 100%;
  }
  .unlock-success .previous-newsletter .newsletter-form {
    max-width: 500px;
    margin: auto;
    padding: 20px 10px;
  }
  .unlock-success .previous-newslette-main {
    padding-top: 0;
    padding-bottom: 40px;
	
  }
  .yasir-business-audit h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .yasir-business-audit .btn {
    margin-top: 35px;
  }
  .thankyou {
    padding: 50px 20px 50px !important;
  }

  .what-happens-next h6,
  .thankyou h6 {
    font-size: 20px;
  }
  .instant-acces {
    padding: 30px 0 50px;
  }
  .time-left-before .decsription {
    margin: 30px -1px 20px;
  }
  .time-left-before p {
    margin-top: 10px;
  }
  .instant-acces .time {
    width: 93px;
    height: 90px;
  }
  .instant-acces h4 {
    font-size: 25px;
  }
  .previous-issues {
    padding: 50px 0;
  }
  .previous-issues h2 {
    font-size: 47px;
    font-weight: bold;
  }
  .previous-issues h5 {
    font-size: 22px;
  }
  .forge-chatbots {
    background-color: #fff;
    color: #000;
    padding: 50px 0;
  }
  .issue .num {
    width: 50px;
    height: 50px;
    font-size: 27px;
    padding: 8px 12px;
  }
  .meet-yasir {
    left: 0%;
    width: 100%;
    margin: auto;
    max-width: 100%;
    padding: 10px;
  }
  .what-yasir-ai h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .always-needed-main {
    padding: 20px;
  }
  .right-icon {
    position: absolute;
    top: -32px;
    width: 40px;
    height: 39px;
    right: -6px;
  }
  .early-users-contant {
    margin: 40px auto;
  }
  .advice-actually-works .yasir-umer-ai-bg img {
    max-width: 320px;
  }
  .advice-actually-works .meet-yasir {
    background-color: #171711;
    color: #fff;
    text-align: center;
    max-width: 100%;
    border-radius: 7px;
    padding: 10px;
    position: absolute;
    bottom: 45px;
    left: 1%;
  }
  .advice-actually-works .meet-yasir p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .advice-actually-works a.btn.watch-demo,
  .advice-actually-works .btn.primary {
    width: 167.39px;
    padding: 10px 15px;
  }
  .left-icon {
    position: absolute;
    top: -32px;
    width: 40px;
    height: 39px;
    left: -6px;
  }
  .forge-chatbots .newsletter-list h4 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .forge-chatbots .newsletter-list .issue {
    margin: 20px 0 0;
    gap: 5px;
  }
  .success-method h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .the-success-method {
    padding: 50px 0;
  }
  .ai-newsletter {
    padding: 50px 0;
  }
  .ai-newsletter .newsletter input[type="text"],
  .ai-newsletter .newsletter input[type="email"] {
    max-width: 100%;
  }
  .ai-newsletter .newsletter .checkbox-group {
    justify-content: center;
  }
  .help-you-succeed h2 {
    margin-bottom: 60px;
  }
  .newsletter-grid .arrow-link {
    margin-top: 0px;
    width: 43px;
  }
  .gift-subscribe {
    display: none;
  }
  .ready-to-see {
    padding: 50px 0;
  }
  .interest-in-talenTecHub {
    padding: 50px 15px;
  }
  .interest-in-talenTecHub h4 {
    font-size: 20px;
    color: #595959;
    margin-bottom: 30px;
  }
  .interest-in-talenTecHub h1 {
    font-size: 35px;
  }
  .interest-in-talenTecHub h5 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .authority-platform-program .previous-newsletter {
    margin-top: 50px;
  }
  .authority-platform-program {
    padding: 50px 0;
  }
  .ready-to-see .row {
    padding: 30px 0;
  }
  .ready-to-see h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .ready-to-see p {
    color: #95a4a8;
    margin-top: 20px;
  }
  .ready-to-see a.btn.btn-primary {
    margin-top: 0px;
  }
  img.yasir-umer-aiborder-img {
    height: 30px;
  }
  .interested-in-learning .previous-newsletter {
    margin-top: 0px;
  }
	.footer{
		display: block;
	}
	.lp-new-popup .modal-content .content {
    margin: 20px 0px 0px 0px;
		padding: 30px 10px;
	}
.lp-new-popup .modal-body, .lp-new-popup .modal-header {
    padding-left: 0;
    padding-right: 0;
}
	.modal-body img{
		max-height:300px;
	}
	.lp-new-popup .modal-body .lp-btnall {
    height: auto;
    padding: 9px 10px;
}
.heading-error {

    top: 245px;
}
	.marketing-session.hero-section.book-your-free-audit {
    padding: 80px 20px 40px;
}
	.service-based-businesses hr {
    margin: 0px auto 40px;
}
	.divider-line {
    margin: 30px auto;
  
}
	.what-happens-next {
    padding: 50px 0 0;
}
	.what-happens-next .container{
		padding: 40px 15px;
	}
}
@media (max-width: 600px) {
  .pub-cards {
    grid-template-columns: 1fr;
  }
  .boxes-section {
    margin-top: 40px;
    width: 100%;
  }

  .box {
    font-size: 0.9rem;
    padding: 16px 18px;
  }
  .shortcut-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .shortcut-card p {
    font-size: 16px;
  }
  .shortcut-card {
    margin-bottom: 20px;
    padding: 20px 10px 1px;
  }
}
@media (max-width: 576px) {
  .hero-text h1 {
    font-size: 1.6rem;
  }

  .btn-subscribe {
    width: 100%;
    text-align: center;
  }

  .subscribe-btn-wrapper {
    justify-content: center;
  }

  .roadmap-section,
  .action-section {
    padding-top: 0;
  }
  .award-section {
    padding-bottom: 0;
  }
  .faq-subtext {
    font-size: 0.9rem;
  }

  .accordion-button {
    font-size: 0.9rem;
  }

  .authority-section {
    padding: 60px 10px;
  }
  .authority-section h5 {
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
  }

  .sub-text {
    font-size: 0.95rem;
  }

  .phase-box {
    padding: 12px;
    font-size: 0.9rem;
  }
  .holding-back {
    padding: 0px 0;
  }
  .video-box iframe {
    height: 220px;
  }
  .overlay-words .word,
  .overlay-words .word2,
  .overlay-words .word3 {
    font-size: 24px;
  }
  .newsletter-grid h3 {
    font-size: 18px;
  }
  .footer {
    gap: 0px;
  }
  .newsletter-form h3 {
    font-size: 30px;
  }
  .hero-section h1 {
    font-size: 35px;
  }
	.lp-popup .modal-body .lp-btnall {
    margin: 0;
    width: 100%;
}
.heading-error {
    font-size: 192px;
    top: 210px;
}
.content-error {
    margin-top: 50px;
    margin-bottom: 50px;
}
	.footer {
    display: block;
    padding-bottom: 0;
}
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.6rem;
  }
  .hero-section .btn-primary {
    padding: 12px 8px;
  }

  .arrow-link {
    font-size: 25px;
    padding: 0px 3px 5px;
  }
  .heading.large.bottom {
    min-width: auto;
    font-size: 38px;
  }
  .rotator .word {
    left: 30%;
  }
  .rotator .word.w-Presence {
    left: 14%;
  }
  .roadmap-section .title {
    font-size: 30px;
  }
  .roadmap-section .subtitle {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .Behind-the-Guide .btn,
  .shortcut-section .btn {
    font-size: 15px;
    padding: 10px;
    width: 100%;
  }
  span.word2.d-block {
    text-align: end;
    margin: 12px auto;
    margin-right: 0px;
  }
  .unlock-success .previous-newsletter .newsletter-form button {
    font-size: 16px;
    padding: 10px;
  }
  .ready-to-see a.btn.btn-primary {
    margin-top: 0px;
    padding: 10px 12px;
    font-size: 15px;
  }
  .advice-actually-works .meet-yasir {
    left: 0%;
  }
  .unlock-success .previous-newsletter {
    margin-top: 30px;
  }
  .roadmap-img {
    width: 265px;
  }
  .cta-buttons {
    margin-top: 30px;
  }
	.instant-acces .newsletter-form {

    padding: 20px 0 0;
  
}
	.content-section p.sub-heading, .exppert-minimum p.sub-heading {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.business-building {
    padding-top: 0;
}
	.expert-section .btn-access {
  
    font-size:15px;
		padding: 12px 15px;
 
}
	div#html-4 {
    max-width: 94%;
}
	.modal.show .modal-dialog {
    transform: none;
    transition: transform .3s 
ease-out;
    max-width: 100%;
  
    padding: 5px;
	}
	.lp-popup .modal-body, .lp-popup .modal-header {
    padding-top: 0;
    border: 0;
    padding: 0;
}
	.phase-box {
    width: 100%;
}
	.shortcut-section .cta-buttons,
	.roadmap-section .cta-buttons {
    gap: 20px;
  
}
	.Behind-the-Guide h2 {
    font-size: 25px;
}
	.testimonial-faq-section {
    padding: 40px 0px 40px;
}
	.action-section {
		padding-bottom:0;
	}
	.forge-chatbots .newsletter-list h4 {
    font-size: 18px;
    margin-bottom: 0px;
}
	.forge-chatbots .btn-primary {
    min-width: 228px;
    margin-top: 0;
}
	.section-wrapper .number-circle {
    padding: 5px;
}
	.footer .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
}
