/* 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+ */
  }
.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-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.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: -262px;
    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
    }
}

.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;
    }
    .trust-section__cta img{
        display:none;
    }
}

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

.hero-banner .l-partial-container {
    margin: 0 auto;
    max-width: 1200px;
    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
}

.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
    }
}

@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>* {
    color: #fff;
    font-size: clamp(38px,6vw - .625rem,62px);
    font-weight: 800;
    letter-spacing: -1.86px;
    line-height: 1;
    margin: 0
}

.hero-banner__heading h1 {
    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 25px;
    }
    .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;
}

/* Trust Section Styles */
.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 0 140px;
    width: 100% !important;
}

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

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

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

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

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

.team-section__description {
    color: #555;
    font-size: 16px;
    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;
}

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

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

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

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

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

.team-section__image-inner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

/* Team Section Responsive Design */
@media (max-width: 1024px) {
    .team-section__inner {
        flex-direction: column;
        gap: 40px;
    }
    
    .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__heading {
        font-size: 28px;
    }
    
    .team-section__specialties {
        gap: 12px;
    }
    
    .specialty-item {
        gap: 12px;
    }
    
    .specialty-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .team-section__image-inner {
        padding: 15px;
    }
    
    .specialty-text {
        font-size: 14px;
    }
}

/* 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: 120px 0;
    color: #fff;
    width: 100% !important;
}

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

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

.how-seo-works-section__subheading {
    color: #216fed;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.how-seo-works-section__heading {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    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__description strong {
    text-decoration: underline;
}

.how-seo-works-section__image-col {
    flex: 1;
    max-width: 500px;
    position: relative;
}

.how-seo-works-section__person-image-wrapper {
    position: absolute;
    border-radius: 20px;
    padding: 68px 20px 20px;
    max-width: 450px;
    top: -160px;
}

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

.how-seo-works-section__person-info {
    position: absolute;
    bottom: 20px;
    right: 20px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #092045;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

.how-seo-works-section__circle-graphic {
    background: #092045;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: -20px;
    left: -20px;
}

.how-seo-works-section__microscope-icon {
    font-size: 24px;
    color: #fff;
    margin-bottom: 8px;
}

.how-seo-works-section__circle-text {
    color: #fff;
    font-family: 'Caveat', cursive;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.how-seo-works-section__circle-arrow {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.how-seo-works-section__person-name {
    display: block;
    font-weight: 700;
}

.how-seo-works-section__person-title {
    display: block;
    font-size: 10px;
    opacity: 0.8;
}

.how-seo-works-section__bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin:40px;
}

.how-seo-works-section__column {
    text-align: left;
}

.how-seo-works-section__column-icon {
    font-size: 30px;
    color: #216fed;
    margin-bottom: 15px;
}

.how-seo-works-section__column-heading {
    color: #00d2e6;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.how-seo-works-section__column-description {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

/* How SEO Works Section Responsive Design */
@media (max-width: 1024px) {
    .how-seo-works-section__top {
        flex-direction: column;
        gap: 40px;
    }
    
    .how-seo-works-section__content {
        max-width: 100%;
    }
    
    .how-seo-works-section__heading {
        font-size: 36px;
    }
    
    .how-seo-works-section__bottom {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .how-seo-works-section {
        padding: 60px 0;
    }
    
    .how-seo-works-section__heading {
        font-size: 28px;
    }
    
    .how-seo-works-section__circle-graphic {
        width: 120px;
        height: 120px;
    }
    
    .how-seo-works-section__microscope-icon {
        font-size: 20px;
    }
    
    .how-seo-works-section__circle-text {
        font-size: 12px;
    }
    
    .how-seo-works-section__bottom {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .how-seo-works-section__circle-graphic {
        width: 120px;
        height: 120px;
    }
    
    .how-seo-works-section__microscope-icon {
        font-size: 20px;
    }
    
    .how-seo-works-section__circle-text {
        font-size: 12px;
    }
    
    .how-seo-works-section__person-info {
        font-size: 10px;
    }
}

/* 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;
    margin-bottom: 20px;
}

.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;
    margin-bottom: 20px;
}

.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: #ffca00;
    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;
    }
    
    .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: 15px;
    }
    .free-audit-cta-buttons{
        margin:0 auto;
        text-align:center
    }
    .free-audit-left .cta-phone{
        margin:0 auto;
    }
}

@media (max-width: 480px) {
    .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: 80px 0 180px;
}

.rely-on-us-section__top {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-bottom: 80px;
}

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

.rely-on-us-section__subheading {
    color: #216fed;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

.rely-card__icon {
    font-size: 40px;
    color: #216fed;
    margin-bottom: 20px;
}

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

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

.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: 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: 60px 0;
    }
    
    .rely-on-us-section__top {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 60px;
    }
    
    .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: 20px;
    }
    
    .rely-card {
        padding: 25px;
    }
    
    .rely-card__icon {
        font-size: 32px;
    }
    
    .rely-card__title {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .rely-card {
        padding: 20px;
    }
    
    .rely-card__icon {
        font-size: 28px;
    }
    
    .rely-card__title {
        font-size: 22px;
    }
    
    .rely-card__description {
        font-size: 13px;
    }
    
    .book-card__note-text {
        font-size: 14px;
    }
}

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

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

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

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

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

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

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

.evidence-header__image {
    position: relative;
}

.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;
    max-width: 1200px;
    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: #d9d9d9 !important;
    border: 0;
    color: #001b43 !important;
    width: 35px;
    height: 35px;
    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: 20px;
}

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

.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;
    }
}

/* 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: 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 16px 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__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: #333;
    font-size: 28px;
    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: 36px;
    font-weight: 700;
    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: 14px;
    font-weight: 500;
    line-height: 1.3;
}

.metric__arrow {
    width: 28px;
    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 0;
    }
    
    .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;
    }

    .case-study-accordion.mobile-only{
        margin-top:0;
    }
    
    .case-study-swiper {
        padding: 30px 20px;
    }
    
    .case-study__title {
        font-size: 24px;
    }
    
    .metric__number {
        font-size: 28px;
    }
    
    .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;
    }
}

@media (max-width: 480px) {
    .case-study-swiper {
        padding: 20px 15px;
    }
    
    .case-study__title {
        font-size: 20px;
    }
    
    .metric__number {
        font-size: 24px;
    }
    
    .metric__label {
        font-size: 12px;
    }
    
    .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;
    align-items: center;
}

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

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

.free-audit-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333;
}

.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: #ffeb3b;
    font-size: 20px;
}

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

.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;
    align-items: center;
    width: 100%;
}

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

.free-audit-right .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 200px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}

.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-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-section {
        padding: 60px 0;
    }
    
    .free-audit-content {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }
    
    .free-audit-left {
        max-width: 100%;
    }
    
    .free-audit-heading {
        font-size: 28px;
    }
    
    .free-audit-description {
        font-size: 16px;
    }

    .free-audit-rating{
        justify-content: center;
    }
    
    .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) {
    .free-audit-heading {
        font-size: 24px;
    }
    
    .free-audit-description {
        font-size: 14px;
    }
    
    .free-audit-button {
        padding: 12px 25px;
        font-size: 16px;
    }
    

    
    .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;
    margin-bottom: 20px;
    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;
    margin-bottom: 20px;
}

.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;
}

.team-members {
    display: flex;
    gap: 20px;
    overflow: hidden;
    width: 100%;
    position: relative;
    min-height: 280px;
    transform: translateX(-220px); /* Start position for infinite loop */
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 200px;
    flex-shrink: 0;
    transition: transform 0.5s ease;
    opacity: 1;
    visibility: visible;
}

.member-photo {
    width: 180px;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    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 {
    text-align: center;
}

.member-name {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.member-title {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

/* 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;
    }
    
    .team-members {
        gap: 15px;
        transform: translateX(-175px); /* Adjusted for smaller gap */
    }
    
    .member-photo {
        width: 180px;
        height: 240px;
    }
    
    .note-bubble {
        max-width: 250px;
        padding: 18px 22px;
    }
}

@media (max-width: 768px) {
    .featured-in-section .l-partial-container{padding:24px;}
    .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;
    }
    
    .team-members {
        justify-content: center;
        transform: translateX(-150px); /* Adjusted for mobile */
    }
    
    .member-photo {
        width: 140px;
        height: 180px;
    }
    
    .member-name {
        font-size: 16px;
    }
    
    .member-title {
        font-size: 12px;
    }
}

@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;
    }
    
    .member-photo {
        width: 120px;
        height: 160px;
    }
    
    .team-members {
        transform: translateX(-130px); /* Adjusted for small mobile */
    }
    
    .member-name {
        font-size: 14px;
    }
    
    .member-title {
        font-size: 11px;
    }
    
    .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 {
    background-color: #fff;
    padding: 60px 0;
    text-align: center;
    position:relative;
    z-index:99;
    width:100%!important;
}

