/*******************
AI Tools Template
*******************/

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

h1 { 
    font-size: 50px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 60px !important;
}

h2 {
    font-size: 38px !important;
    line-height: 46px !important;
    color: #31216B !important;
    font-weight: 800 !important;
    -webkit-font-smoothing: auto;
    margin: 0 0 30px !important;
}

h2 span {
    color: #1ebbf0 !important;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    color: #31216B;
    font-weight: 800;
}

p, li, ul, ol, label {
    color: #59607D;
    font-size: 16px;
    font-weight: 400;
}

body:not(.scroll_down_mobile) .site-header-new {
    background-color: transparent;
    box-shadow: none;
}

@media screen and (max-width: 1230px) {
    .container {
        max-width: 100%;
        margin: 0 50px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        margin: 0 30px;
    }
}

.button-primary {
    background: #fb9f00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 50px;
    margin-bottom: 18px;
}

.button-primary:hover {
    background: #f7b500;
    transform: translateY(-4px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.button-primary:focus {
    border: 2px solid #59607D;
    background: #f7b500;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#generate-interview-prep-btn {
    background: linear-gradient(90deg, #1EBBF0 0%, #9071FF 100%) !important;
    width: 100%;
    margin-bottom: 0px !important;
}

/*******************
Hero Section
*******************/

#hero_top_section {
    background-image: url(../../../themes/dt-the7-child/images/svg/ai-tools-background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: -1px;
    padding-bottom: 60px;
}

@media screen and (min-width: 1041px) {
    .scroll1_down .site-header-new {
        background-color: #31216B;
    }
    #hero_top_section {
        margin-top: -85px;
    }
}

.hero-top-section-inner {
    display: flex;
    flex-direction: column;
    margin-top: 110px;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.hero-top-section-inner span {
    font-size: 16px;
    color: #FFAB00;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-top-section-inner p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    max-width: 720px;
}

/*******************
Contents Section
*******************/
        
.aitools-section {
    padding: 80px 0px 60px;
    text-align: center;
}

.aitools-section-top p {
    margin: 0px auto;
    max-width: 800px;
}

.aitools-section-items {
    margin: 0px -10px 20px;
    display: flex;
    flex-wrap: wrap;
}

.aitools_item {
    width: calc(100% / 3 - 20px);
    margin: 0px 10px 20px;
    box-sizing: border-box;
    border-radius: 12px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 30px;
    background-image: url(../images/ai/usecase-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    align-items: flex-start;
    height: 280px;
}

.aitools_top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.aitools_title {
    font-size: 24px;
    line-height: 32px;
    color: #3D2A80;
    font-weight: 600;
    text-align: left;
    padding-right: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aitools_short_description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #3D2A80;
    font-weight: 400;
    text-align: left;
}

.aitools_bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.aitools_bottom_left {
    line-height: 0;
}

.aitools_bottom_right {
    font-size: 16px;
    line-height: 32px;
    color: #1EBBF0;
    font-weight: 800;
}

.aitools_bottom_right i {
    padding-left: 10px;
}

.aitools_item:hover {
    background-image: url(../images/ai/usecase-background-hover.png);
}

.aitools_item:hover .aitools_title {
    color: #fff;
}

.aitools_item:hover .aitools_short_description {
    color: #fff;
}

#aihr_loadmore_aitools {
    margin: 0 auto 20px;
    font-weight: 600;
    cursor: pointer;
}

.aitools-section-top {
    padding-bottom: 40px;
}

#aihr_loadmore_aitools:hover {
    color: #fff;
    background-color: #1EBBF0;
}

.aitools-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.filter-aitools-item {
    font-size: 16px;
    line-height: 20px;
    color: #1EBBF0;
    border: 1px solid #1EBBF0;
    padding: 11px 20px;
    margin: 0px 4px 8px;
    border-radius: 44px;
    font-weight: 600;
    cursor: pointer;
}

.filter-aitools-item.activ-filter {
    background-color: #1EBBF0;
    color: #fff;
}

#aihr_loadmore_aitools.hide_load_more {
    display: none;
}

.aitools-section-items.smaller-opacity .aitools_item {
    opacity: 0.5;
    pointer-events: none;
}

.aitools-section-items.smaller-opacity~#aihr_loadmore_aitools {
    opacity: 0.5;
    pointer-events: none;
}

