:root {
--main-color: #0EAFC3;
--bg-skyblue: #F3F7FF;
--feature-color1: #0EAFC3;
--feature-color2: #8B44FF;
--feature-color3: #FC5A03;
--feature-color4: #000000;
--feature-color5: #E2739B;
--feature-color6: #005CBD;
--feature-color7: #009817;
--feature-color8: #DEB617;
--feature-color9: #EB8A89;
--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;
--step-color7: #EB8A89;
--step-color8: #DEB617;
--step-color9: #00A19D;
}
/* -----------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;
}
.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;
gap: 5px;
}
.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(7) .aeo-key-feature-item{
border-color: var(--feature-color7);
}
.col-md-6:nth-child(8) .aeo-key-feature-item{
border-color: var(--feature-color8);
}
.col-md-6:nth-child(9) .aeo-key-feature-item{
border-color: var(--feature-color9);
}
.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);
}
.col-md-6:nth-child(7) .aeo-key-feature-icon {
background: var(--feature-color7);
}
.col-md-6:nth-child(8) .aeo-key-feature-icon {
background: var(--feature-color8);
}
.col-md-6:nth-child(9) .aeo-key-feature-icon {
background: var(--feature-color9);
}
.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(7) .aeo-key-feature-item:hover{
background: var(--feature-color7);
}
.col-md-6:nth-child(8) .aeo-key-feature-item:hover{
background: var(--feature-color8);
}
.col-md-6:nth-child(9) .aeo-key-feature-item:hover{
background: var(--feature-color9);
}
.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%);
}
.col-md-6:nth-child(7) .aeo-key-feature-item:hover img {
filter: brightness(0) saturate(100%) invert(32%) sepia(89%) saturate(3112%) hue-rotate(122deg) brightness(94%) contrast(103%);
}
.col-md-6:nth-child(8) .aeo-key-feature-item:hover img {
filter: brightness(0) saturate(100%) invert(83%) sepia(32%) saturate(1405%) hue-rotate(352deg) brightness(92%) contrast(87%);
}
.col-md-6:nth-child(9) .aeo-key-feature-item:hover img {
filter: brightness(0) saturate(100%) invert(91%) sepia(27%) saturate(4644%) hue-rotate(301deg) brightness(103%) contrast(86%);
}



/* ------------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;
margin-bottom: 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;
flex-wrap: wrap;
}
.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;
margin: 0;
}
.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,
.google-ai-seo-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: 140px;
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;
}

/*-----------------google-ai-seo-----------------*/
.google-seo-services {
background: #F9F9FF;
}
.google-seo-solutions-section .cstm-h2 {
font-size: 46px;
}


/*-----------------searchgpt-seo-Page-----------------*/
.searchgpt-seo-features {
background: transparent;
}
.search-gpt-impect-section {
background: linear-gradient(124.29deg, rgba(238, 242, 252, 0.76) 1.34%, rgba(238, 242, 252, 0.82) 100%);
}
.search-gpt-impect-feature-item {
padding: 22px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
border-radius: 30px;
height: 100%;
}
.search-vs {
display: flex;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
border-radius: 50%;
color: #0EAFC3;
font-size: 30px;
font-weight: 600;
}
.search-gpt-impect-features .col-md-2 {
align-items: center;
justify-content: center;
display: flex;
}
.search-gpt-impect-feature-item p{
margin: 0;
font-size: 16px;
}
.search-gpt-impect-section .section-header {
max-width: 785px;
margin: 0 auto 40px;
}
.search-gpt-impect-features + .search-gpt-impect-features {
margin-top: 40px;
}



/* ------------Salesforce-Integration-Services------------ */
body:has(.salesforce-integration-services) .contact-main {
display: none;
}
.salesforce-integration-form .modal-dialog.custom-service-form .form, .salesforce-integration-form .contact-right-form {
background: #282F3B;
border-radius: 25px;
}
.salesforce-integration-form .request-form-new {
padding: 0;
}
.salesforce-hero-content {
height: 100%;
background: #282F3B;
padding: 35px 25px;
border-radius: 25px;
}
.salesforce-hero-content .cstm-heading {
color: #fff;
font-size: 56px;
line-height: 58px;
}
.salesforce-hero-content .cstm-heading .heading-highlights{
font-size: 56px;
}
.salesforce-hero-content .aeo-hero-desc {
color: #ffff;
margin: 24px 0;
}
.salesforce-hero-content .aeo-hero-note p, .salesforce-integration-form h3.proposal_request, .salesforce-integration-form .modal-dialog.custom-service-form .form li.caption {
color: #fff;
}
.salesforce-integration-form .request-form-new .modal-dialog.custom-service-form .form .hs-form-field {
margin-bottom: 15px;
}
.salesforce-integration-form .request-form-new .modal-dialog.custom-service-form .form .hs-form-field select {
height: 48px;
}
.salesforce-integration-form .hs-richtext ul {
display: none;
}
.salesforce-integration-form h3.proposal_request {
margin: 0;
line-height: normal;
}
.salesforce-services {
background: #F9F9FF;
}
.salesforce-services-left {
padding: 30px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
border-radius: 20px;
height: 100%;
}
.salesforce-services-left p {
font-size: 16px;
line-height: 26px;
margin-block: 20px;
}
.salesforce-integration-services .custom-btn {
text-transform: capitalize;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
}
.salesforce-service-box {
width: calc(50% - 10px);
padding: 20px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
border-radius: 20px;
overflow: hidden;
}
.salesforce-services-right {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.salesforce-service-box:has(img) {
padding: 0;
}
.salesforce-service-box img {
width: 100%;
height: 100%;
object-fit: cover;
}
.salesforce-service-box h4 {
font-size: 18px;
line-height: 22px;
color: #515151;
margin-block: 6px;
}
.salesforce-service-box p {
font-size: 16px;
line-height: 26px;
margin: 0;
color: #222222;
}

.partner-slides .swiper-wrapper {
transition-timing-function: linear !important;
}
.sales-partner-slider .section-header, .salesforce-integration-services .section-header {
max-width: 785px;
margin: 0 auto 40px;
}
.sales-partner-slider img {
height: 80px;
width: 135px;
object-fit: contain;
}
.partner-slides {
position: relative;
}
.partner-slides::before {
content: '';
position: absolute;
width: 100px;
top: 0;
background-image: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%);
left: 0;
z-index: 22;
bottom: 0;
}
.partner-slides::after {
content: '';
position: absolute;
width: 100px;
top: 0;
background-image: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%);
right: 0;
z-index: 22;
bottom: 0;
}
.salesforce-integration-services .section-header .cstm-h2 {
margin-bottom: 0;
}
.salesforce-client-say {
background: #F3F7FF;
}
.salesforce-client-box {
padding: 25px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
border-radius: 20px;
height: 100%;
}
.client-info {
font-family: "Poppins", sans-serif !important;
font-size: 18px;
margin-bottom: 5px;
font-weight: 500;
color: #000;
}
.client-desination {
font-size: 16px;
}
.client-description {
margin: 0;
font-size: 16px;
line-height: 26px;
}
.client-image {
margin-block: 15px;
border-radius: 15px;
overflow: hidden;
position: relative;
}

