/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2026 | 07:25:59 */
@charset "UTF-8";
.about-section { display: flex; padding: 147px 0; gap: 180px; align-items: center; }
.about-section .about-content { flex: 1; }
.about-section .about-content h2 { font-size: 30px; font-weight: 500; margin-bottom: 25px; }
.about-section .about-content p { margin-bottom: 0px; }
.about-section .order-button { background-color: #000; color: #fff; border: none; padding: 13px 15px; font-size: 19px; font-weight: 500; cursor: pointer; margin-top: 40px; transition: background-color 0.3s ease; border-radius: 10px;display:inline-block; }
.about-section .order-button:hover { background-color: #333; }
.about-section .about-image { flex: 1; position: relative; }
.about-section .about-image img { width: 100%; height: auto; display: block; }
.about-section .play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 135px; height: 135px; background-color: rgba(0, 0, 0, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.8); }
.about-section .play-button:hover { background-color: rgba(0, 0, 0, 0.2); }
.about-section .play-icon { width: 0; height: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 30px solid #fff; margin-left: 5px; }

/* 视频弹窗样式 */
.modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.8); }
.modal .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; max-width: 900px; border-radius: 10px; position: relative; }
.modal .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; position: absolute; top: 10px; right: 20px; }
.modal .close:hover, .modal .close:focus { color: black; text-decoration: none; cursor: pointer; }
.modal .video-container { margin-top: 20px; text-align: center; }
.modal .video-container iframe { max-width: 100%; }

/* 第二部分：解决方案部分 */
.solutions-section { position: relative; height: 925px; overflow: hidden; margin-bottom: 70px; }

.tab-images { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.tab-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s ease; }

.tab-image.active { opacity: 1; }

.tab-image img { width: 100%; height: 100%; object-fit: cover; }

.solutions-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; display: flex; align-items: center; color: #fff; }

.tab-content { display: none; max-width: 35%;margin-top: 200px; }
.tab-content.active { display: block; }
.solutions-content h2 { font-size: 58px; font-weight: 500; margin-bottom: 10px;margin-top: -200px;text-align:center; }
.tab-content h3 { font-size: 30px; font-weight: 500; margin-bottom: 20px; }

.tab-buttons { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 3; display: flex; gap: 3px; }
.tab-buttons .tab-button { flex: 1; padding: 40px 0; background: rgba(0, 0, 0, 0.3); color: #fff; border: none; font-size: 20px; cursor: pointer; transition: background-color 0.3s ease; }
.tab-buttons .tab-button:hover { background: black; }
.tab-buttons .tab-button.active { background: black; }

/* 第三部分：Why Raybo部分 */
.why-raybo-section { margin-bottom: 120px; text-align: center; }
.why-raybo-section h2 { font-size: 51px; font-weight: 500; margin-bottom: 60px; }
.why-raybo-section .why-cards { display: flex; gap: 46px; justify-content: center; }
.why-raybo-section .why-cards .why-card { flex: 1; background: #f3f3f3; padding: 35px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; }
.why-raybo-section .why-cards .why-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
.why-raybo-section .why-cards .why-card .title { font-size: 31px; font-weight: 500; margin-bottom: 15px; }
.why-raybo-section .why-cards .why-card p:last-child { margin-bottom: 0; }
.why-raybo-section .why-cards .why-card img { border-radius: 5px; width: 100%; margin-top: 20px;}

/* 第四部分：公司文化部分 */
.company-culture-section { position: relative; height: 794px; overflow: hidden; background-image: url("https://rayboicebags.com/wp-content/uploads/2026/02/Raybo-Company-Culture.jpg"); background-repeat: no-repeat; background-position: left center; background-size: cover; }

.culture-content { color: #fff; display: flex; flex-direction: column; justify-content: center; height: 100%; }
.culture-content h2 { font-size: 40px; font-weight: 500; margin-bottom: 80px; color: #fff; }
.culture-content .culture-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px 160px; }
.culture-content .culture-items .culture-item { display: flex; gap: 30px; }
.culture-content .culture-items .culture-item h3 { font-size: 30px; font-weight: 500; margin-bottom: 20px; color: #fff; }
.culture-content .culture-items .culture-item h3:after { display: block; content: ''; width: 153px; height: 4px; background: #fff; margin-top: 20px; }
.culture-content .culture-items .culture-item p { color: #fff; margin-bottom: 0; }
.culture-content .culture-items .culture-icon { flex-shrink: 0; }

@media screen and (max-width: 768px) { .about-section { flex-direction: column; padding: 30px 20px; gap: 30px; }
  .about-section .about-content h2 { font-size: 24px; margin-bottom: 40px; }
  .about-section .order-button { font-size: 16px; margin-top: 40px; }
  .about-section .play-button { width: 60px; height: 60px; }
  .about-section .play-icon { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff; margin-left: 5px; }
  /* 视频弹窗样式 */
  .modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.8); }
  .modal .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 95%; max-width: 900px; border-radius: 10px; position: relative; }
  .modal .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; cursor: pointer; position: absolute; top: 10px; right: 20px; }
  .modal .close:hover, .modal .close:focus { color: black; text-decoration: none; cursor: pointer; }
  .modal .video-container { margin-top: 20px; text-align: center; }
  .modal .video-container iframe { max-width: 100%; }
  /* 第二部分：解决方案部分 */
  .solutions-section { margin: 30px 0 0; height: 80vh; }
  .tab-content { max-width: 100%; padding-left: 20px; padding-right: 20px; margin-top: 100px;}
  .solutions-content h2 { font-size: 24px;margin-top:-100px; }
  .tab-content h3 { font-size: 18px; }
  .tab-buttons .tab-button { flex: 1; padding: 20px 0; font-size: 14px; }
  /* 第三部分：Why Raybo部分 */
  .why-raybo-section { padding: 30px 20px; margin-bottom: 0; text-align: center; }
  .why-raybo-section h2 { font-size: 24px; font-weight: 500; margin-bottom: 40px; }
  .why-raybo-section .why-cards { flex-direction: column; gap: 20px; justify-content: center; }
  .why-raybo-section .why-cards .why-card { padding: 15px; }
  .why-raybo-section .why-cards .why-card .title { font-size: 18px; }
  /* 第四部分：公司文化部分 */
  .company-culture-section { margin: 0; height: auto; background-image: url("https://rayboicebags.com/wp-content/uploads/2026/02/Raybo-Company-Culture.jpg"); background-size: cover; padding: 30px 20px; }
  .culture-content { display: flex; flex-direction: column; justify-content: center; height: 100%; }
  .culture-content h2 { font-size: 24px; margin-bottom: 30px; }
  .culture-content .culture-items { display: grid; grid-template-columns: repeat(1, 1fr); gap: 30px 0; }
  .culture-content .culture-items .culture-item { display: flex; gap: 15px; }
  .culture-content .culture-items .culture-item h3 { font-size: 16px; margin-bottom: 10px; }
  .culture-content .culture-items .culture-item h3:after { width: 70px; height: 2px; margin-top: 10px; }
  .culture-content .culture-items .culture-icon { flex-shrink: 0; } }

/*# sourceMappingURL=aboutus.css.map */
