.hp_spacing {
  letter-spacing: normal !important;
  margin-bottom: 15px;
}

.skinny-link {
  color: #333;
  text-decoration: underline;
}

/* Content container*/
.content-container-header {
  font-weight: bold;
  font-size: 14px;
  font-family: "proxima-nova", sans-serif;
}

/* Content container*/
.content-container-sub {
  font-weight: bold;
  font-size: 12px;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
}

/* Content container*/
.content-container-copy {
  font-size: 11px;
  font-family: "proxima-nova", sans-serif;
  margin: 0;
}

.heromod-EU-font {
  font-size: 38px !important;
}

.service-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-offerings {
    background-color: #f4f4f4;
    padding: 20px;
    text-align: center;
}

.services-description {
    max-width: 702px;
    color: #333;
    margin: 0 auto 0 auto; /* Centered and with bottom margin */
    text-align: center;
}

.service-offerings h2 {
    margin-bottom: 10px;
    font-size: 42px;
    font-family: "futura-pt", sans-serif;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 58px;
    word-wrap: break-word;
}

.service-offerings h3 {
    font-size: 22px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 36px;
    word-wrap: break-word;
}

.service-offerings p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.services {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.service {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.icon--64 {
    height: 64px;
}

.margin--20px {
    margin-bottom: 20px;
    margin-top: 10px;
}

.service h2 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.service p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px;
}

button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}

.one-column-form {
    text-align: left !important;
}

.but-center-this {
    text-align: center !important;
}

.custom-quote-header {
    font-size: 42px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    line-height: 46px;
    word-wrap: break-word;
}

.formats-features {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}

.formats-features-header {
    font-size: 42px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    line-height: 58px;
    word-wrap: break-word;
    text-align: center;
    margin-bottom: 10px;
}

