 #bookingCalendarModal .modal-body {
     overflow: hidden !important;
     padding: 0 !important;
 }

 #bookingCalendarModal .modal-body .btn-close {
     position: absolute;
     padding: 10px;
     right: 20px;
     top: 2px;
 }

 #call_schedule {
     width: 100%;
     height: 780px;
     padding: 0;
     line-height: 0 !important;
 }

 .home-new-hero-wrapper {
     padding: 106px 0 76px;
     background-image: linear-gradient(0deg, #F7F9F9 0%, #fff 100%);
     position: relative;
 }

 .home-new-hero-wrapper::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-position: bottom right;
     background-repeat: no-repeat;
     background-image: url('<?php echo get_template_directory_uri() ?>/images/waves-bg.png');
 }

 .new-hero-content-wrapper h1 {
     font-size: 49px;
     font-weight: 600;
     font-family: 'Poppins', sans-serif;
     line-height: 62px;

 }

 .new-hero-content-wrapper h3 {
     font-size: 49px;
     font-weight: 600;
     font-family: 'Poppins', sans-serif;
     line-height: 62px;
 }

 .new-hero-content-wrapper p {
     font-size: 16px;
     font-weight: 400;
     font-family: 'Poppins', sans-serif;
     line-height: 26px;
     margin-bottom: 40px;
 }

 .new-hero-content-wrapper ul {
     list-style: none;
     padding: 0;
     margin: 0;
     display: flex;
     flex-wrap: wrap;
 }

 .new-hero-content-wrapper ul li {
     font-size: 16px;
     font-weight: 400;
     font-family: 'Poppins', sans-serif;
     line-height: 26px;
     width: 50%;
     display: flex;
     margin-bottom: 14px;
 }

 .new-hero-content-wrapper h1 span {
     font-weight: 700;
 }

 .new-hero-content-wrapper ul li img {
     display: inline-block;
     width: 22.87px;
     height: 24px;
     margin-right: 10px;
 }

 .trust-pilot {
     background-color: #fff;
     width: 538px;
     padding: 24px;
     border: 5px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-top: 26px;
     margin-bottom: 40px;
 }

 .trust-pilot span {
     display: inline-block;
     line-height: 1;
 }

 .trust-pilot span a {
     display: flex;
     align-items: center;
     color: #FF560E;
     font-size: 16px;
     line-height: 26px;
     font-weight: 400;
     font-family: 'Poppins', sans-serif;
     gap: 10px;
     position: relative;
 }

 .trust-pilot span a::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 1px;
     background-color: #ff540b;
     bottom: 0;
 }

 .new-home-button-wrapper a {
     background-color: #FF560E;
     width: 100%;
     display: inline-block;
     text-align: center;
     color: #fff;
     border-radius: 5px;
     padding-block: 17px;
     font-size: 16px;
     font-weight: 600;
     font-family: 'Poppins', sans-serif;
 }

 .home-page-button-2-col a {
     width: 100% !important;
 }

 .home-page-button-2-col {
     display: flex !important;
     gap: 0px !important;
     flex-direction: row !important;
 }

 .new-hero-image-wrapper img {
     width: 100%;
     padding-left: 10px;
 }

 .new-hero-content-wrapper,
 .new-hero-image-wrapper {
     position: relative;
     z-index: 1;
 }

 .hero-new-brands-slider button.slick-arrow {
     display: none !important;
 }

 .hero-new-brands-slider .slick-slide>div {
     line-height: 1 !important;
 }

 .hero-new-brands-slider .slick-slide .brands-item img {
     width: 100%;
     filter: grayscale(1);
 }

 .hero-new-brands-slider .slick-slide .brands-item {
     width: 200px !important;
     text-align: center;
 }

 .hero-new-brands-slider {
     padding: 35px 0;
     display: none;
 }

 /* ===================================== Testimonial ====================================== */
 .testimonial-section {
     padding: 40px;
     border-radius: 15px;
     max-width: 1026px;
     margin: auto;
     background-color: #F7F9F9;
 }

 .testimonial-card {
     display: flex;
     gap: 20px;
     align-items: flex-start;
     flex-wrap: wrap;
 }

 .testimonial-image-wrapper {
     flex: 0 0 208px;
     border-radius: 10px 70px 10px 10px;
     overflow: hidden;
     background-color: #fff;
     border: 3px solid #ededed;
     height: 290px;
     display: flex;
     align-items: end;
 }

 .testimonial-image {
     width: 100%;
     height: 264px;
     display: block;
     object-fit: cover;
 }

 .testimonial-content {
     flex: 1;
     background-color: #fff;
     border-radius: 70px 10px 10px 10px;
     padding: 21px;
     position: relative;
     display: flex;
     align-items: baseline;
     flex-direction: column;
 }

 .testimonial-content-wrapper-inner {
     display: flex;
     align-items: baseline;
 }

 .testimonial-quote-icon {
     margin-bottom: 10px;
     width: 37%;
     line-height: 1;
 }

 .testimonial-title {
     font-size: 22px;
     font-weight: 700;
     margin-bottom: 16px;
     margin-top: 16px;
     color: #000;
     line-height: 24px;
 }

 .testimonial-quote-icon {
     position: relative;
     top: 10px;
 }

 .testimonial-text {
     font-size: 16px;
     color: #000;
     line-height: 24px;
     margin-bottom: 20px;
     font-weight: 400;
 }

 .testimonial-author {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .testimonial-name {
     font-weight: 700;
     font-size: 16px;
     color: #000;
 }

 .testimonial-logo {
     width: 55.4px;
     height: auto;
 }

 .testimonial-role {
     font-size: 14px;
     color: #000;
 }

 /* ===================================== Testimonial End ====================================== */
 /* ===================================== Why Choose Us ====================================== */
 .why-choose-us {
     padding: 60px 0px;
     background-color: #ffffff;
 }

 .why-choose-us__header {
     text-align: center;
     margin-bottom: 48px;
 }

 .why-choose-us__subtitle {
     font-size: 12px;
     letter-spacing: 1.5px;
     font-weight: 700;
     color: #000;
     text-transform: uppercase;
     margin-bottom: 15px;
     line-height: 13.5px;
 }

 .why-choose-us__title {
     font-size: 36px;
     font-weight: 700;
     color: #000;
     margin-bottom: 15px;
     line-height: 48px;
 }

 .why-choose-us__description {
     font-size: 16px;
     color: #000;
     max-width: 1090px;
     margin: 0 auto;
     line-height: 24px;
     font-weight: 400;
 }

 .why-choose-us__content {
     display: flex;
     flex-wrap: wrap;
     gap: 60px;
     align-items: center;
 }

 .why-choose-us__image-wrapper {
     flex: 1 1 40%;
     position: relative;
 }

 .why-choose-us__image {
     width: 100%;
     height: auto;
     display: block;
 }

 .why-choose-us__logo-overlay {
     position: absolute;
     bottom: 40px;
     left: 80%;
     transform: translate(-50%, 50%);
     background-color: #F6F8F9;
     border-radius: 50%;
     width: 123px;
     height: 123px;
     text-align: center;
     line-height: 105px;
     border: 5px solid #fff;
     padding-left: 3px;
 }

 .why-choose-us__logo-overlay img {
     width: 68.28px;
     height: 76.86px;
 }

 .why-choose-us__cards {
     flex: 1 1 45%;
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 26px;
 }

 .why-choose-us__card {
     background-color: #f7f9f9;
     border-radius: 12px;
     padding: 22px;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
 }

 .why-choose-us__card-icon {
     margin-bottom: 15px;
     background-color: #fff;
     display: inline-block;
     width: 44px;
     height: 44px;
     border-radius: 50px;
     text-align: center;
     padding: 9px 0px;
 }

 .why-choose-us__card-icon img {
     width: 19px;
 }

 .why-choose-us__card-title {
     font-size: 16px;
     font-weight: 700;
     color: #000;
     margin-bottom: 15px;
     line-height: 20px;
 }

 .why-choose-us__card-text {
     font-size: 13px;
     color: #000;
     line-height: 24px;
     font-weight: 400;
     margin: 0;
 }

 /* ===================================== Why choose us End ====================================== */
 /* ===================================== What WE Do End ====================================== */
 .seo-services {
     background-color: #f7f9f9;
     padding: 60px 0px;
 }

 .seo-services__container {
     background-color: #fff;
     padding: 36px 36px 50px;
     border-radius: 15px;
     margin-bottom: 50px;
 }

 .seo-services__header {
     text-align: center;
     margin-bottom: 50px;
 }

 .seo-services__subtitle {
     font-size: 12px;
     letter-spacing: 1.5px;
     font-weight: 700;
     color: #000;
     text-transform: uppercase;
     margin-bottom: 15px;
     line-height: 13.5px;
 }

 .seo-services__title {
     font-size: 36px;
     font-weight: 700;
     color: #000;
     margin-bottom: 15px;
     line-height: 48px;
 }

 .seo-services__description {
     font-size: 16px;
     color: #000;
     max-width: 1000px;
     margin: 0 auto;
     line-height: 24px;
     font-weight: 400;
 }

 .seo-services__grid {
     display: grid;
     grid-template-columns: repeat(3, minmax(280px, 1fr));
     gap: 24px;
 }

 .seo-services__card {
     background-color: #fff;
     border-radius: 10px;
     padding: 33px 22px 20px;
     text-align: center;
     border: 1px solid #EAEAEA;
     transition: .3s;
 }

 .seo-services__card:hover {
     background-color: #FFF3EE;
     border: 1px solid #FFF3EE;
     transition: .3s;
 }

 .seo-services__icon {
     width: 50px;
     height: 50px;
     margin-bottom: 22px;
 }

 .seo-services__card-title {
     font-size: 16px;
     font-weight: 700;
     color: #000;
     margin-bottom: 18px;
 }

 .seo-services__card-text {
     font-size: 14px;
     color: #000;
     line-height: 1.6;
 }

 .seo-services__cta {
     margin-top: 40px;
     text-align: center;
 }

 .seo-services__button {
     background-color: #f97316;
     color: white;
     padding: 12px 24px;
     border-radius: 8px;
     font-weight: 600;
     text-decoration: none;
     display: inline-block;
     transition: background-color 0.3s;
 }

 .seo-services__button:hover {
     background-color: #ea580c;
 }

 .seo-services .new-home-button-wrapper {
     text-align: center;
 }

 /* ===================================== What We Do End ====================================== */
 /* ===================================== Industries ====================================== */
 .industries {
     background-color: #ffffff;
     padding: 60px 20px;
 }

 .industries__container {
     display: flex;
     flex-wrap: wrap;
     gap: 40px;
 }

 .industries__left {
     flex: 1 1 500px;
 }

 .industries__subtitle {
     font-size: 12px;
     letter-spacing: 1.5px;
     font-weight: 700;
     color: #000;
     text-transform: uppercase;
     margin-bottom: 15px;
     line-height: 13.5px;
 }

 .industries__title {
     font-size: 36px;
     font-weight: 700;
     color: #000;
     margin-bottom: 24px;
     line-height: 48px;
 }

 .industries__description {
     font-size: 16px;
     color: #000;
     line-height: 24px;
     font-weight: 400;
     margin-bottom: 25px;
 }

 .industries__features {
     list-style: none;
     padding: 0;
     margin-bottom: 35px;
 }

 .industries__feature {
     display: flex;
     align-items: center;
     font-size: 16px;
     color: #000;
     line-height: 24px;
     margin-bottom: 15px;
 }

 .industries__feature-icon {
     width: 24px;
     height: 24px;
     margin-right: 12px;
 }

 .industries__button {
     background-color: #f97316;
     color: white;
     padding: 12px 24px;
     border-radius: 8px;
     font-weight: 600;
     text-decoration: none;
     display: inline-block;
     transition: background-color 0.3s;
 }

 .industries__button:hover {
     background-color: #ea580c;
 }

 .industries__right {
     flex: 1 1 500px;
     margin-top: 30px;
 }

 .industries__feature img {
     display: inline-block;
     width: 22.87px;
     height: 24px;
     margin-right: 10px;
 }

 .industries__list-title {
     font-size: 28px;
     font-weight: 700;
     color: #111827;
     margin-bottom: 20px;
 }

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

 .i-border-bottom {
     border-bottom: 1px solid #FFEFE8;
 }

 .i-border-right {
     border-right: 1px solid #FFEFE8;
 }

 .industries__item {
     display: flex;
     align-items: center;
     gap: 16px;
     padding: 20px 16px;
     font-size: 17px;
     color: #000;
 }

 .industries__item-icon {
     width: 40px;
     height: 40px;
     flex-shrink: 0;
 }

 .industries__left-inner {
     position: sticky;
     top: 80px;
 }

 .industries__item:last-child {
     border-bottom: none;
 }

 /* ===================================== Industries End ====================================== */
 /* ===================================== Steps ====================================== */
 .seo-steps {
     background-color: #f9fafb;
     padding: 80px 0 60px;
     margin: 60px 0 0;
 }

 .seo-steps__container {
     display: flex;
     gap: 0px;
     flex-wrap: wrap;
     align-items: center;
 }

 .seo-steps__left {
     flex: 1 1 350px;
     padding: 0 70px 0 0;
 }

 .seo-steps__subtitle {
     font-size: 12px;
     letter-spacing: 1.5px;
     font-weight: 700;
     color: #000;
     text-transform: uppercase;
     margin-bottom: 15px;
     line-height: 13.5px;
 }

 .seo-steps__title {
     font-size: 36px;
     font-weight: 700;
     color: #000;
     margin-bottom: 24px;
     line-height: 48px;
 }

 .seo-steps__highlight {
     font-size: 20px;
     font-weight: 600;
     margin-bottom: 30px;
     line-height: 48px;
     color: #000;
 }

 .seo-steps__list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .seo-steps__list li {
     display: flex;
     align-items: center;
     margin-bottom: 12px;
     font-size: 16px;
     color: #111827;
 }

 .seo-steps__icon {
     color: #f97316;
     font-size: 20px;
     margin-right: 10px;
 }

 .seo-steps__right {
     display: flex;
     flex-direction: column;
     gap: 40px;
     position: relative;
     min-width: 300px;
     flex: 1 1 400px;
 }

 .seo-steps__step {
     position: relative;
 }

 .seo-steps__number {
     position: absolute;
     top: -48px;
     right: -2px;
     font-size: 68px;
     font-weight: 800;
     color: #f97316;
     background: linear-gradient(180deg, #f97316 30%, #fff 74%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 .seo-steps__card {
     background: white;
     padding: 20px;
     border-radius: 10px;
     /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04); */
 }

 .seo-steps__card h4 {
     margin-bottom: 10px;
     font-size: 18px;
     font-weight: 600;
     line-height: 24px;
     color: #000;
 }

 .seo-steps__card p {
     font-size: 14px;
     color: #000;
     line-height: 24px;
     margin-bottom: 0;
 }

 .seprator {
     height: 260px;
 }

 .seo-steps__arrow {
     text-align: center;
     position: absolute;
 }

 .seo-steps__arrow--down-right {
     bottom: 130%;
     left: 25%;
 }

 .seo-steps__arrow--down-left {
     top: 128%;
     left: 25%;
 }

 .right-step {
     position: relative;
 }

 /* ===================================== Steps End ====================================== */
 /* ===================================== Dashboard ====================================== */
 .agency-dashboard {
     padding: 60px 0;
     background-color: #fff;
 }

 .agency-dashboard__container {
     display: flex;
     gap: 60px;
     flex-wrap: wrap;
     /* align-items: center; */
 }

 .agency-dashboard__image {
     flex: 1;
     min-width: 300px;
     text-align: center;
 }

 .agency-dashboard__image img {
     max-width: 100%;
     height: auto;
     border-radius: 12px;
 }

 .agency-dashboard__content {
     flex: 1;
     min-width: 300px;
     margin-top: 40px;
 }

 .agency-dashboard__subheading {
     font-size: 12px;
     letter-spacing: 1.5px;
     font-weight: 700;
     color: #000;
     text-transform: uppercase;
     margin-bottom: 15px;
     line-height: 13.5px;
     text-align: center;
 }

 .agency-dashboard__title {
     font-size: 32px;
     font-weight: 700;
     margin-bottom: 20px;
     color: #111827;
     text-align: center;
 }

 .agency-dashboard__description {
     font-size: 16px;
     color: #000;
     margin-bottom: 16px;
     line-height: 24px;
 }

 .agency-dashboard__features {
     margin-top: 24px;
 }

 .agency-dashboard__features-title {
     font-size: 20px;
     font-weight: 700;
     margin-bottom: 30px;
     color: #000;
 }

 .agency-dashboard__list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .agency-dashboard__list li {
     display: flex;
     align-items: start;
     font-size: 16px;
     margin-bottom: 12px;
     color: #1f2937;
 }

 .agency-dashboard__icon {
     color: #3b82f6;
     font-size: 18px;
     margin-right: 10px;
     line-height: 1.5;
 }

 .agency-dashboard__footer {
     margin-top: 20px;
     font-size: 16px;
     color: #000;
     line-height: 24px;
     margin-bottom: 30px;
 }

 .agency-dashboard__button {
     display: inline-block;
     margin-top: 24px;
     background-color: #f97316;
     color: white;
     padding: 14px 24px;
     border-radius: 6px;
     text-decoration: none;
     font-weight: 600;
     font-size: 16px;
     transition: background-color 0.3s ease;
 }

 .agency-dashboard__button:hover {
     background-color: #ea580c;
 }

 .new-hero-image-wrapper iframe {
     width: 100%;
     height: 360px;
 }

 .large-screen-hide {
     display: none;
 }

 .small-screen-show {
     display: none;
     flex: 0 0 50px;
 }

 .agency-dashboard__container p {
     color: #000;
 }

 .agency-dashboard__container p a {
     color: #ea580c;
 }

 .industries__item-link {
     display: flex;
     align-items: center;
     gap: 16px;
     color: #000;
 }

 .industries__item-link:hover {
     color: #ea580c;
 }

 /* ===================================== Steps End ====================================== */
 /* ===================================== Faq Start ====================================*/
 .faq-section {
     background: #fff;
 }

 .ready-to-work-img {
     position: relative;
 }

 /* CTA Bar */
 .faq-cta-bar {
     width: 100%;
     position: absolute;
     top: 0;
     color: #fff;
     padding: 40px 51px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
 }

 .faq-cta-title {
     max-width: 557px !important;
     font-size: 36px;
     font-weight: 700;
     flex: 1;
     line-height: 60px;
 }

 .faq-cta-button {
     background: #ff5a1f;
     color: #fff;
     padding: 14px 24px;
     border-radius: 6px;
     font-size: 16px;
     text-decoration: none;
     font-weight: 600;
     font-family: 'Poppins', sans-serif;
 }

 .faq-cta-button:hover {
     color: #fff;
 }

 /* FAQ Layout */
 .faq-content {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     padding: 60px 20px;
     justify-content: space-between;
 }

 .faq-left {
     flex: 1;
     min-width: 300px;
     max-width: 630px;
 }

 .faq-label {
     font-size: 12px;
     font-weight: bold;
     letter-spacing: 1px;
     color: #333;
     text-transform: uppercase;
 }

 .faq-heading {
     margin-bottom: 30px;
     font-size: 32px;
     font-weight: 800;
     color: #111;
 }

 .faq-item {
     border-bottom: 1px solid #ddd;
     margin-bottom: 20px;
     padding-bottom: 10px;
 }

 .faq-left .faq-question {
     color: #000;
 }

 .faq-question {
     background: none;
     border: none;
     font-size: 18px;
     font-weight: 600;
     text-align: left;
     width: 100%;
     padding: 3px 0 10px;
     cursor: pointer;
     position: relative;
 }

 .faq-question::after {
     top: 0px;
     content: '+';
     position: absolute;
     right: 0;
     font-size: 27px;
     color: #000000;
 }

 .faq-item.active .faq-question::after {
     content: '–';
 }

 .faq-answer p,
 .faq-answer ul li {
     font-size: 14px;
     color: #000;
 }

 .faq-answer ul li a {
     font-size: 14px;
     color: #ff5a1f;
 }

 .faq-answer {
     display: none;
     padding: 10px 0;
     color: #444;
     font-size: 15px;
     line-height: 1.6;
 }

 .faq-item.active .faq-answer {
     display: block;
 }

 /* Right Side Image */
 .faq-right {
     flex: 1;
     display: flex;
     justify-content: end;
     align-items: center;
     min-width: 280px;
 }

 .faq-image-container {
     position: relative;
     max-width: 515px;
 }

 .faq-image {
     width: 100%;
     border-radius: 12px;
     display: block;
 }

 .faq-image-overlay {
     position: absolute;
     top: -50px;
     right: -50px;
     width: 200px;
     height: 200px;
     background: radial-gradient(circle, rgba(255, 90, 31, 0.6), rgba(255, 90, 31, 0.2), transparent);
     border-radius: 50%;
     pointer-events: none;
     z-index: 1;
 }

 .faq-answer-items {
     margin: 10px 0;
     padding: 0 0 0 16px;
 }

 a.why-abpout-button {
     margin-top: 30px !important;
 }

 .faq-heading {
     margin-bottom: 30px;
     font-size: 32px;
     font-weight: 800;
     color: #111;
 }

 .faq-desc {
     width: 43%;
 }

 /* ===================================== Faq end ====================================*/

 .home-page-button-2-col .new-home-button-wrapper a {
     font-size: 14px;
     color: #fff;
     background-color: #ff540b;
     border: 1px solid #ff540b;
     box-shadow: none;
     border-radius: 5px;
     font-weight: 600;
     font-family: "Poppins";
     padding: 10px 25px;
     margin: 0 0 0 20px;
     transition: 0.3s;
     display: inline-block;
     width: 230px !important;
 }

 .home-page-button-2-col .new-home-button-wrapper:first-child a {
     margin: 0 !important;
 }

 .home-page-button-2-col .new-home-button-wrapper:last-child a {
     color: #ff540b;
     background-color: #0000;
     border: 1px solid #ff540b;
 }

 @media only screen and (max-width:1439px) {
     .new-hero-content-wrapper p {
         font-size: 14px;
         line-height: 24px;
         margin-bottom: 20px;
     }

     .new-hero-content-wrapper ul li img {
         width: 18px;
         height: 18px;
     }

     .new-hero-content-wrapper ul li {
         font-size: 14px;
         line-height: 22px;
         margin-bottom: 14px;
     }

     .new-hero-image-wrapper iframe {
         height: 307px;
     }

     .trust-pilot {
         padding: 16px;
         margin-top: 16px;
         margin-bottom: 30px;
     }

     .new-hero-content-wrapper h1 {
         font-size: 41px;
         line-height: 52px;

     }

     .new-hero-content-wrapper h3 {
         font-size: 41px;
         line-height: 52px;
     }

     .trust-pilot span a {
         font-size: 15px;
     }

     .new-home-button-wrapper a {
         font-size: 14px;
         padding-block: 14px;
         width: 275px;
         font-weight: 500;
     }

     .why-choose-us__content {
         gap: 40px;
     }

     .why-choose-us__image-wrapper {
         flex: 1 1 30%;
     }

     .seo-services__card-text {
         font-size: 13px;
     }

     .seo-services__card-title {
         font-size: 15px;
         margin-bottom: 14px;
     }

     .seo-services__card {
         padding: 26px 20px 10px;
     }

     .industries__title,
     .why-choose-us__title,
     .seo-services__title,
     .agency-dashboard__title {
         font-size: 32px;
         line-height: 45px;
     }

     .industries__list-title {
         font-size: 24px;
     }

     .industries__description {
         font-size: 14px;
     }

     .industries__feature {
         font-size: 14px;
         margin-bottom: 10px;
     }

     .industries__feature img {
         width: 18px;
         height: 18px;
     }

     .industries__item-icon {
         width: 32px;
         height: 32px;
     }

     .industries__item {
         gap: 14px;
         padding: 18px 16px;
         font-size: 14px;
     }

     .seo-steps__title {
         font-size: 32px;
         line-height: 42px;
     }

     .seo-steps__card h4 {
         margin-bottom: 10px;
         font-size: 16px;
         line-height: 23px;
     }

     .seo-steps__card {
         padding: 28px 16px 16px;
     }

     .seo-steps__highlight {
         font-size: 18px;
         line-height: 25px;
     }

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

     .seo-steps__card p {
         font-size: 13px;
     }

     .agency-dashboard__footer {
         font-size: 14px;
     }

     .agency-dashboard__features-title {
         font-size: 18px;
         margin-bottom: 15px;
     }

     .agency-dashboard__features {
         margin-top: 15px;
     }

     .industries__features {
         margin-bottom: 15px;
     }

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

     .testimonial-image-wrapper {
         height: 266px;
     }

     .testimonial-role {
         font-size: 13px;
     }

     .testimonial-content {
         min-height: 266px;
     }

     .industries__left-inner .new-home-button-wrapper {
         margin-top: 30px;
     }
 }

 @media only screen and (max-width:1279px) {
     .agency-dashboard__content {
         margin-top: 25px;
     }

     .seo-services__subtitle,
     .why-choose-us__subtitle,
     .industries__subtitle,
     .seo-steps__subtitle,
     .agency-dashboard__subheading {
         margin-bottom: 10px;
     }

     .industries__title,
     .why-choose-us__title,
     .seo-services__title,
     .agency-dashboard__title {
         font-size: 32px;
         line-height: 42px;
         margin-bottom: 12px;
     }

     .why-choose-us__description,
     .seo-services__description {
         font-size: 14px;
         max-width: 1090px;
     }

     /* .new-hero-content-wrapper h3 {
            font-size: 32px;
            line-height: 43px;
        } */
 }

 @media only screen and (max-width:1199px) {
     .new-home-button-wrapper a {
         font-size: 13px;
         padding-block: 14px;
         width: 245px;
     }

     .new-hero-content-wrapper h1 {
         font-size: 36px;
         line-height: 46px;
     }

     .new-hero-content-wrapper h3 {
         font-size: 36px;
         line-height: 46px;
     }

     .new-hero-content-wrapper ul li {
         width: 100%;
     }

     .trust-pilot {
         width: 100%;
         flex-wrap: wrap;
         gap: 20px 0;
     }

     .testimonial-quote-icon {
         width: 30%;
         margin-right: 10px;
     }

     .testimonial-title {
         font-size: 19px;
         margin-bottom: 15px;
         margin-top: 15px;
         line-height: 24px;
     }

     .testimonial-text {
         margin-bottom: 15px;
     }

     .testimonial-section {
         padding: 20px;
     }

     .why-choose-us__content {
         gap: 40px;
         flex-direction: column;
     }

     .why-choose-us__header {
         margin-bottom: 30px;
     }

     .seo-steps__container {
         flex-direction: column;
     }

     .seo-steps {
         padding: 50px 0 60px;
         margin: 50px 0 0;
     }

     .seo-steps__right {
         flex: 1 1 100%;
         margin-top: 30px;
     }

     .industries__title,
     .why-choose-us__title,
     .seo-services__title,
     .agency-dashboard__title,
     .seo-steps__title {
         font-size: 24px;
         line-height: 32px;
         margin-bottom: 8px;
     }

     .industries__list-title {
         font-size: 22px;
         margin-bottom: 10px;
     }

     .agency-dashboard__container {
         gap: 0;
         flex-direction: column;
     }

     .trust-pilot span:nth-child(1) {
         width: 32%;
     }

     .trust-pilot span:nth-child(2) {
         width: 50%;
     }

     .trust-pilot span:nth-child(3) {
         width: max-content !important;
     }

     .trust-pilot span a span {
         width: auto !important;
     }

     .faq-desc {
         width: 36%;
     }
 }

 @media only screen and (max-width:991px) {
     .seo-services__grid {
         grid-template-columns: repeat(2, minmax(280px, 1fr));
     }

     .hero-new-brands-slider .slick-slide .brands-item {
         width: 100% !important;
     }

     .home-new-hero-wrapper {
         padding: 76px 0 76px;
     }

     .home-new-hero-wrapper .row {
         flex-direction: column-reverse;
     }

     .new-hero-content-wrapper h1 {
         font-size: 36px;
         line-height: 50px;
     }

     .new-hero-content-wrapper h3 {
         font-size: 36px;
         line-height: 50px;
         margin-bottom: 20px;
     }

     .new-hero-content-wrapper {
         margin-top: 15px;
     }

     .trust-pilot {
         width: 60%;
     }

     .new-hero-image-wrapper iframe {
         height: 400px;
     }

     .testimonial-card {
         display: block;
     }

     .testimonial-image-wrapper {
         height: 50px;
         width: 50px;
         border-radius: 50%;
     }

     .large-screen-show {
         display: none;
     }

     .small-screen-show {
         display: block;
     }

     .autor-detail {
         display: flex;
         gap: 10px;
     }

     .testimonial-quote-icon {
         width: 24%;
     }

     .testimonial-title {
         font-size: 20px;
     }

     .testimonial-card {
         position: relative;
     }

     .testimonial-image {
         width: 45px;
         height: 45px;
     }

     .seprator {
         display: none;
     }

     .seo-steps__arrow {
         display: none;
     }

     .seo-steps__step {
         margin-bottom: 50px;
     }

     .seo-steps__left {
         flex: 1 1 100%;
         padding: 0 0px 0 0;
     }

     .seo-steps {
         padding: 50px 0 10px;
     }

     .seo-steps__highlight {
         margin-bottom: 15px;
     }

     .seo-steps__card {
         padding: 24px;
     }

     .agency-dashboard__container .new-home-button-wrapper {
         text-align: center;
     }

     .industries {
         padding: 60px 0px;
     }

     .small-screen-hide {
         display: none;
     }

     .large-screen-hide {
         display: block;
     }

     .faq-desc {
         width: 50%;
     }

     /* .new-hero-content-wrapper h3 {
            font-size: 28px;
            line-height: 50px;
            margin-bottom: 0px;
        } */
 }

 @media only screen and (max-width:767px) {
     .home-page-button-2-col .new-home-button-wrapper a {
         font-size: 14px;
         color: #fff;
         background-color: #ff540b;
         border: 1px solid #ff540b;
         box-shadow: none;
         border-radius: 5px;
         font-weight: 600;
         font-family: "Poppins";
         padding: 10px 25px;
         margin: 0 0 0 0px !important;
         margin-top: 10px !important;
         transition: 0.3s;
         display: inline-block;
         width: 100% !important;
     }

     .home-page-button-2-col {
         display: flex !important;
         gap: 0px !important;
         flex-direction: column !important;
     }

     .seo-services__card-title {
         font-size: 16px;
     }

     .new-home-button-wrapper a {
         font-size: 13px;
         width: 225px;
         font-weight: 500;
     }

     .testimonial-image-wrapper {
         height: 50px;
         width: 50px;
     }

     .testimonial-image {
         width: 50px;
         height: 50px;
     }

     .new-hero-image-wrapper iframe {
         height: 320px;
     }

     .new-hero-content-wrapper h1 {
         font-size: 33px;
         line-height: 40px;
         margin-bottom: 0px;
     }

     .new-hero-content-wrapper h3 {
         font-size: 33px;
         line-height: 40px;
         margin-bottom: 0px;
     }

     .new-hero-content-wrapper p {
         margin-bottom: 15px;
     }

     .new-hero-content-wrapper ul li {
         margin-bottom: 10px;
     }

     .testimonial-content {
         flex-direction: column;
     }

     .testimonial-quote-icon {
         margin-right: 0;
         margin-bottom: 0;
         top: 0;
     }

     .testimonial-text {
         margin-bottom: 15px;
     }

     .industries__title,
     .why-choose-us__title,
     .seo-services__title,
     .agency-dashboard__title,
     .seo-steps__title {
         font-size: 22px;
         line-height: 30px;
         margin-bottom: 8px;
     }

     .seo-services__grid {
         grid-template-columns: repeat(2, minmax(236px, 1fr));
     }

     .seo-services {
         padding: 40px 0px;
     }

     .industries {
         padding: 40px 0px;
     }

     .industries__right {
         flex: 1 1 100%;
         margin-top: 0;
     }

     .industries__left {
         flex: 1 1 100%;
     }

     .seo-steps__step {
         margin-bottom: 40px;
     }

     .seo-steps__title {
         margin-bottom: 10px;
     }

     .seo-steps__highlight {
         margin-bottom: 15px;
         margin-top: 15px;
     }

     .seo-steps__highlight {
         font-size: 16px;
         line-height: 27px;
     }

     .industries__title,
     .why-choose-us__title,
     .seo-services__title,
     .agency-dashboard__title,
     .seo-steps__title {
         font-size: 20px;
         line-height: 30px;
         margin-bottom: 8px;
     }

     .agency-dashboard {
         padding: 40px 0;
     }

     .seo-steps {
         padding: 40px 0 0px;
         margin: 40px 0 0;
     }

     .seo-steps__number {
         top: -40px;
         font-size: 58px;
     }

     .testimonial-title {
         font-size: 18px;
         margin-bottom: 9px;
     }

     .testimonial-content-wrapper-inner {
         flex-direction: column;
         gap: 10px;
     }

     .testimonial-quote-icon {
         width: 6%;
     }

     .seo-steps__card {
         padding: 20px;
     }

     .agency-dashboard__container p {
         font-size: 14px;
     }

     .agency-dashboard__container p {
         font-size: 14px;
         color: #000;
     }

     .industries__list-title {
         font-size: 20px;
         margin-bottom: 20px;
     }

     .faq-desc {
         width: 100%;
     }
 }

 @media only screen and (max-width:640px) {
     .seo-services__card-text {
         font-size: 14px;
     }

     .new-home-button-wrapper a {
         padding-block: 12px;
         font-size: 13px;
         width: 215px;
     }

     .why-choose-us__cards {
         flex: 1 1 100%;
         grid-template-columns: repeat(1, minmax(236px, 1fr));
     }

     .seo-services__grid {
         grid-template-columns: repeat(1, minmax(236px, 1fr));
     }

     .seo-services__container {
         padding: 26px 26px 26px;
         margin-bottom: 40px;
     }

     .seo-services__header {
         margin-bottom: 30px;
     }

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

     .industries__item {
         border-inline: 1px solid #FFEFE8 !important;
     }

     .industries__grid .industries__item:first-child {
         border-top: 1px solid #FFEFE8 !important;
     }

     .industries__grid .industries__item:last-child {
         border-top: 1px solid #FFEFE8 !important;
         border-bottom: 1px solid #FFEFE8 !important;
     }

     .testimonial-section {
         padding: 15px;
     }

     .testimonial-quote-icon {
         width: 8%;
     }

     .testimonial-content {
         border-radius: 40px 10px 10px 10px;
         padding: 15px;
     }

     .testimonial-text {
         margin-bottom: 15px;
     }

     .testimonial-image-wrapper {
         bottom: 16%;
     }

     .testimonial-title {
         font-size: 17px;
         margin-bottom: 10px;
         margin-top: 10px;
         line-height: 24px;
     }

     .why-choose-us__card {
         padding: 15px;
     }

     .industries__feature {
         align-items: flex-start;
     }

     .industries__feature img {
         position: relative;
         top: 3px;
     }

     .seo-services__subtitle,
     .why-choose-us__subtitle,
     .industries__subtitle,
     .seo-steps__subtitle,
     .agency-dashboard__subheading {
         font-size: 11px;
     }

     .why-choose-us {
         padding: 40px 0px;
     }

     .new-hero-image-wrapper iframe {
         height: 237px;
     }

     .autor-detail {
         flex-direction: column;
     }

     .small-screen-show {
         flex: 0 0 60px;
     }

     .testimonial-image-wrapper {
         height: 60px;
         width: 60px;
     }

     .testimonial-image {
         width: 60px;
         height: 60px;
     }

     .home-new-hero-wrapper {
         padding: 106px 0 40px;
     }

     .why-choose-us__card-text {
         font-size: 14px;
     }

     .seo-steps__card p {
         font-size: 14px;
     }

     .autor-name-role {
         text-align: center;
     }

     .autor-detail {
         text-align: center;
         align-items: center;
     }

     .testimonial-author {
         justify-content: center;
     }

     .trust-pilot {
         margin-bottom: 40px;
     }

     /* .new-hero-content-wrapper h3 {
            font-size: 22px;
            line-height: 50px;
            margin-bottom: 0px;
        } */
 }

 @media only screen and (max-width:480px) {
     .new-home-button-wrapper a {
         font-size: 12px;
         width: 195px;
         padding-block: 10px;
     }

     .industries__title,
     .why-choose-us__title,
     .seo-services__title,
     .agency-dashboard__title,
     .seo-steps__title {
         font-size: 18px;
         line-height: 25px;
         margin-bottom: 8px;
     }

     .seo-services__subtitle,
     .why-choose-us__subtitle,
     .industries__subtitle,
     .seo-steps__subtitle,
     .agency-dashboard__subheading {
         font-size: 10px;
     }

     .seo-steps__card {
         padding: 33px 15px 15px;
     }

     .seo-steps__card h4 {
         margin-bottom: 6px;
     }

     .testimonial-name {
         font-size: 14px;
     }

     .testimonial-image-wrapper {
         bottom: 17%;
     }

     .industries__list-title {
         font-size: 18px;
     }

     .industries__description {
         font-size: 14px;
         line-height: 21px;
     }

     .industries__feature {
         font-size: 14px;
         margin-bottom: 4px;
     }

     .industries__description {
         margin-bottom: 15px;
         margin-top: 15px;
     }

     .seo-services__container {
         padding: 15px 15px 15px;
     }

     .why-choose-us__card-title {
         font-size: 14px;
         margin-bottom: 8px;
     }

     .why-choose-us__logo-overlay {
         width: 84px;
         height: 84px;
         line-height: 74px;
     }

     .why-choose-us__logo-overlay img {
         width: 38.28px;
         height: 46.86px;
     }

     .why-choose-us__description,
     .seo-services__description {
         font-size: 14px;
     }

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

     .testimonial-title {
         font-size: 16px;
         line-height: 22px;
     }

     .agency-dashboard__description,
     .agency-dashboard__footer {
         font-size: 14px;
     }

     .seo-steps__number {
         top: -36px;
         font-size: 48px;
     }

     .seo-steps__card h4 {
         font-size: 15px;
     }

     .seo-steps__card {
         padding: 22px 15px 15px;
     }

     .seo-services__card {
         padding: 16px 15px 15px;
     }

     .new-hero-content-wrapper h1 {
         font-size: 22px;
         line-height: 30px;
     }

     .new-hero-content-wrapper h3 {
         font-size: 22px;
         line-height: 30px;
         margin-top: 0px;
         margin-bottom: 3px;
     }

     .new-hero-content-wrapper p {
         font-size: 14px;
     }

     .new-hero-content-wrapper ul li {
         font-size: 14px;
     }

     .new-hero-content-wrapper ul li img {
         width: 16px;
         height: 16px;
         position: relative;
         top: 3px;
     }

     .trust-pilot {
         width: 100%;
     }

     .trust-pilot span a {
         font-size: 14px;
     }

     .trust-pilot span a span img {
         width: 15px;
     }

     .trust-pilot span:nth-child(2) {
         width: 40%;
     }

     .trust-pilot {
         gap: 13px 0;
     }

     .new-hero-content-wrapper .new-home-button-wrapper {
         text-align: center;
     }

     .home-new-hero-wrapper {
         padding: 106px 0 40px;
     }

     .home-new-hero-wrapper::before {
         width: 90%;
         height: 40%;
         top: initial;
         left: initial;
         right: 0;
         bottom: 0;
         background-size: cover;
     }

     .hero-new-brands-slider {
         padding: 20px 0;
     }

     .seo-services__icon {
         width: 40px;
         height: 40px;
         margin-bottom: 15px;
     }

     .why-choose-us__logo-overlay img {
         position: relative;
         left: -2px;
     }

     .new-hero-image-wrapper iframe {
         height: 190px;
     }
 }

 .seo-section {
     padding: 143px 0 78px;
     position: relative;
 }

 .seo-section::before {
     content: "";
     position: absolute;
     background-image: url("<?= get_template_directory_uri() ?>/images/hero-bg-about.png");
     width: 100%;
     height: 100%;
     background-repeat: no-repeat;
     background-size: 55% 80%;
     background-position: 100% top;
     top: 0;
     z-index: -1;
 }

 .seo-section-container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 40px;
 }

 .seo-left {
     flex: 1;
     max-width: 50%;
     position: relative;
 }

 .seo-left .arrow-to-calendly {
     width: 380px;
     position: absolute;
     bottom: -34px;
     right: -30px;
 }

 .seo-title {
     font-size: 40px;
     font-weight: 700;
     margin-bottom: 30px;
     line-height: 56px;
     color: #000;
 }

 .seo-description-hero {
     font-size: 16px;
     color: #000;
     margin-bottom: 30px;
     line-height: 26px;
 }

 .seo-subtext {
     font-size: 16px;
     color: #000;
     margin-bottom: 40px;
     line-height: 26px;
 }

 .seo-button {
     background-color: #ff5a1f;
     color: white;
     padding: 12px 24px;
     border: none;
     border-radius: 6px;
     font-weight: bold;
     cursor: pointer;
 }

 .seo-button:hover {
     background-color: #e04d1a;
 }

 .seo-right {
     flex: 1;
     max-width: 40%;
     position: relative;
 }

 .seo-card {
     background-color: #fff;
     padding: 10px;
     border-radius: 8px;
     box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
     position: relative;
     z-index: 1;
 }

 .seo-iframe {
     width: 100%;
     height: 660px;
     border: none;
     border-radius: 8px;
 }

 .new-home-button-wrapper a {
     background-color: #FF560E;
     width: 286px;
     display: inline-block;
     text-align: center;
     color: #fff;
     border-radius: 5px;
     padding-block: 17px;
     font-size: 16px;
     font-weight: 600;
 }

 .seo-right::before {
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: #FF560E;
     right: -38px;
     top: -38px;
     border-radius: 8px;
 }

 .paper-plane {
     display: inline-block;
     position: absolute;
     top: -7%;
     left: -31%;
     z-index: 0;
 }

 /* ============================= Why choose Us ============================= */
 .why-choose-section {
     background-color: #f7f9fa;
     padding: 60px 0px;
     margin-bottom: 60px;
 }

 .why-choose-header {
     text-align: center;
     margin-bottom: 50px;
 }

 .why-choose-subtitle {
     font-size: 12px;
     letter-spacing: 1.5px;
     font-weight: 700;
     color: #000;
     text-transform: uppercase;
     margin-bottom: 15px;
     line-height: 13.5px;
 }

 .why-choose-title {
     font-size: 36px;
     font-weight: 700;
     color: #000;
     margin-bottom: 15px;
     line-height: 48px;
 }

 .why-choose-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 40px 20px;
 }

 .why-box {
     background-color: white;
     padding: 28px 25px;
     border-radius: 12px;
     /* box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05); */
 }

 .why-box-icon img {
     width: 50px;
 }

 .why-box-title {
     font-size: 19px;
     font-weight: 600;
     color: #000;
     margin-bottom: 20px;
     line-height: 31px;
 }

 .why-box-list {
     list-style: none;
     padding: 0;
     margin-bottom: 25px;
 }

 .why-box-list li {
     margin-bottom: 24px;
     padding-left: 0;
     position: relative;
     font-size: 16px;
     color: #000;
     font-weight: 400;
     display: flex;
     gap: 15px;
 }

 .why-box-list li img {
     width: 20px;
     height: 20px;
 }

 .why-box-button {
     display: inline-block;
     background-color: #ff5a1f;
     color: #fff !important;
     border-radius: 5px;
     font-weight: 600;
     text-decoration: none;
     font-size: 15px;
     width: 225px;
     height: 46px;
     line-height: 46px;
     text-align: center;
     margin-top: 21px;
 }

 .why-box-image img {
     width: 100%;
     max-width: 500px;
     display: block;
     margin: 0 auto;
 }

 .why-box-icon {
     display: inline-block;
     width: 80px;
     height: 80px;
     background-color: #FFEFE8;
     text-align: center;
     line-height: 80px;
     border-radius: 6px;
     margin-bottom: 27px;
 }

 .win-vector img {
     max-width: 630px;
 }

 .why-choose-grid .why-box-image:last-child img {
     max-width: 630px;
     margin: 10px auto 0;
 }

 /* ============================= Why choose Us End ============================= */
 /* ============================== Founder ============================== */
 .about-section {
     padding: 60px 30px;
     overflow: hidden;
 }

 .about-container {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     gap: 71px;
 }

 .about-image {
     flex: 1 1 40%;
     text-align: center;
     position: relative;
 }

 .about-image img {
     max-width: 100%;
 }

 .about-content {
     flex: 1 1 45%;
 }

 .about-label {
     font-size: 12px;
     letter-spacing: 1.5px;
     font-weight: 700;
     color: #000;
     text-transform: uppercase;
     margin-bottom: 15px;
     line-height: 13.5px;
 }

 .about-title {
     font-size: 36px;
     font-weight: 700;
     color: #000;
     margin-bottom: 24px;
     line-height: 48px;
 }

 .about-description {
     font-size: 15px;
     line-height: 24px;
     color: #000;
     margin-bottom: 15px;
 }

 .about-description strong {
     font-weight: bold;
 }

 .about-signature {
     margin-top: 20px;
     margin-bottom: 30px;
 }

 .about-author {
     font-weight: 600;
     font-size: 18px;
     color: #000;
     margin: 0;
     line-height: 24px;
 }

 .about-role {
     font-size: 14px;
     color: #000;
     line-height: 24px;
     margin: 0;
 }

 .globe-background {
     position: absolute;
     z-index: -1;
     width: 112%;
     height: auto;
     top: 20%;
     left: -8%;
 }

 .globe-background img {
     width: 100%;
 }

 /* ============================== Founder End ============================== */
 /* ============================== Beliefs ============================== */
 .beliefs-section {
     background-color: #f7f8f9;
     padding: 80px 30px;
     position: relative;
     overflow: hidden;
 }

 .beliefs-section::after {
     content: "";
     position: absolute;
     background-image: url('<?= get_template_directory_uri() ?>/images/smocky-clouds-bg.svg');
     width: 100%;
     height: 332px;
     bottom: 0;
     left: 0;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .beliefs-section::before {
     content: "";
     position: absolute;
     height: 1320px;
     width: 1320px;
     border: 1px solid #ff560e;
     border-radius: 50%;
     margin: 0 auto;
     left: 0;
     right: 0;
     top: 35%;
 }

 .beliefs-container {
     text-align: center;
 }

 .beliefs-header {
     margin-bottom: 60px;
 }

 .beliefs-label {
     font-size: 12px;
     font-weight: bold;
     letter-spacing: 1px;
     color: #333;
     text-transform: uppercase;
 }

 .beliefs-title {
     font-size: 32px;
     font-weight: 800;
     color: #111;
 }

 .beliefs-cards {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 20px;
     position: relative;
     z-index: 2;
 }

 .belief-card {
     background-color: #ffffff;
     border-radius: 10px;
     padding: 12px 11px;
     width: 243px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
     text-align: left;
     position: relative;
     min-height: 242px;
 }

 .beliefs-cards {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 20px;
     position: relative;
     z-index: 2;
     align-items: flex-start;
 }

 .beliefs-cards .card-left:nth-child(1) {
     margin-top: 262px;
 }

 .beliefs-cards .card-left:nth-child(2) {
     margin-top: 115px;
 }

 .beliefs-cards .card-right:nth-child(4) {
     margin-top: 115px;
 }

 .beliefs-cards .card-right:nth-child(5) {
     margin-top: 262px;
 }

 .belief-icon-number img {
     width: 48px;
     height: 48px;
 }

 .belief-icon-number {
     margin-bottom: 16px;
 }

 .belief-number {
     font-size: 15px;
     font-weight: 400;
     color: #ff5a1f;
     position: absolute;
     top: 10px;
     right: 10px;
     line-height: 24px;
     display: inline-block;
 }

 .belief-heading {
     font-size: 16px;
     font-weight: 600;
     color: #000;
     line-height: 26px;
     margin-bottom: 8px;
 }

 .belief-text {
     font-size: 15px;
     color: #000;
     line-height: 24px;
     font-weight: 400;
 }

 .beliefs-rocket {
     position: relative;
     width: 508px;
     margin: -100px auto -100px;
     z-index: 1;
 }

 .beliefs-rocket img {
     max-width: 100%;
     animation: floatRocket 3s ease-in-out infinite;
 }

 @keyframes floatRocket {

     0%,
     100% {
         transform: translateY(0);
     }

     50% {
         transform: translateY(-10px);
     }
 }

 @media screen and (max-width: 768px) {
     .beliefs-cards {
         flex-direction: column;
         align-items: center;
     }

     .belief-card {
         width: 90%;
     }

     .beliefs-rocket img {
         max-width: 120px;
     }
 }

 /* ============================== Beliefs End ============================== */
 .faq-section {
     background: #fff;
 }

 .ready-to-work-img {
     position: relative;
 }

 /* CTA Bar */
 .faq-cta-bar {
     width: 100%;
     position: absolute;
     top: 0;
     color: #fff;
     padding: 40px 51px;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
 }

 .faq-cta-title {
     max-width: 557px !important;
     font-size: 42px;
     font-weight: 700;
     flex: 1;
     line-height: 60px;
 }

 .faq-cta-button {
     background: #ff5a1f;
     color: #fff;
     padding: 14px 24px;
     border-radius: 6px;
     font-size: 16px;
     text-decoration: none;
     font-weight: 600;
 }

 .faq-cta-button:hover {
     color: #fff;
 }

 /* FAQ Layout */
 .faq-content {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
     padding: 60px 20px;
     justify-content: space-between;
 }

 .faq-left {
     flex: 1;
     min-width: 300px;
     max-width: 630px;
 }

 .faq-label {
     font-size: 12px;
     font-weight: bold;
     letter-spacing: 1px;
     color: #333;
     text-transform: uppercase;
 }

 .faq-heading {
     margin-bottom: 30px;
     font-size: 32px;
     font-weight: 800;
     color: #111;
 }

 .faq-item {
     border-bottom: 1px solid #ddd;
     margin-bottom: 20px;
     padding-bottom: 10px;
 }

 .faq-left .faq-question {
     color: #000;
 }

 .faq-question {
     background: none;
     border: none;
     font-size: 18px;
     font-weight: 600;
     text-align: left;
     width: 100%;
     padding: 3px 20px 10px 0px;
     cursor: pointer;
     position: relative;
 }

 .faq-question::after {
     top: 0px;
     content: '+';
     position: absolute;
     right: 0;
     font-size: 27px;
     color: #000000;
 }

 .faq-item.active .faq-question::after {
     content: '–';
 }

 .faq-answer p,
 .faq-answer ul li {
     font-size: 14px;
     color: #000;
 }

 .faq-answer ul li a {
     font-size: 14px;
     color: #ff5a1f;
 }

 .faq-answer {
     display: none;
     padding: 10px 0;
     color: #444;
     font-size: 15px;
     line-height: 1.6;
 }

 .faq-item.active .faq-answer {
     display: block;
 }

 /* Right Side Image */
 .faq-right {
     flex: 1;
     display: flex;
     justify-content: end;
     align-items: center;
     min-width: 280px;
 }

 .faq-image-container {
     position: relative;
     max-width: 515px;
 }

 .faq-image {
     width: 100%;
     border-radius: 12px;
     display: block;
 }

 .faq-image-overlay {
     position: absolute;
     top: -50px;
     right: -50px;
     width: 200px;
     height: 200px;
     background: radial-gradient(circle, rgba(255, 90, 31, 0.6), rgba(255, 90, 31, 0.2), transparent);
     border-radius: 50%;
     pointer-events: none;
     z-index: 1;
 }

 .faq-answer-items {
     margin: 10px 0;
     padding: 0 0 0 16px;
 }

 a.why-abpout-button {
     margin-top: 30px !important;
 }

 .faq-heading {
     margin-bottom: 30px;
     font-size: 32px;
     font-weight: 800;
     color: #111;
 }

 /* ==== */
 .faq-cta-bar .about-image {
     flex: none !important;
     text-align: center;
     position: relative;
     width: 14%;
 }

 .home-faq-section .faq-cta-bar {
     padding: 8px 51px;
 }

 .home-faq-section .globe-background {
     z-index: 0;
 }

 .home-faq-section .about-image img {
     position: relative;
 }

 .home-faq-section .faq-cta-title {
     font-size: 36px;
 }

 /* ==== */

 /* ======================== Responsive Start ======================== */
 @media only screen and (max-width:1439px) {
     .seo-section-container {
         gap: 60px;
     }

     .seo-left {
         max-width: 60%;
     }

     .seo-description-hero,
     .seo-subtext {
         font-size: 14px;
         line-height: 25px;
     }

     .paper-plane {
         top: -8%;
         left: -36%;
     }

     .seo-section::before {
         background-size: 55.5% 80%;
         background-position: 100% top;
     }

     .seo-title {
         font-size: 35px;
         line-height: 48px;
     }

     .new-home-button-wrapper a {
         font-size: 14px;
     }

     .why-box {
         padding: 22px 20px;
     }

     .why-box-list li img {
         width: 18px;
         height: 18px;
     }

     .why-box-title {
         font-size: 18px;
         line-height: 30px;
     }

     .why-box-button {
         font-size: 14px;
         margin-top: 5px;
     }

     .why-choose-grid {
         gap: 30px 10px;
     }

     .why-box-icon {
         width: 70px;
         height: 70px;
         line-height: 70px;
     }

     .why-box-icon img {
         width: 40px;
     }

     .why-choose-title,
     .about-title,
     .beliefs-title,
     .faq-heading {
         font-size: 30px;
         line-height: 38px;
     }

     .why-box-image img {
         max-width: 460px;
     }

     .why-choose-subtitle,
     .faq-label,
     .about-label,
     .beliefs-label {
         font-size: 11px;
         margin-bottom: 12px;
     }

     .about-description {
         font-size: 14px;
         line-height: 26px;
     }

     .about-author {
         font-size: 16px;
     }

     .about-role {
         font-size: 13px;
     }

     .beliefs-cards {
         gap: 15px;
     }

     .why-box-list li {
         font-size: 15px;
     }

     .belief-icon-number img {
         width: 40px;
         height: 40px;
     }

     .belief-heading {
         font-size: 15px;
     }

     .belief-text {
         font-size: 13px;
         line-height: 22px;
     }

     .belief-card {
         width: 211px;
         min-height: 220px;
     }

     .beliefs-rocket {
         width: 508px;
         margin: -160px auto -70px;
     }

     .faq-cta-title {
         max-width: 475px !important;
         font-size: 36px;
         line-height: 52px;
         margin: 0;
     }

     .faq-cta-bar {
         padding: 37px 51px;
     }

     .faq-cta-button {
         font-size: 14px;
     }

     .faq-question {
         font-size: 16px;
     }

     .faq-answer p {
         font-size: 13px;
         line-height: 23px;
     }

     .faq-answer p br {
         display: none;
     }

     .faq-question {
         font-size: 15px;
     }

     .faq-image-container {
         max-width: 455px;
     }

     .beliefs-section::before {
         height: 1100px;
         width: 1100px;
     }

     .seo-left .arrow-to-calendly {
         width: 340px;
     }
 }

 @media only screen and (max-width:1199px) {
     .seo-iframe {
         height: 480px;
     }

     .seo-right::before {
         width: 95%;
         height: 95%;
         right: -18px;
         top: -18px;
     }

     .seo-title {
         font-size: 30px;
         line-height: 43px;
         margin-bottom: 20px;
     }

     .seo-description-hero,
     .seo-subtext {
         margin-bottom: 20px;
     }

     .why-box-button {
         font-size: 12px;
         width: 185px;
         height: 40px;
         line-height: 40px;
     }

     .why-box-image img {
         max-width: 410px;
     }

     .why-choose-grid {
         align-items: center;
     }

     .why-choose-title,
     .about-title,
     .beliefs-title,
     .faq-heading {
         font-size: 25px;
         line-height: 32px;
         margin-bottom: 14px;
     }

     .paper-plane {
         top: -8%;
         left: -30%;
         width: 188px;
     }

     .new-home-button-wrapper a {
         font-size: 14px;
         padding-block: 14px;
         width: 245px;
     }

     .why-box-list li {
         margin-bottom: 13px;
     }

     .belief-card {
         width: 169px;
         min-height: 220px;
     }

     .belief-icon-number img {
         width: 30px;
         height: 30px;
     }

     .belief-heading {
         font-size: 14px;
         line-height: 20px;
     }

     .beliefs-section::before {
         height: 960px;
         width: 960px;
     }

     .faq-cta-title {
         max-width: 395px !important;
         font-size: 30px;
         line-height: 42px;
     }

     .faq-cta-button {
         font-size: 14px;
     }

     .faq-cta-bar {
         padding: 33px 51px;
     }

     .faq-answer p {
         margin-bottom: 12px;
     }

     .faq-image-container {
         max-width: 385px;
     }

     .faq-right {
         position: sticky;
         top: 70px;
         height: 100%;
     }

     .about-section {
         padding: 60px 0px;
     }

     .seo-left .arrow-to-calendly {
         width: 280px;
         bottom: -30px;
     }

     .home-faq-section .faq-cta-title {
         font-size: 23px;
         line-height: 30px;
         margin-bottom: 10px;
     }

     .home-faq-section .faq-cta-subtitle {
         margin-bottom: 0;
         font-size: 14px;
     }

     .home-faq-section .faq-cta-bar {
         padding: 5px 30px;
     }
 }

 @media only screen and (max-width:991px) {
     .seo-title {
         font-size: 23px;
         line-height: 33px;
         margin-bottom: 20px;
     }

     .seo-section {
         padding: 113px 0 58px;
     }

     .why-choose-section {
         margin-bottom: 40px;
         padding: 40px 0px;
     }

     .why-choose-grid {
         grid-template-columns: repeat(1, 1fr);
     }

     .why-box-image {
         display: none;
     }

     .about-section {
         padding: 40px 0px;
     }

     .about-container {
         flex-direction: column;
     }

     .about-image,
     .about-content {
         flex: 1 1 100%;
     }

     .beliefs-cards .card-left:nth-child(1),
     .beliefs-cards .card-left:nth-child(2),
     .beliefs-cards .card-right:nth-child(4),
     .beliefs-cards .card-right:nth-child(5) {
         margin-top: 0;
     }

     .belief-card {
         width: 100%;
         min-height: 100%;
     }

     .beliefs-section {
         padding: 80px 0px;
     }

     .beliefs-rocket {
         margin: 0;
         display: none;
     }

     .beliefs-section::after,
     .beliefs-section::before {
         display: none;
     }

     .belief-icon-number img {
         width: 40px;
         height: 40px;
     }

     .beliefs-header {
         margin-bottom: 40px;
     }

     .beliefs-section {
         padding: 40px 0px;
     }

     .faq-cta-bar {
         padding: 23px 20px;
     }

     .faq-cta-title {
         max-width: 295px !important;
         font-size: 23px;
         line-height: 33px;
     }

     .faq-content {
         padding: 0px 0px;
     }

     .faq-content {
         padding: 50px 0px 40px;
     }

     .why-choose-title,
     .beliefs-title,
     .about-title,
     .faq-heading {
         font-size: 21px;
         line-height: 26px;
         margin-bottom: 14px;
     }

     .faq-image-container {
         max-width: 305px;
     }

     .faq-question {
         font-size: 14px;
         padding-right: 20px;
     }

     .faq-question::after {
         font-size: 22px;
     }

     .paper-plane {
         top: -7%;
         left: -35%;
         width: 168px;
     }

     .seo-section {
         padding: 70px 0 48px;
     }

     .seo-title,
     .seo-description-hero,
     .seo-subtext {
         text-align: center;
         margin-bottom: 10px;
     }

     .seo-section-container .new-home-button-wrapper {
         margin-top: 20px;
         text-align: center;
     }

     .seo-section-container {
         flex-direction: column;
     }

     .seo-section-container .seo-left,
     .seo-section-container .seo-right {
         max-width: 100% !important;
         flex: 1 1 100% !important;
         width: 100% !important;
     }

     .seo-iframe {
         height: 910px;
     }

     .seo-section::before {
         background-size: 90% 50%;
         background-position: 100% top;
     }

     .paper-plane {
         top: -100px;
         left: -10px;
         width: 210px;
     }

     .arrow-to-calendly {
         display: none;
     }

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

     .about-container {
         gap: 40px;
     }

     .about-signature {
         margin-bottom: 0px;
     }

     .about-image {
         width: 60%;
         margin: 0 auto;
     }

     .home-faq-section .faq-cta-bar .about-image {
         margin: 0 !important;
         width: 22.6%;
     }

     .home-faq-section .ready-to-work-img .home-bg-content-image {
         height: 180px !important;
     }

     .home-faq-section .faq-cta-button {
         position: relative;
         bottom: 60px;
         left: 50%;
     }

     .home-faq-section .faq-cta-title {
         max-width: 100% !important;
     }

     .home-faq-section .faq-desc {
         position: relative;
         top: -35px;
     }
 }

 @media only screen and (max-width:767px) {
     .faq-right {
         position: relative;
         top: 0;
         margin-bottom: 40px;
     }

     .seo-iframe {
         height: 854px;
     }

     .faq-cta-button {
         padding: 12px 20px;
     }

     .faq-cta-title {
         max-width: 265px !important;
         font-size: 22px;
         line-height: 32px;
     }

     .faq-cta-bar {
         padding: 14px 20px;
     }

     .seo-services__container {
         padding: 10px 10px 10px;
     }

     .seo-services__grid {
         gap: 15px;
     }

     .faq-image-container {
         max-width: 100%;
     }

     .about-signature {
         margin-bottom: 0px;
     }

     .why-box-list li {
         font-size: 14px;
     }

     .about-image {
         width: 80%;
         margin: 0 auto;
     }

     header.header {
         height: 73px;
     }





     .home-new-hero-wrapper,
     .seo-steps,
     .uppercutseo-footer {
         overflow: hidden;
     }

     .home-faq-section .faq-desc {
         position: relative;
         top: 0;
         text-align: center;
         margin: 10px 0 20px;
     }

     .home-faq-section .faq-cta-button {
         position: revert !important;
         display: inline-block;
     }

     .home-faq-section .faq-cta-bar .about-image {
         margin: 0 auto !important;
     }

     .home-faq-section .faq-cta-bar {
         display: block;
     }

     .home-faq-section .ready-to-work-img .home-bg-content-image {
         height: 240px !important;
     }

     .home-faq-section .faq-cta-title {
         font-size: 20px;
         line-height: 26px;
         margin-bottom: 7px;
     }

     .home-faq-section .ready-to-work-img {
         text-align: center;
     }

     .home-faq-section .ready-to-work-img img {
         height: auto !important;
     }
 }

 @media only screen and (max-width:640px) {
     .faq-cta-bar {
         padding: 23px 20px;
         flex-wrap: wrap !important;
         flex-direction: column;
     }

     .faq-cta-title {
         max-width: 100% !important;
         font-size: 18px;
         text-align: center;
         margin-bottom: 14px;
     }

     .faq-cta-button {
         padding: 10px 16px;
     }

     .ready-to-work-img img {
         height: 130px;
     }

     .seo-section {
         padding: 110px 0 48px;
     }

     .paper-plane {
         top: -80px;
         left: -20px;
         width: 170px;
     }

     .new-home-button-wrapper a {
         padding-block: 12px;
     }

     .why-box-button {
         font-weight: 500;
     }

     .seo-title {
         font-size: 21px;
     }

     .why-choose-title,
     .beliefs-title,
     .about-title,
     .faq-heading {
         font-size: 19px;
         line-height: 26px;
         margin-bottom: 14px;
     }

     .why-choose-subtitle,
     .faq-label,
     .about-label,
     .beliefs-label {
         font-size: 10px;
         margin-bottom: 10px;
     }

     .why-box-icon img {
         width: 30px;
     }

     .why-box-icon {
         width: 60px;
         height: 60px;
         line-height: 60px;
         margin-bottom: 18px;
     }

     .why-box {
         padding: 20px 18px;
     }

     .why-box-list li img {
         width: 16px;
         height: 16px;
     }

     .why-box-list li {
         font-size: 14px;
         gap: 9px;
     }

     .about-description {
         font-size: 14px;
         line-height: 24px;
     }

     .why-box-title {
         font-size: 16px;
         line-height: 24px;
     }

     .seo-title {
         font-size: 20px;
         line-height: 28px;
         margin-bottom: 20px;
     }

     .why-choose-header {
         margin-bottom: 30px;
     }

     .faq-answer p {
         font-size: 14px;
     }

     .why-choose-header {
         margin-bottom: 40px;
     }

     .about-image {
         width: 100%;
         margin: 0 auto;
     }

     .faq-desc .faq-cta-subtitle {
         font-size: 14px;
         text-align: center;
     }

     .faq-cta-button {
         margin-top: 15px;
     }

     .home-faq-section .faq-cta-bar .about-image {
         width: 30.6%;
     }

     .home-faq-section .faq-cta-title {
         font-size: 18px;
         line-height: 22px;
     }

     .home-faq-section .faq-desc {
         margin: 15px 0 0;
     }

     .home-faq-section .ready-to-work-img .home-bg-content-image {
         height: 260px !important;
     }
 }

 @media only screen and (max-width:480px) {
     .seo-right::before {
         width: 92%;
         height: 92%;
         right: -6px;
         top: -6px;
     }

     .paper-plane {
         top: -60px;
         left: -10px;
         width: 140px;
     }

     .globe-background {
         width: 100%;
         left: 0;
     }

     .about-container {
         gap: 30px;
     }

     .about-signature {
         margin-bottom: 0px;
     }

     a.why-abpout-button {
         margin-top: 15px !important;
     }

     .beliefs-header {
         margin-bottom: 30px;
     }

     .ready-to-work-img img {
         height: 164px;
     }

     .faq-heading {
         margin-bottom: 22px !important;
     }

     .why-box {
         padding: 16px 14px;
     }

     .why-box-title {
         font-size: 15px;
         line-height: 22px;
     }

     .seo-title {
         font-size: 18px;
         line-height: 27px;
         margin-bottom: 15px;
     }

     .seo-description-hero,
     .seo-subtext {
         font-size: 14px;
         line-height: 24px;
         margin-bottom: 15px;
     }

     .new-home-button-wrapper a {
         padding-block: 10px;
     }

     .seo-iframe {
         height: 886px;
     }

     .home-faq-section .faq-cta-bar {
         padding: 5px 15px;
     }

     .home-faq-section .faq-cta-bar .about-image {
         width: 40%;
     }

     .home-faq-section .faq-cta-title {
         font-size: 16px;
         line-height: 20px;
     }

     .home-faq-section .ready-to-work-img .home-bg-content-image {
         height: 280px !important;
     }
 }

 @media only screen and (max-width: 360px) {
     .home-faq-section .ready-to-work-img .home-bg-content-image {
         height: 255px !important;
     }
 }

 .home-page-button {
     /* display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr); */
 }