/* Overlay for the Modal */
.modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.review-modal .modal {
display: inline-block;
max-height: 85vh;
width: 85vw;
margin: auto;
position: relative;
}
.review-modal iframe {
width: 100%;
border: none;
}
.review-modal .close-modal-btn {
position: absolute;
top: 10px;
right: 10px;
background: linear-gradient(90deg, #E82571 0%, #FD4D92 100%);
color: white;
border: none;
font-size: 14px;
cursor: pointer;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.review-modal .close-modal-btn:hover {
background-color: #e53935;
}
.play-btn {
width: 18px;
}
.play-btn-wrapper {
width: 55px;
height: 55px;
display: flex;
background: #FFFFFF;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
align-items: center;
justify-content: center;
cursor: pointer;
}
.salesforce-help-section .section-header-desc {
margin-block: 20px;
}
.salesforce-help-section .seo-levels-rightside {
position: sticky;
top: 150px;
}
.custom-btn svg {
width: 42px;
height: 42px;
padding: 12px;
line-height: 42px;
}
.salesforce-help-section .seo-level-content {
background: #F3F7FF;
border-color: #E2EAFB;
margin-bottom: 24px;
}
.salesforce-help-section .seo-level-content:hover {
background: #0EAFC3;
border-color: #008191;
}
.salesforce-process-section {
background: #282F3B;
}
.salesforce-process-section .cstm-h2, .salesforce-process-section p {
color: #fff;
}
.salesforce-process-box h3 {
color: #fff;
font-weight: 500;
}
.salesforce-process-box p{
font-size: 16px;
line-height: 26px;
margin: 15px 0 0;
}
.salesforce-process-box {
padding: 30px 20px;
border: 1px solid #606060;
filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.05));
border-radius: 25px;
height: 100%;
transition: all 0.3s;
}
.salesforce-process-section .section-header {
max-width: 1075px;
}
.salesforce-process-box:hover {
background: #212630;
}
.salesforce-tabs-section .section-header {
max-width: 1045px;
margin: 0 0 40px;
}
.salesforce-tabs-list li {
padding: 16px 20px;
background: #F3F7FF;
border: 1px solid #D5DDEF;
border-radius: 20px;
margin-bottom: 10px;
line-height: normal;
transition: all 0.3s;
}
.salesforce-tabs-list li:last-child {
margin-bottom: 0;   
}
.salesforce-tabs-list li:hover {
background: #eaeff9;
}
.salesforce-tabs-list li.active {
background: #0EAFC3;
color: #fff;
}
.salesforce-tabs-details {
padding: 30px 38px;
background: #F3F7FF;
border: 1px solid #D5DDEF;
border-radius: 20px;
height: 100%;
}
.salesforce-tabs-details p {
margin-bottom: 0;
}
.salesforce-tabs-details .service-title {
color: #222222;
margin-bottom: 10px;
font-weight: 500;
}
.salesforce-provider-content .top-cmpny-pera {
margin-block: 20px;
}
.salesforce-provider-list {
display: flex;
flex-wrap: wrap;
}
.salesforce-provider-list h3 {
font-size: 18px;
color: #000;
width: 100%;
margin-bottom: 5px;
font-weight: 500;
}
.salesforce-provider-list .why-chatgpt-list li {
margin-top: 12px !important;
font-size: 16px;
}
.salesforce-provider-list .why-chatgpt-list li:before {
width: 20px;
height: 20px;
min-width: 20px;
margin-right: 6px;
}
.salesforce-provider-list .why-chatgpt-list {
width: 50%;
padding-right: 15px;
}

