:root {
  --transition: all 0.4s ease;
}
* {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.logo_thumb img,
.logo img {
  max-width: 100%;
  max-height: 48px;
}

/*header-main-area-start*/

.digital-marketing_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 0 60px 0;
  background-color: rgb(255, 255, 255);
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .digital-marketing_menu > ul > li > a {
  color: #101010;
}

.sticky .main-btn {
  background: linear-gradient(90deg, rgba(115, 71, 242, 1) 0%, rgba(238, 83, 248, 1) 100%);
}
.language-selector {
  margin-right: 0 !important;
}

/* polytia Menu Css*/
nav.digital-marketing_menu {
  text-align: right;
  position: relative;
  z-index: 1;
  margin-left: 11px;
}

.digital-marketing_menu ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.digital-marketing_menu > ul > li {
  display: inline-block;
  position: relative;
  margin-right: 33px;
  z-index: 1;
}

.digital-marketing_menu > ul > li > a {
  text-decoration: none;
  position: relative;
  font-size: 16px;
  display: block;
  padding: 17px 0;
  transition: 0.5s;
  color: rgb(7, 7, 7);
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  text-transform: capitalize;
}

.digital-marketing_menu > ul > li > a:hover {
  color: rgb(255, 67, 1);
}

nav.digital-marketing_menu span {
  font-size: 11px;
  font-family: "Barlow", sans-serif;
}

/*menu button*/

.header-src-btn {
  display: inline-block;
  position: relative;
  padding-right: 50px;
  top: 10px;
}

.search-box-btn.search-box-outer {
  position: absolute;
  bottom: 4px;
  right: 20px;
}

.search-box-btn.search-box-outer i {
  font-size: 15px;
  display: inline-block;
  color: #0a2c3d;
  cursor: pointer;
}

/*Style Two Nav Menu*/

.style-two.digital-marketing_nav_manu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
}

.style-two .digital-marketing_menu > ul > li > a {
  color: #fff;
}

/*style two btn*/

.style-two .header-button a {
  background: rgba(16, 18, 16, 0);
}

.header-main-button {
  display: inline-block;
}

.header-main-button a {
  display: inline-block;
  font-size: 16px;
  color: rgb(254, 254, 255);
  background-color: rgb(255, 67, 1);
  border: 2px solid rgb(255, 67, 1);
  padding: 12px 45px;
  border-radius: 30px;
  transition: 0.5s;
  top: 22px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Barlow", sans-serif;
}

.header-main-button a span {
  font-size: 20px;
  color: #fff !important;
  display: inline-block;
}

.header-main-button a::before {
  position: absolute;
  content: "";
  top: 0px;
  height: 120%;
  left: -25%;
  width: 0%;
  background: #101010;
  transform: skew(50deg);
  transition-duration: 0.6s;
  z-index: -1;
  transition: 0.5s;
}

.header-main-button a:hover:before {
  width: 200%;
}

/*** Sub Menu Style 
***/

.digital-marketing_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  padding: 0;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid linear-gradient(90deg, rgba(115, 71, 242, 1) 0%, rgba(238, 83, 248, 1) 100%);
  opacity: 0;
}

.digital-marketing_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.digital-marketing_menu ul .sub-menu li {
  position: relative;
}

.digital-marketing_menu ul .sub-menu li a {
  text-decoration: none;
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #101210 !important;
}

.digital-marketing_menu ul .sub-menu li:hover > a,
.digital-marketing_menu ul .sub-menu .sub-menu li:hover > a,
.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background-color: rgb(255, 65, 0);
  color: #fff !important;
}

/* sub menu 2 
*/

.digital-marketing_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.digital-marketing_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3 
*/

.digital-marketing_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.digital-marketing_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background-color: rgb(255, 65, 0);
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Barlow", sans-serif;
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4 
*/

.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.digital-marketing_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.digital-marketing_menu li a:hover:before {
  width: 101%;
}

.digital-marketing_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky {
  display: none;
}

.digital-marketing_nav_manu.sticky .main_sticky {
  display: inherit;
}

.mobile-menu.mean-container {
  overflow: hidden;
}
.mobile-menu.mean-container .language-selector {
  text-align: center;
  padding: 20px 0;
  float: left;
  width: 100%;
}
.mobile-menu.mean-container .language-selector a {
  color: #fff;
}

.language-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 20px;
}
.language-trigger span {
  font-size: 0.9rem;
  margin-right: 5px;
}
.language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  width: 80px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: var(--transition);
  z-index: 100;
  padding: 10px 0;
}
.language-selector:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.language-option {
  display: flex;
  align-items: center;
  padding: 8px 15px;
  cursor: pointer;
  transition: var(--transition);
}
.language-option:hover {
  background: rgba(31, 115, 255, 0.05);
  color: rgb(255, 67, 1);
}
.language-option a {
  color: inherit;
  font-size: 12px;
}
/*sticky-header-area-end*/

/*start-home-section*/

.home-section {
  background: linear-gradient(135deg, rgba(26, 58, 108, 0.9) 0%, rgba(26, 58, 108, 0.7) 100%),
    url(../image/home-bg.png) center/cover no-repeat;
  height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  color: white;
  position: relative;
  overflow: hidden;
}
.home-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(transparent, var(--light));
  z-index: 1;
}
.home-title {
  max-width: 650px;
}
.home-title h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.home-title p {
  font-size: 1.3rem;
  margin-bottom: 35px;
  font-weight: 300;
  max-width: 600px;
}
.home-button {
  text-align: center;
}

