/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 html {
     line-height: 1.15;
     -webkit-text-size-adjust: 100%;
}
 body {
     margin: 0;
}
 main {
     display: block;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
     padding: 0;
}
 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
}
 pre {
     font-family: monospace, monospace;
     font-size: 1em;
}
 a {
     background-color: transparent;
     color: #fff;
}
 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
}
 b, strong {
     font-weight: bolder;
}
 code, kbd, samp {
     font-family: monospace, monospace;
     font-size: 1em;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sub {
     bottom: -0.25em;
}
 sup {
     top: -0.5em;
}
 img {
     border-style: none;
     max-width: 100%;
}
 button, input, optgroup, select, textarea {
     font-family: inherit;
     font-size: 100%;
     line-height: 1.15;
     margin: 0;
}
 button, input {
     overflow: visible;
}
 button, select {
     text-transform: none;
}
 button, [type="button"], [type="reset"], [type="submit"] {
     -webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
}
 fieldset {
     padding: 0.35em 0.75em 0.625em;
}
 legend {
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal;
}
 progress {
     vertical-align: baseline;
}
 textarea {
     overflow: auto;
}
 [type="checkbox"], [type="radio"] {
     box-sizing: border-box;
     padding: 0;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
     height: auto;
}
 [type="search"] {
     -webkit-appearance: textfield;
     outline-offset: -2px;
}
 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     font: inherit;
}
 details {
     display: block;
}
 summary {
     display: list-item;
}
 template {
     display: none;
}
 [hidden] {
     display: none;
}
/*========== THEME STYLES ==========*/
 .default-header {
     padding-bottom: 50px;
}
 .main-nav {
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 10px;
     margin-right: 0px;
}
 .main-nav li {
     list-style: none;
}
 .main-nav li a {
     color: rgb(255, 255, 255);
     font-family: Roboto;
     font-size: 13px;
     font-weight: 400;
     line-height: 18px;
     text-align: center;
     text-decoration: none;
     padding: 5px 10px;
}
 .main-nav li a:hover {
     text-decoration: underline;
}
 .header-nav-block {
     display: flex;
     align-items: center;
     justify-content: flex-end;
}
 .main-button {
     color: rgb(255, 255, 255);
     font-family: Roboto;
     font-size: 15px;
     font-weight: 700;
     line-height: 18px;
     text-align: center;
     border-radius: 9px;
     background: linear-gradient(270.00deg, rgb(20, 140, 113) 2.212%,rgb(31, 180, 146) 96.903%);
     padding: 15px 20px;
     text-decoration: none;
}
 .main-button:hover {
     background: rgb(19, 144, 115);
}
 .main-button:active {
     background: rgb(19, 144, 115);
}
 .hamburger-block {
     display: none;
}
 .default-footer {
     padding-top: 40px;
     padding-bottom: 50px;
     background: rgb(33, 36, 35);
}
 .footer-lang {
     display: flex;
     align-items: center;
}
 .footer-lang > a {
     display: flex;
     align-items: center;
     gap: 5px;
     padding-left: 5px;
     color: rgb(170, 170, 170);
     font-size: 15px;
     font-weight: 400;
     line-height: 24px;
     text-align: center;
     text-transform: uppercase;
     text-decoration: none;
}
 .footer-social {
     display: flex;
     align-items: center;
     margin: 30px 0;
     gap: 20px;
}
 .footer-copyright {
     color: rgb(170, 170, 170);
     font-size: 15px;
     font-weight: 400;
     line-height: 18px;
     text-align: left;
}
 .footer-menu-block {
     display: flex;
     justify-content: space-around;
     gap: 20px;
}
 .footer-menu-row h4 {
     color: rgb(255, 255, 255);
     font-size: 15px;
     font-weight: 700;
     line-height: 18px;
     text-align: left;
     margin-bottom: 10px;
}
 .footer-menu-row ul {
     padding-left: 0;
     margin: 0;
}
 .footer-menu-row ul li {
     list-style: none;
}
 .footer-menu-row ul li a {
     display: block;
     color: rgb(255, 255, 255);
     font-size: 15px;
     font-weight: 400;
     line-height: 18px;
     text-align: left;
     text-decoration: none;
     padding: 10px 0;
}
 .footer-menu-row ul li a:hover {
     text-decoration: underline;
}
 h2 {
     color: rgb(255, 255, 255);
     font-family: Michroma;
     font-size: 28px;
     font-weight: 400;
     line-height: 40px;
     text-align: left;
}
 .main-services-wrapper {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     margin-top: 50px;
     margin-bottom: 85px;
}
 .main-services-item {
     position: relative;
     flex: 1 0 calc(50% - 10px);
     height: 280px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 12px;
     text-decoration: none;
}
 .main-services-item h3 {
     color: rgb(255, 255, 255);
     font-family: Roboto;
     font-size: 28px;
     font-weight: 700;
     line-height: 33px;
}
 .main-services-item:hover {
     flex: 2 0 calc(100% + 20px);
}
 .main-services-item-1 {
     background: #000 url('../img/main-services-item-3.jpeg') center center no-repeat;
     background-size: cover;
}
 .main-services-item-2 {
     background: #000 url('../img/main-services-item-2.jpeg') center center no-repeat;
     background-size: cover;
}
 .main-services-item-3 {
     background: #000 url('../img/main-services-item-1.jpeg') center center no-repeat;
     background-size: cover;
}
 .main-services-item-4 {
     background: #000 url('../img/main-services-item-4.jpeg') center center no-repeat;
     background-size: cover;
}
 .main-services-item-5 {
     background: #000 url('../img/main-services-item-5.jpeg') center center no-repeat;
     background-size: cover;
}
 .main-services-item-6 {
     background: #000 url('../img/main-services-item-6.jpeg') center center no-repeat;
     background-size: cover;
}
 .close-menu {
     display: none;
}
 .earth-page {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     min-height: 100vh;
     background: #000 url('../img/earth-page.jpeg') center right no-repeat;
     background-size: contain;
}
.earth-landing-page {
    background: #000 url('../img/earth-page.jpeg') center right no-repeat;
     background-size: contain;
}
.earth-landing-page .hello-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.hello-description {
    margin-top: 50px;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: left;
}
.earth-landing-page .hello-section .main-button {
    display: block;
    margin-top: 60px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}

 .hello-left h1 {
     color: rgb(255, 255, 255);
     font-family: Michroma;
     font-size: 55px;
     font-weight: 400;
     line-height: 78px;
     text-align: left;
}
}
 .hello-description {
     margin-top: 66px;
     color: #fff;
     font-family: Roboto;
     font-size: 28px;
     color: #AAAAAA;
     line-height: 33px;
     text-align: left;
}
 .hello-description a {
     color: #fff;
     font-weight: 700;
     text-decoration: none;
}
 .earth-footer p {
     color: rgb(170, 170, 170);
     font-family: Roboto;
     font-size: 15px;
     font-weight: 400;
     line-height: 18px;
     text-align: center;
}
 .register-form {
     border-radius: 23px;
     backdrop-filter: blur(10px);
     background: rgb(0, 0, 0);
     text-align: center;
     padding: 55px 100px 95px 100px;
     max-width: 610px;
     margin-left: auto;
     margin-right: auto;
}
 .register-form > h2 {
     color: rgb(255, 255, 255);
     font-family: Roboto;
     font-size: 28px;
     font-weight: 700;
     line-height: 33px;
     text-align: center;
}
 .register-form > p {
     margin-top: 5px;
     color: rgb(170, 170, 170);
     font-family: Roboto;
     font-size: 15px;
     font-weight: 400;
     line-height: 18px;
     text-align: center;
}
 .register-form form {
     display: flex;
     flex-direction: column;
     gap: 30px;
     margin-top: 30px;
}
 .register-form form input, .ihc-form-create-edit input, #changepassword input {
     background-color: transparent;
     border: 1px solid rgb(255, 255, 255);
     border-radius: 9px;
     text-align: left;
     padding: 14px 14px 14px 18px;
     outline: none;
}
/* text field */
 .text-field__input {
     display: block;
     width: 100%;
     font-family: inherit;
     font-weight: 400;
     line-height: 1.5;
     color: #fff;
     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
 .text-field__input::placeholder {
     color: #fff;
     opacity: 0.4;
}
 .text-field__input:focus {
     color: #fff;
     border: 2px solid rgb(31, 180, 146);
}
 .text-field__input:disabled, .text-field__input[readonly] {
     background-color: #f5f5f5;
     opacity: 1;
}
 .text-field_floating {
     position: relative;
}
 .text-field_floating .text-field__input {
     height: 45px;
}
 .text-field_floating .text-field__label {
     position: absolute;
     top: 12px;
     left: 0;
     display: flex;
     align-items: center;
     padding-left: 20px;
     height: auto;
     pointer-events: none;
     border: 1px solid transparent;
     transform-origin: 0 0;
     transition: opacity .15s ease-in-out, transform .15s ease-in-out;
     color: rgb(255, 255, 255);
     font-family: Roboto;
     font-size: 15px;
     font-weight: 700;
     line-height: 18px;
}
 .text-field_floating .text-field__input::-moz-placeholder {
     color: transparent;
}
 .text-field_floating .text-field__input::placeholder {
     color: transparent;
}
 .text-field_floating .text-field__input:focus~.text-field__label, .text-field_floating .text-field__input:not(:placeholder-shown)~.text-field__label {
     transform: translateX(20px) translateY(-20px);
     background-color: #000;
     font-size: 11px;
     font-weight: 700;
     line-height: 13px;
     height: auto;
     width: fit-content;
     padding-left: 0;
}
 .register-form .form-submit, .ihc-form-create-edit #ihc_submit_bttn, .form-submit, #changepassword .form-submit {
     border-radius: 9px;
     border: none;
     background: rgb(19, 144, 115);
     color: rgb(255, 255, 255);
     font-family: Roboto;
     font-size: 15px;
     font-weight: 700;
     line-height: 18px;
     text-align: center;
     height: 45px;
     cursor: pointer;
     margin-top: 20px;
}
 .earth-footer {
     margin-top: 30px;
}
 .form-submit:hover, #ihc_submit_bttn:hover {
     background: rgb(31, 180, 146);
}
.forgot-password {
  display: block;
  width: 100%;
  margin-top: 20px;
  color: rgb(31, 180, 146);
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: right;
  text-decoration: none;
}
.sign-desc {
  margin-top: 50px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  color: #AAA;
}
.sign-desc a {
  text-decoration: none;
  color: #fff;
}
.page-404-section {
    margin-top: 200px;
    margin-bottom: 200px;
    display: flex;
    align-items: center;
}
.page-404-section h1 {
    color: rgb(243, 243, 243);
    font-family: Michroma;
    font-size: 140px;
    font-weight: 400;
    line-height: 199px;
    text-align: left;
}
.page-404-desc {
    margin-top: 30px;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 55px;
    font-weight: 600;
    line-height: 64px;
    text-align: left;
}
.page-404-text {
    margin-top: 45px;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: left;
}
.page-404-section a {
    display: flex;
    align-items: center;
    color: rgb(31, 180, 146);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    margin-top: 45px;
    text-decoration: none;
}
.page-404-section a:hover {
    text-decoration: underline;
}
.page-404 {
    background: #000 url('../img/404-bg.png') right top no-repeat;
}
.page-soon-section {
    margin-top: 100px;
    margin-bottom: 65px;
}
.page-soon-section h1 {
    margin-bottom: 65px;
    color: rgb(243, 243, 243);
    font-family: Michroma;
    font-size: 100px;
    font-weight: 400;
    line-height: 120px;
    text-align: left;
}
.page-soon-text {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
}
.page-soon-section a {
    display: flex;
    align-items: center;
    margin-top: 50px;
    color: rgb(31, 180, 146);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    text-decoration: none;
}
.page-soon-section a:hover {
    text-decoration: underline;
}
.page-soon-section video {
    width: 100%;
}
.pricing-head {
    padding-bottom: 20px;
}
.pricing-head h1 {
    color: rgb(255, 255, 255);
    font-family: Michroma;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
}
.pricing-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
}
.pricing-desc span {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.prices {
    padding-top: 20px;
    background-color: #fff;
}
.prices-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}
.prices-tab a {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    padding: 12px 68px;
}
.prices-tab a.active {
    background-color: #000;
    color: #fff;
    border-radius: 9px;
}
.page-head {
    padding-bottom: 20px;
}
.page-head h1 {
    color: rgb(255, 255, 255);
    font-family: Michroma;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
}
.companies {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 90px;
}
.companies h2 {
    color: rgb(0, 0, 0);
    font-family: Michroma;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
}
.companies-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.companies-wrapper a {
    margin: auto;
}
.latest-case {
    background-color: #fff;
    padding-bottom: 80px;
}
.latest-case-head h2 {
    color: rgb(0, 0, 0);
    font-family: Michroma;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
}
.latest-case-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.latest-case-head a {
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
}
.cases-wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.cases-item img {
    border-radius: 9px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.cases-item h3 {
    margin-top: 15px;
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.cases-item p {
    color: rgb(61, 61, 61);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}
.cases-meta {
    color: rgba(0, 0, 0, 0.72);
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
}
.cases-read {
    display: block;
    margin-top: 15px;
    color: rgb(31, 180, 146);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
}
.single-company {
    padding-top: 50px;
    background-color: #fff;
}
.back-company {
    display: block;
    margin-bottom: 30px;
    color: rgb(31, 180, 146);
    font-family: Michroma;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
}
.company-info h2 {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
}
.company-info a {
    color: #000;
}
.company-info ul {
    padding-left: 0;
}
.company-info ul li {
    padding-top: 20px;
    list-style: none;
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    text-align: left;
}
.company-text-row {
    margin-top: 50px;
}
.company-text-block {
    margin-bottom: 25px;
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.company-text-block h1, .company-text-block h2, .company-text-block h3, .company-text-block h4, .company-text-block h5, .company-text-block h6 {
    color: rgb(0, 0, 0);
}
.single-case {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-case-content {
    color: #000;
    padding-top: 20px;
}
.single-case-content a {
	color: #000;
}
.single-case-meta {
    color: rgb(148, 148, 148);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}
.single-case-title {
    margin-top: 20px;
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 55px;
    font-weight: 400;
    line-height: 64px;
    text-align: left;
}
.single-case-content h3 {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
}
.single-case-thumbnail {
    margin-bottom: 20px;
}
.case-sidebar .cases-item {
    margin-bottom: 30px;
}
.single-case-content p {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}
.iump-user-page-box .iump-user-page-box-title {
    color: #fff;
    font-family: inherit;
    border-bottom: 4px solid rgb(19, 144, 115);
}
.my-profile-tabs-content {
    margin-top: 50px;
    margin-bottom: 50px;
    min-height: 50vh;
}
.ihc-js-account-page-account-banner-data {
    border-radius: 9px 9px 0 0;
}
.ihc-js-account-page-account-banner-data, .ihc-ap-menu {
    background-color: #212423;
}
.ihc-ap-menu {
    border-top: 1px solid #fff;
    border-radius: 0 0 9px 9px;
}
.ihc-ap-menu .ihc-ap-menu-item-selected {
    background-color: rgb(19, 144, 115);
}
.ihc-ap-wrap {
    background-color: #212423;
    border-radius: 9px;
    padding: 10px;
}
.ihc-ap-wrap h3 {
    font-family: inherit;
    text-transform: uppercase;
}
.iump-user-page-mess-special {
    font-family: "Roboto";
    color: #fff;
}
.iump-user-page-mess {
    color: #fff;
    font-family: 'Roboto';
}
.ihc-ap-menu .ihc-ap-menu-item a {
    font-size: 16px;
    text-decoration: none;
    border: none;
    color: #fff;
    font-family: 'Roboto';
}
.ihc-ap-menu .ihc-ap-menu-item a i {
    margin-right: 5px;
}
.case-page {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.case-page-items-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
#filterResult {
    max-height: 800px;
    overflow-y: auto;
    padding: 10px;
}
#filterResult::-webkit-scrollbar {
  width: 5px; 
}

#filterResult::-webkit-scrollbar-track {
  background: #ededed;
}

#filterResult::-webkit-scrollbar-thumb {
  background-color: #050c26;
  border-radius: 20px;
  border: 1px solid #050c26;
}
.case-page-items-wrapper .cases-item img, .case-page-sidebar .cases-item img {
    border-radius: 9px;
    width: 291px;
    height: 215px;
    object-fit: cover;
}
.case-page-sidebar .cases-item {
    margin-bottom: 20px;
}
.cases-table {
    margin-top: 70px;
    margin-bottom: 50px;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    position: relative;
}
table.cases-table th,
table.cases-table td {
    width: calc(100% / var(--num-columns));
    box-sizing: border-box;
}
.cases-table th {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    border: 1px solid #fff;
    padding: 20px 0;
}
.cases-table th a {
    text-decoration: none;
}
.cases-table caption {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
}
.cases-table thead tr {
    background-color: #212423;
}
.cases-table .right-category {
    background-color: #3F3F3F;
}
.table-caption-top {
    padding-bottom: 10px;
}
.table-caption-right {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}
.wpc-filters-main-wrap li.wpc-term-item a {
    color: #000;
}
.wpc-term-count {
    color: #000;
}
.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: #000;
}
.pagination a {
    color: #000;
}
.case-link {
    margin-top: 20px;
    margin-bottom: 50px;
    display: block;
    text-align: center;
    font-size: 20px;
}
.footer-social img {
    width: 29px;
    height: auto;
}
.wpc-filter-title {
    color: #000;
}
li.wpc-term-item input:checked+label .wpc-term-count {
    color: #fff;
}
.landing-clients h2 {
    text-align: center;
}
.landing-clients-row {
    margin-top: 40px;
    box-shadow: 0px 0px 20px 0px rgba(142, 142, 142, 0.25);
    background: linear-gradient(0.00deg, rgb(30, 30, 30) -5.946%,rgb(84, 86, 86) 231.622%);
}
.landing-clients-wrapper {
    margin: 5px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.landing-clients {
    margin-bottom: 90px;
}
.landing-services h2 {
    text-align: center;
}
.form-landing-page {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 82.028%), #000 url('../img/form-landing-page.png') center center no-repeat;
    background-size: cover;
}
.landing-head-form {
    padding-top: 70px;
    padding-bottom: 80px;
}
.landing-back {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
    text-decoration: none;
}
.landing-head-form h1 {
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-family: Michroma;
    font-size: 55px;
    font-weight: 400;
    line-height: 78px;
}
.landing-form-content {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
.landing-form-content p {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}
.landing-form-content .land-notice {
    color: rgb(148, 148, 148);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}
.land-form-row {
    margin-top: 40px;
    padding: 35px 100px;
    box-sizing: border-box;
}
.land-form-row label {
    display: block;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0%;
    text-align: left;
}
.land-about-container .main-button {
    margin-top: 20px;
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.land-form .form-header h2 {
    font-size: 24px;
}
.land-form-row label span {
    color: #F63333;
}
.land-form-row input {
    color: rgb(102, 102, 102);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    margin-top: 40px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 100%;
    cursor: pointer;
}
.land-send {
    display: block;
    width: fit-content;
    margin-top: 50px;
    margin-left: auto;
    border: none;
    padding: 12px 42px;
    cursor: pointer;
}
.about-page-row > h2 {
    color: rgb(255, 255, 255);
    font-family: Michroma;
    font-size: 55px;
    font-weight: 400;
    line-height: 78px;
    margin-bottom: 70px;
}
.about-page-row p {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
}
.about-page-row .main-button {
    margin-top: 30px;
    display: inline-block;
}
.about-page-row-bottom {
    margin-top: 50px;
}
.about-page-row-bottom h3 {
    color: rgb(255, 255, 255);
    font-family: Michroma;
    font-size: 38px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;
}
.about {
    padding-bottom: 150px;
}
.seekers {
    padding-bottom: 70px;
}
.seekers h2 {
    color: rgb(255, 255, 255);
    font-family: Michroma;
    font-size: 55px;
    font-weight: 400;
    line-height: 78px;
}
.seekers p {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 400;
    line-height: 33px;
}
.seekers .main-button {
    margin-top: 30px;
    display: inline-block;
    font-size: 25px;
}
.seekers-bottom h2 {
    color: rgb(255, 255, 255);
    font-family: Michroma;
    font-size: 55px;
    font-weight: 400;
    line-height: 78px;
}
.seekers-bottom-list {
    margin-top: 70px;
}
.seekers-num {
    border-radius: 9px;
    background: rgb(255, 255, 255);
    color: rgb(35, 35, 35);
    font-family: Michroma;
    font-size: 38px;
    font-weight: 400;
    line-height: 54px;
    padding: 0 8px;
}
.seekers-item-head h3 {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
}
.seekers-bottom-list-item {
    margin-bottom: 50px;
}
.seekers-item-head {
    display: flex;
    align-items: center;
    gap: 40px;
}
.seekers-bottom-list-item p {
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    padding-left: 130px;
}
.seekers-bottom {
    background-image: url('../img/seeker.png');
    background-repeat: no-repeat;
    background-position: -735px center;
    background-size: cover;
}
.provider-price {
    background-color: #fff;
    padding: 70px 0;
}
.plan-head-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.plan-head-content h3 {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
}
.plan-head-content .old-price {
    color: rgb(170, 170, 170);
    font-family: Michroma;
    font-size: 10px;
    font-weight: 400;
    text-decoration-line: line-through;
}
.plan-head-content .price {
    color: rgb(0, 0, 0);
    font-family: Michroma;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.plan-head-desc {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
}
.plan-feature {
    vertical-align: bottom;
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}
.plan-item-row {
    color: rgb(0, 0, 0);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
}
.plans {
    border-collapse: collapse;
    border-spacing: 15px;
    width: 100%;
    min-width: 700px;
}
.plans tr:not(:last-child) {
    border-bottom: 1px solid #000;
}
.plan-head {
    border: 1px solid rgb(0, 0, 0);
    border-bottom: 0px;
    padding: 15px 10px 0 15px;
}
.plans td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.plan-item-row {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}
.plans-container {
    overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.landing-services {
    margin-top: 50px;
    margin-bottom: 100px;
}
.landing-service-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.landing-service-item h3 {
    font-size: 28px;
    padding-bottom: 20px;
}
.landing-service-item p {
    font-size: 18px;
}
.service-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.landing-service-item a {
    text-decoration: none;
}
.landing-clients-wrapper {
	justify-content: center;
}
.landing-clients-wrapper img {
    max-width: 200px;
    max-height: 150px;
    object-fit: contain;
}
.landing-company-wrapper {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 20px;
	padding-top: 50px;
    padding-bottom: 50px;
}
.landing-company-wrapper img {
	width: 100px;
	height: 100px;
	object-fit: contain;
}

 @media (max-width: 991px) {
     .hamburger-block {
         display: flex;
         justify-content: flex-end;
         align-items: center;
    }
     .footer-row {
         flex-direction: column-reverse;
    }
     .hamburger-block img {
         width: 40px;
    }
     .header-nav-block {
         display: none;
         position: fixed;
         left: 0;
         top: 0;
         width: 100%;
         height: 100vh;
         background-color: #000;
         z-index: 1;
         padding: 40px 20px;
         text-align: center;
    }
     .footer-menu-block {
         flex-direction: column;
         gap: 10px;
         margin-bottom: 10px;
    }
     .footer-menu-row {
         margin-bottom: 20px;
    }
     .main-services-item {
         flex: 2 0 calc(100% - 10px);
    }
     .main-services-item:hover {
         flex: 2 0 calc(100% - 10px);
    }
     h2 {
         font-size: 22px;
    }
     .close-menu {
         display: block;
         text-align: right;
    }
     .close-menu img {
         width: 35px;
         height: auto;
    }
     .main-nav {
         flex-direction: column;
    }
     .main-nav li a {
         padding: 10px 10px;
         display: block;
    }
     .header-nav-block .main-button {
         display: block;
         width: fit-content;
         margin-left: auto;
         margin-right: auto;
    }
     .hello-left h1 {
         font-size: 26px;
         line-height: 33px;
    }
     .hello-description {
         margin-top: 30px;
         margin-bottom: 20px;
         font-size: 18px;
         line-height: 24px;
    }
     .register-form {
         padding: 20px;
    }
    .register-form > h2 {
      font-size: 22px;
    }
    .page-404-section {
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .page-404-section h1 {
        font-size: 100px;
    }
    .page-404-desc {
        font-size: 44px;
        margin-top: 0;
    }
    .page-404-text {
        margin-top: 20px;
        font-size: 18px;
    }
    .page-soon-section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .page-soon-section h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .page-soon-desc {
        font-size: 44px;
        margin-top: 0;
    }
    .page-soon-text {
        margin-top: 20px;
        font-size: 18px;
    }
    .page-soon-section video {
        margin-top: 10px;
    }
    .companies-wrapper {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
    .companies {
        padding-bottom: 50px;
    }
    .latest-case {
        padding-bottom: 50px;
    }
    .cases-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .latest-case-head h2, .companies h2 {
        font-size: 22px;
    }
    .back-company {
        font-size: 20px;
    }
    .company-info {
        margin-top: 20px;
    }
    .company-info h2 {
        font-size: 20px;
    }
    .company-info ul {
        margin-top: 0;
    }
    .company-info ul li {
        padding-top: 18px;
    }
    .company-text-row {
        margin-top: 20px;
    }
    .company-text-block {
        font-size: 16px;
    }
    .page-head h1 {
        font-size: 24px;
    }
    .single-case-title {
        font-size: 28px;
        line-height: 32px;
    }
    .single-case-content h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .single-case-content p {
        font-size: 16px;
        line-height: 20px;
    }
    .ihc-mobile-bttn-wrapp {
        display: flex;
        justify-content: center;
        padding-top: 10px;
    }
    .ihc-mobile-bttn {
        background-color: rgb(19, 144, 115);
        border: 1px solid rgb(19, 144, 115);
    }
    .ihc-ap-menu {
        display: none;
    }
    .case-page-items-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .cases-table th {
        font-size: 12px;
    }
    .cases-table caption {
        display: none;
    }
    .cases-table {
        margin-top: 30px;
    }
    #filterResult {
        max-height: 500px;
    }
    .earth-landing-page .hello-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .earth-landing-page .hello-section .main-button {
        margin-top: 40px;
    }
    .landing-clients-wrapper {
        margin: 20px 0;
        flex-direction: column;
        justify-content: center;
    }
    .landing-clients {
        margin-bottom: 50px;
    }
    .landing-head-form h1 {
        font-size: 36px;
        font-weight: 400;
        line-height: 44px;
    }
    .landing-back {
        font-size: 22px;
        line-height: 26px;
    }
    .landing-back svg {
        height: 16px;
        width: auto;
    }
    .landing-head-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .land-form-row {
        margin-top: 25px;
        padding: 20px;
    }
    .land-send {
        width: 100%;
    }
    .about-page-row > h2 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .about-page-row-bottom h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .about {
        padding-bottom: 50px;
    }
    .seekers h2, .seekers-bottom h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .seekers-num {
        font-size: 28px;
    }
    .seekers-bottom-list-item p {
        padding-left: 0;
    }
    .seekers-item-head h3 {
        font-size: 25px;
    }
    .landing-service-item {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }
    .landing-service-item h3 {
        font-size: 24px;
        padding-bottom: 0;
    }
    .landing-service-item p {
        font-size: 16px;
    }
    .mobile-service-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .mobile-service-reverse .main-services-item {
        padding: 124px 0;
    }
    .landing-services {
        margin-top: 50px;
        margin-bottom: 50px;
    }
	 .landing-company-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.tabs-section {
    padding: 60px 20px;
    background: linear-gradient(180deg, #111, #1b1b1b);
    color: #fff;
}

/* Навигация вкладок */
.tabs-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.tab-link {
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 9px;
    background: transparent;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
    background: linear-gradient(270.00deg, rgb(20, 140, 113) 2.212%, rgb(31, 180, 146) 96.903%);
    border: 1px solid rgb(31, 180, 146);
}

/* Контент вкладок */
.tabs-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tab-panel {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-panel.active {
    display: block;
    opacity: 1;
}

.tab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.tab-card {
    background: #333;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    overflow: hidden;
    animation: fadeInUp 0.6s ease both;
}

.tab-card img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
    object-position: center;
    filter: grayscale(1);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.tab-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
}

.tab-card:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-section {
    position: relative;
    background: #000;
    color: #fff;
    padding: 80px 20px;
    font-family: Arial, sans-serif;
    text-align: center;
    overflow: hidden;
}

.stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: transparent;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: moveStars 20s linear infinite;
}

@keyframes moveStars {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-2000px);
    }
}

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

.profile-header h2 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 40px;
    color: rgb(31, 180, 146);
    position: relative;
    z-index: 2;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
    z-index: 2;
}

.profile-card {
    background: #222;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.7);
}

.profile-image {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.profile-content {
    padding: 20px;
    text-align: left;
}

.profile-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(31, 180, 146);
}

.profile-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
}

.profile-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}
#subscribers .tab-card {
    height: 100px;
}
#subscribers .tab-card img {
    max-height: 80px;
}
.land-form {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 12px;
        }
        .land-notice {
            text-align: center;
        }
        .land-form .land-form-row label {
            color: #fff;
        }
        .land-form .land-form-row {
            margin-top: 0px; 
        }
        .land-form-row-send {
            padding-top: 0;
        }
        
        .land-form input:focus, .land-form textarea:focus {
    border-color: rgb(31, 180, 146);
    outline: none;
}