.featured-in-section__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.featured-in-section__intro {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
    font-weight: 500;
}

.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: 40px 20px;
        margin-top: -48px;
        overflow: hidden;
        z-index: 9999;
    }
    
    .featured-in-section__intro {
        font-size: 22px;
        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 15px;
    }
    
    .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 0;
    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: 500px;
}

.seo-audit-section__subheading {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4a9eff;
    margin-bottom: 20px;
}

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

.seo-audit-section__intro {
    font-size: 18px;
    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: 24px;
    font-weight: 400;
    color: #fff;
    min-width: 60px;
    flex-shrink: 0;
}

.audit-component__content {
    flex: 1;
}

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

.audit-component__description {
    font-size: 16px;
    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 20px;
    }
    
    .seo-audit-section__top {
        flex-direction: column;
        gap: 0;
        margin-bottom: 0;
    }
    
    .seo-audit-section__left {
        max-width: 100%;
    }
    
    .seo-audit-section__heading {
        font-size: 28px;
    }
    
    .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 0;
    }
    
    .audit-component__number {
        font-size: 20px;
        min-width: 45px;
    }
    
    .audit-component__title {
        font-size: 17px;
    }
    
    .audit-component__description {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .seo-audit-section {
        padding: 40px 15px;
    }
    
    .seo-audit-section__heading {
        font-size: 24px;
    }
    
    .seo-audit-section__intro {
        font-size: 15px;
    }
    
    .seo-audit-section__subtitle {
        font-size: 16px;
    }
    
    .seo-audit-section__image {
        padding: 15px;
    }
    
    .seo-audit-section__annotation {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .audit-component {
        gap: 15px;
        padding: 15px 0;
    }
    
    .audit-component__number {
        font-size: 18px;
        min-width: 40px;
    }
    
    .audit-component__title {
        font-size: 16px;
    }
    
    .audit-component__description {
        font-size: 14px;
    }
}

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

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

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

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

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

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

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

.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;
}