.home-button a {
  display: inline-block;
  font-size: 16px;
  color: rgb(254, 254, 255);
  background-color: rgb(255, 67, 1);
  border: 2px solid rgb(255, 67, 1);
  padding: 16px 37px;
  font-family: "Barlow", sans-serif;
  margin: 33px 0 80px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.home-button a::before {
  position: absolute;
  content: "";
  top: 0px;
  height: 120%;
  left: -25%;
  width: 0%;
  background: #101010;
  transform: skew(50deg);
  transition-duration: 0.6s;
  z-index: -1;
  transition: 0.5s;
}

.home-button a:hover:before {
  width: 200%;
}

.upper a span {
  position: relative;
  top: 2px;
  left: 3px;
  transition: 0.5s;
}

.home-thumb {
  text-align: center;
  position: relative;
  z-index: 1;
}

.home-shape {
  position: relative;
}

.home-shape img {
  position: absolute;
  top: -740px;
  left: 70px;
}

.home-shape2 {
  position: relative;
  z-index: 1;
}

.home-shape2 img {
  position: absolute;
  right: 33px;
  top: -422px;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

/*end-home-section*/

/*start-service-section*/

.service-section {
  padding: 100px 0;
}

.service-title {
  text-align: center;
  margin-bottom: 50px;
}
.service-title h1 {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.service-title h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--secondary);
  border-radius: 2px;
}
.service-title p {
  color: #666;
  font-size: 1.2rem;
  max-width: 700px;
  margin: 20px auto 0;
}

.service-single-box {
  padding: 75px 0 45px 40px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(98, 26, 255, 0.07);
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 30px;
}

.service-single-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(255, 65, 0);
  transition: 0.5s;
  border-radius: 10px;
  z-index: -1;
}

.service-single-box:hover:before {
  width: 100%;
}

.service-info span {
  font-size: 46px;
  font-weight: bold;
  color: rgb(255, 67, 1);
  margin-bottom: 18px;
  display: inline-block;
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
}
.service-content {
  padding-right: 16px;
}
.service-shape {
  position: relative;
}

.service-shape img {
  position: absolute;
  top: -60px;
}

.service-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: rgb(7, 7, 7);
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
}

.service-content p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(97, 97, 97);
  padding: 12px 0 0;
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
}

.service-button a {
  display: inline-block;
  font-size: 16px;
  color: rgb(255, 67, 1);
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
}

.service-single-box:hover .service-info span,
.service-single-box:hover .service-content h4,
.service-single-box:hover .service-content p,
.service-single-box:hover .service-button a {
  color: rgb(254, 254, 255);
}

/*end-service-section*/

.breadcumb-area {
  background: linear-gradient(135deg, rgba(26, 58, 108, 0.9) 0%, rgba(26, 58, 108, 0.7) 100%),
    url(../image/breadcum-img.jpg) center/cover no-repeat;
  position: relative;
  padding: 230px 0px 220px;
}
.breadcumb-content {
  max-width: 700px;
}

.breadcumb-title h1 {
  font-size: 56px;
  color: rgb(254, 254, 255);
  margin-top: 0;
  text-transform: uppercase;
}

.breadcumb-content-menu {
  padding-top: 10px;
  color: #e0e0e0;
  font-size: 1.3rem;
  line-height: 1.6;
}
/*start-contact-area*/
.yandex-products,
.yandex-advantages,
.contact-area {
  padding: 80px 0;
}

.contact-title h3 {
  text-align: center;
  font-size: 35px;
  margin: 35px 0 60px;
}

.blog-leave-area {
  padding: 20px 0 250px;
}

.single-blog-box {
  margin-bottom: 40px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  padding: 22px 26px 28px;
}

.single-blog-box:hover {
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}

.blog-leave-title h3 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.form-box {
  margin-bottom: 30px;
}

.form-box input {
  width: 100%;
  height: 38px;
  padding-left: 12px;
  background: #fff;
  border-radius: 3px;
  transition: 0.5s;
  border: 1px solid #eeecfe;
}

.form-box textarea {
  width: 100%;
  padding-left: 12px;
  padding-top: 10px;
  border: 1px solid #eeecfe;
  outline: 0;
  transition: 0.5s;
  background: #fff;
  margin-top: 7px;
}

