* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.container {
  width: 1100px;
  max-width: 95%;
  margin: auto;
}

/* ===== TOP HEADER ===== */
.top-header {
  background: #f2f2f2;
}

.top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.contact-info a {
    text-decoration: none;
    color: #666;
    font-size: 20px;
}
.contact-info a:hover{
    color:#00709f;
}

.logo img {
  max-height: 70px;
}

.contact-info {
  text-align: center;
  font-size: 14px;
  color: #666;
}

.contact-info .icon {
  margin-left: 5px;
  color: #999;
}
.container.top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* SSL */
.ssl {
  text-align: right;
  font-size: 10px;
  color: #333;
}

.ssl img {
  max-height: 60px;
  display: block;
  margin-left: auto;
}
.ssl span {
    color: #000000;
    text-decoration: none;
    font: bold 7px verdana, sans-serif;
    letter-spacing: .5px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
/* Mobile toggle */
.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* ===== NAVBAR ===== */

.nav-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}

/* ===== TABLET ===== */
@media (max-width: 991px) {

  .contact-info,
  .ssl {
    width: 100%;
  }

}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
        .nav-flex img {
        width: 100%;
        height: 25px;
        object-fit: cover;
    }
    .logo img {
    max-height: 40px;
}
  .menu-toggle {
    display: block;
  }
     .contact-info a {
        font-size: 12px;
    }

  .main-nav {
  }

  .main-nav.active {
    display: block;
  }

  .nav-flex {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .ssl img{
      max-height:30px;
  }

  .main-nav a {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
  }
}

      .text-prime {
        color: #00709f;
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 30px;
      }
      .video-wrapper {
        position: relative;
        max-width: 600px;
        margin: auto;
      }

      .video-element {
        width: 100%;
        display: block;
        pointer-events: none;
      }

      .custom-play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition:
          transform 0.3s ease,
          background 0.3s ease;
      }

      .custom-play i {
        font-size: 32px;
        color: #fff;
        margin-left: 4px; /* optical centering */
      }

      .custom-play:hover {
        transform: translate(-50%, -50%) scale(1.1);
        background: rgba(0, 0, 0, 0.8);
      }

      .trusted-heading {
        font-family: "Montserrat", sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #00709f;
        margin-bottom: 20px;
      }

      .trusted-heading span {
        font-weight: 800;
      }

      .trusted-desc {
        font-size: 16px;
        color: #666666;
        max-width: 900px;
        margin-bottom: 20px;
      }

      .trusted-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 30px;
      }

      .trusted-list li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #666666;
      }

      .trusted-list li::before {
        content: "";
        width: 6px;
        height: 6px;
        background: #c8102e;
        position: absolute;
        left: 0;
        top: 9px;
      }

      .trusted-cta {
        margin-top: 10px;
      }

      .cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 14px 30px;
        font-size: 20px;
        font-weight: 700;
        color: #0b4c1d;
        text-decoration: none;
        background: linear-gradient(#c8ea4b, #8bcf1f);
        border-radius: 8px;
        box-shadow: inset 0 0 0 2px #7ab71a;
      }

      .play-circle {
        width: 28px;
        height: 28px;
        background: #1b6fdc;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .play-circle i {
        color: #fff;
        font-size: 12px;
        margin-left: 2px;
      }

      .enterprise-sec {
        padding: 20px 0;
      }

      .enterprise-heading {
        font-family: "Montserrat", sans-serif;
        font-size: 34px;
        font-weight: 700;
        color: #00709f;
        margin-bottom: 25px;
      }

      .enterprise-content p {
        font-size: 16px;
        color: #666666;
        margin-bottom: 18px;
        line-height: 1.6;
      }

      .subscription-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        font-size: 26px;
        color: #777;
        text-decoration: none;
        font-family: "Montserrat", sans-serif;
      }

      .green-play {
        width: 22px;
        height: 22px;
        background: #7cc623;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .green-play i {
        font-size: 10px;
        color: #fff;
        margin-left: 1px;
      }

      .enterprise-divider {
        border: none;
        border-top: 1px solid #000;
      }

      .enterprise-phone {
        font-size: 22px;
        color: #666666;
        margin-bottom: 25px;
      }

      .enterprise-phone span {
        font-size: 16px;
        color: #666666;
      }

      .enterprise-cta {
        margin-bottom: 30px;
      }

      .cta-btn {
        display: inline-flex;
        align-items: center;
        gap: 14px;
        padding: 14px 30px;
        font-size: 20px;
        font-weight: 700;
        color: #0b4c1d;
        text-decoration: none;
        background: linear-gradient(#c8ea4b, #8bcf1f);
        border-radius: 8px;
        box-shadow: inset 0 0 0 2px #7ab71a;
      }

      .play-circle {
        width: 28px;
        height: 28px;
        background: #1b6fdc;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .play-circle i {
        font-size: 12px;
        color: #fff;
        margin-left: 2px;
      }

      .enterprise-footer {
        font-family: "Montserrat", sans-serif;
        font-size: 26px;
        color: #00709f;
        line-height: 1.4;
      }

      .registration-section {
        padding: 40px 0;
        background: #fff;
        font-family: Arial, Helvetica, sans-serif;
      }

      .registration-box {
        max-width: 480px;
        margin: auto;
      }

      .reg-banner {
        background: linear-gradient(135deg, #0a5f8a, #0b7bb0);
        color: #fff;
        text-align: center;
        padding: 20px 10px;
      }

      .reg-banner h2 {
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 6px;
      }

      .reg-banner p {
        font-size: 18px;
        margin: 0;
      }

      .reg-form {
        padding: 20px;
        background: #ededed;
        border: none;
      }

      .reg-form h3 {
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 20px;
        color: #666666;
      }

      .form-row {
        display: flex;
        align-items: start;
        margin-bottom: 12px;
      }

      .form-row label {
        width: 140px;
        font-size: 14px;
        color: #666666;
      }

      .form-row input {
        flex: 1;
        height: 26px;
        border: 1px solid #777;
        padding: 2px 6px;
        font-size: 14px;
      }

      .trial-note {
        font-size: 13px;
        margin: 10px 0;
        color: #666666;
      }

      .terms-row {
        font-size: 13px;
        margin-bottom: 20px;
      }

      .terms-row input {
        margin-right: 6px;
      }

      .terms-row a {
        color: #d40000;
        text-decoration: none;
      }

      .terms-row a:hover {
        text-decoration: underline;
      }

      .reg-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 20px;
        font-weight: bold;
        color: #0b4c1d;
        background: linear-gradient(#c8ea4b, #8bcf1f);
        border: 1px solid #7ab71a;
        border-radius: 6px;
        cursor: pointer;
      }

      .benefits-sec {
        padding: 40px 0 0 10px;
      }

      .benefits-col {
        max-width: 360px;
      }

      .benefits-title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #666666;
      }

      .benefits-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 25px;
      }

      .benefits-list li {
        font-size: 14px;
        color: #666666;
        margin-bottom: 6px;
        position: relative;
        padding-left: 12px;
      }

      .benefits-list li::before {
        content: "-";
        position: absolute;
        left: 0;
        color: #666666;
      }

      .testimonial-head {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .testimonial-head img {
        height: 28px;
      }

      .testimonial-head p {
        font-size: 14px;
        margin: 0;
      }

      .testimonial-head span {
        font-size: 13px;
      }

      .testimonial blockquote {
        font-size: 14px;
        font-style: italic;
        margin: 10px 0;
        color: #666666;
        max-width: 350px;
      }

      .testimonial-author {
        font-size: 14px;
        color: #666666;
      }

      .clients-title {
        font-size: 18px;
        color: #666666;
      }

      .register-line {
        position: relative;
      }

      .register-line::before {
        content: "";
        position: absolute;
        top: 0;
        left: 10px;
        height: 100%;
        border-right: 2px dotted #999;
      }

      .member-sec {
        padding: 5px 0px;
      }

      .left-tab {
        text-align: center;
      }

      .tab-title h4 {
        font-size: 24px;
        color: #00709f;
        font-weight: normal;
        padding-left: 120px;
      }

      .left-tab img {
        height: 500px;
        object-fit: contain;
      }
      .right-tab img {
        width: 100%;
      }

      .right-bottom {
        text-align: center;
        padding: 30px 0px 0px;
      }
      .right-bottom img {
        width: 200px;
      }

      .right-detail p {
        color: #666666;
      }

      .tab-sec {
        box-shadow:
          0 -4px 6px rgba(0, 0, 0, 0.1),
          /* top shadow */ 0 4px 6px rgba(0, 0, 0, 0.1); /* bottom shadow */
      }

      .dhl-detail{
        max-width:240px;
      }
      .dhl-detail .light1{
         font-size:13px;
         color:#666666;
          
      }
      .dhl-detail .light2{
       font-size:13px;
         color:#666666;
         font-weight:500;
      }
      .search-line p {
    color: #00709f;
    font-size: 22px;
}

.search-line {
    padding-left: 155px;
}

.why-section {
  padding: 40px 0;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.why-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
  align-items: flex-start;
  width: 75%;
    margin: 0 auto;
}


/* LEFT */
.why-title {
  font-size: 26px;
  color: #00709f;
  margin-bottom: 15px;
}

.why-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.why-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #444;
}

