  section.call_to_action {
    padding: 30px 0;
}

section.call_to_action .quote-box h2 {
    font-size: 20px;
    line-height: 30px;
}
section.call_to_action .quote-box p {
    line-height: 30px;
}
    

       section.call_to_action .quote-box {
    background: linear-gradient(135deg, #0f4c81 0%, #133a5c 100%);
    color: #fff;
    padding: 36px;
    border-radius: 22px;
}

 section.call_to_action .quote-box  .quote-box h2,  section.call_to_action .quote-box  .quote-box p {
    color: #fff;
}

 section.call_to_action .quote-box  .cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

 section.call_to_action .wrap {
    width: min(calc(100% - 2rem), 1140px);
    margin: 0 auto;
}

section.call_to_action .quote-box  .btn-primary {
    background: #595959 !important;
    color: #fff !important;
}

section.call_to_action .quote-box  .btn {
    display: inline-block;
    padding: 14px 20px;
    font-weight: 700;
    height: auto;
    color: #fff !important;
    transition: 0.2s ease;
    margin-bottom: 5px;
}

 section.call_to_action .quote-box  .btn-secondary {
    border: 1px solid #595959 !important;
    color: #fff !important;
}

section.call_to_action .quote-box  .btn-secondary:hover {
  background: #595959 !important;
    color: #fff !important;
}

 section.call_to_action .quote-box  .quote-box .cta-note {
    color: rgba(255,255,255,0.88) !important;
}



.mirage-section {
  background: #eef2f5;
  padding: 30px 20px;
  font-family: Arial, sans-serif;
}


 .mirage-section .container {
  max-width: 1200px;
  margin: 0 auto;
}


 .section-header {
  margin-bottom: 40px;
}

 .section-header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0b1f33;
  text-align: center;
  margin-bottom: 10px;
}

 .section-header p {
  font-size: 20px;
  color: #5c6b7a;
  text-align: center;
}


 .features-grid {
  display: grid;
  
  gap: 25px;
}

.col-1 {
    grid-template-columns: repeat(1, 1fr);
}

.col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.col-4 {
    grid-template-columns: repeat(4, 1fr);
}


 .feature-card {
  background: #ffffff;
  padding: 28px 32px;
  border-radius: 18px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.feature-card h5 {
    font-size: 20px;
  color: #0b1f33;
  
    font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}


.feature-card a h5 {
    border-bottom: 2px solid;
    width: fit-content;
    
}

 .feature-card  p.small {
    font-size: 18px;
    color: #52606d;
}

 .feature-card ul {
  list-style: none;
  padding: 0;
      columns: 1;
  margin: 0;
}

 .feature-card li,
 .guides_main_detils ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #0b1f33;
  text-align: left;
  line-height: 1.5;
}


 .feature-card li::before,
 .guides_main_detils ul li:before{
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2a7be4;
  font-size: 16px;
  font-weight: bold;
}





@media (max-width: 992px) {
   .section-header h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .col-3, .col-2, .col-1 , .col-4 {
    grid-template-columns: 1fr;
  }

  .mirage-section {
    padding: 40px 15px;
  }

   .section-header h2 {
    font-size: 22px;
  }

   .section-header p {
    font-size: 14px;
  }

   .feature-card {
    padding: 22px;
  }

  .feature-card li {
    font-size: 14px;
  }
  
  .guides_main_section .half-content  {
    width: 100% !important;
    padding: 0 !important;
}
}



.guides_main_section  .feature-card h5 {
    margin-bottom: 20px;
}


.guides_main_section .half-content.features-main {
    padding: 30px;
    width: 60%;
}

.guides_main_section .half-content {
    width: 35%;
    padding: 30px;    
}

.full-content {
     width: 100%;
}

.callout {
    padding: 1rem 1rem 1.05rem;
    background: #EEF2F5;
    border-color: #EEF2F5;
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(15,23,42,.08);
}


 @media (min-width: 1025px) {
           .section.mirage {
                height: 500px;
           }

        }
        
        @media (min-width: 1600px) {
           .section.mirage {
                height: 70vh;
           }

        }
        
        
        
        .hero_main ul {
    margin: 0 0 18px 1.2rem;
    padding: 0;
    columns: 1;
    column-gap: 28px;
    max-width: 760px;
}


.hero_main li {
    margin: 0 0 8px;
    break-inside: avoid;
}

@media (max-width: 900px) {
    .hero_main ul {
        columns: 1;
    }
}


@media only screen and (min-width: 1280px) and (max-height: 664px) {
    .container {
         padding: 20px 0 !important;
    }
}


.text-black {
    color: #000 !important;
}


.ips-section {
  padding: 40px 0;
  background: #fff;
}

.ips-container {
  max-width: 1200px;
    margin: 0 auto;
}


.ips-table-wrapper {
  overflow-x: auto;
}


.ips-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #dcdcdc;
}


.ips-table thead {
  background: #e9ecef;
}

.ips-table th {
  text-align: left;
  padding: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

.ips-table td {
  padding: 14px;
  border-bottom: 1px solid #e5e5e5;
  color: #333;
}


.ips-table tr:last-child td {
  border-bottom: none;
}


.ips-table tbody tr:hover {
  background: #f9f9f9;
}


@media (max-width: 768px) {
  .ips-container {
    padding: 15px;
  }

  .ips-container h2 {
    font-size: 20px;
  }

  .ips-desc {
    font-size: 14px;
  }

  .ips-table th,
  .ips-table td {
    padding: 10px;
    font-size: 13px;
  }
}