/*  */

.hero {
    position: relative;
    /* min-height: 100vh; */
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    padding: 80px 0px;
    background-repeat: no-repeat !important;
}

.tx-home-section-1 .wpcf7-response-output {
    display: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000002e;
    pointer-events: none;
}

.lead-card {
    position: relative;
    z-index: 2;
    background: linear-gradient(145deg, var(--navy) 0%, var(--navy-dark) 100%);
    color: var(--text-light);
    max-width: 420px;
    width: 100%;
    padding: 32px 25px 28px;
    border-radius: 6px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    background: #13215dc2;
}

.headline {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #ffffff;
    margin-top: 15px;
}

.feature-list {
    list-style: none;
    margin-bottom: 22px;
    font-size: 17px;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    /* font-size: 15px; */
    /* line-height: 1.5; */
    margin-bottom: 05px;
    color: #f0f2fa;
}

.feature-list .icon {
    flex-shrink: 0;
    width: 18px;
    text-align: center;
    color: var(--fs-color-secondary);
    margin-top: 1px;
}

.hero form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
}

.form-control {
    width: 100%;
    padding: 13px 16px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    background: #ffffff;
    color: #333;
    outline: none;
}

.form-control::placeholder {
    color: #8a8f9e;
}

.form-control:focus {
    box-shadow: 0 0 0 3px rgba(217, 163, 94, 0.5);
}

.btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--fs-color-secondary);
    color: #2b2b2b;
    /* font-weight: 700; */
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 5px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 2px;
    width: 100%;
    margin-bottom: 0;
}

.btn-submit svg {
    height: 17px;
    width: 17px;
}

.btn-submit svg path {
    /* fill: #fff; */
}

.btn-submit:hover {
    background: #fcd34d;
    transition: all 0.4s;
}

.btn-submit:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

.guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

.guarantee svg path {
    fill: var(--fs-color-secondary);
}

.guarantee .icon {
    color: var(--gold);
}

.tx-home-section-1 form input {
    height: 42px;
    box-shadow: unset;
    font-size: 17px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.tx-home-section-1 form input[type="submit"] {
    background: var(--fs-color-secondary);
    width: 100%;
    color: #000;
    font-size: 15px;
}

@media (max-width: 640px) {
    .hero {
        padding: 24px 16px;
        align-items: center;
    }

    .lead-card {
        padding: 24px 20px;
    }

    .headline {
        font-size: 17px;
    }
}

/*  */

/* section 2 */
.tx-section-2 {
    /* max-width: 1160px; */
    /* margin: 0 auto; */
    padding-block: 40px;
}

.tx-section-2 .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* -webkit-line-clamp: 12; */
    /* max-height: 340px; */
}

.tx-section-2 .desc .tx-info-item {
    margin-bottom: 10px;
}

.tx-section-2 .desc .icon {
    padding-right: 5px;
}

.tx-section-2 .desc .text {
    border-bottom: 1px solid #FFFFFF33;
    padding-bottom: 4px;
    display: inline-flex;
}

.tx-section-2 .desc i {
    color: var(--fs-color-secondary);
}

.tx-title {
    text-align: center;
    color: var(--fs-color-primary);
    font-size: 30px;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}

/* Tabs */
.tx-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 2px 26px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border: 1.5px solid var(--fs-color-primary);
    background: #fff;
    color: var(--navy);
    transition: all 0.25s ease;
    margin-right: 5px;
}

.tab-btn.active {
    background: var(--fs-color-primary);
    color: #fff;
    border-color: var(--fs-color-primary);
}

.tab-btn:hover {
    background: var(--fs-color-primary);
    color: #fff;
}

/* Content panel */
.panel {
    position: relative;
    background: var(--fs-color-primary);
    border-radius: 4px;
    padding: 40px 40px 40px 0px;
    color: #fff;
    overflow: visible;
}

.panel-image {
    position: absolute;
    left: -40px;
    /* top: 50%; */
    width: 60%;
    /* max-width: 480px; */
    box-shadow: -10px 0 0 var(--fs-color-secondary);
    /* transform: translateY(-50%); */
}