.sales-case-study-item {
padding: 30px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
border-radius: 20px;
width: 100%;
margin: 0;
}
.sales-case-study-category {
font-size: 16px;
line-height: normal;
color: #000;
font-weight: 500;
}
.sales-case-study-title {
color: #101828;
margin-block: 15px;
font-weight: 500;
}
.sales-case-study-footer {
display: flex;
}
.sales-case-footer-item strong {
font-size: 16px;
font-family: "Poppins", sans-serif !important;
font-weight: 600;
}
.sales-case-footer-item p {
font-size: 16px;
margin: 0;
}
.sales-case-footer-item + .sales-case-footer-item {
margin-left: 20px;
padding-left: 20px;
border-left: 1px solid #000;
}
.sales-case-study-footer-right {
flex: 1;
text-align: right;
}
.sales-case-study-footer-right .custom-btn {
background: transparent;
box-shadow: none;
border: 1px solid #000 !important;
color: #000;
}
.sales-case-study-footer-right .custom-btn svg {
background: #000;
color: #ffff;
}
.sales-case-footer-item img {
height: 30px;
}
.sales-case-stack {
display: flex;
gap: 10px;
margin-top: 3px;
}
.sales-case-slider .swiper-pagination {
display: none;
}
.sales-case-study-image {
padding: 0;
border-radius: 20px;
overflow: hidden;
}
.sales-case-study-img {
height: 100%;
object-fit: cover;
}
.sales-case-study-content {
padding-right: 0;
padding-left: 30px;
}
.case-study-swiper .swiper-button-prev, .case-study-swiper .swiper-button-next,
.salesforce-video .swiper-button-prev, .salesforce-video .swiper-button-next {
width: 30px;
height: 30px;
border: 1px solid #0EAFC3;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.case-study-swiper .swiper-button-prev {
left:0px;
}
.case-study-swiper .swiper-button-next {
right:0px;
}
.case-study-swiper .swiper-button-prev:after, .case-study-swiper .swiper-button-next:after{
font-size: 16px;
}
.case-study-swiper {
margin: 0 -40px !important;
padding: 30px 40px !important;
}
.sales-case-slider .section-header {
margin-bottom: 10px;
}
.salesforce-simplify {
background: #282F3B;
}
.salesforce-simplify .accordion-item {
margin: 0 !important;
border: none;
border-bottom: 1px solid #FFFFFF;
background: transparent;
border-radius: 0;
}
.salesforce-simplify .accordion-button, .salesforce-simplify .accordion-body p {
color: #fff;
}
.salesforce-simplify .accordion-body p {
font-size: 16px;
line-height: 26px;
}
.salesforce-simplify .accordion-body {
margin-top: -15px;
margin-bottom: 15px;
}
.salesforce-simplify .accordion-button {
padding: 20px 0;
font-weight: 500;
}
.salesforce-simplify .accordion-button:after {
content: "\f107";
font-family: FontAwesome;
display: flex;
width: 14px;
height: 8px;
align-items: center;
justify-content: center;
transition: all 0.3s;
}
.simplify-right img {
height: 60px;
width: auto;
}
.simplify-right .cstm-h2 {
color: #fff;
font-size: 42px;
margin-block: 20px !important;
}
.simplify-right .cstm-h2 .heading-highlights{
font-size: 42px;
}
.simplify-right {
padding: 30px;
border: 1px solid #606060;
filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.05));
border-radius: 25px;
}
.salesforce-resources-section {
background: #F9F9FF;
}
.salesforce-resources-box h3 {
font-size: 18px;
}
.salesforce-resources-box li {
font-size: 16px;
margin-top: 12px;
color: #222222;
}
.salesforce-resources-section .col-md-3:nth-child(2) {
border-left: 1px dashed #A3A3A3;
border-right: 1px dashed #A3A3A3;
padding-inline: 60px;
}
.salesforce-resources-section .col-md-3 {
width: 32%;
}
.consultation {
display: flex;
justify-content: flex-end;
align-items: center;
gap: 20px;
padding: 60px;
background-size: cover;
background-repeat: no-repeat;
border-radius: 25px;
color: #fff;
position: relative;
overflow: hidden;
background-color: #000;
background-image: url(/images/salesforceIntegrationimages/salesforce-conact-bg.svg);
background-position: left;
}
.consultation:before {
content: '';
position: absolute;
background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5.8%, #000000 37.42%);
z-index: 0;
width: 80%;
height: 100%;
top: 0;
right: 0;
}
.consultation-content {
z-index: 1;
max-width: 58%;
text-align: left;
width: 100%;
}
.consultation-content .cstm-h2 {
color: #fff;
font-size: 42px;
}
.consultation-content .cstm-h2 .heading-highlights{
font-size: 42px;
}
.contact-points {
margin-block: 20px;
}
.contact-points li {
font-size: 16px;
margin-bottom: 12px;
}
.contact-points li:before {
content: "\f00c";
font-family: FontAwesome;
display: inline-block;
color: #26C6DA;
margin-right: 10px;
}
.video-small-icon {
width: 13px;
display: inline-block;
}
.salesforce-video .ai-search-text p {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 12px;
}
.salesforce-video .ai-search-block:hover:before, .salesforce-video .swiper-slide-active .ai-search-block:before {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.salesforce-video .ai-search-img {
height: 370px;
}
.salesforce-video  .video-btn {
position: absolute;
top: 20px;
left: 20px;
border: 1px solid #fff;
border-radius: 50px;
display: flex;
align-items: center;
color: #fff;
font-size: 16px;
background: transparent;
padding: 10px 20px;
line-height: normal;
gap: 6px;
transition: all 0.3s;
}
.salesforce-video .video-btn:hover {
background: #fff;       
color: #000;
}
.salesforce-video, .salesforce-video .swiper {
width: 100%;
}
.salesforce-video .swiper-pagination {
display: none;
}
.salesforce-video .swiper {
overflow: visible;
}
.salesforce-video .swiper-button-next {
right: 0;
top: -38px;
}
.salesforce-video .swiper-button-prev {
right: 45px;
top: -38px;
left: inherit;
}
.salesforce-video-testimonial-content {
overflow: hidden;
}
.salesforce-video {
margin-top: 20px;
}
.salesforce-video .swiper-button-prev:after, .salesforce-video .swiper-button-next:after {
font-size: 14px;
}

.salesforce-success-story {
background: #F9F9FF;
}
.salesforce-success-story-wrapper {
padding: 50px 30px;
background: #282F3B;
border-radius: 25px;
}
.salesforce-success-story-wrapper .section-header {
max-width: 100%;
display: flex;
gap: 30px;
}
.salesforce-success-story-wrapper h2.cstm-heading {
color: #ffff;
}
.salesforce-success-story-desc .section-header-desc {
color: #ffff;
width: 100%;
margin-bottom: 15px;
}
.salesforce-success-story-desc .custom-btn svg {
width: 34px;
height: 34px;
line-height: 34px;
padding: 8px;
}
.salesforce-success-story-desc .custom-btn {
gap: 12px;
}
.salesforce-success-story-desc .custom-btn.cstm-white-btn {
margin-left: 10px;
background: #fff;
color: #000;
}
.salesforce-success-story-desc .custom-btn.cstm-white-btn svg {
background: #000;
color: #fff;
}

.salesforce-success-slider-item {
padding: 25px;
background: #FFFFFF;
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
border-radius: 20px;
width: 33.3%;
}
.salesforce-success-slider {
display: flex;
gap: 30px;
}
.salesforce-success-top {
display: flex;
align-items: center;
gap: 15px;
}
.salesforce-success-top img {
width: 85px;
height: 85px;
object-fit: cover;
border-radius: 15px;
}
.salesforce-success-info .cstm-h4 {
font-size: 18px;
margin-bottom: 5px;
color: #000000;
font-weight: 500;
}
.salesforce-success-role {
font-size: 16px;
margin: 0;
}
.salesforce-success-desc .cstm-h3 {
margin: 20px 0 10px;
font-size: 22px;
color: #101828;
font-weight: 500;
line-height: normal;
}
.salesforce-success-desc p {
font-size: 16px;
line-height: 26px;
margin: 0;
}



/*-----------------salesforce-success-story----------------*/
.sales-case-slider {
padding-bottom: 0 !important;
}
.salesforce-success-story {
margin-top: 80px;
}
.salesforce-success-slider-fixed-container {
padding-inline: 30px;
overflow: hidden;
margin-inline: -30px;
}
.salesforce-success-story .container {
position: sticky;
top: 160px;
height: calc(100vh - 140px);
overflow: hidden;
}
.salesforce-success-slider {
transition: transform 0.1s linear;
will-change: transform;
}
.salesforce-success-slider-item {
flex-shrink: 0;
}
.salesforce-success-story-slider-wrapper {
overflow: hidden;
margin-inline: -30px;
padding-inline: 30px;
}

/*-----------------Case Study-----------------*/
.case-study-hero-section{
background-image: url(/images/casestudyimages/hero-bg-shap.svg);
background-position: bottom;
padding: 80px 0 120px;
}
.case-study-hero-section .aeo-hero-title {
font-weight: 600;
color: #ffffff;
line-height: 70px;
}
.case-study-hero-section p {
color: #ffffff;
font-size: 22px;
}
.case-study-explore-content {
background: #FFFFFF;
box-shadow: 7px 10px 30px #E8E2F0;
border-radius: 4px;
padding: 20px;
border-left: 5px solid #12aec1;
}
.case-study-explore-content img {
height: 42px;
width: auto;
}
.case-study-explore-content .cstm-h3 {
margin: 15px 0 10px;
font-size: 20px;
line-height: normal;
color: #000;
}
.case-study-explore-text {
margin: 0;
}
.case-study-explore-icons {
display: flex;
gap: 40px;
justify-content: flex-end;
margin-top: 30px;
}
.case-study-explore-list {
width: 100%;
max-width: 280px;
}
.case-study-explore-list li:not(:last-child) {
margin-bottom: 35px;
}
.case-study-explore-list + .case-study-explore-list {
margin-top: -60px;
}
.case-study-challenges {
position: relative;
border-radius: 40px;
overflow: hidden;
}
.case-study-hint {
position: absolute;
bottom: 20px;
left: 20px;
right: 20px;
padding: 15px;
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(5px);
border-radius: 20px;
color: #fff !important;
margin: 0;
font-size: 15px;
}
.case-study-challenges-section .col-md-7{
padding-left: 40px;
}
.case-study-challenges-section .why-chatgpt-list li {
align-items: flex-start;
}
.case-study-challenges-section .why-chatgpt-list li:before {
margin-top: 4px;
}
.case-study-tools-technology .award-list li {
width: 16.66%;
border-bottom: 0 !important;
}
.case-study-tools-technology .award-list li:not(:last-child){
border-right: 1px solid #AEAEAE;
}
.case-study-tools-technology .award-list li img {
width: 150px;
height: 60px;
}
.case-study-tools-technology .award-list p {
font-size: 15px;
line-height: 20px;
color: #000;
margin: 20px auto 0;
max-width: 160px;
}
.case-study-tools-technology .award-list li a {
padding: 25px 10px;
}
.case-solution-list li {
display: flex;
align-items: center;
gap: 10px;
}
.case-study-tools-technology .award-list li {
display: block;
text-align: center;
}
.case-solution-list li p {
margin: 0;
color: #1F2937;
font-size: 16px;
padding: 20px;
background: #FFFFFF;
border: 1px solid #F3F4F6;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
border-radius: 16px;
}
.case-solution-list li:not(:last-child){
margin-bottom: 30px;
}
.case-study-solution-section .col-md-2 {
width: 21%;
}
.case-study-solution-section .col-md-5 {
width: 39.5%;
}
.solution-mobile {
box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
border-radius: 48px;
}
.case-solution-list li:after {
content: '';
display: inline-block;
width: 48px;
height: 1px;
background: linear-gradient(90deg, #B8E2FF 0%, #0EAFC3 100%);
opacity: 0.8;
}
.case-study-solution-section .col-md-5:last-child li {
flex-direction: row-reverse;
}
.case-study-solution-section .col-md-5:last-child li:after {
background: linear-gradient(270deg, #B8E2FF 0%, #0EAFC3 100%);
}
.case-study-solution-section{
background-color: var(--bg-skyblue);
}
.case-study-solution-section .section-header, .impect-result-section .section-header, .workflow-before-after .section-header{
max-width: 700px;
margin: 0 auto 40px;
}
.case-study-key-implementation {
background: #F3FEFF;
}
.case-study-key-implementation .seo-levels-rightside img {
margin-top: 25px;
}
.case-study-key-implementation .col-md-7 {
padding-left: 30px;
}
.key-lavel-content {
padding: 40px;
background: #0EAFC3;
border-radius: 30px;
color: #fff;
}
.key-lavel-content + .key-lavel-content{
margin-top: 22px;
}
.key-lavel-content p {
color: #fff;
}
.key-level-heading {
color: #fff;
font-size: 34px;
font-family: "Inter", sans-serif !important;
font-weight: 500;
margin-bottom: 12px;
}
.key-lavel-content li {
align-items: flex-start;
}
.key-lavel-content li:before {
background: #ffffff;
margin-top: 4px;
content: '\f00c';
color: #0EAFC3;
font-family: 'FontAwesome';
font-size: 13px;
justify-content: center;
align-items: center;
}
.key-lavel-content:nth-child(2) {
background: #0986B5;
}
.key-lavel-content:nth-child(2) li:before{
color: #0986B5;
}
.key-lavel-content:nth-child(3) {
background: #FE8A02;
}
.key-lavel-content:nth-child(3) li:before{
color: #FE8A02;
}
.key-lavel-content:nth-child(4) {
background: #E82571;
}
.key-lavel-content:nth-child(4) li:before{
color: #E82571;
}
.impect-result-section{
position: relative;
background: #F9FBFF;
}
.impect-result-item {
padding: 30px;
background: #FFFFFF;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
border-radius: 25px;
text-align: center;
height: 100%;
}
.impect-result-item .aeo-key-feature-icon {
margin: 0 auto 20px;
box-shadow: none;
}
.impect-result-desc {
color: #616161;
font-size: 16px;
margin: 0;
line-height: 26px;
}
.impect-result-title {
color: #000;
font-size: 20px;
font-weight: 500;
}
.result-value {
color: #26C6DA;
font-size: 40px;
margin-bottom: 10px;
line-height: normal;
font-weight: 500;
}
.impect-result-section .col-md-4:nth-child(2) .result-value{
color: #FD4D92;
}
.impect-result-section .col-md-4:nth-child(2) .aeo-key-feature-icon{
background: #FD4D92;
}
.impect-result-section .col-md-4:nth-child(3) .result-value{
color: #FFB347;
}
.impect-result-section .col-md-4:nth-child(3) .aeo-key-feature-icon{
background: #FFB347;
}
.impect-result-section .col-md-4:nth-child(4) .result-value{
color: #0986B5;
}
.impect-result-section .col-md-4:nth-child(4) .aeo-key-feature-icon{
background: #0986B5;
}
.impect-result-section .col-md-4:nth-child(5) .result-value{
color: #9BC91F;
}
.impect-result-section .col-md-4:nth-child(5) .aeo-key-feature-icon{
background: #9BC91F;
}
.case-study-result-img {
width: auto;
}
.impect-result-img {
text-align: center;
margin-top: 30px;
margin-bottom: -50px;
}
.case-study-final-takeaway .section-header {
padding: 30px;
background: #F3FEFF;
border: 2px dashed #0EAFC3;
border-radius: 20px;
position: relative;
}
.quote-star {
position: absolute;
right: 10px;
bottom: 5px;
width: auto;
}
.case-study-final-takeaway .cstm-h2 {
font-size: 26px;
line-height: normal;
color: #000;
margin-bottom: 12px;
}
.case-study-final-takeaway .section-header-desc {
color: #222222;
margin-block: 12px;
}
.case-study-final-takeaway em {
color: #222222;
font-weight: 600;
}
.workflow-before-after-content {
display: flex;
flex-direction: column;
align-items: center;
padding: 35px 0px;
gap: 30px;
background: #FFFFFF;
border: 6px solid #FF6767;
border-radius: 25px;
}
.before-after-img {
width: 60px;
}
.before-after-title {
width: 100%;
margin: 0;
font-size: 22px;
background: #FF6767;
color: #fff;
padding: 12px;
font-weight: 500;
line-height: normal;
}
.before-after-text h4 {
color: #FF6767;
font-size: 22px;
line-height: normal;
margin-bottom: 10px;
}
.before-after-description {
margin: 0;
color: #616161;
font-size: 16px;
}
.before-after-text {
padding: 0px 25px;
}
.workflow-before-after-slider .col-md-3 {
width: 30%;
}
.workflow-before-after-slider .col-md-5 {
width: 40%;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.before-workflow-img, .after-workflow-img {
width: 80px;
}
.workflow-before-after-content.after-workflow {
border-color: #009868;
}
.workflow-before-after-content.after-workflow .before-after-text h4{
color: #009868;
}
.workflow-before-after-content.after-workflow .before-after-title{
background-color: #009868;
}
.workflow-before-after-content.after-workflow .before-after-img {
filter: brightness(0) saturate(100%) invert(41%) sepia(49%) saturate(6830%) hue-rotate(146deg) brightness(95%) contrast(101%);
}
.workflow-before-after-center {
padding: 20px;
width: 230px;
height: 230px;
background: #F0FDFF;
box-shadow: inset 0px 0px 24px rgba(38, 198, 218, 0.2);
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
}
.workflow-before-after-center h3 {
font-size: 20px;
margin-bottom: 5px;
font-weight: 500;
color: #222222;
}
.workflow-progress {
font-size: 40px;
color: #26C6DA;
font-weight: 600;
line-height: normal;
margin: 0;
}
.workflow-before-after-center em {
color: #26C6DA;
font-weight: 500;
font-size: 18px;
}
.workflow-before-after-slider-wrapper {
position: relative;
}
.ai-slider-arrows button {
width: 30px;
height: 30px;
border: 1px solid #0eafc3;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -50px;
background: transparent;
color: #0eafc3;
transition: all 0.3s;
}
.ai-slider-arrows button.ai-slider-next {
left: inherit;
right: -50px;
}
.ai-slider-arrows button:hover {
background: #0eafc3;
color: #fff;
}  
.workflow-before-after .swiper-pagination {
display: none;
}
.case-study-explore .col-md-5 p {
margin-block: 14px;
}
.chatgptwhy-seo-section .container {
position: relative;
}

/*-------------------------CRM Comparision-------------------------*/
.crm-hero-banner {
background-image: url(/images/crmcomparisonimages/hero-bg-shap.svg);
background-position: top;
padding: 80px 0 0;
background-repeat: no-repeat;
}
.crm-hero-banner .text-center {
margin-bottom: 40px;
}
.crm-hero-banner .aeo-hero-title, .crm-hero-banner .aeo-hero-desc {
color: #fff;
}
.crm-hero-banner .container {
max-width: 924px;
}
.crm-match .section-header, .hubspot-pricing-tabs-section .section-header {
max-width: 780px;
margin: 0 auto 40px;
}
.crm-partner .why-choose-icon {
background: #E9F3FF;
}
.crm-partner li:nth-child(2) .why-choose-icon {
background: #FFF2E4;
}
.crm-partner li:nth-child(3) .why-choose-icon {
background: #E9FFE8;
}
.crm-partner li:nth-child(4) .why-choose-icon {
background: #EBEDFF;
}
.answer-engine-faq.crm-faq {
background: transparent;
padding-top: 90px;
}
.crm-capabilities .chatgpt-steps-row {
max-width: 1140px;
}
.crm-capabilities .chatgpt-steps-content h3 {
display: flex;
align-items: center;
gap: 8px;
font-size: 20px;
color: #000000;
font-weight: 500;
}
.crm-capabilities .chatgpt-steps-content h3 img {
width: 22px;
}
.crm-capabilities .chatgpt-steps-content p {
color: #222222;
line-height: 26px;
}
.crm-capabilities .col-md-5 {
width: 45%;
}
.crm-capabilities .row:nth-child(7) .step-dot {
background: var(--step-color7);
}
.crm-capabilities .row:nth-child(8) .step-dot {
background: var(--step-color8);
}
.crm-capabilities .row:nth-child(9) .step-dot {
background: var(--step-color9);
}
.crm-solution-inner {
background: url(/images/crmcomparisonimages/crm-solution.svg) #3561FF no-repeat left;
border-radius: 32px;
padding: 95px 70px;
position: relative;
overflow: hidden;
}
.crm-solution-content .section-header-desc {
color: #fff;
margin-bottom: 15px;
}
.crm-solution-content .cstm-h2 {
color: #fff;
font-size: 40px;
line-height: 50px;
margin: 0;
}


/*-------------------------CRM Comparision-section------------------------*/
.crm-comparison .section-header {
max-width: 875px;
margin: 0 auto 40px;
}
.crm-comparision-table {
background: #FCFDFF;
border: 1px solid rgba(0, 0, 0, 0.101961);
border-radius: 20px;
overflow: hidden;
}
.crm-comparision-table table {
width: 100%;
}
.crm-comparision-table-heading {
margin: 0;
text-align: center;
background: #0EAFC3;
color: #fff;
padding: 10px;
border-radius: 20px 20px 0 0;
}
.crm-comparision-table th img {
height: 35px;
object-fit: contain;
}
.crm-comparision-table th, .crm-comparision-table td {
padding: 12px;
color: #000000;
font-size: 18px;
width: 16.66%;
text-align: center;
}
.crm-comparision-table th:first-child, .crm-comparision-table td:first-child{
text-align: left;
}
.crm-comparision-table tbody tr {
border-top: 1px solid #E2E2E2;
}
.crm-comparision-table td span {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 6px 12px;
gap: 5px;
background: #DBEAFE;
border: 1px solid #BEDBFF;
border-radius: 50px;
color: #193CB8;
font-size: 15px;
margin: 0;
}
.crm-comparision-table td span svg path {
stroke: #193CB8;
}
.crm-comparision-table .excellent{
background: #D0FAE5;
border-color: #A4F4CF;
color: #006045;
}
.crm-comparision-table .excellent svg path {
stroke: #006045;
}
.crm-comparision-table .limited{
background: #FFEDD4;
border-color: #FFD7A8;
color: #9F2D00;
}
.crm-comparision-table .limited svg path {
stroke: #9F2D00;
}
.crm-comparision-table .strong, .crm-comparision-table .good{
background: #DBEAFE;
border-color: #BEDBFF;
color: #193CB8;
}
.crm-comparision-table .strong svg path, .crm-comparision-table .good svg path {
stroke: #193CB8;
}
.crm-industry-focus .crm-comparision-table-heading {
background: #0986B5;
}
.crm-core-features .crm-comparision-table-heading {
background: #FE8A02;
}
.crm-pricing-breakdown .crm-comparision-table-heading {
background: #E82571;
}
.crm-learning-curve .crm-comparision-table-heading {
background: #009868;
}
.crm-customer-support .crm-comparision-table-heading {
background: #FF6767;
}
.crm-advanced-ai .crm-comparision-table-heading {
background: #9BC91F;
}

.crm-comparision-table .no-free {
background: #FDE3E1;
border-color: #F5B1A9;
color: #9F2D00;
}
.crm-comparision-table .no-free svg path {
stroke: #9F2D00;
}
.crm-comparision-table .seat-pricing {
background: #EDE9FE; 
border-color: #C4B5FD;
color: #5B21B6; 
}

.crm-comparision-table .seat-pricing svg path {
stroke: #5B21B6;
}


.table-data {
text-align: left;
margin: 0;
font-size: 14px;
line-height: 18px;
color: #222222;
}
.crm-comparision-table td:has(.table-data) {
vertical-align: text-top;
}
.note-data {
padding: 20px 30px;
background: #F3FEFF;
border: 1px dashed #0EAFC3;
border-radius: 12px;
font-size: 18px;
color: #222222;
margin-top: 40px;
}

/*-------------------------Hubspot-Packages-Page------------------------*/
.hubsport-package-hero-banner {
background: linear-gradient(278.46deg, #FAF5FF 3.83%, #EEF2FC 99.37%);
}
.hubspot-feature-icon img {
height: 75px;
width: auto;
}
.hubspot-feature-item {
padding: 25px 20px;
background: #FFFFFF;
border: 1px solid #EFEFEF;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
border-radius: 20px;
height: 100%;
transition: all 0.3s;
}
.hubspot-feature-item .aeo-key-feature-title {
color: #000000;
font-size: 20px;
font-family: "Inter", sans-serif !important;
}
.hubspot-feature-item .aeo-key-feature-desc {
font-size: 16px;
}
.hubspot-servvices-section{
background-image: url(/images/hubspotpackagesimages/hubspot-serv-shape.svg);
background-repeat: no-repeat;
background-position: left 60%;
}
.why-hubspot-package-section {
background: linear-gradient(83.58deg, rgba(243, 254, 255, 0.4) -0.51%, rgba(234, 243, 255, 0.4) 100.61%);
}
.why-hubspot-package-section .Why-hubspot-pakage-text {
flex: 1;
}
.why-hubspot-package-section .why-choose-icon {
width: 80px;
height: 80px;
background: #E5F1FF !important;
}
.why-hubspot-package-section .why-choose-icon img {
height: 46px;
}
.why-hubspot-package-section .Why-hubspot-pakage-text h3 {
font-size: 20px;
margin-bottom: 4px;
}
.why-hubspot-package-section .Why-hubspot-pakage-text p {
font-size: 16px;
}
.hubspot-expert-section img {
height: 62px;
width: auto;
display: inline-block;
}
.hubspot-expert-section .aeo-success-columns-block {
align-items: flex-start;
}
.hubspot-expert-section .aeo-success-content {
padding-left: 50px;
}

/*------------------Hubspot-Packages-pricing----------------*/
.hubspot-tabs-list li {
cursor: pointer;
padding: 16px 30px;
background: #EAF9FB;
border: 1px solid #B7F2FA;
border-radius: 12px;
color: #0F2B3F;
font-size: 20px;
font-weight: 500;
}
.hubspot-tabs-list {
gap: 20px;
margin-bottom: 40px;
}
.hubspot-tabs-list li.active {
background: #0EAFC3;
color: #fff;
border-color: #0EAFC3;
}
.pricing-card {
padding: 30px;
background: #FFFFFF;
border: 1px solid #EFF0F7;
box-shadow: 0px 2px 12px rgba(20, 20, 43, 0.08);
border-radius: 24px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 40px;
}
.pricing-card-heading {
color: #170F49;
line-height: normal;
margin-bottom: 15px;
}
.pricing-card-desc {
color: #000A16;
margin-bottom: 24px;
opacity: 0.6;
line-height: 25px;
}
.pricing-feature-title {
color: #222222;
font-size: 16px;
font-weight: 600;
margin-block: 24px;
}
.pricing-card-price .price-amount {
color: #222222;
font-size: 46px;
font-weight: 700;
margin-right: 7px;
}
.pricing-card-price .price-duration {
color: #000A16;
opacity: 0.6;
font-size: 15px;
}
.pricing-card-price {
line-height: normal;
}
.pricing-feature-list .pricing-feature-item {
font-size: 16px;
}
.pricing-card-top .get-smarter-ai-box-list-items li:before {
width: 20px;
height: 20px;
min-width: 20px;
margin-right: 8px;
}
.pricing-card-bottom .custom-btn {
padding: 16px 20px;
background: linear-gradient(90deg, #0EAFC3 0%, #29CDE2 100%);
border-radius: 999px;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
width: 100%;
justify-content: center;
}
.most-popular .pricing-card {
background: linear-gradient(360deg, #0EAFC3 0%, #29CDE2 100%);
}
.most-popular .pricing-card * {
color: #fff;
}
.most-popular .custom-btn {
background: #fff;
color: #0EAFC3;
}
.most-popular .pricing-card-desc {
opacity: 1;
}
.most-popular .price-duration {
opacity: 0.8;
}
.most-popular .get-smarter-ai-box-list-items li:before {
background-color: rgba(255, 255, 255, 0.2);
}
.most-popular-tag {
padding: 10px 15px;
background: rgba(255, 255, 255, 0.25);
border: 1px solid rgba(255, 255, 255, 0.4);
border-radius: 8px;
position: absolute;
right: 0;
top: -7px;
font-size: 14px;
line-height: normal;
font-weight: 500;
margin: 0;
}
.pricing-card-top {
position: relative;
}
.hubspot-feature-item:hover {
box-shadow: 0px 10px 30px rgb(0 0 0 / 17%);
}
.section-header-desc {
margin-bottom: 15px;
}








/*-----------------Responsive-----------------*/
@media (min-width: 768px) {
.case-study-hero-section .col-md-7 {
width: 56%;
}
.case-study-hero-section .col-md-5 {
width: 44%;
}

}

@media (min-width: 992px) {
.salesforce-integration-form-right, .salesforce-service-provider-section .col-md-5, .salesforce-simplify .col-md-5 {
width: 44%;
}
.salesforce-integration-form-left, .salesforce-service-provider-section .col-md-7, .salesforce-simplify .col-md-7 {
width: 56%;
}
.salesforce-simplify .accordion {
padding-right: 20px;
}
}

@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;
}
.seo-level-heading {
font-size: 22px;
}
.seo-levels-rightside .section-header-desc {
margin-bottom: 20px;
}
.before-workflow-img, .after-workflow-img {
width: 50px;
}
.workflow-before-after-slider .col-md-5 {
gap: 15px;
}
.workflow-before-after-center h3 {
font-size: 18px;
}
.solution-mobile {
border-radius: 40px;
}
.crm-comparision-table-heading {
font-size: 24px;
}
.crm-comparision-table td span {
padding: 8px 10px;
gap: 3px;
font-size: 14px;
line-height: normal;
}
.crm-comparision-table th, .crm-comparision-table td {
font-size: 16px;
padding: 10px;
}
}

@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, .google-seo-solutions-section .cstm-h2 {
font-size: 40px;
}
.salesforce-service-box p {
font-size: 15px;
}
.consultation-content {
max-width: 60%;
}
.consultation {
padding: 30px;
}
.salesforce-success-desc .cstm-h3 {
font-size: 20px;
}
.case-study-result-img {
width: 90%;
}
.case-study-key-implementation .key-level-heading {
font-size: 26px;
}
.case-study-key-implementation .seo-level-points li {
font-size: 16px;
line-height: inherit;
}
.case-study-key-implementation .key-lavel-content li:before {
font-size: 12px;
width: 18px;
height: 18px;
min-width: 18px;
}
.before-after-title {
font-size: 20px;
padding: 10px;
}
.case-study-challenges-section .why-chatgpt-list li {
font-size: 15px;
line-height: inherit;
}
.case-study-hero-section .aeo-hero-title {
font-size: 50px;
line-height: 120%;
}
.case-study-hero-section p {
font-size: 18px;
}
.case-study-explore {
padding-top: 30px;
}
.case-study-hint {
bottom: 15px;
left: 15px;
right: 15px;
padding: 12px;
font-size: 14px;
line-height: 150%;
}
.case-solution-list li p {
font-size: 15px;
padding: 15px;
line-height: 140%;
}
.hubspot-feature-icon img {
height: 60px;
}
.pricing-card {
padding: 22px;
}
}


@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;
}
.client-desination {
margin-top: 0;
}
.case-study-swiper {
margin: 0 -20px !important;
}
.sales-case-study-footer {
margin-top: 15px;
}
.result-value {
font-size: 32px;
}
.workflow-before-after .container {
max-width: 92% !important;
}
.workflow-before-after .ai-slider-arrows button {
left: -40px;
}
.workflow-before-after .ai-slider-arrows button.ai-slider-next {
left: inherit;
right: -40px;
}
.workflow-before-after-center {
width: 200px;
height: 200px;
}
.workflow-progress {
font-size: 32px;
}
.workflow-before-after-center em {
font-size: 18px;
}
.workflow-before-after-content {
padding: 25px 0px;
gap: 20px;
}
.crm-solution-inner {
padding: 60px 40px;
}
.crm-solution-content .cstm-h2 {
font-size: 36px;
line-height: 46px;
}
.chatgpt-steps-row .row {
padding-block: 15px;
}
.crm-comparision-table td span {
font-size: 13px;
}
.crm-comparision-table th img {
height: 30px;
}
.crm-partner .why-choose-right-img {
padding-left: 0;
}
.why-hubspot-package-section .why-choose-icon img {
height: 36px;
}
.why-hubspot-package-section .why-choose-icon {
width: 70px;
height: 70px;
}
.why-hubspot-package-section .Why-hubspot-pakage-text h3 {
font-size: 18px;
margin-bottom: 2px;
}
.why-hubspot-package-section .Why-hubspot-pakage-text p {
line-height: 1.3;
}
.pricing-card-heading {
    margin-bottom: 10px;
    font-size: 22px;
}
.pricing-card-price .price-amount {
    font-size: 36px;
}
.most-popular-tag {
    padding: 8px 12px;
    border-radius: 5px;
}
}


@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;
}
.google-seo-solutions-section .cstm-h2{
font-size: 24px;
}
.salesforce-hero-content .cstm-heading {
font-size: 42px;
line-height: 48px;
}
.salesforce-hero-content .cstm-heading .heading-highlights {
font-size: 42px;
}
.salesforce-service-box h4 {
font-size: 16px;
}
.seo-level-heading {
font-size: 20px;
}
.salesforce-process-box, .salesforce-tabs-details {
padding: 20px;
}
.salesforce-tabs-list li {
padding: 10px 20px;
border-radius: 12px;
}
.salesforce-provider-list .why-chatgpt-list li {
font-size: 15px;
line-height: 22px;
}
.sales-case-study-content {
padding-left: 20px;
}
.sales-case-study-title {
margin-block: 10px;
font-size: 18px;
}
.case-study-swiper {
margin: 0px !important;
}
.sales-case-footer-item img {
height: 24px;
}
.salesforce-success-top img {
width: 70px;
height: 70px;
}
.salesforce-success-top {
gap: 10px;
}
.salesforce-success-slider-item {
padding: 18px;
}
.salesforce-success-role {
font-size: 15px;
line-height: normal;
}
.salesforce-success-desc p {
font-size: 15px;
}
.salesforce-success-desc .cstm-h3 {
font-size: 18px;
}
.salesforce-simplify .accordion-button {
font-size: 18px;
}
.simplify-right .cstm-h2, .simplify-right .cstm-h2 .heading-highlights {
font-size: 32px;
}
.salesforce-video .swiper-button-prev, .salesforce-video .swiper-button-next {
top: -30px;
}
.contact-points li {
font-size: 15px;
}
.salesforce-service-provider-section .row {
margin: 0;
}
.salesforce-success-slider {
gap: 20px;
}
.salesforce-success-slider-item {
width: 40%;
}
.case-study-challenges-section .why-chatgpt-list li {
font-size: 14px;
line-height: inherit;
}
.case-study-challenges-section .col-md-7 {
padding-left: 20px;
}
.top-cmpny-pera {
line-height: 24px;
}
.case-solution-list li:not(:last-child) {
margin-bottom: 22px;
}
.solution-mobile {
border-radius: 34px;
}
.case-study-tools-technology .award-list p {
font-size: 14px;
line-height: 18px;
max-width: 160px;
}
.case-study-tools-technology .award-list li img {
width: 120px;
height: 50px;
}
.key-lavel-content {
padding: 25px;
}
.before-after-text {
padding: 0px 15px;
}
.impect-result-item {
padding: 30px 20px;
}
.impect-result-item .aeo-key-feature-icon {
width: 62px;
height: 62px;
}
.impect-result-item .aeo-key-feature-icon img {
height: 32px;
}
.impect-result-title {
font-size: 16px;
}
.note-data {
padding: 15px 20px;
font-size: 16px;
}
}

