/*-----POPUP CODE-----*/

.zlp-inner-container {
    border-radius: 10px !important;
}
div[element=CLOSEBUTTON] {
    padding: 6px !important;
}
div[element=CLOSEBUTTON] svg {
    width: 10px !important;
    height: 10px !important;
}
[element=COLUMN].overflow {
    overflow-y: auto;
    height: auto !important;
}
li[type="terms_conditions"] .zlpform-label-container {
    display: none;
}
/*-----POPUP CODE-----*/

.pkg-params {
  display: block;
  margin-top: 14px;
  background: #f7f9fc;
  border-radius: 10px;
  padding: 12px;
}
/*--
.pkg-box.active .pkg-params {
  display: block;
}
*/

.param-item {
  border-bottom: 1px solid #e4e7ec;
}

.param-item:last-child {
  border-bottom: none;
}

.param-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
    font-size: 13px;
    line-height:2;
    position: relative;
}

.param-count {
    font-size: 10px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #e4e7ec;
    padding: 0 8px;
    border-radius: 100px;
    color: #000000;
        margin-right: 10px;
}


.param-title::after {
  content: "+";
  position: absolute;
  right: 0;
}

.param-item.active .param-title::after {
  content: "−";
}

.param-tests {
  display: none;
  padding-left: 18px;
  padding-bottom: 10px;
  font-size: 14px;
}

.param-item.active .param-tests {
    display: block;
    padding-top: 10px;
}

.param-tests li {
      margin: 0;
    font-size: 11px;
}

.view-params {
  font-weight: 600;
  color: #ff3b5f;
  cursor: pointer;
}




