:root {
--main-color: #0EAFC3;
--feature-color1: #0EAFC3;
--feature-color2: #8B44FF;
--feature-color3: #FC5A03;
--feature-color4: #000000;
--feature-color5: #E2739B;
--feature-color6: #005CBD;
--traffic-color1: #FC8A03;
--traffic-color2: #A095FF;
--traffic-color3: #00A19D;
--traffic-color4: #FF5B9C;
--step-color1: #0EAFC3;
--step-color2: #F29111;
--step-color3: #7164EA;
--step-color4: #42CD83;
--step-color5: #F90BAD;
--step-color6: #00CCFF;
}
/* -----------aeo-hero-banner------------ */
.aeo-hero-section {
background: linear-gradient(278.46deg, #EEF2FC 3.83%, #EEF7FF 99.37%);
padding: 80px 0 0px;
position: relative;
}
.wave-shape{
margin-top: 50px;
width: 100%;
margin-bottom: -2px;
height: auto;
}
.aeo-hero-content {
padding-right: 40px;
}
.aeo-hero-clients {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 20px;
}
.aeo-hero-clients img {
height: 32px;
width: auto;
transition: all 0.3s ease;
}
.aeo-hero-clients img:hover {
filter: brightness(0.5);
}
.aeo-hero-note p {
margin: 0 0 10px;
color: #4A5565;
font-size: 16px;
}
.aeo-hero-note {
margin-top: 35px;
}
.aeo-hero-desc {
color: #222222;
font-size: 18px;
line-height: 28px;
margin: 20px 0;
}
.aeo-hero-title {
font-weight: 400;
font-size: 60px;
line-height: 60px;
color: #101828;
}
.aeo-hero-title .heading-highlights{
font-size: 60px;
line-height: 60px;
}
.heading-highlights {
font-weight: 600;
background:linear-gradient(179deg, #0EAFC3 40%, #26C6DA 100%);
-webkit-text-fill-color: transparent;
background-clip: text;
}
.cstm-h2{
font-size: 50px;
line-height: 56px;
text-transform: capitalize;
}
.cstm-h2 .heading-highlights {
font-size: 50px;
font-weight: 600;
}

/* -----------GPT models------------ */
.chatgpt-models-icons {
display: flex;
align-items: center;
}
.chatgpt-main-icon {
max-width: 140px;
}
.chatgpt-models-item:not(:last-child) {
margin-bottom: 40px;
}
.chatgpt-models-item {
display: flex;
align-items: center;
gap: 20px;
position: relative;
}
.chatgpt-model-icon {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
background: #FFFFFF;
border: 1px solid #F4F4F4;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
border-radius: 50%;
}
.chatgpt-model-item-content {
flex: 1;
}
.chatgpt-model-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.chatgpt-model-item-content .cstm-h3 {
font-size: 22px;
margin-bottom: 5px;
}
.chatgpt-model-text {
margin: 0;
}
.chatgpt-models-item:nth-child(2), .chatgpt-models-item:nth-child(3)  {
margin-left: 100px;
}
.chatgpt-models-item:before {
content: '';
position: absolute;
width: 80px;
left: -30px;
border-top: 2px dashed #222222;
opacity: 0.5;
}
.chatgpt-models-item:nth-child(1)::before  {
left: -40px;
top: 150%;
transform: rotate(-55deg);
}
.chatgpt-models-item:nth-child(2)::before {
left: -90px;
top: 70%;
transform: rotate(-20deg);
}
.chatgpt-models-item:nth-child(3)::before {
left: -90px;
top: 30%;
transform: rotate(20deg);
}
.chatgpt-models-item:nth-child(4)::before {
left: -40px;
top: -40px;
transform: rotate(55deg);
}

/* -----------perplexity-onpage-tips------------ */
.ai-why-seo-section .col-md-6:first-child {
padding-right: 3rem;
}

.chatgpt-future-ready .accordion-item {
border: none;
padding: 18px 0px;
border-bottom: 1px solid #000000;
border-radius: 0;
margin: 0 !important;
background: transparent;
}
.ai-accordian .accordion-button::after {
display: none;
}
.ai-accordian .accordion-button {
padding: 0;
background: transparent;
box-shadow: none;
color: #101828;
font-size: 22px;
font-weight: 600;
}
.ai-accordian .accordion-body {
padding: 10px 0 0;
color: #222222;
}
.ai-accordian .accordion-item p{
margin: 0;
line-height: 26px;
}
.ai-accordian .accordion-item:not(:first-child) {
margin-top: 20px;
}
.accordion-item:has(.accordion-button:not(.collapsed)) {
border-color: #0EAFC3;
}
.accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button{
color: #0EAFC3;
}
.chatgpt-future-ready .accordion-button:before {
content: "";
background-color: #222222;
background-image: url(/images/chatgptseoimg/accordian-arrow.svg);
width: 24px;
height: 24px;
min-width: 24px;
border-radius: 50%;
margin-right: 8px;
background-repeat: no-repeat;
background-position: center;
display: inline-flex;
transition: all 0.3s ease;
}
.chatgpt-future-ready .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-button:before{
background-color: #0EAFC3;
transform: rotate(90deg);
}
.chatgpt-right-img {
background: linear-gradient(360deg, rgba(22, 182, 202, 0) 0%, rgba(22, 182, 202, 0.15) 100%);
border-radius: 30px;
padding: 0px 40px;
position: relative;
}
.dotsimg {
position: absolute;
inset: 0;
border-radius: 30px;
z-index: -1;
}
.chatgpt-future-ready .col-md-5 {
width: 46%;
}
.chatgpt-right-img .section-header {
padding: 30px 25px;
background: #FFFFFF;
box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.04);
border-radius: 20px;
margin: -60px 0 30px;
display: inline-block;
}
.chatgpt-right-img .cstm-h2 {
font-size: 40px;
line-height: 46px;
}
.chatgpt-right-img .cstm-h2 .heading-highlights {
font-size: 40px;
}
.chatgpt-future-img {
max-width: 300px;
margin: auto;
display: block;
}
.chatgpt-right-img .section-header-desc {
margin: 0;
}
.chatgpt-future-ready {
padding-top: 140px !important;
}
.perplexity-onpage-tips {
background-color: #F9FBFF;
}
.perplexity-onpage-tips .chatgpt-future-img {
max-width: 370px;
}

/* -----------ai-seo-services----------------- */
.ai-seo-services {
background: #F9F9FF;
}
.aeo-key-features .heading-highlights {
font-size: 62px;
}
.aeo-key-features .section-header {
max-width: 100%;
margin-bottom: 30px;
}
.section-header-desc {
line-height: 30px;
}
.aeo-key-feature-item {
padding: 30px 20px;
background: #FFFFFF;
border-width: 1px 1px 4px 1px;
border-style: solid;
border-color: var(--feature-color1);
box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.05);
border-radius: 30px;
transition: all 0.3s;
cursor: pointer;
height: 100%;
}
.aeo-key-feature-icon {
background: var(--feature-color1);
box-shadow: 5px 7px 14px rgba(0, 0, 0, 0.08);
border-radius: 50%;
width: 75px;
height: 75px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
}
.aeo-key-feature-icon img {
width: 35px;
height: 35px;
object-fit: contain;
transition: all 0.3s;
}
.aeo-key-feature-desc {
margin: 0;
transition: all 0.3s;
}
.aeo-key-feature-title {
margin: 22px 0 15px;
font-weight: 500;
font-size: 22px;
transition: all 0.3s;
}
.col-md-6:nth-child(2) .aeo-key-feature-item{
border-color: var(--feature-color2);
}
.col-md-6:nth-child(3) .aeo-key-feature-item{
border-color: var(--feature-color3);
}
.col-md-6:nth-child(4) .aeo-key-feature-item{
border-color: var(--feature-color4);
}
.col-md-6:nth-child(5) .aeo-key-feature-item{
border-color: var(--feature-color5);
}
.col-md-6:nth-child(6) .aeo-key-feature-item{
border-color: var(--feature-color6);
}
.col-md-6:nth-child(2) .aeo-key-feature-icon {
background: var(--feature-color2);
}
.col-md-6:nth-child(3) .aeo-key-feature-icon {
background: var(--feature-color3);
}
.col-md-6:nth-child(4) .aeo-key-feature-icon {
background: var(--feature-color4);
}
.col-md-6:nth-child(5) .aeo-key-feature-icon {
background: var(--feature-color5);
}
.col-md-6:nth-child(6) .aeo-key-feature-icon {
background: var(--feature-color6);
}
.aeo-key-feature-item:hover {
transform: translateY(-5px);           
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.aeo-key-feature-item:hover * {
color: #fff;
}  
.aeo-key-feature-item:hover .aeo-key-feature-icon {
background: #fff;
}   
.col-md-6:nth-child(1) .aeo-key-feature-item:hover{
background: var(--feature-color1);
}
.col-md-6:nth-child(2) .aeo-key-feature-item:hover{
background: var(--feature-color2);
}
.col-md-6:nth-child(3) .aeo-key-feature-item:hover{
background: var(--feature-color3);
}
.col-md-6:nth-child(4) .aeo-key-feature-item:hover{
background: var(--feature-color4);
}
.col-md-6:nth-child(5) .aeo-key-feature-item:hover{
background: var(--feature-color5);
}
.col-md-6:nth-child(6) .aeo-key-feature-item:hover{
background: var(--feature-color6);
}
.col-md-6:nth-child(1) .aeo-key-feature-item:hover img {
filter: brightness(0) saturate(100%) invert(55%) sepia(58%) saturate(3402%) hue-rotate(150deg) brightness(97%) contrast(89%);
}
.col-md-6:nth-child(2) .aeo-key-feature-item:hover img {
filter: brightness(0) saturate(100%) invert(27%) sepia(66%) saturate(2601%) hue-rotate(245deg) brightness(110%) contrast(121%);
}
.col-md-6:nth-child(3) .aeo-key-feature-item:hover img {
filter: brightness(0) saturate(100%) invert(36%) sepia(69%) saturate(2780%) hue-rotate(2deg) brightness(104%) contrast(98%);
}
.col-md-6:nth-child(4) .aeo-key-feature-item:hover img {
filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(15%) hue-rotate(326deg) brightness(101%) contrast(100%);
}
.col-md-6:nth-child(5) .aeo-key-feature-item:hover img {
filter: brightness(0) saturate(100%) invert(76%) sepia(25%) saturate(3551%) hue-rotate(294deg) brightness(90%) contrast(96%);
}
.col-md-6:nth-child(6) .aeo-key-feature-item:hover img {
filter: brightness(0) saturate(100%) invert(25%) sepia(24%) saturate(6474%) hue-rotate(198deg) brightness(96%) contrast(102%);
}



/* ------------aeo-free-perposal------------ */
.aeo-free-perposal{
background-image: url(/images/aeoservicesimg/free-perposal-bg.svg) !important;
}
.aeo-free-perposal .request-form-new .modal-dialog.custom-service-form .form {
background: linear-gradient(145.23deg, #0AAFC4 2.62%, #25C1D5 99.65%);
border-radius: 20px;
padding: 42px 25px !important;
position: relative;
}
.aeo-free-perposal .request-form-new .modal-dialog.custom-service-form .contact-right-form {
background: transparent;
}
.aeo-free-perposal .request-form-new  .contact-right-form h3 {
font-size: 28px;
color: #ffffff;
}
.aeo-free-perposal .request-form-new.get-quote-form li.caption {
color: #ffffff;
}
.aeo-free-perposal .request-form-new.get-quote-form li.caption:before {
filter: invert(1) brightness(100);
}
.aeo-free-perposal .request-form-new  .form .hs-form-field {
margin-bottom: 18px !important;
}
.aeo-free-perposal .request-form-new  .contact-right-form .hs-input {
height: 48px;
font-size: 16px;
border-radius: 6px;
font-weight: 400 !important;
color: #000;
}
.aeo-free-perposal .request-form-new .contact-right-form .hs_submit.hs-submit {
padding-top: 0;
}
.aeo-free-perposal .request-form-new .hs-input.hs-fieldtype-intl-phone {
display: flex;
background: #fff;
}
.aeo-free-perposal .request-form-new  .hs-input.hs-fieldtype-intl-phone select {
width: 62px !important;
background: #DFDFDF;
border-radius: 6px 0 0 6px !important;
}
.aeo-free-perposal .request-form-new  .hs-input.hs-fieldtype-intl-phone input {
border: none !important;
}
.aeo-free-perposal .request-form-new .contact-right-form .hs_submit.hs-submit .hs-button {
background: #fff;
border-radius: 50px;
color: #000000;
font-size: 18px;
font-weight: 600;
font-family: "Poppins", sans-serif !important;
line-height: inherit;
border: none !important;
box-shadow: none !important;
padding: 12px 32px;
}
.webiste-audit-request {
margin-top: 25px;
}
.webiste-audit-request a.btn.free_aud {
padding: 12px 17px;
gap: 25px;
background: linear-gradient(90deg, #E82571 0%, #FD4D92 100%);
border-radius: 8px;
height: 48px;
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
transition: all 0.3s ease;
top: 5px;
}
.webiste-audit-request a.btn.free_aud:hover {
background: linear-gradient(270deg, #E82571 0%, #FD4D92 100%)
}
.webiste-audit-request.request-section input#domainName {
height: 58px;
padding: 5px 200px 5px 20px;
font-size: 16px;
border: 1px solid #DEDEDE;
}
.webiste-audit-request.request-section input#domainName::placeholder{
color: #787878;
}
.aeo-free-perposal-tags a {
color: #222222;
font-size: 14px;
font-weight: 500;
padding: 6px 12px;
border: 1px solid #222222;
border-radius: 4px;
margin-right: 6px;
transition: all 0.3s;
display: inline-block;
}
.aeo-free-perposal-tags a:hover {
background: #ef1d70;        
border-color: #ef1d70;    
color: #fff;
}
.aeo-free-perposal-tags {
margin-top: 15px
}
.aeo-free-perposal .request-form-new .modal-dialog.custom-service-form .form::before {
content: "";
position: absolute;
background-image: url(/images/aeoservicesimg/form-shap.svg);
width: 135px;
height: 70px;
background-repeat: no-repeat;
background-size: contain;
background-position: right top;
right: -1px;
top: -1px;
filter: brightness(0) saturate(100%) invert(100%) sepia(45%) saturate(2559%) hue-rotate(177deg) brightness(104%) contrast(108%);
}
.aeo-free-perposal .request-section .form p {
position: relative;
font-size: 14px;
margin-top: 2px !important;
}
.aeo-free-perposal .bottom-form-quote p {
color: #fff;
}

/* ------------aeo-awards------------ */
.aeo-award .container {
max-width: 1000px;
}
.aeo-award .award-list {
display: flex;
flex-wrap: wrap;
}
.aeo-award .award-list li {
width: 25%;
display: flex;
align-items: center;
justify-content: center;
border-right: 1px solid #AEAEAE;
}
.aeo-award .award-list li img {
width: 130px;
height: 130px;
object-fit: contain;
}
.aeo-award .award-list li a {
display: block;
padding: 35px 10px;
width: 100%;
text-align: center;
}
.aeo-award .award-list li:nth-child(-n+4) {
border-bottom: 1px solid #AEAEAE;
}
.aeo-award .award-list li:nth-child(4), .aeo-award .award-list li:last-child {
border-right: none;
}
.aeo-free-perposal .request-section span.h4 {
color: #101828;
font-size: 20px;
text-align: left;
font-weight: 600;
margin-bottom: 10px;
}

/* ------------Ai-Seo-Services-Metter------------ */
.ai-seo-services-metter{
background: #F3FAFF;
position: relative;
overflow: hidden;
}
.seo-shape-left {
width: auto;
position: absolute;
bottom: 0;
left: 0;
}
.seo-shape-right {
width: auto;
position: absolute;
top: 0;
right: 0;
}
.image-area {
position: relative;
display: flex;
gap: 20px;
align-items: baseline;
padding-right: 15px;
}
.arow-img {
position: absolute;
left: 30px;
top: 15px;
width: 160px;
}
.center-circle {
position: absolute;
left: 40%;
top: 35%;
width: 120px;
height: 120px;
transform: translate(-50%, -50%);
z-index: 2;
}
.circle-image {
width: 100%;
height: auto;
animation: spin 12s linear infinite;
border: 10px solid #F4F4F4;
border-radius: 50%;
}
.spinner-text {
position: absolute;
font-size: 24px;
font-weight: 500;
line-height: 1;
background: #000000;
border-radius: 50%;
color: #fff;
width: 46px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}
.right-img {
width: 57%;
border-radius: 20px;
z-index: 1;
}
.left-img {
width: 40%;
border-radius: 20px;
z-index: 1;
}
.small-logo {
width: 24px;
height: auto;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.top-cmpny-pera {
line-height: 30px;
margin: 15px 0 0;
}
.top-company .cstm-heading {
margin-bottom: 20px;
}

/* ------------ai-integration-growth------------ */
.ai-integration-growth {
background: #F9FBFF;
position: relative;
}
.ai-integration-growth .cstm-heading.cstm-h2 {
max-width: 565px;
}
.ai-seo-traffic .section-header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
margin-bottom: 40px;
}
.ai-seo-traffic .section-header .section-header-desc {
margin: 0;
max-width: 600px;
}
.ai-seo-traffic-item {
display: flex;
flex-direction: row;
align-items: center;
padding: 30px;
gap: 20px;
background: #FFFFFF;
border-width: 1px 1px 5px 1px;
border-style: solid;
border-color: #000000;
box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
border-radius: 20px;
width: 100%;
}
.ai-seo-traffic-content {
flex: 1;
}
.ai-seo-traffic-title {
font-size: 22px;
color: #000000;
font-weight: 500;
}
.ai-seo-traffic-desc {
margin: 0;
}
.ai-seo-traffic-item .aeo-key-feature-icon {
width: 95px;
height: 95px;
background: var(--traffic-color1);
box-shadow: 0px 10px 40px rgba(54, 61, 136, 0.06);
}
.ai-seo-traffic-item .aeo-key-feature-icon img {
width: 45px;
height: 45px;
}
.col-md-6:nth-child(2) .ai-seo-traffic-item .aeo-key-feature-icon {
background: var(--traffic-color2);
}
.col-md-6:nth-child(3) .ai-seo-traffic-item .aeo-key-feature-icon {
background: var(--traffic-color3);
}
.col-md-6:nth-child(4) .ai-seo-traffic-item .aeo-key-feature-icon {
background: var(--traffic-color4);
}




/* ------------Answer-Aivoice-Serach------------ */
.answer-aivoice-serach {
margin-top: 60px;
}
.anser-aivoice-inner {
background: linear-gradient(93.19deg, #00A0AF 0.28%, #25C1D5 100%);
border-radius: 20px;
}
.anser-aivoice-content {
padding: 55px 0px 55px 55px;
}
.anser-aivoice-content .cstm-h2 {
font-size: 40px;
color: #fff;
line-height: 52px;
}
.anser-aivoice-content .heading-highlights {
background: linear-gradient(179deg, #FF97D8 40%, #FF97D8 100%);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-clip: text;
font-size: 40px;
}
.anser-aivoice-content .section-header-desc {
color: #FFFFFF;
font-size: 18px;
line-height: 28px;
margin: 15px 0;
max-width: 600px;
}
.custom-btn.btn-white {
background: #fff;
color: #000000;
}
.custom-btn.btn-white svg {
background: linear-gradient(142.02deg, #0BAFC4 5.74%, #1FBDD1 84.29%);
color: #fff;
}
.anser-aivoice-inner .col-md-7 {
width: 62%;
}
.anser-aivoice-inner .col-md-4 {
width: 36%;
}
.ai-voice-img {
padding-right: 40px;
margin-top: -62px;
max-width: 300px;
margin-inline: auto;
}
.section-heading-seprate {
background: #26C6DA;
height: 3px;
display: inline-block;
width: 80px;
margin: 15px 0 5px;
}

/* ------------Ai-search-services------------ */
.ai-services-section .col-md-5 {
width: 38%;
}
.ai-services-section .col-md-7 {
width: 60%;
}
.ai-search-block{
border-radius: 15px;
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
transition: all 0.4s;
}
.ai-search-block:before {
content: '';
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
position: absolute;
inset: 0;
transition: all 0.4s;
}
.ai-search-text{
position: absolute;
bottom: 0;
width: 100%;
padding: 20px;
transition: all 0.4s;
}
.ai-search-text h3 {
color: #fff;
text-align: left;
font-size: 22px;
}
.ai-search-text p{
line-height: 26px;
font-size: 16px;
color: #fff;
margin: 0;
}
.ai-search-block:hover:before, .swiper-slide-active .ai-search-block:before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0EAFC3 100%);
}
.ai-search-img {
height: 460px;
object-fit: cover;
}
.aeo-search-content .swiper-slide{
transition: all 0.4s;
}
.aeo-search-content .swiper-slide-next {
margin-top: 50px;
}
.aeo-search-content {
height: 520px;
display: flex;
align-items: center;
}
.ai-services-section .heading-highlights,  .answer-aeo-success .heading-highlights{
font-size: 62px;
}
.ai-services-section {
padding-top: 0;
}
.chatgpt-business-seo .cstm-h2 {
font-size: 44px;
}


/* ------------Our-Process------------ */
.answer-our-orocess {
background: linear-gradient(124.29deg, rgba(238, 242, 252, 0.76) 1.34%, rgba(238, 242, 252, 0.82) 100%);
margin-bottom: 60px;
}
.answer-our-orocess-row {
margin-top: 50px;
justify-content: center;
}
.answer-our-orocess .section-header{
max-width: 770px;
margin: 0 auto 40px;
}
.answer-our-orocess-block {
position: relative;
border-radius: 100px;
overflow: hidden;
width: 100%;
height: 100%;
}
.answer-our-orocess-row .col-md-2 {
width: 12%;
height: 550px;
transition: all 0.4s;
}
.answer-our-orocess-row .col-md-2:has(.active) {
width: 40%;
}
.answer-our-orocess-row .col-md-2:has(.active) .answer-our-orocess-block{
border-radius: 40px;
}
.answer-our-orocess-block:before {
content: '';
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0EAFC3 100%);
position: absolute;
inset: 0;
}
.answer-our-orocess-row .col-md-2:nth-child(2) .answer-our-orocess-block:before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #BAD300 100%);
}
.answer-our-orocess-row .col-md-2:nth-child(3) .answer-our-orocess-block:before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #DC4437 100%);
}
.answer-our-orocess-row .col-md-2:nth-child(4) .answer-our-orocess-block:before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0083FE 100%);
}
.answer-our-orocess-row .col-md-2:nth-child(5) .answer-our-orocess-block:before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FE00B2 100%);
}
.answer-our-orocess-row .col-md-2:nth-child(6) .answer-our-orocess-block:before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #FF8000 100%);
}
.process-step-number {
position: absolute;
bottom: 0;
width: 100%;
padding: 25px;
transition: all 0.4s;
display: flex;
justify-content: flex-end;
flex-direction: column;
align-items: center;
height: 100%;
}
.ourprocess-img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.process-step-number h3 {
color: #fff;
font-size: 24px;
margin: 0 0 10px;
transition: all 0.4s;
writing-mode: sideways-lr;
width: 100%;
display: flex;
align-items: center;
}
.process-step-number p {
color: #fff;
font-size: 16px;
line-height: 26px;
margin: 0;
transition: all 0.4s;
display: none;
}
.answer-our-orocess-row .col-md-2:has(.active) p {
display: block;
}
.answer-our-orocess-row .col-md-2:has(.active) h3 {
writing-mode: horizontal-tb;
}