@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;
}
.salesforce-integration-form .request-form-new, .salesforce-services-right  {
margin-top: 20px;
}
.salesforce-integration-form .request-form-new .custom-service-form {
padding: 0;
}
.salesforce-hero-content .cstm-heading {
font-size: 40px;
line-height: 48px;
}
.salesforce-hero-content .aeo-hero-desc {
margin: 15px 0;
}
.salesforce-client-say .row, .salesforce-process-section .row {
row-gap: 20px;
}
.salesforce-process-section .mt-5 {
margin-top: 20px !important;
}
.salesforce-service-provider-section .row {
--bs-gutter-x: 1rem;
}
.case-study-swiper {
padding: 30px 20px !important;
}
.sales-case-study-item {
padding: 10px;
}
.sales-case-footer-item strong {
font-size: 14px;
}
.sales-case-footer-item p {
font-size: 14px;
}
.sales-case-study-description {
line-height: 1.5;
}
.sales-case-study-category {
font-size: 15px;
}
.salesforce-success-slider-item {
width: 48%;
}
.salesforce-success-story-wrapper .section-header {
display: block;
}
.simplify-right {
padding: 20px;
}
.salesforce-resources-section .col-md-3:nth-child(2) {
padding-inline: 20px;
}
.consultation-content .cstm-h2, .consultation-content .cstm-h2 .heading-highlights {
font-size: 33px;
}
.case-study-hero-section .aeo-hero-title {
font-size: 36px;
}
.case-study-hero-section p {
font-size: 16px;
margin-block: 10px;
}
.case-study-explore {
padding-top: 0;
}
.case-study-explore-icons {
gap: 20px;
}
.case-study-explore-content .cstm-h3 {
font-size: 18px;
}
.case-study-explore-content {
padding: 15px;
}
.case-study-explore-text {
line-height: 150%;
}
.case-study-explore-list li:not(:last-child) {
margin-bottom: 25px;
}
.chatgptwhy-seo-section .col-md-7 {
padding-right: calc(var(--bs-gutter-x) * .5) !important;
}
.case-study-challenges-section .col-md-5 {
width: 100%;
margin-bottom: 20px;
}
.case-study-challenges-section .col-md-7 {
padding-left: calc(var(--bs-gutter-x) * .5);
width: 100%;
}
.case-study-hint {
border-radius: 12px;
}
.salesforce-provider-content .top-cmpny-pera {
margin-block: 12px;
}
.case-solution-list li p {
font-size: 14px;
padding: 12px;
}
.solution-mobile {
border-radius: 22px;
}
.case-study-tools-technology .award-list li {
width: 33.3%;
}
.case-study-tools-technology .award-list li:nth-child(3){
border: none;
}
.aeo-award .award-list {
row-gap: 10px;
}
.case-study-key-implementation .key-level-heading {
font-size: 22px;
margin-bottom: 5px;
}
.case-study-key-implementation .col-md-7 {
padding-left: calc(var(--bs-gutter-x) * .5);
}
.key-lavel-content p {
line-height: 150%;
}
.case-study-hero-section {
padding: 60px 0 120px;
}
.case-study-key-implementation .seo-level-points li {
font-size: 15px;
}
.before-after-description {
font-size: 14px;
line-height: inherit;
}
.before-after-title {
font-size: 16px;
}
.before-workflow-img, .after-workflow-img {
width: 30px;
}
.workflow-before-after-center h3 {
font-size: 16px;
}
.workflow-before-after-center {
width: 180px;
height: 180px;
}
.workflow-before-after-slider .col-md-5 {
gap: 10px;
}
.workflow-before-after-content {
padding: 20px 0px;
gap: 15px;
}
.before-after-text h4 {
font-size: 18px;
margin-bottom: 5px;
}
.crm-comparision-table th, .crm-comparision-table td {
font-size: 15px;
padding: 8px;
min-width: 175px;
}
.crm-comparision-table-heading {
font-size: 20px;
}
.crm-comparision-table table {
overflow-x: auto;
display: block;
}
.crm-solution-content .cstm-h2 {
font-size: 26px;
line-height: 36px;
}
.crm-solution-content .section-header-desc {
line-height: 23px;
font-size: 15px;
}
.crm-solution-inner {
padding: 50px 30px;
background-size: contain;
}
.crm-capabilities .step-dot {
margin: 0 20px;
}
.crm-capabilities .chatgpt-steps-content h3 {
font-size: 18px;
}
.crm-capabilities .chatgpt-steps-content h3 img {
width: 18px;
height: 18px;
object-fit: contain;
}
.crm-capabilities .chatgpt-steps-content p {
line-height: 24px;
font-size: 14px;
}
.crm-hero-banner .container {
max-width: 85%;
}
.crm-hero-banner {
background-position: bottom;
padding: 50px 0 0;
}

}


