:root{
  --secondary-color: #fcb415
}
.section .row{
  max-width: 1280px;
}
/* header */
#masthead .nav-left{
  justify-content: space-between;
}
.stuck .header-main .nav > li > a{
  color: #082440;
}
.header-main .nav > li > a{
  font-size: 16px;
  color: #000;
  font-size: 20px;
}
.nav-dark .nav>li>a{
  color: #FFF !important;
}
#masthead .nav-dropdown>li>a{
  color: #000;
}
.header-contact-wrapper .header-contact>li>a{
  text-transform: unset;
  font-size: 14px;
}
.nav>li.pll-parent-menu-item{
  background-color: var(--primary-color);
  padding: 0px 10px;
  border-radius: 8px;
}
#masthead .nav>li.pll-parent-menu-item > a{
  color: #FFF;
}
#masthead .nav>li.pll-parent-menu-item .nav-dropdown{
  min-width: 120px
}
/* end header */
.sub{
  background-color: var(--secondary-color);
  border-radius: 50px;
  display: inline-block;
  padding: 4px 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFF;
  font-size: 16px;
}
/* Homepage */
.section h2{
  font-size: 42px;
}
.section h3{
  font-size: 36px;
}
.banner h1, .banner h2, .banner h3{
  line-height: 1.3;
}
.stuck .header-bg-color{
  background-color: #fff;
}
.section-intro img{
  border-radius: 20px;
}
.about-feature .col .col-inner{
  /* background-color: inherit;
    -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 35px rgba(0, 0, 0, .1);
    border-radius: 20px;
    height: 100px;
    padding: 80px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee; */
}
.about-feature .col .col-inner p{
  margin-bottom: 0;
  -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 35px rgba(0, 0, 0, .1);
  border-radius: 20px;
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px 25px;
  margin-bottom: 30px;
  margin-right: 10px;
  transition: 0.3s ease-in-out;

}
.about-feature .col .col-inner p:hover{
  border: 1px solid var(--primary-color);
  transition: 0.3s ease-in-out;

}
.section-logo .img-inner{
  -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 35px rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 12px;
  text-align: center;
  border: 1px solid #eee;
  transition: 0.3s ease-in-out;
}
.section-logo .img-inner:hover{
  border: 1px solid var(--primary-color);
  background-color: #ffffea;

  transition: 0.3s ease-in-out;
}
.section-logo .img-inner img{
  max-height: 100px;
  width: auto;
}
.section-why .icon-box{
  background: #fff;
  height: 100%;
  border-radius: 8px;
  padding:30px 20px;
  /* -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, .1); */
  /* box-shadow: 0 4px 35px rgba(0, 0, 0, .1); */
  border-radius: 20px;
}
.section-why .icon-box h3{
  font-size: 20px;
}
.section-factory{
  align-items: flex-end !important;
}
.section-factory .col-inner{
  border-left: 1px solid #FFFFFF;
}
.section-factory .row > .col:first-child .col-inner{
  min-height: 376px;
}
.section-factory .row > .col:nth-child(2) .col-inner{
  min-height: 546px;
}
.section-factory .row > .col:nth-child(3) .col-inner{
  min-height: 276px;
}
.section-factory .row > .col:nth-child(4) .col-inner{
  min-height: 436px;
}
.section-factory .col-inner .box-factory i{ 
  font-size: 60px;
}
.section-factory .col-inner .box-factory p{ 
  font-size: 22px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 0;
}
.section-factory .col-inner .box-factory p.factory-text{ 
  color: #FFFFFF99;
}
.section-factory .col-inner .box-factory .count-up{
  font-size: 60px;
}
.section-factory .col-inner .box-factory .unit{
  font-size: 60px;
}
.section-factory .col-inner .box-factory .plus{
  font-size: 54px;
  color: var(--secondary-color);
  position: relative;
  top: -10px;
  font-size: 60px;
}

.section-factory .col-inner::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px dashed #fff;
  border-radius: 50%;
  animation: spin 5s linear infinite;
  background: transparent;
}

