:root {
    /* Colors */
    --color-text-black: #111111;
    --color-text-white: #ffffff;
    --color-primary: #1A69FD;
    --color-primary-hover: #0c4fcb;
    --color-bg-dark: #000000;
    --color-yellow: #FFFF37;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
img,
a,
span,
p,
img,
figure {
    margin: 0;
}

/* font face for author says */

@font-face {
    font-family: 'pecitabook';
    src: url('../../fonts/pecita-webfont.woff2') format('woff2'),
        url('../../fonts/pecita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.author-sig {
    font-family: 'pecitabook';
    color: #FDF073;
}


/* Hero banner */
.hero-section {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(180deg, #000 0%, #1163FB 100%);
}





/* Hardware acceleration for animated elements */
.service-card,
.feature-text-block,
.img-right-inner,
.img-left-inner,
.title-h2 span span,
.fade-up {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
}

.landing-hero-banner .layout-container {
    height: 100%;
}

.landing-hero-banner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 200px;
}

.profile-title {
    position: relative;
    margin-bottom: 80px;
}

.profile-card-main {
    flex: 0 0 45%;
    max-width: 45%;
    width: 100%;
}

.profile-card-content {
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
}

.profile-image-wrapper {
    position: relative;
}

.profile-card-content {
    position: relative;
    margin: 250px 0 0;
}

.profile-card-detail {
    position: relative;
    display: flex;
    align-items: center;
}

.profile-info {
    will-change: transform;
    transform: translateY(0);
    backface-visibility: hidden;
}

.profile-image {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
    /* clip-path: inset(0 0 100% 0);
    will-change: clip-path, transform, opacity; */
}

.profile-image,
.profile-card-content {
    overflow: hidden;
    height: auto;
    position: relative;
    will-change: transform;
}

.profile-info {
    position: absolute;
    left: calc(100% - 60px);
    top: 20px;
    right: auto;
    width: 100%;
}

.profile-image {
    border-radius: 24px;
    max-width: 100%;
}

.designation {
    position: relative;
}

.designation::before {
    content: "";
    display: inline-block;
    width: 118px;
    height: 1px;
    background-color: #ffffff;
    vertical-align: middle;
    margin-right: 16px;
}





/* Profile */
.profile-section {
    background: linear-gradient(180deg, #1163FB 0%, #000 100%);
}

.layout-container-md {
    width: 1058px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.professional-title {
    color: #FDF073;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.professional-title span {
    margin-right: 20px;
}


/* Profile ends */





/* Insight card */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    row-gap: 48px;
}

.insight-card {
    transition: transform 0.3s ease;
}

.card-image {
    overflow: hidden;
    height: 327px;
    display: block;
    border-radius: 8px;
}

.insight-card:hover img {
    transform: scale(1.05);
}

.card-image img {
    max-width: 100%;
    width:100%;
    height: 327px;
    border-radius: 8px;
    display: block;
    transition: transform 0.3s ease;
}

.card-text {
    padding: 24px 0 12px;
    font-weight: 500;
    display: block;
}

.bl-date {
    color: #636362;
    position: relative;
}

.bl-date:before {
    content: "";
    display: inline-block;
    background-color: #636362;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    vertical-align: middle;
    margin-right: 16px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    gap: 15px;
}

.pagination li.active .page-link {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}

.pagination .page-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    transition: 0.5s;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.pagination .continues {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 22px;
    display: flex;
    justify-content: center;
}

.prev-page img {
    transform: rotate(180deg);
}

/* Insight card ends */




/* connect cta */
.connect-cta {
    background: url(../../new-images/appi-smart-cta-bg-1.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.abs-btn.swap-text-button {
    padding-left: 70px;
    position: relative;
}

.abs-btn .button__icon-wrapper {
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 44px;
}

/* connect cta ends */









.author-tag {
    padding: 8px 18px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
}

.authour-title-detail .gap8 {
    gap: 8px;
    flex-wrap: wrap;
}   

.author-abt-right {
    margin-top:48px;
}











/* ==============================
      RESPONSIVE OVERRIDES
      ============================== */



@media (max-width: 1899px) {}

@media (max-width: 1680px) {}

@media (max-width: 1550px) {


    /* Hero section */
    .profile-image {
        max-width: 360px;
    }

    .profile-card-content {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .title-h1 {
        margin-bottom: 0;
    }

    /* Hero section ends */


    /* common */
    .layout-container-md {
        width: 840px;
    }

    /* common ends */

    /* Insight section */
    .card-image, .card-image img {
        height: 257px;
    }

    /* Insight section ends */

}

@media (max-width: 1520px) {}

@media (max-width: 1440px) {

    /* Hero section */
    .profile-image {
        max-width: 300px;
    }

    .landing-hero-banner {
        padding-top: 180px;
    }

    .profile-card-content {
        margin-top: 150px;
    }

    .title-h1 {
        font-size: 38px;
    }

    .designation::before {
        width: 88px;
    }

    .profile-card-content {
        flex: 0 0 45%;
        max-width: 45%;
    }


    /* Hero section ends */

    /* Insight  */
    .card-image, .card-image img {
        height: 216px;
    }

    .card-text {
        font-size: 16px;
    }

    /* Insight  ends */

}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {}

@media (max-width: 1200px) {
    .profile-card-content {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 1023px) {}

@media (max-width: 992px) {}

@media (min-width: 768px) and (max-width: 1023px) {

    .profile-image {
        max-width: 240px;
    }

    .profile-card-main .title-h1 {
        font-size: 28px;
    }

    .designation::before {
        width: 68px;
    }

    .designation {
        margin-top: 10px;
    }

    .flex-dir-col {
        flex-direction: column;
    }

    .profile-card-content {
        top: 0;
        margin-top: 32px;
    }

    .profile-card-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 767px) {

    .fade-up {
        opacity: 1;
        transform: none;
    }

    /* Hero section */
    .landing-hero-banner {
        padding-top: 150px;
    }

    .profile-image {
        max-width: 45%;
        border-radius: 12px;
    }

    .profile-card-main,
    .profile-card-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .profile-info br {
        display: block;
    }

    .profile-info {
        left: 40%;
        width: auto;
    }


    .title-h1 {
        font-size: 24px;
        line-height: 1.4;
    }

    .designation {
        font-size: 9px;
        margin-top: 8px;
    }

    .designation::before {
        width: 59px;
    }

    .profile-card-content {
        margin-top: 24px;
        top: auto;
    }

    .profile-card-content .subtitle {
        font-size: 16px;
        font-weight: 500;
    }

    .profile-title .title-h2 {
        font-size: 24px;
    }

    .profile-title svg {
        width: 24px;
        height: 24px;
    }


    .hero-section,
    .landing-hero-banner .layout-container {
        height: auto;
    }

    .author-abt-right {
        width: 100%;
        margin-top: 24px;
    }

    .author-abt .gap16 {
        gap: 12px;
    }

    .author-abt.head-gap {
        margin-top: 24px;
    }

    .author-abt-left {
        width: 100%;
    }


    /* Hero section ends */



    /* Profile  */


    .profile-section {
        margin-top: -1px;
    }

    .profile-title {
        position: relative;
        margin: 48px 0;
    }

    .professional-title {
        font-size: 14px;
    }

    .professional-expertise .subtitle {
        font-size: 16px;
        font-weight: 500;
    }

    .section {
        padding: 42px 0;
    }

    .profile-says .title-h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .profile-down-arrow {
        width: 28px;
    }

    .profile-saysname {
        width: 82px;
    }

    .profile-says .gap36 {
        gap: 18px;
    }

    .insight-section .fs-base {
        font-size: 14px;
    }

    /* Profile ends */

    /* Insight */

    .insight-section {
        margin-top: -1px;
    }

    .card-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 48px;
    }

    .card-text {
        padding: 15px 0 8px;
    }

    .insight-card .fs-md {
        font-size: 18px;
    }

    .insight-detail .fs-sm,
    .bl-date {
        font-size: 10px;
    }

    .bl-date:before {
        width: 4px;
        height: 4px;
    }

    .card-grid {
        row-gap: 24px;
    }

    /* Insight ends */

    /* Pagination */
    .pagination .page-link {
        font-size: 10px;
        height: 32px;
        width: 32px;
        border-radius: 4px;
    }

    .pagination .continues {
        font-size: 10px;
    }

    .m-none {
        display: none;
    }

    .insight-section {
        padding: 24px 0;
    }

    .connect-cta .title-h4 {
        font-size: 18px;
    }

    .abs-btn.swap-text-button {
        padding-left: 0;
        position: relative;
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .abs-btn .button__icon-wrapper img {
        width: 14px;
    }

    .abs-btn .button__icon-wrapper {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 18px;
        height: 18px;
    }

    /* Pagination ends */


}


@media (max-width: 640px) {}