@media screen and (max-width: 1040px) {
    .aitools-section {
        padding: 60px 0px 40px;
    }
}

@media screen and (max-width: 900px) {
    .aitools_item {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 580px) {
    .aitools_item {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .aitools-section {
        padding: 50px 0px 30px;
    }
    .aitools-section-top {
        padding-bottom: 30px;
    }
    .aitools-section-items {
        margin: 0px -10px 20px;
    }
    .filter-aitools-item {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 14px;
    }
    .aitools-filter {
        justify-content: flex-start;
        padding-bottom: 30px;
    }
}



/*******************
FAQ Section
*******************/
.faq-section {
    background-color: #FAF9FF !important;
}


/*******************
Body Section
*******************/
.body-section {
    padding: 80px 0px;
}

.body-section p, 
.body-section ul, 
.body-section ol, 
.body-section li {
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
}

.body-section ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 12px;
}

.body-section ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 12px;
}


/*******************
Partner Section
*******************/
.partner-section {
    padding: 80px 0px;
}

.partner-section-header {
    text-align: center;
}

.partner-section-header p {
    font-size: 16px;
    line-height: 26px;
    color: #31216B;
    margin: 0px auto 20px;
    max-width: 800px;
}

.partner-section-header p:last-child {
    margin-bottom: 0px;
}

.partner-section-content-top {
    display: flex;
    margin: 0px -10px;
}

