* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    display: block;
}

.webbrand-hero-section{
    position: relative;
    width: 100%;
    min-height: 730px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.container-width {
    width:90%;
    margin: 0 auto;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.container,
.row {
    position: relative;
    z-index: 2;
}

.webbrand-hero-content{
    width: 100%;
    max-width: 760px;
}

.webbrand-hero-content h1 {
    width: 100%;
    max-width:585px;
    font-size: clamp(34px, 5vw, 55px);
    line-height:63px;
    letter-spacing: .4%;
    color: #F5F6FF;
    margin-bottom: 24px;
}


.webbrand-hero-content p {
    width: 100%;
    max-width:585px;
    font-size: clamp(15px, 2vw, 16px);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 1.2%;
    color: #DDE1F7;
    margin-bottom: 30px;
}


.webbrand-hero-content h3 {
    width: 100%;
    max-width:585px;
    font-size: clamp(15px, 2vw, 24px);
    line-height: 1.7;
    letter-spacing: 1.2%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.webbrand-hero-content h3 span {
     background: linear-gradient(90deg, #7B61FF 0%, #FFFFFF 45%, #D4D2F8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.webbrand-hero-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 260px;
    max-width: 100%;
    padding: 12px 26px;
    text-decoration: none;
    background: #7B61FF;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: .3s ease;
}

.webbrand-hero-btn:hover {
    background: #684bff;
    color: #fff;
}

.webbrand-hero-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* ENDS HERE */


/* Complete Branding Services That Drive Business Growth */
.smain-ervices-section{
    width:100%;
    padding:50px 0;
    background:#fff;
}


.main-services-heading{
    width:100%;
    max-width:1292px;
    margin:0 auto;
}

.main-services-heading h2{
    max-width:705px;
    line-height:45px;
    color:#0B0B2E;
    text-align: center;
        margin: 0 auto 15px;

}



.main-services-heading p{
    max-width:785px;
    line-height:30px;
    color:#6B6A78;
        text-align: center;
        margin: 0 auto;

}


.main-service-item{
    width:100%;
    display:grid;
    grid-template-columns:634px 1fr;
    gap:24px;
    align-items:center;
    padding:40px 0;
    border-bottom:1px solid #E8E8F4;
}

.main-last-item{
    border-bottom:none;
}


.main-service-image{
    position:relative;
    width:634px;
    height:400px;
    overflow:hidden;
    border-radius:16px;
}

.main-service-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.main-image-badge{
    position:absolute;
    top:18px;
    left:18px;
    background: linear-gradient(132.3deg, #B8A7FF 0%, #7B61FF 100%);
    color:#fff;
    padding:12px 22px;
    border-radius:12px;
    font-size:14px;
    font-weight:600;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}


.main-service-content{
    width:100%;
    min-height:364px;
    padding:68px 48px;
    display:flex;
    flex-direction:column;
    justify-content:center;

}

.main-icon-box{
    width:54px;
    height:54px;
    border-radius:16px;
    background: linear-gradient(135deg, #DDE1F7 0%, #E0E2F8 100%);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:28px;
}

.main-icon-box img{
    width:24px;
    height:24px;
    object-fit:contain;
}

.main-service-content h3{
    line-height:48px;
    color:#0B0B2E;
    margin-bottom:22px;
}


.main-service-content p{
    line-height:31px;
    color:#6D6C78;
}


.main-service-item{
    transition:.35s;
}

.main-service-item:hover{
    transform:translateY(-4px);
}

.main-service-item:hover .main-service-image img{
    transform:scale(1.04);
}

.main-service-image img{
    transition:.5s;
}

.main-service-item:hover .main-icon-box img{
    filter:brightness(100);
}



/* ends here */

/* Your Brand Is Telling a Story. */
/*=========================
    BRAND STORY SECTION
=========================*/

.brand-story-section{
    width:100%;
    padding:50px 0;
    background:#F6F7FF;
    overflow:hidden;
}

/* Large screen alignment fix */

.brand-story-section .container{
    margin:0 auto;
}

.brand-story-section .row{
    align-items:center;
}

.brand-story-section .col-lg-6{
    display:flex;
    align-items:center;
}

.brand-content{
    width:100%;
    max-width:606px;
    margin:0;
}

.brand-content h2{
    line-height:52px;
    color:#0B0B2E;
    margin-bottom:20px;
    letter-spacing:0;
}

.brand-content p{
    line-height:26px;
    color:#474650;
    margin-bottom:26px;
    max-width: 586px;
}

.quote-box{
    width:100%;
    background:linear-gradient(97.42deg, rgba(201,168,76,.08) 0%, rgba(201,168,76,.02) 100%);
    border:1px solid #C9A84C38;
    border-radius:18px;
    padding:22px;
    margin:30px 0;
}

.quote-box p{
    margin:0;
    line-height:26px;
    color:#474650;
    font-weight:500;
}

.webservices-explore-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin-top:10px;
    padding:16px 28px;
    background:linear-gradient(90deg,#6B5BFF 0%,#B8A7FF 100%);
    color:#fff;
    border-radius:8px;
    text-decoration:none;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.webservices-explore-btn img{
    width:20px;
    height:20px;
    object-fit:contain;
}

.brand-image-wrapper{
    position:relative;
    width:100%;
    max-width:606px;
    margin-left:auto;
    margin-right:0;
}

.brand-main-image{
    width:100%;
    max-width:606px;
    height:520px;
    object-fit:cover;
    display:block;
    border-radius:28px;
    box-shadow:0 20px 60px rgba(24,38,65,.18);
}

.brand-badge{
    position:absolute;
    right:-22px;
    bottom:-22px;
    width:290px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(18px);
    border-radius:20px;
    padding:24px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.badge-icon{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#F4F0FF;
    margin-bottom:20px;
}

.badge-icon img{
    width:22px;
    height:22px;
    object-fit:contain;
}

.brand-badge p{
    font-size:15px;
    line-height:25.5px;
    color:#475067;
    font-style:italic;
    margin-bottom:18px;
}

.brand-badge span{
    display:block;
    font-size:12px;
    color:#7B61FF;
    font-weight:700;
    font-style:italic;
}
/* Ends here */


/* Brands Built on Evidence.Results Measured in Growth. */

.brand-visibility-section{
    width:100%;
    padding:50px 0;
    background:#fff;
    overflow:hidden;
}

.brand-visibility-heading{
    margin-bottom:45px;
}

.brand-visibility-heading h2{
    max-width:1292px;
    color:#0B0B2E;
    line-height:1.15;
    margin:0;
}

.brand-visibility-image{
    width:100%;
    max-width:606px;
    margin:0 auto;
}

.brand-visibility-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    border-radius:28px;
    display:block;
    box-shadow:0 20px 60px rgba(24,38,65,.12);
}

.brand-visibility-content{
    width:100%;
    max-width:606px;
    margin-left:auto;
}

.stats-wrapper{
    display:flex;
    gap:18px;
    margin-bottom:26px;
}

.stat-card{
    flex:1;
    min-height:90px;
    background:#fff;
    border:1px solid #DDD8FF;
    border-radius:18px;
    padding:18px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.stat-card h3{
    color:#7B61FF;
    font-size:42px;
    line-height:1;
    font-weight:900;
    margin-bottom:10px;
    font-family: Inter;
    font-style: Black;
}

.stat-card p{
    margin:0;
    line-height:25px;
    color:#05053EA6;
}

.expertise-box{
    margin-bottom:28px;
}

.expertise-box h6{
    color:#05053E;
    margin-bottom:10px;
    line-height:26px;
}

.expertise-box p{
    color:#77768A;
    line-height:28px;
    margin:0;
}

.visibility-note{
    width:100%;
    border:1px solid #EFE3D4;
    border-radius:18px;
    padding:28px;
    background:#FFFDFB;
}

.visibility-note p{
    margin:0 0 12px;
    color:#55556D;
    line-height:30px;
}

.visibility-note p:last-child{
    margin-bottom:0;
}

.stat-card,
.visibility-note,
.brand-visibility-image img{
    transition:.35s ease;
}

.stat-card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.brand-visibility-image img:hover{
    transform:scale(1.02);
}

.visibility-note:hover{
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}
/* ENDS HERE */


/*  What Google's AI, ChatGPT, and Perplexity.*/
.ai-comparison-section{
    width:100%;
    padding:50px 0;
    background:#fff;
    overflow:hidden;
}

.ai-comparison-section .container{
    max-width:1320px;
}


.ai-left-content{
    width:100%;
    max-width:610px;
}

.ai-left-content h2{
    color:#0B0B2E;
    line-height:52px;
    margin-bottom:28px;
}

.ai-left-content p{
    color:#1A1A4D;
    line-height:30px;
    margin-bottom:12px;
    max-width: 636px;
}

.ai-left-content p:last-child{
    margin-bottom:0;
}


.ai-right-content{
    width:100%;
    max-width:620px;
    margin-left:auto;
}

.comparison-heading{
    display:block;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    color:#7B61FF;
    margin-bottom:18px;
}


.comparison-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:18px 0;
    border-top:1px solid #E8E8F4;
}

.comparison-last{
    border-bottom:1px solid #E8E8F4;
}


.comparison-icon{
    width:24px;
    height:24px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:3px;
}

.comparison-icon img{
    width:24px;
    height:24px;
    object-fit:contain;
}

.comparison-item p{
    margin:0;
    color:#1A1A4D;
    font-size:18px;
    line-height:28px;
    font-weight: 500;
}

.comparison-item strong{
    font-weight:600;
}


.comparison-item{
    transition:.3s ease;
}

.comparison-item:hover{
    padding-left:8px;
}

.comparison-item:hover p{
    color:#0B0B2E;
}

.comparison-item:hover .comparison-icon{
    transform:scale(1.08);
}

.comparison-icon{
    transition:.3s;
}

/* Ends here */

/* FAQ */
.faq-section{
    width:100%;
    position:relative;
    overflow:hidden;
    background:#E6E2FF;
    padding:50px 0;
    margin: 0 auo;
}


.faq-bg-text{
    position:absolute;
    top:25px;
    left:50px;
    font-size:500px;
    line-height:1;
    color:#7B61FF;
    opacity:.05;
    pointer-events:none;
    user-select:none;
    z-index:0;
}



.S-faqs-headings{
    width:100%;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}

.S-faqs-headings h2{
    width:100%;
    max-width:760px;
    line-height:45px;
    color:#0B0B2E;
}


.faq-wrapper{
    width:100%;
}


.accordion{
    display:flex;
    flex-direction:column;
    gap:18px;
    background:transparent;
}

.accordion-item{
    border:none !important;
    border-radius:14px !important;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(24,38,65,.08);
}


.accordion-button{
    padding:22px 26px;
    background:#fff !important;
    color:#0B0B2E;
    box-shadow:none !important;
    border:none;
    font-size: 24px !important;
}

.accordion-button:not(.collapsed){
    background:#fff;
    color:#111336;
}


.accordion-button::after{
    width:26px;
    height:26px;
    background-image:none !important;
    border:1px solid #D8D8F6;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    content:"+";
    font-size:18px;
    color:#030303;
    transition:.35s;
}

.accordion-button:not(.collapsed)::after{
    transform:rotate(45deg);
}


.accordion-body{
    padding:0 26px 22px;
    line-height:26px;
    color:#666;
}



.accordion-header{
    width:100%;
}

.accordion-button{
    width:100%;
    min-height:70px;
}

.accordion-item:hover{
    transform:translateY(-3px);
    transition:.35s;
    box-shadow:0 20px 45px rgba(24,38,65,.12);
}

.accordion-button:hover{
    color:#7B61FF;
}


.accordion-button:not(.collapsed){
    border-bottom:1px solid #F0EEFF;
}


.accordion-button:focus{
    box-shadow:none;
    border:none;
}

.accordion-item:first-of-type{
    border-radius:14px;
}

.accordion-item:last-of-type{
    border-radius:14px;
}

.accordion-button::before{
    display:none;
}
/* Ends here */
