@keyframes slideX {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50px);
    }
}

@keyframes zoomInOut {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}


.page-title1 {
	position: relative;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
}

.page-title1 span {
	display: inline-block;
    background: var(--main-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.page-title3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 150%;
}

.page-title3 span {
    display: block;
    background: var(--main-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.seo-infore .seo-left {
    flex-basis: 61%;
    max-width: 61%;

    @media only screen and (max-width: 768px) {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.seo-infore .seo-right {
    flex-basis: 39%;
    max-width: 39%;

    @media only screen and (max-width: 768px) {
        flex-basis: 100%;
        max-width: 100%;
    }
}


.seo-infore::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 410px;
    height: 200px;
    background: url(/wp-content/uploads/2025/12/seo-top.png) no-repeat center center / contain;
    z-index: 1;

    @media only screen and (max-width: 768px) {
        width: 210px;
        height: 103px;
    }
}

.seo-infore .img-seo1 {
    width: 115% !important;
}

.seo-infore .img-seo2 {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 80% !important;

    @media only screen and (max-width: 768px) {
        bottom: -15px;
        left: 10%;
        width: 80% !important;
    }
}


.seo-infore .box-infore {
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #E1EAF3;
    overflow: hidden;
    padding: 15px 8px;
}

.seo-infore .box-infore .icon-box-text {
    padding-left: 8px !important;
}

.seo-infore .box-infore * {
    font-size: 13px;
}

/*Section Thách thức*/

.seo-challenge .page-title3 span:nth-child(2) {
    font-size: 100px;
    line-height: 1;
}
.seo-challenge .box-challenge {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.seo-challenge .box-challenge:last-child {
    margin-bottom: 0;
}

.seo-challenge .box-challenge .icon-box-text * {
    line-height: 24px;
}

/*Section Chuyên gia*/

.seo-pro::before {
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 140%;
    background: url(/wp-content/uploads/2025/12/bg1.png) no-repeat center center / contain;
}

.seo-pro .box-pro .col-inner {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid transparent;
    padding: 20px;
}

.seo-pro .box-pro .col-inner:hover {
    background: #FFF8F5;
    border: 1px solid var(--primary-color);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.09);
    cursor: pointer;
}

.seo-pro .box-pro .number {
    display: flex;
    align-items: center;
    width: max-content;
    margin-bottom: 10px;
}

.seo-pro .box-pro .number .icon-box-text {
    width: max-content;
}


.seo-pro .box-pro .number .icon-box-text .txt-number,
.seo-pro .box-pro .number .icon-box-text .txt-number .count-up {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    background: var(--main-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.seo-pro .box-pro .desc {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}


/*Section Quy trình SEO*/
.seo-process::before {
    content: "";
    position: absolute;
    top: 5%;
    left: 10%;
    width: 105px;
    height: 80px;
    background: url(/wp-content/uploads/2025/12/start.png) no-repeat center center / contain;
    z-index: 1;

    @media only screen and (max-width: 768px) {
        display: none;
    }
}

.seo-process::after {
    content: "";
    position: absolute;
    top: 14%;
    left: 12.5%;
    width: 120px;
    height: 110px;
    background: url(/wp-content/uploads/2025/12/member.png) no-repeat center center / contain;
    z-index: 1;
    animation: slideX 1.5s ease-in-out infinite alternate;

    @media only screen and (max-width: 768px) {
        display: none;
    }
}

.seo-process .row-process {
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    max-width: 30% !important;

    @media only screen and (max-width: 768px) {
        max-width: 80% !important;
    }
}

.seo-process .box-process .number-process {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 125px;
    font-weight: 600;
    color: #D9D9D94D;
    line-height: 100%;
    letter-spacing: 7px;
}

.seo-process .box-process .title-process {
    display: flex;
    align-items: center;
	height: 50px;
	
	@media only screen and (max-width: 768px) {
		height: auto;
	}
}

.seo-process .box-process .title-process .icon-box-text {
    max-width: 70%;

    @media only screen and (max-width: 768px) {
        max-width: 100%;
    }
}

.seo-process .box-process .txt-process {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    background: var(--main-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-process {
    display: block;
    height: 125px;
}

.seo-process .flickity-page-dots {
    bottom: -7%;
}

.flickity-page-dots .dot {
    border-radius: 99px !important;
    background: linear-gradient(283deg, rgba(225, 80, 33, 0.16) 0.34%, rgba(167, 42, 1, 0.16) 99.66%) !important;
    border-color: #F3DED8 !important;

    @media only screen and (max-width: 768px) {
        width: 20px !important;
    }
}

.flickity-page-dots .dot.is-selected {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}



/*Section Lợi ích*/

.seo-benefit .list-benefit {
    margin-top: -100px;
}

.seo-benefit .row-benefit {
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    max-width: 33% !important;

    @media only screen and (max-width: 768px) {
        max-width: 80% !important;
    }
}

.seo-benefit .box-benefit {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
}

.seo-benefit .box-benefit .box-text {
    padding: 10px 15px;
}

.seo-benefit .box-benefit .title-benefit {
    font-size: 20px;
    font-weight: 700;
    background: var(--main-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.seo-benefit .box-benefit .sub-benefit {
    font-size: 15px;
    font-weight: 400;
    height: 110px;

    @media only screen and (max-width: 768px) {
        height: auto;
    }
}

.seo-benefit .flickity-prev-next-button {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
}



.seo-benefit .flickity-button.previous {
    left: -20%;
}

.seo-benefit .flickity-button.next {
    left: -15%;
}

.seo-benefit .flickity-button svg {
    fill: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 99px;
    padding: 10px;
}

.seo-benefit .flickity-button svg path {
    fill: var(--primary-color);
}

.img-benefit {
    transition: transform .5s ease-in-out;
    animation: zoomInOut 3s infinite;
}