.why-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ca01c;
  font-weight: bold;
}

/* CTA BUTTON */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #0b4c1d;
  text-decoration: none;
  background: linear-gradient(#c8ea4b, #8bcf1f);
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px #7ab71a;
}

.play-circle {
  width: 28px;
  height: 28px;
  background: #1b6fdc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-circle i {
  color: #fff;
  font-size: 12px;
  margin-left: 2px;
}

/* RIGHT BENEFITS BOX */
.why-right {
  background: #ffffcc;
  padding: 15px;
  border: 1px solid #eee;
}

.why-right h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.why-right ul {
  list-style: none;
  padding: 0;
}

.why-right li {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}

.video-section.bg-light {
    padding-top: 40px;
}

@media(max-width:767px){
    .bank-sec img{
        width:100%;
    }
    .why-grid{
        grid-template-columns: 1fr;
        width:100% !important;
    }
    .search-line {
    padding-left: 0px !important;
}
.left-tab {
    text-align: center;
}
.tab-title h4{
    padding-left:0px !important;
}
.trusted-heading{
    font-size:22px;
}
.cta-btn{
    padding:12px  !important;
}
.enterprise-heading{
     font-size:22px;
}
.tab-title{
    padding-top:20px;
}
}

/* FOOTER */
.site-footer {
  background: #fff;
  padding: 30px 0;
  box-shadow: rgb(215 215 216) 3px 3px 6px 0px inset, rgb(190 189 189 / 50%) -3px -3px 6px 1px inset;
}

