/* 全局样式 */
/* 定义字体 */
@font-face {
  font-family: "Poppins";
  src: url("../Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../Poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  background: #fff;
  font-family: "Poppins";
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins";
  background: #fff;
  color: #222;
  position: relative;
}
.sidebar-right{
  position: fixed;
  bottom: 100px;
  right: 60px;
  z-index: 99999;
  
}
.sidebar-right img{
  width: 60px; 
  height: 60px;
  cursor: pointer;
}
.tg-r-hover{
  display: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:focus-visible {
  outline: none;
}
li {
  list-style: none;
}
.container {
  max-width: 1208px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 16px;
  }
}
.hero,
.features,
.stats,
.integration,
.testimonials,
.news {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.sidebar-right .block{
  position: relative;
  display: inline-block;
}
.sidebar-right .block:hover .tg-r-hover{
  display: block;
}
.sidebar-right .block:hover .tg-r{
  display: none;
}
.sidebar-right .tip1{
  position: absolute;
  display: none;
  width: 175px;
  background: #fff;
  padding: 8px 12px;
  top: -50px;
  left: -120px;
  box-shadow: 0px 0px 5px 0px rgba(9,44,78,0.1);
  border-radius: 18px;
border: 1px solid #DFE6F3;
color: #041E39FF;
word-break: break-all;
  font-size: 14px;
  z-index: 100000;
}
.sidebar-right .block:hover .tip1,
.sidebar-right .tip1:hover{
  display: inline-block;
}
.header {
  position: fixed !important;
  top: 3rem;
  z-index: 11;
  background: rgba(0, 0, 0, 0) !important;
}
.scrolled {
  background: #fff !important;
  z-index: 99;
  box-shadow: 0px 2px 12px 0px rgba(146, 155, 165, 0.1);
}
.first-screen {
  position: relative;
  background: linear-gradient(to bottom, #fff 0%, rgb(231 247 234 / 30%) 100%);
}
.first-screen .picture {
  position: absolute;
  top: 0;
  height: 100%;
}
.first-screen .line-left {
  position: absolute;
  left: -8%;
  top: -20%;
  width: 46%;
  height: 100%;
  z-index: 10;
}
.first-screen .line-right {
  position: absolute;
  right: -9%;
  top: -20%;
  width: 46%;
  height: 100%;
  z-index: 10;
}
.first-screen .hero {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  z-index: 10;
}
.first-screen .hero .hero-content {
  padding-top: 68px;
}
.first-screen .hero h1 {
  font-size: 3.375rem;
  margin-bottom: 16px;
  color: #041e39;
}
.first-screen .hero .hero_desc {
  font-size: 1.125rem;
  width: 38%;
  margin: 0 auto 32px;
  color: #4f5c65;
}
.first-screen .hero .hero-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.first-screen .hero .hero-btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 48px;
  border-radius: 8px;
  font-weight: 500;
}
.first-screen .hero .hero-btns .btn .next {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
.first-screen .hero .hero-btns .primary {
  background: #1ab394;
  color: #fff;
}
.first-screen .hero .hero-btns .primary:hover {
  background: #00cca3;
}
.first-screen .hero .hero-btns .secondary {
  background: #f7fafc;
  border-radius: 8px;
  border: 1px solid #929ba5;
  color: #041e39;
}
.first-screen .hero .hero-btns .secondary .next {
  margin-left: 0px;
  margin-right: 8px;
}
.first-screen .hero .hero-btns .secondary:hover {
  background: #041e39;
  color: #fff;
}
.proxies {
  background: #fff;
  padding-top: 6.25rem;
}
.proxies .proxies-title {
  font-size: 2.375rem;
  font-weight: bold;
  color: #041e39;
  text-align: center;
  margin-bottom: 1rem;
}
.proxies .proxies-desc {
  text-align: center;
  color: #4f5c65;
  margin-bottom: 40px;
}
.proxies .proxies-content {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.proxy-card {
  background: linear-gradient(270deg, rgba(233, 238, 241, 0.5) 0%, rgba(233, 238, 241, 0) 100%);
  border-radius: 16px;
  border: 1px solid #dfe6f3;
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.proxy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
.proxy-card.unlimited {
  grid-column: span 1;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
}
.proxy-card.rotating {
  flex-shrink: 0;
  width: 65%;
  display: flex;
  flex-direction: row;
}
.proxy-card.rotating .proxy-content {
  flex: 1;
  margin-right: 46px;
}
.proxy-card.rotating .proxy-map {
  width: 22.625rem;
  object-fit: cover;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proxy-card.rotating .proxy-map img {
  width: 100%;
}
.proxy-card.static {
  background: #fff;
}
.proxy-card.static .proxy-footer .proxy-actions .btn.primary {
  background: #1ab394;
}
.proxy-card.static .proxy-footer .proxy-actions .btn.primary:hover {
  background: #00cca3;
}
.proxy-card .proxy-icon {
  margin-bottom: 16px;
}
.proxy-card .proxy-icon img {
  width: 48px;
  height: 48px;
}
.proxy-card .proxy-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #16191c;
  margin-bottom: 8px;
}
.proxy-card .proxy-desc {
  font-size: 0.875rem;
  color: #4f5c65;
  margin-bottom: 20px;
  line-height: 1.3;
}
.proxy-card .proxy-features {
  list-style: none;
  padding: 0;
  margin-bottom: 14px;
  flex: 1;
}
.proxy-card .proxy-features li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #041e39;
}
.proxy-card .proxy-features li .check-icon {
  font-weight: bold;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.proxy-card .proxy-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  border-top: 1px solid #dfe6f3;
  padding-top: 22px;
}
.proxy-card .proxy-footer .proxy-price {
  display: flex;
  flex-direction: column;
}
.proxy-card .proxy-footer .proxy-price .price-label {
  font-size: 0.75rem;
  color: #888;
}
.proxy-card .proxy-footer .proxy-price .price-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
}
.proxy-card .proxy-footer .proxy-actions {
  display: flex;
  gap: 14px;
}
.proxy-card .proxy-footer .proxy-actions .btn {
  padding: 8px 10px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}
.proxy-card .proxy-footer .proxy-actions .btn.primary {
  background: #6471e3;
  color: #fff;
}
.proxy-card .proxy-footer .proxy-actions .btn.primary:hover {
  background: #7d88f0;
}
.proxy-card .proxy-footer .proxy-actions .btn.secondary {
  padding: 0.5rem 0;
  color: #041e39;
  text-decoration: underline;
}
.proxy-card .proxy-footer .proxy-actions .btn.secondary:hover {
  color: #008266;
  font-weight: 500;
}
.proxy-map {
  border-radius: 12px;
  min-height: 260px;
  position: relative;
}
.map-container {
  position: relative;
}
.country-selector {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.country {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.country img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.country.selected {
  background-color: #e6f0ff;
  border: 1px solid #1ab394;
}
.country .check-mark {
  margin-left: auto;
  color: #1ab394;
  font-weight: bold;
}
.proxy-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.socks5-map {
  grid-column: span 1;
  background-color: #f7f0ff;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.socks5-map .map-visual {
  position: relative;
  min-height: 260px;
}
.socks5-map .country-tag {
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 0.9rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.socks5-map .country-tag.spain {
  top: 30%;
  left: 20%;
}
.socks5-map .country-tag.france {
  top: 15%;
  left: 40%;
}
.socks5-map .country-tag.australia {
  top: 60%;
  right: 20%;
}
.socks5-map .socks5-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #7b4fff;
  box-shadow: 0 4px 20px rgba(123, 79, 255, 0.2);
}
.socks5-map .reuse-tag {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 0.9rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.feature {
  background: #f7fafd;
}
.feature .feature-content {
  display: flex;
  padding: 20px 0;
}
.feature .feature-content .feature-card {
  flex: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 20px;
}
.feature .feature-content .feature-card::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: #dfe6f3;
  border-radius: 16px;
}
.feature .feature-content .feature-card img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}
.feature .feature-content .feature-card p {
  font-size: 1rem;
  color: #041e39;
  font-weight: 500;
}
.feature .feature-content .feature-card:last-child::before {
  display: none;
}
.features {
  display: flex;
  gap: 24px;
  margin: 40px auto;
}
.features .feature-card {
  background: #fff;
  box-shadow: 0 2px 16px rgba(44, 62, 80, 0.08);
  border-radius: 12px;
  padding: 32px 20px;
  flex: 1;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.features .feature-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.12);
}
.features .feature-card h3 {
  color: #1ab394;
  margin-bottom: 12px;
}
.features .feature-card p {
  color: #555;
}
.stats {
  display: flex;
  justify-content: space-around;
  margin: 40px auto;
}
.stats .stat {
  text-align: center;
}
.stats .stat .stat-number {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1ab394;
  display: inline-block;
  transition: color 0.3s;
}
.stats .stat .stat-label {
  color: #666;
  margin-top: 4px;
}
.integration {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 60px auto;
}
.integration .integration-content {
  flex: 1;
}
.integration .integration-content h2 {
  font-size: 2rem;
  margin-bottom: 12px;
}
.integration .integration-content p {
  color: #555;
  margin-bottom: 18px;
}
.integration .integration-img {
  flex: 1;
  min-height: 180px;
  background: url("https://img.icons8.com/ios-filled/200/2ec4b6/api-settings.png") no-repeat center / contain;
}
.testimonials {
  margin: 60px auto;
}
.testimonials h2 {
  text-align: center;
  margin-bottom: 24px;
}
.testimonials .testimonial-list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.testimonials .testimonial-list .testimonial {
  background: #fff;
  box-shadow: 0 2px 16px rgba(44, 62, 80, 0.08);
  border-radius: 12px;
  padding: 24px 20px;
  max-width: 320px;
  transition: box-shadow 0.2s;
}
.testimonials .testimonial-list .testimonial:hover {
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.12);
}
.testimonials .testimonial-list .testimonial p {
  font-style: italic;
  margin-bottom: 10px;
}
.testimonials .testimonial-list .testimonial span {
  color: #888;
  font-size: 0.95rem;
}
.news {
  margin: 60px auto;
}
.news h2 {
  text-align: center;
  margin-bottom: 24px;
}
.news .news-list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.news .news-list .news-item {
  background: #fff;
  box-shadow: 0 2px 16px rgba(44, 62, 80, 0.08);
  border-radius: 12px;
  padding: 24px 20px;
  max-width: 320px;
  transition: box-shadow 0.2s;
}
.news .news-list .news-item:hover {
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.12);
}
.news .news-list .news-item h3 {
  color: #1ab394;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.news .news-list .news-item p {
  color: #555;
}
.global-proxy-pool {
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.global-proxy-pool .proxy-pool-container {
  position: relative;
  z-index: 2;
  background-color: #f7fafc;
  display: flex;
}
.global-proxy-pool .proxy-pool-container .proxy-pool-content {
  width: 67.7%;
  padding: 40px 0px 40px 40px;
}
.global-proxy-pool .world-map {
  position: absolute;
  top: 0;
  right: 0;
  width: 24.375rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
  background: url("../images/earth.png");
  background-size: contain;
}
.global-proxy-pool .world-map .map-image {
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
  opacity: 0.7;
}
.global-proxy-pool .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #041e39;
  margin-bottom: 16px;
  text-align: left;
}
.global-proxy-pool .section-desc {
  max-width: 70%;
  margin: 0 0 48px;
  text-align: left;
  color: #4f5c65;
  font-size: 1.125rem;
  line-height: 1.5;
}
.global-proxy-pool .countries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
}
.global-proxy-pool .countries-grid .country-card {
  background: #fff;
  border: 1px solid #dfe6f3;
  border-radius: 12px;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.global-proxy-pool .countries-grid .country-card .flag-wrapper {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.global-proxy-pool .countries-grid .country-card .flag-wrapper .country-flag {
  width: 22px;
  height: 18px;
  margin-right: 8px;
}
.global-proxy-pool .countries-grid .country-card .flag-wrapper .country-name {
  font-size: 1rem;
  font-weight: bold;
  color: #041e39;
}
.global-proxy-pool .countries-grid .country-card .ip-count {
  font-size: 0.9rem;
  color: #4f5c65;
}
.global-proxy-pool .view-more {
  position: absolute;
  bottom: 40px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(207, 210, 224, 0.5);
  border-radius: 24px;
  padding: 12px 24px;
  cursor: pointer;
}
.global-proxy-pool .view-more:hover {
  color: #008266;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 130, 102, 0.5);
  border-radius: 24px;
}
.global-proxy-pool .view-more:hover .view-all-link {
  color: #008266;
}
.global-proxy-pool .view-more:hover .arrow-icon {
  display: none;
}
.global-proxy-pool .view-more:hover .arrow-icon-active {
  display: block;
}
.global-proxy-pool .view-more .view-all-link {
  color: #041e39;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.2s;
}
.global-proxy-pool .view-more .arrow-icon {
  width: 16px;
  height: 16px;
  display: block;
}
.global-proxy-pool .view-more .arrow-icon-active {
  width: 16px;
  height: 16px;
  display: none;
}
.global-proxy-pool .ip-statistics {
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  margin-top: 40px;
  gap: 16px;
}
.global-proxy-pool .ip-statistics .stat-card {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 28px 0;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.global-proxy-pool .ip-statistics .stat-card:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: #e9eef1;
}
.global-proxy-pool .ip-statistics .stat-card .stat-number {
  font-size: 4.75rem;
  font-weight: bold;
  color: #041e39;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.global-proxy-pool .ip-statistics .stat-card .stat-label {
  font-size: 1.125rem;
  color: #4f5c65;
  transition: color 0.3s ease;
}
.global-proxy-pool .ip-statistics .stat-card:nth-child(1) {
  background: #f1e6fc;
}
.global-proxy-pool .ip-statistics .stat-card:nth-child(2) {
  background: #fff2ee;
}
.global-proxy-pool .ip-statistics .stat-card:nth-child(3) {
  background: #f1f6ff;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.efficient-smart-seamless {
  overflow: hidden;
}
.efficient-smart-seamless .section-title {
  width: 73%;
  margin: 0 auto 40px;
  font-size: 2.375rem;
  font-weight: bold;
  color: #041e39;
  text-align: center;
}
.efficient-smart-seamless .section-title.text-center {
  text-align: center;
}
.efficient-smart-seamless .integration-container {
  display: flex;
  gap: 40px;
  align-items: center;
  background: #f1f6ff;
  padding: 40px;
  border-radius: 16px;
  position: relative;
}
.efficient-smart-seamless .integration-container .integration-left {
  flex: 1;
  z-index: 1;
  position: relative;
}
.efficient-smart-seamless .integration-container .integration-left .badge {
  display: inline-flex;
  align-items: center;
  background-color: #ebf5ff;
  border-radius: 16px;
  padding: 6px 20px;
  margin-bottom: 30px;
  background: #e2e8fc;
  border-radius: 19px;
}
.efficient-smart-seamless .integration-container .integration-left .badge .badge-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.efficient-smart-seamless .integration-container .integration-left .badge .badge-text {
  color: #6471e3;
  font-weight: bold;
  font-size: 1rem;
}
.efficient-smart-seamless .integration-container .integration-left .integration-title {
  font-size: 2.375rem;
  font-weight: bold;
  color: #041e39;
  margin-bottom: 20px;
  line-height: 1.3;
}
.efficient-smart-seamless .integration-container .integration-left .integration-desc {
  color: #4f5c65;
  margin-bottom: 30px;
  line-height: 1.6;
}
.efficient-smart-seamless .integration-container .integration-left .get-started-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 67px;
  background-color: #1ab394;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.efficient-smart-seamless .integration-container .integration-left .get-started-btn span {
  margin-right: 8px;
}
.efficient-smart-seamless .integration-container .integration-left .get-started-btn:hover {
  background-color: #00cca3;
}
.efficient-smart-seamless .integration-container .integration-right-bg {
  display: block;
  position: absolute;
  width: 567px;
  right: 23%;
}
.efficient-smart-seamless .integration-container .integration-right {
  position: relative;
  max-width: 46.5%;
  width: 46.5%;
  margin-left: 5%;
  margin-right: -1.25rem;
  margin-bottom: -1.25rem;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs {
  border-radius: 12px;
  overflow: hidden;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header {
  display: flex;
  align-items: center;
  padding: 2px;
  background-color: #e8eaef;
  border-bottom: 1px solid #dfe6f3;
  flex-wrap: wrap;
  margin: 0 1.25rem 1.125rem;
  border-radius: 8px;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .tab-nav {
  width: 100%;
  display: flex;
  gap: 8px;
  border-radius: 0.5rem;
  padding: 0.125rem;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .tab-btn {
  flex: 1;
  background: none;
  border: none;
  padding: 8px 10px;
  font-size: 0.875rem;
  color: #4f5c65;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .tab-btn:hover {
  color: #041e39;
  background-color: #fff;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .tab-btn.active {
  color: #041e39;
  font-weight: bold;
  background-color: #fff;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .copy-btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: #4f5c65;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .copy-btn:hover {
  color: #041e39;
  background-color: rgba(0, 0, 0, 0.05);
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .copy-btn.copied {
  color: #10b981;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .copy-btn.copied svg path {
  fill: #10b981;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window {
  background: #fff;
  box-shadow: -4px 1rem 1.25rem -4px rgba(174, 177, 192, 0.4);
  border-radius: 16px;
  border: 1px solid #dadcde;
  overflow: hidden;
  margin: 0 1.25rem 1.25rem;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid #dadcde;
  background: #fff;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .window-dots {
  display: flex;
  gap: 6px;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .dot.dot-red {
  background-color: #f87171;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .dot.dot-yellow {
  background-color: #fbbf24;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .dot.dot-green {
  background-color: #34d399;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .copy-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: #4f5c65;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .copy-btn img {
  width: 16px;
  height: 16px;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .copy-btn .copy {
  display: block;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .copy-btn .copy-hover {
  display: none;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .copy-btn:hover {
  color: #008266;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .copy-btn:hover .copy {
  display: none;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .copy-btn:hover .copy-hover {
  display: block;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .code-window-header .copy-btn.copied {
  color: #10b981;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content {
  position: relative;
  height: 350px;
  overflow-y: auto;
  /* Custom scrollbar styles */
  /* For Firefox */
  scrollbar-width: thin;
  scrollbar-color: #dadcde #f0f3f5;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content::-webkit-scrollbar {
  width: 8px;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content::-webkit-scrollbar-track {
  background: #f0f3f5;
  border-radius: 4px;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content::-webkit-scrollbar-thumb {
  background: #dadcde;
  border-radius: 4px;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content::-webkit-scrollbar-thumb:hover {
  background: #cdcfd2;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content .tab-pane {
  display: none;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content .tab-pane.active {
  display: block;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content .tab-pane pre {
  margin: 0;
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.7;
  overflow-x: auto;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content .tab-pane pre code {
  display: block;
  color: #041e39;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content .tab-pane .line-numbers {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f5f6;
  min-width: 40px;
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  color: #929ba5;
  user-select: none;
  text-align: center;
}
.efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-content .tab-pane .line-numbers .code-line {
  height: 2.5rem;
  line-height: 2.5rem;
}
.efficient-smart-seamless .ip-resource-management {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #feefef;
  border-radius: 16px;
  margin: 40px 0;
  overflow: hidden;
  position: relative;
}
.efficient-smart-seamless .ip-resource-management .resource-content {
  flex: 1;
  padding: 50px 40px;
  max-width: 50%;
  margin-left: 100px;
}
.efficient-smart-seamless .ip-resource-management .resource-content .section-title {
  width: 100%;
  font-size: 2.375rem;
  font-weight: bold;
  color: #041e39;
  margin-bottom: 16px;
  line-height: 3.5625rem;
  text-align: left;
}
.efficient-smart-seamless .ip-resource-management .resource-content .section-desc {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #4f5c65;
  margin-bottom: 32px;
}
.efficient-smart-seamless .ip-resource-management .resource-content .feature-bullets {
  background: #fce6e0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 26px;
}
.efficient-smart-seamless .ip-resource-management .resource-content .feature-bullets .feature-bullet {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.efficient-smart-seamless .ip-resource-management .resource-content .feature-bullets .feature-bullet .bullet-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.efficient-smart-seamless .ip-resource-management .resource-content .feature-bullets .feature-bullet .bullet-text {
  font-size: 0.9375rem;
  color: #041e39;
}
.efficient-smart-seamless .ip-resource-management .resource-content .feature-bullets .feature-bullet:nth-child(2) {
  margin-bottom: 0;
}
.efficient-smart-seamless .ip-resource-management .resource-content .explore-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 55px;
  background-color: #1ab394;
  color: white;
  border-radius: 8px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.efficient-smart-seamless .ip-resource-management .resource-content .explore-btn span {
  margin-right: 8px;
}
.efficient-smart-seamless .ip-resource-management .resource-content .explore-btn svg {
  transition: transform 0.3s ease;
}
.efficient-smart-seamless .ip-resource-management .resource-content .explore-btn:hover {
  background-color: #00cca3;
}
.efficient-smart-seamless .ip-resource-management .resource-content .explore-btn:hover svg {
  transform: translateX(4px);
}
.efficient-smart-seamless .ip-resource-management .resource-image {
  width: 596px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.efficient-smart-seamless .ip-resource-management .resource-image img {
  max-width: 100%;
  height: auto;
}
.efficient-smart-seamless .feature-cards {
  padding: 60px 0;
}
.efficient-smart-seamless .feature-cards .card-grid {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.efficient-smart-seamless .feature-cards .feature-card {
  flex: 1;
  border-radius: 16px;
  border: 1px solid #dadcde;
  padding: 12px 12px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.efficient-smart-seamless .feature-cards .feature-card .card-icon {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px;
  background: #eff0fc;
}
.efficient-smart-seamless .feature-cards .feature-card .card-icon img {
  width: 64px;
  height: 64px;
}
.efficient-smart-seamless .feature-cards .feature-card .card-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #041e39;
  margin-bottom: 12px;
}
.efficient-smart-seamless .feature-cards .feature-card .card-desc {
  font-size: 0.875rem;
  color: #4f5c65;
  line-height: 1.5;
  max-width: 85%;
  margin: 0 auto;
}
.industry-recognized-preferred-solution {
  padding: 80px 0;
}
.industry-recognized-preferred-solution .industry-solution-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.industry-recognized-preferred-solution .industry-solution-content {
  flex: 1;
  max-width: 40%;
}
.industry-recognized-preferred-solution .industry-solution-content .section-title {
  font-size: 2.375rem;
  font-weight: bold;
  color: #041e39;
  margin-bottom: 16px;
  line-height: 1.2;
}
.industry-recognized-preferred-solution .industry-solution-content .section-desc {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #4f5c65;
}
.industry-recognized-preferred-solution .industry-solution-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.industry-recognized-preferred-solution .industry-solution-image img {
  max-width: 100%;
  height: auto;
}
.use-cases-section {
  padding: 80px 0;
  background-color: #f7fafd;
}
.use-cases-section .use-cases-header {
  flex: 0 0 calc(50% - 16px);
  margin-bottom: 40px;
}
.use-cases-section .use-cases-header .use-cases-intro {
  max-width: 70%;
}
.use-cases-section .use-cases-header .use-cases-intro .section-title {
  font-size: 2.375rem;
  font-weight: bold;
  color: #041e39;
  margin-bottom: 16px;
  line-height: 1.2;
}
.use-cases-section .use-cases-header .use-cases-intro .section-desc {
  width: 90%;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #4f5c65;
}
.use-cases-section .use-cases-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.use-cases-section .use-cases-grid .use-case-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}
.use-cases-section .use-cases-grid .use-case-row:last-child {
  margin-bottom: 0;
}
.use-cases-section .use-cases-grid .use-case-card {
  flex: 0 0 calc(25% - 16px);
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #dfe6f3;
}
.use-cases-section .use-cases-grid .use-case-card .use-case-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
}
.use-cases-section .use-cases-grid .use-case-card .use-case-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.use-cases-section .use-cases-grid .use-case-card .use-case-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #041e39;
  margin-bottom: 8px;
}
.use-cases-section .use-cases-grid .use-case-card .use-case-desc {
  min-height: 70px;
  font-size: 1rem;
  color: #4f5c65;
  line-height: 1.5;
  margin-bottom: 20px;
}
.use-cases-section .use-cases-grid .use-case-card .use-case-arrow .arrow {
  width: 28px;
  height: 28px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.use-cases-section .use-cases-grid .use-case-card .use-case-arrow .arrow-black {
  position: absolute;
  left: 1.5rem;
  opacity: 0;
  visibility: hidden;
  width: 44px;
  height: 28px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.use-cases-section .use-cases-grid .use-case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.use-cases-section .use-cases-grid .use-case-card:hover .use-case-arrow .arrow {
  opacity: 0;
  visibility: hidden;
}
.use-cases-section .use-cases-grid .use-case-card:hover .use-case-arrow .arrow-black {
  opacity: 1;
  visibility: visible;
}
.use-cases-section .use-cases-footer {
  display: flex;
  justify-content: center;
}
.use-cases-section .use-cases-footer .view-all-btn {
  display: inline-block;
  padding: 12px 32px;
  background-color: #1ab394;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
.use-cases-section .use-cases-footer .view-all-btn:hover {
  background-color: #00cca3;
}
.tab-btn {
  background: none;
  border: none;
  padding: 8px 16px;
  font-size: 0.875rem;
  color: #6b7280;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.tab-btn:hover {
  color: #111827;
  background-color: rgba(0, 0, 0, 0.05);
}
.tab-btn.active {
  color: #1ab394;
  font-weight: 500;
  background-color: rgba(59, 130, 246, 0.1);
}
.code-content {
  display: flex;
}
.code-area {
  flex: 1;
  padding: 12px 16px;
  overflow-x: auto;
  font-family: "Roboto Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #111827;
  background-color: #fff;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
/* Syntax highlighting classes */
.keyword {
  color: #8b5cf6;
}
.string {
  color: #10b981;
}
.comment {
  color: #9ca3af;
  font-style: italic;
}
.variable {
  color: #f59e0b;
}
.function {
  color: #3b82f6;
}
.why-choose-us {
  padding: 124px 0 63px;
  background-color: #fff;
  overflow: hidden;
}
.why-choose-us .section-title {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
  color: #041e39;
  margin-bottom: 4dvh;
}
.why-choose-us .testimonial-carousel {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .why-choose-us .testimonial-carousel {
    flex-direction: column;
  }
}
.why-choose-us .testimonial-container {
  width: 65%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .why-choose-us .testimonial-container {
    width: 100%;
    margin-bottom: 30px;
  }
}
.why-choose-us .testimonial-slides {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}
.why-choose-us .testimonial-slide {
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-choose-us .testimonial-slide.active {
  opacity: 1;
  position: relative;
}
.why-choose-us .testimonial-card {
  width: 596px;
  height: 329px;
  background: #ddf4e1;
  border-radius: 16px;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.why-choose-us .testimonial-card .line-left {
  position: absolute;
  left: -18px;
  top: -18px;
  width: 66px;
}
.why-choose-us .testimonial-card .line-right {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 66px;
}
@media screen and (max-width: 768px) {
  .why-choose-us .testimonial-card {
    padding: 24px;
  }
}
.why-choose-us .testimonial-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.why-choose-us .testimonial-text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #4f5c65;
  margin-bottom: 30px;
  flex: 1;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .why-choose-us .testimonial-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.why-choose-us .testimonial-author {
  display: flex;
  align-items: center;
}
.why-choose-us .author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .why-choose-us .author-avatar {
    width: 44px;
    height: 44px;
  }
}
.why-choose-us .author-info {
  display: flex;
  flex-direction: column;
}
.why-choose-us .author-name {
  font-size: 1rem;
  font-weight: 600;
  color: #041e39;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .why-choose-us .author-name {
    font-size: 1rem;
  }
}
.why-choose-us .author-title {
  font-size: 0.875rem;
  color: #4f5c65;
}
@media screen and (max-width: 768px) {
  .why-choose-us .author-title {
    font-size: 0.75rem;
  }
}
.why-choose-us .testimonial-showcase {
  width: 35%;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .why-choose-us .testimonial-showcase {
    width: 100%;
    padding-left: 0;
  }
}
.why-choose-us .showcase-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 678px;
  overflow-y: auto;
  padding-right: 10px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.why-choose-us .showcase-container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 992px) {
  .why-choose-us .showcase-container {
    max-height: 300px;
  }
}
.why-choose-us .showcase-item {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.why-choose-us .showcase-item.active {
  opacity: 1;
}
.why-choose-us .showcase-item.active .showcase-card {
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(181, 196, 183, 0.4);
  margin-left: 0.625rem;
}
.why-choose-us .showcase-item.active .showcase-card .showcase-text {
  color: #041e39;
  font-weight: bold;
  margin-bottom: 8px;
}
.why-choose-us .showcase-item:hover .showcase-text {
  color: #041e39;
  font-weight: bold;
}
.why-choose-us .showcase-card {
  display: flex;
  padding: 24px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .why-choose-us .showcase-card {
    padding: 12px;
  }
}
.why-choose-us .showcase-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 16px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .why-choose-us .showcase-avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}
.why-choose-us .showcase-content {
  flex: 1;
}
.why-choose-us .showcase-text {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #041e39;
  margin-bottom: 0.5rem;
  max-height: 2.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .why-choose-us .showcase-text {
    font-size: 0.875rem;
  }
}
.why-choose-us .showcase-author {
  font-size: 0.875rem;
  color: #4f5c65;
}
@media screen and (max-width: 768px) {
  .why-choose-us .showcase-author {
    font-size: 0.75rem;
  }
}
.why-choose-us .carousel-navigation {
  display: flex;
  justify-content: center;
  margin-top: 23px;
}
.why-choose-us .carousel-dots {
  display: flex;
  gap: 12px;
}
.why-choose-us .carousel-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dadcde;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.why-choose-us .carousel-dots .dot.active {
  background-color: #1ab394;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.testimonial-slide.active {
  animation: fadeIn 0.5s ease forwards;
}
.showcase-item.active .showcase-card {
  animation: slideInRight 0.4s ease forwards;
}
.latest-trends-insights {
  padding: 40px 0 100px;
  background-color: #fff;
}
.latest-trends-insights .section-title {
  width: 70%;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
  color: #041e39;
  margin: 0 auto 16px;
}
.latest-trends-insights .section-desc {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #4f5c65;
  margin: 0 auto 40px;
  max-width: 70%;
}
.latest-trends-insights .blog-container {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .latest-trends-insights .blog-container {
    flex-direction: column;
  }
}
.latest-trends-insights .blog-main {
  flex: 0 0 calc(50% - 12px);
}
@media screen and (max-width: 992px) {
  .latest-trends-insights .blog-main {
    flex: 1;
  }
}
.latest-trends-insights .blog-featured {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.latest-trends-insights .blog-image {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.latest-trends-insights .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.latest-trends-insights .blog-image:hover img {
  transform: scale(1.05);
}
.latest-trends-insights .blog-content {
  padding: 24px 0;
}
.latest-trends-insights .blog-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #041e39;
  margin-bottom: 16px;
  line-height: 1.3;
}
.latest-trends-insights .blog-excerpt {
  font-size: 1rem;
  line-height: 1.5;
  color: #4f5c65;
  margin-bottom: 24px;
}
.latest-trends-insights .blog-link {
  display: inline-flex;
  align-items: center;
  color: #1ab394;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
}
.latest-trends-insights .blog-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.latest-trends-insights .blog-link:hover::after {
  transform: translateX(4px);
}
.latest-trends-insights .blog-link:hover {
  color: #008266;
}
.latest-trends-insights .blog-list {
  flex: 0 0 calc(50% - 12px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .latest-trends-insights .blog-list {
    flex: 1;
  }
}
.latest-trends-insights .blog-item {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.latest-trends-insights .blog-item:hover .blog-item-title {
  text-decoration: underline;
}
.latest-trends-insights .blog-item-image {
  flex: 0 0 180px;
  height: 120px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.latest-trends-insights .blog-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.latest-trends-insights .blog-item-image:hover img {
  transform: scale(1.05);
}
.latest-trends-insights .blog-item-image .tag-free {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #1ab394;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 4px;
}
@media screen and (max-width: 576px) {
  .latest-trends-insights .blog-item-image {
    flex: 0 0 160px;
    width: 100%;
  }
}
.latest-trends-insights .blog-item-content {
  flex: 1;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.latest-trends-insights .blog-item-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #041e39;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .latest-trends-insights .blog-item-title {
    font-size: 1rem;
  }
}
.latest-trends-insights .blog-item-date {
  font-size: 0.875rem;
  color: #4f5c65;
}
.custom-hero {
  width: 100%;
  padding: 120px 0 0px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.custom-hero .custom-hero-bg-img {
  width: 100%;
}
.custom-hero .custom-hero-bg {
  position: absolute;
  top: 60px;
  width: 100%;
  max-width: 570px;
  margin: 0 auto 32px auto;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  background: #fff;
}
.custom-hero .custom-email-form {
  display: flex;
  width: 100%;
  gap: 16px;
  align-items: center;
}
.custom-hero .custom-email-form .input-icon {
  position: relative;
  flex: 1;
}
.custom-hero .custom-email-form .input-icon img {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  opacity: 0.5;
}
.custom-hero .custom-email-form .input-icon input {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border-radius: 12px;
  border: none;
  background: #fff;
  font-size: 16px;
  outline: none;
  color: #4f5c65;
}
.custom-hero .custom-email-form .get-started-btn {
  height: 68px;
  background: #1ab394;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.custom-hero .custom-email-form .get-started-btn:hover {
  background: #00cca3;
}
.custom-hero .custom-proxy-card {
  position: relative;
  width: 70%;
  max-width: 826px;
  height: 388px;
  background: #fff;
  border-radius: 24px;
  padding: 0 0 24px 0;
  margin: -20% auto 0;
}
.custom-hero .custom-proxy-card .browser-bar {
  height: 64px;
  background: #0d1b2a;
  border-radius: 24px 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  gap: 8px;
  position: relative;
}
.custom-hero .custom-proxy-card .browser-bar .browser-bar-left {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-hero .custom-proxy-card .browser-bar .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}
.custom-hero .custom-proxy-card .browser-bar .dot.red {
  background: #f96d92;
}
.custom-hero .custom-proxy-card .browser-bar .dot.yellow {
  background: #fde374;
}
.custom-hero .custom-proxy-card .browser-bar .dot.green {
  background: #1ab394;
}
.custom-hero .custom-proxy-card .browser-bar .domain {
  color: #fff;
  font-size: 16px;
  margin-left: 16px;
  font-weight: 500;
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  height: 36px;
  line-height: 36px;
  width: 182px;
}
.custom-hero .custom-proxy-card .proxy-card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 44px 32px 16px 70px;
}
.custom-hero .custom-proxy-card .proxy-card-content .proxy-left {
  display: flex;
  align-items: center;
  gap: 18px;
}
.custom-hero .custom-proxy-card .proxy-card-content .proxy-left .proxy-globe {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.custom-hero .custom-proxy-card .proxy-card-content .proxy-left .proxy-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #041e39;
}
.custom-hero .custom-proxy-card .proxy-card-content .proxy-left .proxy-desc {
  text-align: left;
  color: #bdbdbd;
  font-size: 0.875rem;
  margin-top: 2px;
}
.custom-hero .custom-proxy-card .proxy-card-content .proxy-right {
  position: relative;
  left: 194px;
  display: flex;
  align-items: center;
}
.custom-hero .custom-proxy-card .proxy-card-content .proxy-right .direct {
  position: absolute;
  left: -60px;
  top: 30px;
  width: 45px;
}
.custom-hero .custom-proxy-card .proxy-card-content .proxy-right .export-tooltip {
  width: 326px;
  height: 78px;
  background: #0d1b2a;
  color: #fff;
  border-radius: 16px;
  padding: 26px 28px;
  font-size: 1.25rem;
  font-weight: 500;
  box-shadow: 0 4px 16px rgba(13, 27, 42, 0.08);
  position: relative;
  white-space: nowrap;
}
.custom-hero .custom-proxy-card .proxy-list-row-text {
  padding-left: 70px;
  font-size: 1.25rem;
  color: #041e39;
  text-align: left;
  margin-bottom: 16px;
}
.custom-hero .custom-proxy-card .proxy-list-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 70px;
  margin-top: 8px;
  background: #f7faf9;
  border-radius: 34px;
  padding: 8px 16px 8px 38px;
}
.custom-hero .custom-proxy-card .proxy-list-row .proxy-list-input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  color: #929ba5;
  font-size: 1.375rem;
  font-family: Poppins-Medium;
}
.custom-hero .custom-proxy-card .proxy-list-row .generate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 52px;
  background: #fff;
  color: #1ab394;
  border: none;
  border-radius: 26px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0px 0px 6px 0px rgba(215, 223, 229, 0.84);
}
.custom-hero .custom-proxy-card .proxy-list-row .generate-btn .generate-icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1208px) {
  .container {
    padding: 0 24px;
  }
  .why-choose-us .section-title {
    font-size: 2rem;
  }
  .why-choose-us .testimonial-text {
    font-size: 1.125rem;
  }
  .latest-trends-insights .section-title {
    font-size: 2rem;
  }
  .latest-trends-insights .blog-title {
    font-size: 1.25rem;
  }
  .custom-hero {
    padding: 120px 0 0px 0;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-right {
    left: 100px;
  }
  .custom-hero .custom-proxy-card .proxy-list-row {
    margin: 0 40px;
  }
  .proxies .proxies-content {
    grid-template-columns: 1fr 1fr;
  }
  .global-proxy-pool .section-title,
  .global-proxy-pool .section-desc,
  .global-proxy-pool .view-more {
    max-width: 75%;
  }
  .global-proxy-pool .ip-statistics {
    padding: 40px 20px;
  }
  .global-proxy-pool .proxy-pool-container {
    flex-direction: column;
  }
  .global-proxy-pool .proxy-pool-container .world-map {
    margin-top: 20px;
    position: relative;
    height: 3.75rem;
    width: 100%;
    background: none;
  }
  .global-proxy-pool .proxy-pool-container .world-map .view-more {
    right: 50%;
    transform: translateX(50%);
  }
  .ip-resource-management .resource-content .section-title {
    font-size: 2.2rem;
  }
  .ip-resource-management .resource-image img {
    transform: translateX(20px);
  }
  .use-cases-section .use-cases-header .use-cases-intro {
    max-width: 70%;
  }
  .use-cases-section .use-cases-header .use-cases-intro .section-title {
    font-size: 2.2rem;
  }
  .industry-recognized-preferred-solution .industry-solution-content .section-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 992px) {
  .why-choose-us {
    padding: 60px 0;
  }
  .why-choose-us .section-title {
    margin-bottom: 40px;
  }
  .latest-trends-insights {
    padding: 60px 0;
  }
  .latest-trends-insights .section-desc {
    margin-bottom: 40px;
  }
  .latest-trends-insights .blog-image {
    height: 240px;
  }
  .first-screen .hero .hero_desc {
    width: 60%;
  }
  .global-proxy-pool .section-title,
  .global-proxy-pool .section-desc,
  .global-proxy-pool .view-more {
    max-width: 85%;
  }
  .global-proxy-pool .world-map {
    width: 35%;
  }
  .proxies .proxies-content {
    flex-direction: column;
  }
  .proxies .proxies-content .proxy-card.rotating {
    width: 100%;
    flex-direction: column-reverse;
  }
  .proxies .proxies-content .proxy-card.rotating .proxy-map {
    width: 50%;
    margin: 0 auto 20px;
  }
  .efficient-smart-seamless .integration-container {
    flex-direction: column;
  }
  .efficient-smart-seamless .integration-container .integration-left,
  .efficient-smart-seamless .integration-container .integration-right {
    max-width: 100%;
    width: 100%;
  }
  .use-cases-section .use-cases-header {
    width: 100%;
  }
  .ip-resource-management {
    flex-direction: column;
    padding: 60px 0;
  }
  .ip-resource-management .resource-content {
    max-width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  .ip-resource-management .resource-content .feature-bullets .feature-bullet {
    justify-content: center;
  }
  .ip-resource-management .resource-image {
    justify-content: center;
  }
  .ip-resource-management .resource-image img {
    transform: translateX(0);
    max-width: 80%;
  }
  .industry-recognized-preferred-solution {
    padding: 60px 0;
  }
  .industry-recognized-preferred-solution .industry-solution-container {
    flex-direction: column;
    gap: 30px;
  }
  .industry-recognized-preferred-solution .industry-solution-content {
    max-width: 100%;
    text-align: center;
  }
  .industry-recognized-preferred-solution .industry-solution-content .section-title {
    font-size: 2rem;
  }
  .industry-recognized-preferred-solution .industry-solution-image {
    justify-content: center;
  }
  .use-cases-section {
    padding: 60px 0;
  }
  .use-cases-section .use-cases-header .use-cases-intro {
    max-width: 100%;
  }
  .use-cases-section .use-cases-header .use-cases-intro .section-title {
    font-size: 2rem;
  }
  .use-cases-section .use-cases-grid .use-case-row {
    flex-wrap: wrap;
  }
  .use-cases-section .use-cases-grid .use-case-row .use-case-card {
    flex: 0 0 calc(50% - 12px);
  }
  .use-cases-section .use-cases-grid .use-case-row .use-case-card.featured {
    flex: 0 0 calc(50% - 12px);
  }
  .feature-cards {
    padding: 50px 0;
  }
  .feature-cards .card-grid {
    flex-wrap: wrap;
    gap: 20px;
  }
  .feature-cards .feature-card {
    flex: 0 0 calc(50% - 10px);
    padding: 24px 16px;
  }
  .feature-cards .feature-card .card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }
  .feature-cards .feature-card .card-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .feature-cards .feature-card .card-desc {
    font-size: 0.8125rem;
    max-width: 95%;
  }
}
@media screen and (max-width: 900px) {
  .features,
  .testimonials .testimonial-list,
  .news .news-list,
  .stats,
  .integration {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .integration-img {
    min-height: 120px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero .hero_desc {
    width: 80%;
    font-size: 0.875rem;
  }
  .hero .hero-btns .btn {
    width: 160px;
    font-size: 12px;
  }
  .feature .feature-content {
    flex-wrap: wrap;
  }
  .feature .feature-content .feature-card {
    flex: 1 1 50%;
  }
  .proxies .proxies-content {
    grid-template-columns: 1fr;
  }
  .proxy-card.unlimited {
    grid-column: span 1;
    grid-row: span 1;
  }
  .proxy-card.rotating {
    flex-direction: column;
  }
  .proxy-card.rotating .proxy-content {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .proxy-card.rotating .proxy-map {
    max-width: 100%;
  }
  .proxy-map {
    min-height: auto;
  }
  .country-selector {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .country {
    flex: 1;
    min-width: 120px;
  }
  .socks5-map {
    grid-column: span 1;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us {
    padding: 40px 0;
  }
  .why-choose-us .section-title {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
  .why-choose-us .carousel-navigation {
    margin-top: 20px;
  }
  .latest-trends-insights {
    padding: 40px 0;
  }
  .latest-trends-insights .section-title {
    font-size: 1.75rem;
    margin-bottom: 12px;
  }
  .latest-trends-insights .section-desc {
    font-size: 1rem;
    margin-bottom: 32px;
  }
  .custom-hero {
    padding: 100px 0 0px 0;
  }
  .custom-hero .custom-hero-bg {
    max-width: 65%;
    height: auto;
  }
  .custom-hero .custom-proxy-card {
    position: relative;
    top: inherit;
    margin-top: -15%;
    max-width: 94%;
    width: 88%;
    height: 21.875rem;
  }
  .custom-hero .custom-proxy-card .proxy-card-content {
    padding: 44px 20px 16px 40px;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-right {
    left: 10%;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-right .export-tooltip {
    width: auto;
    height: 50px;
    padding: 16px 16px;
    font-size: 1rem;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-right .direct {
    width: 1.875rem;
    left: -2.5rem;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-list-row-text {
    padding-left: 40px;
  }
  .first-screen .hero h1 {
    font-size: 2.5rem;
  }
  .first-screen .hero .hero_desc {
    width: 90%;
    font-size: 1rem;
  }
  .first-screen .hero .hero-btns {
    align-items: center;
  }
  .first-screen .hero .hero-btns .btn {
    max-width: 40%;
  }
  .feature-cards {
    padding: 40px 0;
  }
  .feature-cards .card-grid {
    gap: 16px;
  }
  .global-proxy-pool {
    padding: 60px 0;
  }
  .global-proxy-pool .section-title,
  .global-proxy-pool .section-desc,
  .global-proxy-pool .view-more {
    max-width: 100%;
    text-align: center;
  }
  .global-proxy-pool .section-title {
    font-size: 2rem;
  }
  .global-proxy-pool .section-desc {
    font-size: 1rem;
    margin: 0 auto 32px;
  }
  .global-proxy-pool .countries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 100%;
  }
  .global-proxy-pool .view-more {
    justify-content: center;
  }
  .global-proxy-pool .ip-statistics {
    padding: 30px 10px;
  }
  .global-proxy-pool .ip-statistics .stat-card .stat-number {
    font-size: 2.5rem;
  }
  .global-proxy-pool .ip-statistics .stat-card .stat-label {
    font-size: 0.9rem;
  }
  .efficient-smart-seamless {
    padding: 60px 0;
  }
  .efficient-smart-seamless .section-title {
    font-size: 1.75rem;
    margin-bottom: 32px;
  }
  .efficient-smart-seamless .integration-container .integration-left .integration-title {
    font-size: 1.5rem;
  }
  .efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .tab-btn {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
  .efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .copy-btn {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
  .ip-resource-management {
    padding: 40px 0;
    margin: 40px 0;
  }
  .ip-resource-management .resource-content {
    padding: 0 16px;
  }
  .ip-resource-management .resource-content .section-title {
    font-size: 1.8rem;
  }
  .ip-resource-management .resource-content .section-desc {
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .ip-resource-management .resource-content .feature-bullets {
    margin-bottom: 30px;
  }
  .ip-resource-management .resource-content .explore-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .ip-resource-management .resource-image img {
    max-width: 90%;
  }
  .tab-btn {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
  .copy-btn {
    padding: 6px 10px;
    font-size: 0.75rem;
  }
  .line-numbers {
    min-width: 30px;
    padding: 12px 4px;
    font-size: 0.75rem;
  }
  .code-area {
    padding: 12px 8px;
    font-size: 0.75rem;
  }
  .use-cases-section {
    padding: 40px 0;
  }
  .use-cases-section .use-cases-header {
    margin-bottom: 30px;
  }
  .use-cases-section .use-cases-header .use-cases-intro .section-title {
    font-size: 1.8rem;
  }
  .use-cases-section .use-cases-header .use-cases-intro .section-desc {
    font-size: 0.875rem;
  }
  .use-cases-section .use-cases-grid {
    margin-bottom: 30px;
  }
  .use-cases-section .use-cases-grid .use-case-row {
    gap: 16px;
    margin-bottom: 16px;
  }
  .industry-recognized-preferred-solution {
    padding: 40px 0;
  }
  .industry-recognized-preferred-solution .industry-solution-content .section-title {
    font-size: 1.8rem;
  }
  .industry-recognized-preferred-solution .industry-solution-content .section-desc {
    font-size: 1rem;
  }
  .industry-recognized-preferred-solution .industry-solution-image img {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 0 6px;
  }
  .custom-hero {
    padding: 80px 0 0 0;
  }
  .custom-hero .custom-hero-bg {
    top: 7%;
    padding: 0.625rem;
  }
  .header .hero {
    padding: 32px 0 20px 0;
  }
  .header .hero h1 {
    font-size: 1.5rem;
  }
  .proxy-card .proxy-footer {
    flex-direction: column;
    gap: 16px;
  }
  .proxy-card .proxy-footer .proxy-price {
    align-items: center;
    margin-bottom: 12px;
  }
  .proxy-card .proxy-footer .proxy-actions {
    width: 100%;
  }
  .proxy-card .proxy-footer .proxy-actions .btn {
    flex: 1;
    text-align: center;
  }
  .country-selector {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .custom-hero .custom-hero-bg .custom-email-form {
    flex-direction: column;
  }
  .custom-hero .custom-hero-bg .custom-email-form .get-started-btn {
    height: 40px;
  }
  .custom-hero .custom-proxy-card {
    margin-top: 0%;
    height: auto;
  }
  .custom-hero .custom-proxy-card .browser-bar {
    height: 50px;
    padding: 0 1rem;
  }
  .custom-hero .custom-proxy-card .browser-bar .browser-bar-left .dot {
    width: 12px;
    height: 12px;
    margin-right: 0;
  }
  .custom-hero .custom-proxy-card .browser-bar .domain {
    height: auto;
  }
  .custom-hero .custom-proxy-card .proxy-card-content {
    padding: 20px 16px;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-left {
    gap: 12px;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-left .proxy-globe {
    width: 50px;
    height: 50px;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-left .proxy-title {
    font-size: 1rem;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-right .direct {
    width: 1.25rem;
    left: -1.5rem;
  }
  .custom-hero .custom-proxy-card .proxy-card-content .proxy-right .export-tooltip {
    height: auto;
    font-size: 0.75rem;
    padding: 0.75rem 0.75rem;
  }
  .custom-hero .custom-proxy-card .proxy-list-row {
    padding: 0.625rem 1.25rem;
    margin: 0 10px;
  }
  .custom-hero .custom-proxy-card .proxy-list-row .proxy-list-input {
    font-size: 0.875rem;
  }
  .custom-hero .custom-proxy-card .proxy-list-row .generate-btn {
    width: auto;
    height: 32px;
    padding: 0 12px;
    font-size: 0.75rem;
  }
  .custom-hero .custom-proxy-card .proxy-list-row .generate-btn .generate-icon {
    width: 16px;
    height: 16px;
  }
  .latest-trends-insights {
    padding: 30px 0;
  }
  .latest-trends-insights .section-title {
    font-size: 1.5rem;
  }
  .latest-trends-insights .section-desc {
    font-size: 0.9375rem;
    margin-bottom: 24px;
  }
  .latest-trends-insights .blog-container .blog-list .blog-item .blog-item-image {
    flex: 0 0 40%;
    height: auto;
  }
  .latest-trends-insights .blog-container .blog-list .blog-item .blog-item-image img {
    object-fit: contain;
  }
  .why-choose-us {
    padding: 30px 0;
  }
  .why-choose-us .section-title {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .why-choose-us .testimonial-card {
    width: 90%;
    padding: 20px;
    height: auto;
  }
  .why-choose-us .testimonial-text {
    font-size: 0.9375rem;
    margin-bottom: 16px;
  }
  .why-choose-us .carousel-navigation {
    margin-top: 24px;
  }
  .why-choose-us .carousel-dots {
    gap: 10px;
  }
  .why-choose-us .carousel-dots .dot {
    width: 10px;
    height: 10px;
  }
  .industry-recognized-preferred-solution {
    padding: 30px 0;
  }
  .industry-recognized-preferred-solution .industry-solution-content .section-title {
    font-size: 1.5rem;
  }
  .industry-recognized-preferred-solution .industry-solution-content .section-desc {
    font-size: 0.9rem;
  }
  .use-cases-section {
    padding: 30px 0;
  }
  .use-cases-section .use-cases-header {
    flex: 0 0 100%;
    margin-bottom: 0.625rem;
  }
  .use-cases-section .use-cases-header .use-cases-intro .section-title {
    font-size: 1.5rem;
  }
  .use-cases-section .use-cases-grid .use-case-row .use-case-card {
    flex: 0 0 100%;
  }
  .use-cases-section .use-cases-grid .use-case-row .use-case-card.featured {
    flex: 0 0 100%;
  }
  .use-cases-section .use-cases-footer .view-all-btn {
    width: 100%;
    text-align: center;
    padding: 12px 16px;
  }
  .feature-cards {
    padding: 30px 0;
  }
  .feature-cards .card-grid {
    flex-direction: column;
    gap: 16px;
  }
  .feature-cards .feature-card {
    flex: 0 0 100%;
  }
  .feature-cards .feature-card .card-desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .proxies {
    padding-top: 2rem;
  }
  .proxies .proxies-title {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }
  .proxies .proxies-desc {
    margin-bottom: 1rem;
  }
  .proxies .proxies-content .proxy-desc {
    margin-bottom: 10px;
  }
  .proxies .proxies-content .proxy-content {
    margin-bottom: 0;
  }
  .proxies .proxies-content .proxy-map {
    display: none;
  }
  .proxies .proxies-content .proxy-footer {
    width: 100%;
    padding-top: 0.625rem;
  }
  .proxies .proxies-content .proxy-footer .proxy-price {
    margin-bottom: 0;
  }
  .first-screen {
    padding: 0 0.625rem;
  }
  .first-screen .hero {
    padding: 1rem 0;
  }
  .first-screen .hero h1 {
    font-size: 1.75rem;
  }
  .first-screen .hero .hero-btns .btn {
    width: 100%;
    max-width: 280px;
  }
  .feature .feature-content .feature-card {
    padding: 0.625rem;
  }
  .global-proxy-pool {
    padding: 40px 0 0;
  }
  .global-proxy-pool .proxy-pool-container .proxy-pool-content {
    padding: 20px 10px;
  }
  .global-proxy-pool .proxy-pool-container .proxy-pool-content .section-title {
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }
  .global-proxy-pool .proxy-pool-container .proxy-pool-content .section-desc {
    margin-bottom: 1rem;
  }
  .global-proxy-pool .proxy-pool-container .proxy-pool-content .countries-grid {
    gap: 10px;
  }
  .global-proxy-pool .proxy-pool-container .world-map .view-more {
    width: 80%;
    bottom: 1.625rem;
  }
  .global-proxy-pool .section-title {
    font-size: 1.75rem;
  }
  .global-proxy-pool .ip-statistics {
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }
  .global-proxy-pool .ip-statistics .stat-card:not(:last-child):after {
    display: none;
  }
  .efficient-smart-seamless {
    padding: 20px 0;
  }
  .efficient-smart-seamless .section-title {
    width: 90%;
    font-size: 1.75rem;
    margin-bottom: 0.625rem;
  }
  .efficient-smart-seamless .integration-container {
    padding: 1.25rem;
  }
  .efficient-smart-seamless .integration-container .integration-left .integration-title {
    font-size: 1.25rem;
  }
  .efficient-smart-seamless .integration-container .integration-left .integration-desc {
    font-size: 0.875rem;
  }
  .efficient-smart-seamless .integration-container .integration-left .get-started-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 16px;
  }
  .efficient-smart-seamless .integration-container .integration-right-bg {
    display: none;
  }
  .efficient-smart-seamless .integration-container .integration-right {
    margin-left: 0;
  }
  .efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header {
    padding: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .tab-nav {
    gap: 2px;
  }
  .efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .tab-btn {
    border-radius: 0.5rem;
    padding: 4px 0.375rem;
    font-size: 0.7rem;
    white-space: nowrap;
  }
  .efficient-smart-seamless .integration-container .integration-right .code-tabs .tab-header .copy-btn {
    padding: 4px 8px;
    font-size: 0.7rem;
  }
  .efficient-smart-seamless .integration-container .integration-right .code-tabs .code-window .tab-content {
    height: 17.5rem;
  }
  .efficient-smart-seamless .ip-resource-management {
    padding: 1rem 0;
    margin: 1rem 0;
    flex-direction: column;
  }
  .efficient-smart-seamless .ip-resource-management .resource-image {
    width: 100%;
  }
  .efficient-smart-seamless .ip-resource-management .resource-image img {
    max-width: 100%;
    transform: translateX(0);
  }
  .efficient-smart-seamless .ip-resource-management .resource-content {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0.625rem 1rem;
    margin-bottom: 0;
  }
  .efficient-smart-seamless .ip-resource-management .resource-content .section-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .efficient-smart-seamless .ip-resource-management .resource-content .section-desc {
    font-size: 0.9rem;
  }
  .efficient-smart-seamless .ip-resource-management .resource-content .feature-bullets .feature-bullet .bullet-text {
    font-size: 0.9rem;
  }
  .efficient-smart-seamless .ip-resource-management .resource-content .explore-btn {
    width: 100%;
    justify-content: center;
  }
  .efficient-smart-seamless .feature-cards {
    padding: 1rem 0;
  }
  .efficient-smart-seamless .feature-cards .card-grid {
    flex-direction: column;
    gap: 0.625rem;
  }
  .efficient-smart-seamless .feature-cards .card-grid .card-icon {
    margin-bottom: 0.625rem;
  }
  .efficient-smart-seamless .feature-cards .card-grid .card-title {
    margin-bottom: 0.625rem;
  }
  .efficient-smart-seamless .feature-cards .card-grid .card-desc {
    max-width: 95%;
  }
  .efficient-smart-seamless .feature-cards .feature-card {
    flex: 0 0 100%;
  }
  .use-cases-section .use-cases-grid {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  .use-cases-section .use-cases-grid .use-case-card {
    padding: 1rem;
  }
  .use-cases-section .use-cases-grid .use-case-card .use-case-desc {
    min-height: 2.5rem;
    margin-bottom: 0.625rem;
  }
  .use-cases-section .use-cases-footer {
    max-width: 90%;
    margin: 0 auto;
  }
  .why-choose-us .testimonial-carousel {
    padding: 0 1rem;
  }
  .latest-trends-insights .section-title {
    width: 90%;
  }
}
