* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #181d27;
    background: #ffffff;
    line-height: 1.5;
}

/* Hero Section */
.hero-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 0 48px;
}

.container {
    width: 100%;
    padding: 0 32px;
}

.industry-hero-content {
    display: flex;
    gap: 32px;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 48px;
    flex: 1;
    min-width: 0;
    z-index: 2;
    max-width: 560px;
}

.hero-heading-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero-heading {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -1.2px;
    font-weight: 600;
    color: #181d27;
    min-width: 768px;
    margin-bottom: 0px;
}

.hero-description, .hero-description p {
    font-size: 20px;
    line-height: 30px;
    color: #535862;
    max-width: 560px;
    font-weight: 400;
    margin: 0;
}

.hero-description strong {
    font-weight: 700;
}
#search-container p{margin-bottom: 0px}
#search-container .search-zone .input-group.mb-3{
    margin-bottom: 12px !important;
}
.email-capture {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    width: 540px;
    max-width: 800px;
    margin : 0px;
}
.email-capture p{margin-bottom: 0px;}
.input-field {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.input-wrapper {
    background: white;
    border-radius: 8px;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    position: relative;
}

.input-content {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px 14px;
}

.input-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.input-text {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    font-family: inherit;
}

.input-text::placeholder {
    color: #667085;
}

.browse-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #475467;
}

.get-started-btn {
    background: #36bffa;
    border-radius: 8px;
    border: 1px solid #36bffa;
    padding: 12px 18px;
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.get-started-btn:hover{background-color:#026AA2 !important; border-color:#026AA2;  }
.get-started-btn span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: white;
}
.browse-top-locs:hover {
    color: #475467;}
.hero-image {
    max-width: 560px;
    height: 640px;
    flex-direction: column;
    flex-shrink: 0;
    border-radius: 0 !important;
    justify-content: flex-end;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

/* Features Section */
.features-section {
    background: #ffffff;
    padding: 48px 0;
}

.features-header {
    margin-bottom: 64px;
    max-width: 768px;
}

.features-tag {
    font-size: 16px;
    line-height: 24px;
    color: #026aa2;
    font-weight: 600;
    margin-bottom: 12px;
}

.features-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -0.72px;
    color: #181d27;
    margin-bottom: 20px;
}

.features-description, .features-description p {
    font-size: 20px;
    line-height: 30px;
    color: #535862;
    font-weight: 400;
}
.features-description p{margin-bottom: 0px;}
.features-content {
    display: flex;
    gap: 64px;
}

.features-list {
    flex: 1;
    max-width: 768px;
}

.feature-item {
    padding: 24px 0 32px;
    border-top: 1px solid #e9eaeb;
}
.feature-item p{margin-bottom: 0px;}
.feature-item:first-child {
    padding-top: 0;
    border-top: none;
}
.feature-item:last-child{padding-bottom: 0px;}
.feature-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.feature-text {
    flex: 1;
}

.feature-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #181d27;
    margin-bottom: 4px;
}

.feature-desc {
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #535862;
    font-weight: 400;
}

.feature-item.active .feature-desc {
    display: block;
}

.feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.features-image {
    flex: 1;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
}

/* Content Section */
.content-section {
    background: white;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: center;
    padding: 96px 0;
    overflow: hidden;
}

.industry-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 20px;
}

.rich-text {
    display: flex;
    flex-direction: column;
}

.rich-text h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: #181d27;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rich-text h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #181d27;
    margin-top: 32px;
    margin-bottom: 16px;
}

.rich-text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #535862;
    margin-bottom: 18px;
}

.rich-text p:last-child {
    margin-bottom: 0;
}

.browse-top-locs{
    color: #475467;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.hero-image{overflow: visible;}
.hero-image .arrow-img{
    position: absolute;
    left: -130px;
    z-index: 9;
    width: 100%;
    max-width: 305px;
    object-fit: contain;
    bottom: -10px;
    top: auto;
    height: auto;
}
.hero-text{max-width: 670px;justify-content: center;}
.hero-image {
    max-width: 512px;
    height: auto;
}
.free-ebook-sec{margin-top: 0px; padding: 60px 0;}
.rich-text h3{margin-top: 14px;}
#txt-search::placeholder {
    color: #667085;
}
@media  (min-width: 768px) and (max-width: 1199px) {
    .industry-hero-content {
        flex-direction: column;
        gap: 48px;
    }
    .hero-image .arrow-img{display: none;}
    .hero-heading{min-width: 100%;}
    .content-section{ padding-top: 48px;}
    .ebook-left{padding: 0px;}
    .hero-section{padding-top: 28px;}
    .hero-image {
        max-width: 100%;
        height: auto;
    }
    .hero-text{max-width: 100%;}
    .email-capture{max-width: 100%;width: 100%;}
    .free-ebook-sec .container {
        width: 100%;
        padding: 0 16px;
    }
}
@media  (min-width: 768px) and (max-width: 1024px) {
    .features-content {
        flex-direction: column-reverse;
    }
    .features-image {
        height: 656px;
        align-self: stretch;
        width: 100%;
        flex: auto;
    }
    .ebook-input .ebook-input-c {
        min-width: auto;
        gap: 80px;
        max-width: 100%;
    }
    .gform-body, .gform_fields, .ginput_container{width: 100%}
    #gform_submit_button_29 {
        position: absolute;
        top: 66px;
        width: 100%;
        max-width: 100%;
        padding: 8px 12px;
    }
    .email-ebook form {
        flex-direction: column;
        position: relative;
    }
    .ebook-input .ebook-input-c input{max-width: 100%;text-align: center;}
    .free-ebook-sec {
        margin-top: 0px;
        padding: 68px 0;
        padding-top: 20px;
    }
    .email-ebook, .email-ebook form {
        width: 100%;
        max-width: 100%;
    }
    .free-ebook-main{padding: 40px 24px}
    .search-zone{max-width: 100% !important;}
    .industry-hero-content {
        flex-direction: column;
        gap: 64px;
    }
}
@media  (max-width: 767px) {
    .hero-section{padding-top: 28px !important;}
    div#filter-records {top: 60px;}
    .hero-heading {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.72px;
        font-weight: 600;
        color: #181d27;
        min-width: auto;
        margin-bottom: 0px;
    }
    .email-capture{width: 100%}
    .container {
        width: 100%;
        padding: 0 16px;
    }
    .industry-hero-content{
        gap: 64px;
        flex-direction: column;
    }
    .hero-heading-wrapper {gap: 16px;}
    .hero-description, .hero-description p {
        font-size: 18px;
        line-height: 28px;}
    .hero-description strong {font-weight: 400;}
    .hero-text{gap: 32px;}
    .get-started-btn, .hero-image .arrow-img{display: none;}
    .search-zone {
        position: relative;
        max-width: 440px !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .hero-image img {height: auto !important;}
    .hero-image {
        margin-bottom: 8px;
    }
    .features-section{padding-top: 0px;}
    .features-content{flex-direction: column-reverse;}
    .features-image{
        height: 366px;
        align-self: stretch;
    }
    .features-image {
        height: 366px;
        align-self: stretch;
        width: 100%;
        flex: auto;
    }
    .rich-text h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .rich-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .rich-text h2:nth-of-type(2){margin-top: 14px;}
    .rich-text h3{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .ebook-left{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .email-ebook{margin-top: 32px;}
    .email-ebook form{gap:10px;}
    .gform_heading{display: none;}
    .content-section{padding-bottom: 28px !important;}
    .industry-content-wrapper{padding-top: 0px;}

}