html {
    width: 100vw;
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    /* 標準屬性 */
    -webkit-text-size-adjust: 100%;
    /* Safari/Chrome */
    -moz-text-size-adjust: 100%;
    /* Firefox Android */
    -ms-text-size-adjust: 100%;
    /* 舊 IE/Edge */
}

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

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

:root {
    --color1: #ffff00;
    --color2: #f9da41;
    --color3: #ffda00;
    --color4: #ffbe00;
}

/*==================== 通用字體大小 ====================*/
h2.heading__subtitle {
    font-size: 14px;
    font-weight: 500;
}

h3.heading__title {
    font-size: 20px;
}

.page-title-layout1 h2.pagetitle__heading {
    font-size: 24px;
}

@media only screen and (min-width: 768px) {
    h2.heading__subtitle {
        font-size: 16px;
    }

    h3.heading__title {
        font-size: 24px;
    }

    .page-title-layout1 h2.pagetitle__heading {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) {
    h2.heading__subtitle {
        font-size: 17px;
    }

    /* h3.heading__title {
        font-size: 26px;
    } */

    .page-title-layout1 h2.pagetitle__heading {
        font-size: 40px;
    }
}

/*====================  文章頁(含後台設定) ==================== */
.articlecontent {
    /* margin: 0 auto;
    padding: 10px 20px 35px; */
    max-width: 1050px;
}

.articlecontent img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.articlecontent iframe {
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 992px) {
  /* .articlecontent {
    padding: 20px 10px;
  } */
  .articlecontent img {
    max-width: 1000px !important;
    max-height: 100% !important;
  }
  .articlecontent iframe {
    width: 100% !important;
    height: 100% !important;
    max-width: 900px !important;
  }
}
/*==================== 複製文字會出現的背景顏色 ====================*/

::-moz-selection {
    background-color: #ffda00;
    color: #ffffff;
}

::selection {
    background-color: #ffda00;
    color: #ffffff;
}

/*==================== Header ====================*/
.header-topbar .contact__list li>i {
    color: #969696;
}

.header-topbar .contact__list li>a {
    color: #000 !important;
}

/* logo */
/* .navbar .navbar-brand img{
    width: 80%;
} */
.contact__number i {
    color: #f9da41;
    font-size: 24px;
}

.contact__number a {
    color: #000;
}

.navbar .nav__item .nav__item-link.active,
.navbar .nav__item .nav__item-link:hover,
.navbar .dropdown-menu .nav__item .nav__item-link:hover,
.navbar .nav__item .nav__item-link.active,
.navbar .nav__item .nav__item-link:hover,
.navbar .nav__item .nav__item-link:hover ~ .dropdown-toggle:after,
.navbar .nav__item .nav__item-link.active ~ .dropdown-toggle:after{
    color: #ffbe00;
}

.navbar .nav__item .nav__item-link:before,
.navbar .dropdown-menu .nav__item .nav__item-link:after {
    background-color: #ffbe00 !important;
}
.lang-dropdown .dropdown-menu.show{
    transform: translate3d(-60px, 40px, 0px)!important;
}
.lang-dropdown .dropdown-menu .dropdown-item:hover{
    color: #ffbe00;
}
@media only screen and (max-width: 420px) {
    .header .navbar-brand img {
        max-width: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar .nav__item [data-toggle="dropdown"]:after {
        right: 15px;
    }

    .navbar .nav__item .nav__item-link {
        border-bottom: 1px dotted #969696;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-expand-lg .navbar-collapse {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .navbar-expand-lg .navbar-collapse {
        padding-left: 30px;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 25px;
    }
}

/*==================== 輪播Slider ====================*/
.slider .slide__title {
    font-size: 20px;
}

.btn__primary {
    background-color: #ffda00;
    color: #000;
}

.btn__primary .icon-arrow-right {
    color: #fff;
    background-color: #000;
}

.btn__primary:hover .icon-arrow-right,
.btn__primary:active .icon-arrow-right,
.btn__primary:focus .icon-arrow-right {
    color: #000;
    background-color: #fff;

}

/* 動畫 */
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(150px);
        /* ← 這裡由50px改成150px，滑入更遠 */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide__body {
    opacity: 0;
    transform: translateX(150px);
    /* 預設就往右偏一點，避免閃現 */
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.slide__body.active {
    animation: slideInRight 1s ease forwards;
    /* 時間也拉長一點讓滑入更順 */
}

@media only screen and (min-width: 768px) {
    .slider .slide__subtitle {
        font-size: 16px;
    }

    .slider .slide__title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .slider .slide__subtitle {
        margin-bottom: 30px;
    }

    .slider .slide__title {
        font-size: 40px;
        margin-bottom: 50px;
    }
}

/*====================  About Layout 1 從回收到再生，我們實現真正的綠能====================*/
.about-layout1 .heading__subtitle {
    color: #ffbe00;
}

.about-layout1 .counter-item .counter {
    color: #ffda00;

}

.counter-row {
    display: flex;
    font-size: 25px;
    color: #ffda00;
    line-height: 1;
}

.about-layout1 .counter-item .counter__desc {
    font-size: 14px;
}

.about-layout1 .text__icon img {
    width: 70px;
    height: auto;
}

.about-layout1 .heading__desc.font-weight-medium {
    font-size: 16px;
}

/* 動畫 */
@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-120px);
        /* 從左滑入 */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(120px);
        /* 從右滑入 */
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.counter-item,
.about__text {
    opacity: 0;
}

.counter-item.active {
    animation: slideInLeft 1s ease forwards;
}

.about__text.active {
    animation: slideInRight 1s ease forwards;
}

@media only screen and (min-width: 768px) {
    .about-layout1 .heading__title {
        font-size: 24px;
    }

    .about-layout1 .counter-item .counter__desc {
        font-size: 16px;
    }

    .about-layout1 .heading__desc.font-weight-medium {
        font-size: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .counter-row {
        font-size: 60px;
    }
}

/*====================  services Layout 2 將廢棄變寶，守護你我，開發有效能源政策(太陽能) ====================*/
.services-layout2 {
    padding-bottom: 100px;
}

.services-layout2 .heading__subtitle {
    font-size: 14px;
    font-weight: normal;
}

.services-layout2 .heading__title {
    color: #ffda00;
}

.services-layout2 .service-item:hover .service__img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.service-item .service__title {
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.service-item .service__desc {
    height: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.btn__secondary.btn__outlined.btn__custom:after {
    background-color: #ffda00;
}

.btn__secondary.btn__outlined.btn__custom:hover {
    border-color: #ffda00;
    background-color: #ffda00;
}

.btn__secondary.btn__outlined.btn__custom:hover span {
    color: #000;
}

.btn__secondary.btn__outlined.btn__custom:hover .icon-arrow-right {
    color: #000;
}

.services-layout2 .slick-dots li {
    background: transparent;
    border-color: #fff;
}

.slick-dots li.slick-active {
    border-color: #ffff00;
}

.carousel-arrows-light .slick-arrow:hover {
    color: #ffff00;
}

.service-item:after {
    background-color: #ffda00;
}


.services-layout2 .slick-carousel .slick-prev {
    width: 15px;
    left: 0;
}

.services-layout2 .slick-carousel .slick-dots {
    width: 140px;
    left: 0;
}

.services-layout2 .slick-carousel .slick-next {
    width: 15px;
    left: 130px;
}

/* 動畫 */
@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
        /* 從下往上 */
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-item {
    opacity: 0;
    transform: translateY(60px);
}

.service-item.active {
    animation: fadeUp 0.8s ease forwards;
}

@media only screen and (min-width: 992px) {
    /* .services-layout2 .slick-carousel .slick-prev {
        left: 0%;
    }

    .services-layout2 .slick-carousel .slick-dots {
        left: 5%;
    } */

    .services-layout2 .slick-carousel .slick-next {
        left: 120px;
    }
}

/* ==================== Features Layout 2 將廢棄變寶，守護你我，開發有效能源政策(回收) ====================*/
.features-layout2 .heading__subtitle {
    color: #b0b0b0;
}

.features-layout2 .heading__desc {
    color: #000;
    line-height: 1.5;
}

.feature-item .feature__icon img {
    height: 50px;
    width: auto;
}

.feature-item .feature__desc {
    color: #000;
}

.features-layout2 .features-bg {
    display: none;
}

/* 動畫 */
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.features-layout2 .feature__icon {
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.6s ease;
}

.features-layout2 .feature__icon.active {
    animation: zoomIn 0.6s ease forwards;
}

@media only screen and (min-width: 992px) {
    .features-layout2 {
        position: relative;
    }

    .features-layout2 .features-bg {
        position: absolute;
        display: block;
        width: 50%;
        height: auto;
        max-width: 800px;
        left: 0;
        bottom: 10%;
        z-index: -1;
    }

    .feature-item .feature__icon img {
        height: 60px;
        width: auto;
    }
}

@media only screen and (min-width: 1900px) {
    .features-layout2 .features-bg {
        left: 7%;
    }
}

/* ==================== portfolio Layout 3 綠能產能穩定，回收再生不間斷 ==================== */
.portfolio-layout3 .heading__title {
    color: #ffda00;
}

.portfolio-layout3 .btn {
    color: #ffda00;
    border-color: #ffda00;
}

.portfolio-carousel .btn__white.btn__outlined .icon-arrow-right {
    background-color: #ffda00;
}

.btn__white.btn__outlined:hover {
    background-color: #ffda00;
}

.portfolio-carousel .btn__white.btn__outlined:hover {
    color: #000;
}

.portfolio-carousel .slick-arrow.slick-prev,
.portfolio-carousel .slick-arrow.slick-next {
    color: #ffda00;
}

.portfolio-carousel .view-projects {
    color: #ffda00;
    border-color: #ffda00;
}

.portfolio-layout3 .portfolio-item .portfolio__body {
    bottom: 0;
}

.portfolio-layout3 .portfolio-item .portfolio__title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.portfolio-layout3 .portfolio-item .portfolio__desc {
    opacity: 1;
}

.portfolio-item:hover .portfolio__img img {
    transform: translate(-50%, -50%) scale(1.1) rotate(1deg);
}

.portfolio__desc {
    color: #000;
}

.portfolio-layout3 .btn.btn__primary {
    color: #000;
}

.portfolio-layout3 .btn.btn__primary:hover {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    .portfolio-layout3 .portfolio-item .portfolio__body {
        bottom: -85px;
    }
}

/*==================== Blog Grid 最新消息 ====================*/
.post-grid .heading__subtitle {
    color: #ffbe00;
}

.post-item:hover .post__img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.post__meta .post__author {
    color: #ffbe00;
    font-weight: 500;
    font-size: 14px;
}

.post-item .post__author:hover {
    color: #ffbe00;
}

.post-item.short .post__title {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 51px;
}

.post-item .post__title a:hover {
    color: #ffbe00;
}

.post__desc {
    color: #000;
}

.post-item.short .post__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.post-grid:hover .btn {
    background-color: #fff;
    border-color: #ffda00;
    color: #000;
}

.post-grid:hover .btn .icon-arrow-right {
    color: #fff;
    background-color: #ffda00;
}

/*====================  Footer  Contact US ====================*/
.footer-widget-title {
    color: #ffda00;
}

.footer-widget-content p {
    color: #fff;
}

footer .contact__number {
    color: #fff;
    white-space: nowrap;
}

footer .contact__number a {
    color: #ffda00;
    margin-left: 8px;
    white-space: wrap;
    line-height: 1.5;
    font-size: 15px;
}

footer .contact__number a:hover {
    color: #969696;
}

.footer-widget-content .list-unstyled li a {
    color: #fff;
}

.footer-widget-content .list-unstyled li a:hover {
    color: #969696;
}

@media only screen and (min-width: 992px) {
    footer .contact__number {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    footer .row {
        gap: 20px;
    }

    .footer-widget-nav.first {
        margin-left: 30px;
    }
}

/* ==================== 側邊欄 ==================== */
aside.gototop {
    display: flex;
    position: fixed;
    flex-direction: column;
    right: 0;
    bottom: 15px;
    text-align: center;
    align-items: center;
    overflow: hidden;
    padding: 0.5em 0;
    width: 50px;
    border-radius: 10px;
    transform: scale(0.8);
    z-index: 999;
}

aside.gototop a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin: 10px 0;

}

aside.gototop .asideBottom {
    margin-top: 5px;
    transition: opacity 0.3s ease;
    opacity: 1;

}

aside.gototop .asideBottom a {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}

aside.gototop .asideBottom.hidden {
    opacity: 0;
    pointer-events: none;
}

@media only screen and (min-width: 768px) {
    aside.gototop {
        right: 10px;
        transform: scale(1);
    }
}

/* ==================== page-title資料夾標題 ====================*/
.breadcrumb-item {
    color: #f9f9f9;
}

.breadcrumb-item.text-black {
    color: #282828;
}

.page-title-layout1 .scroll-down {
    background-color: #f9da41;
    color: #000;
    -webkit-box-shadow: 0 0 0 0 rgba(249, 218, 65, 0.5);
    box-shadow: 0 0 0 0 rgba(249, 218, 65, 0.5);

}

.page-title-layout1 .scroll-down:before,
.page-title-layout1 .scroll-down:after {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 218, 65, 0.5);
    box-shadow: 0 0 0 0 rgba(249, 218, 65, 0.5);
}

.page-title-layout1 .breadcrumb-item a:hover {
    color: #ffda00;
}

/* ==================== pagination頁碼 ====================*/
.icon-arrow-left {
    font-size: 65%;
}

.pagination {
    margin-top: 30px;
}

.pagination li a:hover,
.pagination li a.current {
    border-color: #ffbe00;
    background-color: #ffbe00;
}


/*==================== about-1.html ====================*/
.features-layout1 {
    z-index: 0;
}


.feature-item .feature__icon i,
.feature-item:hover .feature__icon {
    color: #ffbe00 !important;
}

.about-page .heading__desc,
.features-layout2 .text-gray {
    color: #333;
}

.features-layout1 .heading__subtitle.color-primary,
.btn__primary.btn__outlined.btn__custom,
.fa-star.color-primary,
.read-note__text .color-primary,
.list-items-layout2 li::before,
.feature-item .btn__link:hover {
    color: #ffda00 !important;
}

.btn__primary.btn__outlined.btn__custom:hover {
    color: #000 !important;
    border-color: #ffda00;
    background-color: #ffda00;
}

.btn__primary.btn__outlined.btn__custom .icon-arrow-right,
.btn__primary.btn__outlined.btn__custom:after,
.banner-layout1 .text-block .banner__text:before,
.feature-item::before,
.feature-item:hover .btn__link .icon-filled {
    background-color: #ffda00;
}

.btn__primary.btn__outlined.btn__custom:hover .icon-arrow-right,
.feature-item .btn__link {
    color: #000 !important;
}

.read-note__text .text-underlined-primary {
    border-color: #ffda00 !important;
}

h5.heading__title {
    font-size: 20px;
}

.feature-item .feature__title {
    /* height: 49px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.feature-item .feature__desc {
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

/*==================== about-2.html ====================*/
.member .member__img img {
    transition: all 0.8s linear;
}

.member:hover .member__img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.team-layout1 .member:hover .member__info {
    background-color: #f9da41;
}

.team-layout1 .member:hover .member__info .member__name,
.team-layout1 .member:hover .member__info .member__desc {
    color: #333;
}

.team-layout1 .member__desc{
    color: #9b9b9b;
}
/* ==================== new-1.html ====================*/
.portfolio-filter {
    margin-top: 20px;
}

.portfolio-filter li {
    margin-top: 20px;
    margin-right: 30px;
}

.portfolio-filter li a {
    font-size: 14px;
}

.post-item:hover .post__img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.post__body .post__title {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.widget:after {
    background-color: #ffda00;
}

.widget-post-item .widget-post__title:hover a {
    color: #ffbe00;
}


.portfolio-filter li a:hover,
.portfolio-filter li a.active,
.portfolio-item .portfolio__title a:hover {
    color: #ffbe00 !important;
}

.portfolio-filter li a:after {
    background-color: #ffbe00;
}
.post-item.short:hover .btn__secondary.btn__outlined.btn__custom {
    border-color: #ffda00;
    background-color: #ffda00;
}
.post-item.short:hover .btn__secondary.btn__outlined.btn__custom:after{
    opacity: 0;
}
/* ==================== new-1-1.html ====================*/
.blog .widget-post-item .widget-post__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.blog .widget-post-item:hover .widget-post__title a {
    color: #ffbe00;
}

.blog-single .post-item .post__body {
    /* padding-right: 20px; */
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .blog-single .post-item .post__body {
        /* padding-right: 30px; */
        margin-right: 40px;
    }
}

/*==================== product-1.html /product-2.html ====================*/
.portfolio-layout3-page .portfolio-item .portfolio__body {
    bottom: -80px;
    width: 100%;
}

.text__block-subtitle {
    color: #000;
}

.text__block-desc {
    color: #333;
}

.portfolio-layout3-page .portfolio-item .portfolio__title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.portfolio-layout3-page .portfolio-item .portfolio__desc {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 50px;
}

.portfolio-layout3-page .nav-tabs {
    line-height: 1;
    border-top: 1px solid #000;
    border-bottom: 2px solid #e6e6e6;
}

.accordion-item.opened {
    border-color: #ffbe00;
}

.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title,
.accordion-item .accordion-item__title:hover {
    color: #ffbe00;
}

.accordion-item.opened .accordion-item__header:not(.collapsed) .accordion-item__title:after {
    background-color: #ffbe00;
}

/*===================== product-1-1.html =====================*/
.shop .product-item-single{
    row-gap: 20px;
}
.shop .product__title {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.shop .product__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    line-clamp: 13;
    max-height: 390px;
}

.shop .product__desc p {
    margin-bottom: 5px;
    font-size: 16px;
}
.nav-tabs .nav__link{
    color: #ffbe00;
    font-size: 16px;
    border-bottom: none;
}

.nav-tabs .nav__link.active, .nav-tabs .nav__link:hover {
    color: #ffbe00;
}

.nav-tabs .nav__link:after {
    background-color: transparent;
}
.product__details .nav-tabs {
    border-bottom: 2px solid #ffbe00;
}
.tab-content p{
    color: #000;
}
@media only screen and (min-width: 992px) {
    .shop .product__title {
        font-size: 26px;
    }
    .shop .product-item-single{
        max-width: 1100px;
    }
    .product__details:has(.articlecontent){
        max-width: 1100px;
    }
}
@media only screen and (min-width: 1400px){
}
/* ==================== service-1.html ====================*/
.portfolio-single .portfolio-item .btn.btn__primary {
    background-color: transparent;
    color: #ffbe00;
}

.portfolio-single .btn__link.btn__primary .icon-arrow-right {
    background-color: #ffbe00;
}

.portfolio-single .portfolio-item .portfolio__icon {
    color: #ffbe00;
}

.portfolio-single .portfolio-item .portfolio__body:before,
.custom-icon:before {
    background-color: #ffbe00;
}

.text__block-desc a {
    color: #282828;
}

.portfolio-single .portfolio-item .portfolio__title {
    font-size: 22px;
}
.portfolio-single .portfolio-item .portfolio__desc{
    -webkit-line-clamp: 10;
    line-clamp: 10;
}
.slick-dots li.slick-active{
    border-color: #ffbe00;
}
@media (min-width: 320px) and (max-width: 767px) {
    .portfolio-single .portfolio-item .portfolio__icon {
        max-width: 70px;
    }

    .portfolio-single .portfolio-item .portfolio__icon i {
        font-size: 60px;
    }

    .portfolio-single .portfolio-item .portfolio__body {
        max-width: 500px;
    }
}

/* ==================== contact.html ====================*/
.contact-panel .contact__panel-info {
    background-color: #faf3cd;
    padding: 20px;
}

.contact__panel-info .left {
    padding: 0;
}

.contact__panel-info .contact__panel-title,
.contact-panel .contact__panel-title {
    font-size: 20px;
}

p.contact__panel-desc,
.contact-info-box .contact__info-list li,
.contact-info-box .contact__info-list li a {
    color: #505050;
}

.contact__panel-info .btn {
    height: 40px;
    min-width: 100px;
}

form {
    padding-top: 20px;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus,
.form-control:focus {
    border-color: #ffbe00;
}

.contact__panel-form .btn__secondary:active,
.contact__panel-form .btn__secondary:focus,
.btn__secondary:before {
    background-color: #ffda00 !important;
}

.contact__panel-form .btn__secondary:hover i {
    color: #ffda00;
    background-color: #000;
}

.contact__panel-form .btn__secondary:hover span {
    color: #000;
}

.otp-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.otp-box .otp-container {
    flex-shrink: 0;
}

.otp-box .otp-container .otp-img {
    height: 40px;
}

/* case-1.html */
.blog-single1 .post-item .post__body{
    background-color: transparent;
}
.blog-single1 .comments-list{
    border: 1px solid #eaeaea;
    padding: 30px 0;
    border-radius: 10px;
}
.blog-single1 .comments-list .comment__item .comment__content{
    padding-left: 20px;
}
.blog-single1 .blog-widget__title{
    margin-bottom: 40px;
    font-size: 22px;
}
.blog-single1 .widget-categories{
    background-color: #f4f4f4;
}
.widget-categories ul li a:hover{
    background-color: #ffda00;
}
.blog-single1 .comments-list .comment__item .comment__content .comment__author,.blog-single1 .widget-categories ul li a{
    font-size: 16px;
}
@media (min-width:992px){
    .blog-single1 .comments-list .comment__item .comment__content .comment__author{
        font-size: 18px;
    }
}

/*==================== about-2-1.html ====================*/
.banner-layout5,.pagebg{
    background-color: #f5f4f4;
}
.banner-layout5 .heading-layout2 .heading__title{
    margin-bottom: 20px;
}
.banner-layout5 .img-block{
    width: 100%;
}
.banner-layout5 .text-block{
    padding: 30px;
}
.banner-layout5 .text-block p{
    color: #000;
    font-size: 18px;
}
.banner-layout5 .text-block .banner__text:before{
    background-color: #ffbe00;
    left: -30px;
}
@media (min-width:768px){
    .banner-layout5 .heading-layout2 .heading__title{
        font-size: 30px;
    }
}
@media (min-width:992px){
    .banner-layout5{
        padding-bottom: 500px;
    }
    .banner-layout5 .img-block{
        position: absolute;
        top: 0;
        right: 15%;
        z-index: 1;
    }
}
@media (min-width:1200px){
    .banner-layout5{
        padding-bottom: 700px;
    }
    .banner-layout5 .text-block{
        padding: 40px;
    }
    .banner-layout5 .text-block .banner__text:before{
        left: -40px;
    }
    .banner-layout5 .img-block{
        width: 120%;
        right: 0;
    }
    .banner-layout5 .text-block p{
        font-size: 20px;
    }
    .banner-layout5 .video__wrapper{
        width: 420px;
        left: -400px;
    }
    .banner-layout5 .video__btn-divider{
        background-color: #969696;
        width: 150px;
    }
    .video__btn-title{
        font-size: 16px;
        color: #ffbe00;
    }
}