/* ------------WhyChoose------------ */
.AnswerWhyChoose {
background: linear-gradient(83.58deg, rgba(243, 254, 255, 0.8) -0.51%, rgba(229, 240, 255, 0.8) 100.61%);
position: relative;
}
.why-choose-list {
display: flex;
flex-direction: column;
gap: 20px;
margin: 30px 0 20px;
}
.why-choose-list li {
display: flex;
align-items: center;
gap: 10px;
}
.why-choose-icon {
background: #B7D6F9;
width: 62px;
height: 62px;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
}
.why-choose-list li p{
flex: 1;
margin: 0;
}
.why-choose-icon img {
height: 36px;
}
.AnswerWhyChoose a{
color: #26C6DA;
}
.why-choose-list li:nth-child(2) .why-choose-icon{
background: #EAD7FF;
}
.why-choose-list li:nth-child(3) .why-choose-icon{
background: #B7FFC1;
}
.why-choose-list li:nth-child(4) .why-choose-icon{
background: #D0D4FF;
}
.why-choose-right-img {
padding-left: 30px;
}
.whychooosetopshape {
width: auto;
position: absolute;
top: 0;
right: 0;
}
.whychooosebottomshape {
width: auto;
position: absolute;
bottom: 0;
left: 0;
}

/* ------------ai-models-solutions------------ */
.get-smarter-with-ai .section-header, .answer-how-friendly .section-header, .chatgpt-steps-section .section-header {
max-width: 790px;
margin: 0 auto 40px;
}
.get-smarter-ai-box {
padding: 30px;
background: #EEF6FE;
border: 1px solid #BADDFE;
border-radius: 20px;
}
.get-smarter-ai-box-icon {
width: 62px;
height: 62px;
background: #FFFFFF;
border: 1px solid #D7D7D7;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
}
.get-smarter-ai-box-icon img {
width: 35px;
}
.get-smarter-ai-box h3 {
color: #101828;
font-size: 26px;
margin: 20px 0;
}
.get-smarter-ai-box-list {
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px;
background: #DDEEFF;
border-radius: 12px;
margin-top: 20px;
}
.get-smarter-ai-box-list-title {
margin: 0;
color: #101828;
font-size: 22px;
}
.get-smarter-ai-box-list-items li, .why-chatgpt-list li {
color: #222222;
margin-top: 10px !important;
position: relative;
display: flex;
align-items: center;
}
.get-smarter-ai-box-list-items li:before, .why-chatgpt-list li:before {
content: "";
background: #0EAFC3;
background-image: url(/images/aeoservicesimg/check.svg);
width: 22px;
height: 22px;
min-width: 22px;
border-radius: 50%;
margin-right: 10px;
background-repeat: no-repeat;
background-position: center;
display: inline-flex;
}
.get-smarter-ai-box.ai-box-2 {
background: #E6F8FF;
border-color: #BADDFE;
}
.ai-box-2 .get-smarter-ai-box-list {
background: #CEEEFA;
}

