/* caveat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/caveat-v22-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('./fonts/caveat-v22-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
  }
/* body.page-template-direct_marketing_landing .site-footer {
	display: none;
} */

@media (max-width: 1199.98px) {
	body.page-template-direct_marketing_landing section{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
}
@media (max-width: 767.98px) {
	body.page-template-direct_marketing_landing section{
	padding-left: 16px !important;
	padding-right: 16px !important;
}
}
.l-partial-container {
	max-width: 1380px;
}
.hero-banner {
    background-color: #0c68f8;
    background: linear-gradient(182deg, #0c68f8, #0052d5);
    color: #fff;
    overflow: hidden;
    padding: 115px 0 70px;
    position: relative;
}

.hero-banner::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 52px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 50%, 0 100%);
}
.wpcf7-response-output{
    clear:both!important;
}
.entry-content {
    overflow: hidden;
}

.curve-transition {
    z-index: 2;
    pointer-events: none;
    padding-inline: 0 !important;
    width: 100% !important;
}

.curve-transition svg {
    width: calc(296% + 1.3px);
    max-width: 1000%;
    height: 99px;
    opacity: 1.4;
    position: absolute;
    margin-top: -95px;
    rotate: 180deg;
    transform: translateX(41%);
}

.curve-transition.grey svg {
    width: calc(180% + 1.3px);
    max-width: 940%;
    height: 99px;
    opacity: 1.4;
    position: absolute;
    margin-top: -95px;
    rotate: 180deg;
    transform: translateX(41%);
}

.curve-transition.blue svg {
    width: calc(221% + 1.3px);
    max-width: 940%;
    height: 99px;
    opacity: 1.4;
    position: absolute;
    margin-top: -95px;
    rotate: 180deg;
    transform: translateX(26%);
}

.curve-transition.light-gray svg {
    width: calc(221% + 1.3px);
    max-width: 940%;
    height: 99px;
    opacity: 1.4;
    position: absolute;
    margin-top: -95px;
    rotate: 180deg;
    transform: translateX(26%);
}

.curve-transition.light-blue svg {
    width: calc(221% + 1.3px);
    max-width: 940%;
    height: 99px;
    opacity: 1.4;
    position: absolute;
    margin-top: -95px;
    rotate: 180deg;
    transform: translateX(26%);
}

.curve-transition svg path {
    fill: #fff;
}
.curve-transition.dark-blue svg path {
    fill: #001C44;
}
.curve-transition.sky-blue svg path {
    fill: #0964F1;
}

.curve-transition.light-gray svg path {
	fill: #F5F5F5;
}

.curve-transition.grey svg path {
    fill: #f5f5f5;
}

.curve-transition.blue svg path {
    fill: #092045;
}

.curve-transition.light-blue svg path {
    fill: #a0c3c7;
}

.transition-img {
    position: relative;
    margin-bottom: -230px;
    width: 100%;
}

.award-badges{
    margin-bottom:100px;
}

.award-badges p {
    font-family: 'Caveat' !important;
    font-size: 24px;
    margin: 24px 0 0;
    font-weight: bold;
}

input:not([type=submit]):not([type=reset]):not([type=button]):not([type=checkbox]):not([type=radio]), select, textarea {
    border: 0;
}

input::placeholder, textarea::placeholder {
    color: #333;
    font-weight:normal;
    font-size:14px!important;
}



/* Video Popup Styles */
.video-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    width: 800px;
    height: 450px;
}

.video-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.video-popup-close:hover {
    color: #fff;
}

.video-container-popup {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.video-container-popup iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 768px) {
    .video-popup-content {
        width: 95%;
        height: 250px;
    }
    
    .video-popup-close {
        top: -35px;
        right: 0;
        font-size: 25px;
    }
}

@media screen and (max-width: 1400px) {
    .hero-banner {
        padding:99px 0 174px
    }
}

@media screen and (max-width: 1199px) {
    .hero-banner {
        padding:91px 0
    }
}

@media(max-width: 1260px) {
    .hero-banner {
        padding:91px 0 152px;
		margin-left: -30px;
		margin-right: -30px;
    }
	.hero-banner .l-partial-container {
		padding: 0px 30px;
	}
	
}
@media(max-width: 767.98pxpx) {
    .hero-banner {
		margin-left: -16px;
		margin-right: -16px;
    }
	.hero-banner .l-partial-container {
		padding: 0px 16px;
	}
	
}

.hero-banner .staff-member-photo {
    bottom: 0;
    display: none;
    position: absolute;
    right: 5%;
    width: 300px
}

@media(max-width: 1650px) {
    .hero-banner .staff-member-photo {
        right:0
    }
}

@media(max-width: 1460px) {
    .hero-banner .staff-member-photo {
        right:-87px
    }
}

@media(max-width: 1260px) {
    .hero-banner .staff-member-photo {
        display:none
    }
}

.hero-banner__inner {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.italic_cursive{
    font-family: 'Caveat' !important;
}

@media(max-width: 1110px) {
    .hero-banner__inner {
        background-size:100%;
        flex-direction: column
    }
    
    .hero-banner__cont-col,.hero-banner__img-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .award-badges {
        margin-bottom: 0;
    }
}

@media(max-width: 768px) {
    .hero-banner__inner {
        background-image:none
    }
}

.hero-banner .l-partial-container {
    margin: 0 auto;
    max-width: 1380px;
    overflow: hidden;
    position: relative;
}

.hero-banner select {
    height: 44px
}

.hero-banner .select-box,
.hero-banner input {
    background-color: #f3f4ff!important;
    float: left;
    height: 52px!important;
    margin-bottom: 10px;
    margin-right: 1%;
    max-width: 23.8%;
    outline: none;
    padding: 0 10px!important;
	border-radius: 8px !important;
}

.hero-banner .gform-theme--foundation .gform_fields {
	gap: 10px !important;
} 

.hero-banner input[type="text"],
.hero-banner input[type="email"] {
    font-size:14px!important;
    padding-left:16px!important;
}

.hero-banner input[type=submit] {
    background-color: #ffca00!important
}

.hero-banner .services_options {
    max-width: input;
    max-width-height: 20px
}

@media(max-width: 480px) {
    .hero-banner .btn {
        width:100%
    }
}

.hero-banner #hero_form_one {
    background: #13f1ff;
    border: 1px solid hsla(0, 0%, 100%, .388);
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .278);
    margin: 0 auto;
    overflow: hidden;
    padding: 48px;
    width: 100%;
    max-width: 500px;
}

.hero-banner #hero_form_one input {
    max-width: 100%
}

.hero-banner #hero_form_one .btn {
    box-shadow: 0 4px 11px rgba(0,0,0,.231);
    margin-top: 12px;
    padding-inline:0;width: 100%
}

.hero-banner #hero_form_one p {
    color: #092045;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 16px;
    text-align: center;
}

.hero-banner ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.hero-banner ul li {
    position: relative !important;
    padding-left: 30px !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    list-style: none !important;
    text-align:left!important;
}

.hero-banner ul li:before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #FFD700 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    display: block !important;
    z-index: 1 !important;
}

.hero-banner #hero_form_two {
    position: relative
}

.hero-banner #hero_form_two .form-step {
    display: none;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity .4s;
    width: 100%
}

.hero-banner #hero_form_two .form-step.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
    position: static
}

.hero-banner .custom-multiselect {
    margin-bottom: 16px;
    position: relative;
    width: 100%
}

.hero-banner .custom-multiselect .select-box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: gray;
    cursor: pointer;
    font-size: 13px;
    line-height: 44px;
    padding: 8px;
    width: 100%
}

.hero-banner .custom-multiselect .options {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    display: none;
    left: 0;
    margin-top: 2px;
    max-height: 180px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    z-index: 10
}

.hero-banner .custom-multiselect.open .options {
    display: block
}

.hero-banner input[type=checkbox] {
    color: #213557;
    height: 22px
}

.hero-banner .options label {
    color: #213557;
    cursor: pointer;
    display: block;
    padding: 6px 10px
}

.hero-banner .options label:hover {
    background: #f0f0f0
}

.hero-banner .content-holder {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 884px;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .hero-banner .content-holder {
        padding-bottom:15px;
        text-align: center
    }
	.hero-banner__cont-col, .hero-banner__img-col {
		padding: 0px !important;
	}
}

@media(max-width: 1110px) {
    .hero-banner .content-holder {
        text-align:center!important
    }
}

.hero-banner .btn-wrap {
    position: relative;
    z-index: 99
}

.hero-banner__cont-col,.hero-banner__img-col {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
/*     padding-left:24px; */
}

.hero-banner__img-col .img-holder {
    pointer-events: none
}

@media screen and (max-width: 1199px) {
    .hero-banner__img-col .img-holder {
        text-align:center
    }
}

.hero-banner__img-col .img-holder img {
    bottom: 0;
    position: absolute;
    right: 50px;
    vertical-align: top
}

@media screen and (min-width: 1931px) {
    .hero-banner__img-col .img-holder img {
        left:57%;
        right: auto
    }
}

@media screen and (max-width: 1600px) {
    .hero-banner__img-col .img-holder img {
        right:-5%
    }
}

@media screen and (max-width: 1199px) {
    .hero-banner__img-col .img-holder img {
        position:static
    }
}
.hero-banner__heading {
    margin-top: 50px;
}
.hero-banner__heading p {
	font-family: 'Caveat' !important;
    font-size: 24px;
    margin: 0px 0 10px;
    font-weight: bold;
}
.hero-banner__heading h1 {
    color: #fff;
    font-size: clamp(38px,6vw - .625rem,69px);
    font-weight: 800;
    letter-spacing: -1.86px;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
    max-width: 735px
}

