/*
 Theme Name:   INFOLOOP
 Theme URI:
 Description:  INFOLOOP
 Version:      1.2.6
 Author:       Sekki
 Author URI:
 Template:     crocal
*/

/* General */

body:lang(en), p:lang(en), span:lang(en), .eut-btn:lang(en), blockquote:lang(en) {
  font-family: "Branding", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
h1:lang(en), h2:lang(en), h3:lang(en), h4:lang(en), h5:lang(en) {
  font-family: "Branding", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}
.visible-xs {
  display: none !important
}
.eut-subtitle, .eut-subtitle p, .eut-subtitle-text {
  margin-left: 2px;
  margin-right: 2px;
}
@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table
  }
  tr.visible-xs {
    display: table-row !important
  }
  td.visible-xs, th.visible-xs {
    display: table-cell !important
  }
  .visible-xs-block {
    display: block !important
  }
  .visible-xs-inline {
    display: inline !important
  }
  .visible-xs-inline-block {
    display: inline-block !important
  }
  .hidden-xs {
    display: none !important
  }
  #eut-theme-wrapper .eut-top-minus-5x {
    top: -120px;
  }
  .div-center-xs span {
    margin-left: auto;
    margin-right: auto;
  }
  .image-center-xs .eut-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
.round-btn {
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.border-12 {
	border-radius: 12px;
}
/* Header */

/* .il-page-header {
  margin-top: 50px;
}
.top-contact-btn {
  padding: 0.7em 1.7em 0.65em 1.7em;
  min-width: 7em;
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}
.eut-light .top-contact-btn {
  border-color: #ffffff;
  color: #ffffff;
}
.eut-sticky-header .top-contact-btn {
  border-color: #000000;
  color: #000000;
} */
/* scm */

@media (max-width:767px) {
  .eut-image.eut-image-space-150:not(.eut-clipping-animation) .eut-image-wrapper {
    width: 100%
  }
  .eut-image.eut-align-center.eut-image-space-150:not(.eut-clipping-animation) .eut-image-wrapper {
    margin-left: 0;
  }
}
/* homepage */
.homepage-news-row {
	border-radius: 12px;
	padding-left: 30px;
	padding-right: 30px;
}

.homepage-news-row .eut-image img {
	height: 64px !important;
}

/* Homepage News Row Carousel Images */
.homepage-news-row .crocal-flexible-carousel img {
    height: 60px !important;
    width: auto !important;
    object-fit: contain;
    max-width: 100%;
}

.homepage-news-row .crocal-flexible-carousel .crocal-single-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

/* 确保轮播容器的高度一致 */
.homepage-news-row .crocal-flexible-carousel {
    display: flex;
    align-items: center;
}

.homepage-news-row .crocal-flexible-carousel .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 60px;
}

/* Influencer Marketing Page Styles */
.influencer-main-title {
    font-size: 4rem !important;
    font-weight: 700 !important;
    color: #333 !important;
    line-height: 1.2 !important;
    margin-bottom: 30px !important;
}

.influencer-cta-btn {
    margin-right: 15px !important;
    margin-bottom: 15px !important;
}