.panel-image img {
    width: 100%;
    display: block;
    border-radius: 2px;
    height: 100%;
    object-fit: cover;
}

.panel-content {
    /* max-width: fit-content; */
    /* margin-left: auto; */
    padding-left: 15px;
    width: 40%;
}

.panel-content h2 {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #fff;
}

.panel-content p {
    line-height: 1.75;
    color: var(--text-muted);
    margin: 0 0 20px 0;
    text-align: justify;
}

.panel-content p strong {
    color: #ffffff;
}

.see-more {
    color: var(--fs-color-secondary);
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    font-size: 16px;
    margin-top: 13px;
    display: inline-block;
}

/* Responsive */
@media (max-width: 900px) {
    .panel {
        padding: 30px 24px;
    }

    .panel-image {
        position: static;
        width: 100%;
        max-width: 100%;
        box-shadow: none;
        margin-bottom: 24px;
    }

    .panel-content {
        margin-left: 0;
        max-width: 100%;
    }
}


/* section 3 */

.pgvt-section{
    background: #1a1f4e;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,0.03) 0, transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(255,255,255,0.03) 0, transparent 40%);
    padding: 60px 20px;
    width: 100%;
}

.pgvt-container{
    max-width: 1200px;
    margin: 0 auto;
}

.pgvt-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* LEFT */
.pgvt-title{
    color: var(--fs-color-secondary);
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 800;
    margin: 0 0 14px 0;
    font-family: inherit;
}

.pgvt-underline{
    width: 70px;
    height: 3px;
    background: var(--fs-color-secondary);
    margin-bottom: 22px;
}

.pgvt-desc{
    color: #fff;
    /* font-size: 14.5px; */
    line-height: 1.8;
    text-align: justify;
    margin: 0 0 26px 0;
}

.pgvt-desc .pgvt-highlight{
    color: #d6294f;
    font-weight: 700;
    text-decoration: underline;
}

.pgvt-info-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 14px;
}

.pgvt-info-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    /* font-size: 14.5px; */
    color: #e9eaf5;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    margin: 0;
}

.pgvt-info-item i {
    color: var(--fs-color-secondary);
}

.pgvt-info-item svg{
    flex-shrink: 0;
    margin-top: 2px;
}

/* RIGHT - MAP */
.pgvt-right{
    background: #10163f;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    border: 2px solid #ffffff;
}

.pgvt-right svg{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

@media (max-width: 900px){
    .pgvt-grid{
        grid-template-columns: 1fr;
    }
    .pgvt-info-grid{
        grid-template-columns: 1fr;
    }
}

/* section 4 */
.tx-3d-section{
    background:#f5f5f5;
    padding:60px 0 40px;
    overflow:hidden;
}

.tx-heading{
    text-align:center;
    margin-bottom: 45px;
}

.tx-heading p{
    font-size:18px;
    color:#1c2b6b;
    margin:0;
    font-weight:500;
    letter-spacing:.5px;
}

.tx-heading .line{
    width:110px;
    height:3px;
    background:#d7a14d;
    margin:8px auto 10px;
    border-radius:10px;
}

.tx-heading h2{
    font-size: 30px;
    line-height:1.2;
    color:#14245f;
    font-weight: 700;
    margin:0;
    text-transform:uppercase;
}

.tx-coverflow{
    width:100%;
    padding:20px 0 40px;
}

.tx-coverflow .swiper-slide{
    width:560px;
    transition:all .4s ease;
}

.slide-card{
    position:relative;
    border:2px solid #d7a14d;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.slide-card img{
    width:100%;
    height:370px;
    object-fit:cover;
    display:block;
}

.tx-coverflow .swiper-slide-active{
    z-index:5;
}

.tx-coverflow .swiper-slide-active .slide-card{
    transform:scale(1.02);
    box-shadow:0 18px 45px rgba(0,0,0,.18);
}

.tx-coverflow .swiper-slide-prev .slide-card,
.tx-coverflow .swiper-slide-next .slide-card{
    opacity:.9;
}

.tx-coverflow .swiper-button-prev,
.tx-coverflow .swiper-button-next{
    width:44px;
    height:44px;
    color:#14245f;
    background:#fff;
    border:1px solid #d7a14d;
    border-radius:50%;
    box-shadow:0 4px 14px rgba(0,0,0,.12);
}

.tx-coverflow .swiper-button-prev:after,
.tx-coverflow .swiper-button-next:after{
    font-size:18px;
    font-weight:700;
}

.tx-coverflow .swiper-pagination{
    position:relative;
    margin-top:20px;
}

.tx-coverflow .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background:#d9d9d9;
    opacity:1;
    margin:0 6px !important;
}