@media (max-width: 768px) {
    .tabs-nav {
        flex-direction: column;
        align-items: center;
    }
    .tab-link {
        width: 100%;
        text-align: center;
    }
    .profile-grid {
        grid-template-columns: 1fr;
    }

    .profile-card {
        text-align: center;
    }
    .profile-header h2 {
        font-size: 22px;
    }
}

.landing-form-content h1, .landing-form-content h2, .landing-form-content h3, .landing-form-content h3, .landing-form-content h4, .landing-form-content h5, .landing-form-content h6 {
	color: #000;
	margin-bottom: 10px;
}
.sub-menu {
    display: none;
	  position: absolute;
    background: #000;
    width: 300px;
    padding: 10px;
    border-radius: 12px;
}
.menu-item.menu-item-has-children.active > .sub-menu {
    display: block;
}
.menu-item-has-children:hover > .sub-menu {
	display: block;
}
.main-nav .menu-item {
	position: relative
}
.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}
.menu-item-has-children > a::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
	  font-size: 12px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.menu-item-has-children.active > a::after {
    content: '\f077';
}
.landing-form-content * {
		color: #000;
}
.landing-form-content img {
	margin: 10px 0;
}
.landing-form-content li {
	padding: 5px 0;
	font-size: 18px;
}
.case-sidebar .sidebar-title {
		color: #000;
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 400;
}
.single-case-content li {
	color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
.single-case-content iframe {
	width: 100%;
	height: 400px;
	border-radius: 9px;
}

@media (max-width: 991px) {
	.header-nav-block {
		overflow: auto;
	}
	.sub-menu {
			position: static;
			width: auto;
	}
	.case-sidebar .sidebar-title {
		margin-top: 30px;
	}
}







/*========== NEW STYLES ==========*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Space Grotesk', sans-serif;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #1FB492 0%, #148C71 100%);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #22c9a0 0%, #169d7f 100%);
}

* {
    scrollbar-width: thin;
    scrollbar-color: #1FB492 #0a0a0a;
}

/* Header */
.modern-header {
    position: sticky;
    top: 0;
    left: 0;
    padding: 25px 50px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(20px) saturate(180%);
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-bottom: 1px solid rgba(31, 180, 146, 0.1);
}

.modern-header.scrolled {
    background: rgba(0, 0, 0, 0.95);
    padding: 18px 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.modern-header-container {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modern-logo {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, #1FB492 0%, #148C71 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    z-index: 1001;
    position: relative;
}

.modern-logo:hover {
    filter: brightness(1.2);
}

.modern-logo img {
    max-width: 190px;
    width: 100%;
    height: auto;
}

.modern-nav {
    display: flex;
    gap: 40px;
    align-items: center;
}

.modern-nav-item {
    position: relative;
}

.modern-nav li {
	list-style: none;
}

.modern-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.modern-nav a:not(.modern-cta-btn):hover {
    color: #1FB492;
}

.modern-nav a:not(.modern-cta-btn)::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #1FB492, #148C71);
    transition: width 0.3s ease;
}
.modern-nav .modern-cta-btn a::after {
	display: none !important;
}
.modern-nav .modern-cta-btn:hover a {
	color: #fff !important;
}

.modern-nav a:not(.modern-cta-btn):hover::after {
    width: 100%;
}

.modern-dropdown-toggle {
    cursor: pointer;
}

.modern-dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.modern-nav-item:hover .modern-dropdown-arrow {
    transform: rotate(180deg);
}

.modern-dropdown {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(31, 180, 146, 0.2);
    border-radius: 12px;
    padding: 15px 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.modern-nav-item:hover .modern-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.modern-dropdown a {
    display: block;
    padding: 12px 25px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
}

.modern-dropdown a::after {
    display: none;
}

.modern-dropdown a:hover {
    background: rgba(31, 180, 146, 0.1);
    color: #1FB492;
    padding-left: 30px;
}

.modern-cta-btn {
    padding: 12px 28px;
    background: linear-gradient(135deg, #1FB492 0%, #148C71 100%);
    border-radius: 30px;
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(31, 180, 146, 0.3);
    position: relative;
    overflow: hidden;
}

.modern-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.modern-cta-btn:hover::before {
    left: 100%;
}

.modern-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(31, 180, 146, 0.5);
}

/* Mobile Menu */
.modern-hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 1001;
    position: relative;
}

.modern-hamburger span {
    width: 30px;
    height: 3px;
    background: #1FB492;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.modern-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.modern-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.modern-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.modern-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}

.modern-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modern-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 400px;
    height: 100vh;
    background: rgba(5, 5, 5, 0.98);
    backdrop-filter: blur(20px);
    padding: 180px 40px 40px;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 999;
    border-left: 1px solid rgba(31, 180, 146, 0.2);
    overflow-y: auto;
}

.modern-mobile-menu.active {
    right: 0;
}

.modern-mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modern-mobile-nav li {
	list-style: none;
}

.modern-mobile-nav > a,
.modern-mobile-nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px 0;
}

.modern-mobile-nav a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    display: block;
}

