/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans',sans-serif;
    line-height: 1.6;
    color: #15233b;
    background-color: #f7fbff;
}
/* loader*/
.loader {
    font-size: 16px;
    color: #007bff;
    font-weight: bold;
    animation: blink 1s infinite;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}
.container {
    padding: 64px 180px;
}

.section-top-p-0 {
    padding-top: 0 !important;
}

button.cta-section-button.btn.btn-white:focus{
background-color: white;
color: #0082f8;
}

img {
    max-width: 100%;
    height: auto;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
    font-weight: 700;
    line-height: 1.2;
}

p {
    color: #475467;
}

.text-primary {
    color: #0082f8;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background-color: #0082f8;
    color: white;
}

.btn-primary:hover {
    background-color: #0072e0;
}

.btn-white {
    background-color: white;
    color: #0082f8;
}

.btn-white:hover {
    background-color: #f7fbff;
    color: #0082f8;
}

.btn-full {
    width: 100%;
    padding: 12px 20px;
}


.btn-gradian { 
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: linear-gradient(91deg, #0082F8 17.17%, #61B0F7 83.49%);
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
}
.btn-gradian:disabled{
    background: #0082F8;
    opacity: 0.5;
}
/* Header */
.header {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
}

.mobile-pera{
    display: none;
}

.logo img {
    margin-right: 10px;
}

.logo-text {
    font-size: 18px;
    font-weight: 500;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-tagline {
    margin: 0;
    font-size: 14px;
    color: #475467;
}

/* Hero Section */
.hero {
    padding: 60px 0;
    background-image: url('../img/hero-banner.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero-banner{
    width: 100%
}

.hero-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    align-self: stretch;
}

.hero-content {
    flex: 1;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-image img{
    max-width: 560px;
    width: 100%;
}
.hero-image-mobile{
    display: none;
}

.hero-title {
    color: #15233B;
    font-family: "Open Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 60px */
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.hero-title-span {
    color: #15233B;
}

/* Feature List */
.feature-list {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    align-self: stretch;
}

.check-icon {
    width: 24px;
    height: auto;
}

.feature-list-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-item p {
    margin: 0;
    font-size: 16px;
}

.check-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 3px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="%230082f8" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Upload Card */
.upload-card {
    background-color: white;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}
.upload-card h2 {
    color: #15233B;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
}

.upload-card p{
    color: #3D3D3D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 148%
}

.upload-card .upload-subtitle {
    color: var(--On-Background-03, #3D3D3D);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    margin-bottom: 24px;
}

.upload-area {
    display: flex;
    height: 76px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px dashed #C2C2C2;
    align-self: stretch;
    margin-bottom: 34px;
    cursor: pointer;
}

.upload-area-text {
    margin-bottom: 0;
}

.upload-area span {
    color: #A4A4A4;
    font-weight: 600;
}

.upload-area:hover {
    background-color: #f0f9ff;
}

p.upload-note {
    color: #546279;
    text-align: center;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    margin-top: 16px;
}

.upload-note span {
    color: #546279;
    text-align: center;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 148%;
}

.upload-file-name {
    display: none;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    margin-bottom: 24px;
}
.upload-file-name  p {
    margin: 0;
    display: flex;
    gap: 5px;
    align-items: center;
}

.upload-file-name.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
} 

#uploadFileNameText {
    color: #3D3D3D;
    font-weight: 400;
    font-size: 14px;
    line-height: 148%;
    letter-spacing: 0%;
}

#upload-file-remove {
    cursor: pointer;
}

.upload-message {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Ratings */
.ratings {
    display: flex;
    justify-content: start;
    gap: 20px;
    margin-top: 30px;
}

.rating-item {
    display: flex;
    align-items: center;
}

.rating-item img {
    margin-right: 5px;
}

.rating-item span {
    font-size: 14px;
    font-weight: 500;
}

.rating-item {
    max-width: 70%;
}

.rating-item img {
    max-width: 100%;
}
/* Features Section */
.features {
    padding: 60px 0;
}

.title-wrapper {
    max-width: 901px;
    margin: 0 auto;
    margin-bottom: 64px;
}

.section-title {
    color: #15233B;
    text-align: center;
    font-family: "Open Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}

.section-subtitle {
    color: #546279;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

/* Grid Layout */
.feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 64px;
    width: 100%;
}

/* Slider Layout */
.feature-cards-slider {
    display: none;
    width: 100%;
}

.feature-swiper {
    width: 100%;
}

.swiper-pagination {
    position: relative;
    margin-top: 4px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #0082f8;
    opacity: 0.5;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.feature-card {
    background-color: white;
    border-radius: 8px;
    padding: 38px 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
    border-radius: 12px;
    background: linear-gradient(39deg, #F6FBFF -18.6%, #BADDFD 91.88%);
}

.feature-card-image {
    display: flex;
    max-width: 235px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    margin: 0 auto 28px auto;
    overflow: hidden;
}

.feature-card-image img {
    width: 100%;
    height: auto;
}

.feature-card h3 {
    color: #15233B;
    text-align: center;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.feature-card p {
    color: #546279;
    text-align: center;
    font-family: Lato;
    font-size: 18.693px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

/* CTA Section */

.cta-container {
    border-radius: 12px;
    padding: 64px;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
    background: linear-gradient(91deg, #0082F8 17.17%, #61B0F7 83.49%);
}


.cta-content {
    max-width: 912px;
}

.cta-image img { 
    width: 100%;
    height: 100%;
}

.cta-image { 
    max-width: 361px;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
}

.cta-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
}

.cta-title {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 32px;
}

.cta-title span {
    font-weight: 700;
}

.cta-section-button {
    padding: 14px 28px;
    color: #0182F8;
    text-align: center;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    box-shadow: 0px 0px 21.7px 0px rgba(255, 255, 255, 0.65);
}

.cta-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* FAQ Section */
.faq {
    padding-top: 32px;
}

.faq-list {
    max-width: 1072px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e5e5e3;
    margin-bottom: 15px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    cursor: pointer;
}

.faq-question h3 {
    color: #101828;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

/* Icon container */
.faq-question .icon-container {
    position: relative;
    width: 24px;
    height: 24px;
}

/* Icon styling */
.faq-question .plus-icon,
.faq-question .minus-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transition: opacity 0.3s ease;
}

.swiper-wrapper{
    padding-bottom: 40px;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 13px;
  height: 3px;
  border-radius: 4px;
  background-color: #c2dbf7; /* light blue for inactive */
  opacity: 1;
  transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
  background-color: #4285f4; /* solid blue for active */
}


/* Default state: show plus, hide minus */
.faq-question .plus-icon {
    opacity: 1;
    display: block;
}

.faq-question .minus-icon {
    opacity: 0;
    display: none;
}

/* Active state: hide plus, show minus */
.faq-item.active .faq-question .plus-icon {
    opacity: 0;
    display: none;
}

.faq-item.active .faq-question .minus-icon {
    opacity: 1;
    display: block;
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    will-change: max-height;
}

.faq-answer p {
    color: #475467;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 15px 0;
    margin: 0;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.faq-item.active .faq-answer {
    max-height: 500px; /* Adjust based on your content */
    padding-bottom: 10px;
    transition: max-height 0.5s ease-in, padding 0.3s ease-in;
}

.faq-item.active .faq-answer p {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.2s;
}

/* Footer */
.footer {
    background-color: #e5f3ff;
    padding: 30px 0;
    text-align: center;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*loader css */
/* Overlay and loader styles */
#form-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Semi-transparent grey */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top */
}

/* Loader animation and styling */
.loader-gql-form {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0073e6;
    border-radius: 50%;
    width: 48px; /* Adjusted size */
    height: 48px; /* Adjusted size */
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

  

/* Responsive Styles */
@media (max-width: 1440px) {
    .container {
        padding: 40px 100px;
    }
    .cta-content{
        max-width: 700px;
    }
    
    .hero-title {
        font-size: 38px;
        letter-spacing: -0.76px;
        line-height: 120%;
    }
    
    .section-title {
        font-size: 28px;
        letter-spacing: -0.56px;
        margin-bottom: 12px;
    }
    
    .section-subtitle {
        font-size: 16px;
        line-height: 140%;
    }
    
    .feature-card h3 {
        font-size: 15px;
    }
    
    .feature-card p {
        font-size: 14px;
        line-height: 140%;
    }
    
    .cta-title {
        font-size: 24px;
        line-height: 30px;
    }
    
    .cta-subtitle {
        font-size: 16px;
    }
    
    .faq-question h3 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .faq-answer p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .btn {
        padding: 7px 14px;
        font-size: 14px;
    }
    
    .btn-gradian {
        padding: 16px 24px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .cta-section-button {
        padding: 10px 20px;
        font-size: 15px;
    }
    
    .upload-card h2 {
        font-size: 16px;
    }
    
    .upload-subtitle {
        font-size: 12px;
    }
    
    .upload-note {
        font-size: 11px;
    }
    
    .feature-item p {
        font-size: 13px;
    }
    
    .feature-list {
        gap: 16px;
    }
    
    .feature-list-wrapper {
        gap: 12px;
    }
    
    .feature-item {
        gap: 8px;
    }
    
    .upload-card {
        padding: 24px;
        margin-bottom: 24px;
    }
    
    .upload-area {
        height: 64px;
        margin-bottom: 24px;
    }
    
    .title-wrapper {
        margin-bottom: 48px;
    }
    
    .feature-cards-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
    
    .feature-card {
        padding: 30px 24px;
    }
    
    .feature-card-image {
        margin-bottom: 20px;
    }
    
    .feature-card h3 {
        font-size: 16px;
    }
    
    .feature-card p {
        font-size: 14px;
        line-height: 140%;
    }
    
    .cta-container {
        padding: 48px;
        gap: 30px;
    }
    
    .faq-item {
        margin-bottom: 12px;
    }
    
    .faq-question {
        padding: 12px 0;
    }
    
    .faq-answer {
        padding-bottom: 12px;
    }
}
@media (max-width: 992px) {
    .container {
        padding: 36px 80px;
    }
    
    .hero-container {
        flex-direction: column;
        gap: 60px;
    }
    
    .hero-image {
        order: -1;
        max-width: 500px;
        width: 100%;
    }
    
    .cta-container {
        flex-direction: column;
        padding: 40px;
    }
    
    .feature-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 375px) {
    .container {
        padding: 24px 16px;
    }

    .hero-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        text-align: center;
    }

    .hero-title-span {
        font-size: 16px;
        letter-spacing: -0.32px;
    }
}

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

    .hero-container {
        gap: 25px;
    }
    
    .header-tagline {
        display: none;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .feature-cards-grid {
        display: none;
    }
    
    .feature-cards-slider {
        display: block;
    }
    
    .swiper-slide {
        height: auto;
    }
    
    .ratings {
        flex-wrap: wrap;
        gap: 16px;
    }

    .hero-image img{
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .btn-gradian {
        font-weight: 600;
        font-size: 12px;
        line-height: 148%;
        padding: 8px 16px;
    }
    .mobile-pera {
        display: block;
        text-align: center;
        color: #546279;
        font-size: 13px;
        font-weight: 400;
        line-height: 148%; 
        margin-bottom: 24px;
    }

    .cta-container {
        flex-direction: column-reverse;
    }

    .cta-content{
        text-align: center;
    }

    .upload-card h2 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .upload-subtitle {
        font-size: 13px;
    }

    .upload-area p{
        font-size: 9px;
    }

    .feature-list {
        display: none;
    }

    .hero {
        padding: 24px 0;
    }

    .p-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .upload-card {
        margin-bottom: 16px;
    }

    .hero-image {
        max-width: 300px;
        width: 100%;
    }
    .hero-image-desktop{
        display: none;
    }

    .hero-image-mobile{
        display: block;
    }

    .hero-title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 16px;
    }

    .container {
        padding: 24px 16px;
    }

    .title-wrapper {
        margin-bottom: 20px;
    }

    .cta-subtitle {
        font-size: 13px;
        color: #fff;
        margin-bottom: 10px;
    }

    .header-container {
        flex-direction: column;
        gap: 12px;
    }

   .faq-question  .icon-container {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
    }

    .hero {
        padding: 32px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 13px;
    }

    .cta-container {
        padding: 24px 16px;
    }

    .cta-title {
        font-size: 16px;
        line-height: 20px;
    }

    .cta-section-button{
        font-size: 13px;
    }
    
    .feature-card {
        padding: 24px 20px;
    }
    
    .upload-card {
        padding: 20px;
    }

    .rating-item {
        width: 88px;
    }

    .truspilot {
        width: 110px;
    }

    .upload-area {
        height: 56px;
        font-size: 14px;
    }
}

/* Add new media query for larger screens */
@media (min-width: 1441px) and (max-width: 1919px) {
    .container {
        padding: 40px 120px;
    }

    .cta-title {
        font-size: 20px;
    }

    .hero-title {
        font-size: 38px;
        letter-spacing: -0.76px;
        line-height: 120%;
    }
    
    .section-title {
        font-size: 30px;
        letter-spacing: -0.6px;
        margin-bottom: 12px;
    }
    
    .section-subtitle {
        font-size: 16px;
        line-height: 140%;
    }
    
    .feature-card h3 {
        font-size: 16px;
    }
    
    .feature-card p {
        font-size: 14px;
        line-height: 140%;
    }
    
    .cta-title {
        font-size: 26px;
        line-height: 32px;
    }
    
    .cta-subtitle {
        font-size: 16px;
    }
    
    .faq-question h3 {
        font-size: 15px;
        line-height: 22px;
    }
    
    .faq-answer p {
        font-size: 14px;
        line-height: 20px;
    }
    
    .btn {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .btn-gradian {
        padding: 12px 24px;
        font-size: 14px;
        line-height: 20px;
    }
    
    .cta-section-button {
        padding: 10px 20px;
        font-size: 15px;
    }
    
    .upload-card h2 {
        font-size: 16px;
    }
    
    .upload-subtitle {
        font-size: 12px;
    }
    
    .upload-note {
        font-size: 11px;
    }
    
    .feature-item p {
        font-size: 14px;
    }
    
    .feature-list {
        gap: 16px;
    }
    
    .feature-list-wrapper {
        gap: 12px;
    }
    
    .feature-item {
        gap: 8px;
    }
    
    .upload-card {
        padding: 24px;
        margin-bottom: 24px;
    }
    
    .upload-area {
        height: 64px;
        margin-bottom: 8px;
    }
    
    .title-wrapper {
        margin-bottom: 48px;
    }
    
    .feature-cards-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
    
    .feature-card {
        padding: 30px 24px;
    }
    
    .feature-card-image {
        margin-bottom: 20px;
    }
    
    .feature-card h3 {
        font-size: 16px;
    }
    
    .feature-card p {
        font-size: 14px;
        line-height: 140%;
    }
    
    .cta-container {
        padding: 48px;
        gap: 30px;
    }
    
    .faq-item {
        margin-bottom: 12px;
    }
    
    .faq-question {
        padding: 12px 0;
    }
    
    .faq-answer {
        padding-bottom: 12px;
    }
}

/* Add media query for 1920px and above */
@media (min-width: 1920px) {
    .feature-cards-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 64px;
    }
    
    .feature-card {
        padding: 38px 30px;
    }
    
    .feature-card-image {
        margin-bottom: 28px;
    }
    
    .feature-card h3 {
        font-size: 20px;
    }
    
    .feature-card p {
        font-size: 18.693px;
        line-height: 150%;
    }
}

/* Add media query for 1280px to 1440px */
@media (min-width: 1280px) and (max-width: 1440px) {
    .container {
        padding: 32px 100px;
    }
    
    .hero-title {
        font-size: 34px;
        letter-spacing: -0.68px;
        line-height: 118%;
    }
    
    .section-title {
        font-size: 26px;
        letter-spacing: -0.52px;
        margin-bottom: 10px;
    }
    
    .section-subtitle {
        font-size: 14px;
        line-height: 135%;
    }
    
    .feature-card h3 {
        font-size: 15px;
    }
    
    .feature-card p {
        font-size: 13px;
        line-height: 135%;
    }
    
    .cta-title {
        font-size: 24px;
        line-height: 30px;
    }
    
    .cta-subtitle {
        font-size: 14px;
    }
    
    .faq-question h3 {
        font-size: 14px;
        line-height: 20px;
    }
    
    .faq-answer p {
        font-size: 13px;
        line-height: 18px;
    }
    
    .btn {
        padding: 7px 14px;
        font-size: 13px;
    }
    
    .btn-gradian {
        padding: 10px 20px;
        font-size: 13px;
        line-height: 18px;
    }
    
    .cta-section-button {
        padding: 9px 18px;
        font-size: 14px;
    }
    
    .upload-card h2 {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 8px;
    }
    
    .upload-subtitle {
        font-size: 10px;
        line-height: 130%;
        margin-bottom: 16px;
    }
    
    .upload-note {
        font-size: 9px;
        line-height: 130%;
        margin-top: 12px;
    }
    
    .upload-card {
        padding: 16px;
        margin-bottom: 16px;
        border-radius: 6px;
    }
    
    .upload-area {
        height: 50px;
        margin-bottom: 16px;
        border-radius: 6px;
    }
    
    .upload-area p {
        font-size: 12px;
    }
    
    .btn-gradian {
        padding: 8px 16px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 6px;
    }
    
    .btn-full {
        padding: 8px 16px;
    }
    
    .feature-item p {
        font-size: 13px;
    }
    
    .feature-list {
        gap: 14px;
    }
    
    .feature-list-wrapper {
        gap: 10px;
    }
    
    .feature-item {
        gap: 6px;
    }
    
    .upload-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .upload-area {
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-wrapper {
        margin-bottom: 40px;
    }
    
    .feature-cards-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    
    .feature-card {
        padding: 24px 20px;
    }
    
    .feature-card-image {
        margin-bottom: 16px;
    }
    
    .feature-card h3 {
        font-size: 15px;
    }
    
    .feature-card p {
        font-size: 13px;
        line-height: 135%;
    }
    
    .cta-container {
        padding: 40px;
        gap: 24px;
    }
    
    .faq-item {
        margin-bottom: 10px;
    }
    
    .faq-question {
        padding: 10px 0;
    }
    
    .faq-answer {
        padding-bottom: 10px;
    }
    
    /* Reduce image sizes */
    .hero-image img {
        width: 450px;
        height: 540px;
    }
    
    .check-icon {
        width: 18px;
        height: 18px;
    }


    .rating-item img {
        max-width: 100%;
    }
    
    .feature-card-image img {
        max-width: 90%;
    }
    
    /* Adjust hero container spacing */
    .hero-container {
        gap: 60px;
    }
    
    /* Adjust hero section padding */
    .hero {
        padding: 40px 0;
    }
}

/* Add media query for 1024px to 1280px */
@media (min-width: 1024px) and (max-width: 1279px) {
    .container {
        padding: 35px 60px;
    }
    
    .hero-title {
        font-size: 26px;
        letter-spacing: -0.52px;
        line-height: 110%;
    }
    
    .section-title {
        font-size: 22px;
        letter-spacing: -0.44px;
        margin-bottom: 6px;
    }
    
    .section-subtitle {
        font-size: 12px;
        line-height: 125%;
    }
    
    .feature-card h3 {
        font-size: 13px;
    }
    
    .feature-card p {
        font-size: 11px;
        line-height: 125%;
    }
    
    .cta-title {
        font-size: 20px;
        line-height: 26px;
    }
    
    .cta-subtitle {
        font-size: 12px;
    }
    
    .faq-question h3 {
        font-size: 12px;
        line-height: 16px;
    }
    
    .faq-answer p {
        font-size: 11px;
        line-height: 15px;
    }
    
    .btn {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    .btn-gradian {
        padding: 7px 14px;
        font-size: 11px;
        line-height: 15px;
        border-radius: 5px;
    }
    
    .cta-section-button {
        padding: 7px 14px;
        font-size: 12px;
    }
    
    .upload-card h2 {
        font-size: 12px;
        line-height: 115%;
        margin-bottom: 5px;
    }
    
    .upload-subtitle {
        font-size: 8px;
        line-height: 125%;
        margin-bottom: 10px;
    }
    
    .upload-note {
        font-size: 7px;
        line-height: 125%;
        margin-top: 8px;
    }
    
    .upload-card {
        padding: 25px;
        margin-bottom: 12px;
        border-radius: 5px;
    }
    
    .upload-area {
        height: 40px;
        margin-bottom: 12px;
        border-radius: 5px;
    }
    
    .upload-area p {
        font-size: 10px;
    }
    
    .feature-item p {
        font-size: 11px;
    }
    
    .feature-list {
        gap: 10px;
    }
    
    .feature-list-wrapper {
        gap: 6px;
    }
    
    .feature-item {
        gap: 4px;
    }
    
    .title-wrapper {
        margin-bottom: 20px;
    }
    
    .feature-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
    }
    
    .feature-card {
        padding: 16px 14px;
    }
    
    .feature-card-image {
        margin-bottom: 12px;
    }
    
    .cta-container {
        padding: 24px;
        gap: 16px;
    }
    
    .faq-item {
        margin-bottom: 6px;
    }
    
    .faq-question {
        padding: 10px 0;
    }
    
    .faq-answer {
        padding-bottom: 6px;
    }
    
    /* Reduce image sizes */
    .hero-image img {
        width: 350px;
        height: 420px;
    }
    
    .check-icon {
        width: 14px;
        height: 14px;
    }
    .rating-item {
        max-width: 70%;
    }

    .rating-item img {
        max-width: 100%;
    }
    
    .feature-card-image img {
        max-width: 80%;
    }
    
    /* Adjust hero container spacing */
    .hero-container {
        gap: 30px;
    }
    
    /* Adjust hero section padding */
    .hero {
        padding: 24px 0;
    }
    
    /* Adjust CTA content */
    .cta-content {
        max-width: 500px;
    }
    
    .cta-image {
        max-width: 250px;
    }
    
    /* Adjust text-primary */
    .text-primary {
        font-size: 0.9em;
    }
    
    /* Adjust ratings spacing */
    .ratings {
        gap: 12px;
        margin-top: 20px;
    }
    
    /* Adjust icon container */
    .faq-question .icon-container {
        width: 20px;
        height: 20px;
    }
    
    .faq-question .plus-icon,
    .faq-question .minus-icon {
        width: 20px;
        height: 20px;
    }
}

/* Add media query for 768px to 1024px */
@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        padding: 40px 60px;
    }
  
    .hero-title {
        font-size: 24px;
        letter-spacing: -0.48px;
        line-height: 120%;
    }
    
    .section-title {
        font-size: 20px;
        letter-spacing: -0.4px;
        margin-bottom: 8px;
    }
    
    .section-subtitle {
        font-size: 11px;
        line-height: 130%;
    }
    
    .feature-card h3 {
        font-size: 12px;
    }
    
    .feature-card p {
        font-size: 10px;
        line-height: 130%;
    }
    
    .cta-title {
        font-size: 18px;
        line-height: 24px;
    }
    
    .cta-subtitle {
        font-size: 11px;
    }
    
    .faq-question h3 {
        font-size: 11px;
        line-height: 16px;
    }
    
    .faq-answer p {
        font-size: 10px;
        line-height: 14px;
    }
    
    .btn {
        padding: 5px 10px;
        font-size: 10px;
    }
    
    .btn-gradian {
        padding: 6px 12px;
        font-size: 10px;
        line-height: 14px;
        border-radius: 4px;
    }
    
    .cta-section-button {
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .upload-card h2 {
        font-size: 11px;
        line-height: 130%;
        margin-bottom: 5px;
    }
    
    .upload-subtitle {
        font-size: 8px;
        line-height: 120%;
        margin-bottom: 8px;
    }
    
    .upload-note {
        font-size: 7px;
        line-height: 120%;
        margin-top: 6px;
    }
    
    .upload-card {
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .upload-card h2 {
        font-size: 15px;
    }

    .upload-subtitle {
        font-size: 13px;
    }

    .cta-content {
        text-align: center;
    }

    .cta-subtitle {
        margin-bottom: 10px;
    }

    .cta-container {
        gap: 30px;
    }

    .upload-area {
        height: 36px;
        margin-bottom: 10px;
        border-radius: 4px;
    }
    
    .upload-area p {
        font-size: 9px;
    }
    
    .feature-item p {
        font-size: 10px;
    }
    
    .feature-list {
        gap: 8px;
    }
    
    .feature-list-wrapper {
        gap: 5px;
    }
    
    .feature-item {
        gap: 3px;
    }
    
    .title-wrapper {
        margin-bottom: 20px;
    }
    
    .feature-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .feature-card {
        padding: 14px 10px;
    }
    
    .feature-card-image {
        margin-bottom: 10px;
    }
    
    .cta-container {
        padding: 35px;
        gap: 12px;
    }
    
    .faq-item {
        margin-bottom: 5px;
    }
    
    .faq-question {
        padding: 8px 0;
    }
    
    .faq-answer {
        padding-bottom: 5px;
    }
    
    /* Reduce image sizes */
    .hero-image img {
        width: 300px;
        height: 360px;
    }
    
    .check-icon {
        width: 20px;
        height: 20px;
    }
    
    .rating-item {
        max-width: 60%;
    }
    
    .rating-item img {
        max-width: 100%;
    }
    
    .feature-card-image img {
        max-width: 75%;
    }
    
    /* Adjust hero container spacing */
    .hero-container {
        gap: 20px;
    }
    
    /* Adjust hero section padding */
    .hero {
        padding: 20px 0;
    }
    
    /* Adjust CTA content */
    .cta-content {
        max-width: 400px;
    }
    
    .cta-image {
        max-width: 320px;
    }
    
    .cta-container {
        gap: 30px;
    }

    /* Adjust text-primary */
    .text-primary {
        font-size: 0.9em;
    }
    
    /* Adjust ratings spacing */
    .ratings {
        gap: 10px;
        margin-top: 15px;
    }
    
    /* Adjust icon container */
    .faq-question .icon-container {
        width: 18px;
        height: 18px;
    }
    
    .faq-question .plus-icon,
    .faq-question .minus-icon {
        width: 18px;
        height: 18px;
    }
    
    /* Adjust section-top-p-0 */
    .section-top-p-0 {
        padding-top: 0 !important;
    }
}
/* GQL Form Design*/
body.modal-open {
    overflow: hidden;
}

.gql-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6); /* Black background with transparency */
    justify-content: center;
    align-items: center;
}

.gql-modal-content {
    background: white;
    border-radius: 12px;
    padding: 0;
    max-width: 550px;
    width: 90%;
    margin: auto;
    animation: fadeIn 0.3s ease;
}
.gql-form-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gql-form-footer {
    width: 100%;
}

.gql-form {
    display: flex;
    width: 100%;
    /* max-width: 510px; */
    padding: 32px;
    flex-direction: column;
    gap: 34px;
    border-radius: 12px;
    border: 1px solid #E3E3E3;
    background: #FFF;
}

.gql-form-button {
    border: none;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: linear-gradient(91deg, #0082F8 17.17%, #61B0F7 83.49%);
    color: #FFF;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.32px;
    width: 100%;
}

.gql-form-title {
    color: #15233B;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%;
    margin-bottom: 8px;
}

.gql-form-description {
    color: #3D3D3D;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
}

.form-container {
  margin-top: 34px;
}

  label {
    color:  #2E333B;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 148%;
    display: block;
    margin-bottom: 8px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    display: flex;
    padding: 12px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 0.5px solid  #C2C2C2;
    color: #636973;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%; 
  }

  input::placeholder {
    color: #aaa;
  }

  .form-container{
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

.error-message {
    display: none;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    color: #B00020;
    font-family: Inter;
}

.error-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.error-message.show {
    display: flex;
}

input.error {
    border-color: #FF3B30;
}

/* Responsive Styles */
/* @media screen and (max-width: 1920px) {
    .gql-form {
        max-width: 510px;
    }
} */

@media screen and (max-width: 768px) {
    .gql-form {
        padding: 24px;
        gap: 24px;
    }

    .gql-form-title {
        font-size: 22px;
    }

    .gql-form-description {
        font-size: 15px;
    }

    .gql-form-button {
        padding: 14px 28px;
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    body {
        padding: 16px;
    }

    .gql-form {
        padding: 20px;
        gap: 20px;
    }

    .gql-form-title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .gql-form-description {
        font-size: 14px;
    }

    .form-container {
        gap: 14px;
    }

    label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"] {
        padding: 10px;
        font-size: 13px;
    }

    .gql-form-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    body {
        padding: 12px;
    }

    .gql-form {
        padding: 16px;
        gap: 16px;
    }

    .gql-form-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .gql-form-description {
        font-size: 13px;
    }

    .form-container {
        gap: 12px;
    }

    label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    input[type="text"],
    input[type="email"],
    input[type="url"] {
        padding: 8px;
        font-size: 12px;
    }

    .gql-form-button {
        padding: 10px 20px;
        font-size: 13px;
    }

    .error-message {
        font-size: 11px;
    }

}

@media screen and (max-width: 380px) {
    .ratings {
        justify-content: space-between;
    }

    .rating-item {
        width: 28%;
        max-width: 100%;
    }

    .truspilot {
        width: 28%;
    }
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}