.tx-coverflow .swiper-pagination-bullet-active{
    background:#d7a14d;
}

@media (max-width:1024px){
    .tx-heading h2{
        font-size:32px;
    }

    .tx-coverflow .swiper-slide{
        width:72vw;
    }

    .slide-card img{
        height:300px;
    }
}

@media (max-width:768px){
    .tx-heading h2{
        font-size:26px;
    }

    .tx-heading p{
        font-size:16px;
    }

    .tx-coverflow .swiper-slide{
        width:84vw;
    }

    .slide-card img{
        height:240px;
    }
}

/* ===== Top CTA bar ===== */
  .cta-bar {
    background: linear-gradient(120deg, var(--navy) 0%, var(--navy-dark) 100%);
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
  }

.tx-contact-link {
    background: var(--fs-color-primary);
    color: #fff;
}

  .cta-text h3 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    color: #fff;
  }

  .cta-text p {
    color: #dfe2f0;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
  }

  .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid rgba(255,255,255,0.8);
    color: #fff;
    background: transparent;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 3px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
  }

  .cta-btn:hover {
    background: var(--fs-color-secondary);
    color: #fff;
  }

   /* ===== Section title ===== */
  .compare-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 5% 60px;
  }

  .section-heading {
    text-align: center;
    margin-bottom: 25px;
  }

  .section-heading h2 {
    font-size: 29px;
    font-weight: 800;
    color: var(--fs-color-primary);
    margin-bottom: 10px;
  }

  .heading-lines {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 8px;
  }

  .heading-lines span {
    display: block;
    height: 3px;
    border-radius: 2px;
  }

  .heading-lines .line-light {
    width: 60px;
    background: #c7cbe4;
  }

  .heading-lines .line-gold {
    width: 40px;
    background: var(--gold);
  }

  .heading-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--navy);
    margin: 0 auto;
  }

  /* ===== Two-column comparison ===== */
  .compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .compare-col {
    border: 1px solid #e4e6f2;
    border-radius: 4px;
    overflow: hidden;
  }

  .compare-col-header {
    background: var(--fs-color-primary);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    padding: 16px 12px;
  }

  .compare-col ul {
    list-style: none;
  }

  .compare-col li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    line-height: 1.55;
    padding: 10px 22px;
    border-bottom: 1px solid #eef0f8;
    margin-bottom: 0;
  }

  .compare-col li:last-child {
    border-bottom: none;
  }

  .compare-col li .icon {
    flex-shrink: 0;
    color: var(--navy);
    margin-top: 2px;
    font-size: 14px;
  }

  .compare-col li b {
    color: #1a1a1a;
    font-weight: 700;
  }

  /* ===== Description paragraph ===== */
  .compare-desc {
    margin-top: 40px;
    border-left: 4px solid var(--fs-color-secondary);
    padding: 4px 0 4px 22px;
  }

  .compare-desc p {
    font-size: 16px;
    text-align: justify;
    color: #2b2f4a;
    margin: 0;
    line-height: 26px;
  }

  .compare-desc p a {
    color: #d24b6b;
    font-weight: 700;
    text-decoration: none;
  }

  .compare-desc p a:hover {
    text-decoration: underline;
  }

  @media (max-width: 860px) {
    .compare-grid {
      grid-template-columns: 1fr;
    }
    .cta-bar {
      flex-direction: column;
      align-items: flex-start;
    }
    .cta-btn {
      width: 100%;
      justify-content: center;
    }
  }

  @media (max-width: 480px) {
    .section-heading h2 { font-size: 20px; }
    .compare-col-header { font-size: 15px; }
  }