.partner-section-content-top-box {
    margin: 0px 10px 20px;
    width: calc(100%/3 - 20px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    justify-content: space-between;
}

.partner-image-top-right {
    margin: 0px 0px 0px auto;
}

.partner-image-top {
    line-height: 0;
}

.partner-image-top img {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}

.partner-section-content-top-box:nth-child(1) {
    background-color: #E8FDFF;
}

.partner-section-content-top-box:nth-child(2) {
    background-color: #FFF6E6;
}

.partner-section-content-top-box:nth-child(3) {
    background-color: #FDE6FF;
}

.partner-image-top-right,
.partner-image-bottom {
    line-height: 0;
}

.partner-image-bottom img {
    width: 100%;
    border-radius: 0px 0px 12px 12px;
}

.partner-image-top-right img {
    width: 170px;
    margin: 20px 20px 0px auto;
}

.partner-content-box {
    display: flex;
    flex-direction: column;
    padding: 40px;
}

.partner-content-box-title {
    font-size: 24px;
    line-height: 32px;
    color: #31216B;
    font-weight: 800;
    padding-bottom: 20px;
}

.partner-content-box-text {
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
    font-weight: 400;
}

.partner-section-content {
    padding-top: 60px;
}

.partner-section-content-bottom {
    display: flex;
    background-color: #E4E4FF;
    border-radius: 12px;
    padding: 0px 40px;
    align-items: center;
}

.partner-image-left {
    width: 320px;
    line-height: 0;
}

.partner-image-left img {
    width: 100%;
}

.partner-content-box {
    flex: 1;
}

.partner-section-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.partner-section-bottom-left {
    display: flex;
    flex-direction: column;
    max-width: 330px;
}

.partner-section-bottom-right {
    line-height: 0;
    flex: 1;
    margin-left: 30px;
    text-align: right;
}

.partner-section-bottom-right img {
    width: 100%;
    max-width: 590px;
}

.partner-section-bottom-left-stars i {
    color: #FB9F00;
    font-size: 27px;
    margin: 0px 2px;
}

.partner-section-bottom-left-bottom {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.partner-slb-left {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #31216B;
}

.partner-slb-left small {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    color: #31216B;
}

.partner-slb-right {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #31216B;
    padding-left: 15px;
}

@media screen and (max-width: 1040px) {
    .partner-section {
        padding: 60px 0px;
    }
    .partner-section-content {
        padding-top: 30px;
    }
}

@media screen and (max-width: 940px) {
    .partner-section-content-top-box:nth-child(1),
    .partner-section-content-top-box:nth-child(2) {
        width: calc(50% - 20px);
    }
    .partner-section-content-top-box:nth-child(3) {
        width: calc(100% - 20px);
    }
    .partner-section-content-top {
        flex-wrap: wrap;
    }
    .partner-content-box {
        padding: 20px;
    }
    .partner-section-content-top-box:nth-child(1) .partner-content-box {
        justify-content: flex-end;
    }
    .partner-section-content-top-box:nth-child(3) {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .partner-section-content-top-box:nth-child(3) .partner-image-top-right {
        width: 170px;
        order: 2;
    }
    .partner-section-content-top-box:nth-child(3) .partner-image-top-left {
        flex: 1;
        order: 1;
    }
}

@media screen and (max-width: 800px) {
    .partner-slb-right {
        line-height: 40px;
    }
    .partner-section-bottom-left-bottom {
        align-items: flex-end;
    }
    .partner-section-bottom-left {
        max-width: 100%;
        width: 100%;
    }
    .partner-section-bottom-right {
        flex: none;
        width: 100%;
        margin-left: 0px;
        text-align: center;
        padding-top: 20px;
    }
    .partner-section-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 740px) {
    .partner-image-top,
    .partner-image-bottom,
    .partner-image-top-right,
    .partner-image-left {
        display: none;
    }
    .partner-section-content-top-box:nth-child(1),
    .partner-section-content-top-box:nth-child(2) {
        width: calc(100% - 20px);
    }
    .partner-section-content-bottom {
        padding: 0px;
    }
}

@media screen and (max-width: 580px) {
    .partner-slb-right {
        line-height: 20px;
    }
}

@media screen and (max-width: 480px) {
    .partner-slb-left {
        font-size: 30px;
        line-height: 30px;
    }
    .partner-slb-left small {
        line-height: 30px;
    }
    .partner-section {
        padding: 50px 0px;
    }
    .partner-section-bottom-left-stars i {
        font-size: 22px;
    }
}
/********************
Last Section
********************/

.last-section {
    padding: 0px 0px;
    background-image: url(../../../themes/dt-the7-child/images/ai/background-last.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.last-section-inner {
    display: flex;
    align-items: center;
}

.last-section-left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
}

.last-section-right {
    width: 50%;
    box-sizing: border-box;
    line-height: 0;
    padding-left: 30px;
}

.last-section-right img {
    width: 100%;
}

.last-section-left h2 {
    color: #fff!important;
}

.last-section-left p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
}

.last-button {
    font-weight: 600;
    cursor: pointer;
}

.last-section-right img {
    margin-top: -90px;
}

@media screen and (max-width: 1180px) {
    .last-section-inner {
        align-items: flex-end;
    }
    .last-section-left {
        padding-right: 30px;
        width: 60%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .last-section-right {
        padding-left: 0px;
        width: 40%;
    }
    .last-section-right img {
        margin-top: 0px;
    }
}

@media screen and (max-width: 750px) {
    .last-section-inner {
        align-items: center;
        flex-direction: column;
    }
    .last-section-left {
        width: 100%;
        padding: 60px 0px 0px;
    }
    .last-section-right {
        width: 400px;
    }
}

@media screen and (max-width: 480px) {
    .last-section-left {
        padding: 50px 0px 0px;
    }
    .last-section-right {
        width: 100%;
    }
}

.start-here-scroll,
.dont-miss-scroll {
    cursor: pointer;
}

.hero-buttons-holder .dont-miss-scroll:hover {
    background-color: #fb9f002e;
}

/************************
Form Modal
***********************/

#popup_main_form {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0px;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup_holder_form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#form_popup {
    z-index: 999;
    position: relative;
    max-width: 565px;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 30px 40px 40px;
}

#popup_main_form.show_popup_form {
    display: flex;
    pointer-events: auto!important;
    z-index: 999999;
}

body.popup_no_scroll {
    overflow: hidden;
}

.form_close_button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #797979;
    border-radius: 100%;
    cursor: pointer;
    font-size: 20px;
}

.form_close_button i {
    font-family: 'Font Awesome 5 Free';
}

.popup_form_holder_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#form_popup ul {
    list-style: none;
    margin: 0px;
}

#form_popup ul li {
    font-size: 16px;
    line-height: 24px;
    color: #3D2A80;
    font-weight: 400;
    padding-bottom: 10px;
}