.formats-features-subheader {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.formats-features-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.formats-feature-item {
    flex: 1 1 30%;
    max-width: 30%;
    text-align: center;
}

.formats-feature-item img {
    width: 100%;
    max-width: 339px;
    height: auto;
    margin: 0 auto 15px;
}

.formats-feature-title {
    font-size: 22px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 36px;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.formats-feature-description {
    text-align: left;
    list-style-type: disc;
    color: #333;
    padding-left: 20px;
}

.LOS-items {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.LOS-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.LOS-item::before {
    content: '✔';
    font-size: 1.2rem;
    color: black;
}

@media (max-width: 600px) {
    .LOS-items {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .formats-features-container {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .formats-feature-item {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .formats-feature-description {
        margin-bottom: 40px;
    }

    .formats-feature-item img {
        max-width: 100%;
    }

    .formats-features-header,
    .custom-quote-header,
    .service-offerings h2,
    .other-services h2 {
        font-size: 32px;
        font-family: "futura-pt", sans-serif;
        font-weight: 700;
        color: #333;
        text-transform: uppercase;
        line-height: 42px;
        word-wrap: break-word;
        text-align: center;
    }

    .service-offerings p {
        font-size: 18px;
    }

    .other-services-header h2 {
        line-height: 48px;
    }

    .service-text h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .margin-top--30px {
        margin-top: 0px;
    }
}


/* Responsive styles for mobile layout */
@media (max-width: 768px) {
  .draft-slide {
    flex-direction: column; /* Stack the containers vertically */
    padding: 20px; /* Reduce padding for mobile */
  }

  .draft-image-container {
    width: 100%; /* Full width for mobile */
    height: auto; /* Let the height adjust automatically */
    margin-bottom: 20px; /* Add some space below the image */
  }

  .draft-image-container img {
    width: 100%; /* Full width for mobile */
    height: auto; /* Let the height adjust automatically */
  }

  .draft-text-container {
    width: 100%; /* Full width for mobile */
    margin-right: 0; /* Remove the margin for mobile */
  }
}


/* Mobile Styles */
@media (max-width: 768px) {
    .services {
        flex-direction: column;
    }

    .service {
        margin: 0 0 20px 0;
    }
}


@media screen and (min-width: 600px) {
  .heromod-desktop-hide {
    display: none; /* Hide elements when screen size is 600 pixels or more */
  }
  .marg20hp {
    margin-right:20%;
  }
  .margleft10hp {
    margin-left:10%;
  }
  .heromod-desktop-font {
    font-weight: 400!important;
  }
  .hero-mod-mt-12{
    margin-top: 12px!important;
  }
  .desktop-pr-4 {
  padding-right: 4rem; 
}
}

@media screen and (max-width: 600px) {
  .heromod-mobile-bf-font {
    font-size: 28px !important;
    font-weight: 400!important;
  }
  .heromod-EU-font {
    font-size: 28px !important;
  }
  .heromod-mobile-font {
    font-size: 32px !important;
  }
  .heromod-mobile-hide {
    display: none; /* Hide elements when screen size is 600 pixels or less */
  }
  .heromod-desktop-hide {
    display: block; /* show elements when screen size is 600 pixels or less */
  }
  .box-mobile-only-row {
    height: 680px!important;
  }
  .box-mobile-only {
    height: 600px!important;
  }
  .dynamic-content__box_overide_hero {
    overflow: visible;
    height: auto;
    min-height: 700px;
    padding: 40px 19px 0;
    display: block;
    text-align: center;
  }
}

.bug-container {
    position: relative;
    width: 1440px;
    height: 300px;
    background-color: #f0f0f0;
    margin: 20px;
    border: 1px solid #ccc;
}

.bug-cta-link {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 10;
}


.bug-cta-button {
    width: 140px;
    height: 70px;
    background-color: black;
    color: white;
    text-align: center;
    line-height: 70px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.bug-cta-button:hover {
    background-color: white;
    color: black;
}

.other-services {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
    font-family: "futura-pt", sans-serif;
    color: #333;
}

.other-services-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 42px;
    font-family: "futura-pt", sans-serif;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 58px;
    word-wrap: break-word;
}

.other-services-description {
    max-width: 660px;
    margin: 0 auto 40px auto; /* Centered and with bottom margin */
    text-align: center;
    color: #333;
}

.service-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.service-image-container {
    flex: 0 0 421px;
    margin-left: 42px;
    margin-right: 100px;
    margin-bottom: 99px;
}

.service-image {
    width: 100%;
    height: auto;
}

.service-text {
    flex: 1;
    color: #333;
    margin-left: 100px;
    margin-right: 42px;
}

.service-subheader {
    font-size: 34px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 36px;
    word-wrap: break-word;
    margin-bottom: 10px;
}

.service-description {
    margin-bottom: 20px;
    color: #333;
}


/* Mobile styles */
@media (max-width: 768px) {
    .service-container {
        flex-direction: column;
        text-align: center;
    }

    .service-image-container {
        flex: 0;
        order: -1; /* Moves the image container above the text */
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .service-text {
        margin-right: 0;
        margin-left: 0;
    }
    #mobile-carousel-module {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        width: 100%; /* Ensure it takes full width */
    }

    .full-viewport-height {
        height: 100vh; /* Fallback for browsers that don't support JS */
    }
}

#mobile-carousel-module {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* You can adjust this if necessary */
    width: 100%; /* Ensure it takes full width */
}

.mobile-only-carousel-container {
    width: 375px;
    overflow: hidden;
    position: relative;
}

.mobile-only-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.mobile-only-carousel-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
}

.mobile-only-carousel-slide img {
    width: 355px; /* Exact width of the image */
    height: 194px;
    display: block;
    margin: 0 auto;
}

.mobile-only-text-container {
    width: 355px; /* Match the exact width of the image */
    height: 432px;
    background-color: #e6f4d7; /* Default for Slide 1 */
    padding: 20px;
    box-sizing: border-box; /* Include padding in the width calculation */
    margin-top: 0; /* Remove space between image and text container */
    margin-left: auto;
    margin-right: auto;
}

.mobile-only-text-container.slide-2 {
    background-color: #E2E2F1; /* Background color for Slide 2 */
}

.mobile-only-text-container.slide-3 {
    background-color: #FDF2AF; /* Background color for Slide 3 */
}

.mobile-only-text-container h2 {
    font-size: 22px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    line-height: 32px;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.mobile-only-text-container h3 {
    font-size: 16px;
    font-family: "Proxima Nova", sans-serif;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.mobile-only-carousel-indicators {
    text-align: center;
    margin-top: 10px; /* Add space between text container and indicators */
    width: 100%;
}

.mobile-only-dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.mobile-only-dot.active {
    background-color: #333;
}


/* Increase the height of the textarea for the specific helpful_info field and align text to the top */
textarea[id="ticket[helpful_info]"] {
  height: 200px; /* Adjust the height as needed */
  padding: 10px; /* Adjust the padding as needed */
  line-height: normal; /* Ensure normal line-height */
  box-sizing: border-box; /* Ensure padding is included in height */
  width: 100%; /* Optional: ensure the textarea takes the full width of its container */
  resize: vertical; /* Optional: allow users to resize the textarea vertically */
}

/* Center the thanks text and position it beneath the CTA button */
.js-thanks {
  text-align: center; /* Center the text horizontally */
  margin-top: 20px; /* Add some space above the thanks text */
  display: none; /* Hide initially, show when needed */
  width: 100%; /* Ensure it takes the full width */
}

/* Show the thanks text when needed */
.js-thanks.show {
  display: block;
}