.hero-banner__heading em {
    background: linear-gradient(0deg,transparent 10%,#1058cb 0,#1058cb 65%,transparent 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-style: normal;
    font-weight: 300;
    padding: 0 5px;
    position: relative
}

.hero-banner__form-wrapper {
    display: none
}

@media screen and (max-width: 1199px) {
    .hero-banner__form-wrapper {
        max-width:710px
    }
}

@media screen and (min-width: 768px) {
    .hero-banner__form-wrapper .wpcf7-response-output {
        max-width:65%
    }
}

.hero-banner__description {
    max-width: 600px
}

@media(max-width: 480px) {
    .hero-banner__description {
        font-size:14px;
        line-height: 22px;
        text-align:left;
        padding: 0 20px;
    }
    .award-badges{display:none}
}

@media screen and (min-width: 1401px) {
    .hero-banner .news-letter-form .input-cols {
        flex:0 0 52%;
        max-width: 52%;
        min-width: 460px
    }
}

.hero-banner .news-letter-form .input-cols input {
    background-color: #fff!important;
    color: #112337!important;
    font-size: 12px!important
}

.hero-banner .news-letter-form .input-cols input::-moz-placeholder {
    color: #112337;
    opacity: 1
}

.hero-banner .news-letter-form .input-cols input::placeholder {
    color: #112337;
    opacity: 1
}

.hero-banner .news-letter-form .input-cols input::-ms-input-placeholder {
    color: #112337
}

@media screen and (min-width: 1401px) {
    .hero-banner .news-letter-form .submit-cols {
        flex:0 0 20.9%;
        max-width: 20.9%;
        min-width: 185px
    }
}

.hero-banner .news-letter-form .wpcf7-not-valid-tip {
    color: #ac3440;
    font-weight: 600;
    text-align: left
}

@media screen and (max-width: 991px) {
    .hero-banner .hero-stat-list {
        display:none
    }
}

.hero-banner__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.logos-sec__inner {
    position: relative
}

@media screen and (max-width: 991px) {
    .logos-sec__inner .title-slide-holder {
        gap:1rem
    }
}

.logos-sec .slide-nav {
    cursor: pointer;
    flex: 0 0 78px;
    max-width: 78px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .logos-sec .slide-nav svg {
        --size:32px;
        height: var(--size);
        width: var(--size)
    }
}

.logos-sec .slide-nav.prev {
    left: -55px
}

@media screen and (max-width: 1400px) {
    .logos-sec .slide-nav.prev {
        left:-50px
    }
}

@media screen and (max-width: 767px) {
    .logos-sec .slide-nav.prev {
        left:-20px
    }
}

.logos-sec .slide-nav.next {
    right: -55px
}

@media screen and (max-width: 1400px) {
    .logos-sec .slide-nav.next {
        right:-50px
    }
}

@media screen and (max-width: 767px) {
    .logos-sec .slide-nav.next {
        right:-20px
    }
}

.logos-sec .logo-sec__title {
    font-family: Palmer Lake Print,sans-serif;
    font-size: clamp(26px,6vw - .625rem,32px);
    font-weight: 400;
    line-height: .61;
    max-width: 61%
}

@media screen and (max-width: 1199px) {
    .logos-sec .logo-sec__title {
        max-width:100%
    }
}

@media screen and (max-width: 991px) {
    .logos-sec .logo-sec__title {
        line-height:.7;
        text-align: center
    }
}

.logos-sec .logo-slide-holder {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,.03);
    padding: 16px 30px;
    position: relative
}

@media screen and (max-width: 1400px) {
    .logos-sec .logo-slide-holder {
        margin-inline:auto;
        width: calc(100% - 90px)
    }
}

@media screen and (max-width: 767px) {
    .logos-sec .logo-slide-holder {
        padding:16px 20px;
        width: calc(100% - 32px)
    }
}

.logos-sec .banner-logo-slide .logo-item {
    text-align: center
}

.logos-sec .banner-logo-slide .swiper-wrapper {
    align-items: center
}

.hero-banner+.logos-sec {
    margin-top: -115px;
    position: relative;
    z-index: 4
}

@media screen and (max-width: 991px) {
    .hero-banner+.logos-sec {
        margin-top:-97px
    }
}

.hero-banner+.logos-sec .logo-sec__title {
    color: #fff;
    pointer-events: none
}

.hero-banner+.logos-sec:not(:has(.logo-sec__title)) {
    margin-top: -53px
}

@media screen and (min-width: 1200px) {
    .hero-banner .hero-banner:has(+.logos-sec) {
        padding-bottom:200px
    }
}

.home .hero-banner__img-col .img-holder img {
    width: 750px
}

.page-thankyou .hero-banner {
    padding: 115px 0 110px
}

.page-thankyou .hero-banner__cont-col {
    padding-right: 0
}

.page-thankyou .hero-banner__cont-col h2 {
    color: #fff;
    font-size: clamp(28px,6vw - .625rem,40px);
    margin-bottom: 20px
}

.page-thankyou .hero-banner__cont-col .breadcrumb {
    display: none
}

.page-thankyou .hero-banner__cont-col .review-info__top-content {
    padding-bottom: 30px
}

.page-thankyou .hero-banner__cont-col .review-info__review {
    padding-left: 120px;
    position: relative
}

.page-thankyou .hero-banner__cont-col .review-info__review:before {
    background-image: url(https://www.onlinemarketinggurus.com.au/wp-content/uploads/2025/04/omg-google-logo.webp);
    content: "";
    height: 35px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 105px
}

.page-thankyou .hero-banner__img-col .hero-shortcode {
    display: block;
    margin: auto;
    width: 500px
}

@media screen and (max-width: 1200px) {
    .page-thankyou .hero-banner__img-col .hero-shortcode {
        width:100%
    }
}

.page-blog .hero-banner__img-col .img-holder img {
    right: 5%
}

@media screen and (max-width: 1770px) {
    .page-blog .hero-banner__img-col .img-holder img {
        right:0
    }
}

@media screen and (max-width: 1570px) {
    .page-blog .hero-banner__img-col .img-holder img {
        right:-5%
    }
}

@media screen and (max-width: 1440px) {
    .page-blog .hero-banner__img-col .img-holder img {
        right:-10%
    }
}
.review-info__review {
    align-items: center;
    gap: 8px;
    clear: both;
    color: #092045;
    justify-content: center;
}

.partners-section {
  background-color: #0964F1;
  color: white;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
}

.partners-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tagline {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #01F0FF;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 25px;
}

.partners-section h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 40px;
	color: #FFFFFF;
	line-height: 55px;
}

