/* -------------------------
   UK Investment Centre
   Poppins, responsive layout
   Colors tuned to screenshot
   ------------------------- */

:root {
  --navy: #0B2545;
  --navy-2: #082136;
  --accent: #F47B20;
  --light: #E9F1FA;
  --muted: #6b6b6b;
  --card-border: rgba(11, 37, 69, 0.08);
  --max-width: 1200px;
}

/* ===== Reset & base ===== */
* {
  box-sizing: border-box
}

html,
body {
  height: 100%
}

body {
  font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial !important;
  color: #1b2838;
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 90%;
  max-width: var(--max-width);
  margin: 0 auto
}

/* ===== Topline/header ===== */
.topline {
  background: #fff;
  padding: 0 0 14px 0;
  color: #fff
}

.topline-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between
}

.topnav {
  display: flex;
  gap: 18px;
  align-items: center
}

.topnav a {
  color: rgba(36, 102, 183, 1);
  font-size: 14px; font-weight: 500;
  text-decoration: none
}

.topnav a:hover {
  color: var(--accent)
}

.topphone {
  text-align: right
}

.topphone small {
  display: block;
  font-size: 11px;
  color: rgba(94, 127, 149, 1)
}

.phone-number {
  font-weight: 700;
  color: rgba(58, 124, 204, 1);   position: relative;
    left: -19px;
}
.phone-number a {
  color: rgba(58, 124, 204, 1); 
  text-decoration: none;
}
.phone-number img{width: 24px;
    position: relative;
    top: 6px;}
.button-container {
    display: flex
;
    gap: 15px;
}
.back-btn {
    background-color: #5a351b;
    color: white;
    border: none;     margin-top: 6px;
}
/* ===== Hero band ===== */
.hero-band {
  background: linear-gradient(0deg, rgba(6, 25, 37, 0.95), rgba(6, 25, 37, 0.95)), var(--navy);
  color: #fff;
  padding: 56px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start
}

@media (max-width:1000px) {
  .hero-grid {
    grid-template-columns: 1fr 320px
  }
}

@media (max-width:820px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

.hero-left h1 {
  font-size: 34px;
  line-height: 1.05;
  margin: 0 0 12px;
  font-weight: 700;
  color: rgba(103, 167, 245, 1);
}

.hero-left h1 span {
  color: #ffffff
}

.hero-sub {
  color: rgba(103, 167, 245, 1);
  font-weight: 600;
  margin-bottom: 12px
}

.hero-desc {
  color: rgba(255, 255, 255, 1);
  max-width: 700px;
  margin-bottom: 18px
}

/* buttons */
.btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer
}

.btn-ghost {
  background: rgba(36, 102, 183, 1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.06)
}

.btn-ghost:hover {
  transform: translateY(-2px)
}

.btn-primary {
  background: var(--navy);
  color: #fff;
  border: 1px solid rgba(11, 37, 69, 0.08)
}

.btn-accent {
  background: var(--accent);
  color: #fff;
  border: none
}

.btn-accent.small {
  padding: 8px 12px;
  font-size: 13px
}

.btn-ghost.small {
  padding: 8px 12px;
  font-size: 13px
}

/* calculator card on hero right */
/* .calc-card{background:#fff;padding:22px;border-radius:6px;color:#233042;box-shadow:0 6px 20px rgba(2,7,17,0.35)} */
.calc-card h3 {
  margin: 0 0 10px;
  color: rgba(255, 102, 0, 1);
  font-size: 26px
}

.calc-card input,
.calc-card select {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #e0e6ee;
  border-radius: 4px;
  font-size: 14px
}

.calc-card .btn-accent {
  width: 100%;
  padding: 12px;
  margin-top: 6px;
  border-radius: 4px
}

/* ===== Trust / highlight bar ===== */
.trust-bar {
  background: #fff;
  padding: 30px 0;
  border-bottom: 1px solid #eef5fb
}

.trust-bar .trust-left ul {
  padding-left: 0;
}

.trust-bar .trust-left ul li {
  background: url(../img/arrow.png);
  background-repeat: no-repeat;
  list-style: none;
  padding-left: 30px;
  padding-bottom: 10px;
}