/* ------------Ai-best-agency------------ */
.answer-how-friendly-block {
display: flex;
flex-direction: column;
align-items: center;
padding: 50px 50px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
border-radius: 15px;
text-align: center;
transition: all 0.4s ease 0s;
cursor: pointer;
margin-bottom: 24px;
position: relative;
}
.answer-how-friendly-block h3 {
font-size: 22px;
color: #000;
margin-bottom: 15px;
line-height: 26px;
}
.answer-how-friendly-block p {
font-size: 16px;
line-height: 22px;
margin-bottom: 30px;
margin-top: 0;
}
.answer-how-friendly-block img {
height: 150px;
object-fit: contain;
}
.answer-how-friendly {
background: #F9FBFF;
position: relative;
overflow: hidden;
}
.howfriendlyshape1 {
position: absolute;
left: 0;
top: 0;
width: auto;
}
.howfriendlyshape2 {
position: absolute;
right: 0;
bottom: 0;
width: auto;
}
.answer-how-friendly-block:hover {
box-shadow: 0px 6px 30px rgba(21, 93, 252, 0.25);
}
.answer-how-friendly-list .col-md-4:nth-child(2) {
margin-top: 60px;
}
.answer-how-friendly-list .col-md-4:nth-child(3) {
margin-top: 120px;
}
.ai-best-agency-counter {
position: absolute;
right: 10px;
top: 5px;
font-weight: 700;
font-size: 56px;
line-height: 56px;
color: #0EAFC3;
opacity: 0.08;
}
.ai-models-solutions {
background: transparent;
padding-top: 0;
}