.influencer-hero-image {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.influencer-content-image {
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.influencer-section-title {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.3 !important;
}

.influencer-description {
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    opacity: 0.9 !important;
}

/* Strategic Approach Section */
.strategic-approach-title {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 50px !important;
    text-align: center !important;
}

.approach-section {
    padding: 20px 0 !important;
}

.approach-item {
    margin-bottom: 40px !important;
}

.approach-item h4 {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    letter-spacing: 0.5px !important;
}

.approach-subtitle {
    font-size: 1rem !important;
    color: #666 !important;
    margin-bottom: 15px !important;
    font-style: italic !important;
}

.platform-list {
    margin-top: 20px !important;
}

.platform-item {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
    background: #f9f9f9 !important;
    border-radius: 10px !important;
    border-left: 4px solid #8bc34a !important;
}

.platform-icon {
    font-size: 1.5rem !important;
    margin-right: 15px !important;
    min-width: 30px !important;
}

.platform-item strong {
    color: #333 !important;
    font-weight: 600 !important;
}

.tag {
    display: inline-block !important;
    padding: 4px 12px !important;
    border-radius: 15px !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    margin-right: 8px !important;
}

.tag.transparent {
    background: rgba(139, 195, 74, 0.2) !important;
    color: #689f38 !important;
}

.tag.data-driven {
    background: rgba(33, 150, 243, 0.2) !important;
    color: #1976d2 !important;
}

/* Why Choose Us Section */
.why-choose-title {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 50px !important;
    text-align: center !important;
}

.why-choose-image {
    margin-bottom: 20px !important;
    border-radius: 15px !important;
    overflow: hidden !important;
}

.why-choose-item-title {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

.why-choose-description {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    color: #666 !important;
    text-align: center !important;
}

.final-cta-btn {
    margin-right: 15px !important;
    margin-bottom: 15px !important;
}

/* Responsive Design for Influencer Marketing */
@media (max-width: 768px) {
    .influencer-main-title {
        font-size: 2.5rem !important;
        text-align: center !important;
    }
    
    .influencer-section-title {
        font-size: 2rem !important;
        text-align: center !important;
    }
    
    .influencer-description {
        font-size: 1rem !important;
        text-align: center !important;
        padding: 0 20px !important;
    }
    
    .influencer-cta-btn {
        display: block !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
    
    .strategic-approach-title,
    .why-choose-title {
        font-size: 2rem !important;
        text-align: center !important;
    }
    
    .approach-item h4 {
        font-size: 1.1rem !important;
    }
    
    .platform-item {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .platform-icon {
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
    
    .final-cta-btn {
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }
}

/* selector */

.il-selector {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
div.parent-section {
  float: left;
  background-color: #f6f7fc;
  width: 30%;
  max-width: 150px;
  height: auto;
}
div.parent-section button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 30px 30px;
  font-size: 14px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
div.parent-section button:hover {
  background-color: #E5F3EB;
}
div.parent-section button.active {
  background-color: #27c296;
  color: #ffffff;
  font-weight: bold;
}
.tabcontent {
  float: left;
  padding: 20px 40px;
  border-left: none;
  height: auto;
}
.child-option {
  margin: 18px 0;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
.child-option input {
  display: none;
}
.child-option input+span {
  line-height: 22px;
  height: auto;
  padding-left: 22px;
  display: block;
  position: relative;
}
.child-option input+span:not(:empty) {
  padding-left: 30px;
}
.child-option input+span:before, .child-option input+span:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.child-option input+span:before {
  background: #D1D7E3;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.child-option input+span:after {
  background: #fff;
  -webkit-transform: scale(0.78);
  transform: scale(0.78);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.child-option input:checked+span:before {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  background: #27c296;
}
.child-option input:checked+span:after {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.child-option:hover input+span:before {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
}
.child-option:hover input+span:after {
  -webkit-transform: scale(0.74);
  transform: scale(0.74);
}
.child-option:hover input:checked+span:after {
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.il-selector h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.result-btn {
  margin-top: 10px;
  display: none;
}
@media only screen and (max-width: 1020px) {
  div.parent-section {
    width: 60px;
  }
  div.parent-section button {
    padding: 18px 15px;
    text-align: center;
  }
  .tabcontent {
    float: left;
    padding: 25px 20px;
    border-left: none;
    height: auto;
    width: auto;
  }
}
@media only screen and (max-width: 321px) {
  .tabcontent {
    width: 75%;
  }
}
/* service  visible-xs */

.headline-logo {
  max-height: 26px;
}
.headline-logo .eut-thumbnail-wrapper img {
  min-height: 0px;
  width: auto;
  height: 26px;
}
@media (max-width:767px) {
  .headline-logo {
    max-height: 56px;
  }
  .headline-logo .eut-thumbnail-wrapper img {
    height: 56px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* team */

.il-team ul {
  margin-bottom: 0;
}
/* client-logo */

.client-logo .eut-description.eut-text-white {
  font-size: 13px;
  line-height: 22px;
}
.client-logo .eut-h6 {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .client-logo .eut-h6 {
    display: none;
  }
}
/* timeline */

.il-timeline {
  border-left: 4px solid #27c296;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.7);
  margin: 15px auto;
  letter-spacing: 0.5px;
  position: relative;
  font-size: 15px;
  padding: 50px;
  list-style: none;
  text-align: left;
  max-width: 90%;
}
.il-timeline li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 40px;
  margin-bottom: 50px;
  position: relative;
}
.il-timeline li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.il-timeline li:before, .il-timeline li:after {
  position: absolute;
  display: block;
  top: 0;
}
.il-timeline li:before {
  left: -218px;
  color: rgba(255, 255, 255, 0.4);
  content: attr(data-date);
  text-align: right;
  font-weight: 600;
  font-size: 15px;
  min-width: 120px;
}
.il-timeline li:after {
  box-shadow: 0 0 0 4px #27c296;
  left: -57.85px;
  background: #313534;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 9px;
}
.il-timeline h6 {
  color: #ffffff;
  font-size: 15px;
}
/* footer */

.il-logo-footer {
  top: 5px;
}
.il-logo-footer img {
  min-height: 0;
  height: auto;
  width: 173px;
}
#eut-theme-wrapper .footer-line .eut-border {
  border-color: #30384d !important;
}
#eut-theme-wrapper a.eut-btn-line.eut-bg-white.footer-button {
  border-color: #505761;
  color: #a1a6b1;
}
#eut-theme-wrapper .footer-menu-list .eut-text-white {
  color: #a1a6b1;
}
@media only screen and (max-width: 767px) {
  .il-logo-footer {
    height: 60px;
  }
  .il-logo-footer img {
    width: 154px !important;
    margin: 0 auto;
  }
  .footer-beian.eut-column {
    margin-top: 10px !important;
    margin-bottom: 10px;
  }
}
/* Cases */

.il-case-list .eut-image-hover {
  border: 1px solid #eee;
  border-radius: 6px;
}
.eut-portfolio .eut-description.eut-text-content {
  font-size: 14px !important;
  color: #888888;
}
/* News */

.news-carousel .eut-carousel-style-1 .eut-blog-carousel .eut-media {
  border-radius: 6px;
  margin-bottom: 15px;
}
.news-carousel .eut-h6 {
  font-size: 15px;
  font-weight: 600;
}
.eut-blog-small .eut-blog-item:not(.eut-style-2) .eut-media {
  width: 30%
}
.eut-blog-small .eut-blog-item:not(.eut-style-2) .eut-post-content-wrapper {
  width: 70%
}
.eut-blog-columns.eut-with-shadow .eut-blog-item:not(.eut-style-2) .eut-post-content-wrapper {
  padding: 25px 30px;
}
.eut-blog-columns.eut-with-shadow .eut-blog-item:not(.eut-style-2) .eut-post-content-wrapper .eut-post-meta {
  margin-bottom: 10px;
  color: #888888;
}
.eut-blog-columns.eut-with-shadow .eut-blog-item:not(.eut-style-2) .eut-post-content-wrapper .eut-post-title {
  margin-bottom: 5px;
  font-size: 16px;
}
.eut-post-title-wrapper .eut-single-simple-title {
  margin-bottom: 15px;
}
.eut-post-title-wrapper .eut-post-meta {
  margin-bottom: 15px;
}
li.eut-post-author {
  display: none;
}
.has-large-font-size {
  line-height: 1.3em;
}
.eut-post-meta li+li {
  margin-left: 0;
}
li.eut-post-comments {
  display: none;
}
.eut-post-meta li:after {
  display: none;
}
#eut-theme-wrapper .eut-isotope .eut-infinite-button-wrapper {
  margin: 70px 0 0 0;
}
#eut-theme-wrapper .eut-isotope .eut-infinite-button {
  font-size: 15px !important;
  padding: 10px 20px;
  color: #fff;
  background: #55586b;
  border-radius: 40px;
}
/* Buttons */

.eut-bg-unavailable {
  cursor: default;
  background-color: #e3e4e9;
  border-color: #e3e4e9;
  color: #adadb6;
}
.eut-bg-unavailable:hover {
  color: #adadb6;
}
@media only screen and (max-width: 1200px) and (min-width: 960px) {
  #eut-theme-wrapper .eut-btn {
    line-height: 1.4em;
  }
}
/* Input */

input[type="text"], input[type="input"], input[type="password"], input[type="number"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="search"], input[type="date"], textarea, select, #eut-theme-wrapper .select2-choice, #eut-theme-wrapper .select2-selection {
  border-radius: 3px;
}
.inquiry select {
  border: 1px solid;
  border-color: #333;
  font-size: 14px;
  background: #f9f9f9;
  background-image: url(../images/graphics/select-icon.png);
  background-position: center right;
  background-repeat: no-repeat;
  height: 44px;
}
/* Fancy Box */

.product-item {
  padding: 45px 10px;
  border-radius: 8px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.product-item:hover {
  background: #27c296;
}
.product-item .eut-single-icon.eut-extra-large {
  font-size: 132px;
}
.product-item h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 35px;
}
.product-item .eut-small-text {
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .product-item h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item h3 {
    font-size: 18px;
  }
}