.modern-mobile-nav > a:hover {
    color: #1FB492;
    transform: translateX(5px);
}

.modern-mobile-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    transition: all 0.3s ease;
}

.modern-mobile-dropdown-toggle:hover {
    color: #1FB492;
}

.modern-mobile-dropdown-toggle .modern-dropdown-arrow {
    transition: transform 0.3s ease;
}

.modern-mobile-dropdown-toggle.active .modern-dropdown-arrow {
    transform: rotate(180deg);
}

.modern-mobile-dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 20px;
}

.modern-mobile-dropdown.active {
    max-height: 400px;
    padding-top: 15px;
}

.modern-mobile-dropdown a {
    font-size: 16px;
    opacity: 0.7;
    padding: 12px 0;
    border-bottom: none;
}

.modern-mobile-dropdown a:hover {
    opacity: 1;
    color: #1FB492;
}

.modern-mobile-nav .modern-cta-btn {
    margin-top: 20px;
    text-align: center;
    display: block;
}

/* Hero Section */
.modern-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 50px 80px;
    background: #000;
    overflow: hidden;
}

.modern-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.modern-hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modern-earth-container {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 550px;
    height: 550px;
    z-index: 2;
}

.modern-earth {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(31, 180, 146, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(20, 140, 113, 0.2) 0%, transparent 50%),
        #0a1929;
    box-shadow: 
        inset 0 0 100px rgba(0, 0, 0, 0.8),
        0 0 100px rgba(31, 180, 146, 0.3);
    animation: rotate 30s linear infinite;
    position: relative;
    overflow: hidden;
}