.section-factory .col-inner::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}
.section .accordion .accordion-title{
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding: 16px 40px;
  padding-left: 0px;
  font-weight: 500;
  color: #fff;
}
.section .accordion-title.active{
  background-color: transparent;
}
.section .accordion-inner{
  padding: 20px 0;
  color: #424242;
}
.section .accordion-inner p{
  margin-bottom: 0;
}
.section .accordion .toggle{
  left: unset;
  right: 0;
  opacity: .9;
}
.post-item .col-inner{
  height: 100%;
}
.post-item .box{
  background-color: #F4F7FB;
  border-radius: 12px;
  height: 100%;
}
.post-item .box img{  
  border-radius: 12px 12px 0 0;
  aspect-ratio: 3/2;
}
.post-item .box h5{  
  font-size: 26px;
}
.box-blog-post .is-divider{
  display: none;
}
.section-faq .row img{
  border-radius: 12px;
}
/* End homepage */
/* about */
.about-info .row{
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 20px;
  align-items: center;
  background: #e3eff9;
}
.about-info img{
  border-radius: 12px;
}
.section-vision .col .row .col-inner {
  background-color:  #f5f7fd;
  border-radius: 12px;
  padding: 20px;
}
.section-vision .col .row .col-inner img{
  border-radius: 12px;
}
.section-vision .col .row .col-inner{
  padding-left: 20px !important;
}
.section-cooperate .row{
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
}
.section-cooperate .row .cooperate-right{
  padding-left: 50px !important;
}
.section-cooperate img{
  border-radius: 20px;
}

/**
 * Timeline Swiper Styles
 * File: assets/css/timeline.css
 */

.development-history {
    z-index: 0;
}

.development-history__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 100px 30px 100px 30px;
    max-width: 1280px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .development-history__wrapper {
        padding: 80px 0;
    }
}

/* Main Content (Title & Description) */
.development-history__main-content {
    width: 34.25%;
}

@media only screen and (max-width: 768px) {
    .development-history__main-content {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 576px) {
    .development-history__main-content {
        text-align: center;
    }
}

.development-history__main-content .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #22242c;
    margin-bottom: 0;
}

.development-history__main-content .description {
    margin-top: 32px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
}

@media only screen and (max-width: 576px) {
    .development-history__main-content .description {
        text-align: center;
        margin-top: 24px;
    }
}

/* Timeline Milestone Section */
.development-history__milestone {
    position: relative;
    width: 57.03125%;
    height: 444px;
    margin-top: 36px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1080px) {
    .development-history__milestone {
        width: 65%;
    }
}

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

@media only screen and (max-width: 576px) {
    .development-history__milestone {
        height: auto;
    }
}

/* Swiper Timeline Navigation */
.development-history__milestone .swiper-milestone {
    margin: 0 0 44px;
    width: 24.6575342466%;
    max-height: 356px;
    flex: 0 0 180px;
}

@media only screen and (max-width: 576px) {
    .development-history__milestone .swiper-milestone {
        margin: 24px 0;
        flex: unset;
        width: 100%;
    }
}

.development-history__milestone .swiper-milestone .swiper-slide {
    height: auto;
    color: #94969e;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    transition: 0.3s;
    opacity: 0.3;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-family: "Merriweather Sans", sans-serif !important;
}

@media only screen and (max-width: 576px) {
    .development-history__milestone .swiper-milestone .swiper-slide {
        font-size: 24px;
        line-height: 36px;
        height: 100%;
        padding: 12px 0;
        opacity: 1;
        justify-content: center;
    }

    .development-history__milestone .swiper-milestone .swiper-slide:after {
        display: none !important;
    }
}

/* Active indicator arrow */
.development-history__milestone .swiper-milestone .swiper-slide:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    transform: translateY(-50%);
    width: 30px;
    height: 27px;
    background: url('/wp-content/themes/penca/inc/assets/img/caret-left.svg') no-repeat 50%;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    color: #22242c;
}

/* Next and Previous slides */
.development-history__milestone .swiper-milestone .swiper-slide-next,
.development-history__milestone .swiper-milestone .swiper-slide-prev {
    opacity: 1;
}

