@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Figtree", sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-main {
    border-top-left-radius: 412px;
    border-bottom-right-radius: 412px;
}

.top {
    text-align: center;
    padding: 32px 0;
}

.brand {
    display: inline-flex;
    align-items: center;
}

.hero-tag {
    display:inline-flex; align-items:center; gap:8px; padding:4px 18px; border-radius:100px; margin-bottom: 20px;
}

.main-btn {
    font-size: 16px;
    border-radius: 12px;
    background: #005D6D;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.32px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-width: 435px;
    width: 100%;
}

.main-btn span {
    display: flex;
}

.main-btn:hover {
    border-color: #005D6D;
}

.main-btn:hover img {
    filter: invert(24%) sepia(22%) saturate(4246%) hue-rotate(158deg) brightness(8%) contrast(102%);
}

.body-text {
    font-size: 19.2px;
    color: #323232;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.title {
    font-size: 64px;
    color: #323232;
    font-style: normal;
    font-weight: 400;
    line-height: 76px;
    letter-spacing: -0.64px;
}

.inner-title {
    font-size: 36px;
    color: #323232;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
}

.hero .body-text {
    padding-bottom: 29px;
    padding-top: 22px;
}

.hero-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    max-width: 598px;
    width: 100%;
}

.hero {
    border-radius: 20px;
    background: linear-gradient(1deg, rgba(39, 153, 173, 0.40) -1.88%, #E2EFF1 35.38%);
    padding-top: 175px;
    padding-bottom: 113px;
    margin-inline: 16px;
}

.interview-top {
    text-align: center;
    padding-bottom: 77px;
}

.interview-sec {
    padding-top: 120px;
    padding-bottom: 136px;
}

.interview-top .title {
    padding-bottom: 22px;
}

.leaf-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px 0;
    background: #FFF;
}

.box {
    border-radius: 20px;
    background: rgba(39, 153, 173, 0.11);
    padding: 40px;
    height: 100%;
}

.box .inner-title {
    padding-top: 63px;
    padding-bottom: 22px;
}

.video-top,
.downloadable-top {
    text-align: center;
    padding-bottom: 80px;
}

.video-top .title,
.downloadable-top .title {
    padding-bottom: 22px;
}

.video-wrapper {
    position: relative;
}

video {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.play-button,
.pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    width: 70px;
    background: transparent;
}

.video-sec {
    padding: 120px 0;
    border-radius: 20px;
    background: #E2EFF1;
    margin-inline: 16px;
}

.downloadable-top {
    text-align: center;
}

.downloadable-sec {
    padding: 200px 0;
}

.downloadable-box .body-text {
    padding: 22px 0 34px;
}

.downloadable-box {
    padding: 40px;
    border-radius: 20px;
    background: rgba(39, 153, 173, 0.11);
}

.downloadable-box .inner-title {
    padding-top: 63px;
}

.downloadable-img {
    height: 262px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.small-text {
    font-size: 16px;
    color: #323232;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer-brand-top .small-text {
    padding-top: 24px;
}

.footer-brand img {
    height: 30px;
}

footer {
    border-radius: 20px 20px 0 0;
    background: linear-gradient(179deg, #E2EFF1 70.19%, rgba(39, 153, 173, 0.00) 174.5%);
    padding-top: 88px;
    padding-bottom: 40px;
}

.small-text.footer-title {
    font-weight: 500;
    padding-bottom: 16px;
}

footer ol li {
    padding-bottom: 12px;
}

footer ol li:last-child {
    padding-bottom: 0;
}

.social-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-brand {
    display: flex;
}

.footer-left-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.container {
    padding-inline: 20px;
}

.expert-sec .hero-left {
    max-width: 100%;
    display: block;
}

.expert-sec .hero-top {
    max-width: 892px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 74px;
}

.expert-sec {
    padding: 120px 0;
}

.expert-inner {
    max-width: 1198px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background: #FFF;
    padding: 40px;
}

.form-select,
.form-control {
    border-radius: 8px;
    background-color: rgba(226, 239, 241, 0.70);
    height: 48px;
    border: 0;
    color: #1A1A19;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.17px;
}

.form-select,
.form-control::placeholder {
    color: #424D6B;
    font-family: "Figtree", sans-serif;
}

.form-select {
    background-image: url(../images/down-arw.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center right 14px;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
}

.form-control:focus {
    background-color: rgba(226, 239, 241, 0.70);
}

.form-check-label a,
.small-text a {
    text-decoration: underline;
    color: #323232;
}

.form-check {
    margin: 0;
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.form-check.check-last {
    display: flex;
    align-items: center;
    gap: 16px;
}

.form-check.check-last .form-check-input {
    margin-top: 0;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border-color: #323232;
}

.circle-icon {
    position: absolute;
    top: -157px;
    right: 111px;
}

.expert-inner {
    position: relative;
}

.form-label {
    display: block;
}

.iti {
    width: 100%;
}

.so-widget-sow-editor h1,
.so-widget-sow-editor h2 {
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 300;
}

.so-widget-sow-editor p {
    margin-bottom: 20px;
}

.so-widget-sow-editor p:last-of-type {
    margin-bottom: 0;
}
.sow-expert-form a {
    text-decoration: underline;
    color: #000;
}

#sow-expert-success {
    background: #00910030;
    border: 1px solid green;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