.modern-earth::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        repeating-linear-gradient(0deg, transparent 0px, rgba(31, 180, 146, 0.05) 1px, transparent 2px, transparent 40px),
        repeating-linear-gradient(90deg, transparent 0px, rgba(31, 180, 146, 0.05) 1px, transparent 2px, transparent 40px);
    animation: rotate 30s linear infinite;
}

.modern-earth-glow {
    position: absolute;
    top: -20%;
    left: -20%;
    right: -20%;
    bottom: -20%;
    background: radial-gradient(circle, rgba(31, 180, 146, 0.4) 0%, transparent 70%);
    filter: blur(40px);
    animation: pulse 4s ease-in-out infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { opacity: 0.6; }
    50% { opacity: 1; }
}

.modern-selection-box {
    position: absolute;
    top: 35%;
    left: 45%;
    width: 100px;
    height: 80px;
    border: 2px solid #1FB492;
    background: rgba(31, 180, 146, 0.1);
    animation: scan 3s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(31, 180, 146, 0.5);
}

.modern-selection-box::before,
.modern-selection-box::after {
    content: '';
    position: absolute;
    background: #1FB492;
}

.modern-selection-box::before {
    top: -6px;
    left: -6px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #1FB492;
    border-left: 3px solid #1FB492;
}

