/*navigation*/
a.talk::after{
    content: url('/wp-content/uploads/2025/01/white-Icons.svg') !important;
    transform: rotate(0deg) !important;
    top: 9px;
    transition: all 0.3s ease;
}
a.talk:hover::after{
    transform: rotate(45deg) !important;
    transition: all 0.3s ease;
}


.celeris-section a.know-more-btn i.celeris-right-arrow {
    position: relative;
    padding-right: 15px;
}

.celeris-section a.know-more-btn i.celeris-right-arrow::before {
    content: "";
    background: url('/wp-content/uploads/2025/01/white-Icons.svg') no-repeat center center;
    width: 18px;  
	height: 18px; 
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}

/* On hover, rotate the arrow */
.celeris-section a.know-more-btn:hover i.celeris-right-arrow::before {
    transform: translateY(-50%) rotate(45deg);
}

/*Heading*/
.celeris-section .celeris-section-heading h1{
    line-height: normal;
}
.celeris-section .celeris-section-heading h2{
    line-height: normal;
}
/*your-business*/
.your-business .celeris-row-1 .celeris-row{
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}
.your-business .celeris-row-1 .celeris-col-1{
    width: 60%;
}
.your-business .celeris-row-1 .celeris-col-1 h2{
    line-height: normal;
}
.your-business .celeris-row-1 .celeris-col-2{
    width: 30%;
}
.your-business .celeris-row-1 .celeris-col-2 .celeris-btn-wrapper {
    float: right;
}
.your-business .celeris-row-1 .celeris-col-2 .celeris-btn-wrapper a.know-more-btn{
    transition: all 0.3s ease;
}
.your-business .celeris-row-1 .celeris-col-2 .celeris-btn-wrapper a.know-more-btn:hover{
    background-color: var(--color-white-2) !important;
    color: var(--color-black) !important;
    transition: all 0.3s ease;
}
.your-business .celeris-row-1 .celeris-btn-wrapper a.know-more-btn i.celeris-right-arrow::before{
    background: url('/wp-content/uploads/2025/01/blue-Icons.svg');
    top: 34%;
}

/*FAQ Section*/
.faq-section .celeris-row-1 .celeris-section-heading h2{
    line-height: normal;
}


/*Responsive CSS*/
@media screen and (max-width: 1199px) and (min-width: 981px){
    .your-business .celeris-row-1 .celeris-col-1{
        width: 60%;
    }
    .your-business .celeris-row-1 .celeris-col-1 h2{
        line-height: normal;
    }
    .your-business .celeris-row-1 .celeris-col-2{
        width: 30%;
    }
    
    /*Testimonial*/
    .testimonial-accordian .celeris-col-1 h2 {
        font-size: var(--font-size-32) !important;
    }
    /*heading*/
    .celeris-section .celeris-section-heading h1{
        font-size: var(--font-size-32) !important;
        line-height: normal;
    }
    .celeris-section .celeris-section-heading h2{
        font-size: var(--font-size-32) !important;
        line-height: normal;
    }
}

@media screen and (max-width: 980px){
    /*heading*/
    .celeris-section .celeris-section-heading h1{
        font-size: var(--font-size-28) !important;
        line-height: normal;
    }
    .celeris-section .celeris-section-heading h2{
        font-size: var(--font-size-28) !important;
        line-height: normal;
    }
    
    .your-business .celeris-row-1 .celeris-col-1{
        width: 60%;
    }
    .your-business .celeris-row-1 .celeris-col-1 h2{
        line-height: normal;
        font-size: var(--font-size-28) !important;
    }
    .your-business .celeris-row-1 .celeris-col-2{
        width: 30%;
    }
    .your-business .celeris-row-1 .celeris-col-2 .celeris-btn-wrapper {
        float: right;
    }
    .your-business .celeris-row-1 .celeris-btn-wrapper a.know-more-btn i.celeris-right-arrow::before{
        top: -3px;
    }
    .your-business .celeris-row-1 .celeris-btn-wrapper a.know-more-btn:hover i.celeris-right-arrow::before {
    transform: translateY(-67%) rotate(0deg);
    }
        
    /*Testimonial*/
    .testimonial-accordian .celeris-col-1 h2 {
        font-size: var(--font-size-28) !important;
    }
}

@media screen and (max-width: 767px){
    /*heading*/
    .celeris-section .celeris-section-heading h1{
        font-size: var(--font-size-24) !important;
        line-height: normal;
    }
    .celeris-section .celeris-section-heading h2{
        font-size: var(--font-size-24) !important;
        line-height: normal;
    }
    
    .your-business .celeris-row-1 .celeris-col-1{
        width: 100%;
    }
    .your-business .celeris-row-1 .celeris-col-1 h2{
        line-height: normal;
        padding-bottom: 0px;
        font-size: var(--font-size-24) !important;
    }
    .your-business .celeris-row-1 .celeris-col-2{
        width: 100%;
    }
    .your-business .celeris-row-1 .celeris-col-2 .celeris-btn-wrapper {
        float: left;
    }    
        
    /*Testimonial*/
    .testimonial-accordian .celeris-col-1 h2 {
        font-size: var(--font-size-24) !important;
    }
}