.form-button {
  text-align: center;
  margin-top: 25px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.form-button button {
  display: inline-block;
  color: rgb(254, 254, 255);
  font-weight: 600;
  padding: 15px 35px;
  background-color: rgb(255, 67, 1);
  border: 2px solid rgb(255, 67, 1);
  text-transform: capitalize;
  transition: 0.5s;
  font-size: 18px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.form-button button:before {
  position: absolute;
  content: "";
  top: 0px;
  height: 120%;
  left: -25%;
  width: 0%;
  background: #101010;
  transform: skew(50deg);
  transition-duration: 0.6s;
  z-index: -1;
  transition: 0.5s;
}

.form-button button:hover:before {
  width: 200%;
}

/*end-contact-area*/

/*about-area-start*/

.about-area {
  background-image: url(../image/about-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.about-title h1 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: var(--secondary);
  padding: 6px 0;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: "Barlow", sans-serif;
}

.about-title p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(97, 97, 97);
  margin-bottom: 20px;
  font-family: "Barlow", sans-serif;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.stat-item {
  text-align: center;
  padding: 25px;
  background: #ff6b351a;
  border-radius: 10px;
  transition: var(--transition);
}
.stat-item h4 {
  font-size: 2.5rem;
  color: var(--secondary);
  margin-bottom: 10px;
  font-weight: bold;
}
.stat-item p {
  margin: 0;
  color: #666;
  font-weight: 500;
  line-height: 1.8;
}
.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.about-services {
  padding: 80px 0;
  background: #f8f9fa;
}
.solutions-title,
.strategies-title,
.channels-title,
.section-title,
.featured-title,
.services-title {
  text-align: center;
}

.solutions-title h1,
.strategies-title h1,
.channels-title h1,
.section-title h1,
.featured-title h1,
.services-title h1 {
  position: relative;
  font-size: 42px;
  font-weight: 700;
  color: var(--secondary);
  padding: 6px 0;
  margin-bottom: 10px;
  margin-top: 0;
  font-family: "Barlow", sans-serif;
  text-transform: capitalize;
}
.section-title h1::before,
.featured-title h1::before,
.services-title h1::before,
.solutions-title h1::before,
.strategies-title h1::before,
.channels-title h1::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--secondary);
  border-radius: 2px;
}
.solutions-title p,
.strategies-title p,
.channels-title p,
.section-title p,
.featured-title p,
.services-title p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(97, 97, 97);
  margin-top: 20px;
  font-family: "Barlow", sans-serif;
}
.services-area .services-grid,
.about-services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 40px;
  margin-top: 50px;
}
.services-area .service-card,
.about-services .service-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px #00000014;
  transition: var(--transition);
  padding: 40px 30px;
  text-align: center;
}
.service-card1 {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.services-area .service-card .service-icon,
.about-services .service-card .service-icon {
  width: 80px;
  height: 80px;
  background: #ff6b351a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: var(--secondary);
  font-size: 2rem;
}

.service-card1 .service-icon {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--secondary);
  background: linear-gradient(135deg, #ff6b350d 0%, #ff6b350d 100%);
}
.service-card1 h3,
.about-services .service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: var(--secondary);
  margin-top: 0;
}
.about-services .service-card p {
  color: #666;
  margin-bottom: 25px;
}
.service-card1 p {
  margin-bottom: 20px;
  color: #666;
  padding-top: 0;
}
.service-card1 .service-content {
  padding: 30px;
}
.service-card1 .service-features {
  list-style: none;
  margin-top: 20px;
}
.service-card1 .service-features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.service-card1 .service-features li i {
  color: var(--accent);
  margin-right: 10px;
}
.about-why .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}
.about-why .feature-card {
  border-radius: 10px;
  padding: 40px 30px;
  transition: var(--transition);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-why .feature-icon {
  font-size: 2.5rem;
  color: var(--secondary);
  margin-bottom: 25px;
}
.about-why .feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.about-why .feature-card p {
  opacity: 0.9;
}
/*about-area-end*/

/*start-contact-section*/

.contact-section {
  background-image: url(../image/contact-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 105px 0;
}

.contact-info h3 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 25px;
}

.contact-info p {
  margin-bottom: 30px;
  font-size: 1.1rem;
  color: #555;
}
.contact-details {
  margin-top: 30px;
}

.contact-item {
  display: flex;
  margin-bottom: 20px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: rgba(26, 58, 108, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.2rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.contact-text h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-top: 0;
}

.contact-text p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.contact-form {
  background: #f5f8ff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--dark);
}

.form-control {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: var(--transition);
}

.form-control:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(26, 58, 108, 0.1);
}

textarea.form-control {
  min-height: 80px;
  resize: vertical;
}
.cta-button {
  background: var(--secondary);
  color: white;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  text-transform: uppercase;
}

.cta-button:hover {
  background: #e05a2a;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

/*end-contact-section*/

/*start-b2b_marketing-section*/
.section-content,
.advantages-area,
.featured-area,
.services-area,
.solutions-area,
.strategies-area,
.channels-area {
  padding: 80px 0;
}
.strategies-area {
  background: #f8f9fa;
}
.strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}
.strategy-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
}
.strategy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.strategy-img {
  height: 200px;
  overflow: hidden;
}
.strategy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.strategy-card:hover .strategy-img img {
  transform: scale(1.1);
}
.strategy-content {
  padding: 30px;
}
.strategy-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--secondary);
}
.strategy-content p {
  color: #666;
  margin-bottom: 20px;
}
.strategy-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.strategy-tag {
  background: #ff6b351a;
  color: var(--secondary);
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 500;
}
.channel-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}
.channel-tab {
  padding: 12px 25px;
  background: #f8f9fa;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  transition: var(--transition);
  text-transform: uppercase;
}
.channel-tab.active,
.channel-tab:hover {
  background: var(--secondary);
  color: white;
}
.channel-content {
  display: none;
}
.channel-content.active {
  display: block;
  animation: fadeIn 0.5s ease-out;
}
.channel-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}
.channel-item:last-child {
  margin-bottom: 0;
}
.channel-text h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: var(--secondary);
}
.channel-text ul {
  list-style: none;
  margin-bottom: 30px;
}
.channel-text ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.channel-text ul li::before {
  content: "·";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--secondary);
}
.channel-img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.channel-img img {
  width: 100%;
  height: auto;
  display: block;
}
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--dark) 0%, #1a3a6c 100%);
  color: white;
  text-align: center;
}
.cta-section h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: white;
}
.cta-section p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 40px;
  opacity: 0.9;
}
/*end-b2b_marketing-section*/

/*start-b2b_brand-section*/
.solutions-area {
  background-image: url(../image/about-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.solution-content {
  min-width: 300px;
}
.solution-content h3 {
  font-size: 2rem;
  color: var(--secondary);
  margin-bottom: 25px;
}
.solution-content p {
  color: #666;
  margin-bottom: 30px;
  font-size: 1.1rem;
}
.solution-steps {
  margin-top: 40px;
}
.step {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}
.step-number {
  width: 40px;
  height: 40px;
  background: var(--secondary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 20px;
  flex-shrink: 0;
}
.step-content h4 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.solution-content p {
  color: #666;
  margin-bottom: 30px;
  font-size: 1.1rem;
}
.solution-image {
  min-width: 300px;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*end-b2b_brand-section*/

/*start-b2b_website-section*/
.advantages-area .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}
.advantages-area .advantage-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}
.advantages-area .advantage-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.advantages-area .advantage-icon {
  width: 80px;
  height: 80px;
  background: rgba(0, 86, 179, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: var(--secondary);
}
.advantages-area .advantage-card h4 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--secondary);
}

/*end-b2b_website-section*/

.portfolio-title h5 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: rgb(255, 67, 1);
  font-family: "Barlow", sans-serif;
}

.portfolio-title h1 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  color: rgb(7, 7, 7);
  padding: 6px 0 0px;
  font-family: "Barlow", sans-serif;
}

.portfolio-title p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: rgb(97, 97, 97);
  padding: 20px 0 75px;
  font-family: "Barlow", sans-serif;
}