.az-links {
  text-align: center;
  margin-bottom: 25px;
}

.az-links a {
    position: relative;
    margin: 0 6px;
    font-family: "Trebuchet MS";
    font-size: 12px;
    color: #747171;
    text-decoration: none;
}


.az-links a:hover,
.footer-links a:hover {
  color: #d33030;
  text-decoration: underline;
}

.az-links a:hover::after,
.footer-links a:hover::after {
  width: 100%;
}
.footer-links.container .col {
    display: flex;
    flex-direction: column;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.footer-links a {
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
    font-size: 13px;
    text-decoration: none;
    list-style-type: none;
    list-style-image: none;
    background-repeat: no-repeat;
    background-position: 20px top;
    padding-left: 15px;
    padding-right: 5px;
    color: #747171;
}

/* BOTTOM */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #555;
}

.footer-logo img {
  max-height: 45px;
}

/* EMAIL LINK */

.footer-info a {
  color: #747171;
  text-decoration: none;
}
.footer-info a:hover {
    color: #d33030;
    text-decoration: underline;
}

.footer-info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #747171;
    text-align: center;
    padding-left: 70px;
    line-height: 20px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-info{
        padding-left: 0px;
    }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-links {
    grid-template-columns: 1fr;
  }

  .az-links a {
    display: inline-block;
    margin: 4px;
  }
}

/* =================== Tablet =============   */
@media (min-width: 768px) and (max-width: 1024px) {
    .ssl-link{
        margin-left: 30px;
    }
}

/* %%%%%%%%%%%%% */
      .plan-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-left: 5px;
      }

      /* BOX */
      .plan-box {
        text-align: center;
        background: #fff;
        border: 1px solid #ccc;
      }

      .plan-box.highlight {
        background: #f4f7e6;
      }

      /* BUTTONS */
      .btn-plan {
        display: block;
        margin: 6px;
        padding: 10px 0;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
      }

      .btn-plan.green {
        background: linear-gradient(#7ecb3c, #4aa52a);
      }

      .btn-plan.orange {
        background: linear-gradient(#ffa62b, #ff7a00);
      }

      /* SAVE TEXT */
      .plan-save {
        background: #f1f3e5;
        border-top: 1px solid #ccc;
        width: 100%;
      }

      .plan-save strong {
        display: block;
        font-size: 18px;
        color: #555;
      }

      .plan-save a {
        font-size: 14px;
        color: #00709f;
        text-decoration: none;
      }

body {
  font-family: "Trebuchet MS", Arial, sans-serif;
  background: #f5f5f5;
  overflow-x: hidden;
}

/* FULL WIDTH FIX */
.pricing-row {
  padding: 60px 40px;
  background: #f7f7f7;
}

/* LEFT SIDE */
.tab-title h4 {
  color: #1e88e5;
  font-weight: 600;
  margin-bottom: 25px;
}

.left-tab img {
  max-width: 100%;
}

/* PRICING GRID */
.pricing-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD STYLE */
.pricing-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.pricing-card.featured {
  border: 2px solid #1e88e5;
  transform: translateY(-15px);
}

/* TEXT */
.plan-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.plan-qty {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* FEATURES */
.plan-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.plan-features li {
  margin-bottom: 10px;
  font-size: 14px;
}

.plan-features .yes {
  color: #2e7d32;
}

.plan-features .no {
  color: #c62828;
  text-decoration: line-through;
}

/* PRICE */
.plan-price {
  margin: 20px 0;
  font-size: 14px;
}

.plan-price strong {
  font-size: 26px;
}

.plan-price span {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

/* BUTTON */
.plan-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #4caf50;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

.plan-btn.primary {
  background: #1e88e5;
}

/* BOTTOM */
.right-bottom img {
  margin: 40px 0 20px;
  max-width: 100%;
}

.right-detail p {
  font-size: 14px;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .pricing-container {
    grid-template-columns: 1fr;
  }

  .pricing-card.featured {
    transform: none;
  }

  .pricing-row {
    padding: 40px 20px;
  }
}