.trust-bar .trust-midd {
  background: url(../img/uk-bg.png);
  background-repeat: no-repeat;
  background-position: 96% 44%;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.trust-left h4,
.trust-right h4 {
  margin: 0 0 10px;
  font-size: 21px;
  color: rgba(58, 124, 204, 1);
}

.trust-left ul {
  list-style: disc inside;
  color: #4b6a85
}

.trust-right p {
  color: #3b556b;
  line-height: 1.5
}

@media (max-width:820px) {
  .trust-grid {
    grid-template-columns: 1fr
  }
}

/* ===== Why invest (dark overlay over image) ===== */
.why-invest {
  position: relative;
  padding: 20px 0;
  color: #fff;
  overflow: hidden;
  padding-bottom: 40px;
}

.why-invest .bg-overlay {
  position: absolute;
  inset: 0;
  background-image: url("../img/why-bg.png");
  background-size: cover;
  background-position: center;
  /* filter:grayscale(0.15) contrast(0.8);
  opacity:0.9; */
}

.why-inner {
  position: relative;
  z-index: 2;
  text-align: center
}

.why-inner h2 {
  font-size: 28px;
  margin-bottom: 6px;
  color: rgba(58, 124, 204, 1);
}

.why-intro {
  max-width: 720px;
  margin: 10px auto 28px;
  color: rgba(255, 255, 255, 0.85)
}

.why-grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0 auto
}

.why-card {
  text-align: left;
  margin-top: 26px;
}

.why-card h5 {
  color: #eaf6ff;
  margin: 8px 0;
  font-size: 18px;
}

.why-card ul {
  color: #e3f0ff;
  padding-left: 16px;
}

.f-15 {
  font-size: 15px;
  font-weight: normal;
}

.f-b {
  font-size: 20px;
  font-weight: 700;
}

.why-card ul li,
.why-card p {
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 400;
}

.why-card p {
  line-height: 35px;
}

h2 {
  font-size: 40px !important;
  color: rgba(58, 124, 204, 1) !important;     margin-bottom: 0;
}

@media (max-width:900px) {
  .why-grid-cards {
    grid-template-columns: 1fr
  }
}

/* ===== Bonds section (light) ===== */
.bonds {
  background: rgba(243, 254, 252, 1);
  padding: 48px 0;
  text-align: center;
  padding-top: 20px;
}

.bonds h2 {
  color: rgba(58, 124, 204, 1);
  margin-bottom: 6px
}

.subtitle-muted {
  color: #637d94;
  margin-bottom: 18px
}

.bonds-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 22px auto 0
}

.bond-card {
  background: rgba(242, 247, 255, 1);
  padding: 22px;
  border-radius: 8px;
  border: 1px solid rgba(130, 187, 255, 1);
  text-align: left;
  box-shadow: 0 6px 20px rgba(10, 20, 30, 0.03)
}

.bond-card h4 {
  color: rgba(255, 102, 0, 1);
  margin-bottom: 8px
}

.bond-card-alt {
  border: 1px solid rgba(130, 187, 255, 1)
}

.bond-card ul {
  color: #5b6f82;
  padding-left: 18px;
}

.bond-card ul li {
  font-size: 16px;
  line-height: 33px;
  font-weight: 400;
}

.bond-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  width: 684px;
  margin: 37px auto;
  margin-bottom: 13px;
}

.bond-btns a.btn.btn-primary {
  background: rgba(58, 124, 204, 1);
}

.bond-card .btn {
  margin-top: 12px
}

@media (max-width:820px) {
  .bonds-grid {
    grid-template-columns: 1fr
  }
}

/* ===== Discover bar (thin) ===== */
.discover-bar {
  background: #eef7ff;
  padding: 20px 0;
  border-top: 1px solid #e6f1fb;
  border-bottom: 1px solid #e6f1fb
}

.discover-inner {
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  text-align: center;
}

.discover-left h3 {
  color: rgba(52, 76, 92, 1);
  margin: 0;
  font-size: 29px;
}

.discover-left p {
  color: var(--muted);
  margin: 6px 0 0
}

.discover-form {
  gap: 12px;
  align-items: center;
  margin: 20px;
}

.discover-form input,
.discover-form select {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #d7e8f9;
  width: 200px
}

.discover-form .btn-primary {
  padding: 10px 16px;
  background-color: rgba(58, 124, 204, 1);
}

@media (max-width:900px) {
  .discover-inner {
    flex-direction: column;
    align-items: stretch
  }

  .discover-form {
    width: 100%;
    flex-wrap: wrap
  }

  .discover-form input,
  .discover-form select {
    width: 100%
  }
}

