@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500&amp;display=swap');

.globe-image {
  width: 89%;
  height: auto;
 
  max-width: 100%; /* ensure no cap on width */

  /* Optional if you want to prevent stretching on small screens */
}

.pd-newswire {
  border-top: 1px solid #000;
}

.pd-newswire .row {
  overflow: hidden;
  position: relative; /* Needed if you plan to use absolute positioning */
}

@media (min-width: 1400px) {
  .pd-newswire .row {
    align-items: stretch;
    min-height: 100%; /* allows children to stretch */
  }

  .pd-newswire .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .pd-newswire .globe-image {
    max-height: 600px;
    object-fit: contain;
  }
}
.pd-newswire{
  padding-top:2rem !important;
}
.how-it-works-title {
  position: relative;
  padding-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 480!important;
  letter-spacing: -0.1px;
  font-size:2.5rem;
}

.how-it-works-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 60px; /* adjust as needed */
  background-color: #00A469;
  border-radius: 2px;
}
  .newswire-green{
    background: #00A469;
  background-size: 100%;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
  }
  .newswire-title{
    text-transform: none;
    letter-spacing: 0.2px;
    /*word-spacing: 10px;*/
  }
  .newswire-no-cap{
    text-transform: none!important;
  }
  .fw-bold-newswire{
    font-family: 'Work Sans', sans-serif;
    line-height: 20px;    
    text-align: center;
  }
  a.btn.btn-newswire{
    background-color:#00A469;
    color:#fff;
    border:solid 1px #00A469!important;
    border-radius: 50px!important;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
  }
 a.btn.btn-newswire:hover{
    border:solid 1px #00A469!important;
    color:#00A469;
    background-color: #fff!important;
  }
  a.btn.btn-newswire:active,
  a.btn.btn-newswire:focus,
  a.btn.newswire-get-started:active,
  a.btn.newswire-get-started:focus{
    color:#00A469;
    background-color: #fff!important;
  }
a.btn.btn-newswire:visited:not(:hover),
a.btn.btn-newswire:focus:not(:hover),
a.btn.btn-newswire:active:not(:hover) {
  background-color: #00A469 !important;
  color: #fff !important;
  border: solid 1px #00A469 !important;
  text-decoration: none;
  outline: none;
}
  a.btn.btn-newswire-2{
    color:#00A469;
    background-color:#fff;
    border:solid 1px #00A469!important;
    border-radius: 50px!important;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
  }
  a.btn.btn-newswire-2:hover{
    border:solid 1px #00A469!important;
    color:#fff;
    background: #00A469!important;
  }