@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, .google-ai-seo-page .customized-approach {
padding-top: 50px !important;
}
.google-seo-solutions-section {
padding-top: 0;
}
.search-gpt-impect-features {
row-gap: 20px;
}
.salesforce-hero-content, .salesforce-services-left {
padding: 25px;
}
.salesforce-hero-content .cstm-heading {
font-size: 32px;
line-height: 40px;
}
.salesforce-hero-content .cstm-heading .heading-highlights {
font-size: 32px;
}
.salesforce-hero-content .aeo-hero-clients img {
height: 18px;
}
.salesforce-integration-form .contact-right-form {
margin-top: 0;
}
.salesforce-integration-form .request-form-new .modal-dialog.custom-service-form .form .hs-form-field select {
height: 37px;
min-height: 37px;
}
.salesforce-services-left p {
font-size: 15px;
margin-block: 15px;
}
.salesforce-service-box {
width: 100%;
}
.seo-level-content p {
line-height: 24px;
}
.salesforce-help-section .seo-level-content {
margin-bottom: 20px;
}
.salesforce-help-section .row {
flex-direction: column;
gap: 0;
}
.salesforce-help-section .seo-levels-rightside {
position: unset;
}
.salesforce-tabs-details {
margin-top: 20px;
}
.salesforce-service-provider-section .row {
margin: 0 calc(-.5 * var(--bs-gutter-x));
}
.salesforce-provider-list .why-chatgpt-list {
width: 100%;
padding-right: 0;
}
.salesforce-provider-list {
margin-bottom: 20px;
}
.salesforce-provider-list .why-chatgpt-list li:before {
width: 16px;
height: 16px;
min-width: 16px;
background-size: 10px;
}
.sales-case-study-image {
padding: 0 !important;
}
.sales-case-study-content {
padding: 8px 0 0 !important;
}
.sales-case-study-footer-right {
flex: unset;
text-align: left;
width: 100%;
margin-top: 20px;
}
.sales-case-study-footer {
flex-wrap: wrap;
}
.sales-case-study-footer-right .custom-btn svg {
width: 32px;
height: 32px;
line-height: 32px;
padding: 7px;
}
.case-study-swiper .swiper-button-prev, .case-study-swiper .swiper-button-next,
.salesforce-video .swiper-button-prev, .salesforce-video .swiper-button-next {
background: #0eafc3;
color: #ffff;
}
.case-study-swiper .swiper-button-prev:after, .case-study-swiper .swiper-button-next:after {
font-size: 12px;
}
.salesforce-success-story-wrapper {
padding: 25px;
}
.salesforce-success-slider-item {
width: 100%;
}
.salesforce-success-info .cstm-h4 {
font-size: 16px;
}
.salesforce-simplify .accordion-item {
padding: 0 !important;
}
.salesforce-simplify .accordion-body p {
font-size: 15px;
line-height: 24px;
}
.partner-slides::before, .partner-slides::after {
width: 30px;
}
.salesforce-tabs-section .section-header {
margin: 0 0 20px;
}
.simplify-right .section-header {
margin: 0;
}
.simplify-right img {
height: 40px;
}
.salesforce-integration-services .section-header .cstm-h2 {
margin-bottom: 10px;
font-size: 28px;
}
.salesforce-resources-section .col-md-3:nth-child(2) {
border: none;
}
.salesforce-resources-section .row {
row-gap: 20px;
}
.salesforce-video-testimonial-content .cstm-h2 {
text-align: center;
}
.salesforce-video {
margin-top: 60px;
}
.salesforce-video .swiper-button-prev, .salesforce-video .swiper-button-next {
top: -25px;
}
.salesforce-video .swiper-button-prev {
right: inherit;
left: 40%;
}
.salesforce-video .swiper-button-next {
right: inherit;
left: 52%;
}
.salesforce-video .video-btn {
font-size: 14px;
padding: 8px 18px;
}
.consultation:before {
background: #000000b8;
width: 100%;
}
.consultation-content {
max-width: 100%;
}
.consultation-content .cstm-h2, .consultation-content .cstm-h2 .heading-highlights {
font-size: 26px;
}
.contact-points li:before {
margin-right: 5px;
font-size: 14px;
}
.salesforce-resources-box li {
margin-top: 8px;
}
.sales-partner-slider .section-header, .salesforce-integration-services .section-header {
margin: 0 auto 20px;
}
.salesforce-simplify .row {
flex-direction: column-reverse;
}
.salesforce-success-slider-fixed-container {
padding-inline: 25px;
margin-inline: -25px;
}
.salesforce-success-story {
margin-top: 0;
}
.sales-case-slider {
padding-bottom: 50px !important;
}
.salesforce-success-story .container {
top: 120px;
height: calc(100vh - 100px);
}
.salesforce-integration-form {
padding-top: 20px;
}
.case-study-hero-section .aeo-hero-title {
font-size: 34px;
}
.case-study-explore-list + .case-study-explore-list {
margin-top: 0;
max-width: 100%;
}
.case-study-explore-icons {
flex-wrap: wrap;
}
.case-study-explore-list {
max-width:100%;
display: flex;
justify-content: space-between;
}
.case-study-explore-list li {
width: 48%;
margin: 0 !important;
}
.case-study-explore-content {
height: 100%;
}
.chatgptwhy-seo-section .col-md-7 {
padding-right: 20px !important;
margin-bottom: 20px;
}
.case-study-page .chatgptwhy-seo-section .seo-shape-right, .case-study-page .chatgptwhy-seo-section .seo-shape-left{
display: none;
}
.case-study-hint {
font-size: 13px;
}
.case-study-solution-section .col-md-2 {
order: -1;
max-width: 250px;
margin-bottom: 20px;
}
.case-solution-list li:after{
display: none;
}
.solution-mobile {
border-radius: 40px;
}
.case-solution-list li:not(:last-child) {
margin-bottom: 12px;
}
.case-study-tools-technology .award-list li:not(:last-child) {
border-right: 0;
}
.case-study-tools-technology .award-list p {
margin: 10px auto 0;
}
.seo-levels-rightside img {
margin-bottom: 20px;
}
.key-lavel-content {
padding: 20px;
}
.case-study-key-implementation .key-lavel-content li:before {
margin-right: 6px;
}
.workflow-before-after .ai-slider-arrows button {
left: -20px;
}
.workflow-before-after .ai-slider-arrows button.ai-slider-next {
left: inherit;
right: -20px;
}
.workflow-before-after-slider .col-md-5 {
margin: 20px 0 !important;
display: flex !important;
flex-direction: column;
}
.workflow-before-after-center h3 {
font-size: 15px;
}
.workflow-before-after-center em {
font-size: 16px;
}
.workflow-before-after-slider .col-md-3 {
padding-inline: 15px !important;
}
.case-study-result-img {
width: 100%;
}
.case-study-final-takeaway .section-header {
padding: 20px;
border: 1px dashed #0EAFC3;
}
.case-study-final-takeaway .section-header-desc, .case-study-final-takeaway em {
font-size: 14px;
}
.case-study-final-takeaway .cstm-h2 {
font-size: 22px;
margin-bottom: 10px;
}
.quote-star {
width: 40px;
}
.before-workflow-img {
transform: rotate(90deg);
margin-bottom: 5px;
}
.after-workflow-img {
transform: rotate(90deg);
margin-top: 5px;
}
.case-study-tools-technology .award-list li:nth-child(odd){
border-right: 1px solid #AEAEAE;
}
.case-study-explore-text {
font-size: 14px;
}
.case-study-explore-content img {
height: 32px;
}
.case-study-explore-content .cstm-h3 {
font-size: 16px;
}
.case-study-tools-technology .award-list li a {
padding: 20px 10px;
}
.crm-hero-banner .container {
max-width: 100%;
}
.crm-hero-banner {
background-position: center;
}
.crm-hero-banner .text-center {
margin-bottom: 10px;
}
.crm-comparision-table th, .crm-comparision-table td {
min-width: 160px;
}
.crm-comparision-table-heading {
font-size: 18px;
}
.crm-comparision-table td span {
padding: 6px 8px;
}
.crm-comparison .section-header, .crm-match .section-header {
margin: 0 auto 20px;
}
.crm-comparison {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.table-data {
font-size: 13px;
line-height: 16px;
}
.note-data {
font-size: 14px;
}
.crm-capabilities .chatgpt-steps-row .row:after {
border-width: 2px;
left: 30px;
}
.answer-engine-faq.crm-faq {
padding-top: 50px;
}
.cms-comparision-page .hubspot-related-blog {
padding-bottom: 0 !important;
}
.cms-comparision-page .contact-sub.right fieldset.form-columns-0 {
margin-bottom: 20px;
}
.crm-solution-inner {
padding: 30px 20px;
text-align: center;
background-size: cover;
background-position: center;
border-radius: 22px;
}
.crm-solution-content .cstm-h2 {
font-size: 24px;
line-height: 28px;
margin-bottom: 10px;
}
}











