header {
    background-color: #ffffff;
}

header .logo {
  color: #211539 !important;
}

.mob-button {
    color: #fff;
    background-color: #009B3A;
}

header .uk-navbar-nav > li > a {color: #211539;}

.uk-inline .lang-btn {
    color: #211539;
    text-transform: capitalize;
}

#hero {
  padding: 82px 0;
  background-color: #180F37;
  background-repeat: no-repeat;
  /* background-position: calc(50% - 384px) center; */
}

#hero .uk-first-column h1{
    font-size: 38px;
    color: #fff;
    line-height: 1.4;
}

.section2 h2 {
     font-size: 36px!important;
}
.section3 h2 {
    font-size: 36px!important;
    
}

#hero .uk-first-column p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

#hero .hero-text-bottom {
    margin-top: 20px;
} 

#hero .hero-benefits {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

#hero .hero-benefits li {
    position: relative;
    padding-left: 25px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

#hero .hero-benefits li + li {
    margin-top: 8px;
}

#hero .hero-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ffdf00;
    font-weight: 800;
}

.hero-trust-links {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

@media (min-width: 768px) {
    .hero-trust-links--desktop {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.hero-trust-links--mobile {
    display: none;
}

.hero-trust-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.28);
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.hero-trust-link:hover,
.hero-trust-link:focus-visible {
    color: #fff;
    text-decoration: none;
    background: rgba(0, 155, 58, 0.25);
    border-color: #ffdf00;
    transform: translateY(-2px);
}

.hero-trust-link:focus-visible {
    outline: 2px solid #ffdf00;
    outline-offset: 3px;
}

.hero-trust-link__icon {
    display: inline-flex;
    flex: 0 0 42px;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #002776;
    background: #ffdf00;
    border-radius: 50%;
}

.hero-trust-link__icon svg {
    width: 23px;
    height: 23px;
}

.hero-trust-link__content,
.hero-trust-link__title,
.hero-trust-link__text {
    display: block;
}

.hero-trust-link__content {
    align-self: flex-start;
}

.hero-trust-link__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.hero-trust-link__text {
    margin-top: 3px;
    font-size: 14px;
    line-height: 1.4;
    opacity: .88;
}

#hero .hero-text-bottom-mobile {
    display: none;
}

#hero .hero-text-bottom-mobile p {
    margin: 0;
}

#hero .hero-text-bottom-mobile {
    width: min(100%, 560px);
    margin-top: 20px;
    margin-left: auto;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
}
 
#hero-form {
  padding: 32px 30px;
  border-radius: 20px;
}
      #req-form-section input[type="text"], #req-form-section input[type="tel"], #req-form-section input[type="email"] {
        background: #F4F6FF;
        border-color: #F4F6FF !important;
        padding: 10px 20px;
        transition: border-color .35s ease;
      }
      #req-form-section input[type="text"]::placeholder, #req-form-section input[type="tel"]::placeholder, #req-form-section input[type="email"]::placeholder {
        color: #9FA6A3;
      }
      #req-form-section input[type="text"]:focus, #req-form-section input[type="tel"]:focus, #req-form-section input[type="email"]:focus {
        border-color: #dddddd !important;
      }
      #req-form-section input[type="submit"] {
          width: 187px;
          height: 48px;
          margin: 10px auto 0 auto;
          border-radius: 36px;
          display: block;
          background-color: #009B3A;
          transition: all 0.35s ease;
      }
      #req-form-section input[type="submit"]:hover {
        background-color: #007d2f;
      }
      /* Advanced Table */

.advanced-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 16px;
  margin: 0;
	overflow: hidden;
	border: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table {
	box-shadow: 0 4px 20px rgba(9, 110, 103, 0.15);
	border-radius: 16px;
	overflow: hidden;
	margin: 50px 0 !important;
}

.advanced-table th,
.advanced-table td {
	border: none;
}

.comprasion.advanced-table {
  margin-bottom: 0 !important; 
}

.comprasion.advanced-table tbody tr + tr td,
.comprasion.advanced-table tbody td {
  font-size: 18px !important;
  font-weight: 500;
}


.advanced-table thead th {
	background-color: #009B3A;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	padding: 20px 24px;
	border-bottom: 1px solid rgb(9 110 103 / 15%);
}

.advanced-table tbody td {
	padding: 18px 24px;
	font-size: 15px;
	color: #2f2320;
	background: transparent;
	transition: background 0.3s ease;
}

.advanced-table tbody tr + tr td {
	border-top: 1px solid rgb(9 110 103 / 9%);
}

.advanced-table tbody tr:hover td {
	background: rgba(255, 223, 0, 0.08);
}

.advanced-table thead th:not(:first-child),
.advanced-table tbody td:not(:first-child) {
	text-align: center;
}

      @media (max-width: 767px) { 
        .banner {
           padding: 0!important;
           background-size: cover;
           background-position: right center;
        }
        .banner p {
          font-size: 14px;
        }
        #hero .uk-first-column h1{
            font-size: 26px;
        }
        .section2 h2 {
             font-size: 28px!important;
        }
        .section3 h2 {
            font-size: 28px!important;
            
        }
        #hero .hero-text-bottom {
            display: none;
        }
        #hero .hero-text-bottom-mobile {
            display: block;
            width: 100%;
            margin-left: 0;
        }

        #hero .hero-trust-links--desktop {
            display: none;
        }

        #hero .hero-trust-links--mobile {
            display: grid;
            margin-top: 18px;
        }

        #hero .hero-trust-link {
            padding: 13px 14px;
        }
        
        #hero .uk-first-column p {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 0;
        }

        #hero .hero-benefits li {
            font-size: 14px;
            line-height: 20px;
        }
        
        .advanced-table {
		margin-top: 40px;
	}

	.advanced-table thead th {
		font-size: 14px;
		padding: 14px 12px;
	}

	.advanced-table tbody td {
		font-size: 14px;
		padding: 14px 12px;
	}
	.comprasion.advanced-table tbody tr + tr td, .comprasion.advanced-table tbody td {
	    font-size: 16px;
	}
                
      }
      
      @media (max-width: 480px) {
	.advanced-table thead th {
		font-size: 12px;
		padding: 10px 8px;
	}

	.advanced-table tbody td {
		font-size: 12px;
		padding: 10px 8px;
	}
}