.portfolio-single-box {
  text-align: center;
  padding: 60px 0 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.portfolio-single-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: rgb(255, 65, 0);
  transition: 0.5s;
  border-radius: 10px;
  z-index: -1;
}

.portfolio-number p {
  font-size: 150px;
  color: rgb(255, 65, 0);
  font-weight: bold;
  text-shadow: -2px 0 #fee4de, 0 2px #fee4de, 2px 0 #fee4de, 0 -2px #fee4de;
  z-index: 268;
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
}

.portfolio-content h5 a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 70px 0 15px;
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
}

.portfolio-content p {
  font-size: 17px;
  font-weight: 400;
  color: rgb(97, 97, 97);
  font-family: "Barlow", sans-serif;
}

.portfolio-single-box:hover:before {
  width: 100%;
}

.portfolio-single-box:hover .portfolio-number p {
  color: rgb(255, 67, 1);
}

.portfolio-single-box:hover .portfolio-content h5 a,
.portfolio-single-box:hover .portfolio-content p {
  color: rgb(254, 254, 255);
}

/*==================end-portfolio-section===============*/

/*start-wechat*/

.breadcumb-area.wechat {
  background: linear-gradient(135deg, rgba(0, 86, 179, 0.9) 0%, rgba(0, 168, 150, 0.7) 100%),
    url(../image/wechat-bg.jpg) center/cover no-repeat;
}

.featured-scroll {
  display: flex;
  overflow-x: auto;
  gap: 30px;
  padding: 30px 0;
  scroll-snap-type: x mandatory;
}
.featured-item {
  min-width: 300px;
  scroll-snap-align: start;
  background: var(--light);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  text-align: center;
}
.featured-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.featured-icon {
  width: 80px;
  height: 80px;
  background: rgba(7, 193, 96, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: #07c160;
}
.featured-item h3 {
  font-size: 1.5rem;
  color: var(--secondary);
  margin-bottom: 15px;
}
.featured-item p {
  color: #666;
  margin-bottom: 20px;
}

.wechat-ecosystem {
  padding: 80px 0;
  background: var(--light);
}
.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.ecosystem-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  text-align: center;
  border-top: 4px solid var(--wechat-green);
}

.ecosystem-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.ecosystem-icon {
  font-size: 2.5rem;
  color: var(--wechat-green);
  margin-bottom: 20px;
}

.ecosystem-card h3 {
  font-size: 1.3rem;
  color: var(--secondary);
  margin-bottom: 15px;
}
.wechat-process {
  padding: 80px 0;
}

.wechat-process .process-timeline {
  position: relative;
  max-width: 800px;
  margin: 50px auto 0;
}

.wechat-process .process-timeline::before {
  content: "";
  position: absolute;
  width: 4px;
  background: var(--wechat-green);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
}

.wechat-process .process-step {
  padding: 20px 40px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.wechat-process .process-step:nth-child(odd) {
  left: 0;
  text-align: right;
}

.wechat-process .process-step:nth-child(even) {
  left: 50%;
  text-align: left;
}

.wechat-process .process-step::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--wechat-green);
  border-radius: 50%;
  top: 30px;
}

.wechat-process .process-step:nth-child(odd)::after {
  right: -10px;
}

.wechat-process .process-step:nth-child(even)::after {
  left: -10px;
}

.wechat-process .step-content {
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.wechat-process .step-content h4 {
  font-size: 1.2rem;
  color: var(--secondary);
  margin-bottom: 10px;
}
/*end-wechat*/
/*start-google*/
.google-products {
  padding: 80px 0;
}
.google-products .products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.google-products .product-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  position: relative;
  color: white;
}
.google-products .product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.google-products .product-card:nth-child(1) {
  background: linear-gradient(135deg, var(--google-blue) 0%, #5e97f6 100%);
}
.google-products .product-card:nth-child(2) {
  background: linear-gradient(135deg, var(--google-red) 0%, #ed6d5e 100%);
}
.google-products .product-card:nth-child(3) {
  background: linear-gradient(135deg, var(--google-yellow) 0%, #fccd3d 100%);
}
.google-products .product-card:nth-child(4) {
  background: linear-gradient(135deg, var(--google-green) 0%, #5bc974 100%);
}
.google-products .product-content {
  padding: 30px;
  position: relative;
  z-index: 2;
}
.google-products .product-icon {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.google-products .product-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #fff;
}
.google-products .product-card p {
  opacity: 0.9;
  margin-bottom: 20px;
}

.google-advantages {
  padding: 80px 0;
  background: var(--light);
}
.google-advantages .advantages-container {
  max-width: 800px;
  margin: 0 auto;
}
.google-advantages .advantage-list {
  list-style: none;
  margin-top: 50px;
}
.google-advantages .advantage-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}
.google-advantages .advantage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.google-advantages .advantage-icon {
  width: 60px;
  height: 60px;
  background: #ff6b351a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--secondary);
  margin-right: 25px;
  flex-shrink: 0;
}
.google-advantages .advantage-text h4 {
  font-size: 1.3rem;
  color: var(--secondary);
  margin-bottom: 10px;
}
.google-process {
  padding: 80px 0;
}

.google-process .process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 50px;
  position: relative;
}

.google-process .process-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--google-yellow), var(--google-green));
  z-index: 1;
}

.google-process .process-step {
  position: relative;
  z-index: 2;
  text-align: center;
}

