/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.7
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.telegram-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: bounce 2s infinite;
}

/* Slight scale-up on hover */
.telegram-float:hover {
  transform: scale(1.1);
}

/* Icon size */
.telegram-icon {
  width: 65px;
  height: 65px;
}

/* Bounce animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

h1, h2, h3 {
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
	font-size: 55px !important;
}

h1, h2 {
    font-weight: 800 !important;
	font-size: 55px !important;
}

p {
	font-family: 'Montserrat', sans-serif !important;
}

h4 {
	font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
	font-size: 24px
}

.hero-banner-chinese h1 {
	font-size: 96px !important;
}

.hero-banner-chinese h2 {
	font-size: 48px !important;
}

.purple-subtext {
	font-size: 36px !important;
	font-weight: 700 !important;
}

.green-heading {
	margin-bottom: 0px !important;
}

.image-box-purple .box-text {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.image-box-purple .box-text h4 {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

.common-issues-section h4 {
	font-size: 36px !important;
	font-weight: 700 !important;
}

.common-issues-section .overlay {
	display: none !important
}

.common-issues-section p {
	font-size: 20px !important;
	font-weight: 700 !important;
}

.video-section h2 {
	font-size: 40px !important;
	margin-bottom: 0px;
}

.video-section .video-heading .col-inner {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.video-section .video-button-col .col-inner {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.we-specialize-section h4 {
	font-size: 36px !important;
	font-weight: 700 !important;
	letter-spacing: -1px;
	margin-bottom: 0px;
}

.we-specialize-section .overlay {
	display: none !important;
}

.we-specialize-section .box-text-inner {
	font-size: 24px !important;
	font-weight: 700 !important;
}

.our-core-solution h4 {
	font-weight: 700 !important;
}

.our-core-solution h3 {
	font-weight: 700 !important;
	font-size: 32px !important;
}

.our-core-solution p {
	font-weight: 400 !important;
	font-size: 18px !important;
}

.our-core-solution .gentle-spine .col-inner {
	border-radius: 20px;
}

.our-core-solution .custom-whatsapp-button {
	font-size: 20px !important;
}

.footer-section h2 {
	font-size: 36px !important;
}

.footer-section span {
	color: #C7E7A4;
}

.footer-section p {
	font-family: 'Inter', sans-serif !important;
    font-weight: 400 !important;
	font-size: 16px
}

.footer-section .footer-img img {
	border-radius: 20px;
}

.privacy-policy h2{
	font-size: 12px !important;
	letter-spacing: 8px !important;
}

.privacy-policy p {
	font-size: 10px !important;
}

.footer-section .custom-whatsapp-button {
	font-size: 20px !important;
}

.we-specialize-section span {
	color: #5E348A;
}

.custom-video-wrapper video {
  width: 100% !important;
  height: auto !important;
  display: block;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  margin: 0 auto;
}

.custom-video-wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.read-more-img{
	padding: 15px !important;
	
}

.read-more-content-1,
.read-more-content-2,
.read-more-content-3,
.read-more-content-1-mobile,
.read-more-content-2-mobile,
.read-more-content-3-mobile {
	display: none;
	padding: 15px;
	background-color: #68B45A;
	border-radius: 33px;
	margin-top: 15px;
	transition: all 0.3s ease-in-out;
	color: white !important;
	align-items: center;
} 

.read-more-content-1 h2,
.read-more-content-2 h2,
.read-more-content-3 h2,
.read-more-content-1-mobile h2,
.read-more-content-2-mobile h2,
.read-more-content-3-mobile h2{
	font-size: 36px !important;
	font-weight: 700 !important;
}

.read-more-content-1 p,
.read-more-content-2 p,
.read-more-content-3 p,
.read-more-content-1-mobile p,
.read-more-content-2-mobile p,
.read-more-content-3-mobile p{
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 2 !important;
}

.read-more-btn-1,
.read-more-btn-2,
.read-more-btn-3,
.read-more-btn-1-mobile,
.read-more-btn-2-mobile,
.read-more-btn-3-mobile {
  background-color: #5E348A;
  color: white;
  border-radius: 0 0 20px 20px;
  padding: 12px 20px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  border: none;
  transition: background-color 0.3s ease;
	width: 100%;
}

.read-more-btn-1.active,
.read-more-btn-2.active,
.read-more-btn-3.active,
.read-more-btn-1-mobile.active,
.read-more-btn-2-mobile.active,
.read-more-btn-3-mobile.active{
  background-color: #68B45A;
}

/* Bigger triangle arrow */
.read-more-btn-1::after,
.read-more-btn-2::after,
.read-more-btn-3::after,
.read-more-btn-1-mobile::after,
.read-more-btn-2-mobile::after,
.read-more-btn-3-mobile::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -32px; /* pushes it lower */
  transform: translateX(-50%);
  border-width: 16px;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  display: none;
}

.read-more-btn-1.active::after,
.read-more-btn-2.active::after,
.read-more-btn-3.active::after,
.read-more-btn-1-mobile.active::after,
.read-more-btn-2-mobile.active::after,
.read-more-btn-3-mobile.active::after{
  border-color: #68B45A transparent transparent transparent;
  display: block;
}