a.btn.btn-newswire-2:visited:not(:hover),
a.btn.btn-newswire-2:focus:not(:hover),
a.btn.btn-newswire-2:active:not(:hover) {
  background-color: #fff !important;
  color: #00A469 !important;
  border: solid 1px #00A469 !important;
  text-decoration: none;
  outline: none;
}

  .notice-text {
   /* border: 2px dotted #888; */ /* or use the exact color from Figma */
    /*padding: 0.75rem 1rem;*/
    border-radius: 6px;       /* optional: round the corners */
    font-size: 0.875rem;      /* slightly smaller font like <small> */
    color: #6c757d;           /* Bootstrap’s text-muted */
    margin-top: 1rem;
    display: inline-block;    /* keeps padding & border tight */
    margin-bottom:2rem;
  }
  .step-circle {
    width: 32px;
    height: 32px;
    border: 1px solid #00A469;
    color: #00A469;
    border-radius: 50%;
    font-size: 19px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .step-item {
    min-height: 100%;
  }
  .no-pb {
    padding-bottom: 0 !important;
  }
  .bg-light-blue {
    background-color: #F5FCFF;
  }
  
  .dashboard-img {
    max-width: 100%;
    height: auto;
  }
  
  .underline-green {
    position: relative;
    display: block;
  }
  
  .underline-green::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 88px; /* Adjust this value to cover half of the word */
    border-bottom: 4px solid #00A469;
    border-radius:2px;
  }

  @media (max-width: 768px) {
    .underline-green::after {
      right: 0;
      margin: auto;
      width: 60px;
    }
  }
  
  .feature-block {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
  }
  
  .icon-check {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
  }
  .volume-discount {
    background-color: #EEEEEE;
  }
  
  .subtext {
    max-width: 620px;
    margin: 0 auto;
    font-size: 1rem;
  }
  
  .pricing-card {
    background-color: #fff;
    border: 1px solid #86878A;
    border-radius: 16px;
    padding: 1rem 1.5rem;
    min-height: 200px;
    box-shadow: none;
    position: relative;
    overflow: hidden;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
  }

  .pricing-card .subtitle{
    color: #00A469 !important;
  }
  
  /* Clean triangle ribbon in top-right */
  .ribbon {
    width: 100px;
    height: 100px;
    background: linear-gradient(110.77deg, #53ADA1, #04A469, #60AA55);
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
  }
  
  .ribbon span {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.1;
    margin-right: 2px;
    margin-top: 4px;
  }
  
  .ribbon span small {
    font-size: 0.8rem;
    line-height: 1;
    margin-bottom: 0;
  }
  
  .ribbon span strong {
    font-size: 1.1rem;
    line-height: 1;
  }
  
  /* Typography */
  .card-title {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000;
    margin: 0 0 0 0;
    font-family: 'Work Sans', sans-serif;
  }
  
  .price {
    font-size: 3.75rem !important;
    font-weight: 600 !important;
    color: #434445;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
  }
  
  .per-release {
    font-size: 2rem;
    font-weight: 500;
    color: #434445;
    font-family: 'Work Sans', sans-serif;
  }
  
  .note {
    font-size: 1rem;
    color: #888;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
  }
  @media (min-width: 768px) and (max-width: 1023px) {
  .price,
  .per-release {
    font-size: 1.75rem; /* ~28px */
  }

  .note {
    font-size: 0.95rem;
  }
}

/* Large screens: desktops */
@media (min-width: 1024px) {
  .price,
  .per-release {
    font-size: 2.5rem; /* ~32px */
  }

  .note {
    font-size: 1rem;
  }
}
  /* Left-align text inside cards */
  .pricing-card.text-start * {
    text-align: left;
  }
  
  
  

  .section-icon {
    /*max-width: 100px;*/
    height: auto;
  }
  
  @media (min-width: 1400px) {
    .section-icon {
      max-width: 193px;
    }
  }
  
  @media (min-width: 992px) {
    .pd-newswire .text-md-end {
      padding-right: 0 !important;
    }
  }
  @media (min-width: 1400px) {
    .pd-newswire .col-md-6.text-md-end {
      padding-right: 0;
      margin-right: -30px; /* adjust if needed */
    }
  }
  @media (min-width: 1400px) {
    .pd-newswire .container-fluid {
      padding-right: 0;
      padding-left: 0;
    }
  }
  /*faq */
 /* FAQ + Contact Unified Style */
 .faq-section-wrapper {
    max-width: 560px; /* Reduced 20% from previous 540px */
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .faq-section-wrapper {
    box-sizing: border-box;
  }
  .faq-header {
    text-align: center;
    margin-bottom: 24px;
  }

  .faq-header h2 {
   /* font-weight: 700;*/
    margin-bottom: 8px;
  }

  .faq-header .line {
    width: 60px;
    height: 3px;
    background-color: #00A469;
    margin: 12px auto;
    border-radius: 2px;
  }

  .faq-box {
    border: none !important; /* Set your desired border */
    border-radius: 3px;
    box-shadow: none !important; /* Remove extra shadow if any */
    overflow: hidden;
  }
  .faq-box:hover{
    border: none !important;
  }
  /* Apply border to each accordion item */
.accordion-item {
  border: 1px solid #0710191A !important;
  /*margin-bottom: 16px;*/ /* Adds space between questions */
  border-radius: 8px;   /* Optional: smooth corners */
  overflow: hidden;
}
.accordion-item:hover {
  border: 1px solid #0710191A !important;
  background: none!important;
  border-radius: 3px;   /* Optional: smooth corners */
}
/* Ensure first item also has border on top */
.accordion-item:first-of-type {
  border-top: 1px solid #0710191A !important;
}

/* Remove bottom border from last item (optional if unwanted) */
.accordion-item:last-of-type {
  border-bottom: 1px solid #0710191A !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  mask-image: var(--bs-accordion-btn-active-icon);
  -webkit-mask-image: var(--bs-accordion-btn-active-icon);
  background-color: black; /* Changes icon color */
}
  .accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    color: #212529;
    box-shadow: none;
  }

  .accordion-button {
    border: none !important;
    box-shadow: none !important;
  }
  
  .accordion-button:focus {
    border: 1px solid #0710191A !important;
    box-shadow: none !important;
  }
  .accordion-button:hover{
    border: 1px solid #0710191A !important;
    background: none!important;
  }
  .accordion-body a {
    color: #00A469;
    text-decoration: underline;
  }

  .faq-contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border: 1px solid #dee2e6;
    background: #fff;
    border-radius: 6px;
  }

  .faq-contact-box p {
    margin-bottom: 0; /* remove default spacing */
    font-weight: 500;
  }

  .footer-gradient {
    z-index: 0; 
    height: 1100px; /* Adjust the height to make the gradient taller */
    background: linear-gradient(to top right, #00A469 80%, #FFDD00 20%);
    clip-path: polygon(0 80%, 100% 50%, 100% 100%, 0 100%); /* Adjust clip-path for the right side to be taller */
  }
  
  .footer-text a {
    color: #fff;
    text-decoration: underline;
  }

  .custom-footer {
    position: relative;
    z-index: 1; /* Ensure the footer has a lower z-index */
  }

  .faq-plane-img {
    position: absolute;
    top: 10%;
    left: 0; /* Ensure the image starts from the very left */
    width: 220px;
    z-index: 1;
    max-width: 100%;
    height: auto;
}

/* Responsive tweaks for smaller screens */
@media (max-width: 768px) {
    .faq-plane-img {
        top: -17px;
        left: -50px; /* Shift image further left */
        width: 160px;
    }
}

@media (max-width: 480px) {
    .faq-plane-img {
        top: -17px;
        left: -80px; /* Shift image further left on smaller screens */
        width: 160px;
    }
}

@media (min-width: 992px) {
    .faq-plane-img {
        top: 34px;
        left: -96px; /* Shift image slightly left */
        width: 421px;
    }
}
@media (min-width: 1800px) {
  .faq-plane-img {
    left: 0; /* or something small like 40px */
    width: 421px; /* or 25vw for dynamic scaling */
  }
}
@media (max-width: 576px) {
    .faq-section-wrapper {
        max-width: 90%;
    }

    .faq-plane-img {
        top: -17px;
        left: -20px; /* Shift image left for small screens */
        width: 160px;
    }
}
  .faq-box,
.faq-box:hover {
  border: none !important;
  border-radius: 3px;
  box-shadow: none !important;
}

/* Accordion item: fix hover shift by removing border-radius changes */
.accordion-item,
.accordion-item:hover {
  border: 1px solid #0710191A !important;
  margin-bottom: 16px;
  border-radius: 8px; /* Keep same radius for both */
  background: none !important;
  transition: none !important; /* Prevent smooth transitions that can cause jitter */
}
.no-mrg-btm:hover {
  margin-bottom: 0px!important;
  
}
/* Accordion button: no border/padding change on hover/focus */
.accordion-button,
.accordion-button:hover,
.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: none !important;
}
/* why choose section */
.newswire-image-wrap {
  position: relative;
  min-height: 400px; /* Base height */
}

