@font-face {
  font-family: 'Gilroy-Bold';
  src: url('../assets/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Gilroy-Black';
  src: url('../assets/fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 1000;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('../assets/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500; 
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url('../assets/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Gilroy-Semibold';
  src: url('../assets/fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 650; 
  font-style: normal;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  background-color: #000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}


html {
  background-color: #eaeaea;
  scrollbar-gutter: stable;
}

body {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  background-color: #eaeaea;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

body {
  max-width: 1920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

  .top-block-wrapper {
    padding: 20px 10px;
    box-sizing: border-box;
    
  }

  .top-block {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 80px;

    box-sizing: border-box;
    font-family: 'Gilroy-Regular', sans-serif;
  }

  .top-label {
    font-size: 35px;
    color: #000;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Gilroy-Regular';
  }

  .hikvision-logo {
    height: 20px;
    margin-top: 7px;
  }

  .top-header {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .top-zero {
    font-size: 130px;
    color: #D71820;
    line-height: 1;
    font-family: 'Gilroy-Medium';
  }

  .top-texts {
    flex: 1;
  }

  .top-line1 {
    font-size: 45px;
    
    color: #000;
    font-family: 'Gilroy-Medium';
  }

  .top-line1 .red {
    color: #D71820;
  }

  .top-line2 {
    margin-top: 12px;
    font-size: 25px;
    color: #333;
    font-family: 'Gilroy-Regular';
    font-weight: normal;
  }

  .top-line2 .red {
    font-family: 'Gilroy-Semibold';
    font-weight: 650;
    color: #D71820;
  }



  .device-row {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px;
    flex-wrap: wrap;
  }

.device-card {
  background: linear-gradient(90deg, #5a0000, #000); 
  color: #fff;
  border-radius: 12px;
  flex: 1;
  padding: 45px 25px; 
  display: flex;
  align-items: center;
  gap: 30px;
  min-width: 220px;
  height: 70px; 
}


  .device-card img {
    height: 50px;
    width: auto;
  }

  .device-info {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .device-title {
    font-family: 'Gilroy-Medium';
    font-size: 17px;
   
  }

  .device-desc {
    font-family: 'Gilroy-Regular';
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
  }
.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;

  margin-right: 8px;
  vertical-align: middle;
  
}
.info-icon img{
width: 30px;
  height: 30px;
}

  .gray {
  color: #797979; 
  font-family: 'Gilroy-Medium';
  font-weight: normal;
}


  
.features-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 20px;
  width: 100%;
}

.features-left.updated,
.features-right.updated {
  flex: 0 0 50%;
  max-width: 50%;
  min-width: 0;
  box-sizing: border-box;
}


.features-left, .features-right {
  flex: 1;
  border-radius: 16px;
  
  box-sizing: border-box;
}

.features-left.updated {
  display: flex;
  gap: 30px;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 10px;
  flex: 1;
  
}

.features-image-wrapper {
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  max-width: 260px;
}

.features-img {
  width: 100%;
  height: auto;
  display: block;
}

.features-text-content {
  flex: 1;
}


.features-title .red {
  color: #D71820;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  color: #000;
}

.features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.dot-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../assets/icons/Group 1969.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  flex-shrink: 0;
}


.features-title {
  font-family: 'Gilroy-Medium';
  font-size: 30px;
  
  margin-bottom: 30px;
}
.features-title-r {
  font-family: 'Gilroy-Medium';
  font-size: 30px;
  
  margin-bottom: 30px;
}

.features-right.updated {
  position: relative;
  flex: 1;
  padding: 30px 50px;

  border-radius: 20px;
  background-image: url('../assets/images/wmremove-transformed (2) 1.svg'); 
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  box-sizing: border-box;
}
.features-text-content-r {
  flex: 1;
}


.features-title-r .red {
  color: #D71820;
}

.features-list-r {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  color: #000;
}

.features-list-r li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}


.features-left.updated,
.features-right.updated {
  flex: 1 1 0;
  min-width: 0; 
}
.benefit-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}

.features-list-r li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  color: rgb(160, 160, 160);
}

.features-content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
}

.features-list-wrapper {
  flex-grow: 1;
}

.features-button-wrapper {
  flex-shrink: 0;
  display: flex;
  margin-bottom: 20px;
}


.features-btn.animated {
  background-color: #D71820;
  color: white;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  padding: 13px 50px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
  height: fit-content;
  margin-top: 5px; 
}

.features-btn.animated:hover {
  background-color: #D71820;
  transform: scale(1.05);
}
@media (max-width: 1500px) {
  .top-block {
    padding: 25px 60px;
  }

  .top-zero {
    font-size: 110px;
  }

  .top-line1 {
    font-size: 38px;
  }

  .top-line2 {
    font-size: 20px;
  }

  .device-card {
    height: 60px;
    padding: 12px 20px;
    gap: 20px;
  }

  .device-card img {
    height: 40px;
  }

  .device-title {
    font-size: 15px;
  }

  .device-desc {
    font-size: 13px;
  }

  .features-title,
  .features-title-r {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .features-list li,
  .features-list-r li {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .features-btn.animated {
    font-size: 16px;
    padding: 10px 40px;
  }

  .features-left.updated {
    padding: 10px;
    gap: 20px;
  }

  .features-image-wrapper {
    max-width: 220px;
  }

  .features-right.updated {
    padding: 30px 40px;
  }
}

@media (max-width: 1300px) {
  .top-block {
    padding: 20px 40px;
  }

  .top-zero {
    font-size: 95px;
  }

  .top-line1 {
    font-size: 32px;
  }

  .top-line2 {
    font-size: 18px;
  }

  .device-card {
    height: 56px;
    padding: 10px 18px;
    gap: 16px;
  }

  .device-card img {
    height: 36px;
  }

  .device-title {
    font-size: 14px;
  }

  .device-desc {
    font-size: 12px;
  }

  .features-title,
  .features-title-r {
    font-size: 22px;
  }

  .features-list li,
  .features-list-r li {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .features-btn.animated {
    font-size: 15px;
    padding: 9px 36px;
  }

  .features-image-wrapper {
    max-width: 200px;
  }

  .features-left.updated {
    gap: 16px;
  }

  .features-right.updated {
    padding: 25px 30px;
  }
}
@media (max-width: 1200px) {
  .top-block {
    padding: 20px 30px;
  }

  .top-zero {
    font-size: 80px;
  }

  .top-line1 {
    font-size: 28px;
  }

  .top-line2 {
    font-size: 16px;
  }

  .device-row {
    gap: 10px;
  }

  .device-card {
    height: 50px;
    padding: 10px 14px;
    gap: 12px;
    flex: 1;
    min-width: unset;
  }

  .device-card img {
    height: 30px;
  }

  .device-title {
    font-size: 13px;
  }

  .device-desc {
    font-size: 11px;
  }

  .features-title,
  .features-title-r {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .features-list li,
  .features-list-r li {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .features-btn.animated {
    font-size: 14px;
    padding: 9px 30px;
  }

  .features-image-wrapper {
    max-width: 180px;
  }

  .features-left.updated {
    gap: 14px;
    padding: 10px;
  }

  .features-right.updated {
    padding: 20px 25px;
  }

  .benefit-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .features-list-r li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .info-icon img{
width: 20px;
  height: 20px;
}
  .top-block {
    padding: 20px 16px;
  }

  .hikvision-logo {
    display: none !important;
  }

  .top-label {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .top-header {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .top-zero {
    font-size: 100px;
    line-height: 1;
  }

  .top-texts {
    flex: 1;
  }

  .top-line1 {
    font-size: 24px;
    line-height: 1.3;
    word-break: break-word;
  }

  .top-line2 {
    font-size: 16px;
    line-height: 1.4;
    margin-left: -140px;
  }

 .device-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }


  .device-card {
    flex: 0 0 calc(50% - 6px) !important;
    width: calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    min-width: 0 !important;
    box-sizing: border-box;
    padding: 20px;
    gap: 12px;
    height: auto !important;
  }




  .device-card img {
    height: 40px;
  }

  .device-title {
    font-size: 11px;
  }

  .device-desc {
    font-size: 10px;
  }

  .features-row {
    flex-direction: column;
    gap: 15px;
  }

  .features-left.updated,
  .features-right.updated {
    max-width: 100%;
    flex: 1 1 100%;
   
  }

  .features-img {
    max-width: 100%;
    height: auto;
  }

  .features-title,
  .features-title-r {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .features-list li,
  .features-list-r li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .features-btn.animated {
    font-size: 16px;
    padding: 12px 32px;
    align-self: center;
    margin: 20px auto 0;
  }

  .features-content-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-button-wrapper {
    align-self: center;
    margin: 20px 0 0;
  }
}


.mobile-img {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 16px;
}


@media (max-width: 767px) {
  .info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;

  margin-right: 8px;
  vertical-align: middle;
  
}
  .features-img {
    display: none !important;
  }

   .mobile-img {
    display: block !important;
    width: 100%;
    height: auto;
    border-radius: 16px;
    padding-left: 0;
    padding-right: 0;
   
  }

  .features-image-wrapper {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 20px;
  }

  .features-left.updated {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-text-content {
    width: 100%;
    margin-left: 20px;
  }
}











.intrusion-protection-section {
background-color: #eaeaea;
padding: 60px 100px;
}

.intrusion-protection-container {
max-width: 1400px;
margin: 0 auto;
}

.intrusion-protection-title {
font-family: 'Gilroy-Bold', Arial, sans-serif;
font-size: 24px;
color: #010101;
margin-bottom: 40px;
text-align: left;
}


.intrusion-tabs {
display: flex;
gap: 10px;
margin-bottom: 40px;
flex-wrap: wrap;
}

.intrusion-tab {
padding: 12px 24px;
border: none;
border-radius: 20px;
background-color: #f2f2f2;
color: #000;
font-family: 'Gilroy-Bold', Arial, sans-serif;
font-size: 14px;
cursor: pointer;
transition: all 0.3s ease;
}

.intrusion-tab:hover {
background-color: #e0e0e0;
}

.intrusion-tab.active {
background-color: #000;
color: #fff;
}


.intrusion-tab-content {
width: 100%;
}

.tab-pane {
display: none;
}

.tab-pane.active {
display: block;
}


.comparison-cards {
display: flex;
gap: 20px;
flex-wrap: wrap;
}

.comparison-card {
flex: 1;
min-width: 300px;
background-color: #f2f2f2;
border-radius: 20px;
padding: 20px;
display: flex;
gap: 20px;
align-items: flex-start;
}

.comparison-card-image {
flex-shrink: 0;
width: 150px;
height: 200px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
border-radius: 10px;
padding: 15px;
}

.comparison-card-image img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}

.comparison-card-specs {
flex: 1;
display: flex;
flex-direction: column;
gap: 12px;
}

.spec-item {
display: flex;
flex-direction: column;
gap: 4px;
}

.spec-label {
font-family: 'Gilroy-Medium', Arial, sans-serif;
font-size: 14px;
color: #666;
}

.spec-value {
font-family: 'Gilroy-Bold', Arial, sans-serif;
font-size: 14px;
color: #000;
}


@media screen and (max-width: 1200px) {
.intrusion-protection-section {
padding: 40px 50px;
}

.comparison-card {
flex-direction: column;
align-items: center;
text-align: center;
}

.comparison-card-image {
width: 120px;
height: 150px;
}
}

@media screen and (max-width: 768px) {
.intrusion-protection-section {
padding: 30px 20px;
}

.intrusion-protection-title {
font-size: 22px;
margin-bottom: 30px;
}

.intrusion-tabs {
gap: 8px;
margin-bottom: 30px;
}

.intrusion-tab {
padding: 10px 18px;
font-size: 13px;
}

.comparison-cards {
flex-direction: column;
gap: 15px;
}

.comparison-card {
min-width: 100%;
flex-direction: row;
align-items: flex-start;
text-align: left;
}

.comparison-card-image {
width: 100px;
height: 130px;
}

.spec-label,
.spec-value {
font-size: 13px;
}
}

@media screen and (max-width: 480px) {
.intrusion-protection-section {
padding: 20px 10px;
}

.intrusion-protection-title {
font-size: 20px;
margin-bottom: 20px;
}

.intrusion-tabs {
gap: 5px;
margin-bottom: 20px;
}

.intrusion-tab {
padding: 8px 12px;
font-size: 12px;
}

.comparison-card {
padding: 15px;
gap: 15px;
}

.comparison-card-image {
width: 80px;
height: 100px;
padding: 10px;
}

.spec-label,
.spec-value {
font-size: 12px;
}
}



.main-content {

padding: 0 100px;
color: #222;
font-family: 'Gilroy-Regular', Arial, sans-serif;
background-color: #e2e2e2;
min-height: 500px;
display: flex;
flex-direction: column;
}
.header-section {
padding: 40px 0 10px; 
}
.header-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 50px; 
}
.header-title {
font-size: 24px;
font-family: 'Gilroy-Bold', Arial, sans-serif;
color: #222;
}
.tag-container {
display: flex;
gap: 10px;
margin-bottom: 30px; 
}
.tag {
display: flex;
align-items: center;
gap: 5px;
padding: 8px 15px;
border-radius: 10px;
font-size: 14px;
font-family: 'Gilroy-Bold', Arial, sans-serif;
color: #e1e1e1;
}
.tag-green {
background-color: #4CAC26;
}
.tag-black {
background-color: #1a1a1a;
}
.set-title {
font-size: 25px;
font-family: 'Gilroy-Bold', Arial, sans-serif;
color: #222;
margin: 20px 0; 
}
.set-description {
font-size: 14px;
font-family: 'Gilroy-Medium', Arial, sans-serif;
color: #444;
margin-bottom: 5px; 
}
.view-more {
font-size: 14px;
font-family: 'Gilroy-Bold', Arial, sans-serif;
color: #222;
text-decoration: none;
display: flex;
align-items: center;
gap: 5px;
}
.view-more:hover {
text-decoration: underline;
}


.product-list {
display: flex;
gap: 15px; 
margin-top: 30px; 
margin-bottom: 30px; 
}
.product-card {
flex: 1;
background-color: #f9f9f9;
border-radius: 20px;
padding: 10px;
display: flex;
align-items: center;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
gap: 10px; 
}
.product-image-container {
background-color: #eaeaea;
border-radius: 10px;
width: 100px; 
height: 100px; 
display: flex;
align-items: center;
justify-content: center;
}
.product-image-container img {
max-width: 60px;
max-height: 60px;
object-fit: contain;
}
.product-info {
display: flex;
flex-direction: column;
}
.product-name {
font-family: 'Gilroy-Bold';
font-size: 16px;
color: #222;
margin-bottom: 5px;
}
.product-type {
font-family: 'Gilroy-Medium';
font-size: 14px;
color: #666;
}
.product-quantity {
background-color: #4CAC26;
color: #fff;
font-size: 12px;
padding: 3px 8px;
border-radius: 12px;
font-family: 'Gilroy-Semibold';
margin-left: 10px;
}


.price-buy-section {
display: flex;
justify-content: space-between;
align-items: center;
padding: 5px 0;
margin-top: 5px; 
margin-bottom: 40px;
}
.price {
font-size: 18px; 
font-family: 'Gilroy-Medium', Arial, sans-serif;
color: #222;
}
.price .amount {
font-size: 24px; 
font-family: 'Gilroy-Bold';
color: #222;
}
.buy-button {
background-color: #1a1a1a;
color: #fff;
font-family: 'Gilroy-Bold';
font-size: 16px;
padding: 10px 18px; 
border-radius: 20px;
text-decoration: none;
display: inline-block;
}
.buy-button:hover {
background-color: #333;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .main-content {
    padding: 0 50px;
  }
  .header-title, .set-title {
    font-size: 20px;
  }
  .set-description, .price {
    font-size: 14px;
  }
  .price .amount {
    font-size: 20px;
  }
  .tag {
    font-size: 12px;
    padding: 6px 10px;
  }
  .product-list {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .product-card {
    width: 300px;
    flex-grow: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    gap: 10px;
    margin-bottom: 10px;
  }
  .product-image-container {
    width: 60px;
    height: 60px;
    background-color: #eaeaea;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-image-container img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
  }
  .product-info {
    display: flex;
    flex-direction: column;
  }
  .product-name {
    font-family: 'Gilroy-Bold';
    font-size: 16px;
    color: #222;
    margin-bottom: 5px;
  }
  .product-type {
    font-family: 'Gilroy-Medium';
    font-size: 14px;
    color: #666;
  }
  .product-quantity {
    background-color: #4CAC26;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    font-family: 'Gilroy-Semibold';
    margin-left: 10px;
  }
  .buy-button {
    font-size: 14px;
    padding: 8px 12px;
  }
}



@media (max-width: 768px) {
.main-content {
padding: 0 20px;
}
.header-title, .set-title {
font-size: 18px;
}
.set-description, .price {
font-size: 12px;
}
.price .amount {
font-size: 18px;
}
.product-list {
flex-direction: column;
}
.product-card {
flex-direction: row;
padding: 10px;
margin-bottom: 10px;
}
.product-image-container {
width: 60px;
height: 60px;
}
.buy-button {
font-size: 14px;
padding: 8px 12px;
}
}



.payment-container {
  
  margin-top: 100px;
  margin-bottom: 100px;
}
.payment-title {
  margin-top: 50px;
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 24px;
  color: #000;
  margin: 60px 0 10px 100px;
  margin-left: 100px;
  padding-top: 20px;
}
.payment-wrapper {
  display: flex;
  gap: 20px;
  padding: 20px 100px;
  max-width: 1920px;
  box-sizing: border-box;
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  
  justify-content: center;
  align-items: center;
  min-height: 500px;
  margin: 0 auto;
  margin-top: 0;
}
.image-display {
  background-color: #fff;
  padding: 0;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 462px;
  height: 500px;
  overflow: hidden;
}
.image-display img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.payment-form-block {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 838px;
  display: flex;
  flex-direction: column;
  height: 500px;
  box-sizing: border-box;
}
.form-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.form-heading h2 {
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 24px;
  margin: 0;
  font-weight: normal;
  color: #000;
}
.card-icon-group {
  display: flex;
  gap: 10px;
}
.card-icon {
  width: 40px;
  height: auto;
}
.input-group {
  margin-bottom: 40px;
}
.input-group label {
  margin-top: 50px;
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #696969;
}
.input-group input {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.verify-button {
  font-family: 'Gilroy-Black', Arial, sans-serif;
  padding: 15px 20px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  width: 200px;
  margin-top: 40px;
  transition: background-color 0.3s;
}
.verify-button:hover {
  background-color: #333;
}
.payment-description {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  max-width: 500px;
}
.payment-intro {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 500px;
}
.wrapper {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}
.results-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  box-sizing: border-box;
  padding: 20px;
}
.results-wrapper.active {
  display: flex;
}
.results-wrapper h2 {
  font-family: 'Gilroy-Bold', Arial, sans-serif;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.results-wrapper p {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  font-size: 14px;
  margin: 10px 0;
}
.error {
  color: #D71820;
}
.results-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.results-table th,
.results-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.results-table th {
  background-color: #f5f5f5;
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
.results-table td {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  font-size: 14px;
  color: #666;
}
.payment-details {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
.amount-group label {
  font-family: 'Gilroy-Semibold', Arial, sans-serif;
  font-size: 14px;
  color: #696969;
  margin-bottom: 5px;
  display: block;
}
.amount-group input {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  width: 150px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.pay-button {
  background-color: #4CAC26;
}
.pay-button:hover {
  background-color: #3b9d20;
}
.btn-close {
  position: absolute;
  top: 20px; 
  right: 20px;
  background: none;
  border: none;
  font-size: 35px;
  color: #000000;
  cursor: pointer;
}
.btn-close:hover {
  color: #aaaaaa;
}
.results-content {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 90%;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  transform: scale(1.1);
  max-width: 1200px;
  height: 500px;
}
.results-data {
  flex: 0.6;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.card.right-card {
  flex: 0.4;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.payment-label {
  font-size: 18px;
  margin-bottom: 10px;
}
.card.right-card h2 {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.payment-input {
  width: 90%;
  padding: 15px;
  font-size: 18px;
  border: 2px solid #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
}
.summary {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 25px;
}
.summary span {
  font-weight: bold;
}

.btn-kaspi {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background-color: #D71820;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
 
}
.btn-kaspi:hover {
  background-color: #D71820; 
}

.btn-halyk {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background-color: #006B5B;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 20px;
}
.btn-halyk:hover {
  background-color: #005247; 
}

.btn-kaspi img,
.btn-halyk img {
  height: 24px;
  width: auto;
}


.payment-icons {
  display: none;
}
@media (max-width: 768px) {

  .input-group label {
  margin-top: 0px;
 
}
  .btn-halyk, .btn-kaspi,.btn-card{
      font-size: 16px;
      margin-top: 10px;
  }
  .btn-card{
    gap: 0px;
    margin-bottom: 0px;
  }
  .btn-close {
      color: #000;
  }
  .payment-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  .payment-form-block {
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 20px;
  }
  .image-display {
    width: 100%;
    max-width: 600px;
    height: 300px;
  }
  .input-group {
  margin-bottom: 0px;
}
  .form-heading h2 {
    font-size: 20px;
  }
  .verify-button {
    width: 100%;
    text-align: center;
  }
  .payment-description {
    font-size: 12px;
  }
  .results-content {
      margin-top: 20px;
      width: 100%;
      display: flex;
      gap: 30px;
      
      align-items: flex-start;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      transform: scale(1.1);
      height: 700px;
    }
}
@media (max-width: 1000px) {
  .results-content {
    flex-direction: column;
    gap: 20px;
    
  }
  .results-data {
    padding: 10px;
  }
  .card.right-card,
  .results-data {
    width: 100%;
    padding: 10px;
  }
}



.about-company {
  margin-top: 50px;
  max-width: 1920px;
  width: 100%;
  padding: 60px 80px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  font-family: 'Gilroy-Regular', Arial, sans-serif;
}


.about-left {
  width: 150px;
  margin-left: 100px;
  margin-right: 350px;
}

.about-left h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}


.about-right {
  flex: 1;
}


.about-stats {
  display: flex;
  gap: 100px;
  margin-bottom: 40px;
}

.stat-item {
  text-align: left;
}

.stat-item h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  font-family: 'Gilroy-Bold';
}

.stat-item p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #ccc;
  font-family: 'Gilroy-Medium';
}


.company-description {
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid #6f6f6f;
  padding-bottom: 15px;
  max-width: 700px;
}

.company-description p {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 10px;
  font-family: 'Gilroy-Regular';
}


.achievements {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
  width: 80%;
}

.achievement-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.achievement-item img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}

.achievement-item p {
  font-family: 'Gilroy-Regular';
  font-size: 14px;
  color: #a6a6a6;
  margin: 0;
  line-height: 1.2;
}

.achievement-item strong {
  font-size: 20px;
  font-family: 'Gilroy-Black';
  color: #fff;
  margin-top: 5px;
}

.long-dash {
  display: inline-block;
  width: 120px;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  margin: 0 10px;
}


@media (max-width: 800px) {
  .about-company {
      flex-direction: column;
      padding: 20px;
      align-items: flex-start;
  }

  .about-left {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      margin-bottom: 20px;
  }

  .about-left h2 {
      font-size: 18px;
      font-weight: normal;
  }

  .about-right {
      width: 100%;
  }

  .about-stats {
      flex-direction: row;
      gap: 10px;
      justify-content: space-around;
      width: 100%;
  }

  .stat-item {
      text-align: center;
      width: 45%;
  }

  .stat-item h3 {
      font-size: 16px;
  }

  .stat-item p {
      font-size: 12px;
  }

  .company-description {
      text-align: center;
      margin-bottom: 15px;
      padding-bottom: 10px;
  }

  .achievements {
      flex-direction: column;
      align-items: flex-start;
      padding-left: 20px;
      gap: 20px;
      width: 100%;
  }

  .achievement-item {
      width: 100%;
      flex-direction: row;
      align-items: flex-start;
  }

  .achievement-item img {
      width: 80px;
      height: 80px;
  }

  .achievement-item p {
      font-size: 18px;
      line-height: 1.4;
      color: #ccc;
  }

  .achievement-item strong {
      font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .about-company {
      flex-direction: column;
      padding: 20px;
      align-items: flex-start;
  }

  .about-left {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      text-align: center;
      margin-bottom: 20px;
  }

  .about-left h2 {
      font-size: 18px;
      font-weight: normal;
  }

  .about-right {
      width: 100%;
  }

  .about-stats {
      flex-direction: row;
      gap: 10px;
      justify-content: space-around;
      width: 100%;
  }

  .stat-item {
      text-align: center;
      width: 45%;
  }

  .stat-item h3 {
      white-space: nowrap !important;
  }
  
  .stat-item p {
      white-space: nowrap !important;
  }

  .company-description {
      text-align: center;
      margin-bottom: 15px;
      padding-bottom: 10px;
  }

  .achievements {
      flex-direction: column;
      align-items: flex-start;
      padding-left: 20px;
      gap: 20px;
      width: 100%;
  }

  .achievement-item {
      width: 100%;
      flex-direction: row;
      align-items: flex-start;
  }

  .achievement-item img {
      width: 80px;
      height: 80px;
  }

  .achievement-item p {
      font-size: 18px;
      line-height: 1.4;
      color: #ccc;
  }

  .achievement-item strong {
      font-size: 20px;
  }
}


.main-container {
background-color: #000; 
width: 100%; 
min-height: 100vh; 
padding: 60px 100px; 
box-sizing: border-box; 
margin: 0 auto; 
display: flex; 
flex-direction: column; 
}


      
      .section {
          display: flex;
          align-items: flex-start;
          margin-bottom: 40px;
      }

      
      .section-left {
          width: 190px;
          margin-right: 450px;
      }

      .section-left h2 {
        font-family: 'Gilroy-Regular';
          font-size: 22px;
          font-weight: normal;
          margin: 0;
color: #ffffff;
      }

      
      .section-right {
          flex: 1;
      }

      
      .about-stats {
          display: flex;
          gap: 120px;
          margin-bottom: 40px;
      }

      .stat-item {
          text-align: left;
      }

      .stat-item h3 {
color: #ffffff;
          font-size: 30px;
          font-weight: bold;
          margin: 0;
          font-family: 'Gilroy-Bold';
      }

      .stat-item p {
          margin: 8px 0 0;
          font-size: 16px;
          color: #ccc;
          font-family: 'Gilroy-Medium';
      }
      
      @media (max-width: 1330px) and (min-width: 769px) {
          .section-left {
              margin-right: 300px;
          }
          
          .about-stats {
              gap: 50px;
          }
          
          .stat-item h3 {
              white-space: nowrap !important;
          }
          
          .stat-item p {
              white-space: nowrap !important;
          }
      }
      
      @media (max-width: 1024px) and (min-width: 769px) {
          .section-left {
              margin-right: 200px;
          }
          
          .about-stats {
              gap: 40px;
          }
          
          .stat-item h3 {
              white-space: nowrap !important;
          }
          
          .stat-item p {
              white-space: nowrap !important;
          }
      }
      
      
      @media (max-width: 1200px) and (min-width: 1025px) {
          .stat-item h3 {
              white-space: nowrap !important;
          }
          
          .stat-item p {
              white-space: nowrap !important;
          }
      }
      
      @media (max-width: 500px) {
        .stat-item h3 {
          
                    font-size: 24px;
                    
                }

      }
      
      .company-description {
          text-align: left;
          margin-bottom: 25px;
          border-bottom: 1px solid #6f6f6f;
          padding-bottom: 18px;
          max-width: 750px;
          color: #ffffff;
      }

      .company-description p {
          font-size: 26px;
          line-height: 1.4;
          margin: 0 0 12px;
          font-family: 'Gilroy-Regular';
          color: #ffffff;
      }

      
      .achievements {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 25px 0;
          gap: 25px;
          width: 80%;
      }

      .achievement-item {
          display: flex;
          align-items: center;
          gap: 12px;
      }

      .achievement-item img {
          width: 70px;
          height: 70px;
          border-radius: 8px;
          object-fit: cover;
      }

      .achievement-item p {
          font-family: 'Gilroy-Regular';
          font-size: 16px;
          color: #a6a6a6;
          margin: 0;
          line-height: 1.2;
      }

      .achievement-item strong {
          font-size: 22px;
          font-family: 'Gilroy-Black';
          color: #fff;
          margin-top: 5px;
      }

      .long-dash {
          display: inline-block;
          width: 140px;
          border-bottom: 2px solid #fff;
          vertical-align: middle;
          margin: 0 10px;
      }

      
      .independent-grey-line {
          width: 100%;
          border-bottom: 1px solid #6f6f6f;
          margin: 90px 0;
      }

      
      .achievement-right {
          display: flex;
          flex-direction: column;
          gap: 100px;
          margin-top: 20px;
      }

      .achievement-block {
          display: flex;
          align-items: flex-start;
          gap: 15px;
      }

      .achievement-block img {
          width: 40px;
          height: 40px;
      }

      .achievement-block-title {
          font-size: 22px;
          font-family: 'Gilroy-Bold';
          margin: 0;
          color: #ffffff;
      }

      .achievement-block-text {
          font-size: 16px;
          font-family: 'Gilroy-Regular';
          color: #ccc;
          margin: 5px 0 0;
          line-height: 1.4;
      }

 
  .section-heading {
  font-size: 25px;
  font-family: 'Gilroy-Regular';
  margin: 0 0 25px;
  padding: 0;
  text-align: left; 
  width: 100%; 
color: white;
}
.what-we-do {
  display: flex;
  flex-direction: column; 
  align-items: center; 
}


.what-we-do-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  
}

.what-we-do-item {
  position: relative;
  width: 48%; 
  max-width: 800px; 
  border-radius: 12px;
  overflow: hidden;
  background-color: #1a1a1a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.what-we-do-item:hover {
  transform: scale(1.02);
}

.what-we-do-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.what-we-do-text-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  color: #fff;
  text-align: left;
}

.highlight-text {
  font-family: 'Gilroy-Bold';
  font-size: 18px;
  margin: 0 0 5px;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}

.description {
  font-size: 14px;
  font-family: 'Gilroy-Regular';
  line-height: 1.4;
}


@media (max-width: 1200px) {
  .what-we-do-container {
      gap: 20px;
  }
  .what-we-do-item {
      width: 100%; 
      max-width: none;
  }
}

@media (max-width: 800px) {
  .what-we-do-container {
      flex-direction: column;
      gap: 20px;
  }

  .section-heading {
      text-align: left; 
      padding-left: 10px;
      font-size: 25px; 
  }

  .what-we-do-item {
      width: 100%; 
  }
}

      
      @media (max-width: 800px) {
        .independent-grey-line {
         
          margin: 40px 0;
      }

          .main-container {
              padding: 20px;
          }

          .section {
              flex-direction: column;
              align-items: flex-start;
          }

          .section-left {
              width: 100%;
              margin: 0 0 20px 0;
              text-align: center;
          }

          .section-left h2 {
              font-size: 25px;
              font-weight: normal;
          }

          .section-right {
              width: 100%;
          }

          .achievements {
              flex-direction: column;
              gap: 20px;
              align-items: flex-start;
          }

          .achievement-item {
              width: 100%;
              text-align: left;
          }

          .about-stats {
              gap: 20px;
          }

          .what-we-do-container {
              flex-direction: column;
              gap: 20px;
          }

          .what-we-do-item {
              width: 100%;
          }

          .section-heading {
              text-align: center;
          }
      }
      @media (max-width: 1024px) {
          .main-container {
              padding: 20px;
          }

          .section {
              flex-direction: column;
              align-items: flex-start;
          }

          .section-left {
              width: 100%;
              margin: 0 0 20px 0;
              text-align: center;
          }

          .section-left h2 {
              font-size: 25px;
              font-weight: normal;
          }

          .section-right {
              width: 100%;
          }

          .achievements {
              flex-direction: column;
              gap: 20px;
              align-items: flex-start;
          }

          .achievement-item {
              width: 100%;
              text-align: left;
          }

          .about-stats {
              gap: 20px;
          }

          .what-we-do-container {
              flex-direction: column;
              gap: 20px;
          }

          .what-we-do-item {
              width: 100%;
          }

          .section-heading {
              text-align: center;
          }
      }

      .text-image-container {
  display: flex;
  justify-content: center; 
  margin: 150px 0; 
}

.text-image {
  max-width: 100%; 
  height: auto;
}



.partners {
  margin-top: 50px;
  max-width: 100%; 
  background-color: #000;
  color: #fff;
  font-family: 'Arial', sans-serif;
}


.partners-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px; 
}

.partners-text-left {
  flex: 0 0 auto;
  text-align: left;
  max-width: 200px;
color: #ffffff;
}

.partners-text-left h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
color: #ffffff;
}

.partners-text-right {
color: #ffffff;
  flex: 1;
  text-align: left;
  padding-left: 30%; 
}

.partners-text-right h3 {
  font-size: 36px; 
  font-weight: bold;
  margin: 0 0 15px 0;
color: #ffffff;
}

.partners-text-right p {
  font-size: 18px;
  color: #a6a6a6;
  line-height: 1.8;
  margin: 0;
color: #ffffff;
}


.partners-logos {
  display: flex;
  justify-content: center;
  gap: 20px; 
  flex-wrap: wrap;
}

.logo-item {
  background-color: #1a1a1a;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px; 
  height: 80px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logo-item:hover {
  transform: scale(1.05);
}


@media (max-width: 768px) {
  .partners-content {
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
  }

  .partners-text-left, .partners-text-right {
      text-align: center;
  }

  .partners-text-right {
      padding-left: 0; 
  }

  .partners-logos {
      justify-content: center;
  }
}

@media (max-width: 480px) {
  .logo-item {
      width: 120px;
      height: 70px;
  }
}








.main-background {
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  padding: 100px; 
}

.promotions-wrapper {
  
  width: 100%;
}

.heading-promotions {
  font-size: 24px;
  margin-bottom: 15px; 
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
  gap: 12px;
}

.promotions-logo {
  height: 40px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.promotions-logo.default-logo {
  display: inline-block;
}

.promotions-logo.new-year-logo {
  display: none;
}

.new-year-theme .promotions-logo.default-logo {
  display: none;
}

.new-year-theme .promotions-logo.new-year-logo {
  display: inline-block;
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.promotion-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 430px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.promotion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: inherit;
}

.promotion-image {
  max-width: 70%;
  height: auto;
  margin: 0 auto 15px auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.promotion-card:hover .promotion-image {
  transform: scale(1.05);
}

.promotion-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  transition: color 0.3s ease;
}

.promotion-card:hover .promotion-title {
  color: #4cac26;
}




.promotion-header {
  display: flex;
  align-items: center; 
  margin-bottom: 5px; 
}

.promotion-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 3px; 
}



.promotion-badge {
  background-color: #4cac26;
  color: #fff;
  border-radius: 12px;
  padding: 3px 8px;
  font-size: 12px;
  margin-left: 8px;
  line-height: 1;
}

.promotion-description {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0px; 
}


.promotion-card,
.promotion-card:visited,
.promotion-card:active,
.promotion-card:focus {
  text-decoration: none !important;
  color: inherit !important;
}

.promotion-card * {
  text-decoration: none !important;
}


@media (max-width: 992px) {
  .promotions-grid {
      grid-template-columns: repeat(2, 1fr);
  }

  .main-background {
      padding: 50px; 
  }

  .promotions-logo {
    height: 35px;
  }

  .heading-promotions {
    font-size: 22px;
    gap: 10px;
  }
}


@media (min-width: 769px) and (max-width: 1024px) {
  .promotion-card {
    min-height: 320px !important;
    padding: 18px !important;
  }
  
  .promotion-image {
    max-width: 60% !important;
    margin-bottom: 12px !important;
  }
  
  .promotion-title {
    font-size: 16px !important;
  }
  
  .promotion-description {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 600px) {
  .promotions-grid {
      grid-template-columns: 1fr;
  }

  .main-background {
      padding: 20px; 
  }

  .promotions-logo {
    height: 30px;
  }

  .heading-promotions {
    font-size: 20px;
    gap: 8px;
    flex-wrap: wrap;
  }
}



.purchase-form-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.purchase-form-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.purchase-form {
  display: flex;
  flex-direction: column;
}

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

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 0.95rem;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 0.95rem;
}


.modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

.modal-form .form-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.modal-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}

.modal-form .form-group:first-child {
  flex: 0.4; 
}

.modal-form .form-group:last-child {
  flex: 0.6; 
}

.modal-form .form-group label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}

.modal-form .form-group input {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 0.95rem;
  background: white;
  width: 100%;
}

.modal-submit-btn {
  background: #333;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  align-self: stretch;
  margin-top: 10px;
}

.modal-submit-btn:hover {
  background: #555;
}

.phone-input-container {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: white;
}

.phone-flag {
  width: 16px;
  height: 12px;
  object-fit: cover;
}

.phone-code {
  font-size: 0.85rem;
  color: #333;
  font-weight: 500;
  min-width: 20px;
}

.phone-input-container input {
  border: none;
  outline: none;
  flex: 1;
  padding: 0;
  background: transparent;
  font-size: 1rem;
  min-width: 0;
}


@media (max-width: 768px) {
  .modal-form .form-row {
    flex-direction: column;
    gap: 15px;
  }
  
  .modal-form .form-group {
    flex: none;
  }
  
  .modal-submit-btn {
    align-self: stretch;
    margin-top: 15px;
  }
  
  
  .error-modal-content {
    flex-direction: column;
    text-align: center;
    max-width: 90%;
    padding: 15px;
  }
  
  .error-content {
    margin: 10px 0;
  }
  
  .error-close-btn {
    border-radius: 4px;
    align-self: stretch;
    padding: 8px 16px;
    font-size: 12px;
  }
  
  
  .success-modal-content {
    flex-direction: column;
    text-align: center;
    max-width: 90%;
    padding: 20px;
  }
  
  .success-content {
    margin: 15px 0;
  }
  
  .success-close-btn {
    border-radius: 4px;
    align-self: stretch;
    padding: 10px 20px;
    font-size: 12px;
  }
}


.success-modal-content {
  max-width: 450px;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  gap: 15px;
}

.success-icon {
  flex-shrink: 0;
  animation: successPulse 0.6s ease-in-out;
}

.success-icon svg {
  width: 40px;
  height: 40px;
}

@keyframes successPulse {
  0% { transform: scale(0.8); opacity: 0; }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

.success-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.success-title {
  font-size: 18px;
  font-weight: 600;
  color: #2e7d32;
  margin: 0;
  font-family: 'Gilroy-Bold', sans-serif;
  line-height: 1.2;
}

.success-message {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  margin: 0;
  font-family: 'Gilroy-Medium', sans-serif;
}

.success-close-btn {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Gilroy-Medium', sans-serif;
  flex-shrink: 0;
  height: fit-content;
}

.success-close-btn:hover {
  background: #45a049;
}


.error-modal-content {
  max-width: 400px;
  display: flex;
  align-items: center;
  padding: 15px 18px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  gap: 12px;
}

.error-icon {
  flex-shrink: 0;
  animation: errorShake 0.6s ease-in-out;
}

.error-icon svg {
  width: 35px;
  height: 35px;
}

@keyframes errorShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-3px); }
  75% { transform: translateX(3px); }
}

.error-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.error-title {
  font-size: 16px;
  font-weight: 600;
  color: #d32f2f;
  margin: 0;
  font-family: 'Gilroy-Bold', sans-serif;
  line-height: 1.2;
}

.error-message {
  font-size: 12px;
  color: #666;
  line-height: 1.3;
  margin: 0;
  font-family: 'Gilroy-Medium', sans-serif;
}

.error-close-btn {
  background: #f44336;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: 'Gilroy-Medium', sans-serif;
  flex-shrink: 0;
  height: fit-content;
}

.error-close-btn:hover {
  background: #d32f2f;
}


.modal {
  animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from { 
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }
  to { 
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
  box-sizing: border-box;
}

.btn-group {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.btn {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 16px;
  font-size: 0.95rem;
}

.submit-btn {
  background-color: #4CAC26;
  color: #fff;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: #3A8E22;
}

.close-btn {
  background-color: #f2f2f2;
  color: #333;
  transition: background-color 0.3s ease;
}

.close-btn:hover {
  background-color: #ccc;
}
.btn-card {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  padding: 15px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-bottom: 20px;
}
.btn-card:hover {
  background-color: #333; 
}

.btn-card img {
  height: 24px;
  width: auto;
}
.payment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.payment-icons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 5px;
}

.payment-icons img {
  height: 24px;
  width: auto;
}

}




@media (max-width: 1100px) {
  .about-company {
    flex-direction: column; 
    padding: 40px 20px; 
  }

  .about-left {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .about-right {
    width: 100%;
    text-align: center;
  }

  .about-stats {
  
    gap: 20px;
    justify-content: center;
    
  }

  .company-description {
    max-width: 100%; 
    text-align: center;
    font-size: 18px; 
  }

  .achievements {
    flex-direction: column; 
    align-items: center;
    gap: 20px;
  }

  .achievement-item {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1050px) and (min-width: 801px) {
  .content-blocks,
  .promotions-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px;
    justify-content: center;
  }

  .content-block,
  .promotion-card {
    width: 100%;
    max-width: 100%;
  }
}


@media (max-width: 800px) {
  .content-blocks,
  .promotions-grid {
    grid-template-columns: 1fr; 
  }
}
@media (max-width: 1050px) and (min-width: 801px) {
  .about-company,
  .product-list,
  .what-we-do-container {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about-left,
  .about-right,
  .company-description,
  .achievements,
  .product-card,
  .what-we-do-item {
    width: 90%;
    max-width: 600px;
    text-align: center;
  }

  .about-stats,
  .achievements {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .product-list {
    flex-wrap: wrap;
    gap: 15px;
  }

  .product-card {
    flex-direction: column;
    align-items: center;
    width: 250px;
  }
}

 
 @media (max-width: 800px) {
   .about-company,
   .product-list,
   .what-we-do-container {
     padding: 20px;
   }
 
   .about-left,
   .about-right,
   .company-description,
   .achievements,
   .product-card,
   .what-we-do-item {
     width: 100%;
   }
 }


.feedback-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  font-family: 'Gilroy-Regular', Arial, sans-serif;
}


.feedback-message {
  position: absolute;
  bottom: 90px;
  right: 0;
  width: 300px;
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #4CAC26;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 9998;
  backdrop-filter: blur(10px);
}

.feedback-message.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
}

.message-content {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  position: relative;
}

.message-content::before {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 25px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4CAC26;
}

.message-logo {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  flex-shrink: 0;
  animation: logoFloat 3s ease-in-out infinite;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: none;
}

.logo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.message-logo:hover .logo-image {
  transform: scale(1.1);
}

.message-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  background: rgba(76, 172, 38, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4CAC26;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.message-close:hover {
  background: rgba(76, 172, 38, 0.2);
  opacity: 1;
  transform: scale(1.1);
}

.message-text {
  flex: 1;
}

.message-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 4px;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  line-height: 1.2;
}

.message-subtitle {
  display: block;
  font-size: 14px;
  color: #4CAC26;
  font-weight: 500;
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  line-height: 1.3;
}



@keyframes logoFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-2px) rotate(1deg);
  }
  50% {
    transform: translateY(-4px) rotate(0deg);
  }
  75% {
    transform: translateY(-2px) rotate(-1deg);
  }
}

@keyframes iconBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}




@media (max-width: 768px) {
  .feedback-message {
    width: 320px;
    bottom: 90px;
    right: 0;
  }
  
  .message-content {
    padding: 18px 20px;
  }
  
  .message-logo {
    width: 44px;
    height: 44px;
    margin-right: 15px;
  }
  
  .message-title {
    font-size: 18px;
    font-weight: 700;
  }
  
  .message-subtitle {
    font-size: 15px;
    font-weight: 600;
  }
  
  .feedback-button {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 480px) {
  .feedback-message {
    width: 300px;
    bottom: 90px;
    right: 5px;
  }
  
  .message-content {
    padding: 16px 18px;
  }
  
  .message-logo {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  
  .message-title {
    font-size: 17px;
  }
  
  .message-subtitle {
    font-size: 14px;
  }
  
  .feedback-button {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 360px) {
  .feedback-message {
    width: 280px;
    right: 10px;
    bottom: 90px;
  }
  
  .message-logo {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  
  .feedback-button {
    width: 65px;
    height: 65px;
  }
}

            .feedback-button {
              width: 70px;
              height: 70px;
              background: linear-gradient(135deg, #4CAC26, #3b9d20);
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer;
              box-shadow: none;
              transition: all 0.3s ease;
              border: 3px solid #fff;
              position: relative;
            }

            .feedback-button:hover {
              transform: scale(1.1);
              box-shadow: none;
            }

            .feedback-button .animated-icon {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 20px;
              height: 20px;
              display: flex;
              align-items: center;
              justify-content: center;
              opacity: 0;
              animation: iconSwitch 3s ease-in-out infinite;
            }

            .feedback-button .phone-icon {
              animation-delay: 0s;
            }

            .feedback-button .whatsapp-icon {
              animation-delay: 1.5s;
            }

            @keyframes iconSwitch {
              0%, 45% {
                opacity: 0;
                transform: translate(-50%, -50%) scale(0.8);
              }
              5%, 40% {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1);
              }
              50%, 100% {
                opacity: 0;
                transform: translate(-50%, -50%) scale(0.8);
              }
            }

.feedback-panel {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 300px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.feedback-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.feedback-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.feedback-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
}

.close-feedback {
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
}

.close-feedback:hover {
  color: #D71820;
}

.feedback-options {
  padding: 15px 20px 20px 20px;
}

.feedback-option {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.feedback-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.phone-option {
  background: linear-gradient(135deg, #4CAC26, #3b9d20);
  color: white;
}

.phone-option:hover {
  background: linear-gradient(135deg, #3b9d20, #2d7a18);
}

.whatsapp-option {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
}

.whatsapp-option:hover {
  background: linear-gradient(135deg, #128C7E, #0d6b5f);
}

.option-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}

.option-text {
  flex: 1;
}

.option-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
}

.option-subtitle {
  display: block;
  font-size: 14px;
  opacity: 0.9;
  font-family: 'Gilroy-Regular', Arial, sans-serif;
}


@media (max-width: 768px) {
  .feedback-widget {
    bottom: 20px;
    right: 20px;
  }
  
  .feedback-button {
    width: 55px;
    height: 55px;
  }
  
  .feedback-panel {
    width: 280px;
    bottom: 75px;
    right: -10px;
  }
  
  .feedback-header {
    padding: 15px 15px 10px 15px;
  }
  
  .feedback-header h3 {
    font-size: 16px;
  }
  
  .feedback-options {
    padding: 10px 15px 15px 15px;
  }
  
  .feedback-option {
    padding: 12px;
    margin-bottom: 8px;
  }
  
  .option-icon {
    width: 35px;
    height: 35px;
    margin-right: 12px;
  }
  
  .option-title {
    font-size: 15px;
  }
  
  .option-subtitle {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .feedback-panel {
    width: 260px;
    right: -20px;
  }
}


.subscription-block {
  background: #ffffff !important;
  border-radius: 12px;
  padding: 30px 50px 35px 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
}

.subscription-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.check-icon {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}

.subscription-title {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 29px;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.subscription-sections {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  border-top: none;
  border-bottom: none;
  padding: 25px 0;
  width: 100%;
  box-sizing: border-box;
}

.subscription-section {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subscription-section:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #999999;
}

.section-header {
  font-family: 'Gilroy-Regular', Arial, sans-serif;
  font-size: 18px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1.3;
}

.section-price {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 32px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.2;
}

.subscription-button-container {
  text-align: center;
  margin-top: 0;
}

.subscription-button {
  background: #000;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 14px 28px;
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  font-weight: 500;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.subscription-button:hover {
  background: #1a1a1a;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.subscription-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.button-arrow {
  width: 18px;
  height: 18px;
  transform: none;
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1);
}

.subscription-button:hover .button-arrow {
  transform: translateX(3px);
}


.services-block {
  background: #1C1C1C;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  height: 100%;
}

.service-card {
  background: #1C1C1C;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  transition: all 0.3s ease;
  border: 2px solid #4a4a4a;
}

.service-card:hover {
  background: #3a3a3a;
  border-color: #6a6a6a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.service-icon {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.service-icon .icon-img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.service-icon .icon-img[src*="Clock"] {
  filter: none;
  opacity: 1;
}

.service-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  width: 100%;
}

.service-title {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}

.service-subtitle {
  font-family: 'Gilroy-Medium', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}


@media (max-width: 1000px) {
  .services-block {
    padding: 20px;
  }
  
  .services-grid {
    gap: 15px;
  }
  
  .service-card {
    padding: 15px;
  }
  
  .service-icon .icon-img {
    width: 28px;
    height: 28px;
  }
  
  .service-title {
    font-size: 16px;
  }
  
  .service-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .services-block {
    padding: 25px;
  }
  
  .services-grid {
    gap: 18px;
  }
  
  .service-card {
    padding: 18px;
  }
  
  .service-icon .icon-img {
    width: 30px;
    height: 30px;
  }
  
  .service-title {
    font-size: 17px;
  }
  
  .service-subtitle {
    font-size: 17px;
  }
}


@media (max-width: 1000px) {
  .subscription-block {
    padding: 15px 15px 20px 15px;
  }
  
  .subscription-title {
    font-size: 20px;
  }
  
  .check-icon {
    width: 24px;
    height: 24px;
  }
  
  .section-header {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .section-price {
    font-size: 22px;
    line-height: 1.3;
  }
  
  .subscription-section {
    padding: 0 10px;
  }
  
  .subscription-button {
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 10px;
  }
}

@media (max-width: 1300px) {
  .subscription-block {
    padding: 20px 20px 24px 20px;
  }
  
  .subscription-title {
    font-size: 22px;
  }
  
  .check-icon {
    width: 26px;
    height: 26px;
  }
  
  .section-header {
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
  }
  
  .section-price {
    font-size: 24px;
    line-height: 1.2;
    white-space: nowrap;
  }
  
  .subscription-section {
    padding: 0 12px;
    min-width: 0;
  }
  
  .subscription-sections {
    padding: 20px 0;
    gap: 0;
  }
  
  .subscription-button {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 12px;
  }
}

@media (max-width: 1920px) {
  .subscription-block {
    padding: 25px 40px 30px 40px;
  }
  
  .subscription-title {
    font-size: 27px;
  }
  
  .check-icon {
    width: 30px;
    height: 30px;
  }
  
  .section-header {
    font-size: 17px;
  }
  
  .section-price {
    font-size: 31px;
  }
  
  .subscription-section {
    padding: 0 25px;
  }
  
  .subscription-button {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 18px;
  }
}

@media (max-width: 1600px) {
  .subscription-block {
    padding: 22px 35px 26px 35px;
  }
  
  .subscription-title {
    font-size: 25px;
  }
  
  .check-icon {
    width: 28px;
    height: 28px;
  }
  
  .section-header {
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
  }
  
  .section-price {
    font-size: 28px;
    line-height: 1.2;
    white-space: nowrap;
  }
  
  .subscription-section {
    padding: 0 20px;
    min-width: 0;
  }
  
  .subscription-sections {
    padding: 24px 0;
    gap: 0;
  }
  
  .subscription-button {
    padding: 11px 22px;
    font-size: 15px;
    border-radius: 16px;
  }
}

@media (max-width: 1440px) {
  .subscription-block {
    padding: 20px 25px 24px 25px;
  }
  
  .subscription-title {
    font-size: 23px;
  }
  
  .check-icon {
    width: 26px;
    height: 26px;
  }
  
  .section-header {
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
  }
  
  .section-price {
    font-size: 26px;
    line-height: 1.2;
    white-space: nowrap;
  }
  
  .subscription-section {
    padding: 0 14px;
    min-width: 0;
  }
  
  .subscription-sections {
    padding: 22px 0;
    gap: 0;
  }
  
  .subscription-button {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .subscription-block {
    padding: 16px 15px 20px 15px;
  }
  
  .subscription-title {
    font-size: 19px;
  }
  
  .check-icon {
    width: 22px;
    height: 22px;
    margin-right: 12px;
  }
  
  .section-header {
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
    margin-bottom: 10px;
    letter-spacing: -0.2px;
  }
  
  .section-price {
    font-size: 20px;
    line-height: 1.1;
    white-space: nowrap;
    letter-spacing: -0.3px;
  }
  
  .subscription-section {
    padding: 0 5px;
    min-width: 0;
    flex: 1 1 0;
  }
  
  .subscription-sections {
    padding: 18px 0;
    gap: 0;
    margin-bottom: 25px;
  }
  
  .subscription-header {
    margin-bottom: 20px;
  }
  
  .subscription-button {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 10px;
  }
  
  .subscription-section:not(:last-child)::after {
    width: 0.5px;
  }
}

@media (min-width: 1400px) and (max-width: 1500px) {
  .subscription-block {
    padding: 20px 28px 25px 28px;
  }
  
  .subscription-title {
    font-size: 24px;
  }
  
  .check-icon {
    width: 28px;
    height: 28px;
  }
  
  .section-header {
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
  }
  
  .section-price {
    font-size: 26px;
    line-height: 1.2;
    white-space: nowrap;
  }
  
  .subscription-section {
    padding: 0 16px;
    min-width: 0;
  }
  
  .subscription-sections {
    padding: 22px 0;
    gap: 0;
  }
  
  .subscription-button {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 14px;
  }
}

@media (max-width: 1200px) {
  .subscription-block {
    padding: 18px 28px 22px 28px;
  }
  
  .subscription-title {
    font-size: 21px;
  }
  
  .check-icon {
    width: 24px;
    height: 24px;
  }
  
  .section-header {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .section-price {
    font-size: 27px;
    line-height: 1.3;
  }
  
  .subscription-section {
    padding: 0 12px;
  }
  
  .subscription-button {
    padding: 9px 18px;
    font-size: 13px;
    border-radius: 12px;
  }
}

@media (max-width: 1024px) {
  .subscription-block {
    padding: 16px 25px 20px 25px;
  }
  
  .subscription-title {
    font-size: 19px;
  }
  
  .check-icon {
    width: 22px;
    height: 22px;
  }
  
  .section-header {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .section-price {
    font-size: 25px;
    line-height: 1.3;
  }
  
  .subscription-section {
    padding: 0 10px;
  }
  
  .subscription-button {
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .subscription-sections {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  
  .subscription-section:not(:last-child)::after {
    display: none;
  }
  
  .subscription-section {
    border-bottom: none;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }
  
  .section-header {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .section-price {
    font-size: 24px;
    line-height: 1.3;
  }
  
  .subscription-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .subscription-block {
    padding: 14px 22px 18px 22px;
  }
  
  .subscription-title {
    font-size: 17px;
  }
  
  .check-icon {
    width: 20px;
    height: 20px;
  }
  
  .section-header {
    font-size: 13px;
    line-height: 1.4;
  }
  
  .section-price {
    font-size: 24px;
    line-height: 1.3;
  }
  
  .subscription-button {
    padding: 7px 14px;
    font-size: 11px;
    border-radius: 8px;
  }
}


.block-6 {
    background: white !important;
}


.block-6 .hikvision-logo-img {
    height: 12px !important;
    width: auto !important;
    object-fit: contain !important;
}


.block-6 .zero-price {
    color: #29B278 !important;
}

.block-6 .old-price .price-value {
    color: #29B278 !important;
}

.block-6 .savings-icon {
    background: #29B278 !important;
}

.block-6 .crossed {
    color: #29B278 !important;
}

.block-6 .highlight {
    color: #29B278 !important;
}

.block-6 .product-name {
    color: #29B278 !important;
}

.hikvision-ad-block .product-name {
    color: #e31e24 !important;
}


@media (min-width: 1200px) and (max-width: 1440px) {
    .block-6 .hikvision-logo-img {
        height: 14px !important;
    }
}


@media (min-width: 1600px) and (max-width: 1920px) {
    .block-6 .hikvision-logo-img {
        height: 20px !important;
    }
}

@media (min-width: 1921px) {
    .block-6 .hikvision-logo-img {
        height: 22px !important;
    }
}

@media (max-width: 1199px) {
    .block-6 .hikvision-logo-img {
        height: 12px !important;
    }
}

@media (max-width: 768px) {
    .block-6 .hikvision-logo-img {
        height: 10px !important;
    }
}


.content-block{
  position: relative;
  overflow: hidden;
}

.default-content{
  position: relative;
}

.default-content img{
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

.content-block-icon{
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 5;
  width: 140px;
  height: auto;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .content-block-icon {
    width: 50px;
    top: 12px;
    left: 12px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content-block-icon {
    width: 100px;
    top: 20px;
    left: 20px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .content-block-icon {
    width: 120px;
    top: 22px;
    left: 22px;
  }
}

.rounded-button{
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
}

.hover-content{
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0;
  transition: opacity .15s ease;
}

.content-block:hover .hover-content{
  opacity: 1;
}

@media (max-width:768px){
  .content-block-icon{ top:12px; left:12px; height:28px; }
  .rounded-button{ top:12px; right:12px; }
}

/* Кнопка «Вверх» — появляется при скролле, не перекрывает контент и виджет */
.pcn-back-to-top {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 998;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background .2s ease;
}
.pcn-back-to-top:hover {
  background: #333;
}
.pcn-back-to-top.pcn-back-to-top-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .pcn-back-to-top {
    left: 16px;
    bottom: 90px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
  }
}
@media (max-width: 480px) {
  .pcn-back-to-top {
    left: 12px;
    bottom: 85px;
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
  }
}
