:root {
    --Freshflow-base: #001a6e;
    --Freshflow-primary: #009991;
    --Freshflow-extra: #009991;
}
.site-footer__contact-info-icon{
    color: #fff;
}
.contact-four{
    padding: 60px 0 60px;
}
.t_green{
    color: #009991;
}
.t_blue{
    color: #001a6e;
}
.section-title__title span {
    color: var(--Freshflow-primary);
}
.banner-one__title-color {
    color: var(--Freshflow-primary);
}
.sliding-text-three {
    background-color: var(--Freshflow-primary);
}
input{
    height: 55px !important;
}
.sec-btn{
    background-color: var(--Freshflow-primary);
    border-color: var(--Freshflow-primary);
}
.awards-one .faq-one-accrodion .accrodion-content{
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.awards-one .faq-one-accrodion .accrodion-title {
    padding: 16px 20px 20px;
}

.blog-one, .about-page, .awards-one, .why-choose-three{
    padding: 70px 0 70px;
}
.testimonial-two{
    padding-top: 70px !important;
    padding-bottom: 30px !important;
}
.team-two{
    padding: 70px 0 70px !important;
}
.about-two__right .section-title {
    margin-bottom: 16px;
}
.contact-one {
    background: linear-gradient(105.73deg, #009991 0%, #008377 100%);
}
.page-header__bg::before{
    background: linear-gradient(80deg, #fbb042 0%, #fff116 100%);
}
.thm-breadcrumb li, .thm-breadcrumb li a{
    color: #ffffff;
}
.page-header__inner{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.main-menu__contact-list li .icon i{
    color: #FFD25D;
}
.login-btn{
    color: #ffffff !important;
    background-color: #001a6e !important;
}
.main-menu__btn a{
    height: 42px !important;
}
.main-menu__top-social-box{
    padding: 6px 25px 6px;
}
.counter-two__single:hover .counter-two__icon {
    background-color: #fff;
}
.before-after-two__shape-2{
    background: rgba(17, 255, 223, 0.39);
}
.counter-two{
    background-color: #e1ebf5a8;
}
.counter-two__bg:before{
    background: linear-gradient(105.73deg, #009991d1 0%, #008377db 100%);
}
.testimonial-two{
    background-color: #f2f6ff;
}

.awards-one .faq-one-accrodion .accrodion-title h4 {
    font-size: 20px;
}
.pricing-two{
    padding: 20px 0 60px;
    background-color: #edf5ff;
}
.pricing-two__tab-buttons-box{
    margin-bottom: 20px;
}

/* Testimonial */
.testimonial-two__carousel .owl-item {
  transition: all 0.5s ease;
  opacity: 0.5;             /* Side items semi-transparent */
  transform: scale(0.85);   /* Side items slightly smaller */
}

.testimonial-two__carousel .owl-item.active.center {
  opacity: 1;               /* Center item fully visible */
  transform: scale(1);      /* Center item full size */
  z-index: 10;
}

.testimonial-two__single {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}










/* Mobile media query */
@media only screen and (max-width: 767px) {
    .col_reverse{
        flex-direction: column-reverse;
    }
    .contact-four__right {
        margin-top: 0px !important;
    }
    .main-menu__logo img{
        height: 55px !important;
    }
    .banner-one {
        padding: 150px 0 0px !important;
    }
    .banner-one__satisfied-partner{
        margin-top: 18px !important;
    }
    .banner-one__right{
        margin-top: 20px !important;
    }
    .team-two {
        padding: 30px 0 50px !important;
    }
    .blog-one, .about-page, .awards-one, .why-choose-three {
        padding: 40px 0 30px;
    }
    .blog-one__single{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .blog-one__img-box{
        width: 100% !important;
    }
    .col_reverse{
        flex-direction: column-reverse !important;
    }
    .blog-one__content--two{
        margin-top: 14px;
    }
    .main-menu .mobile-nav__toggler{
        font-size: 26px !important;
    }
    .team-two__tabs-content-outer{
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }
    .contact-four{
        padding-bottom: 0px !important;
    }
    .page-header__inner {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .main-menu__logo{
        padding: 16px 0 16px !important;
    }
    .contact-four__right .section-title__title {
        font-size: 22px;
        line-height: 30px;
    }
    .contact-four__right .section-title {
        margin-bottom: 24px;
    }
    .contact-four {
        padding: 40px 0 40px;
    }
    .section-title{
        margin-top: 30px !important;
        margin-bottom: 20px !important;
    }
    .awards-one .faq-one-accrodion .accrodion-title{
        padding: 16px 16px 16px !important;
        padding-right: 40px !important;
    }
    .site-footer-two__widget-box{
        padding: 40px 20px 40px !important;
    }
    .footer-widget-two__essential-links{
        margin-top: 0px !important;
    }
    .site-footer-two__top-left {
        margin: 50px auto 50px;
    }
}


/* Desktop media query */
@media only screen and (min-width: 767px) {
    .banner-one__left{
        margin-top: 0px !important;
    }
    .main-menu__logo {
        padding: 15px 0 15px;
    }
    .banner-one{
        padding: 210px 0 0px;
    }
    .banner-one__text{
        margin-top: 8px;
    }
    .banner-one__satisfied-partner{
        margin-top: 30px !important;
        margin-bottom: 50px !important;
    }
    .section-title{
        margin-bottom: 30px !important;
    }
}