#form-modal-holder .hs-form .hs-input {
    border-radius: 5px;
    width: 100% !important;
    margin-bottom: 17px !important;
    height: 50px;
    box-sizing: border-box;
}

#form-modal-holder {
    width: 100%;
}

#form-modal-holder .hs-button.primary {
    transition: none !important;
    border: none;
    background: #fb9f00 !important;
    color: #fff;
    height: 50px;
    cursor: pointer;
    font-size: 14px !important;
    width: 250px;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

#form-modal-holder fieldset {
    max-width: 600px!important;
}

.form-title {
    font-size: 24px;
    line-height: 32px;
    color: #3D2A80;
    font-weight: 600;
    padding-bottom: 20px;
}

@media screen and (max-width: 740px) {
    #form_popup {
        max-width: 100%;
        margin: 0px 30px;
        padding: 20px;
    }
}

@media screen and (max-width: 600px) {
    .popup_form_holder_inner {
        overflow-y: auto;
        max-height: 430px;
        min-height: inherit;
        margin-top: 10px;
    }
    .popup_form_holder_inner::-webkit-scrollbar {
        width: 3px;
    }
    .popup_form_holder_inner::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    }
    .popup_form_holder_inner::-webkit-scrollbar-track {
        background-color: #f1f1f1;
    }
}

@media screen and (max-width: 480px) {
    #form_popup {
        margin: 0px 10px;
    }
}

/************************
Coming Soon Modal
***********************/

#popup_coming_soon {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0px;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup_holder_coming_soon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#coming_soon_popup {
    z-index: 999;
    position: relative;
    max-width: 567px;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
}

#popup_coming_soon.show_popup_coming_soon {
    display: flex;
    pointer-events: auto!important;
    z-index: 999999;
}

body.popup_no_scroll {
    overflow: hidden;
}

.coming_soon_close_button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #797979;
    border-radius: 100%;
    cursor: pointer;
    font-size: 20px;
}

.coming_soon_close_button i {
    font-family: 'Font Awesome 5 Free';
}

.popup_coming_soon_holder_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coming_soon_icon {
    line-height: 0;
    padding-bottom: 20px;
}

.coming_soon_title {
    font-size: 24px;
    line-height: 32px;
    color: #31216B;
    font-weight: 800;
    padding-bottom: 15px;
}

.coming_soon_description {
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
    font-weight: 400;
    padding-bottom: 20px;
}

.coming_soon_description span {
    font-weight: 600;
}

.coming_soon_holder {
    background-color: #F8F9FA;
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.coming_soon_holder_top {
    font-size: 16px;
    line-height: 24px;
    color: #31216B;
    font-weight: 600;
    padding-bottom: 20px;
}

.coming_soon_holder ul li {
    font-size: 14px;
    line-height: 20px;
    color: #31216B;
    font-weight: 400;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.coming_soon_holder ul {
    padding-bottom: 20px;
}

.coming_soon_holder ul li:before {
    content: "\f058";
    position: absolute;
    left: 0px;
    top: 0px;
    font-weight: 900;
    color: #3AAD3A;
    font-size: 20px;
    font-family: "Font Awesome 6 Free";
}

.coming_soon_button {
    font-weight: 600;
    cursor: pointer;
}

.coming_soon_form {
    width: 100% !important;
}

.coming_soon_form div {
    text-align: left !important;
}

.coming_soon_form ._form {
    padding: 0 !important;
    margin: 0 !important;
}

.coming_soon_form ._form-label {
    font-weight: 400 !important;
}

.coming_soon_form input {
    border-color: #31216b50 !important;
}

.coming_soon_form ._button-wrapper {
    margin: 15px 0 0 0 !important;
}

.coming_soon_form ._submit {
    min-width: 100px !important;
}

@media screen and (max-width: 1000px) {
    #coming_soon_popup {
        max-width: 700px;
    }
}

@media screen and (max-width: 760px) {
    #coming_soon_popup {
        max-width: 100%;
        margin: 0px 30px;
        padding: 20px;
    }
    .coming_soon_icon {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    #coming_soon_popup {
        margin: 0px 10px;
    }
}