/* Logo Grid */
.partners-logos {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

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

/* Responsive Typography */
@media (max-width: 991.98px) {
  .partners-section h2 {
    font-size: 40px;
	  line-height: 45px;
  }
	.partners-logos {
		flex-wrap: wrap;
	}
}
@media (max-width: 767.98px) {
  .partners-section h2 {
    font-size: 36px;
	  margin-bottom: 30px;
	  line-height: 41px;
  }
  .logo img {
	 max-height: 40px;
  }
}

.trust-section {
    background: #fff;
    padding: 80px 0 150px;
}

.trust-section__inner {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.trust-section__content {
    flex: 1;
    max-width: 600px;
}

.trust-section__content-inner {
    padding-right: 40px;
}

.trust-section__subheading {
    color: #4d59ff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.trust-section__heading {
    color: #333;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.trust-section__heading em{
    font-style: normal;
    background: #0cf0ff;
}

.trust-section__description {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.trust-section__description p {
    margin-bottom: 20px;
}

.trust-section__cta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.trust-section__cta img {
    max-width: 146px;
}

.trust-section__button {
    background: #ffca00;
    color: #333;
    border: 2px solid #333;
    border-radius: 25px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.trust-section__button:hover {
    background: #333;
    color: #ffca00;
}

.trust-section__value {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-section__arrow {
    color: #216fed;
    font-size: 24px;
    font-weight: bold;
}

.trust-section__value-text {
    color: #216fed;
    font-family: 'Caveat', cursive;
    font-size: 20px;
    font-weight: 600;
}

.trust-section__logos {
    flex: 1;
    max-width: 500px;
}

.trust-section__logos-inner img{
    background: #f5f5f5;
    border-radius: 15px;
    padding: 40px 30px;
}

.trust-section__logos-heading {
    color: #216fed;
    font-family: 'Caveat', cursive;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.trust-logos-carousel {
    width: 100%;
}

.trust-logos-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.trust-logos-swiper {
    width: 100%;
    height: auto;
}

.trust-logos-swiper .swiper-slide {
    justify-content: center;
    align-items: center;
}

.trust-logos-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.trust-section__logos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.logo-item {
    background: #fff;
    border-radius: 8px;
    padding: 15px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-banner__heading h1 {
        margin-bottom: 15px;
        max-width: 735px;
        margin: 12px auto;
    }
    .trust-section__inner {
        flex-direction: column;
        gap: 40px;
    }
    
    .trust-section__content {
        max-width: 100%;
    }
    
    .trust-section__content-inner {
        padding-right: 0;
    }
    
    .trust-section__heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .trust-section__heading {
        font-size: 28px;
    }
    
    .trust-section__logos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .trust-section__cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .trust-section__logos-grid {
        grid-template-columns: 1fr;
    }
    
    .logo-item {
        font-size: 11px;
        padding: 12px 8px;
    }
}

/* Team Section Styles */
.team-section {
    background: #f5f5f5;
    padding: 98px 100px 80px !important;
    width: 100% !important;
}

.team-section__inner {
    display: flex;
    gap: 100px;
    align-items: center;
}

.team-section__content {
    flex: 1;
    max-width: 700px;
}

.team-section__subheading {
    color: #0029FF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-section__heading {
    color: #001C44;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}

.team-section__description {
    color: #001C44;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.team-section__description p {
    margin-bottom: 20px;
}

.team-section__specialties {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
	margin-bottom: 50px;
}

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

.specialty-icon {
    color: #00d2e6;
    font-size: 25px;
    font-weight: bold;
    min-width: 20px;
}

.specialty-text {
    color: #001C44;
    font-size: 16px;
    font-weight: 600;
}

.team-section__image {
    flex: 1;
    max-width: 600px;
}

.team-section__image-inner {
    background: transparent;
    border-radius: 15px;
    padding: 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	position: relative;
}

.team-section__image-inner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}
.team-section__image-inner .over-img {
	position: absolute;
    top: -80px;
    left: -60px;
    width: 150px;
}

/* Team Section Responsive Design */
@media (max-width: 1024px) {    
    .team-section__content {
        max-width: 100%;
    }
    
    .team-section__content-inner {
        padding-right: 0;
    }
    
    .team-section__heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .team-section__inner {
        flex-direction: column;
        gap: 40px;
    }
    
    .team-section__heading {
        font-size: 28px;
		margin-top: 10px;
    }
	.team-section__description {
		font-size: 16px;
	}
    
    .team-section__specialties {
        gap: 12px;
    }
    
    .specialty-item {
        gap: 0px;
		row-gap: 10px;
    }
	.team-section__image-inner .over-img {
		display: none;
	}
	.specialty-icon {
		font-size: 16px;
	}
	.team-section__image {
		margin-bottom: 80px;
	}
	.team-section__specialties {
		margin-bottom: 0;
	}
}
@media (max-width: 480px) {
	.team-section__image {
		margin-bottom: 30px;
	}
}

/* How SEO Works Section Styles */
.how-does-seo-work-explain{
    position: absolute;
    z-index: 999;
    left: -68px;
    width: 192px;
    rotate: 13deg;
    top: 50px;
}
.how-seo-works-section {
    background: #092045;
    padding: 80px 0px;
    color: #fff;
    width: 100% !important;
}

.how-seo-works-section__top {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.how-seo-works-section__content {
    flex: 1;
    max-width: 700px;
}

.how-seo-works-section__subheading {
    color: #00D2E6;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.how-seo-works-section__heading {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}

.how-seo-works-section__description {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}
.how-seo-works-section__image-col {
    flex: 1;
    max-width: 650px;
    position: relative;
}

.how-seo-works-section__person-image {
    width: 100%;
    height: auto;
    display: block;
}

/* How SEO Works Section Responsive Design */
@media (max-width: 1024px) {    
    .how-seo-works-section__heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .how-seo-works-section__top {
        flex-direction: column;
        gap: 40px;
    }
    .how-seo-works-section {
        padding: 60px 0;
    }
    
    .how-seo-works-section__heading {
        font-size: 28px;
		margin-top: 10px;
		padding: 0px 16px;
    }
	.how-seo-works-section__subheading {
		font-size: 16px;
	}
}

/* client success stories style */
.video-section {
	position: relative;
	padding: 80px 20px;
	text-align: center;
}

/* Review text container */
.video-section h2 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 0;
	color: #001C44;
	font-weight: 400;
}
.video-section p {
	font-weight: 400 !important;
	font-size: 18px;
	color: #001C44;
	width: 50%;
	margin: 0px auto;
}

/* Main review display container */
.main-review {
	position: relative;
	color: #fff;
	margin-top: 50px;
}
.media-container {
	position: relative;
	width: 100%;
	height: 586px;
	background: linear-gradient(90deg, #000000, #001C44);
	cursor: pointer;
}
.media-container video,
.media-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	display: block;
	opacity: 0.3;
}
.media-container img {
	display: block;
	z-index: 2;
}
.media-container video {
	display: none;
	z-index: 1;
}

/* Play icon */
.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #01F0FF;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(0,199,255,0.7);
	transition: background-color 0.3s ease;
}
.play-icon:after {
	content: "";
	border-style: solid;
	border-width: 16px 0 16px 26px;
	border-color: transparent transparent transparent white;
	display: inline-block;
	margin-left: 2px;
}
.play-icon:hover,
.play-icon:focus {
	background: #00a0cc;
	outline: none;
}

.review-content {
	text-align: left;
	position: absolute;
    top: 0;
    bottom: 0;
    width: 33.33%;
    right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: start;
}
.company-name {
	font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.review-text {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 20px;
}
.review-author {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}

/* Thumbnails container */
.video-boxes-container {
	display: flex;
    gap: 10px;
	margin-top: 10px;
}
.thumbnail {
	position: relative;
	width: calc(25% - 7.5px);
	height: 205px;
	overflow: hidden;
	cursor: pointer;
	background: black;
	flex-shrink: 0;
}
.thumbnail video {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}
.thumbnail img {
	height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: bottom;
}
.thumbnail video {
	display: block;
	z-index: 1;
}
.review-content-img {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
	background: linear-gradient(0deg, #000000, #00000000);
}
.review-content-img img {
	width: auto;
	height: auto;
	margin: 0px auto;
}
body.modal-open {
  overflow: hidden;
}
.video-section .modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.video-section .modal-content {
  border: none;
	position: relative;
	width: 80%;
	max-width: 1000px;
	background: #000;
}
.video-section .modal-video-container iframe {
  width: 100%;
  height: 500px;
  border: none;
}
.video-section .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
.video-section .close:hover {
  color: #01F0FF;
}
@media (max-width: 1199.98px) {
	.video-section h2 {
		font-size: 36px;
	}
	.review-content {
		width: 40%;
		right: 30px;
	}
}
@media (max-width: 991.98px) {
	.video-section h2 {
		font-weight: 700;
		font-size: 32px;
	}
	.video-section p {
		font-size: 16px;
	}
	.video-section {
		padding: 60px 20px;
	}
	.video-section .modal-content {
		width: 91.66%;
		max-width: 100%;
	}
	.video-section .modal-video-container iframe {
	  height: 400px;
	}
	.video-section .review-content {
		width: 96%;
		margin: 0px auto;
		right: 0;
		left: 0;
		justify-content: space-between;
		align-items: center;
		text-align: center;
		top: 100px;
    	bottom: 100px;
	}
	.video-section .review-text {
		font-size: 30px !important;
	}
	.video-section .review-author {
		font-size: 18px;
	}
	.video-section .play-icon:after {
		border-width: 10px 0 10px 14px;
	}
	.video-section .play-icon {
		width: 40px;
		height: 40px;
	}
	.video-section .thumbnail {
		height: 120px;
	}
	.video-section p {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.video-section .modal-content {
		width: 91.66%;
		max-width: 100%;
	}
	.video-boxes-container {
		overflow-x: auto;
		scrollbar-width: thin;
		-ms-overflow-style: auto;
	}
	.video-section .thumbnail-container::-webkit-scrollbar {
		height: 8px;
	}
	.video-section .thumbnail-container::-webkit-scrollbar-track {
		background: #f1f1f1;
		border-radius: 4px;
	}
	.video-section .thumbnail-container::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 4px;
	}
	.video-section .thumbnail-container::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
	.video-section .thumbnail {
		width: calc(50% - 20px);
	}
	.video-section .modal-video-container iframe {
	  height: 300px;
	}
	.video-section .review-content {
		justify-content: end;
        top: 200px;
        bottom: 50px;
		padding: 0px 15px;
	}
	.video-section .review-text {
		font-size: 20px !important;
	}
	.video-section .review-author,
	.video-section p{
		font-size: 16px;
	}
	.video-section .play-icon:after {
		border-width: 6px 0 6px 10px;
	}
	.video-section .play-icon {
		width: 30px;
		height: 30px;
		top: 50%;
	}
	.video-section .thumbnail {
		height: 120px;
	}

}
/* client success stories end */

/* services section style */
.digital-strategy {
	background: linear-gradient(#0060a5, #013d73);
	padding: 100px 20px 100px;
	border-radius: 40px 40px 0px 0px;
	margin-top: -50px;
	position: relative;
}
.digital-strategy .award-badge {
  position: absolute;
  top: -85px;
  left: 15%;
  width: 160px;
  height: 160px;
}

.intro-box {
  background: #001C44;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 0px 40px 0px #00000026;
	color: #fff;
}

.intro-box>h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.intro-box p {
	font-size: 16px;
    line-height: 24px;
	margin: 0px;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.service-card {
  background: #001C44;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0px 40px 0px #00000026;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
	color: #fff;
}

.service-card h3 {
  font-size: 20px;
	font-weight: 800;
  margin-bottom: 10px;
	color: #fff;
	display: flex;
    align-items: center;
    gap: 10px;
}

.service-card ul {
  list-style: none;
  margin-top: 10px;
	padding: 0px;
}

.service-card ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
	font-weight: 600;
}
.service-card ul li a {
	text-decoration: none;
    width: 100%;
    display: block;
}

.service-card ul li a::before {
  content: "›";
  position: absolute;
  right: 0;
  color: #fff;
	font-size: 20px;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
  .services-grid {
	  grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767.98px) {
  .services-grid {
	  grid-template-columns: 1fr;
	  gap: 12px;
	}
	.digital-strategy .award-badge {
		top: -44px;
		left: 5%;
		width: 110px;
		height: 110px;
	}
	.digital-strategy {
		border-radius: 20px 20px 0px 0px;
	}
	.digital-strategy {
		padding: 80px 20px 70px;
	}
}

/* framework section style */
.framework {
	background: #E9F5FF;
	padding: 100px 0px 0px;
}
.framework-container {
	max-width: 1600px;
	margin: 0px auto;
}
.framework-header {
  text-align: center;
  width: 49%;
	margin: 0px auto 40px;
}

.framework-header h1 {
  font-size: 50px;
	margin-bottom: 10px;
	color: #001C44;
	font-weight: 400;
}

.framework-header p {
  font-size: 18px;
  color: #001C44;
	line-height: 26px;
}

.framework-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
	position: relative;
}
.framework-left{
	width: 100%
}
.framework-left img,
.framework-center img,
.framework-right img {
  max-width: 100%;
  height: auto;
}
.framework-left .table-img-moblie,
.framework-right .team-name-mobile{
	display: none;
}
.framework-center {
	position: absolute;
    top: 17%;
    left: 35%;
    right: 0;
}
.framework-right {
	position: absolute;
    top: 0;
    right: 0;
    text-align: end;
    width: 100%;
}
.framework-right .team-name {
	position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
}
@media (max-width: 1440px) {
  .framework-header {
		width: 65%;
	}
	.framework-center {
		top: 19%;
    	left: 38%;
		width: 450px;
	}
	.framework-left {
    	width: 80%;
	}
	.framework-center {
		width: 350px;
	}
	.framework-right .team-image {
		width: 35%;
	}
	.framework-right .team-name {
		width: 50%;
	}
}
@media (max-width: 1200px) {
  .framework-left {
    	width: 75%;
	}
	.framework-center {
		width: 320px;
		left: 35%;
	}
	.framework-header {
		width: 80%;
	}
}
@media (max-width: 1199.98px) {
  .framework-header {
		width: 61%;
	}
	.framework-header h1 {
		font-size: 40px;
	}
	.framework {
		background: #E9F5FF;
		padding: 80px 0px 0px;
	}
	.framework-center {
        width: 310px;
    }
	
}
@media (max-width: 991.98px) {
  .framework-header {
		width: 100%;
	  text-align: left;
	}
	.framework-header h1 {
		font-size: 28px;
	}
	.framework-header p {
		font-size: 18px;
	}
	.framework-content {
		flex-wrap: wrap;
	}
	.framework-center {
		width: 100%;
		order: -1;
    	position: unset;
		margin-bottom: -100px;
		text-align: center;
	}
	.framework-left {
        width: 100%;
    }
	.framework-right {
		top: auto;
		bottom: 0;
		right: -30px;
	}
	.framework-right .team-image {
        width: 50%;
    }   
	.framework-right .team-name {
        width: 100%;
    }
	.framework {
		background: #E9F5FF;
		padding: 70px 0px;
	}
}
@media (max-width: 767.98px) {
  .framework-header {
		text-align: left;
	}
	.framework-header h1 {
		font-size: 28px;
		font-weight: 800;
	}
	.framework-header p {
		font-size: 16px;
	}
	.framework {
		background: #E9F5FF;
		padding: 60px 0px;
	}
	.framework-right .team-image {
        width: 50%;
    }
	.framework-right .team-name {
        width: 100%;
    }
	.framework-right .team-name {
		right: 36px;
	}
	.framework-left .table-img-moblie,
	.framework-right .team-name-mobile{
		display: block;
	}
	.framework-left .table-img-desktop,
	.framework-right .team-name-desktop{
		display: none;
	}
}
/* SEO Strategy Section Styles */
.seo-strategy-section {
    background: #fff;
    padding: 80px 0;
    border-radius: 60px;
}

.seo-strategy-section__header {
    text-align: center;
    margin-bottom: 0;
}

.seo-strategy-section__subheading {
    color: #216fed;
    font-family: 'Caveat', cursive;
    font-size: 36px;
    font-weight: 600;
}

.seo-strategy-section__heading {
    color: #333;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin:0!important;
}

.seo-strategy-section__steps {
    max-width: 1000px;
    margin: 0 auto;
}

.seo-strategy-step {
    gap: 60px;
    display:flex;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}

.seo-strategy-step:last-child {
    border-bottom: none;
}

.seo-strategy-step__left {
    flex: 0 0 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.seo-strategy-step__number {
    color: #216fed;
    font-size: 39px;
    font-weight: 100;
    line-height: 1;
    min-width: 68px;
}

.seo-strategy-step__title {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 !important;
}

.seo-strategy-step__right {
    flex: 1;
}

.seo-strategy-step__right p {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.seo-strategy-step__right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-strategy-step__right li {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2px;
    font-weight: 600;
    padding-left: 20px;
    position: relative;
}

.seo-strategy-step__right li:before {
    content: "•";
    color: #333;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* SEO Strategy Section Responsive Design */
@media (max-width: 1024px) {
    .seo-strategy-step {
        gap: 40px;
    }
    
    .seo-strategy-step__left {
        flex: 0 0 250px;
    }
    
    .seo-strategy-section__heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .seo-strategy-section {
        padding: 60px 0;
    }
    
    .seo-strategy-section__heading {
        font-size: 28px;
    }
    
    .seo-strategy-step {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0;
    }
    
    .seo-strategy-step__left {
        flex: 0 0 250px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    
    .seo-strategy-step__number {
        font-size: 36px;
    }
    
    .seo-strategy-step__title {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
    .seo-strategy-step__number {
        font-size: 32px;
    }
    
    .seo-strategy-step__title {
        font-size: 22px;
        padding: 4px 8px;
    }
    
    .seo-strategy-step__right li {
        font-size: 15px;
    }
}

/* Month Two Section Styles */
.month-two-section {
    background: #fff;
    padding: 0;
    text-align: center;
}

.month-two-section__content {
    max-width: 600px;
    margin: 0 auto;
}

.month-two-section__arrow {
    color: #00d4ff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}

.month-two-section__subheading {
    color: #216fed;
    font-family: 'Caveat', cursive;
    font-size: 24px;
    font-weight: 600;
}

.month-two-section__heading {
    color: #333;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

/* Month Two Section Responsive Design */
@media (max-width: 768px) {
    .month-two-section {
        padding: 60px 0;
    }
    
    .month-two-section__arrow {
        font-size: 36px;
        margin-bottom: 25px;
    }
    
    .month-two-section__subheading {
        font-size: 20px;
    }
    
    .month-two-section__heading {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .month-two-section__arrow {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .month-two-section__subheading {
        font-size: 18px;
    }
    
    .month-two-section__heading {
        font-size: 24px;
    }
}

/* CTA Rating Section Styles */
.cta-rating-section {
    text-align: center;
    margin-top: 60px;
    padding: 40px 0;
}

.cta-button {
    background: #fbbc05;
    color: #001c44;
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
}

.cta-phone {
    background: #ffffff;
    color: #001c44;
    padding: 18px 40px;
    border: 2px solid #001c44;
    text-decoration: none;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.cta-phone svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.our-why-section__cta .cta-phone,
.free-audit-left .cta-phone,
.cta-rating-section .cta-phone {
    margin-top: 12px!important;
    max-width: 370px;
    margin: 0 auto;
}

.our-why-section__cta .cta-phone {
    max-width: 100%;
    width: 344px;
}

.free-audit-left .cta-phone{
    margin: 0;
}
.trust-section__cta {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 30px;
}

.trust-section__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.trust-section__cta-image {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.cta-button:hover {
    background-color: #001c44;
    color: #ffffff;
}

.rating-display {
    margin-top:6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.stars {
    color: #ffca00;
    font-size: 20px;
    letter-spacing: 2px;
}

.rating-text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.seo-audit-section .rating-text{
    color: #fff;
}

.seo-audit-section .cta-rating-section{
    margin-top:0;
}

.site-footer {
    --footerTopGap: 144px;
    padding: var(--footerTopGap) 0 110px;
}

/* CTA Rating Section Responsive Design */
@media (max-width: 768px) {
    .cta-rating-section {
        margin-top: 40px;
        padding: 30px 0 0px;
    }
    
    .cta-rating-section .cta-button{
        width: 377px;
        max-width: 100%;
    }
    .cta-button {
        padding: 15px 30px;
        font-size: 16px;
        line-height: 26px;
        width:377px
    }

    .cta-phone {
        padding: 13px 30px;
        font-size: 16px;
        line-height: 26px;
    }

    .trust-section__cta-buttons {
        margin: 0 auto;
    }
    
    .stars {
        font-size: 18px;
    }
    
    .rating-text {
        font-size: 14px;
    }
    .free-audit-cta-buttons{
        margin:0 auto;
        text-align:center
    }
    .free-audit-left .cta-phone{
        margin:0 auto;
    }
}

@media (max-width: 480px) {
	.cta-rating-section {
        margin-top: 30px;
    }
    .cta-button {
        padding: 12px 25px;
        font-size: 15px;
        width: 100%;
        max-width: 377px;
    }
    
    .rating-display {
        flex-direction: column;
        gap: 5px;
    }
    
    .stars {
        font-size: 16px;
    }
    
    .rating-text {
        font-size: 14px;
    }
}

/* Rely On Us Section Styles */
.rely-on-us-section {
    background: #fff;
    padding: 0px 0 80px;
}

.rely-on-us-section__top {
    display: flex;
    gap: 100px;
    align-items: center;
    margin-bottom: 80px;
	justify-content: space-between;
}

.rely-on-us-section__content {
    flex: 1;
    max-width: 600px;
}

.rely-on-us-section__subheading {
    color: #00D2E6;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rely-on-us-section__heading {
    color: #292929;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.rely-on-us-section__description {
    color: #292929;
    font-size: 20px;
    line-height: 1.6;
}

.rely-on-us-section__image {
    flex: 1;
    max-width: 800px;
}

.rely-on-us-section__image img {
    width: 100%;
    height: auto;
    border-radius: 50px;
    display: block;
}

.rely-on-us-section__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rely-card {
    background: #f5f5f5;
    border-radius: 50px;
    padding: 50px 60px;
    text-align: center;
}

.rely-card__icon {
    font-size: 52px;
    color: #216fed;
}

.rely-card__title {
    color: #292929;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.rely-card__description {
    color: #292929;
    font-size: 16px;
    line-height: 1.5;
}

.rely-card__description p {
	margin: 0px;
}
.rely-on-us-section__cta-buttons {
	display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.book-card {
    position: relative;
    padding: 20px;
    background: transparent;
}

.book-card img {
    width: 132%;
    max-width: 132%;
}

.book-card__image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.book-card__note {
    background: #e3f2fd;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.book-card__note-text {
    color: #216fed;
    font-family: 'Caveat', cursive;
    font-size: 16px;
    font-weight: 600;
    flex: 1;
}

.book-card__note-arrow {
    color: #216fed;
    font-size: 18px;
    font-weight: bold;
}

/* Rely On Us Section Responsive Design */
@media (max-width: 1440px) {
	.rely-card__title {
		font-size: 32px;
	}
}
@media (max-width: 1200px) {
	.rely-on-us-section__top {
		gap: 20px;
	}
}
@media (max-width: 1024px) {
    .rely-on-us-section__top {
        gap: 40px;
    }
    
    .rely-on-us-section__heading {
        font-size: 36px;
    }
    
    .rely-on-us-section__cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .rely-on-us-section {
        padding: 0px 20px 60px;
    }
    
    .rely-on-us-section__top {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }
    
    .rely-on-us-section__content {
        max-width: 100%;
    }
    
    .rely-on-us-section__heading {
        font-size: 28px;
    }
    
    .rely-on-us-section__cards {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .rely-card {
        padding: 25px;
    }
    
    .rely-card__icon {
        font-size: 32px;
    }
    
    .rely-card__title {
        font-size: 24px;
    }
	.rely-on-us-section__subheading,
	.rely-on-us-section__description{
		font-size: 16px;
	}
	.rely-on-us-section__image img {
		border-radius: 26px;
	} 
	.rely-card {
        padding: 32px 16px;
		border-radius: 20px;
    }
    
    .rely-card__icon {
        font-size: 28px;
    }
    
    .rely-card__title {
        font-size: 24px;
    }
    
    .rely-card__description {
        font-size: 16px;
    }
}

/* Evidence-Based Results Section Styles */
.evidence-results-section {
    background: #fff;
    padding: 80px 20px;
}

/* Header Section */
.evidence-header {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 0;
}

.evidence-header__left {
    flex: 1;
    max-width: 600px;
}

.evidence-header__subheading {
    color: #00D2E6;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.evidence-header__title {
    color: #292929;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 30px;
}

.evidence-header__description {
    color: #292929;
    font-size: 20px;
    line-height: 28px;
}

.evidence-header__right {
    flex: 1;
    max-width: 600px;
    position: relative;
}

.evidence-header__image {
    position: relative;
}
.evidence-header__image p {
	font-family: 'Caveat' !important;
    font-size: 30px;
    margin: 0px 0 10px;
    font-weight: bold;
    width: 29%;
    text-align: center;
    line-height: 30px;
    rotate: -20deg;
    color: #0E68F8;
    position: absolute;
    top: 50px;
    right: -20%;
}

.evidence-header__image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
}

.evidence-header__note {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #216fed;
    color: #fff;
    font-family: 'Caveat', cursive;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 10px;
    transform: rotate(5deg);
}

/* Case Study Carousel */
.case-study-carousel {
    position: relative;
    margin: 0 auto;
}

.case-study-swiper {
    border-radius: 20px;
    padding: 40px;
    overflow: visible;
}

.case-study-carousel .swiper {
    overflow: visible!important;
}

.case-study-swiper .swiper-slide {
    opacity: 0;
    transition: opacity 0.5s ease;
    padding:24px;
    border-radius:50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-position: center!important;
    background-size:cover!important;
}

.case-study-swiper .swiper-slide-active {
    opacity: 1;
}

.case-study-swiper .swiper-button-prev, .case-study-swiper .swiper-button-next {
    position: absolute;
    background: #0E7BF2 !important;
    border: 0;
    color: #ffffff !important;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 20px !important;
    font-weight: 900;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.case-study-swiper .swiper-button-prev:hover,
.case-study-swiper .swiper-button-next:hover {
    background: #333;
    color: #fff;
}

.case-study-swiper .swiper-button-prev {
    left: -25px;
}

.case-study-swiper .swiper-button-next {
    right: -25px;
}

.case-study-swiper .swiper-button-prev::after,
.case-study-swiper .swiper-button-next::after {
    font-size: 24px;
    font-weight: bold;
}

.case-study-swiper .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    z-index: 10;
    margin-top: 30px;
    text-align: center;
}

.case-study-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #ccc;
    opacity: 0.5;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.case-study-swiper .swiper-pagination-bullet-active {
    background: #333;
    opacity: 1;
}

/* Desktop/Mobile visibility controls */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    
    .mobile-only {
        display: block;
    }
	.evidence-header__subheading {
		font-size: 16px;
	}
	.evidence-header__description {
		font-size: 16px;
	}
}

/* Case Study Accordion Styles */
.case-study-accordion {
    margin-top: 40px;
}

.case-study-accordion .accordion-item {
    margin-bottom: 16px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.case-study-accordion .accordion-item .case-study__left {
    padding: 48px 0 0 !important;
}

.case-study-accordion .accordion-header {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    outline: none;
    list-style: none;
}

.case-study-accordion .accordion-header::-webkit-details-marker {
    display: none;
}

.case-study-accordion .accordion-header:hover {
    opacity: 0.9;
}

.case-study-accordion .accordion-header-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-study-accordion .accordion-header .case-study__company {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.case-study-accordion .accordion-header .case-study__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: inherit;
    text-transform:uppercase;
}

.case-study-accordion .accordion-toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.case-study-accordion .accordion-item[open] .accordion-toggle {
    transform: rotate(180deg);
}

.case-study-accordion .accordion-content {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 0;
}

.case-study-accordion .accordion-item[open] .accordion-content {
    max-height: 2000px;
    transition: max-height 0.4s ease-in;
}

.case-study-accordion .accordion-content .case-study__content {
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
}

.case-study-accordion .accordion-content .case-study__left {
    order: 2;
}

.case-study-accordion .accordion-content .case-study__right {
    order: 1;
    text-align: center;
}

.case-study-accordion .accordion-content .case-study__right img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.case-study-accordion .accordion-content .case-study__metrics {
    margin-bottom: 20px;
}

.case-study-accordion .accordion-content .metric-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    
}

.case-study-accordion .accordion-content .metric {
    text-align: center;
}

.case-study-accordion .accordion-content .metric__number {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
    justify-content: left;
}

.case-study-accordion .accordion-content .metric__label {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    opacity: 0.8;
    text-align:left;
}

.case-study-accordion .accordion-content .case-study__description {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}
@media (max-width: 1440px) {
	.evidence-header__left {
		max-width: 500px;
	}
	.evidence-header__right {
		max-width: 600px;
	}
	.evidence-header__image p {
		font-size: 26px;
		width: 26%;
		right: -14%;
	}
}

@media (max-width: 1199.98px) {
	.evidence-header__image p {
		display: none;
	}
}

@media (max-width: 480px) {
    .case-study-accordion .accordion-header {
        padding: 16px;
    }
    
    .case-study-accordion .accordion-header .case-study__title {
        font-size: 18px;
    }
    
    .case-study-accordion .accordion-content .case-study__content {
        padding: 0 20px 16px;
    }
    
    .case-study-accordion .accordion-content .metric-group {
        gap: 12px;
    }
    
    .case-study-accordion .accordion-content .metric {
        min-width: 100px;
    }
    
    .case-study-accordion .accordion-content .metric__number {
        font-size: 33px;
    }

    .rating-text {
        font-size: 11px;
    }

    .stars {
        font-size: 16px;
    }
}

.case-study__content {
    display: flex;
    gap: 6px;
    align-items: center;
}
.case-study__content .tag-container {
  display: flex;
  align-items: center;
  gap: 10px;
	margin: 30px 0px 10px;
}

.case-study__content .tag {
  background-color: #595959;
  color: #fff;
  padding: 5px 19px;
  border-radius: 50px;
  font-size: 12px;
  white-space: nowrap;
	font-weight: 700;
}

.case-study__left {
    flex: 1;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-study__label {
    color: #216fed;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.case-study__title {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    text-transform:uppercase;
}

.case-study__metrics {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.metric-group {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.metric {
    text-align: left;
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}

.metric__number {
    color: #216fed;
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.Dark .metric__number {
    color: #50ecfb;
    
}

.Dark .case-study__description,
.Dark .case-study__title,
.Dark .metric__label, 
.Dark .case-study__company,
.Dark .case-study__title{
    color:#fff!important;
}
.Dark svg path{
    stroke:#fff;
}
.metric__label {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.metric__arrow {
    width: 40px;
    height: auto;
    flex-shrink: 0;
}

.case-study__description {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

.case-study__description p {
    margin-bottom: 15px;
}
.case-study__company img{
    max-width:140px;
}
.case-study__left{
    padding:48px;
    padding-right:0;
}
.case-study__right {
    flex: 1;
    padding: 30px;
    padding-left:0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-study__table-note {
    color: #216fed;
    font-family: 'Caveat', cursive;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.case-study__logo {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Caveat', cursive;
}

.case-study__logo span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}

.case-study__trophy {
    color: #216fed;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.case-study__table {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.table-header {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
}

.case-study__table table {
    width: 100%;
    border-collapse: collapse;
}

.case-study__table th {
    text-align: left;
    padding: 10px 8px;
    font-weight: 700;
    color: #216fed;
    border-bottom: 2px solid #216fed;
    font-size: 14px;
}

.case-study__table td {
    padding: 8px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.case-study__table tr:last-child td {
    border-bottom: none;
}

.position-badge {
    background: #216fed;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

.position-badge.green {
    background: #4caf50;
}

.difficulty-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.difficulty-dot.red {
    background: #f44336;
}

.difficulty-dot.orange {
    background: #ff9800;
}



/* Responsive Design */
@media (max-width: 1024px) {
    .evidence-header {
        gap: 40px;
    }
    
    .evidence-header__title {
        font-size: 36px;
    }
    
    .case-study__content {
        flex-direction: column;
        gap: 30px;
    }
    
    .case-study__left,
    .case-study__right {
        max-width: 100%;
    }

    .case-study__left {
        padding: 48px 0 0;
    }

    .case-study__right {
        padding: 0 0 30px;
    }
    
    .case-study__metrics {
        flex-direction: column;
        gap: 20px;
    }
    
}

@media (max-width: 768px) {
    .evidence-results-section {
        padding: 60px 20px !important;
    }
    
    .evidence-header {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 0;
    }
    
    .evidence-header__left {
        max-width: 100%;
    }

    .evidence-header__right {
        max-width: 100%;
        width:100%;
    }
    
    .evidence-header__title {
        font-size: 28px;
		margin-bottom: 20px;
    }

    .case-study-accordion.mobile-only{
        margin-top:0;
    }
    
    .case-study-swiper {
        padding: 30px 20px;
    }
    
    .case-study__content .case-study__title {
        font-size: 22px;
    }
    
    .metric__number {
        font-size: 34px;
    }
	.metric__arrow {
		width: 23px;
	}
    
    .metric-group {
        gap: 15px;
    }
    
    .case-study-swiper .swiper-button-prev,
    .case-study-swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .case-study-swiper .swiper-button-prev {
        left: -20px;
    }
    
    .case-study-swiper .swiper-button-next {
        right: -20px;
    }
	.case-study__company {
		display: none;
	}
}

@media (max-width: 480px) {
    .case-study-swiper {
        padding: 20px 15px;
    }
    
    .case-study__table {
        padding: 15px;
    }
    
    .case-study-swiper .swiper-button-prev,
    .case-study-swiper .swiper-button-next {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .case-study__left,
    .case-study__right {
        padding: 24px 24px 0;
    }
}

/* Free Audit CTA Section */
.free-audit-section {
    background-image: url('https://lp.onlinemarketinggurus.com.au/wp-content/uploads/2023/08/omg-analysis-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    width: 100% !important;
}

.free-audit-content {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 60px;
}

.free-audit-left {
    flex: 1;
    max-width: 600px;
    color: #333;
}

.free-audit-heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #001C44;
	padding: 0px !important
}

.free-audit-description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #001C44;
	padding: 0px !important;
}

.free-audit-button {
    background: #ffeb3b;
    color: #333;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    display: inline-block;
}

.free-audit-button:hover {
    background: #fdd835;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.free-audit-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.stars {
    color: #FFCA00;
    font-size: 20px;
}

.rating-text {
    color: #001C44;
    font-size: 16px;
    font-weight: 700;
}

.limited-offer {
    position: relative;
    display: inline-block;
}

.limited-offer::before {
    content: '→';
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.limited-offer-text {
    color: #fff;
    font-family: 'Caveat', cursive;
    font-size: 18px;
    font-weight: 600;
    background: rgba(255,255,255,0.2);
    padding: 5px 15px;
    border-radius: 15px;
}

.free-audit-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.free-audit-right iframe{
    border-radius:14px;
}

.free-audit-right .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 200px;
    max-width: 100%;
    width: 100%;
}
/* .free-audit-right .embed-container {
	text-align: center;
} */
.free-audit-right .embed-container img.audit-img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border-radius: 20px;
}
.free-audit-right .embed-container img.audit-text {
	position: absolute;
    bottom: -30%;
    left: 45%;
    right: 0;
}
.free-audit-left .audit-img-text {
		display: none;
	}

.free-audit-right .embed-container iframe, 
.free-audit-right .embed-container object, 
.free-audit-right .embed-container embed { 
  position: absolute; 
  top: 0; left: 0; 
  width: 100%; 
  height: 100%; 
}

.value-circle {
    width: 180px;
    height: 180px;
    background: #2196f3;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 10;
}

.value-text {
    color: #fff;
    font-family: 'Caveat', cursive;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.crown {
    font-size: 24px;
}

/* Responsive Design for Free Audit Section */
@media (max-width: 1024px) {
	.free-audit-right .embed-container img.audit-text {
		bottom: -45%;
	}
    .free-audit-content {
        gap: 40px;
    }
    
    .free-audit-heading {
        font-size: 32px;
    }
    
    .value-circle {
        width: 150px;
        height: 150px;
    }
    
    .value-text {
        font-size: 16px;
    }
    .free-audit-section{
        background-image:none!important;
        background:#00d2e6;
    }
}

@media (max-width: 768px) {
	.free-audit-left .audit-img-text {
		display: block;
		text-align: right;
		margin-bottom: 40px;
	}
	.free-audit-left .audit-img-text img.audit-img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
		border-radius: 20px;
	}
	.free-audit-left .audit-img-text img.audit-text {
		margin-left: 100px;
	}
    .free-audit-section {
        padding: 60px 20px;
    }
    
    .free-audit-content {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }
    
    .free-audit-left {
        max-width: 100%;
		text-align: left;
    }
    
    .free-audit-heading {
        font-size: 28px;
    }
    
    .free-audit-description {
        font-size: 16px !important
		text-align: left !important;
    }

    .free-audit-rating{
        justify-content: center;
		margin-top: 20px;
    }
    
    .value-circle {
        width: 120px;
        height: 120px;
    }
    
    .value-text {
        font-size: 14px;
    }
    
    .crown {
        font-size: 20px;
    }
    .client-results-subheading {
        font-size: 24px;
    }
}

@media (max-width: 480px) {     
    .value-circle {
        width: 100px;
        height: 100px;
    }
    
    .value-text {
        font-size: 12px;
    }
    
    .crown {
        font-size: 18px;
    }
}

/* Client Results Section */
.client-results-section {
    background: #f5f5f5;
    padding: 80px 0;
    width: 100% !important;
}

.client-results-header {
    text-align: left;
    margin-bottom: 60px;
}

.client-results-subheading {
    color: #00d2e6;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    font-family: 'Caveat', cursive;
}

.client-results-heading {
    color: #333;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.client-results-heading .underlined {
    text-decoration: underline;
    text-decoration-color: #333;
    text-decoration-thickness: 3px;
}

.client-results-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto 40px;
}

.client-results-swiper {
    overflow: visible!important;
    padding: 20px 0;
}

.client-results-swiper .swiper-slide {
    height: auto;
}

.client-result-quotes{
    position: absolute;
    top: -20px;
    right: 30px;
    width: 100px;
    z-index: 999;
}

.client-results-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.5s ease;
    height: 100%;
}

.client-results-content {
    display: flex;
    gap: 0;
    padding: 22px 0 14px;
}

.client-video-column {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 28px;
}

.video-container {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.video-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.play-button:hover {
    background: #fff;
    color:#333;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.omg-logo {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.omg-text {
    font-size: 8px;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    text-transform: uppercase;
}

.omg-subtext {
    font-size: 6px;
    color: #666;
    margin-top: 2px;
}

.client-case-study-column {
    flex: 1;
    padding: 8px 60px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-marks {
    position: absolute;
    top: -40px;
    right: 40px;
    font-size: 120px;
    color: #00bcd4;
    font-family: 'Georgia', serif;
    line-height: 1;
    opacity: 0.3;
}

.client-logo {
    margin-bottom: 6px;
    max-width: 166px;
}

.client-name {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.client-case-study {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.client-case-study p{
    line-height:22px
}
.client-results-swiper .swiper-button-prev, .client-results-swiper .swiper-button-next {
    position: absolute;
    background: transparent !important;
    border: 0px;
    color: #333 !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: none!important;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.client-results-swiper .swiper-button-prev:hover,
.client-results-swiper .swiper-button-next:hover {
    background: #333;
    color: #fff;
}

.client-results-swiper .swiper-button-prev {
    left: 10px;
}

.client-results-swiper .swiper-button-next {
    right: 10px;
}

.client-results-swiper .swiper-button-prev::after,
.client-results-swiper .swiper-button-next::after {
    font-size: 24px;
    font-weight: bold;
}

.client-results-swiper .swiper-pagination {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    z-index: 10;
    margin-top: 30px;
    text-align: center;
}

.client-results-swiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #ccc;
    opacity: 0.5;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.client-results-swiper .swiper-pagination-bullet-active {
    background: #333;
    opacity: 1;
}

/* Responsive Design for Client Results Section */
@media (max-width: 1024px) {
    .client-results-heading {
        font-size: 32px;
    }
    
    .client-results-content {
        flex-direction: column;
    }
    
    .client-video-column {
        height: auto;
    }
    
    .client-case-study-column {
        padding: 40px;
    }
    
    .quote-marks {
        font-size: 80px;
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 768px) {
    .client-results-section {
        padding: 60px 0 20px;
    }
    
    .client-results-heading {
        font-size: 28px;
    }
    
    .client-results-subheading {
        font-size: 22px;
    }
    
    .client-video-column {
        height: auto;
    }
    
    .client-results-carousel {
        margin: 0 auto;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .omg-logo {
        width: 60px;
        height: 60px;
    }
    
    .omg-text {
        font-size: 6px;
    }
    
    .omg-subtext {
        font-size: 5px;
    }
    
    .client-case-study-column {
        padding: 30px;
    }
    
    .client-name {
        font-size: 24px;
    }
    
    .client-case-study {
        font-size: 14px;
    }
    
    .quote-marks {
        font-size: 60px;
        top: 15px;
        right: 15px;
    }
}

@media (max-width: 480px) {
    .client-results-heading {
        font-size: 24px;
    }
    
    .client-video-column {
        height: auto;
    }
    
    .play-button {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .omg-logo {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }
    
    .omg-text {
        font-size: 5px;
    }
    
    .omg-subtext {
        font-size: 4px;
    }
    
    .client-case-study-column {
        padding: 25px;
    }
    
    .client-name {
        font-size: 20px;
    }
    
    .client-case-study {
        font-size: 13px;
    }
    
    .workscene-logo {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .quote-marks {
        font-size: 40px;
        top: 10px;
        right: 10px;
    }
}

/* Gurulytics App Overview Section */
.gurulytics-section {
    background: #00d2e6;
    padding: 12px 0 90px;
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.gurulytics-note {
    position: absolute;
    top: 40px;
    right: 40px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 20px;
    border-radius: 25px;
    font-family: 'Caveat', cursive;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
}

.note-arrow {
    font-size: 20px;
    color: #216fed;
}

.gurulytics-content {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-top: 60px;
}

.gurulytics-left {
    flex: 1;
    max-width: 600px;
    color: #fff;
}

.gurulytics-brand {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #fff;
}

.gurulytics-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #333;
}

.gurulytics-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333;
}

.gurulytics-features {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

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

.feature-check {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.feature-text {
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.gurulytics-right {
    flex: 1;
    position: relative;
}

.mobile-screenshots {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.phone {
    width: 200px;
    height: 400px;
    background: #333;
    border-radius: 25px;
    padding: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transform: rotate(-5deg);
    transition: all 0.3s ease;
}

.phone:nth-child(2) {
    transform: rotate(0deg);
    z-index: 2;
}

.phone:nth-child(3) {
    transform: rotate(5deg);
}

.phone:hover {
    transform: scale(1.05) rotate(-5deg);
}

.phone:nth-child(2):hover {
    transform: scale(1.05) rotate(0deg);
}

.phone:nth-child(3):hover {
    transform: scale(1.05) rotate(5deg);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.phone-header {
    background: #1976d2;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.phone-content {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.metric-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.metric-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.metric-value {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.metric-change {
    font-size: 10px;
    font-weight: 600;
}

.metric-change.positive {
    color: #4caf50;
}

.metric-change.negative {
    color: #f44336;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #4caf50;
    border-radius: 4px;
}

.overall .metric-value {
    font-size: 16px;
    color: #1976d2;
}

.task-breakdown, .recent-tasks, .communication {
    margin-bottom: 15px;
}

.task-label, .comm-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-bottom: 5px;
}

.task-count {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.task-list {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.task-item {
    font-size: 11px;
    color: #333;
}

/* Meet Our Team Section */
.meet-team-section {
    background: #f8f9fa;
    padding: 80px 0;
    color: #333;
}

.meet-team-content {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.meet-team-left {
    flex: 1;
    max-width: 500px;
}

.meet-team-subheading {
    color: #00d2e6;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meet-team-heading {
    color: #333;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.meet-team-description {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.team-note {
    position: relative;
    margin-top: 30px;
}

.note-bubble {
    background: #e3f2fd;
    border: 2px solid #00d2e6;
    border-radius: 50px;
    padding: 20px 25px;
    position: relative;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 210, 230, 0.2);
    max-width: 280px;
}

.note-text {
    color: #00d2e6;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    font-style: italic;
    margin: 0;
}

.note-arrow {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid #e3f2fd;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.note-arrow::after {
    content: '';
    position: absolute;
    right: 2px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 13px solid #00d2e6;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.meet-team-right {
    flex: 1;
    position: relative;
}

.team-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.team-nav {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    color: #666;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.team-nav:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    transform: scale(1.1);
}

.team-nav-prev {
    left: -50px;
    position: absolute;
}

.team-nav-next {
    right: -50px;
    position: absolute;
}
/* Responsive Design for Gurulytics and Team Sections */
@media (max-width: 1024px) {
    .gurulytics-content,
    .meet-team-content {
        gap: 40px;
    }
    
    .gurulytics-heading,
    .meet-team-heading {
        font-size: 32px;
    }
    
    .mobile-screenshots {
        gap: 15px;
    }
    
    .phone {
        width: 160px;
        height: 320px;
    }
    
    .note-bubble {
        max-width: 250px;
        padding: 18px 22px;
    }
}

@media (max-width: 768px) {
    .gurulytics-section,
    .meet-team-section {
        padding: 20px 0 60px;
    }
    
    .gurulytics-content,
    .meet-team-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        margin-top: 34px;
    }
    
    .gurulytics-left,
    .meet-team-left {
        max-width: 100%;
    }
    
    .gurulytics-heading,
    .meet-team-heading {
        font-size: 28px;
    }
    
    .gurulytics-note {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 30px;
        align-self: center;
    }
    
    .team-note {
        margin-top: 20px;
        text-align: center;
    }
    
    .note-bubble {
        max-width: 280px;
        margin: 0 auto;
    }
    
    .note-arrow {
        display: none;
    }
    
    .mobile-screenshots {
        flex-direction: column;
        gap: 20px;
    }
    
    .phone {
        transform: none !important;
        width: 200px;
        height: 400px;
    }
    
    .phone:hover {
        transform: scale(1.05) !important;
    }
    
    .team-carousel {
        flex-direction: column;
        gap: 20px;
    }
    
    .team-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .team-nav-prev {
        left: -60px;
    }
    
    .team-nav-next {
        right: -60px;
    }
}

@media (max-width: 480px) {
    .gurulytics-heading,
    .meet-team-heading {
        font-size: 24px;
    }
    
    .gurulytics-description,
    .meet-team-description {
        font-size: 14px;
    }
    
    .feature-text {
        font-size: 14px;
    }
    
    .phone {
        width: 180px;
        height: 360px;
    }
    
    .phone-content {
        padding: 10px;
    }
    
    .phone-header {
        padding: 10px;
        font-size: 12px;
    }
    
    .metric-label,
    .task-label,
    .comm-label {
        font-size: 10px;
    }
    
    .metric-value {
        font-size: 12px;
    }
    
    .task-item {
        font-size: 10px;
    }
    
    .team-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .team-nav-prev {
        left: -50px;
    }
    
    .team-nav-next {
        right: -50px;
    }
    
    .note-circle {
        padding: 15px;
    }
    
    .note-circle .note-text {
        font-size: 14px;
    }
}

/* Our Why Section */
.our-why-section {
    background: #0c68f8;
    padding: 80px 0 0;
    margin-bottom:-100px;
    color: #fff;
    width: 100%!important;
}

.our-why-section__inner {
    position: relative;
    display: flex;
    min-height: 500px;
    max-width: 1200px;
    margin: 0 auto;
}

.our-why-section__person {
    width: 100%;
    z-index: 1;
}

.our-why-section__person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.our-why-section__content {
    position: relative;
    padding: 0;
    z-index: 2;
    padding:24px;
}

.our-why-section__content .client-result-quotes {
    position: relative;
    width: 90px;
    top: 0;
    right: 0;
    margin-bottom: 30px;
}

.our-why-section__text p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 40px 0;
    color: #fff;
}

.our-why-section__author {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    letter-spacing: 1px;
}

.our-why-section__author strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.our-why-section__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.our-why-section__button {
    background-color: #ffca00;
    color: #000;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 181, 69, 0.3);
}

.our-why-section__button:hover {
    background-color: #ffa726;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 181, 69, 0.4);
}

.our-why-section__rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.our-why-section__stars {
    display: flex;
    gap: 2px;
}

.our-why-section__stars .star {
    color: #ffca00;
    font-size: 18px;
}

.our-why-section__rating-text {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

/* Visit Our Office Section */
.visit-office-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #d3eeff 0%, #d3eeff 0%, rgba(255, 255, 255, 1) 70%);
    width: 100% !important;
    position:relative
}

.visit-office-inner {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.visit-office-content {
    flex: 1;
    padding-right: 40px;
    position:relative;
}

.visit-office-badge {
    border-radius: 12px;
    position: absolute;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    max-width: 120px;
    left: 17%;
    top: -54px;
}

.badge-number {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.badge-text {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
}

.visit-office-heading {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.2;
}

.visit-office-heading .highlight {
    background: #ffc008;
    padding: 4px 12px;
    border-radius: 8px;
    color: #333;
}

.visit-office-heading .blue-emphasis {
    background: #97f2ff;
    padding: 4px 4px;
    border-radius: 0;
}

.visit-office-description {
    font-size: 18px;
    color: #14224e;
    margin-bottom: 30px;
    line-height: 1.5;
}

.office-details h3 {
    font-size: 20px;
    font-weight: 700;
    color: #14224e;
    margin-bottom: 8px;
}

.office-details p {
    font-size: 16px;
    color: #14224e;
    margin: 0;
}

.visit-office-map {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.visit-office-map iframe {
    border-radius: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .visit-office-inner {
        flex-direction: column;
        gap: 40px;
    }
    
    .visit-office-content {
        padding-right: 0;
        text-align: center;
    }
    
    .visit-office-heading {
        font-size: 28px;
    }
    
    .visit-office-description {
        font-size: 16px;
    }
}

/* Featured In Section */
.featured-in-section {
    padding: 0px 20px 80px;
    text-align: center;
    position:relative;
    z-index:99;
    width:100%!important;
}

.featured-in-section__intro {
    font-size: 24px;
    color: #00D2E6;
    font-weight: 700;
	margin: 0px;
}

.featured-in-section__logos {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.featured-in-section__logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.featured-in-section__logo {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    transition: color 0.3s ease;
}

.featured-in-section__logo:hover {
    color: #333;
}

/* Logo-specific colors */
.featured-in-section__logo.hubspot {
    color: #ff7a59;
}

.featured-in-section__logo.mumbrella {
    color: #00a3a3;
}

.featured-in-section__logo.semrush {
    color: #ff642f;
}

.featured-in-section__logo.campaign-brief {
    color: #d32f2f;
}

.featured-in-section__logo.sej {
    color: #4caf50;
}

.featured-in-section__logo.smt {
    color: #ff9800;
}

.featured-in-section__logo.b2c {
    color: #2196f3;
}

.featured-in-section__logo.medium {
    color: #000;
}

.featured-in-section__logo.boss-hunting {
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .our-why-section {
        padding: 60px 20px 0;
    }
    
    .our-why-section__inner {
        flex-direction: column-reverse;
        min-height: auto;
    }
    
    .our-why-section__person {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
        text-align:center
    }

    .our-why-section__person img {
        width: auto;
        height: 100%;
        margin: 0 auto;
        max-width: 250px;
        margin-top: 24px;
    }
    
    .our-why-section__content {
        margin-left: 0;
        padding: 30px 20px;
        text-align: left;
    }
    
    .our-why-section__content .client-result-quotes {
        top: 0;
        left: 0;
    }
    
    .our-why-section__text p {
        font-size: 20px;
    }
    
    .featured-in-section {
        padding: 0px 20px 60px;
        overflow: hidden;
        z-index: 9999;
    }
    
    .featured-in-section__intro {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .featured-in-section__logo-row {
        gap: 25px;
    }
    
    .featured-in-section__logo {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .our-why-section {
        padding: 40px 15px 0;
    }
    
    .our-why-section__heading {
        font-size: 18px;
        letter-spacing: 1px;
    }
    
    .our-why-section__content p {
        font-size: 16px;
    }
    
    .our-why-section__button {
        padding: 10px 25px;
        font-size: 15px;
    }
    
    .our-why-section__stars .star {
        font-size: 16px;
    }
    
    .our-why-section__rating-text {
        font-size: 14px;
    }
    
    .featured-in-section {
        padding: 30px 20px;
    }
    
    .featured-in-section__intro {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .featured-in-section__logo-row {
        gap: 20px;
        flex-direction: column;
    }
    
    .featured-in-section__logo {
        font-size: 13px;
    }
}

/* SEO Audit Section */
.seo-audit-section {
    background-color: #001C44;
    padding: 80px 20px;
    color: #fff;
    width: 100% !important;
}

.seo-audit-section__top {
    display: flex;
    gap: 60px;
    margin-bottom: 12px;
    align-items: flex-start;
}

.seo-audit-section__left {
    flex: 1;
    max-width: 600px;
}

.seo-audit-section__subheading {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00D2E6;
}

.seo-audit-section__heading {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
}

.seo-audit-section__intro {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #fff;
}

.seo-audit-section__subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.seo-audit-section__right {
    flex: 1;
    position: relative;
}

.seo-audit-section__image {
    position: relative;
    border-radius: 8px;
    padding: 0;
    text-align:center
}

.seo-audit-section__image img {
    width: 100%;
    height: auto;
    border-radius: 48px;
    max-width: 530px;
}

.seo-audit-section__annotation {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #102030;
    color: #4a9eff;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.annotation-arrow {
    font-size: 16px;
    font-weight: bold;
}

.annotation-text {
    font-style: italic;
}

.seo-audit-section__components {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.audit-component {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #2a4a6a;
}

.audit-component:last-child {
    border-bottom: none;
}

.audit-component__number {
    font-size: 40px;
    font-weight: 300;
    color: #fff;
    min-width: 70px;
    flex-shrink: 0;
	line-height: 1;
}

.audit-component__content {
    flex: 1;
}

.audit-component__title {
    font-size: 32px;
    font-weight: 700;
    color: #00D2E6;
    margin-bottom: 10px;
    margin-top: 0;
}

.audit-component__content p {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1100px) {
    .our-why-section {margin:0;}
}

@media (max-width: 1024px) {
    .seo-audit-section__top {
        gap: 40px;
    }
    
    .seo-audit-section__heading {
        font-size: 32px;
    }
    
    .seo-audit-section__intro {
        font-size: 17px;
    }
    
    .audit-component {
        gap: 25px;
        padding: 25px 0;
    }
    
    .audit-component__number {
        font-size: 22px;
        min-width: 50px;
    }
    
    .audit-component__title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .seo-audit-section {
        padding: 60px 0px;
    }
    
    .seo-audit-section__top {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }
    
    .seo-audit-section__left {
        max-width: 100%;
		text-align: center;
    }
    
    .seo-audit-section__heading {
        font-size: 28px;
    }
	.seo-audit-section__subheading {
		font-size: 16px;
	}
    
    .seo-audit-section__intro {
        font-size: 16px;
    }
    
    .seo-audit-section__subtitle {
        font-size: 18px;
    }
    
    .seo-audit-section__annotation {
        position: relative;
        top: auto;
        right: auto;
        align-self: flex-end;
        margin-top: 15px;
    }
    
    .audit-component {
        gap: 20px;
        padding: 20px;
    }
    
    .audit-component__number {
        font-size: 24px;
        min-width: 45px;
        font-weight: 600;
        line-height: 1.1;
    }
    
    .audit-component__title {
        font-size: 24px;
    }
	.audit-component__content p {
		font-size: 16px;
	}
    
    .audit-component__description {
        font-size: 16px;
    }
}

/* Team Showcase Section - Exact Match to Image */
.team-showcase-section {
    background: #F5F5F5;
    padding: 80px 0px;
	padding-right: 0px !important;
    color: #333;
    position: relative;
    z-index: 9999;
}

.team-showcase-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.team-showcase-left {
    flex: 1;
    max-width: 800px;
    padding-left: 160px;
}

.team-showcase-subheading {
    color: #00D2E6;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.team-showcase-heading {
    color: #292929;
    font-size: 50px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
}

.team-showcase-description {
    color: #292929;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.team-callout {
    position: relative;
    margin-top: 70px;
}

.callout-bubble {
    background: #e3f2fd;
    border: 2px solid #00d2e6;
    border-radius: 50px;
    padding: 20px 25px;
    position: relative;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 210, 230, 0.2);
    max-width: 280px;
    border-radius: 30px 30px 30px 5px;
}

.callout-text {
    color: #00d2e6;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    font-style: italic;
    margin: 0;
}

.callout-arrow {
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid #e3f2fd;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.callout-arrow::after {
    content: '';
    position: absolute;
    right: 2px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 13px solid #00d2e6;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.team-showcase-right {
    flex: 1;
    position: relative;
    max-width: 1100px;
}

.team-carousel-container {
    position: relative;
}

.team-swiper {
    width: 100%;
    padding: 0 50px;
}

.team-swiper .swiper-slide {
    width: 300px;
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #333;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.case-study-carousel .swiper-button-prev:hover,
.case-study-carousel .swiper-button-next:hover {
    background: #0e7af2!important;
    color: #fff!important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 20px!important;
    font-weight: bold;
}
.swiper-button-next::after {
    padding-left:2px;
}
.swiper-button-prev::after {
    padding-right:2px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent!important;
    color: #333!important;
    font-size: 20px!important;
    box-shadow: none!important;
}

.team-member-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
	position: relative;	
	overflow: hidden;
    border-radius: 40px;
}

.member-photo {
    width: 100%;
    height: 710px;
    margin-bottom: 0px;
/*     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
    position: relative;
}

.member-photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

.member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.member-info {
    position: absolute;
    bottom: 0;
    background: linear-gradient(360deg, #0000008A, #00000021, #00000000);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: left;
    padding: 0px 30px;
}

.member-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.member-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	line-height: 20px;
}

.featured-in-section__logos .desktop-img {
    display: block;
}

.featured-in-section__logos .mobile-img{
    display:none;
}

.client-reviews-desktop{
    display:block;
    margin:0 auto;
}
.client-reviews-mobile{
    display:none;
    margin: 0 auto;
}
.team-showcase-section .swiper-pagination {
	bottom: -50px !important;
}
.team-showcase-section .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: #D9D9D9;
	opacity: 1 !important;
	margin: 0px 6px !important;
}
.team-showcase-section .swiper-pagination .swiper-pagination-bullet-active {
	background: #001C44;
}

@media (max-width: 1600px) {
	.team-showcase-left {
		padding-left: 0px;
	}
	.team-showcase-right {
		max-width: 950px;
	}
}
@media (max-width: 1440px) {  
	.team-showcase-right {
		max-width: 800px;
	}
	.member-photo {
		height: 500px;
	}
}

@media (max-width: 1300px) {    
    .book-card img {
        width: 100%;
        max-width: 100%;
    }
	.team-showcase-right {
		max-width: 650px;
	}
	.member-photo {
		height: 400px;
	}
	.trust-section__logos {
		max-width: 500px;
	}
	.trust-section__content {
		max-width: 900px;
	}
}


/* Responsive Design */
@media (max-width: 1024px) {
    .team-showcase-content {
        gap: 30px;
    }
    
    .team-showcase-heading {
        font-size: 32px;
    }
    
    .team-swiper .swiper-slide {
        width: 180px;
    }
	.member-info {
		padding: 0px 15px;
	}
	.team-member-card {
		border-radius: 25px;
	}
    
    .callout-bubble {
        max-width: 250px;
        padding: 18px 22px;
    }
	.team-showcase-description {
		font-size: 16px;
	}
    .team-callout{
        display:none
    }
    .book-card img {
        width: 132%;
        max-width: 132%;
    }
	.trust-section__content {
		max-width: 400px;
	}
	.trust-section__cta-image {
		display: none;
	}

    .trust-section__logos {
        flex: 1;
        max-width: 500px;
        margin: 0 auto;
    }

    .trust-section__cta .cta-button {
        margin: 0 auto;
        width: 377px;
    }
    .rely-on-us-section__image {
        margin: 0 auto;
    }
    .hero-banner__heading {
        margin-top: 0;
        padding: 0 20px;
    }
    .client-video-column {
        padding-right: 28px;
    }
}

@media (max-width: 768px) {
	.team-showcase-left {
		text-align: left;
		padding-left: 0px;
    }
	.team-showcase-subheading {
		font-size: 16px;
	}
	.team-showcase-right {
        max-width: 100%;
		margin-bottom: 50px;
    }
	.member-photo {
        border-radius: 25px;
        overflow: hidden;
    }
	.member-info {
		position: unset;
		bottom: 0;
		background: none;
		text-align: center;
		padding: 15px 15px 0px;
	}
	.member-name {
		color: #001C44;
	}
	.member-title {
		color: #001C44;
		font-size: 14px;
		margin: 0px;
	}
    .how-seo-works-section {
        padding: 60px 20px;
    }
	.how-seo-works-section__image-col {
		margin-bottom: 100px;
	}
	.team-showcase-section .swiper-pagination .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0px 4px !important;
	}
    .team-showcase-section {
        padding: 60px 0;
    }
    .book-card img {
        width: 100%;
        max-width: 100%;
    }
    .trust-section__cta .cta-button {
        margin: 0 auto;
        width: 100%;
    }
    .team-showcase-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .team-showcase-left {
        max-width: 100%;
    }
    
    .team-showcase-heading {
        font-size: 28px;
		margin-bottom: 15px;
    }
    
    .team-callout {
        margin-top: 20px;
        text-align: center;
    }

    .month-two-section {
        padding: 0;
    }
    
    .callout-bubble {
        max-width: 280px;
        margin: 0 auto;
    }
    
    .callout-arrow {
        display: none;
    }
    
    .team-swiper {
        padding: 0 60px;
    }
    
    .swiper-button-prev,
    .swiper-button-next {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    
    .swiper-button-prev {
        left: -60px;
    }
    
    .swiper-button-next {
        right: -60px;
    }
    .featured-in-section__logos .desktop-img{
        display:none;
    }
    .featured-in-section__logos .mobile-img{
        display:block;
    }
    .transition-img {
        position: relative;
        margin-bottom: -216px;
        width: 100%;
    }
    .seo-strategy-section__subheading {
        color: #216fed;
        font-family: 'Caveat', cursive;
        font-size: 22px;
        font-weight: 600;
        line-height: 42px;
    }

    .accordion-header{
        background: #fff!important;

    }
    .accordion-header .case-study__company{
        color:#3c81f9!important;
    }
    .accordion-header svg path{
        stroke:#333!important;
    }
    .trust-section__logos {
        width: 100%;
    }
    .seo-audit-section__image img {

        border-radius: 24px;
    }
    .visit-office-map {
        width: 100%;
    }
    .seo-audit-section__right{width:100%;}
}

@media (max-width: 480px) {
	.how-seo-works-section__image-col {
		margin-bottom: 50px;
	}
    .hero-banner {
        padding: 91px 0 85px;
    }
	

    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    
    .swiper-button-prev {
        left: -40px;
    }
    
    .swiper-button-next {
        right: -40px;
    }
    
    .team-swiper .swiper-slide,
    .team-member-card {
        width: 100%!important;
    }

    .swiper-button-next {
        right: 0px !important;
    }
    .swiper-button-prev {
        left: 0px !important;
    }
    
    .callout-bubble {
        max-width: 220px;
        padding: 15px 20px;
    }
    
    .callout-text {
        font-size: 12px;
    }

    .client-results-carousel {
        padding: 0 10px;
    }
    .client-result-quotes {
        width: 56px;
    }
    .client-reviews-desktop{
        display:none;
    }
    .client-reviews-mobile{
        display:block;
    }
    .our-why-section__person img {
        object-fit: contain;
    }

    .our-why-section__person{
        margin:0
    }
    .our-why-section__content {
        padding: 0px 20px;
    }
    .cta-phone {
        padding: 10px 25px !important;
    }
    .client-reviews-mobile{
        margin-bottom:-420px!important;
    }
    .curve-transition svg {
        width: calc(800% + 1.3px)!important;
        transform: translateX(48%)!important;
    }
    .transition-img {
        position: relative;
        margin-bottom: -128px;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .client-reviews-mobile{
        margin-right: -10px;
    }
}

@media (max-width: 380px) {
    .metric {
        text-align: left;
        width: calc(50% - 10px);
        flex: 0 0 calc(100% - 10px);
    }
}
/* map section style */
.contact-section .l-partial-container {
    display: flex;
    flex-wrap: wrap;
}
.contact-section .contact-details {
    width: 50%;
    padding-right: 20px;
}
.contact-map {
    width: 50%;
    padding-left: 20px;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
section.acf-block.contact-section {
	background: #CFEEFE;
	background: -webkit-linear-gradient(180deg, rgba(207, 238, 254, 1) 0%, rgba(255, 255, 255, 1) 71%);
	background: -moz-linear-gradient(180deg, rgba(207, 238, 254, 1) 0%, rgba(255, 255, 255, 1) 71%);
	background: linear-gradient(180deg, rgba(207, 238, 254, 1) 0%, rgba(255, 255, 255, 1) 71%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#CFEEFE", endColorstr="#FFFFFF", GradientType=0);
    padding: 80px 100px;
}
h2.new-bg-title {
    font-size: 50px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 30px;
}
.new-bg-title span {
    background-color: #ffb72d;
    border-radius: 7px;
    padding: 3px 10px;
}
.new-bg-title span:nth-child(2) {
    background-color: #7eeffc;
}
.contact-details p {
    color: #001c44;
    font-size: 20px;
    margin-bottom: 0;
    max-width: 640px;
    width: 100%;
}
.contact-details h3 {
    margin: 40px 0 10px;
    font-size: 22px;
}
 
 
@media screen and (max-width: 1024px) { 
	h2.new-bg-title {
    font-size: 36px;
}
}
 
@media screen and (max-width: 767px) {
.contact-section .contact-details {
    width: 100%;
    padding: 0 0 40px;
    text-align: center;
}
h2.new-bg-title {
    font-size: 32px;
    margin-bottom: 10px;
}	
.contact-details p {
    font-size: 16px;
}
.contact-details h3 {
    margin: 30px 0 5px;
    font-size: 22px;
}
.contact-map {
    width: 100%;
    padding-left: 0;
}
.contact-map iframe {
    height: 280px !important;
    border-radius: 20px;
}
	section.acf-block.contact-section {	
		padding: 60px 0px;
	}
 
}
/* Override entry-content to ensure buttons are clickable */
.entry-content {
    z-index: 1;
    position: relative;
}

.team-showcase-section .carousel-nav {
    z-index: 99999 !important;
    position: relative !important;
}


@media (max-width: 800px) {
    .hero-banner__cont-col, .hero-banner__img-col {
        flex: 0 0 50%;
        max-width: 100%;
        width: 100%;
    }
	.hero-banner__img-col {
		padding: 0px 20px;
	}
    .hero-banner #hero_form_one {
        width: 96%;
    }
    .hero-banner #hero_form_one p {
        color: #092045;
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 16px;
        text-align: center;
    }
    .hero-banner #hero_form_one {
        padding: 26px;
    }
    .trust-section {
        padding: 60px 20px!important;
    }
    .team-section{
        padding:60px 20px!important;
    }
    .seo-strategy-section {
        padding: 60px 24px;
    }
    .seo-strategy-step__left {
        flex: auto;
        display: flex;
    }
    .seo-strategy-step__title {
        margin-bottom:0;
    }
    .how-seo-works-section__top {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }
    .seo-strategy-step {
        display: block;
    }
    .seo-strategy-step__right {
        flex: 1;
        margin-top: 24px;
    }

}

.ti-widget[data-layout-id='4'][data-set-id='light-background'][data-pid='b74bacf48a68223cdb466d58604'] .ti-review-item>.ti-inner, .ti-widget[data-layout-id='4'][data-set-id='light-background'][data-pid='b74bacf48a68223cdb466d58604'] .ti-load-more-reviews-container .ti-load-more-reviews-button {
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.15), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    background-color: rgb(255 255 255) !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1792px) {
  .hero-banner__heading h1 {

    font-size: 55px !important;
  }
	.hero-banner {
    padding-top: 80px!important;
		padding-left:120px!important;
}

}
h2{
	font-size:42px !important;
}
@media (max-width: 767.98px) {
h2 {
    font-size: 28px !important;
}
}