/* ===== Process overlay with steps ===== */
.process {
  position: relative;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  overflow: hidden
}

.process-bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/process-bg.png);
  background-size: cover;
  top: -4px;
}

.process-inner {
  position: relative;
  z-index: 2
}

.process-inner h2 {
  color: #dbeeff;
  margin-bottom: 8px
}

.process-inner p.muted {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 28px
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  width: 84%;
    margin: 44px auto;
}

.step {
  width: 206px;
    height: 206px;
    border-radius: 999px;
    background: rgba(242, 247, 255, 1);
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: rgba(52, 76, 92, 1);
    font-weight: 700;
    border: 4px solid rgba(190, 220, 255, 1);
}
.process-inner .btn-ghost {
    margin-bottom: 30px;
}
.step span {
  font-size: 17px;
  font-weight: 600;
  margin-top: 6px;
  color: rgba(58, 124, 204, 1)
}
.step p {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: rgba(52, 76, 92, 1); padding: 0 41px;
}
@media (max-width:900px) {
  .process-steps {
    gap: 12px
  }

  .step {
    width: 86px;
    height: 86px
  }
}

/* ===== About (patterned light background) ===== */
.about {
  background: #fff;
  padding: 64px 0;
  text-align: center
}

.about h2 {
  color: var(--navy);
  margin-bottom: 6px
}

.center-text {
  max-width: 900px;
  margin: 0 auto;
  color: #6c7b8b
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto
}

.info-card {
  background: #f6fbff;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid #e7f2fb;
  text-align: left
}

.info-card h5 {
  color: var(--navy);
  margin-bottom: 8px
}

@media (max-width:820px) {
  .about-grid {
    grid-template-columns: 1fr
  }
}

/* ===== FAQ ===== */
.faq {
  background: #f0f9ff;
  padding-bottom: 30px;padding-top: 10px;
      text-align: center;
}

.faq-inner h2 {
  text-align: center;
  color: var(--navy);
  margin-bottom: 18px
}

.faq-grid {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center
}

.faq-graphic img {
  width: 220px
}

.faq-list {
  max-width: 520px
}

.faq-item {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 10px;
  border: 1px solid #e6f4fb;
  display: flex;
  justify-content: space-between
}

