@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; border: 1px solid #007F95; color: #007F95;
}

.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: 50px;
    color: #323232;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
    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;
}

.so-widget-sow-hero-widget .hero-left .title {
    text-align: left;
}
    
.hero-left {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    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;
    border-radius: 20px;
    margin: 0 20px;
}

.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: #FF9800;
}

.leaf-icon img {
    max-width: 50px;
    height: auto;
}

.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 {
    border-radius: 20px 20px 0 0;
    background: #007F95;
    padding-top: 88px;
    padding-bottom: 40px;
}

footer a:hover {
    color: #fff;
}

.small-text.footer-title {
    font-weight: 500;
    padding-bottom: 16px;
}

footer ol li {
    padding-bottom: 9px;
}

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;
}
a {color: #000;}
a:hover {
    text-decoration: underline;
    color: #000;
}

.batch-image {
    max-width: 200px;
    position: absolute;
    top: -210px;
    right: -80px;
}

.post-header-content {
    width: 770px;
    margin: 0 auto 20px;
    font-size: 19px;
}

.site-main li {
    list-style: disc;
}

.site-main ul {
    list-style: disc;
    margin-left: 10px;
} 

.container.smaler-sizer {
    max-width: 770px;
}


.siteorigin-widget-tinymce a {
    color: #FF9800;
    text-decoration: underline;
}

footer a {
    font-weight: 300;
    padding-bottom: 10px;
}
footer a,
footer .small-text {
    color: #fff;
}

.hero-left ul li {
    list-style: none;
    padding-left: 28px;
    background-image: var(--list-icon);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
}

/***** ABOUT US ******/
.about-sec {
    padding: 100px 0 110px;
}

.about-sec .title h2 {
    max-width: 1212px;
    width: 100%;
    margin: 32px auto 0;
}

.about-inner {
    margin: 74px 0 0 0;
}

.about-box span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.about-box p {
    color: #323232;
    font-size: 19.2px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    max-width: 408px;
    width: 100%;
    margin: 16px auto 0;
}

.mt-70 {
    margin-top: 70px;
}

/***** ATTEND SESSION SEC ******/
.title {
    text-align: center;
}

.title span {
    color: #007F95;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #007F95;
    border-radius: 72px;
    padding: 0 20px;
    height: 32px;
}

.title h2 {
    color: #323232;
    font-size: 64px;
    font-weight: 400;
    line-height: 76px;
    letter-spacing: -0.64px;
}

.title img {
    width: 22px;
}
    
.title p {
    color: #323232;
    text-align: center;
    font-size: 19.2px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 22px;
}

.attendsession-sec {
    padding: 120px 0 136px;
}

.attendsession-inner {
    margin: 70px 0 0 0;
}

.attend-box {
    background-color: #E3F0F2;
    border-radius: 20px;
    padding: 40px;
}

.attend-box span {
    width: 90px;
    height: 90px;
    border-radius: 40px 0;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0.503px 2.011px rgba(25, 33, 61, 0.08));
}

.attend-box h4 {
    color: #323232;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-bottom: 24px;
    margin-top: 64px;
}

.attend-box p {
    color: #323232;
    font-size: 19.2px;
    font-weight: 400;
    line-height: 27px;
}

.takes-les {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
}

.takes-les p {
    color: #323232;
    font-size: 19.2px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 16px;
}

/****** REGISTER SEC ******/
.register-sec {
    padding: 0 16px;
}

.register-inner {
    padding: 120px 0 136px;
    background-color: #E3F0F2;
    border-radius: 20px;
}

.register-tips {
    margin-top: 40px;
}

.register-tips ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.register-tips ul li span,
.register-tips ul li a {
    color: #007F95;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 72px;
    border: 1px solid #007F95;
    background: #FFF;
    gap: 8px;
    padding: 0 20px;
    height: 32px;
}

.register-box ul {
    margin: 0;
}

.so-widget-register-webinar-widget li {
    list-style: none;
}

.register-box {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    max-width: 892px;
    width: 100%;
    margin: 64px auto 0;
}

.form-group {
    margin-bottom: 24px;
}

.relative {
    position: relative;
}

.label-text {
    color: #1A1A19;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    letter-spacing: 0.14px;
    margin-bottom: 8px;
}

.form-control {
    color: #424D6B;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.17px;
    border-radius: 8px;
    background: rgba(226, 239, 241, 0.70);
    height: 48px;
    box-shadow: none;
    border: none;
    padding: 12px;
}

.form-control:focus {
    box-shadow: none;
    background: rgba(226, 239, 241, 1);
}

.form-control::placeholder {
    color: #424D6B;
}

.form-group p {
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.form-group p:last-of-type {
    margin-bottom: 0;
}

.form-group p a {
    color: #323232;
    text-decoration: underline;
}

.form-group ul li {
    margin-bottom: 24px;
}

.form-group ul li:last-child {
    margin-bottom: 0;
}

.form-check {
    display: flex;
    align-items: flex-start;
    min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
    gap: 16px;
}

.form-check .form-check-input {
    float: none;
    margin: 4px 0 0 0;
    border: 1px solid #323232;
    width: 20px;
    height: 20px;
    padding: 0;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #323232;
    border-color: #323232;
}

.form-check-label {
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    flex: 1;
    width: 100%;
}

.form-group .btn-primary {
    margin-top: 32px;
}

.down-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title {
    text-align: center;
}

.title span {
    color: #007F95;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.28px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #007F95;
    border-radius: 72px;
    padding: 0 20px;
    height: 32px;
}

.title h2 {
    color: #323232;
    font-size: 64px;
    font-weight: 400;
    line-height: 76px;
    letter-spacing: -0.64px;
}

.title p {
    color: #323232;
    text-align: center;
    font-size: 19.2px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 22px;
}

.textbox p {
    margin-bottom: 10px;
}

.textbox {
    margin: 20px 0 50px;
}

.footer-left-top {
    min-height: 250px;
}

/* language switch*/
.lang-switcher {
  position: relative;
  display: inline-block;
}

.lang-switcher__toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.lang-switcher__toggle:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}

.lang-switcher__arrow {
  transition: transform 0.2s ease;
}

.lang-switcher.is-open .lang-switcher__arrow {
  transform: rotate(180deg);
}

.lang-switcher__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 140px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #E3F0F2;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 999;
}

.lang-switcher.is-open .lang-switcher__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.switcher__item {
    border: 1px solid #E3F0F2;
}

.lang-switcher__item a {
    border-top: 1px solid #E3F0F2;
}

.lang-switcher__item:first-of-type a {
    border-top: 0;
}

.lang-switcher__item a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.15s ease;
}

.lang-switcher__item a:hover {
  background: #E3F0F2;
}

.lang-switcher__item.is-active a {
  font-weight: 600;
  color: #000;
}

.lang-switcher__flag img {
  width: 20px;
  height: auto;
  border-radius: 2px;
}

header {
    position: relative;
}

.language-switcher {
    position: absolute;
    top: 60px;
    right: 10px;
}

.lang-switcher__dropdown {
    transform: translateX(-45px) !important;
}

.lang-switcher__current,
.lang-switcher__arrow,
.lang-switcher__name {
    color: #007F95;
}

footer img {
    max-width: 230px;
    width: 100%;
}