.google-process .step-number {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--secondary);
  margin: 0 auto 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.google-process .step-content {
  background: white;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.google-process .step-content h4 {
  font-size: 1.2rem;
  color: var(--secondary);
  margin-bottom: 15px;
}

/*end-google*/

/*start-yandex*/
.yandex-advantages .honeycomb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  transform: translateY(34px);
}
.yandex-advantages .honeycomb-cell {
  flex: 0 1 250px;
  max-width: 250px;
  height: 137.5px;
  margin: 65px 12.5px 25px;
  position: relative;
  padding: 0.5rem;
  text-align: center;
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: white;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.yandex-advantages .honeycomb-cell:hover {
  transform: scale(1.1) !important;
  z-index: 2;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.yandex-advantages .honeycomb-cell::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: linear-gradient(135deg, #ff0000 0%, var(--yandex-yellow) 100%);
  z-index: -1;
}
.yandex-advantages .honeycomb-cell i {
  font-size: 2rem;
  color: white;
  margin-bottom: 10px;
  display: inline-block;
}
.yandex-advantages .honeycomb-cell h3 {
  color: white;
  font-size: 1.1rem;
  margin: 0;
}
.yandex-products {
  background: var(--light);
}
.yandex-products .products-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 20px;
}

.yandex-products .product-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.yandex-products .product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.yandex-products .product-header {
  padding: 30px 20px;
  text-align: center;
  color: white;
  position: relative;
}

.yandex-products .product-header i {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: inline-block;
}

.yandex-products .product-header h3 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.yandex-products .product-body {
  padding: 25px;
  flex-grow: 1;
}

.yandex-products .product-body p {
  color: #555;
  margin-bottom: 20px;
  font-size: 1rem;
}

.yandex-products .product-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yandex-products .product-features li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.yandex-products .product-features li i {
  color: #ff0000;
  margin-right: 10px;
  font-size: 1rem;
}

/*end-yandex*/

/*start-tiktok*/
.tiktok-services {
  background: #fff7ff;
}
.tiktok-services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}
.tiktok-services .service-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  border-top: 5px solid var(--tiktok-pink);
}
.tiktok-services .service-card:nth-child(2) {
  border-top-color: var(--tiktok-teal);
}
.tiktok-services .service-card:nth-child(3) {
  border-top-color: var(--primary);
}
.tiktok-services .service-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}
.tiktok-services .service-image {
  height: 200px;
  overflow: hidden;
}
.tiktok-services .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.tiktok-services .service-card:hover .service-image img {
  transform: scale(1.1);
}
.tiktok-services .service-content {
  padding: 30px;
}
.tiktok-services .service-content h3 {
  font-size: 1.8rem;
  color: var(--dark);
  margin-bottom: 15px;
}
.tiktok-services .service-content p {
  color: #666;
  margin-bottom: 25px;
  font-size: 1.1rem;
}
.tiktok-services .service-features {
  list-style: none;
  margin-top: 20px;
}
.tiktok-services .service-features li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.tiktok-services .service-features li:last-child {
  border-bottom: none;
}
.tiktok-services .service-features li i {
  color: var(--tiktok-pink);
  margin-right: 10px;
  font-size: 1.1rem;
}

.tiktok-stats .stats-section {
  padding: 150px 0;
  background: linear-gradient(135deg, var(--light) 0%, white 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  margin-top: -5%;
}

.tiktok-stats .stats-container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}

.tiktok-stats .stats-content {
  flex: 1;
  min-width: 300px;
}

.tiktok-stats .stats-content h3 {
  font-size: 2.5rem;
  color: var(--secondary);
  margin-bottom: 30px;
  line-height: 1.3;
}

.tiktok-stats .stats-content p {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 40px;
  line-height: 1.8;
}

.tiktok-stats .stats-grid {
  flex: 1;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.tiktok-stats .stat-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

.tiktok-stats .stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.tiktok-stats .stat-value {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(90deg, var(--tiktok-pink), var(--tiktok-teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1.6;
  white-space: nowrap;
}

.tiktok-stats .stat-label {
  font-size: 1.1rem;
  color: #666;
}

/*end-tiktok*/
/*start-whatsapp*/
.whatsapp-feature {
  display: flex;
  min-height: 600px;
}
.whatsapp-feature .feature-image {
  flex: 1;
  background: url("../picture/whatsapp-photo.jpg") center/cover no-repeat;
}
.whatsapp-feature .feature-content {
  flex: 1;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--light);
}
.whatsapp-feature .feature-content h2 {
  font-size: 2.5rem;
  color: var(--secondary);
  margin-bottom: 30px;
}
.whatsapp-feature .feature-item {
  display: flex;
  margin-bottom: 30px;
}
.whatsapp-feature .feature-icon {
  width: 60px;
  height: 60px;
  background: rgba(37, 211, 102, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--whatsapp-green);
  margin-right: 20px;
  flex-shrink: 0;
}
.whatsapp-feature .feature-text h3 {
  font-size: 1.3rem;
  color: var(--secondary);
  margin-bottom: 10px;
}
.whatsapp-stats .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.whatsapp-stats .stat-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--whatsapp-green);
  transition: var(--transition);
}
.whatsapp-stats .stat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.whatsapp-stats .stat-value {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--whatsapp-green);
  margin-bottom: 10px;
}
.whatsapp-stats .stat-label {
  font-size: 1.1rem;
  color: #666;
}
.whatsapp-process .process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
.whatsapp-process .process-step {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: var(--transition);
}
.whatsapp-process .process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.whatsapp-process .step-number {
  width: 50px;
  height: 50px;
  background: var(--whatsapp-green);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 auto 25px;
}
.whatsapp-process .process-step h3 {
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 15px;
}

/*end-whatsapp*/

/* start-facebook */

.facebook-benefits {
  padding: 80px 0;
  background: white;
  overflow: hidden;
}

.facebook-benefits .benefits-carousel {
  display: flex;
  gap: 30px;
  padding: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.facebook-benefits .benefit-card {
  min-width: 300px;
  scroll-snap-align: start;
  background: var(--light);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  text-align: center;
  border-top: 4px solid var(--secondary);
}

.facebook-benefits .benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.facebook-benefits .benefit-icon {
  width: 80px;
  height: 80px;
  background: #ff6b351a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2rem;
  color: var(--secondary);
}
.facebook-benefits .benefit-card h3 {
  font-size: 1.5rem;
  color: var(--secondary);
  margin-bottom: 15px;
}

.facebook-ad {
  background: var(--light);
}

.facebook-ad .ad-types-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 50px auto 0;
}