.read-more-btn-1 span,
.read-more-btn-2 span,
.read-more-btn-3 span,
.read-more-btn-1-mobile span,
.read-more-btn-2-mobile span,
.read-more-btn-3-mobile span {
	color: white !important;
}

.read-more-btn-1:hover,
.read-more-btn-2:hover,
.read-more-btn-3:hover,
.read-more-btn-1-mobile:hover,
.read-more-btn-2-mobile:hover,
.read-more-btn-3-mobile:hover{
	box-shadow: none;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

.custom-whatsapp-button {
  background: linear-gradient(90deg, #0088CC 0%, #00689C 100%);
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; /* Bold */
  font-size: 24px;
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 14px;
  transition: opacity 0.3s ease;
}

.custom-whatsapp-button:hover {
  opacity: 0.9;
	color: white !important;
}

.custom-whatsapp-button .whatsapp-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.custom-fixed-footer {
  width: 100%;
  background: #351C50;
  color: #fff;
  text-align: center;
  z-index: 9999;
	padding: 5px 0px;
}

.custom-fixed-footer p {
	padding-top: 15px;
	font-size: 12px;
}

@media (max-width: 48em) {
	h1, h2, h3 {
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
	font-size: 28px !important;
	}
	
	.purple-subtext {
	font-size: 18px !important;
	font-weight: 700 !important;
	}
	
	h4 {
	font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
	font-size: 24px;
	}
	
	.image-box-purple .box-text h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
	}
	
	.green-heading img {
		width: 100px !important;
	}
	
	.custom-whatsapp-button {
		font-size: 12px;
	}
	
	.common-issues-section p {
		font-size: 16px !important;
	}
	
	.common-issues-section h4 {
		font-size: 26px !important;
		font-weight: 700 !important;
	}
	
	.common-issues-section .box-text {
		padding: 10px;
	}
	
	.video-button-col p {
		margin-bottom: -6px;
	}
	
	.we-specialize-section h4 {
		font-size: 18px !important;
	}
	
	.our-core-solution h3 {
		font-size: 24px !important;
	}
	
	.our-core-solution p {
		font-size: 16px !important;
	}
	
	.our-core-solution .custom-whatsapp-button {
		font-size: 12px !important;
	}
	
	.footer-section h2 {
		font-size: 24px !important;
	}
	
	.footer-section .custom-whatsapp-button {
		font-size: 12px !important;
	}
	
	.row {
		max-width:95vw !important; 
	}
	
	.row.mobile-banner-size {
		max-width:100vw !important;
	}
	
	.privacy-policy h2 {
    font-size: 12px !important;
	}
	
	.our-core-solution .gentle-spine-2 {
		margin-top: 52px;
	}
	
	.hero-banner-chinese h1 {
		font-size: 50px !important;
	}
	
	.hero-banner-chinese h2{
		font-size: 28px !important;
	}
	
	.custom-whatsapp-button {
    background: linear-gradient(90deg, #0088CC 0%, #0072AB 100%);
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: none;
    padding: 8px 10px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    transition: opacity 0.3s ease;
	}
	
	.custom-whatsapp-button .whatsapp-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
	}
	
	.image-box-purple .box-text {
    padding: 10px;
	}
	
	.read-more-content-1-mobile, 
	.read-more-content-2-mobile, 
	.read-more-content-3-mobile {
		margin-bottom: 20px !important;
	}
	
	.cn-special {
		margin-top: 55px !important;
	}
	
	.custom-fixed-footer p {
		font-size: 10px;
	}
	
}

/* @media only screen and (max-width: 800px) {
	h1, h2, h3 {
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
	font-size: 24px !important;
	}
	
	.purple-subtext {
	font-size: 18px !important;
	font-weight: 700 !important;
	}
	
	h4 {
	font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
	font-size: 12px;
	}
	
	.image-box-purple .box-text h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
	}
	
	.green-heading img {
		width: 100px !important;
	}
	
	.custom-whatsapp-button {
		font-size: 12px;
	}
	
	.common-issues-section p {
		font-size: 12px !important;
	}
	
	.common-issues-section h4 {
		font-size: 18px !important;
		font-weight: 700 !important;
	}
	
	.video-button-col p {
		margin-bottom: -6px;
	}
	
	.we-specialize-section h4 {
		font-size: 18px !important;
	}
	
	.our-core-solution h3 {
		font-size: 24px !important;
	}
	
	.our-core-solution p {
		font-size: 12px !important;
	}
	
	.our-core-solution .custom-whatsapp-button {
		font-size: 12px !important;
	}
	
	.footer-section h2 {
		font-size: 24px !important;
	}
	
	.footer-section .custom-whatsapp-button {
		font-size: 12px !important;
	}
	
	.row {
		max-width:95vw !important; 
	}
	
	.row.mobile-banner-size {
		max-width:100vw !important;
	}
	
	.privacy-policy h2 {
    font-size: 12px !important;
	}
	
	.our-core-solution .gentle-spine-2 {
		margin-top: 52px;
	}
	
	.hero-banner-chinese h1 {
		font-size: 12px !important;
	}
	
	.hero-banner-chinese h2{
		font-size: 24px !important;
	}
} */