/* Active slide */
.development-history__milestone .swiper-milestone .swiper-slide-active {
    color: var(--primary-color);
    font-size: 56px;
    font-weight: 500;
    line-height: 1;
    opacity: 1;
    padding: 12px 0;
}

@media only screen and (max-width: 576px) {
    .development-history__milestone .swiper-milestone .swiper-slide-active {
        font-size: 24px;
        line-height: 36px;
        padding: 12px 0;
        text-align: center;
    }
}

.development-history__milestone .swiper-milestone .swiper-slide-active:after {
    opacity: 1;
    visibility: visible;
    transition: 0.3s 0.1s;
}

/* Navigation Buttons */
.development-history__milestone .swiper-button-next,
.development-history__milestone .swiper-button-prev {
    left: 0;
    right: auto;
    margin: 0;
    width: 36px;
    height: 60px;
    padding: 20px 8px;
    color: #535662;
    background-color: #f5f7fd;
    transform: rotate(90deg) translate(-45%, -15%);
    border-radius: 8px;
}

.development-history__milestone .swiper-button-next:after,
.development-history__milestone .swiper-button-prev:after {
    font-size: 20px;
}

@media only screen and (max-width: 576px) {
    .development-history__milestone .swiper-button-next,
    .development-history__milestone .swiper-button-prev {
        left: 16px;
        width: 40px;
        height: 40px;
        transform: none;
        border-radius: 50%;
    }

    .development-history__milestone .swiper-button-next:after,
    .development-history__milestone .swiper-button-prev:after {
        font-size: 16px;
    }
}

.development-history__milestone .swiper-button-next {
    top: auto;
    bottom: 0;
}