/* Main monitor image */
.dashboard-img {
  position: relative;
  z-index: 4;
  max-width: 100%;
  height: auto;
}

/* Bottom-left background image */
.newswire-bg-img {
  position: absolute;
  bottom: -115px;
  left: -70px;
  width: 100%;
  z-index: 3;
}

/* Bottom-right popup screen image */
.newswire-pop-img {
  position: absolute;
  bottom: -70px!important;
  right: 57px!important; /* Shift it more to the left */
  width: 220px; /* Make it bigger */
  z-index: 5;
}
@media (min-width: 1400px) {
  .newswire-pop-img {
    bottom: -49px !important;
  }
}
/* Responsive styles */
@media (max-width: 1200px) {
  .newswire-bg-img {
    width: 100px;
  }
  .newswire-pop-img {
    width: 130px;
  }
}

@media (max-width: 992px) {
  .newswire-bg-img {
    width: 80px;
  }
  .newswire-pop-img {
    width: 110px;
  }
}

@media (max-width: 768px) {
  .newswire-image-wrap {
    min-height: 300px;
  }
  .newswire-bg-img {
    width: 60px;
  }
  .newswire-pop-img {
    width: 90px;
  }
}

@media (max-width: 576px) {
  .newswire-image-wrap {
    min-height: 250px;
  }
  .newswire-bg-img,
  .newswire-pop-img {
    display: none; /* Optional: Hide extra decor on small screens */
  }
}
.newswire-font{
  font-family: 'Work Sans', sans-serif;
}
.fw-bold-newswire{
  font-weight: 500 !important;
}
.no-mrg-btm{
  margin-bottom:0px;
}