.modern-selection-box::after {
    bottom: -6px;
    right: -6px;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid #1FB492;
    border-right: 3px solid #1FB492;
}

@keyframes scan {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(20px, -10px); }
    50% { transform: translate(-10px, 15px); }
    75% { transform: translate(10px, 10px); }
}

.modern-hero-container {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    width: 100%;
}

.modern-hero-content {
    max-width: 650px;
    animation: fadeInUp 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-hero h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 35px;
    background: linear-gradient(135deg, #fff 0%, #1FB492 50%, #148C71 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -2px;
}

.modern-hero-description {
    font-size: 22px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 45px;
    font-weight: 300;
}

.modern-hero-btn {
    display: inline-block;
    padding: 20px 50px;
    background: linear-gradient(135deg, #1FB492 0%, #148C71 100%);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(31, 180, 146, 0.4);
    position: relative;
    overflow: hidden;
}

.modern-hero-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.modern-hero-btn:hover::before {
    width: 300px;
    height: 300px;
}

.modern-hero-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(31, 180, 146, 0.6);
}

.modern-hero-btn span {
    position: relative;
    z-index: 1;
}

/* Stats Section */
.modern-stats {
    padding: 140px 50px;
    background: linear-gradient(180deg, #000 0%, #0a0a0a 100%);
    position: relative;
}

.modern-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1FB492, transparent);
}