.facebook-ad .ad-type-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  border-top: 4px solid var(--facebook-blue);
}

/* 不同类型广告的特色颜色 */
.facebook-ad .ad-type-card.photo {
  border-top-color: #45bd62; /* Facebook绿色 */
}

.facebook-ad .ad-type-card.video {
  border-top-color: #f35369; /* Facebook红色 */
}

.facebook-ad .ad-type-card.story {
  border-top-color: #f7b928; /* Facebook黄色 */
}

.facebook-ad .ad-type-card.messenger {
  border-top-color: var(--messenger-purple); /* Messenger紫色 */
}

.facebook-ad .ad-type-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.facebook-ad .ad-type-content {
  padding: 30px;
}

.facebook-ad .ad-type-content h3 {
  font-size: 1.5rem;
  color: var(--secondary);
  margin-bottom: 15px;
}

.facebook-ad .ad-type-content p {
  color: #666;
  margin-bottom: 20px;
}

.facebook-ad .ad-type-features {
  list-style: none;
  margin-top: 20px;
}

.facebook-ad .ad-type-features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.facebook-ad .ad-type-features li:last-child {
  border-bottom: none;
}

.facebook-ad .ad-type-features li i {
  margin-right: 10px;
}

.facebook-ad .photo .ad-type-features li i {
  color: #45bd62;
}

.facebook-ad .video .ad-type-features li i {
  color: #f35369;
}

.facebook-ad .story .ad-type-features li i {
  color: #f7b928;
}

.facebook-ad .messenger .ad-type-features li i {
  color: var(--messenger-purple);
}

/* end-facebook */

/* start-media */

.platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.platform-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
}

/* 不同平台卡片顶部颜色 */
.media-platforms .platform-card.facebook {
  border-top: 4px solid var(--facebook-blue);
}
.media-platforms .platform-card.instagram {
  border-top: 4px solid var(--instagram-purple);
}
.media-platforms .platform-card.twitter {
  border-top: 4px solid var(--twitter-blue);
}
.media-platforms .platform-card.linkedin {
  border-top: 4px solid var(--linkedin-blue);
}
.media-platforms .platform-card.youtube {
  border-top: 4px solid var(--youtube-red);
}
.media-platforms .platform-card.tiktok {
  border-top: 4px solid #000000;
}
.media-platforms .platform-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.platform-icon {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}
.media-platforms .platform-icon.facebook {
  color: var(--facebook-blue);
  background: rgba(24, 119, 242, 0.1);
}
.media-platforms .platform-icon.instagram {
  color: var(--instagram-purple);
  background: rgba(225, 48, 108, 0.1);
}
.media-platforms .platform-icon.twitter {
  color: var(--twitter-blue);
  background: rgba(29, 161, 242, 0.1);
}
.media-platforms .platform-icon.linkedin {
  color: var(--linkedin-blue);
  background: rgba(0, 119, 181, 0.1);
}
.media-platforms .platform-icon.youtube {
  color: var(--youtube-red);
  background: rgba(255, 0, 0, 0.1);
}
.media-platforms .platform-icon.tiktok {
  color: #000000;
  background: rgba(0, 0, 0, 0.1);
}
.media-platforms .platform-content {
  padding: 30px;
}
.media-platforms .platform-content h3 {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 15px;
}
.media-platforms .platform-content p {
  color: #666;
  margin-bottom: 20px;
}
.media-platforms .platform-features {
  list-style: none;
  margin-top: 20px;
}
.media-platforms .platform-features li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.media-platforms .platform-features li:last-child {
  border-bottom: none;
}
.media-platforms .platform-features li i {
  margin-right: 10px;
}
.media-platforms .facebook-feature i {
  color: var(--facebook-blue);
}
.media-platforms .instagram-feature i {
  color: var(--instagram-purple);
}
.media-platforms .twitter-feature i {
  color: var(--twitter-blue);
}
.media-platforms .linkedin-feature i {
  color: var(--linkedin-blue);
}
.media-platforms .youtube-feature i {
  color: var(--youtube-red);
}
.media-platforms .tiktok-feature i {
  color: #000000;
}
.media-process {
  background: var(--light);
}

.media-process .process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.media-process .process-step {
  flex: 1;
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: var(--transition);
}
.media-process .process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.media-process .step-number {
  width: 50px;
  height: 50px;
  background: var(--secondary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 0 auto 25px;
}
.media-process .process-step h3 {
  font-size: 1.3rem;
  color: var(--secondary);
  margin-bottom: 15px;
}
/* end-media */

/* start-bribery */
.breadcumb-area.bribery {
  background: linear-gradient(135deg, rgba(0, 86, 179, 0.9) 0%, rgba(0, 168, 150, 0.7) 100%),
    url("../image/bribery-bg.jpg") center/cover no-repeat;
}
.bribery-policy .policy-article {
  max-width: 800px;
  margin: 0 auto;
}
.bribery-policy .policy-article h3 {
  font-size: 1.8rem;
  color: var(--secondary);
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--light);
}
.bribery-policy .policy-article p {
  margin-bottom: 20px;
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
}
.bribery-policy .policy-article ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.bribery-policy .policy-article li {
  margin-bottom: 10px;
  color: #555;
}