@media only screen and (max-width: 576px) {
    .development-history__milestone .swiper-button-next {
        left: auto;
        right: 16px;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}

.development-history__milestone .swiper-button-prev {
    bottom: auto;
    top: 0;
}

@media only screen and (max-width: 576px) {
    .development-history__milestone .swiper-button-prev {
        top: 50%;
        transform: translateY(-50%);
    }
}

/* Content Wrapper */
.development-history__milestone .development-history__wrapper-content {
    width: 69.8630136986%;
}

@media only screen and (max-width: 576px) {
    .development-history__milestone .development-history__wrapper-content {
        width: 100%;
        margin-top: 24px;
    }
}

/* Timeline Content */
.development-history__milestone .development-history-content {
    display: none;
}

@media only screen and (max-width: 576px) {
    .development-history__milestone .development-history-content {
        flex-direction: column-reverse;
        gap: 24px;
    }
}

.development-history__milestone .development-history-content.active {
    display: flex;
    flex-wrap: wrap;
    animation: fadeInUp 0.5s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.development-history__milestone .development-history-content .image {
    width: 100%;
    height: 326px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 576px) {
    .development-history__milestone .development-history-content .image {
        height: 335px;
        margin-bottom: 0;
        border-radius: 10px;
    }
}

.development-history__milestone .development-history-content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.development-history__milestone .development-history-content .content {
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    text-align: center;
    margin: auto;
}

/* Empty state */
.timeline-swiper-empty {
    padding: 2rem;
    text-align: center;
}

.timeline-swiper-empty p {
    color: #999;
    font-style: italic;
}
.section-gallery {
    padding-top: 150px !important;
    padding-bottom: 150px !important; 
}

@media only screen and (max-width: 1024px) {
    .section-gallery {
        padding-bottom:120px
    }
}

@media only screen and (max-width: 576px) {
    .section-gallery {
        padding-bottom:72px
    }
}

.section-gallery .swiper-slide {
    width: 360px;
    height: 400px;
    margin: 0 10px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f8f8
}

@media only screen and (max-width: 576px) {
    .section-gallery .swiper-slide {
        width:335px;
        height: 300px;
        margin: 0 6px
    }
}

.section-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
/* contact */
.red{
  color: red;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
  border: none !important;
  border-radius: 8px !important;
  height: 60px !important;
  background-color: #f4f7fc !important;
}
.primary, input[type=submit], input[type=submit].button {
  padding: 8px 50px;
  border-radius: 12px;
  display: block;
  margin: auto;
}
.section-contact .box-image{
  margin-bottom: 15px;
  border-radius: 12px;
}
.section-contact .box-image .overlay{
      background-image: linear-gradient(360deg, #1D1D1FD9 0%, #1D1D1F00 40%);
}
.section-contact .icon-box{
  background-color: #F4F7FB;
  border-radius: 8px;
  align-items: center;
  padding: 15px;
  margin-bottom: 15px;
}
/* end contact */
.section-page-header .section-bg-overlay {
  background-image: linear-gradient(140deg, #678fd500 0%, var(--primary-color) 100%) !important;
}
.capitalize {
  text-transform: capitalize;
}
.gradient-dark {
  backdrop-filter: blur(60px);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
  transition: all ease 0.3s;
  transform: translate3d(0px, 0px, 0px);
  background: hsla(208, 33%, 21%, 1);

  background: linear-gradient(90deg, hsla(208, 33%, 21%, 1) 0%, hsla(211, 36%, 46%, 1) 100%);

  background: -moz-linear-gradient(90deg, hsla(208, 33%, 21%, 1) 0%, hsla(211, 36%, 46%, 1) 100%);

  background: -webkit-linear-gradient(90deg, hsla(208, 33%, 21%, 1) 0%, hsla(211, 36%, 46%, 1) 100%);

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#243748", endColorstr="#4B749F", GradientType=1 );
}
/* product */
.single-product .breadcrumbs a{
  color: #000;
}
.page-title-inner{
  min-height: 189px !important;
}
.page-title-bg .title-overlay{
  background-image: linear-gradient(190deg, #678fd500 0%, var(--primary-color) 100%) !important;
}
/* .section-product-custom .row .col.large-4{
  width: 30%;
  flex-basis: 30%;
}
.section-product-custom .row .col.large-4:nth-child(2){
  width: 40%;
  flex-basis: 40%;
} */
.section-product-custom {
  padding: 30px !important;
}
.section-product-custom input[type=submit].button {
  display: inline-block;
}
.product-small.box{
  background-color: #f9f9f9;
  border-radius: 12px;
}
.product-small .product-title{
  font-size: 22px;
  font-weight: bold;
}
/* end product */
.footer-bottom .row {
  margin: auto !important;
}
.footer-bottom .row .ux-menu-title{
  color: var(--primary-color) !important;
  font-size: 20px;
}
.footer-bottom .row a span {
  color: #000;
}
.footer-bottom .row a span:hover {
  color: #3a3a3a;
}
/* .footer-row .col:nth-child(3) .col-inner p{
  position: relative;
  display: inline-block;
} */
/* .footer-row .col:nth-child(3) .col-inner p::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 5px;
  left: 0;
} */
.footer-bottom > .large-12 {
  max-width: 1730px;
}
.absolute-footer {
  display: none;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}
.widget{
  background-color: #F8F9FB;
  border-radius: 12px;
  padding: 30px;
}
.widget .is-divider{
  display: none;
}
.blog-featured-title+#main .post-sidebar{
  padding: 30px 15px;
}
.widget-title {
  font-size: 22px !important;
  margin-bottom: 30px;
  display: inline-block;
  text-transform: none !important;
}
#top-bar .vsw-socials{
  margin-bottom: 0;
}
.vsw-socials {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
}
.vsw-socials .vsw-social-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.vsw-socials .vsw-social-icon img {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}
.vsw-socials .vsw-social-icon:hover img {
  transform: scale(1.1);
}

.vsw-socials .vsw-tooltip-links {
  display: none;
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 999;
}
.vsw-socials .vsw-tooltip-links a {
  display: block;
  color: #333;
  padding: 4px 0;
  text-decoration: none;
}
.vsw-socials .vsw-tooltip-links a:hover {
  color: #0073e6;
}

.vsw-socials .vsw-tooltip-wrapper:hover .vsw-tooltip-links {
  display: block;
}
.footer-row .vsw-socials .vsw-social-icon img{
  filter: brightness(0.3);
  width: 28px;
  height: 28px;
}
.footer-row .vsw-socials .vsw-social-icon:hover img{
  filter: brightness(0);
}
.contact-info{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-row .contact-info a:hover{ 
  color: var(--primary-color);
}