.modern-stats-container {
    max-width: 1600px;
    margin: 0 auto;
}

.modern-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.modern-stat-card {
    padding: 50px 40px;
    background: linear-gradient(135deg, rgba(31, 180, 146, 0.05) 0%, rgba(20, 140, 113, 0.02) 100%);
    border: 1px solid rgba(31, 180, 146, 0.15);
    border-radius: 24px;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    overflow: hidden;
}

.modern-stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(31, 180, 146, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.modern-stat-card:hover::before {
    opacity: 1;
}

.modern-stat-card.visible {
    opacity: 1;
    transform: translateY(0);
}

.modern-stat-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 25px 60px rgba(31, 180, 146, 0.3);
    border-color: rgba(31, 180, 146, 0.4);
}

.modern-stat-number {
    font-size: 56px;
    font-weight: 700;
    background: linear-gradient(135deg, #1FB492 0%, #148C71 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.modern-stat-label {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

/* Section Titles */
.modern-section-title {
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    letter-spacing: -2px;
}

.modern-section-title .title-gradient {
    background: linear-gradient(135deg, #fff 0%, #1FB492 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modern-section-title .title-outline {
    background: linear-gradient(135deg, #1FB492 0%, #148C71 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modern-section-subtitle {
    text-align: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 80px;
    font-weight: 300;
}

/* Use Cases Section */
.modern-use-cases {
    padding: 140px 50px;
    background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
    position: relative;
}

.modern-use-cases::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1FB492, transparent);
}

.modern-use-cases-container {
    max-width: 1600px;
    margin: 0 auto;
}

.modern-use-case {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    align-items: center;
    margin-bottom: 150px;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-use-case.visible {
    opacity: 1;
    transform: translateY(0);
}

.modern-use-case:last-child {
    margin-bottom: 0;
}

.modern-use-case.reverse {
    direction: rtl;
}

.modern-use-case.reverse > * {
    direction: ltr;
}

.modern-use-case-image {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    height: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modern-use-case-image::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 30px;
    padding: 2px;
    background: linear-gradient(135deg, #1FB492, #148C71);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.modern-use-case:hover .modern-use-case-image::before {
    opacity: 1;
}

.modern-use-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-use-case:hover .modern-use-case-image img {
    transform: scale(1.1);
}

.modern-use-case-content h3 {
    font-size: 48px;
    background: linear-gradient(135deg, #fff 0%, #1FB492 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 25px;
    font-weight: 700;
    letter-spacing: -1px;
}

.modern-use-case-content h4 {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-weight: 500;
}

.modern-use-case-content p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.6);
}

.modern-use-case-features {
    list-style: none;
    margin-top: 30px;
}

.modern-use-case-features li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
}

.modern-use-case-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1FB492;
    font-weight: 700;
    font-size: 20px;
}

/* Toggle Switcher Styles */
.modern-toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-toggle-switch {
    display: flex;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
    padding: 6px;
    border: 1px solid rgba(31, 180, 146, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.modern-toggle-btn {
    padding: 16px 32px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 46px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    min-width: 140px;
}

.modern-toggle-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1FB492 0%, #148C71 100%);
    opacity: 0;
    border-radius: 46px;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.modern-toggle-btn span,
.modern-toggle-btn {
    position: relative;
    z-index: 1;
}

.modern-toggle-btn:hover {
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(31, 180, 146, 0.2);
}

.modern-toggle-btn:hover::before {
    opacity: 0.1;
}

.modern-toggle-btn.active {
    background: linear-gradient(135deg, #1FB492 0%, #148C71 100%);
    color: #fff;
    box-shadow: 0 8px 25px rgba(31, 180, 146, 0.4);
    transform: translateY(-2px);
}

.modern-toggle-btn.active::before {
    opacity: 1;
}

/* Content Sections */
.modern-content-section {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-content-section.hidden {
    display: none;
}

/* Client Content Styles */
.modern-client-content {
    text-align: center;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.modern-client-content h3 {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, #fff 0%, #1FB492 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.modern-client-content p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* Vendors Section */
.modern-vendors {
    padding: 140px 50px;
    background: #000;
    position: relative;
}

.modern-vendors::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1FB492, transparent);
}

.modern-vendors-container {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.modern-vendors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.modern-vendor-card {
    padding: 80px 60px;
    background: linear-gradient(135deg, rgba(31, 180, 146, 0.03) 0%, rgba(20, 140, 113, 0.01) 100%);
    border: 1px solid rgba(31, 180, 146, 0.2);
    border-radius: 30px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.modern-vendor-card::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(31, 180, 146, 0.15) 0%, transparent 70%);
    transition: all 0.8s ease;
}

.modern-vendor-card:hover::before {
    top: -50%;
    left: -50%;
}

.modern-vendor-card:hover {
    transform: scale(1.08);
    box-shadow: 0 30px 70px rgba(31, 180, 146, 0.4);
    border-color: rgba(31, 180, 146, 0.6);
}

.modern-vendor-card img {
    max-width: 220px;
    max-height: 120px;
    object-fit: contain;
    /*filter: brightness(0) invert(1);*/
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
}

.modern-vendor-card:hover img {
    filter: none;
    transform: scale(1.1);
}

/* Footer */
.modern-footer {
    padding: 80px 50px 50px;
    background: linear-gradient(180deg, #000 0%, #0a0a0a 100%);
    border-top: 1px solid rgba(31, 180, 146, 0.2);
}

.modern-footer-container {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.modern-footer-links {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.modern-footer-links li {
	list-style: none;
}

.modern-footer-links a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: all 0.3s ease;
}

.modern-footer-links a:hover {
    color: #1FB492;
}

.modern-copyright {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

/* Responsive */
@media (max-width: 1260px) {
    .modern-header {
        padding: 20px 40px;
    }

    .modern-hero {
        padding: 100px 40px 60px;
    }

    .modern-hero h1 {
        font-size: 56px;
    }

    .modern-hero-description {
        font-size: 20px;
    }

    .modern-earth-container {
        width: 450px;
        height: 450px;
        right: 3%;
    }

    .modern-nav {
        gap: 25px;
    }

    .modern-nav a {
        font-size: 14px;
    }

    .modern-section-title {
        font-size: 52px;
    }

    .modern-use-case {
        gap: 60px;
    }

    .modern-use-case-content h3 {
        font-size: 40px;
    }

    .modern-use-case-content h4 {
        font-size: 22px;
    }

    .modern-use-case-image {
        height: 450px;
    }
}

@media (max-width: 1024px) {
    .modern-hero h1 {
        font-size: 48px;
    }

    .modern-hero-description {
        font-size: 18px;
    }

    .modern-earth-container {
        width: 380px;
        height: 380px;
    }

    .modern-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .modern-use-case {
        gap: 50px;
        margin-bottom: 100px;
    }

    .modern-use-case-content h3 {
        font-size: 36px;
    }

    .modern-use-case-image {
        height: 400px;
    }

    .modern-section-title {
        font-size: 44px;
    }

    .modern-vendors-grid {
        gap: 60px;
    }

    .modern-toggle-btn {
        padding: 14px 28px;
        font-size: 13px;
        min-width: 120px;
    }
}

@media (max-width: 900px) {
    .modern-nav {
        gap: 20px;
    }

    .modern-cta-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .modern-header {
        padding: 20px 25px;
    }

    .modern-nav {
        display: none;
    }

    .modern-hamburger {
        display: flex;
    }

    .modern-hero {
        padding: 120px 25px 60px;
        min-height: auto;
    }

    .modern-hero-content {
        order: 1;
        margin-bottom: 60px;
    }

    .modern-hero h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .modern-hero-description {
        font-size: 18px;
    }

    .modern-earth-container {
        position: relative;
        order: 2;
        width: 100%;
        max-width: 350px;
        height: 350px;
        margin: 0 auto;
        right: auto;
        top: auto;
        transform: none;
    }

    .modern-hero-container {
        display: flex;
        flex-direction: column;
    }

    .modern-stats,
    .modern-vendors,
    .modern-use-cases,
    .modern-footer {
        padding: 80px 25px;
    }

    .modern-stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .modern-vendors-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .modern-use-case {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 80px;
    }

    .modern-use-case.reverse {
        direction: ltr;
    }

    .modern-use-case-image {
        height: 350px;
    }

    .modern-use-case-content h3 {
        font-size: 36px;
    }

    .modern-use-case-content h4 {
        font-size: 20px;
    }

    .modern-footer-container {
        flex-direction: column;
        text-align: center;
    }

    .modern-footer-links {
        justify-content: center;
        gap: 20px;
    }

    .modern-section-title {
        font-size: 36px;
        letter-spacing: -1px;
    }

    .modern-section-subtitle {
        font-size: 16px;
        margin-bottom: 60px;
    }

    .modern-toggle-container {
        margin-bottom: 40px;
    }

    .modern-toggle-btn {
        padding: 12px 20px;
        font-size: 12px;
        min-width: 100px;
    }

    .modern-client-content {
        padding: 30px 20px;
    }

    .modern-client-content h3 {
        font-size: 24px;
    }

    .modern-client-content p {
        font-size: 15px;
    }
}

.modern-contact-form {
    padding: 140px 50px;
    background: linear-gradient(180deg, #000 0%, #0a0a0a 100%);
    position: relative;
}

.modern-contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #1FB492, transparent);
}

.modern-contact-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.modern-form-wrapper {
    margin-top: 60px;
    padding: 60px;
    background: linear-gradient(135deg, rgba(31, 180, 146, 0.05) 0%, rgba(20, 140, 113, 0.02) 100%);
    border: 1px solid rgba(31, 180, 146, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.modern-form-wrapper::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    background: radial-gradient(circle, rgba(31, 180, 146, 0.1) 0%, transparent 70%);
    animation: formGlow 8s ease-in-out infinite;
}

@keyframes formGlow {
    0%, 100% {
        top: -100%;
        left: -100%;
    }
    50% {
        top: -50%;
        left: -50%;
    }
}

.modern-form-notice {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    padding: 40px;
    background: rgba(255, 180, 0, 0.1);
    border: 1px solid rgba(255, 180, 0, 0.3);
    border-radius: 12px;
}

/* Contact Form 7 Styles */
.modern-form-wrapper .wpcf7 {
    position: relative;
    z-index: 1;
}

.modern-form-wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: left;
}

.modern-form-wrapper .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    position: relative;
}

.modern-form-wrapper input[type="text"],
.modern-form-wrapper input[type="email"],
.modern-form-wrapper input[type="tel"],
.modern-form-wrapper input[type="url"],
.modern-form-wrapper textarea {
    width: 100%;
	margin-top: 10px;
    padding: 18px 24px;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(31, 180, 146, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-family: 'Space Grotesk', sans-serif;
    transition: all 0.3s ease;
    outline: none;
}

.modern-form-wrapper input::placeholder,
.modern-form-wrapper textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.modern-form-wrapper input:focus,
.modern-form-wrapper textarea:focus {
    border-color: #1FB492;
    box-shadow: 0 0 20px rgba(31, 180, 146, 0.3);
    background: rgba(0, 0, 0, 0.6);
}

.modern-form-wrapper textarea {
    min-height: 150px;
    resize: vertical;
}

.modern-form-wrapper input[type="submit"] {
    width: 100%;
    padding: 18px 40px;
    background: linear-gradient(135deg, #1FB492 0%, #148C71 100%);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Space Grotesk', sans-serif;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(31, 180, 146, 0.4);
    position: relative;
    overflow: hidden;
}

.modern-form-wrapper input[type="submit"]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s ease;
}

.modern-form-wrapper input[type="submit"]:hover::before {
    left: 100%;
}

.modern-form-wrapper input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(31, 180, 146, 0.6);
}

/* CF7 Validation Messages */
.modern-form-wrapper .wpcf7-not-valid-tip {
    color: #ff6b6b;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

.modern-form-wrapper .wpcf7-validation-errors,
.modern-form-wrapper .wpcf7-acceptance-missing {
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.4);
    border-radius: 12px;
    padding: 20px;
    color: #ff6b6b;
    margin: 20px 0 0;
}

.modern-form-wrapper .wpcf7-mail-sent-ok {
    background: rgba(31, 180, 146, 0.1);
    border: 1px solid rgba(31, 180, 146, 0.4);
    border-radius: 12px;
    padding: 20px;
    color: #1FB492;
    margin: 20px 0 0;
}

.modern-form-wrapper .wpcf7-spinner {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

/* Labels */
.modern-form-wrapper label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
}

/* Required asterisk */
.modern-form-wrapper .wpcf7-form-control-wrap abbr {
    color: #1FB492;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .modern-contact-form {
        padding: 80px 25px;
    }

    .modern-form-wrapper {
        padding: 40px 25px;
        margin-top: 40px;
    }

    .modern-form-wrapper input[type="text"],
    .modern-form-wrapper input[type="email"],
    .modern-form-wrapper input[type="tel"],
    .modern-form-wrapper input[type="url"],
    .modern-form-wrapper textarea {
        padding: 15px 20px;
        font-size: 15px;
    }

    .modern-form-wrapper input[type="submit"] {
        padding: 15px 30px;
        font-size: 16px;
    }

    .modern-form-wrapper textarea {
        min-height: 120px;
    }
}