.bribery-report {
  background: var(--light);
  text-align: center;
}
.bribery-report .report-box {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 5px solid var(--integrity-red);
}
.bribery-report .report-icon {
  width: 80px;
  height: 80px;
  background: rgba(217, 83, 79, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  font-size: 2rem;
  color: var(--integrity-red);
}
.bribery-report .report-box h3 {
  font-size: 1.8rem;
  color: var(--integrity-red);
  margin-bottom: 20px;
}
.bribery-report .report-box p {
  color: #666;
  margin-bottom: 30px;
}
.bribery-report .report-email {
  display: inline-block;
  background: rgba(217, 83, 79, 0.1);
  color: var(--integrity-red);
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
}
.bribery-report .report-email:hover {
  background: rgba(217, 83, 79, 0.2);
  transform: translateY(-3px);
}

/* 承诺部分 */
.bribery-commitment .commitment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}
.bribery-commitment .commitment-card {
  background: var(--light);
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  border-top: 4px solid var(--secondary);
}
.bribery-commitment .commitment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.bribery-commitment .commitment-icon {
  font-size: 2.5rem;
  color: var(--secondary);
  margin-bottom: 25px;
}
.bribery-commitment .commitment-card h4 {
  font-size: 1.5rem;
  color: var(--secondary);
  margin-bottom: 15px;
}

/* end-bribery */

/* start-privart */
.breadcumb-area.privacy {
  background: linear-gradient(135deg, rgba(255, 61, 1, 0.9) 0%, rgba(255, 136, 1, 0.7) 100%);
  padding: 200px 0;
}
/* 隐私政策内容 */
.privacy-content {
  padding: 80px 0;
  background: white;
}

.privacy-content .privacy-container {
  max-width: 900px;
  margin: 0 auto;
}

.privacy-content .privacy-section {
  margin-bottom: 50px;
}

.privacy-content .privacy-section h2 {
  font-size: 1.8rem;
  color: var(--secondary);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--light);
}

.privacy-content .privacy-section h3 {
  font-size: 1.4rem;
  color: var(--dark);
  margin: 30px 0 15px;
}

.privacy-content .privacy-section p {
  margin-bottom: 15px;
  color: #555;
}

.privacy-content .privacy-section ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.privacy-content .privacy-section li {
  margin-bottom: 10px;
  color: #555;
}

.privacy-content .highlight-box {
  background: rgba(255, 107, 53, 0.1);
  border-left: 4px solid var(--secondary);
  padding: 20px;
  margin: 30px 0;
  border-radius: 0 5px 5px 0;
}

.privacy-content .highlight-box p {
  margin-bottom: 0;
  color: var(--dark);
}

.privacy-content .contact-info {
  background: var(--light);
  padding: 50px;
  border-radius: 10px;
  margin-top: 50px;
}

.privacy-content .contact-info h3 {
  font-size: 1.5rem;
  color: var(--secondary);
  margin-bottom: 20px;
}

.privacy-content .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.privacy-content .contact-item {
  display: flex;
  align-items: center;
}

.privacy-content .contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: var(--secondary);
}
/* end-privart */
/* start-money */
.money-policy .policy-container {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 60px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.money-policy .policy-header {
  text-align: center;
  margin-bottom: 50px;
}
.money-policy .policy-header h2 {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 15px;
}
.money-policy .policy-header p {
  color: #666;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}
.money-policy .policy-content {
  max-width: 900px;
  margin: 0 auto;
}
.money-policy .policy-section {
  margin-bottom: 40px;
}
.money-policy .policy-section h3 {
  font-size: 1.8rem;
  color: var(--primary);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--light);
}
.money-policy .policy-section h4 {
  font-size: 1.3rem;
  color: var(--dark);
  margin: 25px 0 15px;
}
.money-policy .policy-section p {
  margin-bottom: 15px;
  color: #555;
  line-height: 1.8;
}
.money-policy .policy-section ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.money-policy .policy-section li {
  margin-bottom: 10px;
  color: #555;
  line-height: 1.8;
}
.money-policy .contact-info {
  background: var(--light);
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px;
}
.money-policy .contact-info h4 {
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 20px;
}
.money-policy .contact-item {
  display: flex;
  margin-bottom: 15px;
}
.money-policy .contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(0, 86, 179, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  margin-right: 15px;
  flex-shrink: 0;
}
.money-policy .contact-text {
  flex: 1;
}
/* end-money */
/* start-kyc */

.kyc-importance .importance-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-top: 50px;
}
.kyc-importance .importance-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--secondary);
  transition: var(--transition);
}
.kyc-importance .importance-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.kyc-importance .importance-card h3 {
  font-size: 1.5rem;
  color: var(--secondary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.kyc-importance .importance-card h3 i {
  margin-right: 15px;
  color: var(--secondary);
}

/* KYC流程部分 - 步骤展示 */
.kyc-process {
  padding: 100px 0;
  background: var(--light);
}
.kyc-process .process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  position: relative;
}
.kyc-process .process-steps::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--kyc-blue), var(--kyc-green));
  z-index: 1;
}
.kyc-process .process-step {
  flex: 1;
  min-width: 200px;
  max-width: 250px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.kyc-process .step-number {
  width: 60px;
  height: 60px;
  background: var(--kyc-blue);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 20px;
  position: relative;
}
.kyc-process .step-number::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--kyc-blue);
  transform: rotate(45deg);
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.kyc-process .process-step h4 {
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 15px;
}

/* KYC解决方案部分 - 对比表格 */
.kyc-solutions .solutions-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  overflow: hidden;
}
.kyc-solutions .solutions-table th,
.kyc-solutions .solutions-table td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.kyc-solutions .solutions-table th {
  background: var(--kyc-blue);
  color: white;
  font-weight: 600;
}

.kyc-solutions .solutions-table tr:nth-child(even) {
  background: var(--light);
}

.kyc-solutions .solutions-table tr:last-child td {
  border-bottom: none;
}

.kyc-solutions .feature-name {
  font-weight: 600;
  color: var(--primary);
}

.kyc-solutions .check-icon {
  color: var(--kyc-green);
  font-size: 1.2rem;
}

.kyc-solutions .cross-icon {
  color: #f44336;
  font-size: 1.2rem;
}

/* 合规标准部分 */
.kyc-solutions .compliance-standards {
  padding: 100px 0;
  background: var(--light);
}

.kyc-solutions .standards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.kyc-solutions .standard-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  border-left: 4px solid var(--kyc-blue);
}