.about-section {
      padding: 4px 20px;     padding-bottom: 71px;
      text-align: center;
      background: linear-gradient(to bottom, #f7fbff, #ffffff);
      background-image: url(../img/about-bg.png);
    background-size: cover;;
    }

    .about-section h2 {
      font-size: 2.2rem;
      color: #0056b3;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .about-section h3 {
      font-size: 1rem;
      font-weight: 600;
      color: #4b5563;
      margin-bottom: 25px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .about-section p {
      max-width: 900px;
      margin: 0 auto 15px;
      color: #444;
      font-size: 0.95rem;
    }

    .cards-container {
         justify-items: center;
    display: grid
;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin: 22px auto 0;
    }

    .card {
      position: relative;
      background: #f2f7ff;
      border: 1px solid #c8dcff;
      border-radius: 10px;
      padding: 30px 25px 20px;
      text-align: left;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

    .card-icon {
      position: absolute;
      top: -25px;
      left: 50%;
      transform: translateX(-50%);
      background: #ffffff;
      border: 2px solid #c8dcff;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0056b3;
      font-size: 22px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .card h4 {
      margin-top: 30px;
      font-size: 1.05rem;
      font-weight: 600;
      color: #1b2b4b;
      margin-bottom: 10px;
    }

    .card ul {
      list-style: disc;
      padding-left: 20px;
      color: #333;
      font-size: 0.9rem;
    }

    .card p {
      font-size: 0.9rem;
      color: #333;
    }

    @media (max-width: 768px) {
      .about-section h2 {
        font-size: 1.8rem;
      }
      .card {
        text-align: center;
      }
      .card ul {
        list-style: none;
        padding: 0;
      }
    } 





    /* faq start */
    .faq-section {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 50px;
      padding: 10px 20px;
    }

    .faq-image {
      flex: 1 1 300px;
      text-align: center;
    }

    .faq-image img {
      max-width: 250px;
      height: auto;
    }

    .faq-content {
      flex: 1 1 500px;
      max-width: 600px;
    }

    .faq-content h2 {
      color: #0056b3;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 8px;
      text-align: left;
    }

    .faq-content p {
      color: #4b5563;
      margin-bottom: 25px;
      font-size: 0.95rem;
    }

    .accordion {
      background: #fff;
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .accordion-header {
      padding: 15px 20px;
      cursor: pointer;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.95rem;
      color: #1b2b4b;
      background: #fff;
      transition: background 0.3s;
    }

    .accordion-header:hover {
      background: #f0f6ff;
    }

    .accordion-header::after {
      content: "▾";
      font-size: 16px;
      transition: transform 0.3s;
      content: "";
    background-image: url(../img/down-arow.png);
    height: 9px;
    width: 15px;
    background-size: cover;
    right: 14px;
    float: right;
    background-repeat: no-repeat;
    top: 11px;
    bottom: 0;
    rotate: 0deg;
    transition: .5s 
ease-in-out;
    background-position: center center;
    }

    .accordion-header.active::after {
      transform: rotate(-180deg);
    }

    .accordion-body {
      max-height: 0;
      overflow: hidden;
      background: #f9fbff;
      padding: 0 20px;
      color: #333;
      font-size: 0.9rem;
      line-height: 1.6;
      transition: all 0.3s ease;
    }

    .accordion-body.open {
      padding: 15px 20px;
      max-height: 200px;
    }

    .faq-button {
      display: inline-block;
      margin-top: 25px;
      background: #0056b3;
      color: #fff;
      border: none;
      padding: 12px 25px;
      border-radius: 6px;
      cursor: pointer;
      font-weight: 500;
      font-size: 0.95rem;
      transition: background 0.3s;
    }

    .faq-button:hover {
      background: #003f87;
    }

    @media (max-width: 768px) {
      .faq-section {
        flex-direction: column;
        text-align: center;
      }
      .faq-content {
        text-align: center;
      }
      .accordion-header {
                text-align: left;
      }
      .accordion-body {
        text-align: left;
      }
    }

    /* contact css */
    .contact-main h2{ text-align: center;}
    .contact-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 40px;
      padding: 20px 8%;
    }

    /* Left Side */
    .contact-info-section {
      flex: 1 1 350px;
      max-width: 500px;
    }

    .contact-info-section h2 {
      color: #0056b3;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .contact-info-section h3 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #1b2b4b;
      margin-bottom: 15px;
    }

    .contact-info-section p {
      color: #4b5563;
      line-height: 1.7;
      font-size: 0.95rem;
      margin-bottom: 25px;
    }

    .contact-detail {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
      font-size: 0.95rem;
      color: #1b2b4b;
    }

    .contact-detail i {
      background: #e9f2ff;
      color: #0056b3;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      font-size: 18px;
    }

    /* Form Section */
    .contact-form-section {
      flex: 1 1 450px;
      max-width: 550px;
      background: #fff;
      border-radius: 10px;
      /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); */
      padding: 30px;
    }

    form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }

    form input,
    form select,
    form textarea {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid #dcdcdc;
      border-radius: 6px;
      font-size: 0.95rem;
      background: #f7f8fa;
      transition: border-color 0.3s ease;
      color: rgba(81, 81, 81, 1);
      font-family: 'Poppins', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial !important;
    }

    form input:focus,
    form select:focus,
    form textarea:focus {
      border-color: #0056b3;
      outline: none;
    }

    form textarea {
      grid-column: 1 / 3;
      resize: none;
      height: 100px;
    }

    form button {
      grid-column: 1 / 3;
      background: #0056b3;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border: none;
      padding: 12px 0;
      border-radius: 6px;
      cursor: pointer;
      transition: background 0.3s;
    }

    form button:hover {
      background: #003f87;
    }

    #investment_form, #investment_form2 {
      display: block !important;
    }

    label.error {
      font-size : 12px;
      color : red;
    }
    /* Contact Image */
    .contact-image {
      flex: 0 0 250px;
      text-align: center;
    }

    .contact-image img {
      max-width: 250px;
      height: auto;
    }

    @media (max-width: 992px) {
      .contact-section {
        flex-direction: column;
        text-align: center;
      }
      .contact-form-section {
        width: 100%;
        padding: 0;
        flex: 0;
      }
      form {
        grid-template-columns: 1fr;
      }
      form textarea,
      form button {
        grid-column: 1;
      }
      .contact-detail {
        justify-content: left;
      }
    }


     /* Footer Container */
    footer {
      background-color: rgba(13, 43, 63, 1);
      color: #d0d6e1;
      font-size: 14px;
      line-height: 1.6;
    }

    /* Top Navigation */
    .footer-top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 30px 8%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      background-color: rgba(17, 58, 85, 1);
    }

    .footer-nav {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .footer-nav a {
      color: #ffffff;
      text-decoration: none;
      font-weight: 500;
      font-size: 15px;
      transition: color 0.3s;
    }

    .footer-nav a:hover {
      color: #6da9ff;
    }

    .footer-links {
      display: flex;
      gap: 15px;
    }

    .footer-links a {
      color: #ffffff;
      text-decoration: none;
      font-size: 15px;
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      padding-left: 10px;
    }

    .footer-links a:first-child {
      border-left: none;
      padding-left: 0;
    }

    /* Risk and Regulatory Info */
    .footer-info {
      padding: 30px 8% 40px;
    }

    .footer-info h4 {
      color: rgba(143, 175, 196, 1);
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .footer-info p {
      color: #c7d0db;
      font-size: 13px;
      margin-bottom: 20px;
      text-align: justify;
    }

    @media (max-width: 768px) {
      .footer-top {
        flex-direction: column;
        gap: 10px;
        text-align: center;
      }

      .footer-nav {
        justify-content: center;
      }

      .footer-links {
        justify-content: center;
      }

      .footer-info {
        padding: 30px 5%;
      }
    }

    @media(max-width: 767px)
    {
      .logo img {
    height: 23px;
}
.phone-number img {
    width: 16px;
    top: 3px;
}
.hero-band {
    padding: 33px 0;
}
.topphone small {
    font-size: 9px;
}
.phone-number {
    font-size: 12px;
}
      .topnav {
    display: none
;
    gap: 8px;
      }
      .topline-inner {
    display: flex
;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
}
      .topnav a {
    font-size: 10px;
      }
      .topphone {
    text-align: right;
}
.bond-btns{ width: auto; grid-template-columns: auto;
        gap: 10px;}
.discover-form {
    gap: 12px;
    align-items: center;
    margin: 0;
}
.step span {
    font-size: 10px;
}
.step p {
    font-size: 8px;
    line-height: 9px;
    font-weight: normal;
    color: rgba(52, 76, 92, 1);
    padding: 0 8px;
}
    .step {
        width: 130px;
        height: 130px;
    }
    .cards-container {
    grid-template-columns: 1fr; /* one column on small screens */
    gap: 56px;
    margin-top: 56px;
  }
  .faq-image {
    flex: 1 1 300px;
    text-align: center;
    flex: 0;
}
.contact-info-section {
    flex: 1 1 350px;
    max-width: 500px;
    flex: 0;
}
    }

    /* table css start */
    .comparison-section {
  background-color: rgba(75, 92, 112, 1);
  border-radius: 15px;
  padding: 15px;
  width: 100%;
  max-width: 950px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
}

.comparison-section h2 {
  text-align: center;
  font-size: 22px !important;
  color: #ffffff !important;
  border-bottom: 2px solid #1f3e5c;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

thead th {
  background-color: #0e223c;
  color: #fff;
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #1f3e5c;
}

tbody td {
  padding: 14px 10px;
  border-bottom: 1px solid #1f3e5c;
  color: #d9e3f0;
}

tbody td:first-child {
  text-align: left;
  color: #ffffff;
  font-size: 15px;
}
tr{
  background-color: rgba(11, 42, 81, 1);
}
tr:nth-child(2n) {
    background: rgba(29, 62, 103, 1);
}
/* ✅ Green arrow (tick) */
.yes {
  background-image: url('../img/yes.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

/* ❌ Red cross */
.no {
  background-image: url('../img/no.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
.why-grid-cards a.btn.btn-accent.small {
    margin-top: 10px;
}
@media (max-width: 700px) {
  /* table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  } */

  /* thead {
    display: none;
  } */

  tbody td {
    text-align: left;
    padding: 12px 0;
  }

  tbody td:first-child {
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px; font-size: 13px;
  }
  thead th {
    background-color: #0e223c;
    color: #fff;
    padding: 12px 10px;
    font-size: 13px;
  }

  .yes, .no {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    border: 0;
  }
  tr {
    padding-bottom: 10px;
}
}
@media(max-width:767px)
{
  
  .comparison-section h2{text-align: left;}
}