a.btn.newswire-get-started{
  background-color:#00A469;
  color:#fff;
  border:solid 1px #fff !important;
  border-radius: 50px!important;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}
a.btn.newswire-get-started:hover{
  color:#00A469!important;
  background-color:#fff!important;
  border:solid 1px #00A469 !important;
  border-radius: 50px!important;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}
a.btn.newswire-get-started:visited:not(:hover),
a.btn.newswire-get-started:focus:not(:hover),
a.btn.newswire-get-started:active:not(:hover) {
  background-color: #00A469 !important;
  color: #fff !important;
  border: solid 1px #fff !important;
  text-decoration: none;
  outline: none;
}
.faq-box .accordion-item{
  font-family: 'Work Sans', sans-serif;
  background: #fff !important;
}
.faq-box .accordion-item button{
  font-weight:500!important;
}
.anchor_un{
  text-decoration: underline;
  color:#6c757d;
}
.anchor_un:hover{
  text-decoration: underline;
  color:#6c757d;
}
.pd-newswire p,small{
  font-family: 'Work Sans', sans-serif;
}
.section-how-it{
  font-family: 'Work Sans', sans-serif;
}
.post-release{
  color:#00A469!important;
  text-decoration: underline;
}
.post-release-p{
  font-weight: 500;
}
.volume-discount p{
  font-family: 'Work Sans', sans-serif;
}
.pd-newswire {
  overflow-x: hidden;
}
.newswire-title{
  font-family: 'Work Sans', sans-serif;
  font-weight: 700!important;
  font-size: 3.75rem;
}
.font-newswire{
  font-family: 'Work Sans', sans-serif;
}
.font-weight-why-chs{
  font-weight: 480!important;
  font-size: 2.5rem;
}
.why_choose_container{
  min-height:729px;
}
/* globe issue */
.globe-wrapper {
  position: relative;
}

@media (max-width: 768px) {
  .globe-wrapper {
      padding-bottom: 100%;
  }

  .globe-wrapper .globe-image{
    position: absolute;
    height: auto;
    right:-13px;
    width: 100%;
  }
}

/* Globe wrapper fills right screen space */
@media (min-width: 1400px) {
  .pd-newswire .globe-wrapper {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important; /* Vertical centering */
    z-index: 1 !important;
    pointer-events: none !important;
  }

  .pd-newswire .globe-image {
    max-height: 538px !important;
    width: auto !important;
    height: auto !important;
   /* transform: translateX(100px) !important;*/
    object-fit: contain !important;
    display: block !important;
  }

  .pd-newswire .col-md-6.text-md-start {
    position: relative !important;
    z-index: 2 !important;
    background-color: white !important;
  }
}
@media (min-width: 1400px) {
  .pd-newswire .globe-wrapper {
    align-self: center !important;
  }
}
.how-works{
  font-size:1rem!important;
}
.how-works-title{
  font-size:1.25rem;
}
.why_sub{
  font-size:1.25rem;
}

.ready-title.green-stroke{
  -webkit-text-stroke: 4px #01a469;
  paint-order: stroke fill;
}

@media (min-width: 768px) {
  .ready-title {
    font-size: 2.5rem;
  }

  .post-more-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .post-more-title {
    font-size: 3rem; 
  }
}

/* Newswire Pricing Features List */
.features-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}

.features-list li {
  position: relative !important;
  padding-left: 25px !important;
  margin-bottom: 8px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #666 !important;
  list-style: none !important;
  font-family: 'Work Sans', sans-serif;
}

.features-list li:before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #fff !important;
  border-radius: 2px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E") !important;
  background-size: 20px 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}