:root {
  --blue:#292662;
  --blue-dark:#111424;
  --grad:linear-gradient(135deg,#464CA0,#111424);
  --soft:#E1E8F6;
}
.header-img img {
    width: 100%;
}

/* TABS */
.pkg-tabs {
    display: none;
    gap: 20px;
    margin-bottom: 16px;
    align-items: center;
}
/*.pkg-tabs{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}*/
/*.pkg-tab{
  padding:8px 22px;border-radius:30px;border:1px solid #ccc;background:#fff;
  cursor:pointer;font-size:14px;line-height:1;color: #333333;
}*/
button[data-tab="women"]:after {
    background: url(/women.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100px;
    height: 90px;
    bottom: -1px;
    right: 25px;
}
button[data-tab="elderly"]:after {
    background: url(/elderly.png) no-repeat;
    background-size: 101%;
    position: absolute;
    width: 170px;
    height: 95px;
    right: 0;
    bottom: -1px;
}
button[data-tab="kids"]:after {
    background: url(/kids.png) no-repeat;
background-size: 100%;
    position: absolute;
    width: 130px;
    height: 95px;
    right: 25px;
    bottom: -1px;
}
button[data-tab="men"]:after {
    background: url(/men.png) no-repeat;
    background-size: 100%;
    position: absolute;
    width: 100px;
    height: 90px;
    bottom: -1px;
    right: 25px;
}
.pkg-tab {
    width: -webkit-fill-available;
    position: relative;
    padding: 20px;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    color: #333333;
}
.pkg-tab:after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 0;
}
.pkg-tab.active{background:linear-gradient(90deg, #5954ae 0%, #292662 100%);color:#fff;border-color:#292662}

/* CONTENT WRAPS */
.pkg-carousel-wrap{display:none;position:relative}
.pkg-carousel-wrap.active{display:block}

/* CAROUSEL */
.pkg-carousel{
  display:flex;gap:20px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:10px 46px 14px; /* room for arrows */
}
.pkg-carousel::-webkit-scrollbar{height:6px}
.pkg-carousel::-webkit-scrollbar-thumb{background:#cfcfe6;border-radius:10px}

/* ARROWS */
.pkg-nav{
  position:absolute;top:50%;
  transform:translateY(-50%);
  width:38px;height:38px;border-radius:10px;
  border:1px solid #e6e6f5;background:#fff;
  box-shadow:0 8px 18px rgba(0,0,0,.10);
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;z-index:5;font-size:22px;line-height:1;color:#2f2f7e;
}
.pkg-nav-left{left:0px}
.pkg-nav-right{right:0px}
.pkg-nav.is-hidden{display:none}

/* CARD */
.pkg-box{
  flex:0 0 320px;background:#fff;border-radius:10px;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
  padding:10px;scroll-snap-align:start;
  display:flex;flex-direction:column;
}
/* IMAGE */
.pkg-img {
    margin-bottom: 0;
    border-radius: 5px;
}
.pkg-top {
    display: flex;
    gap: 12px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0;
}
/*.pkg-top{display:flex;gap:12px}*/
.pkg-top h4{font-size:16px;margin:0;font-weight: 600;}
/*.pkg-top p{font-size:12px;color:#777;margin:4px 0 0}*/
.pkg-top p {
    font-size: 12px;
    color: #777;
    margin: -5px 0 0;
}
.pkg-price{font-size:18px;font-weight:700;margin:14px 0}

/* PRICE */
.pkg-price {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
span.fasting {
    font-size: 11px;
    line-height: 1.4;
}
/* BOTTOM BAR */
.pkg-bottom{
  background:#f2f2fb;padding:10px;border-radius:12px;
  display:flex;justify-content:space-between;align-items:center;
}
.pkg-bottom a {
    font-size: 10px;
    color: #2f2f7e;
    text-decoration: none;
}
/*.pkg-bottom a{color:#4b4dbb;text-decoration:none}*/
.pkg-bottom button{
  background:#2f2f7e;color:#fff;border:none;padding:6px 14px;border-radius:16px;
}

/* MOBILE */
@media(max-width:768px){
  .pkg-box{flex:0 0 85%}
  .pkg-carousel{padding-left:10px;padding-right:10px}
    .pkg-tabs {
    gap: 10px;
    }
    button[data-tab="women"]:after {
    width: 100%;
    height: 80px;
    bottom: 0;
    }
    button[data-tab="elderly"]:after {
    background-size: 165%;
    background-position: -10px 0;
    width: 100%;
    height: 75px;
    right: 0;
    bottom: 0;
}
    button[data-tab="kids"]:after {
    background-size: 110%;
    background-position: -3px 0px;
    width: 100%;
    height: 66px;
    right: 0;
    bottom: 0;
}
    button[data-tab="men"]:after {
    width: 100%;
    height: 80px;
    bottom: 0;
}
    .pkg-tab {
    padding: 10px;
    padding-bottom: 100px;
    border-radius: 15px;
   justify-content: center;
            overflow: hidden;
    }
    
    .pkg-top h4 {
    line-height: 1.2;
        font-size:15px;
}
    .pkg-top {
    gap: 10px;
    }
    .pkg-price {
    font-size: 14px;
    }
    .pkg-top p {
    margin: 0;
}
.pkg-bottom {
    display: grid;
    grid-template-columns: 1fr auto !important;
    gap: 10px;
}
    
}

/*-----POPUP CODE-----*/

.zlp-inner-container {
    border-radius: 10px !important;
}
div[element=CLOSEBUTTON] {
    padding: 6px !important;
}
div[element=CLOSEBUTTON] svg {
    width: 10px !important;
    height: 10px !important;
}
li[type="terms_conditions"] .zlpform-label-container {
    display: none;
}
/*-----POPUP CODE-----*/


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

.first-fold .zpimage-text h4 {
    margin: 10px 0;
}

.first-fold .zpimage-with-text-container.zpimage-align-left figure {
    margin-inline-end: 0;
    margin-block-end: 0;
}

.whysection .zpimage-text h2 {
 margin:20px 0;   
}
.whysection .zpimage-with-text-container.zpimage-align-left figure {
    margin-block-end: 0;
    margin-inline-end: 10px;
}

.rtbs .zpimage-with-text-container.zpimage-align-left figure {
    margin-block-start: 0;
    margin-inline-end: 10px;
    margin-block-end: 0;
    margin-inline-start: 0;
}
.rtbs .zpelement {
    margin-block-start: 0px;
}

/* Hidden by default */
.floating-form {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  background: #fff;
  z-index: 9999;
  transition: bottom 0.35s ease;
  max-height: 90vh;
  overflow-y: auto;
}

/* Visible state */
.zp-form-open .floating-form {
  bottom: 0;
}

/* Optional overlay effect */
.zp-form-open::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9998;
}

/* Close button */
.floating-form-close {
    position: absolute;
    top: 2px;
    right: 2px;
    border: none;
    cursor: pointer;
    margin: 0;
    background: #e1e1e175;
    border-radius: 100px;
}



/* Show after first scroll */
html.zp-show-form .floating-form{
  transform: translateY(0) !important;
  transition: transform 0.35s ease !important;
}


.floating-form .zpcontainer-fluid {
    padding-inline-start: 0;
    padding-inline-end: 0;
}
.floating-form input:not(.zpbutton) {
    min-block-size: 0px!important;
}
.floating-form .zpform-field-container {
        max-inline-size: 100%!important;
    }
.floating-form ul.zpform-outer {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 20px;
}
.floating-form ul.zpform-outer li {
 margin:0;
}

/* MAIN GRID */
.zpform-outer{
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr auto !important;
  grid-template-rows: auto auto !important;
  gap: 10px !important;
  align-items: end !important;
}

/* Reset */
.zpform-outer > li{
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Name */
.zpform-outer > li:nth-of-type(1){
  grid-column: 1;
  grid-row: 1;
}

/* Email */
.zpform-outer > li:nth-of-type(2){
  grid-column: 2;
  grid-row: 1;
}

/* Phone */
.zpform-outer > li:nth-of-type(3){
  grid-column: 3;
  grid-row: 1;
}

/* BUTTON — force into row 1, col 4 */
.zpform-outer > li:has(#zsform_submit){
  grid-column: 4;
  grid-row: 1;
  align-self: end !important;
}

/* Terms — force full-width row 2 */
.zpform-choice-input-container{
  grid-column: 1 / -1 !important;
  grid-row: 2 !important;
  margin-top: -4px !important;
}


/* Button sizing */
#zsform_submit{
  height: 54px !important;
  padding: 0 36px !important;
  white-space: nowrap !important;
}


/* Make label behave like a wrapper, not a block heading */
.floating-form .zpform-choice-input-container .zpform-label{
  display: flex !important;
  align-items: flex-start !important;
  gap: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Hide the mandatory star */
.floating-form .zpform-choice-input-container .zpform-mandatory{
  display: block !important;
}

/* Kill the stray text node height */
.floating-form .zpform-choice-input-container .zpform-label{
  line-height: 0 !important;
  font-size: 0 !important;
}

/* Restore font ONLY for checkbox text */
.floating-form .zpform-choice-input-container 
.zpform-choice-container,
.floating-form .zpform-choice-input-container 
.zpform-choice-container *{
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: inherit !important;
}

.callus-header .zpelement {
    margin-block-start: 0;
}
.callus-header .zpimage-headingtext-container a {
    color:var(--blue);
}
.callus-header .zpicon-container {
    align-items: flex-start;
}
.callus-header h3 {
    margin-bottom: 0 !important;
}

.custom-img {
overflow: hidden;
}

.callus-header .zpimage-with-text-container.zpimage-align-left figure {
    margin-inline-end: 10px;
    margin-block-end: 0px;
}





/* ==============================
   TORRENT FAQ – PREMIUM STYLING
   ============================== */

/* Overall container spacing */
.zpaccordion-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Each FAQ row */
.zpaccordion {
  background: #ffffff;
  border: 1px solid #e6e9f2;
  border-radius: 14px;
  padding: 22px 24px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

/* Hover effect */
.zpaccordion:hover {
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

/* Active (opened) question */
.zpaccordion-active {
  border-color: #292662;
  box-shadow: 0 14px 36px rgba(41, 38, 98, 0.18);
}

/* Question text */
.zpaccordion-name {
  font-size: 18px;
  font-weight: 600;
  color: #111424;
  line-height: 1.4;
}

/* Active question text */
.zpaccordion-active .zpaccordion-name {
  color: #292662;
}

/* Icon wrapper */
.zpaccordionicon {
  margin-left: 16px;
}

/* Reduce visual noise from multiple SVGs */
.zpaccordionicon svg {
  width: 18px;
  height: 18px;
  fill: #292662;
}

/* Hide extra icons – keep only one */
.zpaccordionicon svg:not(:first-child) {
  display: none;
}

/* Rotate icon when active */
.zpaccordion-active .zpaccordionicon svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

/* Answer container */
.zpaccordion-content {
  background: #fafbff;
  border-radius: 0 0 14px 14px;
  padding: 26px 28px;
  border-top: 1px solid #e6e9f2;
}

/* Answer text */
.zpaccordion-content p,
.zpaccordion-content span,
.zpaccordion-content div {
  font-size: 15px;
  line-height: 1.75;
  color: #374151;
}

/* Remove weird fixed widths injected by editor */
.zpaccordion-content div[style*="width"] {
  width: auto !important;
}

/* Links inside FAQ */
.zpaccordion-content a {
  color: #292662;
  font-weight: 500;
  text-decoration: underline;
}



.sub-heading span {
    color: #ffffff;
}
.sub-heading {
    background: linear-gradient(0deg, #c7b2d6, #9284be);
    display: inline-block;
    padding: 0px 10px;
    border-radius: 50px;
}

/* Test Care Section */
.test-care {
    background-image: url(/full-body-test1.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: left bottom;
    position: relative;
   z-index: -2;
}
.test-care:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(270deg, #282661 50%, transparent 70%);
     z-index: -1;
}
.test-care .zpimage-align-left figure {
    margin-inline-end: 10px;
    margin-block-end: 0;
}
.test-care h4.zpimage-heading {
    margin: 18px 0;
}
.test-care figure img {
        border-radius: 10px;
    }
.test-care .zpimage-text {
    display:none!important;
}



.key-benefits .zpelem-imageheadingtext h5.zpimage-heading {
 text-align:center;   
}


.pattern-img {
    position:relative;
}
.pattern-img img {
    border-radius:0 0 5px 5px;
}
.pattern-img:before {
content: '';
    display: block;
    background: url(/Flag%20-2-.png) no-repeat;
    width: 100%;
    height: 30px;
    background-size: 1400px;
    background-position: center;
    top: -14.8px;
    position: absolute;
    z-index: 1;
}

.footer-copyright a {
 color:#ffffff;   
}
.footer-copyright a:hover {
 color:#ffffff;   
}

@media (max-width: 1600px) {
.test-care {
    background-position: left bottom;
    }
}

@media (max-width: 1340px) {
.test-care {
        background-size: 48%;
        background-position: left bottom;
    }
}

@media (max-width: 1100px) {
.test-care {
        background-size: 55%;
        background-position: left bottom;
    }
}

@media (max-width: 1200px) {
.rtbs .zpimage-with-text-container.zpimage-align-left figure {
    margin-inline-end: 5px;
    }
    
    .rtbs .zprow .zpcol-md-3 {
        padding-inline-start: 5px;
    padding-inline-end: 5px;
    }
}


/* Mobile */
@media (max-width: 1024px){
  .zpform-outer{
    grid-template-columns: 1fr !important;
  }

  .zpform-outer > li,
  .zpform-choice-input-container,
  .zpform-outer > li:has(#zsform_submit){
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  #zsform_submit{
    width: 100% !important;
  }
}


@media (max-width: 991px) {
     .test-care:before{
display:none;
    }
.key-benefits .zpimage-with-text-container {
        flex-wrap: wrap;
}
.test-care {
        padding-bottom: 500px !important;
        background-size: 80% !important;
        background-position: bottom left !important;
    }
    .td-compare-grid {
    flex-wrap: wrap;
    }
}

/* Mobile optimization */
@media (max-width: 768px) {
    
    .callus-header {
        align-items: flex-end;
        padding-right: 0 !important;
    }
    .pkg-bottom {
     font-size:11px;   
    }
    .test-care:before{
display:none;
    }
    .test-care .zpelement.zpelem-imageheadingtext {
    margin-block-start: 10px;
}
    .td-acc label {
    padding: 6px 14px;
    font-size: 12px;
}
    .td-content li {
    font-size: 12px;
    }
    .first-fold {
background-image: linear-gradient(0deg, rgba(69, 80, 162, 0) 30%, rgb(40 38 97 / 78%) 55%), url(/home-collection-phone.png) !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        padding-bottom: 260px !important;
    }
    .first-fold .zpelement {
    margin-block-start: 5px;
}
    .whytorrent.zpbackground-attachment-fixed {
    background-attachment: scroll;
}
.whytorrentrow .zpelem-col {
    gap: 5px;
}
  .zpaccordion {
    padding: 18px 18px;
  }

  .zpaccordion-name {
    font-size: 16px;
  }

  .zpaccordion-content {
    padding: 20px 18px;
  }

  .mobile-cta{
    display:inline-block;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    padding:0px;
    background:#fff;
    box-shadow:0 -6px 20px rgba(0,0,0,.15);
    z-index:999;
  }
  .mobile-cta .zpbutton-group-container {
    gap: 0;
}
.mobile-cta .zpcontainer-fluid {
    padding: 0;
}
    .mobile-cta .zpbutton-group-container .call-btn {
    width: 45%;
}
        .mobile-cta .zpbutton-group-container .lead-btn {
    width: 55%;
}
    
.mobile-cta .zpbutton-group-container .call-btn .zpbutton-type-primary .zpbutton-icon {
    margin-inline-end: 5px;
}
    .callus-header .zpicon-text-container {
    margin-top: 0!important;
    padding-inline-start: 0!important;
}
        .callus-header .zpicon-heading {
        padding-inline-start: 0!important;
    }
    .callus-header .zpicon-container .zpicon-size-md {
        display:none;
    }
    .test-care {
        padding-bottom: 300px !important;
        background-size: 100% !important;
        background-position: left bottom !important;
}
        .test-care .zpimage-with-text-container {
        flex-wrap: nowrap;
    }
    .test-care h4.zpimage-heading {
    margin: 0!important;
}
     .test-care .zpimage-with-text-container.zpimage-align-left figure {
    margin-inline-end: 10px!important;
    margin-block-end: 0!important;
    }
        .zpimage-with-text-container {
        flex-wrap: nowrap;
        align-items: center;
    }
    .td-compare-grid {
    flex-direction: column;
}
    .td-card {
    min-width: 100%;
}
    .td-header h3 {
    font-size: 20px;
}
    .rtbs .zpcontainer-fluid {
    padding-inline-start: 0;
    padding-inline-end: 0;
}
    .rtbs .zpimage-with-text-container.zpimage-align-left figure {
    margin-inline-end: 5px;
}
    .rtbs .zprow .zpelem-col {
    margin: 3px 0px;
}
         div[element=PREOUTER] div[element=PREINNER][data-popup-type=modal] {
        height: 20vh !important;
    }
}