/* ------------answer-aeo-success------------ */
.aeo-success-circle {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 60px;
width: 650px;
height: 650px;
border-radius: 50%;
z-index: -1;
display: block;
background-color: #F1FAFC;
}
.aeo-success-columns {
display: flex;
justify-content: space-evenly;
align-items: center;
position: relative;
gap: 24px;
z-index: 1;
}
.aeo-success-columns-inner {
display: flex;
flex-direction: column;
gap: 20px;
width: 50%;
}
.aeo-success-columns-block {
background: #ffffff;
border-radius: 25px;
padding: 22px;
display: flex;
flex-direction: column;
transition: all 0.4s ease 0s;
width: 100%;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}
.aeo-success-columns-block p {
font-size: 16px;
margin: 0;
line-height: 26px;
}
.aeo-success-columns-block h3 {
color: #000000;
font-size: 20px;
margin: 20px 0 8px;
}
.aeo-success-content {
position: relative;
}
.aeo-success-icon {
background: #FC8A03;
width: 70px;
height: 70px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.aeo-success-icon img {
width: 28px;
height: 28px;
object-fit: contain;
}   
.answer-aeo-success .col-md-7 {
width: 54%;
}
.aeo-success-icon.icon2 {
background: #B6D957;
}
.aeo-success-icon.icon3 {
background: #B486F6;
}
.aeo-success-icon.icon4 {
background: #63DED8;
}
.aeo-success-icon.icon5 {
background: #FEA2A7;
}
.aeo-success-columns-block:hover {
box-shadow: 0px 6px 30px 0 #0000001f;
transform: translateY(-5px);
}

/* ------------answer-FAQ------------ */
.answer-engine-faq .container {
max-width: 1000px;
}
.answer-engine-faq {
background: #F4FEFF;
}
.answer-engine-faq .cstm-h2 {
font-weight: 600;
}
.answer-engine-faq .section-header {
max-width: 720px;
margin: auto;
}
.answer-engine-faq .faq-content .accordionNew .according-heading {
font-size: 22px;
font-weight: 600 !important;
color: #222222;
}
.answer-engine-faq .faq-content .accordionNew {
padding: 20px 40px 20px 0px;
margin: 0;
border: none;
border-bottom: 1px solid #0000004f;
border-radius: 0;
background: none !important
}
.answer-engine-faq .faq-content .accordionNew:last-child {
border: none !important;
}
.answer-engine-faq.webguruz-Faq .faq-content .accordionNew:after {
content: '+';
background: none !important;
right: 0 !important;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
font-size: 26px;
color: #303A42;
font-family: monospace;
font-weight: 500;
}
.answer-engine-faq.webguruz-Faq .faq-content .accordionNew.active:after{
content: '-';
}
.answer-engine-faq .faq-content .accordionNew .accContentMain {
margin-top: 10px;
font-size: 16px;
line-height: 26px;
color: #222222;
}
.answer-engine-faq .faq-content .accordionNew.active .according-heading{
color: var(--main-color);
}
.aeo-service-page .hubspot-related-blog {
padding-top: 0 !important;
}

/* ------------answer-seo-audit------------ */
.answer-seo-audit-inner {
background: #D9F4FF;
border-radius: 30px;
padding: 55px;
position: relative;
}
.answer-seo-audit-content {
max-width: 650px;
margin: auto;
}
.answer-seo-audit-content .cstm-h2, .answer-seo-audit-content .cstm-h2 span {
font-size: 40px;
}
.section-header-desc{
font-size: 18px;
line-height: 28px;
margin-top: 0;
}
.answer-seo-audit-content .custom-btn {
margin-top: 10px;
}
.answer-seo-audit-inner:before {
background: #D9F4FF;
border-radius: 30px;
content: '';
position: absolute;
width: calc(100% - 10%);
height: 100%;
z-index: -1;
top: -25px;
left: 50%;
transform: translateX(-50%);
opacity: 0.4;
}
.answer-seo-audit-inner:after{
background: #D9F4FF;
border-radius: 30px;
content: '';
position: absolute;
width: calc(100% - 20%);
height: 100%;
z-index: -1;
top: -50px;
left: 50%;
transform: translateX(-50%);
opacity: 0.3;
}
.answer-seo-audit {
margin-top: 70px;
}
.answer-how-friendly-list {
margin-top: 40px;
}
.aeo-service-page li {
margin-top: 0;
}
.answer-how-friendly .container, .AnswerWhyChoose .container {
position: relative;
}

/*-----------------chatgptwhy-seo-section ----------------*/
.chatgptwhy-seo-section {
position: relative;
background: #F9FBFF;
}
.why-chatgpt-list li {
margin-top: 15px !important;
}
.why-perplexity-seo {
background: #f5f6ff;
}
.why-perplexity-seo .image-area {
padding-right: 5rem;
}
/*-----------------chatgpt-search-result----------------*/
.chatgpt-search-result-inner {
padding: 50px;
border: 1px solid #FF4C92;
border-radius: 10px 60px;
background: linear-gradient(97.69deg, #FF4C92 -0.01%, #FF88B7 99.99%);
}
.chatgpt-search-result-inner .cstm-h2 {
margin: 0;
font-size: 35px;
color: #fff;
line-height: 44px;
}
.chatgpt-search-result-inner .why-chatgpt-list {
padding-left: 40px;
border-left: 1px solid #fff;
}
.chatgpt-search-result-inner .why-chatgpt-list li {
color: #fff;
}
.chatgpt-search-result-inner .why-chatgpt-list li:before {
background-color: #ffffff;
background-image: url(/images/chatgptseoimg/pink-check.svg);
width: 28px;
height: 28px;
min-width: 28px;
}
.chatgpt-search-result {
padding-top: 0;
}
.chatgpt-seo-page .customized-approach,  .ai-integration-services-page .customized-approach, .generative-engine-optimization-page .customized-approach {
padding-top: 80px !important;
}

/*-----------------ai-models-section----------------*/
.chatgpt-steps-section {
background: #F9FBFF;
}
.chatgpt-steps-row {
max-width: 900px;
margin: auto;
position: relative;
}
.chatgpt-steps-number h3 {
margin: 0;
font-size: 35px;
color: var(--step-color1);
}
.chatgpt-steps-content {
padding: 22px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
border-radius: 30px;
}
.chatgpt-steps-content p {
margin: 0;
font-size: 16px;
}
.step-dot {
width: 20px;
margin: 0 40px;
height: 20px;
background: #0EAFC3;
border-radius: 50%;
padding: 0;
box-shadow: 0px 4px 20px rgb(14 175 195 / 32%);
position: relative;
z-index: 1;
}
.chatgpt-steps-row .row:after {
content: '';
border-left: 3px dashed #D5D5D5;
bottom: 0;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0;
z-index: 0;
}
.chatgpt-steps-row .row {
position: relative;
padding-block: 30px;
}
.chatgpt-steps-row .row:nth-child(2) .chatgpt-steps-number h3 {
color: var(--step-color2);
}
.chatgpt-steps-row .row:nth-child(2) .step-dot {
background: var(--step-color2);
}
.chatgpt-steps-row .row:nth-child(3) .chatgpt-steps-number h3 {
color: var(--step-color3);
}
.chatgpt-steps-row .row:nth-child(3) .step-dot {
background: var(--step-color3);
}
.chatgpt-steps-row .row:nth-child(4) .chatgpt-steps-number h3 {
color: var(--step-color4);
}
.chatgpt-steps-row .row:nth-child(4) .step-dot {
background: var(--step-color4);
}
.chatgpt-steps-row .row:nth-child(5) .chatgpt-steps-number h3 {
color: var(--step-color5);
}
.chatgpt-steps-row .row:nth-child(5) .step-dot {
background: var(--step-color5);
}
.chatgpt-steps-row .row:nth-child(6) .chatgpt-steps-number h3 {
color: var(--step-color6);
}
.chatgpt-steps-row .row:nth-child(6) .step-dot {
background: var(--step-color6);
}
.chatgpt-steps-row .row:first-child:after{
top: 50%;
}
.chatgpt-steps-row .row:last-child:after{
bottom: 50%;
}

/*-----------------ai-our-tech-section-----------------*/
.ai-our-tech-box {
padding: 24px;
background: #FFFFFF;
border: 1px solid #D0D0D0;
border-radius: 20px;
}
.ai-our-tech-title {
font-size: 20px;
margin-bottom: 20px;
position: relative;
display: flex;
align-items: center;
gap: 10px;
}
.ai-our-tech-title:after {
content: '';
width: 35px;
border-bottom: 2px solid #26C6DA;
}
.ai-our-tech-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
.ai-our-tech-list img {
height: 60px;
}
.ai-our-tech-list li {
display: flex;
justify-content: center;
flex-direction: column;
gap: 10px;
text-align: center;
font-size: 16px;
color: #222222;
border: 1px solid rgba(23, 183, 203, 0.3);
border-radius: 12px;
padding: 15px;
}
.ai-our-tech-list li:nth-child(2) {
border: 1px solid rgba(242, 145, 17, 0.3);
}
.ai-our-tech-list li:nth-child(3) {
border: 1px solid rgba(113, 100, 234, 0.3);
}
.ai-our-tech-list li:nth-child(4) {
border: 1px solid rgba(226, 115, 155, 0.3);
}
.ai-our-tech-section {
padding-bottom: 0;
}
.ai-our-tech-section .row {
row-gap: 24px;
}

.perplexity-ai-seo-page .aeo-hero-img {
padding-left: 60px;
}

/*-----------------perplexity-seo-process-----------------*/
.perplexity-seo-process-list li {
display: flex;
gap: 20px;
padding: 16px 0;
position: relative;
}
.perplexity-seo-process-list .steps {
width: 62px;
height: 62px;
background: #fff;
border: 1px solid #bcbcbc;
min-width: 62px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #26C6DA;
font-size: 26px;
font-weight: 600;
animation: 3s linear infinite animate-pulse;
margin: 0;
}
.perplexity-seo-process-list h3 {
font-size: 22px;
font-family: "Poppins", sans-serif !important;
color: #222222;
}
.perplexity-seo-process-list li:not(:last-child):before {
border-left: 2px dashed #bcbcbc;
content: "";
position: absolute;
height: 100%;
left: 30px;
z-index: -1;
}

@keyframes animate-pulse {
0% {
box-shadow: 0 0 0 0 #0eafc338;
}
40% {
box-shadow: 0 0 0 15px rgb(0 165 226 / 0%),0 0 0 0 rgb(0 165 226 / 0%)
}
80% {
box-shadow: 0 0 0 15px rgba(255,109,74,0),0 0 0 15px rgba(255,109,74,0)
}
100% {
box-shadow: 0 0 0 0 rgba(255,109,74,0),0 0 0 15px rgba(255,109,74,0)
}
}

.perplexity-seo-process-list li:nth-child(3n+1) .steps {
animation-delay: 1s;
}
.perplexity-seo-process-list li:nth-child(3n+2) .steps {
animation-delay: 2s;
}
.perplexity-seo-process-list li:nth-child(3n+3) .steps {
animation-delay: 3s;
}
.perplexity-seo-process .cstm-h2 {
font-size: 46px;
margin-bottom: 30px;
}
.succeed-perplexity .why-choose-icon {
background: #DEEDFF;
}
.succeed-perplexity li:nth-child(2) .why-choose-icon {
background: #FFE6CA;
}
.succeed-perplexity li:nth-child(3) .why-choose-icon {
background: #D2FFCF;
}
.succeed-perplexity li:nth-child(4) .why-choose-icon {
background: #E2E4FF;
}
.succeed-perplexity {
background: transparent;
}
.how-perplexity-seo .cstm-heading.cstm-h2 {
max-width: 610px;
}

/*----------------perplexity-track-section-----------------*/
.perplexity-track-section {
background: #F3FEFF;
position: relative;
}
.perplexity-track-section .section-header {
max-width: 700px;
margin: 0 auto 40px;
}
.perplexity-track-title {
color: #000;
}
.perplexity-track-box-list {
margin-bottom: 25px;
}
.perplexity-track-section .col-md-5 {
width: 47%;
}
.perplexity-track-section .row {
justify-content: space-between;
}
.section-border {
width: 1px;
padding: 0;
border-right: 1px dashed #B7B7B7;
}
.perplexity-track-tip-img {
display: flex;
justify-content: center;
align-items: center;
width: 60px;
height: 60px;
background: rgba(255, 255, 255, 0.25);
box-shadow: 0px 10px 40px rgba(54, 61, 136, 0.06);
border-radius: 12px;
}
.perplexity-track-tip-img img {
width: 30px;
height: 30px;
object-fit: contain;
}
.perplexity-track-tips-box {
display: flex;
align-items: flex-start;
padding: 30px;
gap: 20px;
background: linear-gradient(90deg, #FE9A00 0%, #FF6900 100%);
box-shadow: 0px 10px 60px rgba(38, 45, 118, 0.08);
border-radius: 20px;
margin-top: 40px;
}
.perplexity-track-tip-content h4 {
color: #fff;
font-size: 22px;
}
.perplexity-track-tip-content p {
color: #fff;
margin: 0;
}
.perplexity-track-tip-content {
flex: 1;
}
.perplexity-track-section .container, .ai-integration-growth .container {
position: relative;
}


.search-everywhere-future{
background-color: #F9FBFF;
}
.search-everywhere-future .chatgpt-future-img {
max-width: 420px;
}
.search-everywhere-future .section-header {
padding: 30px 20px;
}
.search-everywhere-future .chatgpt-right-img {
padding: 0px 35px;
}
.search-everywhere-steps {
padding-top: 70px;
}

/*-----------------supercharge-seo -----------------*/
.supercharge-seo .section-header {
max-width: 785px;
margin: 0 auto 40px;
}
.supercharge-seo .col-md-5 {
width: 46%;
}
.supercharge-seo-line {
border-bottom: 4px solid #D9D9D9;
margin-block: 30px;
}
.get-started-seo-section {
padding-top: 0;
}
.search-everywhere-optimization .aeo-hero-img {
max-width: 600px;
}

/*-----------------seo-level-Section -----------------*/
.seo-level-content {
padding: 30px 38px;
background: #F5FEFF;
border-width: 1px 1px 5px 1px;
border-style: solid;
border-color: #4FD7E8;
border-radius: 20px;
margin-bottom: 30px;
transition: all 0.3s;
}
.seo-level-heading {
color: #101828;
margin-bottom: 10px;
transition: all 0.3s;
}
.seo-level-content p {
margin-bottom: 10px;
transition: all 0.3s;
}

.seo-level-points li {
margin-top: 0;
margin-top: 10px !important;
position: relative;
display: flex;
align-items: center;
}
.seo-level-points li:before {
content: "";
background: #0EAFC3;
background-image: url(/images/searcheverywhereoptimages/check.svg);
width: 22px;
height: 22px;
min-width: 22px;
border-radius: 50%;
margin-right: 10px;
background-repeat: no-repeat;
background-position: center;
display: inline-flex;
}
.seo-level-content:last-child {
margin-bottom: 0;   
}
.seo-levels-rightside {
display: initial;
}
.seo-levels-rightside img {
position: sticky;
top: 120px;
display: inline-block;
}
.seo-level-content:hover {
background: #0EAFC3;
border-color: #008191;
color: #fff;
}
.seo-level-content:hover .seo-level-heading, .seo-level-content:hover p {
color: #fff;
}
.seo-level-content:hover li:before {
background-color: #ffffff;
background-image: url(/images/searcheverywhereoptimages/blue-check.svg);
}


.geo-strategies-section {
    background: #F9FBFF;
    position: relative;
    z-index: 1;
}
.generative-engine-optimization-seo {
    padding-top: 0;
}

/*-----------------geo-our-approach-section-----------------*/
.geo-our-approach-section .section-header {
    max-width: 820px;
    margin: 0 auto 40px;
}
.geo-our-approach-box {
    padding: 40px 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    height: 100%;
}
.geo-our-approach-icon {
    width: 130px;
    height: 130px;
    background: #FF7F49;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.geo-our-approach-icon img {
    height: 60px;
}
.geo-our-approach-section {
    padding-top: 0;
}
.geo-our-approach-section .col-md-4:nth-child(2) .geo-our-approach-icon {
    background: #A095FF;
}
.geo-our-approach-section .col-md-4:nth-child(3) .geo-our-approach-icon {
    background: #005804;
}





/*-----------------Responsive-----------------*/
@media (max-width: 1440px) {
.aeo-hero-desc, .section-header-desc, .anser-aivoice-content .section-header-desc, .aeo-service-page li {
font-size: 16px;
line-height: 26px;
}
.why-choose-icon {
margin-top: 0;
}
.answer-seo-audit-content .cstm-h2, .answer-seo-audit-content .cstm-h2 span {
font-size: 34px;
}
.answer-how-friendly-block h3 {
font-size: 18px;
line-height: 24px;
}
.cstm-h2 .heading-highlights {
line-height: normal;
}
}

@media (max-width: 1366px) {
.cstm-h2 {
font-size: 40px;
line-height: 46px;
}
.cstm-h2 .heading-highlights {
line-height: inherit;
}
.aeo-success-circle {
width: 550px;
height: 550px;
}
.aeo-hero-title .heading-highlights, .aeo-hero-title {
font-size: 56px;
line-height:62px;
}
.aeo-hero-content {
padding-right: 0;
}
.ppcservicecontent.heading-main {
padding-right: 0 !important;
}
.aeo-free-perposal-tags a {
font-size: 14px;
padding: 2px 10px;
}
.aeo-hero-clients {
gap: 10px;
}
.aeo-hero-clients img {
height: 28px;
}
.aeo-key-features .heading-highlights {
font-size: 52px;
}
.ai-services-section .heading-highlights, .answer-aeo-success .heading-highlights {
font-size: 52px;
}
.cstm-h2 .heading-highlights {
font-size: 40px;
}
.anser-aivoice-content .cstm-h2, .anser-aivoice-content .heading-highlights {
font-size: 30px;
line-height: 42px;
}
.ai-search-text h3, .process-step-number h3 {
font-size: 22px;
}
.ai-search-text p {
line-height: 22px;
font-size: 14px;
}
.chatgpt-right-img .cstm-h2, .chatgpt-right-img .cstm-h2 .heading-highlights {
font-size: 32px;
line-height: 40px;
}
.chatgpt-future-img {
max-width: 230px;
}
.chatgpt-business-seo .cstm-h2 {
font-size: 40px;
}
.whychooosetopshape, .whychooosebottomshape {
width: 180px;
}
.chatgpt-search-result-inner .cstm-h2 {
font-size: 28px;
line-height: 36px;
}
.chatgpt-search-result-inner .why-chatgpt-list li:before {
width: 24px;
height: 24px;
min-width: 24px;
background-size: 12px;
}
.chatgpt-search-result-inner {
padding: 30px;
}
.chatgptwhy-seo-section .seo-shape-left, .chatgptwhy-seo-section .seo-shape-right {
height: 150px;
}
.ai-our-tech-title {
font-size: 18px;
}
.ai-our-tech-title:after {
width: 22px;
}
.perplexity-seo-process .cstm-h2 {
font-size: 40px;
}

}


@media (max-width: 1200px) {
.section-header-desc {
font-size: 16px;
line-height: 26px;
}
.ai-search-img {
height: 400px;
object-fit: cover;
}
.anser-aivoice-content {
padding: 40px 0px 40px 40px;
}
.ai-our-tech-list img {
height: 44px;
}
.ai-our-tech-box {
padding: 15px;
}
.seo-level-content {
padding: 25px;
margin-bottom: 20px;
}

}

@media (max-width: 1024px) {
.answer-seo-audit-content .cstm-h2, .answer-seo-audit-content .cstm-h2 span, .cstm-h2, .cstm-h2 .heading-highlights, .perplexity-seo-process .cstm-h2 {
font-size: 32px;
line-height: 38px;
}
.custom-btn {
font-size: 14px;
gap: 15px;
padding: 5px 5px 5px 20px;
}
.custom-btn svg {
font-size: 20px;
width: 38px;
height: 38px;
line-height: 38px;
}
.answer-engine-faq .faq-content .accordionNew .according-heading {
font-size: 18px;
}
.answer-engine-faq .faq-content .accordionNew .accContentMain {
font-size: 16px;
line-height: 26px;
}
.aeo-success-circle {
right: 30px;
}
.aeo-success-columns-block h3 {
font-size: 18px;
}
.answer-how-friendly-block {
padding: 30px;
}
.answer-how-friendly-block img {
height: 100px;
}
.aeo-success-columns-block p {
font-size: 14px;
line-height: 24px;
}
.aeo-success-icon {
width: 50px;
height: 50px;
}
.answer-how-friendly-block h3 {
font-size: 20px;
line-height: 24px;
}
.get-smarter-ai-box-list-items li:before {
width: 18px;
height: 18px;
min-width: 18px;
background-size: 8px;
}
.why-choose-icon img, .aeo-key-feature-icon img {
height: 26px;
}
.why-choose-icon, .aeo-key-feature-icon {
width: 52px;
height: 52px;
}
.why-choose-list {
gap:10px;
}
.answer-our-orocess-row .col-md-2 {
height: 450px;
}
.get-smarter-ai-box-list-items li {
margin-top: 4px !important;
}
.get-smarter-ai-box h3 {
font-size: 22px;
}
.get-smarter-ai-box-list-title {
font-size: 20px;
}
.whychooosetopshape, .whychooosebottomshape, .howfriendlyshape1, .howfriendlyshape2 {
width: 150px;
}
.ai-search-text h3, .process-step-number h3 {
font-size: 20px;
}
.aeo-free-perposal-tags {
flex-wrap: wrap;
row-gap: 5px;
}
.aeo-key-feature-title {
font-size: 18px;
}
.aeo-hero-title {
font-size: 50px;
line-height: 50px;
}
.aeo-hero-title .heading-highlights {
font-size: 56px;
line-height: 56px;
}
.ai-seo-traffic .section-header .section-header-desc {
max-width: 400px;
}
.ai-seo-traffic-item .aeo-key-feature-icon {
width: 70px;
height: 70px;
}
.ai-seo-traffic-item .aeo-key-feature-icon img {
width: 35px;
height: 35px;
}
.ai-seo-traffic-item {
padding: 20px;
gap: 15px;
}
.ai-seo-traffic-title {
font-size: 18px;
}
.ai-seo-traffic-desc {
line-height: 22px;
}
.row-gap-4 {
row-gap: 1rem !important;
}
.chatgpt-models-item {
gap: 10px;
}
.chatgpt-main-icon {
max-width: 100px;
}
.chatgpt-models-item:not(:last-child) {
margin-bottom: 16px;
}
.chatgpt-model-icon {
width: 80px;
height: 80px;
margin: 0;
}
.chatgpt-model-icon img {
width: 40px;
}
.chatgpt-models-item:before {
width: 50px;
}
.chatgpt-models-item:nth-child(2), .chatgpt-models-item:nth-child(3) {
margin-left: 70px;
}
.chatgpt-model-item-content .cstm-h3 {
font-size: 18px;
margin-bottom: 3px;
}
.chatgpt-model-text {
line-height: 1.4;
}
.chatgpt-models-item:nth-child(1)::before {
left: -28px;
top: 135%;
}
.chatgpt-models-item:nth-child(2)::before, .chatgpt-models-item:nth-child(3)::before {
left: -60px;
}
.chatgpt-models-item:nth-child(4)::before {
left: -30px;
top: -25px;
}
.chatgpt-right-img .cstm-h2, .chatgpt-right-img .cstm-h2 .heading-highlights {
font-size: 28px;
line-height: 36px;
}
.chatgpt-steps-number h3 {
font-size: 25px;
}
.chatgpt-business-seo .cstm-h2 {
font-size: 32px;
}
.ai-our-tech-list {
gap: 8px;
}
.ai-our-tech-title {
font-size: 16px;
margin-bottom: 12px;
}
.why-perplexity-seo .image-area {
padding-right: 2rem;
}
.perplexity-onpage-tips .chatgpt-future-img {
max-width:200px;
}
.perplexity-seo-process-list .steps {
width: 50px;
height: 50px;
min-width: 50px;
font-size: 20px;
}
.perplexity-seo-process-list li:not(:last-child):before {
left: 24px;
}
.perplexity-seo-process-list h3 {
font-size: 18px;
margin-bottom: 5px;
}
.perplexity-process-text p{
margin-top: 5px;
}
.geo-our-approach-box {
    padding: 40px 20px;
}
.geo-our-approach-icon {
    width:90px;
    height: 90px;
    margin: 0 auto 20px;
}
.geo-our-approach-icon img {
    height: 45px;
}

}

@media (max-width: 991px) {
.aeo-success-content {
margin-top: 40px;
}
.answer-how-friendly-block {
padding: 20px;
}
.answer-how-friendly-block h3 {
font-size: 18px;
line-height: 22px;
}
.get-smarter-ai-box {
padding: 25px 15px;
}
.get-smarter-ai-box-list {
padding: 20px;
}
.AnswerWhyChoose .col-md-6, .ai-services-section .col-md-7, .ai-services-section .col-md-5, .anser-aivoice-inner .col-md-7 {
width: 100%;
}
.why-choose-right-img {
padding-left: 0;
margin-top: 30px;
}
.process-step-number {
padding: 25px;
}
.ai-search-text h3, .process-step-number h3 {
font-size: 18px;
}
.process-step-number p {
font-size: 14px;
line-height: 22px;
}
.answer-our-orocess-row .col-md-2:has(.active) .answer-our-orocess-block {
border-radius: 20px;
}
.answer-our-orocess-row .col-md-2 {
height: 400px;
}
.anser-aivoice-inner .col-md-4 {
display: none;
}
.anser-aivoice-content {
padding: 30px;
}
.answer-aivoice-serach {
margin-top: 0;
}
.center-circle {
width: 100px;
height: 100px;
}
.top-cmpny-pera {
line-height: 26px;
}
.spinner-text {
width: 36px;
height: 36px;
}
.small-logo {
width: 18px;
}
.aeo-hero-title {
font-size: 44px;
line-height: 44px;
}
.aeo-hero-title .heading-highlights {
font-size: 46px;
line-height: 46px;
}
.aeo-hero-desc {
font-size: 16px;
line-height: 26px;
}
.ai-why-seo-section .col-md-6:first-child {
padding-right: 0;
}
.ai-accordian .accordion-button {
font-size: 18px;
}
.chatgpt-main-icon {
max-width: 80px;
}
.chatgpt-right-img .section-header {
padding: 20px;
}
.chatgpt-right-img {
padding: 0px 20px;
}
.chatgpt-right-img .section-header-desc {
font-size: 15px;
line-height: 1.5;
}
.chatgpt-right-img .cstm-h2, .chatgpt-right-img .cstm-h2 .heading-highlights, .chatgpt-search-result-inner .cstm-h2 {
font-size: 22px;
line-height: 30px;
}
.chatgpt-future-img {
max-width: 180px;
}
.chatgpt-steps-content p {
font-size: 15px;
}
.chatgpt-search-result-inner .why-chatgpt-list {
padding-left: 20px;
}
.chatgpt-search-result-inner .why-chatgpt-list li:before {
width: 20px;
height: 20px;
min-width: 20px;
background-size: 10px;
margin-right: 6px;
}
.why-chatgpt-list li {
margin-top: 5px !important;
}
.chatgpt-future-ready {
padding-top: 90px !important;
}
.seo-levels-rightside img {
margin-top: 10px;
}
.geo-our-approach-box h3 {
    font-size: 18px;
}
.geo-our-approach-box p {
    line-height: 24px;
}
}


@media (max-width:767px) {
.aeo-hero-section {
padding: 50px 0 0px;
}
.aeo-hero-title {
font-size: 40px;
line-height: 40px;
}
.aeo-hero-title .heading-highlights {
font-size: 40px;
line-height: 44px;
}
.aeo-hero-note {
margin-top: 20px;
}
.aeo-hero-clients img {
height: 22px;
}
.aeo-hero-img {
margin-top: 20px;
}
.answer-seo-audit-content .cstm-h2, .answer-seo-audit-content .cstm-h2 span, .cstm-h2, .cstm-h2 .heading-highlights, .perplexity-seo-process .cstm-h2 {
font-size: 26px;
line-height: 30px;
}
.section-heading-seprate {
width: 60px;
margin: 8px 0 5px;
}
.py-8 {
padding-top: 50px;
padding-bottom: 50px;
}
.webiste-audit-request.request-section input#domainName {
height: 48px;
padding: 5px 15px;
font-size: 14px;
}
.webiste-audit-request a.btn.free_aud {
justify-content: center
}
.aeo-free-perposal .request-section span.h4 {
font-size: 18px;
}
.aeo-free-perposal-tags a {
font-size: 12px;
padding: 0px 10px;
}
.aeo-free-perposal .request-form-new.get-quote-form .modal-dialog {
padding: 0;
}
.aeo-free-perposal .request-form-new.get-quote-form li.caption:before {
filter: invert(1) brightness(100);
}
.aeo-free-perposal .request-form-new .modal-dialog.custom-service-form .form::before {
width: 90px;
}
.aeo-free-perposal .request-form-new .contact-right-form h3 {
font-size: 22px;
}
.aeo-free-perposal .request-form-new .contact-right-form {
margin-top: 0;
}
.aeo-award .award-list li {
width: 50%;
}
.aeo-award .award-list li {
border-bottom: 1px solid #AEAEAE;
border-right: 0;;
}
.aeo-award .award-list li:nth-child(odd){
border-right: 1px solid #AEAEAE;
}
.aeo-award .award-list li:nth-last-child(-n+2) {
border-bottom: 0;
}
.aeo-award .award-list li img {
width: 140px;
height: 50px;
}
.aeo-award .award-list li a {
padding: 40px 10px;
}
.arow-img {
left: 10px;
top: 0;
width: 100px;
}
.image-area {
gap: 10px;
margin-bottom: 20px;
}
.right-img {
width: 61%;
}
.anser-aivoice-content {
padding: 30px 10px;
}
.anser-aivoice-content .cstm-h2, .anser-aivoice-content .heading-highlights {
font-size: 24px;
line-height: 30px;
}
.anser-aivoice-content .section-header-desc {
font-size: 16px;
line-height: 26px;
}
.anser-aivoice-inner .col-md-4 {
display: flex;
order: -1;
justify-content: center;
text-align: center;
}
.ai-voice-img {
padding-inline: 50px;
margin-top: -62px;
}
.answer-aivoice-serach {
margin-top: 50px;
}
.ai-services-section {
padding: 0;
}
.ai-services-section .col-md-7 {
padding-right: 0 !important;
}
.process-step-number p {
display: block;
}
.process-step-number h3 {
writing-mode: inherit;
}
.answer-our-orocess-block {
border-radius: 20px;
}
.answer-our-orocess-row .col-md-2 {
width: 100% !important;
margin-bottom: 20px;
}
.why-choose-list li p {
line-height: 24px;
}
.get-smarter-with-ai .row {
row-gap: 20px;
}
.cstm-h2 br, .answer-how-friendly-block h3 br {
display: none;
}
.answer-how-friendly-list .col-md-4 {
margin-top: 0px !important;
}
.answer-seo-audit-inner {
padding: 30px;
}
.answer-seo-audit-inner:before {
top: -15px;
}
.answer-seo-audit-inner:after {
top: -30px;
}
.answer-seo-audit {
margin-top: 40px;
}
.answer-engine-faq .faq-content .accordionNew {
padding: 20px 30px 20px 0px;
}
.aeo-success-columns-inner {
width: 100%;
}
.aeo-success-columns{
flex-wrap: wrap;
gap: 20px;
}
.aeo-success-circle{
display: none;
}
.answer-seo-audit-content .cstm-h2, .answer-seo-audit-content .cstm-h2 span {
font-size: 22px;
}
.hubspot-related-blog .col-lg-4 {
margin-bottom: 20px;
}
.aeo-service-page .hubspot-related-blog {
padding: 0 !important;
}
.answer-how-friendly-block {
padding: 30px 20px;
}
.ppcservicecontent.heading-main {
padding-inline: calc(var(--bs-gutter-x) * .5) !important;
}
.answer-seo-audit-content .custom-btn {
font-size: 13px;
}
.answer-seo-audit-content .custom-btn svg {
width: 34px;
height: 34px;
padding: 8px;
}
.ai-accordian .accordion-item {
padding: 6px 12px;
}
.ai-seo-traffic .section-header {
display: block;
margin-bottom: 20px;
}
.answer-our-orocess {
margin-bottom: 50px;
}
.chatgpt-main-icon, .chatgpt-models-item:before {
display: none;
}
.chatgpt-models-item:nth-child(2), .chatgpt-models-item:nth-child(3) {
margin-left: 0;
}
.chatgpt-model-icon {
width: 70px;
height: 70px;
}
.chatgpt-model-icon img {
width: 35px;
}
.chatgpt-models-icons {
margin-top: 20px;
}
.chatgpt-future-ready .row {
flex-direction: column-reverse;
gap: 20px;
}
.chatgpt-future-ready {
padding-top: 120px !important;
}
.chatgpt-future-ready .accordion-item {
padding: 12px 0px;
}
.chatgpt-future-ready .accordion-button:before {
width: 20px;
height: 20px;
min-width: 20px;
background-size: 8px;
}
.ai-why-seo-section .col-md-6:first-child {
padding-inline: 20px;
}
.chatgpt-business-seo .cstm-h2 {
font-size: 26px;
}
.chatgpt-steps-row .text-end {
text-align: left !important;
}
.chatgpt-steps-content {
padding: 15px;
border-radius: 20px;
}
.chatgpt-steps-row .row:after {
left: 35px;
}
.step-dot {
width: 20px !important;
height: 20px !important;
min-width: 20px !important;
padding: 0 !important;
margin: 0 24px;
}
.chatgpt-search-result {
padding-top: 0;
}
.chatgpt-search-result-inner .why-chatgpt-list {
padding-left: 0;
border: none;
margin-top: 20px;
}
.chatgpt-search-result-inner {
padding: 30px 20px;
}
.chatgpt-steps-content h3 {
font-size: 18px;
}
.chatgpt-steps-content p {
line-height: 1.5;
}
.chatgpt-steps-row .col-md-5:has(.chatgpt-steps-number){
display: none;
}
.chatgpt-steps-row .col-md-5:has(.chatgpt-steps-content){
padding-left: 0;
}
.chatgpt-steps-row .row {
padding-block: 15px;
flex-wrap: nowrap;
flex-direction: row;
}
.chatgpt-steps-row .row:nth-child(even) {
flex-direction: row-reverse;
}
.chatgptwhy-seo-section .seo-shape-left, .chatgptwhy-seo-section .seo-shape-right {
height: 120px;
width: 100%;
}
.ai-our-tech-title {
font-size: 18px;
}
.ai-our-tech-list li {
padding: 15px 5px;
}
.ai-our-tech-section {
padding-bottom: 0;
}
.perplexity-process-text p {
line-height: 24px;
}
.perplexity-seo-process-list li {
gap: 12px;
padding: 12px 0;
}
.perplexity-seo-process .cstm-h2 {
margin-bottom: 10px;
}
.seo-shape-right, .seo-shape-left, .whychooosetopshape, .whychooosebottomshape, .howfriendlyshape1, .howfriendlyshape2 {
width: 100px;
}
.perplexity-track-tips-box {
padding: 20px;
gap: 10px;
margin-top: 0;
}
.perplexity-track-tip-img {
width: 40px;
height: 40px;
}
.perplexity-track-tip-img img {
width: 20px;
height: 20px;
}
.perplexity-track-tip-content h4 {
font-size: 20px;
}
.perplexity-track-tip-content p {
line-height: 24px;
}
.perplexity-track-title {
font-size: 20px;
}
.seo-level-heading {
font-size: 18px;
}
.seo-levels-rightside img {
position: unset;
}
.seo-level-section .row {
flex-direction: column-reverse;
gap: 20px;
}
.seo-level-content {
padding: 20px;
}
.get-started-seo-section {
padding-top: 0;
}
.ai-services-section {
padding: 50px 0 20px;
}
.supercharge-seo .col-md-5 {
margin-top: 20px !important;
}
.geo-our-approach-section, .generative-engine-optimization-seo {
    padding-top: 0;
}
.geo-our-approach-section .row {
    row-gap: 20px;
}
.chatgpt-seo-page .customized-approach, .ai-integration-services-page .customized-approach, .generative-engine-optimization-page .customized-approach {
    padding-top: 50px !important;
}
}