.team-carousel-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.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;
}




.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -40px!important;
    left: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -40px!important;
    left: auto;
}

.case-study-carousel .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -16px!important;
    left: auto;
}

.case-study-carousel .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -16px!important;
    left: auto;
}

.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;
}

.member-photo {
    width: 100%;
    height: 380px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    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 {
    text-align: center;
}

.member-name {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.member-title {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.featured-in-section__logos .desktop-img {
    display: block;
    max-width: 1060px;
    margin: 0 auto;
}

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

.client-reviews-desktop{
    display:block;
    margin:0 auto;
}
.client-reviews-mobile{
    display:none;
    margin: 0 auto;
}

@media (max-width: 1300px) {    
    .book-card img {
        width: 100%;
        max-width: 100%;
    }
}


/* Responsive Design */
@media (max-width: 1024px) {
    .team-showcase-content {
        gap: 40px;
    }
    
    .team-showcase-heading {
        font-size: 32px;
    }
    
    .team-swiper .swiper-slide {
        width: 180px;
    }
    
    .member-photo {
        width: 180px;
        height: 240px;
    }
    
    .callout-bubble {
        max-width: 250px;
        padding: 18px 22px;
    }
    .team-showcase-content {
        display: block; 
        gap: 60px;
        align-items: flex-start;
        flex: 1;
    }
    .team-callout{
        display:none
    }
    .member-photo {
        width: 250px;
        height: 320px;
    }
    .book-card img {
        width: 132%;
        max-width: 132%;
    }

    .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 25px;
    }
    .client-video-column {
        padding-right: 28px;
    }
}

@media (max-width: 768px) {
    .how-seo-works-section {
        padding: 60px 0 90px;
    }
    .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;
    }
    
    .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-carousel-container {
        max-width: 500px;
    }
    
    .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;
    }
    
    .member-photo {
        width: 160px;
        height: 200px;
    }
    
    .member-name {
        font-size: 16px;
    }
    
    .member-title {
        font-size: 12px;
    }
    .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;
        margin-bottom: 20px;
        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) {
    .hero-banner {
        padding: 91px 0 85px;
    }
    .team-showcase-heading {
        font-size: 24px;
    }
    
    .team-showcase-description {
        font-size: 14px;
    }

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

    .swiper-button-next {
        right: 0px !important;
    }
    .swiper-button-prev {
        left: 0px !important;
    }
    .member-name {
        font-size: 14px;
    }
    
    .member-title {
        font-size: 12px;
    }
    
    .callout-bubble {
        max-width: 220px;
        padding: 15px 20px;
    }
    
    .callout-text {
        font-size: 12px;
    }
    .member-photo {
        width: 182px;
        height: 258px;
    }

    .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);
    }
}

/* 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 #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 24px 90px!important;
    }
    .team-section{
        padding:60px 24px 90px!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;
    }
    .member-photo {
        width: 238px;
        height: 300px;
    }

}

.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;
}


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