.kyc-solutions .standard-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.kyc-solutions .standard-card h3 {
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 15px;
}

/* end-kyc */

/* start-pcidss */
.pci_dss .article-content {
  max-width: 900px;
  margin: 0 auto;
}
.pci_dss .article-title {
  font-size: 1.8rem;
  color: var(--primary);
  margin: 50px 0 20px;
  position: relative;
  padding-left: 20px;
}
.pci_dss .article-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 60%;
  width: 5px;
  background: var(--secondary);
}
.pci_dss .article-content p {
  color: #555;
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.8;
}
.pci_dss .article-content a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition);
}
.pci_dss .article-content a:hover {
  text-decoration: underline;
}
.pci_dss table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
}
.pci_dss table th,
.pci_dss table td {
  padding: 15px;
  text-align: left;
  border: 1px solid #eee;
}
.pci_dss table th {
  background-color: var(--primary);
  color: white;
  font-weight: 600;
}
.pci_dss table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.pci_dss table tr:hover {
  background-color: #f1f1f1;
}
.pci_dss ul {
  margin: 20px 0;
  padding-left: 20px;
}
.pci_dss ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  list-style: none;
}
.pci_dss ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary);
  border-radius: 50%;
}

/* 解决方案卡片 */
.pci_dss .solution-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 50px 0;
}
.pci_dss .solution-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--primary);
  transition: var(--transition);
}
.pci_dss .solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.pci_dss .solution-card h3 {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.pci_dss .solution-card h3 i {
  margin-right: 15px;
  font-size: 1.8rem;
}
/* end-pcidss */

/*  start-footer  */
.footer-section {
  background-image: url(../image/footer-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 20px;
}
.logo_thumb {
  display: inline-block;
  width: 100%;
}
.widgets-company-info {
  margin-bottom: 30px;
}

.company-info-desc p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.702);
  line-height: 1.5;
  padding: 25px 0;
  margin: 0;
  font-family: "Barlow", sans-serif;
}

.menu-quick-link-content {
  margin: 20px 0 0;
}

.footer-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-icon ul li {
  display: inline-block;
}

.footer-social-icon ul li a {
  display: inline-block;
  font-size: 17px;
  color: rgb(255, 67, 1);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  background-color: rgb(7, 7, 7);
  border-radius: 100%;
  border: 1px solid rgb(97, 97, 97);
  transition: 0.5s;
}

.widget-nav-menu {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 25px;
  font-weight: 700;
  color: rgb(254, 254, 255);
  font-family: "Barlow", sans-serif;
}

.menu-quick-info-content {
  margin: 20px 0 0;
}

.menu-quick-link-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-quick-link-content ul li a {
  font-size: 16px;
  font-weight: 400px;
  display: inline-block;
  padding: 6px 0;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.702);
  font-family: "Barlow", sans-serif;
}

.menu-quick-info-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-quick-info-content ul li a {
  font-size: 16px;
  font-weight: 400px;
  padding: 6px 0;
  display: inline-block;
  color: rgba(255, 255, 255, 0.702);
  transition: 0.5s;
  font-family: "Barlow", sans-serif;
  text-transform: capitalize;
}

.footer-sub-disc p {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 10px;
  color: rgba(255, 255, 255, 0.702);
  font-family: "Barlow", sans-serif;
}

.footer-sub-disc p span {
  margin-right: 5px;
  color: rgb(255, 67, 1);
}

.footer-inner-address p {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.702);
  font-family: "Barlow", sans-serif;
  display: flex;
}

.footer-inner-address p span {
  margin-right: 12px;
  color: rgb(255, 67, 1);
}

.footer-inner-social p {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  color: rgba(255, 255, 255, 0.702);
  font-family: "Barlow", sans-serif;
}

.footer-inner-social p span {
  margin-right: 5px;
  color: rgb(255, 67, 1);
}

.footer-inner-disc p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.702);
  font-family: "Barlow", sans-serif;
}

.footer-inner-disc p span {
  margin-right: 5px;
  color: rgb(255, 67, 1);
}

.footer-bottom-content p {
  text-align: center;
  font-size: 16px;
  margin: 100px 0 10px;
  color: rgba(255, 255, 255, 0.702);
  font-family: "Barlow", sans-serif;
}

.footer-social-icon ul li a:hover {
  color: rgb(254, 254, 255);
  background-color: rgb(255, 67, 1);
}

.menu-quick-link-content ul li a:hover {
  color: rgb(255, 67, 1);
}

.menu-quick-info-content ul li a:hover {
  color: rgb(255, 67, 1);
}

/*
 
     end-Dreamhub-footer Section Css 
 */

/*
<-- polytia Loader Css 
*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* transition: all 0s ease; */
  z-index: 999999;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: rgb(255, 67, 1);
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: rgb(255, 67, 1);
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}

.loader-wrapper .loder-section.top-section {
  top: 0;
  background: #ffffff;
  transition: 1s 1s ease;
  opacity: 1;
}

/*/ When page loaded /*/

.loaded .loder-section.top-section {
  opacity: 0;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  /* top: -100%; */
  opacity: 0;
}

/*
 
<!--Scrollup Button Section 
 */

/*------back-to-top------------*/

.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: rgb(255, 67, 1);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: rgb(255, 67, 1);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/* 新增的表单板块样式 */
.contact-form-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #ff3a3a 0%, #ff7e7e 100%);
}

.form-container {
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.form-content {
  padding: 50px;
}

.form-content h2 {
  color: red;
  font-size: 2.2rem;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.form-content p {
  color: #666;
  margin-bottom: 30px;
  font-size: 1.1rem;
}

.marketing-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #444;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #ff0000;
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.form-group:nth-last-child(2),
.form-group:last-child {
  grid-column: span 2;
}

.form-footer {
  grid-column: span 2;
  text-align: center;
}

.submit-button {
  background: #ff0000;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.submit-button i {
  margin-right: 10px;
}

.submit-button:hover {
  background: #e60000;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.3);
}
