/*!
Theme Name: Tech Summit
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Europe's premier technology conference theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: techsummit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/** Tech Summit ** Style ***  

**** Icomoon Font Family 
font-family: 'techjobsfair-icon-pack';

***/

:root {
    --main-theme-color: #FC8700;
    --main-theme-dark-color: #0C107D;
    --main-gray-bg-color: #efefef;
    --main-txt-color: #67667D;
    --main-dark-txt-color: #020026;
    --main-txt-url-color: #020026;
    --main-txt-url-hover-color: #FC8700;
    --main-theme-bg-gradient: linear-gradient(90deg, rgba(252, 135, 0, 1) 0%, rgba(252, 135, 0, 1) 100%);
}

body {
    overflow: auto !important;
    font-family: 'Figtree';
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: var(--main-txt-color)
}

a {
    text-decoration: none;
    outline: none;
    color: var(--main-txt-url-color);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: var(--main-txt-url-hover-color);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

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

.mt-20 {
    margin-top: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mr-20 {
    margin-right: 20px
}

.ml-20 {
    margin-left: 20px
}

.global-image-container {
    display: inline-block
}

.global-image-container img {
    border-radius: 10px
}

.global-gray-bg {
    background-color: var(--main-gray-bg-color)
}

.image-popup-fit-width {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.scroll-to-top-button {
    position: fixed;
    right: -50px;
    border-radius: 5px 0 0 5px;
    height: 50px;
    width: 50px;
    bottom: 100px;
    z-index: 99;
    color: #FFF;
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    background: #FC8700;
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 135, 0, 1)), to(rgba(12, 16, 125, 1)));
    background: -o-linear-gradient(left, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    background: linear-gradient(90deg, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FC8700", endColorstr="#0C107D", GradientType=1)
}

.scroll-to-top-button.show {
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.scroll-to-top-button:hover,
.scroll-to-top-button:focus {
    opacity: 1;
    color: #FFF;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.global-content-section {
    padding: 60px 0;
    min-height: 500px
}

.main-title-with-subtitle-wrapper {
    margin: 0 0 30px;
    padding: 0
}

.main-title-with-subtitle-wrapper .title-text {
    margin: 0 0 15px;
    padding: 0;
    font-size: 40px;
    line-height: 43px;

    font-weight: 400;
    color: var(--main-dark-txt-color)
}

.main-title-with-subtitle-wrapper .title-text.orange-title {
    color: var(--main-theme-color)
}

.main-title-with-subtitle-wrapper .sub-title-text {
    margin: 0;
    padding: 0;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: .2px;

    font-weight: 400;
    color: var(--main-dark-txt-color)
}

.main-title-wrapper {
    margin: 0 0 30px;
    padding: 0
}

.main-title-wrapper .title-text {
    margin: 0 0 15px;
    padding: 0;
    font-size: 40px;
    line-height: 45px;

    font-weight: 400;
    color: var(--main-dark-txt-color)
}

.main-title-wrapper .title-text.orange-title {
    color: var(--main-theme-color)
}


.ts-theme-button:hover {
    background: #0C107D;
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 16, 125, 1)), to(rgba(8, 11, 60, 1)));
    background: -o-linear-gradient(left, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C107D", endColorstr="#080B3C", GradientType=1)
}

.ts-theme-black-button {
    font-size: 16px;
    line-height: 23px;
    border: none;
    outline: none;
    cursor: pointer;

    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 6px;
    color: #FFF !important;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #0C107D;
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 16, 125, 1)), to(rgba(8, 11, 60, 1)));
    background: -o-linear-gradient(left, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C107D", endColorstr="#080B3C", GradientType=1)
}

.ts-theme-black-button:hover {
    background: #FC8700;
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 135, 0, 1)), to(rgba(12, 16, 125, 1)));
    background: -o-linear-gradient(left, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    background: linear-gradient(90deg, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FC8700", endColorstr="#0C107D", GradientType=1)
}

.ts-container {
    max-width: 1400px
}

ul.ts-tabs-list {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.ts-tabs-list li {
    background: none;
    color: var(--main-dark-txt-color);
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    cursor: pointer
}

ul.ts-tabs-list li.current {
    background: var(--main-gray-bg-color);
    color: var(--main-dark-txt-color)
}

.ts-tab-content {
    display: none;
    background: var(--main-gray-bg-color);
    padding: 20px;
    border-radius: 0 10px 10px 10px
}

.ts-tab-content.current {
    display: block
}

ul.ts-theme-list {
    margin: 25px 0;
    padding: 0;
    list-style-type: none
}

ul.ts-theme-list li {
    position: relative;
    padding: 0 0 0 20px;
    margin-top: 10px
}

ul.ts-theme-list li:first-child {
    margin-top: 0
}

ul.ts-theme-list li::before {
    content: "";
    height: 9px;
    width: 9px;
    background-color: var(--main-theme-color);
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 100%
}

.custom-form-wrapper .wpforms-field input[type="text"],
.custom-form-wrapper .wpforms-field input[type="email"],
.custom-form-wrapper .wpforms-field input[type="tel"],
.custom-form-wrapper .wpforms-field input[type="url"],
.custom-form-wrapper .wpforms-field input[type="password"],
.custom-form-wrapper .wpforms-field select,
.custom-form-wrapper .wpforms-field textarea {
    background-color: #f7f7f7 !important;
    border: 1px solid #e3e3e3 !important;
    padding: 10px 15px !important;
    border-radius: 7px !important;
    width: 100% !important;
    outline: none !important;
    -webkit-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    font-size: 17px !important;
    line-height: 25px !important
}

.custom-form-wrapper .wpforms-field input[type="text"],
.custom-form-wrapper .wpforms-field input[type="email"],
.custom-form-wrapper .wpforms-field input[type="tel"],
.custom-form-wrapper .wpforms-field input[type="url"],
.custom-form-wrapper .wpforms-field input[type="password"],
.custom-form-wrapper .wpforms-field select {
    height: auto !important
}

.custom-form-wrapper .wpforms-field input[type="text"]:hover,
.custom-form-wrapper .wpforms-field input[type="email"]:hover,
.custom-form-wrapper .wpforms-field input[type="tel"]:hover,
.custom-form-wrapper .wpforms-field input[type="url"]:hover,
.custom-form-wrapper .wpforms-field input[type="password"]:hover,
.custom-form-wrapper .wpforms-field select:hover,
.custom-form-wrapper .wpforms-field textarea:hover {
    border-color: #999 !important;
    -webkit-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important
}

.custom-form-wrapper .wpforms-field input[type="text"]:focus,
.custom-form-wrapper .wpforms-field input[type="email"]:focus,
.custom-form-wrapper .wpforms-field input[type="tel"]:focus,
.custom-form-wrapper .wpforms-field input[type="url"]:focus,
.custom-form-wrapper .wpforms-field input[type="password"]:focus,
.custom-form-wrapper .wpforms-field select:focus,
.custom-form-wrapper .wpforms-field textarea:focus {
    border-color: #999 !important;
    -webkit-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important
}

.custom-form-wrapper .wpforms-field label.wpforms-field-label {
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 17px !important;
    line-height: 25px !important;
    color: #000;
    font-weight: 600 !important
}

.custom-form-wrapper .wpforms-field label.wpforms-field-label .wpforms-required-label {
    color: red !important
}

.custom-form-wrapper .wpforms-field input.wpforms-smart-phone-field {
    padding-left: 50px !important
}

.custom-form-wrapper .wpforms-submit,
.subscribers-btn {
    font-size: 16px !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 15px 25px !important;
    border-radius: 6px !important;
    color: #FFF !important;
    letter-spacing: .5px !important;
    position: relative !important;
    overflow: hidden !important;
    display: inline-block !important;
    background: #ff5a00 !important;
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 135, 0, 1)), to(rgba(252, 135, 0, 1))) !important;
    background: -o-linear-gradient(left, rgba(252, 135, 0, 1) 0%, rgba(252, 135, 0, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(252, 135, 0, 1) 0%, rgba(252, 135, 0, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5a00", endColorstr="#ff7800", GradientType=1)
}

.custom-form-wrapper .wpforms-submit:hover,
.subscribers-btn:hover {
    background: #000 !important;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(51, 51, 51, 1))) !important;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#333333", GradientType=1)
}

.custom-form-wrapper input[type="text"],
.custom-form-wrapper input[type="file"],
.custom-form-wrapper input[type="password"],
.custom-form-wrapper input[type="email"],
.custom-form-wrapper input[type="url"],
.custom-form-wrapper input[type="date"],
.custom-form-wrapper input[type="month"],
.custom-form-wrapper input[type="time"],
.custom-form-wrapper input[type="datetime"],
.custom-form-wrapper input[type="datetime-local"],
.custom-form-wrapper input[type="week"],
.custom-form-wrapper input[type="number"],
.custom-form-wrapper input[type="search"],
.custom-form-wrapper input[type="tel"],
.custom-form-wrapper input[type="color"],
.custom-form-wrapper select,
.custom-form-wrapper textarea {
    height: 45px;
    width: 100%;
    margin: 0;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 45px;
    padding: 0 15px;
    background-color: #FFF;
    color: #555;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.custom-form-wrapper input[type="text"]:hover,
.custom-form-wrapper input[type="file"]:hover,
.custom-form-wrapper input[type="password"]:hover,
.custom-form-wrapper input[type="email"]:hover,
.custom-form-wrapper input[type="url"]:hover,
.custom-form-wrapper input[type="date"]:hover,
.custom-form-wrapper input[type="month"]:hover,
.custom-form-wrapper input[type="time"]:hover,
.custom-form-wrapper input[type="datetime"]:hover,
.custom-form-wrapper input[type="datetime-local"]:hover,
.custom-form-wrapper input[type="week"]:hover,
.custom-form-wrapper input[type="number"]:hover,
.custom-form-wrapper input[type="search"]:hover,
.custom-form-wrapper input[type="tel"]:hover,
.custom-form-wrapper input[type="color"]:hover,
.custom-form-wrapper select:hover,
.custom-form-wrapper textarea:hover {
    border-color: #999;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.custom-form-wrapper input[type="text"]:focus,
.custom-form-wrapper input[type="file"]:focus,
.custom-form-wrapper input[type="password"]:focus,
.custom-form-wrapper input[type="email"]:focus,
.custom-form-wrapper input[type="url"]:focus,
.custom-form-wrapper input[type="date"]:focus,
.custom-form-wrapper input[type="month"]:focus,
.custom-form-wrapper input[type="time"]:focus,
.custom-form-wrapper input[type="datetime"]:focus,
.custom-form-wrapper input[type="datetime-local"]:focus,
.custom-form-wrapper input[type="week"]:focus,
.custom-form-wrapper input[type="number"]:focus,
.custom-form-wrapper input[type="search"]:focus,
.custom-form-wrapper input[type="tel"]:focus,
.custom-form-wrapper input[type="color"]:focus,
.custom-form-wrapper select:focus,
.custom-form-wrapper textarea:focus {
    border-color: var(--main-theme-color);
    background-color: #FFF
}

.custom-form-wrapper .chosen-container {
    height: 45px;
    line-height: 41px;
    width: 100%;
    outline: none;
    margin: 0;
    border: 2px solid #CCC;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.custom-form-wrapper .chosen-container.chosen-container-multi {
    height: auto;
    min-height: 45px
}

.custom-form-wrapper .chosen-container:hover {
    border-color: #999;
    background-color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.custom-form-wrapper .chosen-container:focus {
    border-color: #00a5fa;
    background-color: #efefef
}

.custom-form-wrapper .chosen-container.chosen-container-multi .chosen-choices {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0 15px
}

.custom-form-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
    margin: 10px 5px
}

.custom-form-wrapper .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    font-size: 17px;
    font-weight: 400
}

.custom-form-wrapper .chosen-container .chosen-single {
    padding: 0 15px;
    font-size: 17px;
    line-height: 40px;
    font-weight: 400;
    color: #555;
    height: auto;
    border: none !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background: transparent !important
}

.custom-form-wrapper .chosen-container .chosen-single div b {
    background-position: 0 12px
}

.custom-form-wrapper .chosen-container .chosen-drop {
    top: calc(100% - 2px);
    border: 2px solid #CCC;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin: 0 0 0 -2px;
    -webkit-box-shadow: 7px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 7px 5px 15px rgba(0, 0, 0, 0.1);
    width: calc(100% + 4px);
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s
}

.custom-form-wrapper .chosen-container .chosen-drop:hover {
    border-color: #999
}

.custom-form-wrapper .chosen-container .chosen-search input[type="text"] {
    height: auto;
    line-height: 20px;
    font-size: 16px;
    padding: 1px 4px;
    min-height: unset
}

.custom-form-wrapper .chosen-container .chosen-drop .chosen-results li {
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.custom-form-wrapper .chosen-container .chosen-drop .chosen-results li.highlighted {
    background: #00a5fa
}

.custom-form-wrapper .acf-fields.-border {
    border: none
}

.custom-form-wrapper .acf-fields .acf-field {
    margin: 20px 0 0;
    padding: 0;
    border: none
}

.custom-form-wrapper .acf-fields .acf-field:first-child {
    margin: 0;
    padding: 0
}

.custom-form-wrapper .acf-form-submit {
    margin: 20px 0 0;
    padding: 0
}

.custom-form-wrapper .acf-input input[type="text"],
.custom-form-wrapper .acf-input input[type="email"],
.custom-form-wrapper .acf-input input[type="tel"],
.custom-form-wrapper .acf-input input[type="url"],
.custom-form-wrapper .acf-input input[type="file"],
.custom-form-wrapper .acf-input input[type="password"],
.custom-form-wrapper .acf-input select,
.custom-form-wrapper .acf-input textarea:not(.wp-editor-area) {
    background-color: #f7f7f7 !important;
    border: 2px solid #e3e3e3 !important;
    padding: 10px 15px !important;
    border-radius: 7px !important;
    width: 100% !important;
    outline: none !important;
    -webkit-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    font-size: 17px !important;
    line-height: 25px !important
}

.custom-form-wrapper .acf-input textarea.wp-editor-area {
    border: none
}

.custom-form-wrapper .acf-input input[type="text"],
.custom-form-wrapper .acf-input input[type="email"],
.custom-form-wrapper .acf-input input[type="tel"],
.custom-form-wrapper .acf-input input[type="url"],
.custom-form-wrapper .acf-input input[type="file"],
.custom-form-wrapper .acf-input input[type="password"],
.custom-form-wrapper .acf-input select {
    height: auto !important
}

.custom-form-wrapper .acf-input input[type="text"]:hover,
.custom-form-wrapper .acf-input input[type="email"]:hover,
.custom-form-wrapper .acf-input input[type="tel"]:hover,
.custom-form-wrapper .acf-input input[type="url"]:hover,
.custom-form-wrapper .acf-input input[type="file"]:hover,
.custom-form-wrapper .acf-input input[type="password"]:hover,
.custom-form-wrapper .acf-input select:hover,
.custom-form-wrapper .acf-input textarea:not(.wp-editor-area):hover {
    border-color: #999 !important;
    -webkit-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important
}

.custom-form-wrapper .acf-input input[type="text"]:focus,
.custom-form-wrapper .acf-input input[type="email"]:focus,
.custom-form-wrapper .acf-input input[type="tel"]:focus,
.custom-form-wrapper .acf-input input[type="url"]:focus,
.custom-form-wrapper .acf-input input[type="file"]:focus,
.custom-form-wrapper .acf-input input[type="password"]:focus,
.custom-form-wrapper .acf-input select:focus,
.custom-form-wrapper .acf-input textarea:not(.wp-editor-area):focus {
    border-color: var(--main-theme-color) !important;
    -webkit-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important
}

.custom-form-wrapper .acf-input .acf-url i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 12px;
    left: 12px;
    opacity: 1;
    color: #AAA
}

.custom-form-wrapper .acf-label label {
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 17px !important;
    line-height: 25px !important;
    color: #000;
    font-weight: 600 !important
}

.custom-form-wrapper .acf-label label .acf-required {
    color: red !important
}

.custom-form-wrapper .acf-form-submit .acf-button {
    font-size: 16px !important;
    line-height: 23px !important;
    border: none !important;
    outline: none !important;
    cursor: pointer !important;

    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 15px 25px !important;
    border-radius: 6px !important;
    color: #FFF !important;
    letter-spacing: .5px !important;
    position: relative !important;
    overflow: hidden !important;
    display: inline-block !important;
    background: #ff5a00 !important;
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 135, 0, 1)), to(rgba(252, 135, 0, 1))) !important;
    background: -o-linear-gradient(left, rgba(252, 135, 0, 1) 0%, rgba(252, 135, 0, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(252, 135, 0, 1) 0%, rgba(252, 135, 0, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5a00", endColorstr="#ff7800", GradientType=1)
}

.custom-form-wrapper .acf-form-submit .acf-button:hover {
    background: #000 !important;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(51, 51, 51, 1))) !important;
    background: -o-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%) !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#333333", GradientType=1)
}

.hasCountdown {
    padding: 0;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hasCountdown .countdown_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -5px
}

.hasCountdown .countdown_section {
    background: #FFF;
    border-radius: 5px;
    margin: 5px;
    min-width: 60px;

    font-weight: 400;
    font-size: 9px;
    line-height: 13px;
    color: #000;
    text-transform: uppercase;
    padding: 0 0 5px;
    letter-spacing: .2px;
    position: relative;
    overflow: hidden
}

.hasCountdown .countdown_section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), color-stop(75%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}

.hasCountdown .countdown_section .countdown_amount {
    font-size: 19px;
    line-height: 22px;

    font-weight: 400;
    color: #000;
    padding: 7px 5px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFF;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 5px
}

.site-header {
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

body.admin-bar .site-header {
    top: 32px
}

.site-header.fixed-header {
    position: fixed;
    top: -200px
}

body.admin-bar .site-header.fixed-header {
    position: fixed;
    top: -200px
}

.site-header.sticky-header {
    position: fixed;
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2)
}
.page-template-pricing .site-header.sticky-header{
    position: absolute;
}
body.admin-bar .site-header.sticky-header {
    top: 32px
}

.site-header-container {
    padding: 15px
}

.site-header-container .site-header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.site-header-container .site-header-row .site-header-col.site-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 220px
}

.site-header-container .site-header-row .site-header-col.site-header-logo .site-branding {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.site-header-container .site-header-row .site-header-col.site-header-logo .site-branding a.custom-logo-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.site-header-container .site-header-row .site-header-col.site-header-logo .site-branding img.custom-logo {
    height: 60px
}

.site-header-container .site-header-row .site-header-col.site-header-navigation {
    width: calc(100% - 220px)
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation {
    float: right;
    margin: 0;
    width: auto
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    margin-left: 30px;

    letter-spacing: .3px
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item:first-child {
    margin-left: 0
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item a {
    color: #000
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item a:hover,
.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.current-menu-item a {
    color: var(--main-theme-color)
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children a:first-child {
    padding-right: 20px;
    position: relative;
    cursor: pointer
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children a:first-child::before {
    content: "";
    height: 2px;
    width: 7px;
    background: #AAA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children a:first-child::after {
    content: "";
    height: 2px;
    width: 7px;
    background: #AAA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg)
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
    position: absolute;
    max-width: 230px;
    width: 100%;
    background: #FFF;
    border-radius: 0 0 6px 6px;
    top: 89px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    z-index: 99;
    overflow: hidden;
    display: none
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
    padding: 0;
    margin: 0;
    border-top: 1px solid #EEE;
    text-transform: unset;
    width: 100%
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:first-child {
    border-top: 0
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    padding: 10px 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:hover {
    padding-left: 20px;
    background: #EEE
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:first-child {
    padding-right: 15px;
    position: unset
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:first-child::after {
    display: none
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:first-child::before {
    display: none
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .header-nav-button a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;

    font-weight: normal;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 6px;
    color: #FFF !important;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #FC8700;
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 135, 0, 1)), to(rgba(12, 16, 125, 1)));
    background: -o-linear-gradient(left, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    background: linear-gradient(90deg, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FC8700", endColorstr="#0C107D", GradientType=1)
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .header-nav-button a:hover {
    background: #0C107D;
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 16, 125, 1)), to(rgba(8, 11, 60, 1)));
    background: -o-linear-gradient(left, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C107D", endColorstr="#080B3C", GradientType=1)
}

.site-header-mobile-menu-button,
.site-header-mobile-menu-container {
    display: none
}

.site-content {
    padding-top: 90px
}

.home-banner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 60px 0
}

.home-banner-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* background-color: var(--main-theme-color); */
    background-image: url(assets/images/main-banner-shape-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
    z-index: 0;
    min-height: 80vh;
}

.home-banner-section .home-banner-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.home-banner-section .home-banner-content-wrapper .hero-tag-line, 
.partnership-hero-content .hero-tag-line {
    max-width: 350px;
    margin: auto;
    padding: 12px 15px;
    border: 1px solid #FFCEA1;
    border-radius: 7px;

}

.home-banner-section .home-banner-content-wrapper .home-banner-title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 67px;
    line-height: 84px;
    letter-spacing: .5px;
    font-weight: 700;
}

.home-banner-section .home-banner-content-wrapper .home-banner-description {
    margin: 0 0 35px;
    padding: 0;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: .5px
}

.home-banner-section .home-banner-content-wrapper .home-banner-description strong {

    font-weight: 400
}

.home-banner-section .home-banner-content-wrapper .home-banner-event-infomation .home-banner-event-info-title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;

    letter-spacing: .5px
}

.home-banner-section .home-banner-content-wrapper .home-banner-event-infomation .home-banner-event-info-title span {
    padding-left: 23px;
    position: relative;
    font-size: 20px
}

.home-banner-section .home-banner-content-wrapper .home-banner-event-infomation .home-banner-event-info-title span::before {
    content: "\e905";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'techjobsfair-icon-pack';
    font-size: 18px;
    font-weight: 400;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.home-banner-section .home-banner-content-wrapper .home-banner-event-infomation .home-banner-event-countdown {
    margin: 0 0 30px
}

.home-banner-section .home-banner-content-wrapper .ts-theme-black-button {
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.home-banner-section .home-banner-content-wrapper .ts-theme-black-button:hover {
    background: #FFF;
    color: #000 !important;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.home-banner-section .home-banner-video-wrapper .home-banner-video {
    background-color: #000;
    min-height: 550px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.home-banner-section .home-banner-video-wrapper .home-banner-video .home-banner-video-play-button {
    background: var(--main-theme-color);
    font-size: 0;
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.home-banner-section .home-banner-video-wrapper .home-banner-video:hover .home-banner-video-play-button {
    background: #c90000;
    -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
    box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15)
}

.home-banner-section .home-banner-video-wrapper .home-banner-video:hover .home-banner-video-play-button:hover {
    -webkit-animation: blinkbtn 2s infinite;
    animation: blinkbtn 2s infinite
}

@-webkit-keyframes blinkbtn {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

@keyframes blinkbtn {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

.home-banner-section .home-banner-video-wrapper .home-banner-video .home-banner-video-play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 17px solid #FFF;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home-banner-section .home-banner-video-wrapper .home-banner-video .home-banner-video-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7
}

.upcoming-ts-section {
    position: relative;
    padding: 20px 0
}

.upcoming-ts-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--main-gray-bg-color);
    height: 600px;
    width: 100%;
    left: 0;
    bottom: -50px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 65%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 65%)
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list {
    margin: -15px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li {
    width: calc(25% - 30px);
    margin: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li .upcoming-ts-box-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li .upcoming-ts-box {
    min-height: 210px;
    background-color: #FFF;
    background-size: cover;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li .upcoming-ts-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: #000;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), color-stop(75%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1)
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li .upcoming-ts-box .upcoming-ts-box-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    z-index: 1;
    padding: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li .upcoming-ts-box:hover .upcoming-ts-box-content {
    padding: 20px 20px 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li .upcoming-ts-box .upcoming-ts-box-content .upcoming-ts-location {
    margin: 0 0 3px;
    padding: 0;
    font-size: 21px;
    line-height: 25px;
    color: #FFF;

    font-weight: 400;
    letter-spacing: .5px;
    word-break: break-all
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li .upcoming-ts-box .upcoming-ts-box-content .upcoming-ts-date {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .3px;
    position: relative;
    padding-left: 22px
}

.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li .upcoming-ts-box .upcoming-ts-box-content .upcoming-ts-date::before {
    content: "\e900";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'techjobsfair-icon-pack';
    font-weight: 400
}

.why-attend-section {
    padding: 50px 0
}

.why-attend-section .why-attend-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.why-attend-section .why-attend-accordion .accordion-group {
    background-color: #FFF;
    border-radius: 10px;
    margin: 25px 0;
    border: 1px solid #d4d4d4;
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-heading {
    padding: 25px 45px 25px 30px;
    cursor: pointer;
    position: relative
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-heading::before {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 2px;
    width: 24px;
    background-color: #000
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-heading::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    height: 2px;
    width: 24px;
    background-color: #000;
    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.why-attend-section .why-attend-accordion .accordion-group.accordion-group-open .accordion-heading::after {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-heading .accordion-heading-text {
    margin: 0;
    padding: 0;

    font-size: 20px;
    line-height: 25px;
    font-weight: 400
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-content {
    padding: 0 30px 30px
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-content p {
    margin: 15px 0 0;
    padding: 0;
    font-size: 18px;
    line-height: 25px
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-content p:first-child {
    margin: 0;
    padding: 0
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-content ul {
    margin: 25px 0 0;
    padding: 0;
    list-style-type: none
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-content ul li {
    position: relative;
    padding: 2px 0 2px 20px
}

.why-attend-section .why-attend-accordion .accordion-group .accordion-content ul li::before {
    content: "";
    height: 9px;
    width: 9px;
    background-color: var(--main-theme-color);
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 100%
}

.why-attend-section .why-attend-short-infomation {
    max-width: calc(100% - 40px);
    margin-left: auto
}

.meet-our-partners-section {
    padding: 70px 0;
    background-color: var(--main-gray-bg-color)
}

.meet-our-partners-section .main-title-with-subtitle-wrapper {
    margin: 0 0 50px
}

.meet-our-partners-section .meet-our-partners-col {
    text-align: center
}

.meet-our-partners-section .meet-our-partners-col h4 {
    font-size: 23px;
    line-height: 30px;
    color: #000;

    margin: 20px 0;
    padding: 0;
    letter-spacing: .2px
}

.companies-partners-logos-group .companies-partners-logos-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

.companies-partners-logos-group .companies-partners-logos-list li {
    background: #FFF;
    width: calc(33.3% - 20px);
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 130px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    position: relative
}

.companies-partners-logos-group .companies-partners-logos-list li img {
    max-height: 100px;
    max-width: calc(100% - 30px);
}

.companies-partners-logos-group .companies-partners-logos-list li:hover {
    border-color: #555;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.companies-partners-logos-group .companies-partners-logos-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.companies-partners-logos-group .companies-partners-logos-list li .companies-partners-logo {
    position: absolute;
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.companies-partners-logos-group .companies-partners-logos-list li .view-all-companies-partners {
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    color: var(--main-txt-url-hover-color)
}

.companies-partners-logos-group .companies-partners-logos-list li .view-all-companies-partners:hover {
    color: var(--main-txt-url-color)
}

.former-partners-section {
    padding: 70px 0
}

.former-partners-section .main-title-with-subtitle-wrapper {
    margin: 0 0 50px
}

.video-testimonlial-box-wrapper {
    margin: 0 0 50px;
    padding: 0
}

.video-testimonlial-box-wrapper .video-testimonlial {
    background-color: #000;
    min-height: 285px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.video-testimonlial-box-wrapper .video-testimonlial .video-testimonlial-play-button {
    background: var(--main-theme-color);
    font-size: 0;
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.video-testimonlial-box-wrapper .video-testimonlial:hover .video-testimonlial-play-button {
    background: #c90000;
    -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
    box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15)
}

.video-testimonlial-box-wrapper .video-testimonlial:hover .video-testimonlial-play-button:hover {
    -webkit-animation: blinkbtn 2s infinite;
    animation: blinkbtn 2s infinite
}

@-webkit-keyframes blinkbtn {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

@keyframes blinkbtn {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

.video-testimonlial-box-wrapper .video-testimonlial .video-testimonlial-play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 17px solid #FFF;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-testimonlial-box-wrapper .video-testimonlial .video-testimonlial-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5
}

.video-testimonlial-box-wrapper .video-testimonlial-author {
    margin-top: 20px
}

.video-testimonlial-box-wrapper .video-testimonlial-author .video-testimonlial-author-name {
    margin: 0 0 3px;
    padding: 0;
    font-size: 21px;
    line-height: 25px;
    font-weight: 400;
    color: var(--main-dark-txt-color);
}

.video-testimonlial-box-wrapper .video-testimonlial-author .video-testimonlial-author-designation {
    color: var(--main-txt-color);
}

.testimonlial-box-wrapper {
    margin: 0;
    padding: 0;
}

.testimonlial-box-wrapper .testimonlial {
    border: 1px solid #c2c2c2;
    background: #FFF;
    padding: 30px;
    font-size: 19px;
    line-height: 28px;
    color: #000;
    border-radius: 10px;
}

.testimonlial-box-wrapper .testimonlial-author {
    margin-top: 20px;
}

.testimonlial-box-wrapper .testimonlial-author .testimonlial-author-name {
    margin: 0 0 3px;
    padding: 0;
    font-size: 21px;
    line-height: 25px;

    font-weight: 400;
    color: #000;
}

.testimonlial-box-wrapper .testimonlial-author .testimonlial-author-designation {
    color: #777;
}

.testimonial-content-section {
    padding: 60px 0;
    background: var(--main-gray-bg-color);
}

.testimonial-content-section .video-testimonlial-box-wrapper {
    margin: 0;
    padding: 0;
}

.testimonial-content-section .video-testimonlial-box-wrapper .video-testimonlial {
    background-color: #000;
    min-height: 285px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.testimonial-content-section .video-testimonlial-box-wrapper .video-testimonlial .video-testimonlial-play-button {
    background: var(--main-theme-color);
    font-size: 0;
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.testimonial-content-section .video-testimonlial-box-wrapper .video-testimonlial:hover .video-testimonlial-play-button {
    background: #c90000;
    -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
    box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
}

.testimonial-content-section .video-testimonlial-box-wrapper .video-testimonlial:hover .video-testimonlial-play-button:hover {
    -webkit-animation: blinkbtn 2s infinite;
    animation: blinkbtn 2s infinite;
}

.testimonial-content-section .video-testimonlial-box-wrapper .video-testimonlial .video-testimonlial-play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 17px solid #FFF;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.testimonial-content-section .video-testimonlial-box-wrapper .video-testimonlial .video-testimonlial-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
}

.testimonial-content-section .video-testimonlial-box-wrapper .video-testimonlial-author {
    margin-top: 20px;
    text-align: center;
}

.testimonial-content-section .video-testimonlial-box-wrapper .video-testimonlial-author .video-testimonlial-author-name {
    margin: 0 0 3px;
    padding: 0;
    font-size: 21px;
    line-height: 25px;

    font-weight: 400;
    color: #000;
}

.testimonial-content-section .video-testimonlial-box-wrapper .video-testimonlial-author .video-testimonlial-author-designation {
    color: #777;
}

.testimonial-content-section .testimonlial-box-wrapper .testimonlial {
    border: 1px solid #c2c2c2;
    background: #FFF;
    padding: 30px;
    font-size: 19px;
    line-height: 28px;
    color: #000;
    border-radius: 10px;
}

.testimonial-content-section .testimonlial-box-wrapper .testimonlial-author {
    margin-top: 20px;
    text-align: center
}

.testimonial-content-section .testimonlial-box-wrapper .testimonlial-author .testimonlial-author-name {
    margin: 0 0 3px;
    padding: 0;
    font-size: 21px;
    line-height: 25px;

    font-weight: 400;
    color: #000
}

.testimonial-content-section .testimonlial-box-wrapper .testimonlial-author .testimonlial-author-designation {
    color: #777
}

.ts-achievement-section {
    background-color: var(--main-gray-bg-color);
    padding: 60px 0
}

.ts-achievement-section .ts-achievement-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ts-achievement-section .ts-achievement-box-wrapper .ts-achievement-icon-wrap {
    width: calc(140px - 20px);
    margin-right: 20px;
    text-align: center
}

.ts-achievement-section .ts-achievement-box-wrapper .ts-achievement-content-wrap {
    width: calc(100% - 140px)
}

.ts-achievement-section .ts-achievement-box-wrapper .ts-achievement-content-wrap .ts-achievement-counter {
    font-size: 35px;
    line-height: 40px;

    font-weight: 400;
    color: var(--main-theme-color);
    letter-spacing: .5px
}

.ts-achievement-section .ts-achievement-box-wrapper .ts-achievement-content-wrap .ts-achievement-title {
    font-size: 25px;
    line-height: 30px;

    font-weight: 400;
    color: var(--main-dark-txt-color);
    letter-spacing: .5px
}

.ts-achievement-section .sprite {
    display: inline-block;
    vertical-align: middle;
    background-image: url(assets/images/sprites/ts-achievement-icons.png);
    background-position: left center;
    background-repeat: no-repeat
}

.ts-achievement-section .sprite.achievement_partners_icon {
    background-position: 0 0;
    width: 90px;
    height: 90px
}

.ts-achievement-section .sprite.achievement_attendees_icon {
    background-position: -100px 0;
    width: 90px;
    height: 90px
}

.ts-achievement-section .sprite.achievement_companies_icon {
    background-position: -200px 0;
    width: 90px;
    height: 90px
}

.ts-achievement-section .sprite.achievement_countries_icon {
    background-position: -300px 0;
    width: 90px;
    height: 90px
}

@-webkit-keyframes blinkbtn {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

@keyframes blinkbtn {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

.select-your-ticket-section {
    padding: 60px 0 0;
    position: relative;
    z-index: 1
}

.select-your-ticket-section .main-title-with-subtitle-wrapper {
    margin: 0 0 40px
}

.select-your-ticket-section .all-tickets-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.select-your-ticket-section .all-tickets-group-wrapper ul.all-tickets-group-list {
    margin: -15px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select-your-ticket-section .all-tickets-group-wrapper ul.all-tickets-group-list li.ticket-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(33.3% - 30px);
    margin: 15px
}

.ticket-package-box-wrapper {
    border: 1px solid #999;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
}

.ticket-package-box-wrapper .ticket-package-head-wrapper {
    text-align: center
}

.ticket-package-box-wrapper .ticket-package-head-wrapper .ticket-package-name {
    background: #999
}

.ticket-package-box-wrapper .ticket-package-head-wrapper .ticket-package-name .ticket-package-name-text {
    padding: 20px 20px 50px;
    margin: 0;
    color: #FFF;
    font-size: 26px;
    line-height: 30px;

    font-weight: 400;
    letter-spacing: .5px
}

.ticket-package-box-wrapper .ticket-package-head-wrapper .ticket-package-type {
    position: relative;
    margin: -35px 0 10px
}

.ticket-package-box-wrapper .ticket-package-head-wrapper .ticket-package-type .ticket-package-type-text {
    padding: 15px 40px;
    margin: 0;
    background: #FFF;
    color: #000;
    font-size: 30px;
    line-height: 35px;

    font-weight: 400;
    letter-spacing: .5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50px;
    min-width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ticket-package-box-wrapper .ticket-package-head-wrapper .ticket-package-description {
    padding: 0 20px;
    min-height: 50px
}

.ticket-package-box-wrapper .ticket-package-head-wrapper .ticket-package-description .ticket-package-description-text {
    padding: 0;
    margin: 0;

    font-weight: 400;
    color: #999;
    font-size: 20px;
    line-height: 25px
}

.ticket-package-box-wrapper .ticket-package-body-wrapper {
    padding: 20px 0;
    min-height: 270px
}

.ticket-package-box-wrapper .ticket-package-body-wrapper ul.ticket-package-infomation-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ticket-package-box-wrapper .ticket-package-body-wrapper ul.ticket-package-infomation-list li {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    padding: 15px 20px;
    text-align: center;

    color: #000
}

.ticket-package-box-wrapper .ticket-package-body-wrapper ul.ticket-package-infomation-list li:nth-child(odd) {
    background-color: #f5f5f5
}

.ticket-package-box-wrapper .ticket-package-foot-wrapper {
    padding: 20px;
    text-align: center
}

.ticket-package-box-wrapper .ticket-package-foot-wrapper .ticket-package-foot-info {
    margin: 0 0 25px;
    padding: 0;
    font-size: 16px;
    line-height: 20px
}

.ticket-package-box-wrapper .ticket-package-foot-wrapper .ts-theme-button {
    max-width: 250px;
    width: 100%
}

.ticket-package-box-wrapper.participant-ticket-package {
    border-color: var(--main-theme-color)
}

.ticket-package-box-wrapper.participant-ticket-package .ticket-package-head-wrapper .ticket-package-name {
    background: #FC8700;
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 135, 0, 1)), to(rgba(12, 16, 125, 1)));
    background: -o-linear-gradient(left, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    background: linear-gradient(90deg, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FC8700", endColorstr="#0C107D", GradientType=1)
}

.ticket-package-box-wrapper.participant-ticket-package .ticket-package-head-wrapper .ticket-package-description .ticket-package-description-text {
    color: var(--main-theme-color)
}

.ticket-package-box-wrapper.company-ticket-package {
    border-color: #0c90e4
}

.ticket-package-box-wrapper.company-ticket-package .ticket-package-head-wrapper .ticket-package-name {
    background: #0d77e3;
    background: -webkit-gradient(linear, left top, right top, from(rgba(13, 119, 227, 1)), to(rgba(12, 144, 228, 1)));
    background: -o-linear-gradient(left, rgba(13, 119, 227, 1) 0%, rgba(12, 144, 228, 1) 100%);
    background: linear-gradient(90deg, rgba(13, 119, 227, 1) 0%, rgba(12, 144, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d77e3", endColorstr="#0c90e4", GradientType=1)
}

.ticket-package-box-wrapper.company-ticket-package .ticket-package-head-wrapper .ticket-package-description .ticket-package-description-text {
    color: #0c90e4
}

.ticket-package-box-wrapper.company-ticket-package .ticket-package-foot-wrapper .ts-theme-button {
    background: #0d77e3;
    background: -webkit-gradient(linear, left top, right top, from(rgba(13, 119, 227, 1)), to(rgba(12, 144, 228, 1)));
    background: -o-linear-gradient(left, rgba(13, 119, 227, 1) 0%, rgba(12, 144, 228, 1) 100%);
    background: linear-gradient(90deg, rgba(13, 119, 227, 1) 0%, rgba(12, 144, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d77e3", endColorstr="#0c90e4", GradientType=1)
}

.ticket-package-box-wrapper.company-ticket-package .ticket-package-foot-wrapper .ts-theme-button:hover {
    background: #0C107D;
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 16, 125, 1)), to(rgba(8, 11, 60, 1)));
    background: -o-linear-gradient(left, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C107D", endColorstr="#080B3C", GradientType=1)
}

.our-agenda-section {
    background: var(--main-gray-bg-color);
    padding: 290px 0 60px;
    margin-top: -230px
}

.our-agenda-section .main-title-with-subtitle-wrapper {
    margin: 0 0 40px
}

.our-agenda-section .our-agenda-list-boxs-wrapper ul.our-agenda-list-boxs {
    margin: 0 -15px 40px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our-agenda-section .our-agenda-list-boxs-wrapper ul.our-agenda-list-boxs li.our-agenda-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(33.3% - 30px);
    margin: 15px
}

.our-agenda-section .our-agenda-list-box {
    margin: 0;
    background: #FFF;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 35px
}

.our-agenda-section .our-agenda-list-box ul.our-agenda-info-wrapper {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.our-agenda-section .our-agenda-list-box ul.our-agenda-info-wrapper li.our-agenda-info {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.our-agenda-section .our-agenda-list-box ul.our-agenda-info-wrapper li.our-agenda-info:first-child {
    margin-top: 0
}

.our-agenda-section .our-agenda-list-box ul.our-agenda-info-wrapper li.our-agenda-info .our-agenda-time {
    width: calc(100px - 20px);
    margin-right: 20px;
    position: relative;
    font-size: 23px;
    line-height: 27px;

}

.our-agenda-section .our-agenda-list-box ul.our-agenda-info-wrapper li.our-agenda-info .our-agenda-time::before {
    content: "";
    height: calc(100% - 4px);
    width: 4px;
    background-color: var(--main-theme-color);
    border-radius: 10px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.our-agenda-section .our-agenda-list-box ul.our-agenda-info-wrapper li.our-agenda-info .our-agenda-time span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    color: #999
}

.our-agenda-section .our-agenda-list-box ul.our-agenda-info-wrapper li.our-agenda-info .our-agenda-name {
    width: calc(100% - 120px);
    margin-left: auto;
    font-size: 20px;
    line-height: 25px
}

.our-speakers-section {
    background: var(--main-gray-bg-color);
    padding: 70px 0
}

.our-speakers-section .our-speakers-list-wrapper {
    margin: 20px 0
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list {
    margin: -10px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item {
    width: calc(25% - 20px);
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item img {
    max-width: 100%;
    width: auto
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item .our-speaker-info-box {
    margin: 0 0 30px;
    padding: 0;
    text-align: center
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item .our-speaker-info-box .our-speaker-info-header {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 300px;
    width: 100%;
    max-width: 320px;
    margin: 0 0 20px
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item .our-speaker-info-box .our-speaker-info-header .our-speaker-image {
    max-height: 300px;
    height: 100%;
    max-width: 270px;
    width: 100%;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item .our-speaker-info-box .our-speaker-info-header .our-speaker-company-logo {
    height: 90px;
    width: 90px;
    position: absolute;
    right: 50px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    border-radius: 100%;
    border: 1px solid var(--main-theme-color)
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item .our-speaker-info-box .our-speaker-info-header .our-speaker-company-logo img {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item .our-speaker-info-box .our-speaker-info-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item .our-speaker-info-box .our-speaker-info-footer .our-speaker-name {
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
    width: 100%
}

.our-speakers-section .our-speakers-list-wrapper ul.our-speakers-list li.our-speaker-item .our-speaker-info-box .our-speaker-info-footer .our-speaker-name .our-speaker-name-text {
    font-size: 25px;
    line-height: 30px;
    color: var(--main-theme-color);
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.our-speakers-section .cta-title-text {
    font-size: 26px;
    line-height: 30px;
    color: #000;

    margin: 20px 0;
    padding: 0;
    letter-spacing: .2px
}


.inner-page-banner-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(252, 135, 0, 0.2);
    border-radius: 50%;
    filter: blur(80px)
}

.inner-page-banner-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(12, 16, 125, 0.3);
    border-radius: 50%;
    filter: blur(100px)
}

.inner-page-banner-section .inner-banner-title-wrapper {
    text-align: center;
    position: relative;
    z-index: 1
}

.inner-page-banner-section .inner-banner-title-wrapper .inner-banner-title {
    margin: 0;
    padding: 0;
    font-size: 50px;
    line-height: 55px;

    color: #FFF;
    font-weight: 400;
    letter-spacing: .5px
}

.inner-page-banner-section .inner-banner-title-wrapper .inner-banner-sub-title {
    margin: 20px 0 0;
    padding: 0;
    font-size: 21px;
    line-height: 27px;
    color: #FFF;
    font-weight: 400;
    letter-spacing: .5px
}

.contact-content-section .contact-infomation-wrapper {
    width: calc(100% - 50px);
    margin-left: auto
}

.contact-content-section .contact-infomation-wrapper h3 {
    font-size: 30px;
    line-height: 35px;
    color: #111;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0
}

.contact-content-section .contact-infomation-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.contact-content-section .contact-infomation-wrapper ul li {
    position: relative;
    padding: 2px 0 2px 20px
}

.contact-content-section .contact-infomation-wrapper ul li::before {
    content: "";
    height: 9px;
    width: 9px;
    background-color: var(--main-theme-color);
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 100%
}

.testimonial-content-section .testimonial-masonry-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 0;
    padding: 0;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em
}

.testimonial-content-section .testimonial-masonry-list .testimonial-item {
    display: inline-block;
    margin: 0 0 40px;
    width: 100%;
    padding: 0;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.testimonial-content-section .testimonial-masonry-list .testimonial-item .video-testimonlial-box-wrapper {
    margin: 0;
    padding: 0
}

.all-company-partners-wrapper ul.all-company-partners-list {
    margin: -15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

.all-company-partners-wrapper ul.all-company-partners-list li.company-partner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 30px);
    padding: 30px;
    margin: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    cursor: default;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-company-partners-wrapper ul.all-company-partners-list li.company-partner-item:hover {
    border-color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-profile-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-profile-box-row .company-partner-profile-box-left-col {
    width: 150px;
    margin-right: 30px
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-profile-box-row .company-partner-profile-box-right-col {
    width: calc(100% - 180px)
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-logo {
    width: 150px;
    height: 100px;
    background: #FFF;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-logo img.company-partner-logo-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px)
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-name {
    margin: 0 0 15px;
    padding: 0
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-name .company-partner-name-text {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 35px;
    color: var(--main-dark-txt-color);
    text-transform: uppercase;
    font-weight: 400
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-name .company-partner-name-text:hover {
    color: var(--main-theme-color);
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-history-wrapper {
    margin: 0 0 20px;
    padding: 0
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-history-wrapper ul.company-partner-history {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-history-wrapper ul.company-partner-history li {
    width: 100%;
    position: relative;
    padding: 0 0 0 30px;
    margin-top: 5px
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-history-wrapper ul.company-partner-history li:first-child {
    margin-top: 0
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation ul.company-partner-history li.company-size::before {
    content: "\e909";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation ul.company-partner-history li.company-industry::before {
    content: "\e90a";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation ul.company-partner-history li.company-location::before {
    content: "\e905";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation ul.company-partner-history li.company-founded::before {
    content: "\e900";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-description {
    margin: 0 0 20px;
    padding: 0
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-description p {
    margin: 15px 0 0;
    padding: 0
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-description p:first-child {
    margin: 0;
    padding: 0
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-info-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-info-foot .company-partner-website {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    word-break: break-all
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-info-foot .company-partner-website .company-partner-website-url {
    position: relative;
    padding: 0 0 0 30px;
    color: var(--main-dark-txt-color)
}

.company-partner-website .company-partner-website-url::before {
    content: "\e90b";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 17px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-info-foot .company-partner-website .company-partner-website-url:hover {
    color: var(--main-theme-color)
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-info-foot .company-partner-social-links-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    padding: 0
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.facebook-link a {
    color: #38539b
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.twitter-link a {
    color: #2aa5db
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.linkedin-link a {
    color: #0070ac
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.instagram-link a {
    color: #c63490
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.youtube-link a {
    color: #f80000
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.xing-link a {
    color: #045d61
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li a {
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-company-partners-wrapper .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li a:hover {
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

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

.company-partner-content-section .company-partner-profile-box .company-partner-profile-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.company-partner-content-section .company-partner-profile-box .company-partner-profile-box-row .company-partner-profile-box-left-col {
    width: 150px;
    margin-right: 30px
}

.company-partner-content-section .company-partner-profile-box .company-partner-profile-box-row .company-partner-profile-box-right-col {
    width: calc(100% - 180px)
}

.company-partner-content-section .company-partner-profile-box .company-partner-logo {
    width: 150px;
    height: 150px;
    background: #FFF;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 1px solid #d4d4d4;
}

.company-partner-content-section .company-partner-profile-box .company-partner-logo img.company-partner-logo-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px)
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-name {
    margin: 0 0 15px;
    padding: 0
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-name .company-partner-name-text {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 35px;
    color: var(--main-dark-txt-color);
    text-transform: uppercase;

    font-weight: 400
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-history-wrapper {
    margin: 0 0 20px;
    padding: 0
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-history-wrapper ul.company-partner-history {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-history-wrapper ul.company-partner-history li {
    width: 100%;
    position: relative;
    padding: 0 0 0 30px;
    margin-top: 5px;
    fpnt-size: 16px;
    font-weight: 600;
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-history-wrapper ul.company-partner-history li:first-child {
    margin-top: 0
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation ul.company-partner-history li.company-size::before {
    content: "\e909";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation ul.company-partner-history li.company-industry::before {
    content: "\e90a";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation ul.company-partner-history li.company-location::before {
    content: "\e905";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation ul.company-partner-history li.company-founded::before {
    content: "\e900";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-description {
    margin: 0 0 20px;
    padding: 0
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-description p {
    margin: 15px 0 0;
    padding: 0;
    line-height: 1.6em;
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-description p:first-child {
    margin: 0;
    padding: 0
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-info-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-info-foot .company-partner-website {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    word-break: break-all
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-info-foot .company-partner-website .company-partner-website-url {
    position: relative;
    padding: 0 0 0 30px;
    color: var(--main-theme-color)
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-info-foot .company-partner-website .company-partner-website-url::before {
    content: "\e90b";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 17px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-info-foot .company-partner-website .company-partner-website-url:hover {
    color: var(--main-dark-txt-color)
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-info-foot .company-partner-social-links-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
    padding: 0
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.facebook-link a {
    color: #38539b
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.twitter-link a {
    color: #2aa5db
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.linkedin-link a {
    color: #0070ac
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.instagram-link a {
    color: #c63490
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.youtube-link a {
    color: #f80000
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li.xing-link a {
    color: #045d61
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li a {
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.company-partner-content-section .company-partner-profile-box .company-partner-infomation .company-partner-social-links-wrapper ul.company-partner-social-links li a:hover {
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-community-shortby-wrapper {
    margin: 0 0 40px;
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 7px
}

.all-community-shortby-wrapper ul.all-community-shortby-list {
    margin: -10px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.all-community-shortby-wrapper ul.all-community-shortby-list li {
    margin: 10px;
    font-size: 16px;
    line-height: 23px;

    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2px
}

.all-community-shortby-wrapper ul.all-community-shortby-list li a.community-active {
    color: var(--main-theme-color)
}

.all-community-shortby-wrapper ul.all-community-shortby-list li a .community-counter {
    background: #e2e2e2;
    padding: 3px 7px;
    font-size: 11px;
    line-height: 15px;

    font-weight: 400;
    border-radius: 3px;
    float: right;
    margin: 2px 0 0 8px;
    color: var(--main-dark-txt-color)
}

.all-community-shortby-wrapper ul.all-community-shortby-list li a.community-active .community-counter {
    background: var(--main-theme-color);
    color: #FFF
}

.all-community-partners-wrapper ul.all-community-partners-list {
    margin: -15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

.all-community-partners-wrapper ul.all-community-partners-list li.community-partner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 30px);
    padding: 10px 30px;
    margin: 15px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    cursor: default;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-community-partners-wrapper ul.all-community-partners-list li.community-partner-item:hover {
    border-color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-profile-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-profile-box-row .community-partner-profile-box-left-col {
    width: 150px;
    margin-right: 30px
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-profile-box-row .community-partner-profile-box-right-col {
    width: calc(100% - 180px)
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-logo {
    width: 150px;
    height: 100px;
    background: #FFF;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-logo img.community-partner-logo-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px)
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-name {
    margin: 0 0 15px;
    padding: 0
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-name .community-partner-name-text {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 35px;
    color: var(--main-dark-txt-color);
    text-transform: uppercase;

    font-weight: 400
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-name .community-partner-name-text:hover {
    color: var(--main-theme-color);
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-history-wrapper {
    margin: 0 0 20px;
    padding: 0
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-history-wrapper ul.community-partner-history {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-history-wrapper ul.community-partner-history li {
    width: 100%;
    position: relative;
    padding: 0 0 0 30px;
    margin-top: 5px
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-history-wrapper ul.community-partner-history li:first-child {
    margin-top: 0
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation ul.community-partner-history li.company-size::before {
    content: "\e909";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation ul.community-partner-history li.company-industry::before {
    content: "\e90a";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation ul.community-partner-history li.company-location::before {
    content: "\e905";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation ul.community-partner-history li.company-founded::before {
    content: "\e900";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-description {
    margin: 0 0 20px;
    padding: 0
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-description p {
    margin: 15px 0 0;
    padding: 0
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-description p:first-child {
    margin: 0;
    padding: 0
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-info-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-info-foot .community-partner-website {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    word-break: break-all
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-info-foot .community-partner-website .community-partner-website-url {
    position: relative;
    padding: 0 0 0 30px;
    color: var(--main-dark-txt-color)
}

.community-partner-website .community-partner-website-url::before {
    content: "\e90b";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 17px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-info-foot .community-partner-website .community-partner-website-url:hover {
    color: var(--main-theme-color)
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-info-foot .community-partner-social-links-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    padding: 0
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.facebook-link a {
    color: #38539b
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.twitter-link a {
    color: #2aa5db
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.linkedin-link a {
    color: #0070ac
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.instagram-link a {
    color: #c63490
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.youtube-link a {
    color: #f80000
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.xing-link a {
    color: #045d61
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li a {
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-community-partners-wrapper .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li a:hover {
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

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

.community-partner-content-section .community-partner-profile-box .community-partner-profile-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.community-partner-content-section .community-partner-profile-box .community-partner-profile-box-row .community-partner-profile-box-left-col {
    width: 150px;
    margin-right: 30px
}

.community-partner-content-section .community-partner-profile-box .community-partner-profile-box-row .community-partner-profile-box-right-col {
    width: calc(100% - 180px)
}

.community-partner-content-section .community-partner-profile-box .community-partner-logo {
    width: 150px;
    height: 150px;
    background: #FFF;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 1px solid #d4d4d4;
}

.community-partner-content-section .community-partner-profile-box .community-partner-logo img.community-partner-logo-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px)
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-name {
    margin: 0 0 15px;
    padding: 0
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-name .community-partner-name-text {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 35px;
    color: var(--main-dark-txt-color);
    text-transform: uppercase;

    font-weight: 400
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-history-wrapper {
    margin: 0 0 20px;
    padding: 0
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-history-wrapper ul.community-partner-history {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-history-wrapper ul.community-partner-history li {
    width: 100%;
    position: relative;
    padding: 0 0 0 30px;
    margin-top: 5px
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-history-wrapper ul.community-partner-history li:first-child {
    margin-top: 0
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation ul.community-partner-history li.company-size::before {
    content: "\e909";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 15px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation ul.community-partner-history li.company-industry::before {
    content: "\e90a";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation ul.community-partner-history li.company-location::before {
    content: "\e905";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation ul.community-partner-history li.company-founded::before {
    content: "\e900";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 16px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-description {
    margin: 0 0 20px;
    padding: 0
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-description p {
    margin: 15px 0 0;
    padding: 0;
    line-height: 1.6em;
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-description p:first-child {
    margin: 0;
    padding: 0
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-info-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-info-foot .community-partner-website {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2px;
    word-break: break-all
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-info-foot .community-partner-website .community-partner-website-url {
    position: relative;
    padding: 0 0 0 30px;
    color: var(--main-theme-color)
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-info-foot .community-partner-website .community-partner-website-url::before {
    content: "\e90b";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 17px;
    color: #999;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 23px
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-info-foot .community-partner-website .community-partner-website-url:hover {
    color: var(--main-dark-txt-color)
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-info-foot .community-partner-social-links-wrapper {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5px 0 0 0;
    padding: 0
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.facebook-link a {
    color: #38539b
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.twitter-link a {
    color: #2aa5db
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.linkedin-link a {
    color: #0070ac
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.instagram-link a {
    color: #c63490
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.youtube-link a {
    color: #f80000
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li.xing-link a {
    color: #045d61
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li a {
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.community-partner-content-section .community-partner-profile-box .community-partner-infomation .community-partner-social-links-wrapper ul.community-partner-social-links li a:hover {
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.venue-location-map-section iframe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.join-our-family-section {
    padding: 60px 0
}

.join-our-family-section .join-our-family-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.join-our-family-section .our-family-photo-wrapper {
    height: 650px;
    width: 100%;
    max-width: 650px;
    background-size: cover;
    background-position: center;
    border-radius: 10px
}

.join-our-family-section .join-our-family-content-wrapper .become-a-volunteer-icon {
    margin: 0 0 20px;
    padding: 0
}

.join-our-family-section .join-our-family-content-wrapper .join-our-family-title {
    margin: 0 0 25px;
    padding: 0
}

.join-our-family-section .join-our-family-content-wrapper .join-our-family-title .join-our-family-title-text {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 45px;

    font-weight: 400;
    color: var(--main-dark-txt-color)
}

.join-our-family-section .join-our-family-content-wrapper .join-our-family-info-text {
    margin: 0 0 25px;
    padding: 0
}

.join-our-family-section .join-our-family-content-wrapper .join-our-family-info-text p {
    margin: 15px 0 0;
    padding: 0
}

.join-our-family-section .join-our-family-content-wrapper .join-our-family-info-text p:first-child {
    margin: 0;
    padding: 0
}

.volunteer-benefits-section {
    padding: 60px 0;
    background-color: var(--main-gray-bg-color)
}

.volunteer-benefits-section .volunteer-benefits-list-wrapper ul.volunteer-benefits-list {
    margin: 0 -15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none
}

.volunteer-benefits-section .volunteer-benefits-list-wrapper ul.volunteer-benefits-list li.volunteer-benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(33.3% - 30px);
    margin: 15px;
    padding: 25px;
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
}

.volunteer-benefits-section .volunteer-benefits-list-wrapper .volunteer-benefit-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.volunteer-benefits-section .volunteer-benefits-list-wrapper .volunteer-benefit-box .volunteer-benefit-image-wrapper {
    width: 70px;
    margin-right: 30px
}

.volunteer-benefits-section .volunteer-benefits-list-wrapper .volunteer-benefit-box .volunteer-benefit-content {
    width: calc(100% - 100px)
}

.volunteer-benefits-section .volunteer-benefits-list-wrapper .volunteer-benefit-box .volunteer-benefit-content .volunteer-benefit-name {
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    line-height: 25px;

    font-weight: 400;
    text-transform: uppercase;
    color: var(--main-dark-txt-color)
}

.volunteer-benefits-section .volunteer-benefits-list-wrapper .volunteer-benefit-box .volunteer-benefit-content .volunteer-benefit-text {
    font-size: 17px;
    line-height: 24px
}

.volunteer-benefits-section .cta-title-text {
    font-size: 26px;
    line-height: 30px;
    color: #000;

    margin: 40px 0 20px;
    padding: 0;
    letter-spacing: .2px
}

.inner-page-banner-section .inner-banner-title-wrapper .inner-banner-sub-title.agenda-date {
    font-size: 30px;
    line-height: 35px
}

.full-agenda-details-list-wrapper ul.full-agenda-details-list {
    margin: 0;
    padding: 0 0 0 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    position: relative
}

.full-agenda-details-list-wrapper ul.full-agenda-details-list::before {
    content: "";
    height: calc(100% - 35px);
    position: absolute;
    width: 6px;
    background: #e8e8e8;
    left: 11px;
    top: 0;
    border-radius: 10px
}

.full-agenda-details-list-wrapper ul.full-agenda-details-list li.full-agenda-detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
    background: var(--main-gray-bg-color);
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    cursor: default;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1)
}

.full-agenda-details-list-wrapper .full-agenda-detail-box .full-agenda-detail-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.full-agenda-details-list-wrapper .full-agenda-detail-box .full-agenda-detail-box-row .full-agenda-detail-box-left-col {
    width: 260px;
    padding: 30px
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-image {
    margin: 0 0 15px;
    padding: 0;
    width: 200px;
    height: 200px;
    background-color: #FFF;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-title {
    margin: 0 0 7px;
    padding: 0;
    width: 100%;
    text-align: center
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-title .full-agenda-speaker-title-text {
    margin: 0;
    padding: 0;

    color: var(--main-theme-color);
    font-size: 21px;
    line-height: 25px
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-designation {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    text-align: center
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-designation .full-agenda-speaker-designation-text {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;

    color: var(--main-dark-txt-color)
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper {
    text-align: center
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper ul.full-agenda-speaker-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper ul.full-agenda-speaker-social-links li.facebook-link a {
    color: #38539b
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper ul.full-agenda-speaker-social-links li.twitter-link a {
    color: #2aa5db
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper ul.full-agenda-speaker-social-links li.linkedin-link a {
    color: #0070ac
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper ul.full-agenda-speaker-social-links li.instagram-link a {
    color: #c63490
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper ul.full-agenda-speaker-social-links li.youtube-link a {
    color: #f80000
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper ul.full-agenda-speaker-social-links li.xing-link a {
    color: #045d61
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper ul.full-agenda-speaker-social-links li a {
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.full-agenda-details-list-wrapper .full-agenda-speaker-details .full-agenda-speaker-social-links-wrapper ul.full-agenda-speaker-social-links li a:hover {
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.full-agenda-details-list-wrapper .full-agenda-detail-box .full-agenda-detail-box-row .full-agenda-detail-box-right-col {
    width: calc(100% - 260px);
    background-color: #FFF;
    padding: 30px
}

.full-agenda-details-list-wrapper .full-agenda-detail-box .full-agenda-infomation .full-agenda-program-time {

    color: var(--main-dark-txt-color);
    font-size: 18px;
    line-height: 22px;
    margin: 0;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 30px;
    border: 2px solid #e0e0e0;
    background: #FFF;
    border-radius: 10px;
    padding: 13px 17px;
    max-width: 200px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.full-agenda-details-list-wrapper .full-agenda-detail-box .full-agenda-infomation .full-agenda-program-time::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -28px;
    height: 20px;
    width: 20px;
    background: #FFF;
    border-radius: 100%;
    border: 2px solid var(--main-theme-color)
}

.full-agenda-details-list-wrapper .full-agenda-detail-box .full-agenda-infomation .full-agenda-program-title {
    margin: 0 0 20px;
    padding: 0
}

.full-agenda-details-list-wrapper .full-agenda-detail-box .full-agenda-infomation .full-agenda-program-title .full-agenda-program-title-text {
    margin: 0;
    padding: 0;

    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: var(--main-dark-txt-color)
}

.full-agenda-details-list-wrapper ul.full-agenda-details-list li.full-agenda-detail-item:hover {
    border-color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.full-agenda-details-list-wrapper ul.full-agenda-details-list li.full-agenda-detail-item:hover .full-agenda-program-time {
    border-color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-speakers-list-wrapper ul.all-speakers-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

.all-speakers-list-wrapper ul.all-speakers-list li.all-speaker-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 0 35px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    overflow: hidden;
    cursor: default;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.all-speakers-list-wrapper ul.all-speakers-list li.all-speaker-item:hover {
    border-color: #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper {
    width: 100%;
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper .speaker-intro-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-image-wrapper {
    width: 245px;
    padding: 30px 15px 30px 30px
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-image-wrapper .speaker-intro-image {
    height: 200px;
    width: 200px;
    background-color: #FFF;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper {
    width: calc(100% - 545px);
    padding: 30px 30px 30px 15px;
    border-right: 1px solid #d4d4d4;
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper .speaker-intro-name {
    margin: 0 0 10px;
    padding: 0;
    width: 100%
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper .speaker-intro-name .speaker-intro-name-text {
    margin: 0;
    padding: 0;

    color: var(--main-theme-color);
    font-size: 26px;
    line-height: 33px
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper .speaker-intro-designation {
    margin: 0 0 15px;
    padding: 0
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper .speaker-intro-designation-text {
    padding: 0;
    margin: 0;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;

    color: var(--main-dark-txt-color)
}

.all-speakers-list-wrapper .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-additional-info-wrapper {
    width: 300px;
    padding: 30px;
    background: #fff
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .additional-info-title {
    padding: 0 0 3px;
    margin: 0;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;

    color: var(--main-dark-txt-color)
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .additional-info-description {
    padding: 0;
    margin: 0
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-attended-job-fairs,
.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-website {
    margin: 0 0 15px;
    padding: 0 0 15px;
    word-break: break-word;
    border-bottom: 1px solid #CCC
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-website a {
    color: var(--main-txt-url-color)
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-website a:hover {
    color: var(--main-txt-url-hover-color)
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.facebook-link a {
    color: #38539b
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.twitter-link a {
    color: #2aa5db
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.linkedin-link a {
    color: #0070ac
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.instagram-link a {
    color: #c63490
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.youtube-link a {
    color: #f80000
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.xing-link a {
    color: #045d61
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li {
    margin: 5px
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li a {
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.all-speakers-list-wrapper .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li a:hover {
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.speaker-content-section {
    padding: 60px 0;
}

.single-speaker-content-box .speaker-intro-box-wrapper .speaker-intro-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.single-speaker-content-box .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-image-wrapper {
    width: 245px;
    padding: 30px 15px 30px 30px
}

.single-speaker-content-box .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-image-wrapper .speaker-intro-image {
    height: 200px;
    width: 200px;
    background-color: #FFF;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.single-speaker-content-box .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper {
    width: calc(100% - 545px);
    padding: 30px 30px 30px 15px
}

.single-speaker-content-box .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper .speaker-intro-name {
    margin: 0 0 10px;
    padding: 0;
    width: 100%
}

.single-speaker-content-box .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper .speaker-intro-name .speaker-intro-name-text {
    margin: 0;
    padding: 0;

    color: var(--main-theme-color);
    font-size: 26px;
    line-height: 33px
}

.single-speaker-content-box .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper .speaker-intro-designation {
    margin: 0 0 15px;
    padding: 0
}

.single-speaker-content-box .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-infomation-wrapper .speaker-intro-designation-text {
    padding: 0;
    margin: 0;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;

    color: var(--main-dark-txt-color)
}

.single-speaker-content-box .speaker-intro-box-wrapper .speaker-intro-box-row .speaker-intro-additional-info-wrapper {
    width: 300px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #d4d4d4
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .additional-info-title {
    padding: 0 0 3px;
    margin: 0;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;

    color: var(--main-dark-txt-color)
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .additional-info-description {
    padding: 0;
    margin: 0
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-attended-job-fairs,
.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-website {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #CCC
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-website a {
    color: var(--main-txt-url-hover-color)
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-website a:hover {
    color: var(--main-txt-url-color)
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.facebook-link a {
    color: #38539b
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.twitter-link a {
    color: #2aa5db
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.linkedin-link a {
    color: #0070ac
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.instagram-link a {
    color: #c63490
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.youtube-link a {
    color: #f80000
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li.xing-link a {
    color: #045d61
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li {
    margin: 5px
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li a {
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.single-speaker-content-box .speaker-intro-additional-info-wrapper .speaker-social-links ul.speaker-social-links-list li a:hover {
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.become-exhibitor-banner-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 60px 0 70px
}

.become-exhibitor-banner-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--main-theme-color);
    background-image: url(assets/images/main-banner-shape-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
    z-index: 0
}

.become-exhibitor-banner-section::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--main-gray-bg-color);
    height: 600px;
    width: 100%;
    left: 0;
    bottom: -80px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 65%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 65%)
}

.become-exhibitor-banner-section .become-exhibitor-banner-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.become-exhibitor-banner-section .become-exhibitor-banner-content-wrapper {
    color: #FFF;
    width: calc(100% - 50px)
}

.become-exhibitor-banner-section .become-exhibitor-banner-content-wrapper .become-exhibitor-banner-title {
    margin: 0 0 15px;
    padding: 0;

    font-size: 50px;
    line-height: 50px;
    letter-spacing: .5px
}

.become-exhibitor-banner-section .become-exhibitor-banner-content-wrapper .become-exhibitor-banner-sub-title {

    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: .5px
}

.become-exhibitor-banner-section .become-exhibitor-banner-content-wrapper .become-exhibitor-banner-description {
    margin: 25px 0 0;
    padding: 0;
    font-size: 21px;
    line-height: 27px;
    letter-spacing: .5px
}

.become-exhibitor-banner-section .become-exhibitor-banner-content-wrapper .become-exhibitor-banner-action-button {
    margin: 25px 0 0;
    padding: 0
}

.become-exhibitor-banner-section .become-exhibitor-banner-content-wrapper .become-exhibitor-banner-action-button .ts-theme-black-button {
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.become-exhibitor-banner-section .become-exhibitor-banner-content-wrapper .become-exhibitor-banner-action-button .ts-theme-black-button:hover {
    background: #FFF;
    color: #000 !important;
    -webkit-transition: all 0;
    -o-transition: all 0;
    transition: all 0
}

.become-exhibitor-banner-section .become-exhibitor-banner-video-wrapper .become-exhibitor-banner-video {
    background-color: #000;
    min-height: 550px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.become-exhibitor-banner-section .become-exhibitor-banner-video-wrapper .become-exhibitor-banner-video .become-exhibitor-banner-video-play-button {
    background: var(--main-theme-color);
    font-size: 0;
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.become-exhibitor-banner-section .become-exhibitor-banner-video-wrapper .become-exhibitor-banner-video:hover .become-exhibitor-banner-video-play-button {
    background: #c90000;
    -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
    box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15)
}

.become-exhibitor-banner-section .become-exhibitor-banner-video-wrapper .become-exhibitor-banner-video:hover .become-exhibitor-banner-video-play-button:hover {
    -webkit-animation: blinkbtn 2s infinite;
    animation: blinkbtn 2s infinite
}

@-webkit-keyframes blinkbtn {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

@keyframes blinkbtn {
    0% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        box-shadow: 0 0 0 20px rgba(201, 0, 0, 0.25);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        box-shadow: 0 0 0 10px rgba(201, 0, 0, 0.15);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
}

.become-exhibitor-banner-section .become-exhibitor-banner-video-wrapper .become-exhibitor-banner-video .become-exhibitor-banner-video-play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 17px solid #FFF;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.become-exhibitor-banner-section .become-exhibitor-banner-video-wrapper .become-exhibitor-banner-video .become-exhibitor-banner-video-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5
}

.why-ts-section {
    padding: 70px 0
}

.why-ts-section .why-ts-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.why-ts-section .why-ts-cta-sidebar {
    border: 1px solid #0c90e4;
    background-color: #FFF;
    border-radius: 10px;
    overflow: hidden;
}

.why-ts-section .why-ts-cta-sidebar .why-ts-cta-header {
    padding: 20px 20px 0;
    margin: 0;
    color: #0c90e4;
    font-size: 25px;
    line-height: 30px;

    font-weight: 400;
    letter-spacing: .5px
}

.why-ts-section .why-ts-cta-sidebar .why-ts-cta-header .why-ts-cta-header-title .why-ts-cta-header-title-text {
    margin: 0;
    padding: 0
}

.why-ts-section .why-ts-cta-sidebar .why-ts-cta-body {
    padding: 20px
}

.why-ts-section .why-ts-cta-sidebar .why-ts-cta-footer {
    padding: 20px
}

.why-ts-section .why-ts-cta-sidebar .why-ts-cta-footer .why-ts-cta-button .ts-theme-button {
    width: 100%;
    text-align: center;
    background: #0d77e3;
    background: -webkit-gradient(linear, left top, right top, from(rgba(13, 119, 227, 1)), to(rgba(12, 144, 228, 1)));
    background: -o-linear-gradient(left, rgba(13, 119, 227, 1) 0%, rgba(12, 144, 228, 1) 100%);
    background: linear-gradient(90deg, rgba(13, 119, 227, 1) 0%, rgba(12, 144, 228, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0d77e3", endColorstr="#0c90e4", GradientType=1)
}

.why-ts-section .why-ts-cta-sidebar .why-ts-cta-footer .why-ts-cta-button .ts-theme-button:hover {
    background: #0C107D;
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 16, 125, 1)), to(rgba(8, 11, 60, 1)));
    background: -o-linear-gradient(left, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C107D", endColorstr="#080B3C", GradientType=1)
}

.festival-look-like-section {
    background: var(--main-gray-bg-color);
    padding: 70px 0
}

.festival-look-like-section .festival-look-like-list-wrapper {
    margin: 20px 0 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.festival-look-like-section .festival-look-like-list-wrapper ul.festival-look-like-list {
    margin: -15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

.festival-look-like-section .festival-look-like-list-wrapper ul.festival-look-like-list li.festival-look-like-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - 30px);
    margin: 15px
}

.festival-look-like-section .festival-look-like-list-wrapper ul.festival-look-like-list li.festival-look-like-item .festival-look-like-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.festival-look-like-section .festival-look-like-list-wrapper ul.festival-look-like-list li.festival-look-like-item .festival-look-like-box .festival-look-image {
    height: 430px;
    width: 100%;
    border-radius: 10px;
    margin: 0 0 15px;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.festival-look-like-section .festival-look-like-list-wrapper ul.festival-look-like-list li.festival-look-like-item .festival-look-like-box .festival-look-name {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.festival-look-like-section .festival-look-like-list-wrapper ul.festival-look-like-list li.festival-look-like-item .festival-look-like-box .festival-look-name .festival-look-name-text {
    margin: 0;
    padding: 0;
    font-size: 23px;
    line-height: 25px;

    font-weight: 400;
    color: #000
}

.reasons-attendees-come-section {
    padding: 70px 0
}

.reasons-attendees-come-section .reasons-attendees-come-list-wrapper {
    margin: 20px 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.reasons-attendees-come-section .reasons-attendees-come-list-wrapper ul.reasons-attendees-come-list {
    margin: -15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    width: calc(100% - 300px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reasons-attendees-come-section .reasons-attendees-come-list-wrapper ul.reasons-attendees-come-list li.reasons-attendees-come-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(33.3% - 30px);
    margin: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.reasons-attendees-come-section .reasons-attendees-come-box .reasons-attendees-come-image-wrapper {
    margin: 0 0 20px;
    padding: 0
}

.reasons-attendees-come-section .reasons-attendees-come-box .reasons-attendees-come-image-wrapper .reasons-attendees-come-image {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: var(--main-theme-color);
    height: 230px;
    width: 210px;
    position: relative;
    margin: 0 auto
}

.reasons-attendees-come-section .reasons-attendees-come-box .reasons-attendees-come-image-wrapper .reasons-attendees-come-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.reasons-attendees-come-section .reasons-attendees-come-box .reasons-attendees-come-name .reasons-attendees-come-name-text {
    margin: 0;
    padding: 0;
    font-size: 21px;
    line-height: 25px;

    font-weight: 400;
    color: #000
}

.quick-contact-section {
    padding: 70px 0
}

.quick-contact-section .cta-title-text {
    font-size: 26px;
    line-height: 30px;
    color: #000;

    margin: 20px 0;
    padding: 0;
    letter-spacing: .2px
}

.quick-contact-list-wrapper {
    margin: 20px 0 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.quick-contact-list-wrapper ul.quick-contact-list {
    margin: -15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quick-contact-list-wrapper ul.quick-contact-list li.quick-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(33.3% - 30px);
    margin: 15px
}

.quick-contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
    padding: 0;
    width: 100%
}

.quick-contact-box .quick-contact-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 180px;
    margin-right: 30px
}

.quick-contact-box .quick-contact-image-wrapper .quick-contact-image {
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    border: 1px solid #d4d4d4;
}

.quick-contact-box .quick-contact-infomation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 210px)
}

.quick-contact-box .quick-contact-infomation .quick-contact-person-name {
    margin: 0 0 5px;
    padding: 0
}

.quick-contact-box .quick-contact-infomation .quick-contact-person-name .quick-contact-person-name-text {
    margin: 0;
    padding: 0;
    font-size: 23px;
    line-height: 30px;

    font-weight: 400;
    color: var(--main-theme-color)
}

.quick-contact-box .quick-contact-infomation .quick-contact-person-designation {
    margin: 0 0 10px;
    padding: 0
}

.quick-contact-box .quick-contact-infomation .quick-contact-person-fair-name {
    font-size: 19px;
    line-height: 25px;

    font-weight: 400;
    color: #000
}

.quick-contact-box .quick-contact-infomation .quick-contact-person-email {
    word-break: break-all
}

.about-us-container-wrapper {
    width: calc(100% - 30px)
}

.about-sidebar-wrapper {
    background-color: #FFF;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    text-align: center;
    padding: 25px
}

.about-sidebar-wrapper .about-sidebar-title {
    margin: 0 0 20px;
    padding: 0
}

.about-sidebar-wrapper .about-sidebar-title .about-sidebar-title-text {
    font-size: 30px;
    line-height: 35px;

    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0
}

.about-sidebar-wrapper .quick-contact-box .quick-contact-image-wrapper {
    width: 100%;
    margin: 0 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-sidebar-wrapper .quick-contact-box .quick-contact-infomation {
    width: 100%
}

.about-sidebar-wrapper .quick-contact-box .quick-contact-infomation .quick-contact-person-info {
    margin: 0 0 20px;
    padding: 0
}

.our-team-section {
    padding: 60px 0;
    background: var(--main-gray-bg-color)
}

.blog-content-section .blog-left-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 70%;
    max-width: 70%
}

.blog-content-section .blog-right-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 30%;
    max-width: 30%
}

.blog-listing-list-wrapper {
    margin: 0 0 25px;
    padding: 0
}

.blog-listing-list-wrapper ul.blog-listing-list {
    margin: -15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

.blog-listing-list-wrapper ul.blog-listing-list li.blog-listing-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(33.3333% - 30px);
    margin: 15px
}

.blog-listing-list-wrapper .blog-listing-box {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: default
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-image .blog-image {
    width: 100%;
    background-color: #CCC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-header {
    margin: 0 0 15px
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-header .blog-category {
    margin: 0 0 5px;
    padding: 0
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-header .blog-category a {
    color: var(--main-txt-url-hover-color);
    font-size: 15px;
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-header .blog-category a:hover {
    color: var(--main-txt-url-color)
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-header .blog-title .blog-title-text {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.4em;

    font-weight: 400;
    color: #373737;
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-header .blog-title .blog-title-text a {
    color: var(--main-txt-url-color)
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-header .blog-title .blog-title-text a:hover {
    color: var(--main-txt-url-hover-color)
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-body {
    margin: 0 0 20px
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-footer {
    margin: 0;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto;
    border-top: 1px solid var(--main-gray-bg-color)
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-footer ul.blog-info-list {
    margin: -7px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-footer ul.blog-info-list li.blog-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px;
    padding: 0
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-footer ul.blog-info-list li.blog-info-item .author-name {
    position: relative;
    padding-left: 25px
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-footer ul.blog-info-list li.blog-info-item .author-name::before {
    content: "\e909";
    position: absolute;
    font-family: 'techjobsfair-icon-pack';
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 15px
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-footer ul.blog-info-list li.blog-info-item .posted-date {
    position: relative;
    padding-left: 25px
}

.blog-listing-list-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-footer ul.blog-info-list li.blog-info-item .posted-date::before {
    content: "\e900";
    position: absolute;
    font-family: 'techjobsfair-icon-pack';
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px
}

.blog-sidebar-list-wrapper {
    width: calc(100% - 30px);
    margin-left: auto
}

.blog-sidebar-list-wrapper a {
    color: var(--main-txt-url-color)
}

.blog-sidebar-list-wrapper a:hover {
    color: var(--main-txt-url-hover-color)
}

.blog-sidebar-list-wrapper section.widget.widget_search {
    padding: 0;
    margin: 0 0 20px;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden
}

.blog-sidebar-list-wrapper section.widget.widget_search .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.blog-sidebar-list-wrapper section.widget.widget_search .search-form .screen-reader-text {
    display: none
}

.blog-sidebar-list-wrapper section.widget.widget_search .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 50px);
    position: relative
}

.blog-sidebar-list-wrapper section.widget.widget_search .search-form label::after {
    content: "\e911";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    right: -28px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 0;
    font-size: 23px;
    line-height: 20px
}

.blog-sidebar-list-wrapper section.widget.widget_search .search-form label input.search-field {
    padding: 20px 0 20px 20px;
    font-size: 17px;
    line-height: normal;
    border: none;
    width: 100%;
    height: 60px;
    outline: none
}

.blog-sidebar-list-wrapper section.widget.widget_search .search-form .search-submit {
    width: 50px;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    font-size: 0;
    position: relative;
    z-index: 1
}

.blog-sidebar-list-wrapper section.widget:not(.widget_search) {
    padding: 25px;
    background: #FFF;
    border-radius: 10px;
    margin: 0 0 20px
}

.blog-sidebar-list-wrapper section.widget .widget-title {
    margin: 0 0 20px;
    padding: 0;
    font-size: 23px;
    line-height: 29px;

    font-weight: 400
}

.blog-sidebar-list-wrapper section.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.blog-sidebar-list-wrapper section.widget ul li {
    position: relative;
    padding: 10px 0 0 20px;
    border-top: 1px solid #EEE;
    margin-top: 10px
}

.blog-sidebar-list-wrapper section.widget ul li:first-child {
    margin-top: 0;
    border-top: 0
}

.blog-sidebar-list-wrapper section.widget ul li::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: var(--main-theme-color);
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 100%
}

.blog-sidebar-list-wrapper section.widget ul li ul li {
    padding: 10px 0 0 20px;
    border-top: 1px solid #EEE;
    margin-top: 10px;
    color: #555
}

.blog-sidebar-list-wrapper section.widget ul li ul li:first-child {
    border-top: 1px solid #EEE;
    margin-top: 10px
}

.blog-sidebar-list-wrapper section.widget ul li ul li::before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 18px;
    border-radius: 100%
}

.blog-sidebar-list-wrapper section.widget ul li ul li a {
    color: #555
}

.blog-sidebar-list-wrapper section.widget ul li ul li a:hover {
    color: var(--main-txt-url-hover-color)
}

.pagination-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0
}

.pagination-wrapper .pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination-wrapper .pagination .page-numbers {
    cursor: pointer;
    color: #000;
    float: left;
    background-color: #FFF;
    text-decoration: none;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 41px;
    font-size: 15px;
    padding: 0;

    font-weight: 400
}

.pagination-wrapper .pagination .page-numbers i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 19px;
    line-height: 22px
}

.blog-content-section .pagination-wrapper .pagination .page-numbers.current,
.pagination-wrapper .pagination .page-numbers:hover:not(.current) {
    border-color: var(--main-theme-color);
}

.pagination-wrapper .pagination .page-numbers.dots {
    cursor: default
}

.single-blog-content-box {
    margin: 0 0 30px;
    padding: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    cursor: default
}

.single-blog-content-box .blog-image-wrapper {
    margin: 20px 0;
    text-align: center
}

.single-blog-content-box .blog-image-wrapper img {
    border-radius: 10px;
    height: auto;
    width: auto
}

.single-blog-content-box p {
    line-height: 1.7em;
    margin: 0 0 20px;
    padding: 0
}

.single-blog-content-box h3 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    line-height: 32px;

    font-weight: 400
}

.single-blog-content-box h4 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    line-height: 30px;

    font-weight: 400
}

.single-blog-content-box h5 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    line-height: 30px;

    font-weight: 400
}

.single-blog-content-box .orange-title {
    color: var(--main-theme-color)
}

.single-blog-content-box ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none
}

.single-blog-content-box ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin-top: 10px
}

.single-blog-content-box ul li:first-child {
    margin-top: 0
}

.single-blog-content-box ul li::before {
    content: "";
    height: 9px;
    width: 9px;
    background-color: var(--main-theme-color);
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 100%
}

.single-blog-content-box .blog-title .blog-title-text {
    margin: 0 0 15px;
    padding: 0;
    font-size: 30px;
    line-height: 35px;

    font-weight: 400
}

.single-blog-content-box .blog-info-list-wrapper {
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list {
    margin: -7px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 7px;
    padding: 0;
    list-style: none
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item::before {
    display: none
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .blog-category a {
    color: var(--main-txt-url-hover-color)
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .blog-category a:hover {
    color: var(--main-txt-url-color)
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .author-name {
    position: relative;
    padding-left: 25px
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .author-name::before {
    content: "\e909";
    position: absolute;
    font-family: 'techjobsfair-icon-pack';
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 15px
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .posted-date {
    position: relative;
    padding-left: 25px
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .posted-date::before {
    content: "\e900";
    position: absolute;
    font-family: 'techjobsfair-icon-pack';
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .total-viewer {
    position: relative;
    padding-left: 28px
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .total-viewer::before {
    content: "\e913";
    position: absolute;
    font-family: 'techjobsfair-icon-pack';
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .total-comment {
    position: relative;
    padding-left: 28px
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .total-comment::before {
    content: "\e912";
    position: absolute;
    font-family: 'techjobsfair-icon-pack';
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 18px
}

.single-blog-content-box .blog-share {
    text-align: center;
}

.single-blog-author-infomation-box {
    margin: 0 0 30px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    cursor: default
}

.blog-author-infomation-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0;
    width: 100%
}

.blog-author-infomation-box .blog-author-info-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 180px;
    margin-right: 30px
}

.blog-author-infomation-box .blog-author-info-image-wrapper .blog-author-info-image {
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
}

.blog-author-infomation-box .blog-author-infomation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 210px)
}

.blog-author-infomation-box .blog-author-infomation .blog-author-name {
    margin: 0 0 5px;
    padding: 0
}

.blog-author-infomation-box .blog-author-infomation .blog-author-name .blog-author-name-text {
    margin: 0;
    padding: 0;
    font-size: 23px;
    line-height: 30px;

    font-weight: 400;
    color: var(--main-theme-color)
}

.blog-author-infomation-box .blog-author-infomation .blog-author-designation {
    margin: 0 0 15px;
    padding: 0;

    font-weight: 400;
    font-size: 19px;
    line-height: 25px
}

.blog-author-infomation-box .blog-author-infomation .blog-author-description {
    margin: 0 0 20px;
    padding: 0
}

.blog-author-infomation-box .blog-author-infomation .blog-author-action-button a {
    color: var(--main-txt-url-hover-color)
}

.blog-author-infomation-box .blog-author-infomation .blog-author-action-button a:hover {
    color: var(--main-txt-url-color)
}

.blog-sideber-author-infomation {
    padding: 25px;
    background: #FFF;
    border-radius: 10px;
    margin: 0 0 20px
}

.blog-sideber-author-infomation .blog-author-infomation-box {
    margin: 0;
    padding: 0
}

.blog-sideber-author-infomation .blog-author-infomation-box .blog-author-info-image-wrapper {
    width: 100%;
    margin: 0 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-sideber-author-infomation .blog-author-infomation-box .blog-author-infomation .blog-author-name .blog-author-name-text {
    text-align: center
}

.blog-sideber-author-infomation .blog-author-infomation-box .blog-author-infomation .blog-author-designation {
    text-align: center
}

.blog-sideber-author-infomation .blog-author-infomation-box .blog-author-infomation {
    width: 100%;
    margin-right: 0
}

.blog-sideber-author-infomation .blog-author-infomation-box .blog-author-infomation .blog-author-description {
    margin: 0;
    padding: 0 0 40px;
    position: relative
}

.blog-sideber-author-infomation .blog-author-infomation-box .blog-author-infomation .blog-author-description::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #e6e6e6;
}

.blog-sideber-author-infomation .blog-author-infomation-box .blog-author-infomation .blog-author-description p {
    margin: 15px 0 0;
    padding: 0
}

.blog-sideber-author-infomation .blog-author-infomation-box .blog-author-infomation .blog-author-description p:first-child {
    margin: 0;
    padding: 0
}

.blog-sideber-author-infomation .blog-author-social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
    padding: 0
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
    padding: 0
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links li.facebook-link a {
    color: #38539b
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links li.twitter-link a {
    color: #2aa5db
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links li.linkedin-link a {
    color: #0070ac
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links li.instagram-link a {
    color: #c63490
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links li.youtube-link a {
    color: #f80000
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links li.xing-link a {
    color: #045d61
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links li a {
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.blog-sideber-author-infomation .blog-author-social-wrapper ul.blog-author-social-links li a:hover {
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.single-blog-comment-box {
    margin: 0 0 30px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    border-radius: 10px;
    overflow: hidden;
    cursor: default
}

.ts-city-list-wrapper ul.ts-city-list {
    margin: -10px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ts-city-list-wrapper ul.ts-city-list .ts-city-item {
    width: calc(25% - 20px);
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ts-city-list-wrapper ul.ts-city-list .ts-city-item .ts-city-url {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.ts-city-list-wrapper ul.ts-city-list .ts-city-item .ts-city-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-color: #000
}

.ts-city-list-wrapper ul.ts-city-list .ts-city-item .ts-city-content-box .ts-city-image {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    opacity: .5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.ts-city-list-wrapper ul.ts-city-list .ts-city-item .ts-city-content-box:hover .ts-city-image {
    opacity: .2
}

.ts-city-list-wrapper ul.ts-city-list .ts-city-item .ts-city-content-box .ts-city-name {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 20px
}

.ts-city-list-wrapper ul.ts-city-list .ts-city-item .ts-city-content-box .ts-city-name .ts-city-name-text {
    margin: 0;
    padding: 0;

    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    letter-spacing: .2px;
    text-transform: uppercase
}

.ts-city-list-wrapper ul.ts-city-list .ts-city-item.ts-city-list-disabled {
    opacity: .4;
    cursor: default
}

.attendee-filter-list-wrapper {
    margin: 20px 0;
    padding: 25px;
    background: var(--main-gray-bg-color);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.attendee-filter-list-wrapper ul.attendee-filter-list {
    margin: -10px;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.attendee-filter-list-wrapper ul.attendee-filter-list .attendee-filter-item {
    width: calc(33.3% - 20px);
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-attendee-list-wrapper {
    margin: 20px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-attendee-list-wrapper ul.search-attendee-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
    padding: 0;
    list-style-type: none
}

.search-attendee-list-wrapper ul.search-attendee-list li.search-attendee-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(33.3% - 30px);
    margin: 15px
}

.search-attendee-list-wrapper ul.search-attendee-list li.search-attendee-item.no-attendee-found {
    width: calc(100% - 30px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.search-attendee-list-wrapper .search-attendee-profile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #FFF;
    border: 2px solid #e0e0e0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: default;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0)
}

.search-attendee-list-wrapper .search-attendee-profile-box:hover {
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 20px 40px;
    background: #FFF;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-header .attendee-profile-head-photo {
    width: 65px;
    margin-right: 15px
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-header .attendee-profile-photo {
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-header .attendee-profile-head-info {
    width: calc(100% - 120px)
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-name {
    margin: 5px 0 3px;
    padding: 0
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-name .attendee-profile-name-text {
    margin: 0;
    padding: 0;

    font-weight: 400;
    font-size: 21px;
    line-height: 26px
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-designation {
    margin: 0;
    padding: 0
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-designation .attendee-profile-designation-text {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-header .attendee-profile-head-bookmark {
    width: 40px
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-header .attendee-profile-head-bookmark .bookmark-link {
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
    position: relative
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-header .attendee-profile-head-bookmark .bookmark-link::before {
    content: "\e916";
    font-family: 'techjobsfair-icon-pack';
    font-size: 31px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--main-txt-url-hover-color);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-header .attendee-profile-head-bookmark .bookmark-link.activate::before {
    content: "\e917";
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-header .attendee-profile-head-bookmark .bookmark-link:hover::before {
    color: var(--main-txt-url-color)
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 20px 20px;
    position: relative
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item:not(.attendee-profile-job-type-item) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #CCC;
    padding: 10px 0;
    font-size: 17px
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item:first-child {
    border-top: none;
    padding-top: 0
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item .attendee-profile-info-label {
    width: 50%;
    padding-right: 15px
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item .attendee-profile-info-value {
    width: 50%
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item .attendee-profile-info-value.attendee-intrested-career-list {
    width: 100%;
    margin: 0 -1px;
    padding: 2px 0
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item .attendee-profile-info-value.attendee-intrested-career-list span:not(.more-values-content) {
    background-color: #e2e2e2;
    margin: 3px 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    border: 1px solid #CCC;
    padding: 1px 7px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item .attendee-profile-info-value.attendee-intrested-career-list .show-more-values {
    background-color: #FFF;
    margin: 3px 1px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    line-height: 23px;
    color: var(--main-txt-url-hover-color);
    border: 1px solid #FFF;
    padding: 1px 7px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item .attendee-profile-info-value.attendee-intrested-career-list .show-more-values:hover {
    color: var(--main-txt-url-color);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item.attendee-profile-job-type-item {
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item.attendee-profile-job-type-item .attendee-profile-job-type {
    background: #dadada;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 25px 10px 45px;
    border: 1px solid #999;
    border-radius: 50px;
    position: relative
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item.attendee-profile-job-type-item .attendee-profile-job-type::before {
    content: "\e90a";
    font-family: 'techjobsfair-icon-pack';
    position: absolute;
    left: 20px;
    font-size: 17px;
    line-height: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item.attendee-profile-job-type-item .attendee-profile-job-type.full-time {
    background: #27ae60;
    border-color: #27ae60;
    color: #FFF
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item.attendee-profile-job-type-item .attendee-profile-job-type.part-time {
    background: #16a085;
    border-color: #16a085;
    color: #FFF
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item.attendee-profile-job-type-item .attendee-profile-job-type.internship {
    background: #2c3e50;
    border-color: #2c3e50;
    color: #FFF
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item.attendee-profile-job-type-item .attendee-profile-job-type.contract {
    background: #c0392b;
    border-color: #c0392b;
    color: #FFF
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item.attendee-profile-job-type-item .attendee-profile-job-type.freelance {
    background: #2980b9;
    border-color: #2980b9;
    color: #FFF
}

.search-attendee-list-wrapper .attendee-profile-info-list-wrapper ul.attendee-profile-info-list li.attendee-profile-info-item.attendee-profile-job-type-item .attendee-profile-job-type.temporary {
    background: #8e44ad;
    border-color: #8e44ad;
    color: #FFF
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-top: auto
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-footer .attendee-profile-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-contact-info .attendee-profile-contact-number {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-contact-info .attendee-profile-contact-email {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-contact-info .attendee-contact-button {
    background-color: #555;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: .5px;

    font-weight: 400;
    text-transform: uppercase
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-contact-info .attendee-profile-contact-number .attendee-contact-button {
    padding: 0;
    position: relative
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-contact-info .attendee-profile-contact-number .attendee-contact-button .attendee-contact-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #999
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-contact-info .attendee-profile-contact-number .attendee-contact-button .attendee-contact-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #999
}

.search-attendee-list-wrapper .search-attendee-profile-box .attendee-profile-contact-info .attendee-profile-contact-email .attendee-contact-button {
    background: #555;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

footer.site-footer {
    background: #111
}

footer.site-footer .site-advance-footer {
    background: #222;
    padding: 50px 0;
    font-size: 17px;
    line-height: 25px;
    color: #888;
    letter-spacing: .2px
}

footer.site-footer .site-advance-footer a {
    color: #888
}

footer.site-footer .site-advance-footer a:hover {
    color: #FFF
}

footer.site-footer .site-advance-footer .footer-site-logo {
    margin-bottom: 30px
}

footer.site-footer .site-advance-footer .footer-site-logo img {
    height: 60px
}

footer.site-footer .site-advance-footer .footer-title-wrapper {
    margin: 0 0 25px;
    padding: 0;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: .5px;
    color: #FFF;

}

footer.site-footer .site-advance-footer .footer-title-wrapper .footer-title-text {
    margin: 0;
    padding: 0
}

footer.site-footer .site-advance-footer .footer-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer.site-footer .site-advance-footer .footer-menu ul.menu li.menu-item {
    position: relative;
    padding-left: 25px;
    width: 100%;
    margin-top: 8px
}

footer.site-footer .site-advance-footer .footer-menu ul.menu li.menu-item:first-child {
    margin-top: 0
}

footer.site-footer .site-advance-footer .footer-menu ul.menu li.menu-item::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #888
}

footer.site-footer .site-advance-footer .footer-social-links-wrapper ul.footer-social-links {
    margin: 0 -5px 25px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

footer.site-footer .site-advance-footer .footer-social-links-wrapper ul.footer-social-links li.footer-social-item {
    margin: 5px
}

footer.site-footer .site-advance-footer .footer-social-links-wrapper ul.footer-social-links li.footer-social-item a {
    height: 40px;
    width: 40px;
    background-color: #FFF;
    color: #222;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

footer.site-footer .site-advance-footer .footer-social-links-wrapper ul.footer-social-links li.footer-social-item.facebook-link a:hover {
    background-color: #38539b;
    color: #FFF
}

footer.site-footer .site-advance-footer .footer-social-links-wrapper ul.footer-social-links li.footer-social-item.twitter-link a:hover {
    background-color: #2aa5db;
    color: #FFF
}

footer.site-footer .site-advance-footer .footer-social-links-wrapper ul.footer-social-links li.footer-social-item.linkedin-link a:hover {
    background-color: #0070ac;
    color: #FFF
}

footer.site-footer .site-advance-footer .footer-social-links-wrapper ul.footer-social-links li.footer-social-item.instagram-link a:hover {
    background-color: #c63490;
    color: #FFF
}

footer.site-footer .site-advance-footer .footer-social-links-wrapper ul.footer-social-links li.footer-social-item.youtube-link a:hover {
    background-color: #f80000;
    color: #FFF
}

footer.site-footer .site-advance-footer .footer-social-links-wrapper ul.footer-social-links li.footer-social-item.xing-link a:hover {
    background-color: #045d61;
    color: #FFF
}

footer.site-footer .site-small-footer {
    padding: 20px 0;
    font-size: 16px;
    line-height: 20px;
    color: #555;
    letter-spacing: .2px
}

footer.site-footer .site-small-footer a {
    color: #555
}

footer.site-footer .site-small-footer a:hover {
    color: #FFF
}

footer.site-footer .site-small-footer .site-small-footer-menu {
    text-align: right
}

footer.site-footer .site-small-footer .site-small-footer-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer.site-footer .site-small-footer .site-small-footer-menu ul.menu li.menu-item {
    position: relative;
    padding-left: 25px
}

footer.site-footer .site-small-footer .site-small-footer-menu ul.menu li.menu-item:first-child {
    padding-left: 25px
}

footer.site-footer .site-small-footer .site-small-footer-menu ul.menu li.menu-item::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 8px;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: #555
}

footer.site-footer .site-small-footer .site-small-footer-menu ul.menu li.menu-item:first-child::before {
    display: none
}
.widget_recent_entries>h2 {
    display: none;
}

.footer-pages-links-wrap .recent-posts-links-wrap ul {
    margin: 0px 0px 35px;
    padding: 0px;
}

.footer-pages-links-wrap ul {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blog-category-menu-wraper,
.blog-single-wrapper {
    margin-bottom: 40px;
    padding: 0 15px;
}

.blog-category-menu-inner {
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    border-top: 1px solid #ecedf3;
    border-bottom: 1px solid #ecedf3;
}

.blog-category-menu {
    width: 100%;
}

.blog-category-menu,
.blog-category-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.blog-category-menu li {
    display: inline-block;
    padding: 10px 13px;
    cursor: pointer;
}

.blog-category-menu-item._menu-active {
    border-bottom: 2px solid #ff7800;
}

.blog-content-section .pagination-wrapper .pagination .page-numbers {
    border: 1px solid #d5d5d5;
    margin: 0 5px;
}

.blog-single-wrapper {
    margin-bottom: 60px;
    padding: 0;
}

.blog-single-wrapper ul.blog-listing-list li.blog-listing-item {
    width: calc(50% - 30px);
}

.blog-single-wrapper ul.blog-listing-list li.blog-listing-item {
    display: block;
}

.blog-single-wrapper .blog-listing-box .blog-listing-content {
    padding-top: 40px;
}

.subscribers-main {
    max-width: 860px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 60px;
}

.subscribers-main h1 {
    font-size: 30px;
}
.subscribers-field {
    width: 100%;
    margin-bottom: 15px;
}

.subscribers-inner {
    position: relative;    

}

.subscribers-input {
    font-size: 16px;
    border: 1px solid #d9d9d9;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    line-height: inherit;
}

.subscribers-btn {
    width: 100%;
}

.blog-single-middle-view {
    max-width: 991px;
    margin: 0 auto;
}

.blog-category-menu {
    font-size: 15px;
}

.blog-single-middle-view .blog-image-center {
    text-align: center;
    display: block;
    margin: 30px 0;
}

.single-blog-content-box h2 {
    font-weight: 400;
    margin-top: 50px;
    line-height: 1.2em;
}

.blog-listing-list-wrapper .blog-listing-box {
    width: 100%;
}

.blog-single-wrapper .blog-listing-box .blog-listing-content .blog-listing-content-header .blog-title .blog-title-text {
    font-size: 30px;
    line-height: 1.2em;
}

.blog-single-wrapper .blog-listing-content-header h4 {
    color: #434343;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
}

.blog-content-section {
    padding: 30px 0;
}

.blog-listing-wrapper,
.subscribers-main {
    padding: 0 15px 40px;
}

footer.site-footer .site-advance-footer .margin-top-30 {
    margin-top: 30px;
}

.lwptoc_header {
    margin-bottom: 30px !important;
}

.lwptoc_i {
    line-height: 1.7em;
}

.lwptoc-notInherit .lwptoc_i DIV A:hover {
    border: 0;
}

.single-blog-content-box .light-orange-bg {
    background: #fff3e8;
    padding: 15px 30px;
    text-align: center;
    font-size: 20px;
    line-height: 1.4em;
    margin-top: 30px;
}

.single-blog-content-box .reviewer-comment {
    padding: 3px 0 3px 25px;
    font-size: 22px;
    line-height: 1.4em;
    border-left: 7px solid #e6e9ec;
    margin-top: 35px;
}

.single-blog-content-box .reviewer-comment p {
    margin-bottom: 5px;
    line-height: 1.4em;
}

.reviewer-comment span {
    color: #ff7800;
}

.bctt-click-to-tweet {
    display: block;
    position: relative;
    padding: 20px 30px 20px 70px;
    text-align: center;
    border-radius: 0;
    font-size: 15px;
    border: 0;
    position: relative;
    margin-top: 60px;
}

.bctt-click-to-tweet:before {
    content: "\201C";
    position: absolute;
    font-family: 'techjobsfair-icon-pack';
    font-size: 150px;
    left: 25px;
    top: 40px;
    color: #dcdcdc;
}

.bctt-click-to-tweet a.bctt-ctt-btn {
    color: #1da1f2 !important;
    font-size: 12px;
}

.blog-image-center img {
    height: auto
}

.blog-author-main {
    padding: 25px 15px;
    width: 100%;
    text-align: center;
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .blog-category {
    position: relative;
    padding-left: 25px;
}

.single-blog-content-box .blog-info-list-wrapper ul.blog-info-list li.blog-info-item .blog-category:before {
    content: "\e917";
    position: absolute;
    font-family: 'techjobsfair-icon-pack';
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 15px;
}

:-ms-input-placeholder {
    color: #b0b0b0;
}

::-webkit-input-placeholder {
    color: #b0b0b0;
}

::-moz-placeholder {
    color: #b0b0b0;
}

::-ms-input-placeholder {
    color: #b0b0b0;
}

::placeholder {
    color: #b0b0b0;
}

::-ms-input-placeholder {
    color: #b0b0b0;
}

.textarea-outer-wrapper .textarea-wrapper {
    border: 1px solid #dbdfe4 !important;
}

.blog-single-middle-view a {
    color: var(--main-theme-color);
}

.blog-single-middle-view a:hover {
    color: var(--main-txt-url-color);
}













/* virutal indicator */
.upcoming-ts-section .upcoming-ts-wrapper ul.upcoming-ts-list li {
    position: relative
}

span.ts-vitual-event-tag {
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 12px 10px;
    line-height: 2px;
    text-transform: uppercase;
    margin: 10px;
    display: inline-block;
    border-radius: 3px;

    height: 18px;
    z-index: 1;
    position: absolute;
    color: #fff;
    background: #ff5a00;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5a00), to(#ff7800));
    background: -o-linear-gradient(left, #ff5a00 0, #ff7800 100%);
    background: linear-gradient(90deg, #ff5a00 0, #ff7800 100%)
}

/* tjf Popup */
.ts-pop-up-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.ts-pop-up {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.9);
    -ms-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9);
    overflow-y: auto;
    -webkit-box-shadow: rgba(0, 0, 0, .4) 0 6px 30px;
    box-shadow: rgba(0, 0, 0, .4) 0 6px 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 110;
    background-color: #fff;
    width: 95%;
    height: 95%;
    max-width: 850px;
    max-height: 720px;
    border-radius: 6px;
    letter-spacing: .3px
}

.ts-pop-up .ts-pop-up-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.ts-pop-up-wrap .popup-close {
    z-index: 3;
    position: absolute;
    right: 10px;
    top: 18px;
    line-height: 26px;
    color: #555;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    font-size: 22px;
    background: #eee
}

.ts-pop-up-wrap .popup-close:hover {
    cursor: pointer;
    background: #f66867;
    color: #fff;
    border-color: #f66867
}

.ts-pop-up-wrap.open .ts-pop-up {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.ts-pop-up-wrap.open .ts-pop-up-overlay {
    background: rgba(0, 0, 0, .6);
    z-index: 100;
    position: fixed;
    display: block
}

.ts-pop-up-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    inset: 0;
    z-index: 0;
    -webkit-transition: background .15s linear 0s;
    -o-transition: background .15s linear 0s;
    transition: background .15s linear 0s;
    display: none
}

.ts-already-register-message,
.ts-loggedin-user-register-message,
.ts-success-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    word-break: break-word
}

.ts-success-message-text {
    font-size: 32px
}

.ts-success-message-text span {
    display: block
}

.ts-success-message svg {
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto
}

.ts-body-fixed {
    overflow: hidden
}

.ts-pop-up-body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    height: 100%
}

.ts-pop-up-footer {
    font-size: 13px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 -18px 50px 0 rgb(255 255 255 / 80%);
    box-shadow: 0 -18px 50px 0 rgb(255 255 255 / 80%);
    z-index: 5;
    min-height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ts-pop-up-footer img {
    display: block;
    max-width: 140px;
    height: auto;
    margin-left: 10px
}

.ts-pop-up-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%
}

.ts-popup-event-title {

    font-size: 20px;
    line-height: 1.42;
    margin: 0
}

.ts-popup-event-date-time {
    margin: 0;
    font-size: 14px;
    color: #888
}

.ts-pop-up-body,
.ts-pop-up-footer,
.ts-pop-up-header {
    padding: 15px
}

.ts-pop-up-header {
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    min-height: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 50px
}

.ts-theme-checkbox label,
.ts-theme-radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 5px 0 10px;
    font-size: 16px;
    line-height: 1.42
}

.ts-theme-checkbox input[type=checkbox],
.ts-theme-radio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: block
}

.ts-theme-checkbox span.ts-checkmark,
.ts-theme-radio span.ts-checkmark {
    position: absolute;
    left: 0;
    top: 4px;
    height: 16px;
    width: 16px;
    background-color: rgb(227 227 227);
    border-radius: 50%
}

.ts-theme-checkbox span.ts-checkmark {
    border-radius: 2px
}

.ts-theme-checkbox label:hover input[type=checkbox]~.ts-checkmark,
.ts-theme-radio label:hover input[type=radio]~.ts-checkmark {
    background-color: #ccc
}

.ts-theme-checkbox label input[type=checkbox]:checked~.ts-checkmark,
.ts-theme-radio label input[type=radio]:checked~.ts-checkmark {
    background-color: var(--main-theme-color)
}

.ts-checkmark::after {
    content: "";
    position: absolute;
    display: none
}

.ts-theme-checkbox label input[type=checkbox]:checked~.ts-checkmark::after,
.ts-theme-radio label input[type=radio]:checked~.ts-checkmark::after {
    display: block
}

.ts-theme-radio label .ts-checkmark::after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff
}

.ts-theme-checkbox label .ts-checkmark::after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border-style: solid;
    border-color: #fff;
    -o-border-image: initial;
    border-image: initial;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ts-form-wrapper .ts-form-group input[type=color],
.ts-form-wrapper .ts-form-group input[type=date],
.ts-form-wrapper .ts-form-group input[type=datetime-local],
.ts-form-wrapper .ts-form-group input[type=datetime],
.ts-form-wrapper .ts-form-group input[type=email],
.ts-form-wrapper .ts-form-group input[type=file],
.ts-form-wrapper .ts-form-group input[type=month],
.ts-form-wrapper .ts-form-group input[type=number],
.ts-form-wrapper .ts-form-group input[type=password],
.ts-form-wrapper .ts-form-group input[type=search],
.ts-form-wrapper .ts-form-group input[type=tel],
.ts-form-wrapper .ts-form-group input[type=text],
.ts-form-wrapper .ts-form-group input[type=time],
.ts-form-wrapper .ts-form-group input[type=url],
.ts-form-wrapper .ts-form-group input[type=week],
.ts-form-wrapper .ts-form-group select,
.ts-form-wrapper .ts-form-group select optgroup,
.ts-form-wrapper .ts-form-group textarea {
    padding: 4px 15px;
    font-size: 16px;
    display: block;
    width: 100%;
    color: var(--main-txt-color);
    font-family: inherit;
    border-radius: 6px;
    height: 53px;
    background-color: #fff;
    border: 1px solid #999;
}

.ts-form-wrapper .ts-form-group textarea {
    min-height: 200px;
    padding: 15px;
    max-width: 100%
}

.ts-form-wrapper .ts-form-group input[type=color]:hover,
.ts-form-wrapper .ts-form-group input[type=date]:hover,
.ts-form-wrapper .ts-form-group input[type=datetime-local]:hover,
.ts-form-wrapper .ts-form-group input[type=datetime]:hover,
.ts-form-wrapper .ts-form-group input[type=email]:hover,
.ts-form-wrapper .ts-form-group input[type=file]:hover,
.ts-form-wrapper .ts-form-group input[type=month]:hover,
.ts-form-wrapper .ts-form-group input[type=number]:hover,
.ts-form-wrapper .ts-form-group input[type=password]:hover,
.ts-form-wrapper .ts-form-group input[type=search]:hover,
.ts-form-wrapper .ts-form-group input[type=tel]:hover,
.ts-form-wrapper .ts-form-group input[type=text]:hover,
.ts-form-wrapper .ts-form-group input[type=time]:hover,
.ts-form-wrapper .ts-form-group input[type=url]:hover,
.ts-form-wrapper .ts-form-group input[type=week]:hover,
.ts-form-wrapper .ts-form-group select optgroup:hover,
.ts-form-wrapper .ts-form-group select:hover,
.ts-form-wrapper .ts-form-group textarea:hover {
    border-color: var(--main-theme-color);
    background-color: #fff;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.ts-form-wrapper .ts-form-group input[type=color]:focus,
.ts-form-wrapper .ts-form-group input[type=date]:focus,
.ts-form-wrapper .ts-form-group input[type=datetime-local]:focus,
.ts-form-wrapper .ts-form-group input[type=datetime]:focus,
.ts-form-wrapper .ts-form-group input[type=email]:focus,
.ts-form-wrapper .ts-form-group input[type=file]:focus,
.ts-form-wrapper .ts-form-group input[type=month]:focus,
.ts-form-wrapper .ts-form-group input[type=number]:focus,
.ts-form-wrapper .ts-form-group input[type=password]:focus,
.ts-form-wrapper .ts-form-group input[type=search]:focus,
.ts-form-wrapper .ts-form-group input[type=tel]:focus,
.ts-form-wrapper .ts-form-group input[type=text]:focus,
.ts-form-wrapper .ts-form-group input[type=time]:focus,
.ts-form-wrapper .ts-form-group input[type=url]:focus,
.ts-form-wrapper .ts-form-group input[type=week]:focus,
.ts-form-wrapper .ts-form-group select optgroup:focus,
.ts-form-wrapper .ts-form-group select:focus,
.ts-form-wrapper .ts-form-group textarea:focus {
    outline: 0;
    border: 1px solid #ff7800;
    -webkit-box-shadow: rgba(252, 135, 0, .5) 0 0 6px 0;
    box-shadow: rgba(252, 135, 0, .5) 0 0 6px 0
}

.ts-form-wrapper .ts-form-group input:-webkit-autofill,
.ts-form-wrapper .ts-form-group input:-webkit-autofill::first-line,
.ts-form-wrapper .ts-form-group input:-webkit-autofill:active,
.ts-form-wrapper .ts-form-group input:-webkit-autofill:focus,
.ts-form-wrapper .ts-form-group input:-webkit-autofill:hover {
    font: 400 16px;
    -webkit-box-shadow: #fff 0 0 0 30px inset !important;
    box-shadow: #fff 0 0 0 30px inset !important
}
.ts-form-wrapper .ts-form-group .wpforms-submit{
    width: 100% !important;
    background-color: var(--main-theme-color) !important;
    color: #fff !important;
    border: none !important;
    padding: 15px !important;
    font-size: 18px !important;
    cursor: pointer !important;
    border-radius: 6px;
}
.ts-tab-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #bbb;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ts-login-tab,
.ts-register-tab {
    text-decoration: none;
    display: block;
    background-color: #fff;
    text-transform: uppercase;
    text-align: center;
    color: #bbb;
    font-size: 18px;
    margin: 0 20px;
    letter-spacing: .5px;
    padding: 10px;
    border-bottom: 2px solid transparent
}

/* .active {
    color: var(--main-theme-color);
    border-bottom: 2px solid;
} */

.ts-register-box,
.ts-tab-btn {
    max-width: 700px;
    margin: 20px auto 40px
}

.ts-login-box {
    display: none
}

.ts-popup-label {

    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400
}

.ts-login-box,
.ts-register-box {
    margin-top: 30px
}

.ts-login-box {
    max-width: 450px;
    margin: 0 auto
}

.ts-form-title {
    font-size: 28px;
    line-height: 1.42;

    font-weight: 400;
    margin: 0 0 30px
}

p.popup-form-notice {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
    color: #555
}

p.popup-form-notice strong {
    font-size: 16px;
    line-height: 1.42;
    margin-bottom: 5px;
    display: block;
    color: var(--main-dark-txt-color)
}

.ts-theme-checkbox.ts-vertical-options label,
.ts-theme-radio.ts-vertical-options label {
    margin: 0 20px 20px 0
}

.ts-form-group {
    margin-bottom: 15px
}

.ts-login-tab:hover,
.ts-register-tab:hover {
    border-bottom: 2px solid
}

.htt-editable-pill-name {
    padding: 5px 35px 5px 8px;
    background: #fff1ec;
    border-radius: 5px;
    color: var(--main-theme-color);
    position: relative;
    padding-right: 35px;
    margin: 0 10px 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px
}

.htt-editable-pill-name .htt-editable-pill-remove-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 16px;
    background: var(--main-theme-color);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    color: #fff
}

.htt-editable-pill-name span {
    font-size: 14px;
    margin-left: 5px
}

.htt-editable-pill-name .htt-editable-pill-remove-btn:hover {
    background: #ff3d3d
}

.custom-exp-slider .ui-widget.ui-widget-content {
    background: #eee;
    border: 0;
    height: 7px;
    cursor: pointer;
    width: calc(100% - 25px);
    margin: 24px .6em 0
}

.custom-exp-slider .ui-slider-range {
    background: var(--main-theme-color)
}

.custom-exp-slider .ui-widget.ui-widget-content span.ui-slider-handle.ui-corner-all.ui-state-default {
    border: none;
    border-radius: 50%;
    background-color: var(--main-theme-color);
    cursor: pointer;
    outline: 0
}

.custom-exp-slider .exp-count-show:focus {
    outline: 0;
    border: none
}

.custom-exp-slider .exp-count-show {
    border: 0;
    text-align: center;
    color: var(--main-theme-color);
    font-family: var(--font-bold);
    cursor: default
}

.ui-slider span.slider-max,
.ui-slider span.slider-min {
    top: 15px;
    font-size: 12px;
    position: absolute;
    color: #888
}

.ui-slider span.slider-min {
    left: 0
}

.ui-slider span.slider-max {
    right: 0
}

.custom-exp-slider>span {
    display: block;
    text-align: center;
    margin-top: 10px;

}

.ts-loggedin-user-msg {
    font-size: 14px;
    color: #555
}

.ts-loggedin-user-msg .ts-popup-logout-link {

    color: var(--main-theme-color);
    line-height: 1.42
}

span.ts-error {
    display: block;
    color: #900;
    font-size: 12px;
    float: none;
    cursor: default
}

/* Select2 Styles */
.ts-body-fixed .select2-container.select2-container--open.select2-container--below span.select2-selection {
    border-bottom: none
}

.ts-body-fixed .select2-container.select2-container--open.select2-container--above span.select2-selection {
    border-top: none
}

.ts-body-fixed .select2-container.select2-container--open .select2-selection,
.ts-body-fixed .select2-container.select2-container--open .select2-dropdown {
    border-color: var(--main-theme-color);
    -webkit-box-shadow: 0 3px 10px #e8e8e8;
    box-shadow: 0 3px 10px #e8e8e8
}

.ts-body-fixed .select2-container .select2-selection {
    padding: 4px 7px;
    font-size: var(--fs-16);
    display: block;
    width: 100%;
    color: var(--main-txt-color);
    font-family: inherit;
    border-radius: 6px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-transition: border-color 0.2s ease-in-out, border 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, border 0.2s ease-in-out
}

.ts-body-fixed .select2-container .select2-selection:hover {
    border-color: var(--main-theme-color);
    background-color: #fff
}

.ts-body-fixed .select2-container:focus {
    outline: none;
    border: none
}

.ts-body-fixed .select2-container .select2-selection:focus,
.ts-body-fixed .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none
}

.ts-body-fixed .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    font-size: 16px
}

.ts-body-fixed .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: inherit
}

.ts-body-fixed .select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 6px
}

.ts-body-fixed .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.ts-body-fixed .select2-container--default .select2-results__option--selected {
    background-color: #fff3ef;
    color: var(--main-theme-color)
}

.ts-body-fixed .select2-results__option {
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 10px;
    font-size: 16px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out
}

.ts-body-fixed .select2-results__options>.select2-results__option:last-child {
    border-radius: 0 0 6px 6px
}

.ts-body-fixed .select2-search--dropdown .select2-search__field {
    padding: 10px 12px;
    font-size: 14px
}

/* Select2 Styles */
/* tjf Popup */

.select2-container--open .select2-dropdown {
    margin-top: 0px !important;
}

/*faq start*/
.faq_body {
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    transition: all .3s 0s;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    height: 0
}

.faq_body p {
    margin: 0;
    padding: 0 20px 20px
}

.faq_col {
    background-color: var(--main-gray-bg-color);
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden
}

.faq_col a {
    font-weight: 700;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq_col.show .faq_body {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    height: auto
}

.faq_col.show i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.faq_col i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    transition: all .3s 0s
}

/* faq end */

/*blogs avtar css start*/
.ts-blog-text-quote {
    margin-bottom: 20px;
    border: 2px solid var(--main-theme-color);
    padding: 20px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
}

.avatar-left {
    padding: 0 20px;
}

.ts-user-info-right {
    display: inline-block;
}

.ts-img-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid var(--main-gray-bg-color);
    background: var(--main-gray-bg-color);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.ts-blog-text-quote-name {
    font-weight: bold;

}

.ts-img-avatar:before {
    content: "";
    top: -22px;
    right: 30px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--main-theme-color);
}

.ts-img-avatar:after {
    content: "";
    top: -23px;
    right: 32px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.ts-img-avatar {
    position: relative;
}

.ts-img-avatar:before,
.ts-img-avatar:after {
    position: absolute;
}

.ts-author-right .ts-d-flex {
    flex-direction: row-reverse;
}

.ts-author-right .ts-user-info-right {
    text-align: right;
}

/* ---------------------------------------------------- 
    Tech Summit CSS Start
---------------------------------------------------- */

/*---------------------- Defaults -------------------*/

.gradient-bg {
    background-image: var(--main-theme-bg-gradient);
}
.ts-container {
    max-width: 1400px
}

/* ===================================
   HOME PAGE / FRONT PAGE STYLES - START
   =================================== */

/* Hero Section */
.homepage-hero-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /* padding: 150px 0 0px ; */
    height: 100vh;
}

.homepage-hero-section .home-banner-container {
    z-index: 1;
}

.hero-section-image-wrapper .home-banner-image img {
    height: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    width: 100%;
}

/* .homepage-hero-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1000px;
    width: 100%;
    background-image: url(assets/images/main-banner-shape-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    z-index: 0;    
} */

.homepage-hero-section .home-banner-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1
}

.homepage-hero-section .home-banner-content-wrapper .hero-tag-line, 
.partnership-hero-content .hero-tag-line, 
.vienna-hero-section .hero-tag-line {
    max-width: 350px;
    width: fit-content;
    padding: 10px 15px;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 7px;
    font-weight: 500;
    color: var(--main-dark-txt-color);
    font-size: 16px;
}

.homepage-hero-section .home-banner-content-wrapper .home-banner-title {
    margin: 0 0 0px;
    padding: 0;
    font-size: 67px;
    line-height: 84px;
    letter-spacing: .5px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
}

.homepage-hero-section .home-banner-content-wrapper .home-banner-description {
    margin: 25px 0;
    padding: 0;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: .5px;
    font-weight: 500;
    color: var(--main-dark-txt-color);
}

.homepage-hero-section .home-banner-content-wrapper .home-banner-description strong {
    font-weight: 400
}

.homepage-hero-section .home-banner-content-wrapper .home-banner-event-buttons{
    margin-top:10px ;
}
.ts-theme-button {
    font-size: 18px;
    line-height: 23px;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'figtree';
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 25px;
    border-radius: 6px;
    color: #FFF !important;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #FC8700;
     background: -webkit-gradient(linear, left top, right top, from(rgba(255, 90, 0, 1)), to(rgba(255, 120, 0, 1)));
    background: -o-linear-gradient(left, rgba(255, 90, 0, 1) 0%, rgba(255, 120, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 90, 0, 1) 0%, rgba(255, 120, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FC8700", endColorstr="#0C107D", GradientType=1)
}

.ts-theme-button:hover {
    background: #0C107D;
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 16, 125, 1)), to(rgba(8, 11, 60, 1)));
    background: -o-linear-gradient(left, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C107D", endColorstr="#080B3C", GradientType=1)
}

.ts-theme-black-button {
    font-size: 18px;
    line-height: 23px;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'figtree';
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 6px;
    color: #FFF !important;
    letter-spacing: .5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #0C107D;
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 16, 125, 1)), to(rgba(8, 11, 60, 1)));
    background: -o-linear-gradient(left, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    background: linear-gradient(90deg, rgba(12, 16, 125, 1) 0%, rgba(8, 11, 60, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C107D", endColorstr="#080B3C", GradientType=1)
}

.ts-theme-black-button:hover {
    background: #FC8700;
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 135, 0, 1)), to(rgba(12, 16, 125, 1)));
    background: -o-linear-gradient(left, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    background: linear-gradient(90deg, rgba(252, 135, 0, 1) 0%, rgba(12, 16, 125, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FC8700", endColorstr="#0C107D", GradientType=1)
}

.ts-theme-button.ts-theme-light-button {
    color: var(--main-theme-color) !important;
    border: 1px solid var(--main-theme-color) !important;
    background: transparent !important;
}

.ts-sub-heading {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 4px 7px;
    color: #FFF;
    width: fit-content;
    background: -webkit-gradient(linear, left top, right top, from(rgba(252, 135, 0, 1)), to(rgba(252, 135, 0, 1)));
    background: -o-linear-gradient(left, rgba(252, 135, 0, 1) 0%, rgba(252, 135, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(252, 135, 0, 1) 0%, rgba(252, 135, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5a00", endColorstr="#ff7800", GradientType=1);
    border-radius: 4px;
}

.ts-section-heading-txt {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin: 15px 0;
    color: var(--main-dark-txt-color);
}

/* ===== Scroll Zoom Video Section ===== */
.scroll-zoom-video-section {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 50px 0;
}

.scroll-zoom-container {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    max-height: 82vh;
}

.scroll-zoom-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    will-change: transform;
}

.scroll-zoom-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(0.6);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    will-change: transform;
    border: none;
}

/* Specific styles for YouTube iframe */
.scroll-zoom-youtube {
    pointer-events: none;
}

/* Specific styles for MP4 video */
.scroll-zoom-mp4 {
    display: block;
}

.scroll-zoom-content {
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.scroll-zoom-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.scroll-zoom-description {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.9;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.scroll-zoom-content.fade-out {
    opacity: 0;
}

/* Responsive */




/* ============================================
   KEY TOPICS SECTION - START
   ============================================ */

/* ===== Key Topics Section ===== */
.key-topics-section {
    padding: 0 0 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.key-topics-header {
    margin-bottom: 30px;
}

.key-topics-header .ts-section-heading-txt {
    color: var(--main-dark-txt-color);
    margin-bottom: 16px;
}

.key-topics-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: var(--main-txt-color);
    max-width: 700px;
    margin: 0 auto;
}

.key-topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.topic-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 32px 24px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.topic-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--main-theme-color) 0%, var(--main-theme-dark-color) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 16px;
    z-index: 0;
}

.topic-card:hover::before {
    opacity: 1;
}

.topic-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: 0 20px 40px rgba(252, 135, 0, 0.25);
}

.topic-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.15) 0%, rgba(252, 135, 0, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.topic-icon svg {
    color: var(--main-theme-color);
    transition: all 0.4s ease;
}

.topic-card:hover .topic-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.topic-card:hover .topic-icon svg {
    color: #ffffff !important;
}

.topic-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
    margin-bottom: 12px;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.topic-description {
    font-size: 15px;
    line-height: 24px;
    color: var(--main-txt-color);
    margin: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.topic-card:hover .topic-title {
    color: #ffffff;
}

.topic-card:hover .topic-description {
    color: rgba(255, 255, 255, 0.9);
}

/* Gradient color variations for each card */
.topic-card:nth-child(1) .topic-icon {
    background: linear-gradient(135deg, rgba(168, 85, 247, 0.15) 0%, rgba(139, 92, 246, 0.1) 100%);
}

.topic-card:nth-child(1) .topic-icon svg {
    color: #a855f7;
}

.topic-card:nth-child(1):hover::before {
    background: linear-gradient(135deg, #a855f7 0%, #8b5cf6 100%);
}

.topic-card:nth-child(2) .topic-icon {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(37, 99, 235, 0.1) 100%);
}

.topic-card:nth-child(2) .topic-icon svg {
    color: #3b82f6;
}

.topic-card:nth-child(2):hover::before {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.topic-card:nth-child(3) .topic-icon {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15) 0%, rgba(219, 39, 119, 0.1) 100%);
}

.topic-card:nth-child(3) .topic-icon svg {
    color: #ec4899;
}

.topic-card:nth-child(3):hover::before {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

.topic-card:nth-child(4) .topic-icon {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.15) 0%, rgba(6, 182, 212, 0.1) 100%);
}

.topic-card:nth-child(4) .topic-icon svg {
    color: #0ea5e9;
}

.topic-card:nth-child(4):hover::before {
    background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
}

.topic-card:nth-child(5) .topic-icon {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(124, 58, 237, 0.1) 100%);
}

.topic-card:nth-child(5) .topic-icon svg {
    color: #8b5cf6;
}

.topic-card:nth-child(5):hover::before {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
}

.topic-card:nth-child(6) .topic-icon {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15) 0%, rgba(219, 39, 119, 0.1) 100%);
}

.topic-card:nth-child(6) .topic-icon svg {
    color: #ec4899;
}

.topic-card:nth-child(6):hover::before {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

/* Responsive Styles */






/* ============================================
   KEY TOPICS SECTION - END
   ============================================ */

/* ===== Partners Section ===== */
.homepage-our-partners-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

.partners-header {
    margin-bottom: 50px;
}

.partners-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: var(--main-txt-color);
    margin: 20px auto 0;
    max-width: 700px;
}

/* Tab Buttons */
.partners-tab-buttons {
    display: inline-flex;
    justify-content: center;
    gap: 0;
    margin: 0 auto 50px;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 6px;
    width: fit-content;
    display: flex;
}

.partners-tab-btn {
    background: transparent;
    border: none;
    padding: 14px 32px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Figtree';
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    white-space: nowrap;
}

.partners-tab-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.partners-tab-btn.active {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
    transition: color 0.3s;
}

.partners-tab-btn.active .tab-label {
    color: var(--main-theme-color);
}

.tab-count {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    background: rgba(0, 0, 0, 0.06);
    padding: 2px 8px;
    border-radius: 12px;
    transition: all 0.3s;
}

.partners-tab-btn.active .tab-count {
    color: var(--main-theme-color);
    background: rgba(252, 135, 0, 0.1);
}

/* Tab Content */
.partners-tab-content {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.partners-tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Partners Logo Grid */
.partners-logo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
    padding: 0 20px;
}

.partner-logo-item {
    animation: slideUp 0.5s ease-out forwards;
    opacity: 0;
}

.partner-logo-item:nth-child(1) { animation-delay: 0.05s; }
.partner-logo-item:nth-child(2) { animation-delay: 0.1s; }
.partner-logo-item:nth-child(3) { animation-delay: 0.15s; }
.partner-logo-item:nth-child(4) { animation-delay: 0.2s; }
.partner-logo-item:nth-child(5) { animation-delay: 0.25s; }
.partner-logo-item:nth-child(6) { animation-delay: 0.3s; }
.partner-logo-item:nth-child(7) { animation-delay: 0.35s; }
.partner-logo-item:nth-child(8) { animation-delay: 0.4s; }
.partner-logo-item:nth-child(9) { animation-delay: 0.45s; }
.partner-logo-item:nth-child(10) { animation-delay: 0.5s; }
.partner-logo-item:nth-child(11) { animation-delay: 0.55s; }
.partner-logo-item:nth-child(12) { animation-delay: 0.6s; }

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.partner-logo-card {
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    height: 120px;
}

.partner-logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-color: var(--main-theme-color);
}

.partner-logo-card img {
    object-fit: contain;
    max-width: 100%;
    max-height: 80px;
    opacity: 0.8;
    transition: all 0.3s;
}

.partner-logo-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Partners CTA Section */
.partners-cta-section {
    text-align: center;
    padding: 50px 20px;
    background: #f9f9f9;
    border-radius: 16px;
    margin: 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.partners-cta-section h4 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px;
}

.partners-cta-section p {
    font-size: 16px;
    line-height: 24px;
    color: var(--main-txt-color);
    margin: 30px auto;
}

.partners-cta-section .ts-theme-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Design */






/* ===================================
   HOME PAGE / FRONT PAGE STYLES - END
   =================================== */

.ts-theme-button i::before {
    display: inline-block;
}

/* ===================================
   Common Components & Sections
   =================================== */

/* Whatch our event  */
.common-video-icon {
    background-color: #000;
    min-height: 350px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.common-video-icon .common-video-play-button {
    background: var(--main-theme-color);
    font-size: 0;
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    box-shadow: 0 0 0 10px rgb(255 120 0/15%);
    transition: all .5s
}

.common-video-icon .common-video-play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 17px solid #fff;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    transform: translate(-50%,-50%)
}

.common-video-icon .common-video-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7
}

.common-video-icon:hover .common-video-play-button {
    background: #c90000;
    box-shadow: 0 0 0 10px rgba(201,0,0,.15)
}

.common-video-icon:hover .common-video-play-button:hover {
    animation: blinkbtn 2s infinite
}

@keyframes blinkbtn {
    0% {
        box-shadow: 0 0 0 10px rgba(201,0,0,.15);
        transition: all .5s
    }

    50% {
        box-shadow: 0 0 0 20px rgba(201,0,0,.25);
        transition: all .5s
    }

    100% {
        box-shadow: 0 0 0 10px rgba(201,0,0,.15);
        transition: all .5s
    }
}

.watch-over-event {
    padding: 70px 0 40px;
    position: relative;
    overflow: hidden
}

.watch-over-event .main-title-with-subtitle-wrapper {
    margin-bottom: 50px
}

.watch-over-event-img-box {
    height: 260px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgb(255 120 0/10%);
    border-radius: 10px;
    transition: all .2s 0s
}

.watch-over-event-img-box:hover,.watch-over-event-video-box:hover {
    transform: translateY(calc(3px*-1));
    box-shadow: 0 10px 30px rgb(255 120 0/20%)
}

.watch-over-event .ts-col-md-4 .watch-over-event-img-box:last-of-type {
    height: 500px
}

.watch-over-event-img-box a {
    display: block;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.watch-over-event-img-box a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .3s ease 0s
}

.watch-over-event-video-box {
    box-shadow: 0 0 30px rgb(255 120 0/10%);
    margin-bottom: 30px;
    transition: all .2s 0s
}

.watch-over-event-video-box .common-video-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.watch-over-event-video-box,.watch-over-event-video-box .popup-youtube,.watch-over-event-video-box .common-video-icon {
    height: 500px
}

.watch-over-event:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--main-theme-light-color);
    height: 600px;
    width: 100%;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0,100% 0%,100% 50%,0 100%);
    transform: rotate(180deg)
}
/* ============================================
   WORLD WIDE EVENTS SECTION - START
   ============================================ */

.world-wide-events-section {
    background: var(--main-gray-bg-color);
    padding: 80px 0;
    position: relative;
}

.heading-arrow-container {
    position: relative;
    margin-bottom: 50px;
}

/* Event Card Styles */
.world-wide-events-section .ts-row .ts-col-md-3 {
    margin: 15px 0;
}

.world-wide-events-section .event-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    position: relative;
}

.world-wide-events-section .event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--main-theme-color) 0%, var(--main-theme-dark-color) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.world-wide-events-section .event-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(252, 135, 0, 0.2);
}

.world-wide-events-section .event-card:hover::before {
    opacity: 1;
}

/* Event Image Container */
.world-wide-events-section .event-card .event-image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0;
}

.world-wide-events-section .event-card .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.world-wide-events-section .event-card:hover .event-image img {
    transform: scale(1.05);
}

/* Arrow Icon */
.world-wide-events-section .event-card .arrow-icon {
    position: absolute;
    top: 40px;
    right: 40px;
    transform: translate(50%, -50%) scale(0);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.world-wide-events-section .event-card:hover .arrow-icon {
    transform: translate(50%, -50%) scale(1);
}

.world-wide-events-section .event-card .arrow-icon i {
    color: var(--main-theme-color);
    font-size: 20px;
    transition: all 0.3s ease;
}

.world-wide-events-section .event-card:hover .arrow-icon i {
    transform: translateX(3px);
    margin: 0;
}

.arrow-icon:hover {
    background: var(--main-theme-color);
}

.arrow-icon:hover i {
    transform: rotate(90deg);
}

/* Event Content */
.world-wide-events-section .event-card .event-content {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.world-wide-events-section .event-card .event-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
    margin: 0 0 8px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.world-wide-events-section .event-card:hover .event-content h3 {
    color: #ffffff;
}

.world-wide-events-section .event-card .event-content p {
    font-size: 16px;
    color: var(--main-txt-color);
    margin: 0;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.world-wide-events-section .event-card:hover .event-content p {
    color: rgba(255, 255, 255, 0.9);
}

.world-wide-events-section .event-card .event-content p::before {
    content: '📅';
    font-size: 14px;
}

/* Slider Container */
.world-wide-events-slider-container {
    position: relative;
    margin: auto;
}

.world-wide-events-slider-container .slider-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

/* Slider Navigation Buttons */
.world-wide-events-section .slider-btn {
    position: absolute;
    top: 51px;
    transform: translateY(-50%);
    background: #fff;
    color: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
    padding: 10px 12px;
    font-size: 18px;
    cursor: pointer;
    z-index: 1;
    height: 50px;
    width: 50px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.world-wide-events-section .slider-btn:hover {
    background: linear-gradient(135deg, var(--main-theme-color), var(--main-theme-dark-color));
    color: #fff;
    border-color: transparent;
    transform: translateY(-50%) scale(1.05);
}

.world-wide-events-section .slider-btn.prev {
    right: calc(50px + 15px);
}

.world-wide-events-section .slider-btn.next {
    right: 10px;
}

button i {
    line-height: 0;
}

.why-attent-tech-summit-section {
    padding: 80px 0;
}

/* Slick Slider Controls */
.world-wide-events-section .slick-prev,
.world-wide-events-section .slick-next {
    border: none;
    font-size: 0;
    position: absolute;
    top: -60px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.world-wide-events-section .slick-prev:hover,
.world-wide-events-section .slick-next:hover {
    background: linear-gradient(135deg, var(--main-theme-color), var(--main-theme-dark-color));
    border-color: transparent;
    transform: translateY(-50%) scale(1.05);
}

.world-wide-events-section .slick-prev {
    right: calc(60px + 10px);
    left: auto;
}

.world-wide-events-section .slick-next {
    right: 0px;
}

.world-wide-events-section .slick-prev::before,
.world-wide-events-section .slick-next::before {
    font-family: 'techjobsfair-icon-pack' !important;
    font-size: 30px;
    color: var(--main-theme-color);
    transition: color 0.3s ease;
}

.world-wide-events-section .slick-prev:hover::before,
.world-wide-events-section .slick-next:hover::before {
    color: #fff;
}

/* Responsive Styles */




/* ============================================
   WORLD WIDE EVENTS SECTION - END
   ============================================ */

/* Video Thumbnail Css */

.video-play-container {
    max-width: 1000px;
    margin: 30px auto;
    line-height: 0;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}

.video-thumbnail img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: var(--main-theme-bg-gradient);
    color: white;
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.play-button-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    background-color: rgb(255 120 0 / 25%);
    border-radius: 50%;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ===== Counter Section ===== */
.counter-section {
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
}

.counter-box {
    text-align: center;
    width: 19%;
    /* border-right: 1px solid ;
    border-image: linear-gradient(to right, #020026 0%, #020026 100%) 1; */
}

.home-counter-icon-box {
    background: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
    height: 80px;
    width: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-counter-icon-box img {
    width: 48px;
    height: 48px;
}

.counter-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 6px;
    line-height: normal;
}

.counter-box p {
    font-size: 18px;
    color: var(--main-txt-color);
    margin: 0;
    line-height: normal;
}

.gradient-right-border {
    position: relative;
    border-radius: 12px;
    z-index: 0;
}

.gradient-right-border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    /* border thickness */
    height: 100%;
    background: linear-gradient(to bottom, rgba(2, 0, 38, 0) 0%, #020026 50%, rgba(2, 0, 38, 0) 100%);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 1;
    opacity: 0.1;
}

/* Speakers Section */
.top-leaders-section {
    padding: 80px 0;
    background: #ffffff;
}

.speakers-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    gap: 30px;
}

.speakers-header-content {
    flex: 1;
}

.speakers-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: var(--main-txt-color);
    margin: 15px 0 0;
    max-width: 600px;
}

.speakers-header-action {
    flex-shrink: 0;
}

.top-leaders-section .speakers-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

/* Speaker Card */
.speaker-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.speaker-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-color: transparent;
}

.speaker-image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.speaker-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.speaker-card:hover .speaker-image-wrapper img {
    transform: scale(1.05);
}

.speaker-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.speaker-card:hover .speaker-overlay {
    opacity: 1;
}

.speaker-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.speaker-link:hover {
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #ffffff;
}

.speaker-info {
    padding: 20px;
    text-align: center;
}

.speaker-name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
    margin: 0 0 6px;
}

.speaker-role {
    font-size: 15px;
    line-height: 22px;
    color: var(--main-txt-color);
    margin: 0;
}

.former-partners-section .video-testimonlial-box-wrapper {
    margin: 0 0 0px;
    padding: 0;
}

.video-testimonlial-box-wrapper .video-testimonlial-author {
    margin-top: 20px;
}

.video-testimonlial-box-wrapper .video-testimonlial-author .video-testimonlial-author-name {
    margin: 0 0 7px;
    padding: 0;
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
}

.video-testimonlial-box-wrapper .video-testimonlial-author .video-testimonlial-author-designation {
    color: var(--main-txt-color);
}

.video-testimonlial-box-wrapper .video-testimonlial {
    background-color: #000;
    min-height: 285px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.video-testimonlial-box-wrapper .video-testimonlial .video-testimonlial-play-button {
    background: var(--main-theme-color);
    font-size: 0;
    height: 60px;
    width: 60px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    box-shadow: 0 0 0 10px rgba(252, 135, 0, 0.15);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video-testimonlial-box-wrapper .video-testimonlial .video-testimonlial-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
}

.video-testimonlial-box-wrapper .video-testimonlial .video-testimonlial-play-button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-left: 17px solid #FFF;
    border-bottom: 11px solid transparent;
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.scroll-strip {
    width: 100%;
    background-image: var(--main-theme-bg-gradient);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}

.scroll-track {
    display: flex;
    width: max-content;
    animation: scrollLeft 25s linear infinite;
}

.scroll-item {
    white-space: nowrap;
    color: #fff;
    padding: 0 20px;
    font-family: sans-serif;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.scroll-item::after {
    content: "";
    background-image: url('/path-to/star-icon.png');
    /* use sparkle image or use border if image not needed */
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    display: inline-block;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.horizontal-couner-strap p {
    font-size: 24px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    font-family: 'figtree';
}

.our-awards-section {
    padding: 80px 0;
}

.our-awards-section .awards-container {
    margin-top: 30px;
}

.our-awards-section .awards-container .single-award-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-awards-section .ts-container {
    overflow: hidden;
}

.tech-summit-cta-grid-section .cta-grid-card {
    border-radius: 10px;
    overflow: hidden;
    min-height: 330px;
    margin-bottom: 25px;
}

.tech-summit-cta-grid-section .cta-grid-card .cta-main-image {
    line-height: 0;
    border-radius: 10px;
    object-fit: cover;
    min-height: 330px;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper {
    padding: 30px;
    background: rgb(2 0 38 / 5%);
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper:hover {
    background: rgb(255 120 0 / 10%);
    margin-top: 0;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper .cta-grid-top-container {
    transition: all 0.6s ease;
    margin-top: 30px;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper:hover .cta-grid-top-container {
    margin-top: 0;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper h2.cta-heading {
    color: var(--main-dark-txt-color);
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper p {
    font-size: 18px;
    line-height: 24px;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper .cta-button-container {
    position: absolute;
    bottom: -30px;
    left: 30px;
    transition: all 0.6s;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper:hover .cta-button-container {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper .cta-button-container a {
    color: var(--main-theme-dark-color);
    position: relative;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper .cta-button-container a::after {
    content: "";
    border-bottom: 1px solid var(--main-theme-dark-color);
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
}

.tech-summit-cta-grid-section .cta-grid-card.content-wrapper .cta-button-container a i::before {
    transform: rotate(315deg);
    display: inline-block;
}

/* FAQ Section Styles */
.tech-summit-faq-section {
    padding: 30px 0 80px;
}

.tech-summit-faq-section .ts-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-section {
    padding: 20px 0px;
}

.faq-heading {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    color: #333;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    padding: 18px 0;
    font-size: 20px;
    font-family: 'Figtree';
    font-weight: 600;
    text-align: left;
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    line-height: normal;
    color: var(--main-dark-txt-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-question:hover,
.faq-item.active h3 {
    color: var(--main-theme-dark-color);
}

.faq-icon {
    transition: transform 0.3s ease;
    transform: rotate(90deg);
    display: inline-block;
}

.faq-answer {
    display: none;
    padding: 0 0px 18px;
    font-size: 18px;
    line-height: 26px;
    color: var(--main-txt-color);
    font-family: 'Figtree';
}

.faq-item.active .faq-icon {
    transform: rotate(270deg);
    display: inline-block;
}

.faq-answer p {
    margin: 0;
}

/* Slick Slider Start*/

.slick-prev,
.slick-next {
    background: none;
    border: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

.slick-prev::before,
.slick-next::before {
    font-family: 'techjobsfair-icon-pack';
    font-weight: 900;
    font-size: 24px;
    color: #000;
}

.slick-prev::before {
    content: "\e90d";
    /* fa-chevron-left */
}

.slick-next::before {
    content: "\e90f"
        /* fa-chevron-right */
}

/* Slick Slider End */

.site-header-navigation .main-navigation ul {
    display: flex;
    list-style: none;
    gap: 10px;
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation {
    display: none !important;
}

.site-header-mobile-menu-button {
    display: flex !important;
    justify-content: end;
    gap: 15px;
}

.site-header-mobile-menu-button .mobile-menu-button {
    display: inline-flex;
    height: 50px;
    width: 50px;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
    background: transparent;
    border: 1px solid rgb(2 0 38 / 20%);
}

.site-header-mobile-menu-button .mobile-menu-button:hover {
    border: 1px solid var(--main-theme-color);
}

.site-header-mobile-menu-button .mobile-menu-button:hover::before,
.site-header-mobile-menu-button .mobile-menu-button:hover::after,
.site-header-mobile-menu-button .mobile-menu-button:hover span {
    background: var(--main-theme-color);
}

.site-header-mobile-menu-button .mobile-menu-button::before {
    content: "";
    position: absolute;
    height: 2px;
    width: calc(100% - 20px);
    left: 50%;
    top: calc(50% - 8px);
    transform: translate(-50%, -50%);
    background: var(--main-txt-color);
    transition: all 0.2s;
}

.site-header-mobile-menu-button .mobile-menu-button::after {
    content: "";
    position: absolute;
    height: 2px;
    width: calc(100% - 20px);
    left: 50%;
    top: calc(50% + 8px);
    transform: translate(-50%, -50%);
    background: var(--main-txt-color);
    transition: all 0.2s;
}

.site-header-mobile-menu-button .mobile-menu-button span {
    font-size: 0px;
    height: 2px;
    width: calc(100% - 20px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--main-txt-color);
    opacity: 1;
    transition: all 0.2s;
}

.site-header-container .site-header-row .site-header-col.site-header-navigation .main-navigation .menu-main-menu-container ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Removed colored sidebar border for cleaner look */

/* Mobile Menu Backdrop */
.mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9998;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.mobile-menu-backdrop.active {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

.site-header-mobile-menu-button .mobile-menu-button.mobile-menu-open::before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.2s;
}

.site-header-mobile-menu-button .mobile-menu-button.mobile-menu-open span {
    opacity: 0;
    transition: all 0.2s;
}

.site-header-mobile-menu-button .mobile-menu-button.mobile-menu-open::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all 0.2s;
}

.admin-bar .ts-site-header-mobile-menu-container {
    height: calc(100% - 30px);
}

.ts-site-header-mobile-menu-container {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 380px;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    justify-content: flex-end;
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    overflow: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.ts-site-header-mobile-menu-container .main-navigation {
    width: 380px;
    background: transparent;
    padding: 20px;
    height: 100%;
}

.ts-site-header-mobile-menu-container.mobile-menu-container-open {
    right: 0;
    box-shadow: -4px 0 40px rgba(0, 0, 0, 0.12);
}

.ts-site-header-mobile-menu-container .main-navigation {
    width: 100%;
    background: transparent;
    padding: 80px 24px 30px;
    height: 100%;
    overflow-y: auto;
}

.ts-site-header-mobile-menu-container .main-navigation::-webkit-scrollbar {
    width: 4px;
}

.ts-site-header-mobile-menu-container .main-navigation::-webkit-scrollbar-track {
    background: transparent;
}

.ts-site-header-mobile-menu-container .main-navigation::-webkit-scrollbar-thumb {
    background: rgba(252, 135, 0, 0.3);
    border-radius: 10px;
}

.ts-site-header-mobile-menu-container .main-navigation::-webkit-scrollbar-thumb:hover {
    background: var(--main-theme-color);
}

.ts-site-header-mobile-menu-container .main-navigation ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ts-site-header-mobile-menu-container .main-navigation ul.menu li {
    transition: all 0.25s ease;
    border-radius: 8px;
    margin-bottom: 4px;
    position: relative;
}

/* Sidebar (mobile drawer) submenu behaviour */
.ts-site-header-mobile-menu-container .main-navigation ul.menu li.menu-item-has-children > ul.sub-menu {
  display: none;
  position: static;
  margin: 0 0 6px 10px;
  padding: 6px 0 0 12px;
  border-left: 1px solid rgba(0,0,0,0.08);
}
.ts-site-header-mobile-menu-container .main-navigation ul.menu li.menu-item-has-children > a:first-child {
  position: relative;
  padding-right: 36px !important; /* space for arrow */
  min-height: 44px; /* stable tap target */
  align-items: center;
}
.ts-site-header-mobile-menu-container .main-navigation ul.menu li.menu-item-has-children:hover > ul.sub-menu,
.ts-site-header-mobile-menu-container .main-navigation ul.menu li.menu-item-has-children:focus-within > ul.sub-menu {
  display: block;
}
.ts-site-header-mobile-menu-container .main-navigation ul.menu li.menu-item-has-children > a:first-child::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.2s ease;
  opacity: .6;
}
.ts-site-header-mobile-menu-container .main-navigation ul.menu li.submenu-open > a:first-child::after {
  transform: translateY(-50%) rotate(135deg); /* point up when open */
}

.ts-site-header-mobile-menu-container .main-navigation ul.menu li a {
    padding: 14px 18px !important;
    font-size: 15px;
    line-height: 22px;
    color: #2d2d2d;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* prevent content shifting when arrow toggles */
    width: 100%;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 0.2px;
}

.ts-site-header-mobile-menu-container .main-navigation ul.menu > li:hover > a {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.08), rgba(255, 90, 0, 0.05));
    color: var(--main-theme-color);
    transform: translateX(-4px);
    padding-left: 22px !important;
}

.ts-site-header-mobile-menu-container .main-navigation ul.menu > li.current-menu-item > a {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.12), rgba(255, 90, 0, 0.08));
    color: var(--main-theme-color);
    font-weight: 600;
    border-left: 3px solid var(--main-theme-color);
    padding-left: 18px !important;
}

.ts-site-header-mobile-menu-container .main-navigation ul.menu li:hover ul.sub-menu li a {
    background: transparent !important;
    color: #4a4a4a !important;
}

.ts-site-header-mobile-menu-container .main-navigation ul.menu li:hover ul.sub-menu li:hover a {
    background: rgba(0, 0, 0, 0.04) !important;
    color: var(--main-theme-color) !important;
}

.ts-site-header-mobile-menu-container .main-navigation ul.menu li ul.sub-menu li.current-menu-item a {
    background: rgba(252, 135, 0, 0.08) !important;
    color: var(--main-theme-color) !important;
    font-weight: 600;
}

/* Base style for submenu links to avoid inheriting top-level backgrounds */
.ts-site-header-mobile-menu-container .main-navigation ul.menu li ul.sub-menu li a {
    background: transparent;
    padding-left: 14px !important;
}

.ts-site-header-mobile-menu-container .menu-main-menu-container ul.menu li.menu-item ul.sub-menu {
    background: linear-gradient(135deg, #f8f9fa, #f3f4f6);
    flex-direction: column;
    list-style-type: none;
    margin: 6px 0 8px 0;
    padding: 6px;
    border-radius: 10px;
    border-left: 3px solid rgba(252, 135, 0, 0.2);
    margin-left: 16px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

button.mobile-menu-close-btn {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: rgba(252, 135, 0, 0.08);
    color: var(--main-theme-color);
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(252, 135, 0, 0.1);
    z-index: 10;
}

button.mobile-menu-close-btn svg {
    width: 24px;
    height: 24px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

button.mobile-menu-close-btn:hover {
    background: linear-gradient(135deg, var(--main-theme-color), var(--main-theme-dark-color));
    color: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 20px rgba(252, 135, 0, 0.35);
}

button.mobile-menu-close-btn:hover svg {
    transform: rotate(-90deg);
}

button.mobile-menu-close-btn:active {
    transform: rotate(90deg) scale(1);
}

.menu-item-has-children>a::after {
    content: "\e90d";
    font-size: 20px;
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
    float: right;
    font-family: 'techjobsfair-icon-pack' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(-90deg);
}
/* .home .site-header {
    background: transparent;    
} */
.site-header {
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
.site-header.sticky-header{
    background-color: #fff;
}
.home .site-content{
    padding: 0;
}

.site-header-container .site-header-row .site-header-col.site-header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
}
.site-header-container .site-header-row .site-header-col.site-header-navigation{
    width: calc(100% - 450px);
}
.site-header-container .site-header-col .latest-event-details p{
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    font-weight: 500;
}
.site-header-container .site-header-col .latest-event-details{
    padding-left: 20px;
    border-left: 1px solid rgb(2 0 38 / 30%);
    margin-left: 20px;
}
/* Rotate the arrow when submenu is open */
.menu-item-has-children.submenu-active>a::after {
    transform: rotate(90deg);
}

ul.sub-menu {
    display: none;
}

.md-d-block {
    display: none;
}
.gap-15{
    gap: 15px;
}

/* Media Start */









/* Newsletter CTA */
.newsletter-cta-section {
    position: relative;
    padding: 80px 0;
    background: #fff;
}

.newsletter-cta-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    align-items: stretch;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.newsletter-visual {
    position: relative;
}

.newsletter-visual img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.newsletter-card {
    background: #fff;
    margin: 24px;
    border-radius: 16px;
    padding: 28px 28px;
}

.newsletter-eyebrow {
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: var(--main-theme-color);
    text-transform: uppercase;
    letter-spacing: .8px;
}

.newsletter-title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
}

.newsletter-subtitle {
    margin: 0 0 18px;
    color: var(--main-txt-color);
}

/* Old newsletter-field styles removed - now using .ts-unified-form-wrapper */

.newsletter-bg-gradient {
    display: none;
}

.newsletter-bg-glow { display: none; }


/* ================================================
   Unified Form Wrapper - Reusable Form Styling
   ================================================

   Usage: Wrap your form shortcode with this class:
   <div class="ts-unified-form-wrapper">
       <?php echo do_shortcode('[wpforms id="123"]'); ?>
   </div>

   This class provides consistent styling across:
   - WPForms
   - Sendinblue/Brevo Forms
   - Contact Form 7
   - Other form plugins
================================================ */

.ts-unified-form-wrapper {
    width: 100%;
}

/* Label Styling */
.ts-unified-form-wrapper label {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin: 0 0 6px;
}

.ts-unified-form-wrapper .required,
.ts-unified-form-wrapper .wpforms-required-label {
    color: red;
}

/* Input, Textarea, Select Base Styling */
.ts-unified-form-wrapper input[type="text"],
.ts-unified-form-wrapper input[type="email"],
.ts-unified-form-wrapper input[type="tel"],
.ts-unified-form-wrapper input[type="url"],
.ts-unified-form-wrapper input[type="password"],
.ts-unified-form-wrapper input[type="number"],
.ts-unified-form-wrapper input[type="date"],
.ts-unified-form-wrapper select,
.ts-unified-form-wrapper textarea {
    width: 100%;
    padding: 10px 15px;
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 7px;
    font-size: 17px;
    line-height: 25px;
    color: var(--main-txt-color);
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Figtree', sans-serif;
}

.ts-unified-form-wrapper textarea {
    min-height: 120px;
    resize: vertical;
    line-height: 1.5;
    padding: 12px 15px;
}

/* Hover States */
.ts-unified-form-wrapper input[type="text"]:hover,
.ts-unified-form-wrapper input[type="email"]:hover,
.ts-unified-form-wrapper input[type="tel"]:hover,
.ts-unified-form-wrapper input[type="url"]:hover,
.ts-unified-form-wrapper input[type="password"]:hover,
.ts-unified-form-wrapper input[type="number"]:hover,
.ts-unified-form-wrapper input[type="date"]:hover,
.ts-unified-form-wrapper select:hover,
.ts-unified-form-wrapper textarea:hover {
    border-color: #999;
    background-color: #fff;
}

/* Focus States */
.ts-unified-form-wrapper input[type="text"]:focus,
.ts-unified-form-wrapper input[type="email"]:focus,
.ts-unified-form-wrapper input[type="tel"]:focus,
.ts-unified-form-wrapper input[type="url"]:focus,
.ts-unified-form-wrapper input[type="password"]:focus,
.ts-unified-form-wrapper input[type="number"]:focus,
.ts-unified-form-wrapper input[type="date"]:focus,
.ts-unified-form-wrapper select:focus,
.ts-unified-form-wrapper textarea:focus {
    border-color: var(--main-theme-color);
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1);
}

/* WPForms Specific Overrides */
.ts-unified-form-wrapper .wpforms-field {
    margin-bottom: 18px;
}

.ts-unified-form-wrapper .wpforms-field-label {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin: 0 0 6px;
}

.ts-unified-form-wrapper .wpforms-field input[type="text"],
.ts-unified-form-wrapper .wpforms-field input[type="email"],
.ts-unified-form-wrapper .wpforms-field input[type="tel"],
.ts-unified-form-wrapper .wpforms-field input[type="url"],
.ts-unified-form-wrapper .wpforms-field input[type="password"],
.ts-unified-form-wrapper .wpforms-field input[type="number"],
.ts-unified-form-wrapper .wpforms-field input[type="date"],
.ts-unified-form-wrapper .wpforms-field select,
.ts-unified-form-wrapper .wpforms-field textarea {
    width: 100% !important;
    padding: 10px 15px !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 7px !important;
    font-size: 17px !important;
    line-height: 25px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    height: auto !important;
}

.ts-unified-form-wrapper .wpforms-field input:hover,
.ts-unified-form-wrapper .wpforms-field select:hover,
.ts-unified-form-wrapper .wpforms-field textarea:hover {
    border-color: #999 !important;
    background-color: #fff !important;
}

.ts-unified-form-wrapper .wpforms-field input:focus,
.ts-unified-form-wrapper .wpforms-field select:focus,
.ts-unified-form-wrapper .wpforms-field textarea:focus {
    border-color: var(--main-theme-color) !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1) !important;
}

/* Submit Button Styling */
.ts-unified-form-wrapper button[type="submit"],
.ts-unified-form-wrapper input[type="submit"],
.ts-unified-form-wrapper .wpforms-submit,
.ts-unified-form-wrapper .sib-form__declaration button {
    width: 100% !important;
    padding: 14px 28px !important;
    background: var(--main-theme-bg-gradient) !important;
    border: none !important;
    border-radius: 7px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #fff !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    font-family: 'Figtree', sans-serif !important;
}

.ts-unified-form-wrapper button[type="submit"]:hover,
.ts-unified-form-wrapper input[type="submit"]:hover,
.ts-unified-form-wrapper .wpforms-submit:hover,
.ts-unified-form-wrapper .sib-form__declaration button:hover {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(51, 51, 51, 1) 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Sendinblue/Brevo Form Specific */
.ts-unified-form-wrapper .sib-form {
    width: 100%;
}

.ts-unified-form-wrapper .sib-form__declaration {
    margin-top: 18px;
}

/* Contact Form 7 Specific */
.ts-unified-form-wrapper .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 18px;
}

.ts-unified-form-wrapper .wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

/* Error Messages */
.ts-unified-form-wrapper .wpforms-error,
.ts-unified-form-wrapper .error,
.ts-unified-form-wrapper .wpcf7-not-valid {
    border-color: #dc3545 !important;
}

.ts-unified-form-wrapper .wpforms-error-container,
.ts-unified-form-wrapper em.wpforms-error {
    color: #dc3545;
    font-size: 14px;
    margin-top: 4px;
}

/* Success Messages */
.ts-unified-form-wrapper .wpforms-confirmation-container,
.ts-unified-form-wrapper .wpcf7-mail-sent-ok {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 14px 18px;
    border-radius: 7px;
    margin-bottom: 18px;
}

/* Field Description / Help Text */
.ts-unified-form-wrapper .wpforms-field-description,
.ts-unified-form-wrapper .field-description {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 4px;
}

/* Checkbox and Radio Styling */
.ts-unified-form-wrapper input[type="checkbox"],
.ts-unified-form-wrapper input[type="radio"] {
    width: auto;
    margin-right: 8px;
}

.ts-unified-form-wrapper .wpforms-field-checkbox label,
.ts-unified-form-wrapper .wpforms-field-radio label {
    display: inline-block;
    font-weight: 400;
    margin-left: 0;
}

/* Privacy/Terms Text */
.ts-unified-form-wrapper .privacy-text,
.ts-unified-form-wrapper .wpforms-field-gdpr-checkbox label {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
}

.ts-unified-form-wrapper .privacy-text a {
    color: var(--main-theme-color);
    font-weight: 600;
    text-decoration: none;
}

.ts-unified-form-wrapper .privacy-text a:hover {
    text-decoration: underline;
}

/* End of Unified Form Wrapper */
/* ================================================ */


/* CTA Section */
/* Event Registration Banner Section */
.event-registration-banner {
    background: linear-gradient(135deg, #FFF8F0 0%, #FFFFFF 100%);
    position: relative;
    overflow: hidden;
}

.event-registration-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(252, 135, 0, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.event-registration-banner::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(12, 16, 125, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.registration-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.registration-subtitle {
    font-size: 18px;
    line-height: 28px;
    color: var(--main-txt-color);
    max-width: 940px;
    margin: 0 auto;
}

.registration-stats-wrapper {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.registration-stats-grid {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(252, 135, 0, 0.15);
    overflow: hidden;
    position: relative;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 !important;
}

@media (min-width: 1024px) {
    .registration-stats-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.registration-stats-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--main-theme-color), var(--main-theme-dark-color));
    z-index: 1;
}

.registration-stat-item {
    transition: all 0.3s ease;
    background: #ffffff;
    position: relative;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    min-height: 140px;
}

.registration-stat-item:nth-child(2n) {
    border-right: none;
}

@media (min-width: 1024px) {
    .registration-stat-item:nth-child(2n) {
        border-right: 1px solid #e5e7eb;
    }

    .registration-stat-item:nth-child(4n) {
        border-right: none;
    }
}

.registration-stat-item:nth-last-child(-n+2) {
    border-bottom: none;
}

@media (min-width: 1024px) {
    .registration-stat-item:nth-last-child(-n+2) {
        border-bottom: 1px solid #e5e7eb;
    }

    .registration-stat-item:nth-last-child(-n+4) {
        border-bottom: none;
    }
}

.registration-stat-item:hover {
    background: linear-gradient(135deg, #FFF8F0 0%, #FFFFFF 100%);
    transform: translateY(-4px);
}

.registration-stat-item:hover .registration-stat-number {
    transform: scale(1.1);
}

.registration-stat-number {
    background: linear-gradient(135deg, var(--main-theme-color), var(--main-theme-dark-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .registration-stat-number {
        font-size: 36px !important;
    }
}

.registration-stat-label {
    color: #6b7280;
    font-weight: 600;
}

.registration-actions-wrapper {
    position: relative;
    z-index: 1;
}

.registration-note p {
    color: var(--main-txt-color);
}

/* Responsive Design */


/* ===================================
   AGENDA PAGE STYLES - START
   =================================== */

/* ===== Agenda Banner Section ===== */
.agenda-banner {
    background: linear-gradient(135deg, #fff5ed 0%, #fffaf5 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ffe8d6;
}

.agenda-banner::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(252, 135, 0, 0.12) 0%, rgba(252, 135, 0, 0.05) 40%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.agenda-banner::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 90, 0, 0.08) 0%, transparent 60%);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-20px, -20px) scale(1.05);
    }
}

.agenda-banner-content-wrapper {
    padding: 20px 0 20px;
    position: relative;
    z-index: 1;
}

/* Center Content */
.agenda-banner-content-center {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.agenda-banner-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-txt-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.label-icon {
    font-size: 18px;
    line-height: 1;
}

.label-text {
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.agenda-banner-main-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    letter-spacing: -1px;
}

.agenda-banner-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

/* Event Info Items */
.agenda-event-info {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 24px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    padding: 28px 36px;
    border: 1px solid #f0f0f0;
}

.event-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 28px;
}

.event-info-item:first-child {
    padding-left: 0;
}

.event-info-item:last-child {
    padding-right: 0;
}

.info-icon {
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

.info-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--main-txt-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 17px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
}

.event-info-divider {
    width: 1px;
    background: linear-gradient(to bottom, transparent, #e0e0e0, transparent);
    margin: 0;
}

/* Agenda Content Section */
.agenda-content-section {
    padding: 40px 0;
    background: #ffffff;
}

/* Day Tabs */
.agenda-day-tabs {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.agenda-tab-btn {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 6px;
    min-width: 180px;
}

.agenda-tab-btn:hover {
    border-color: var(--main-theme-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(252, 135, 0, 0.15);
}

.agenda-tab-btn.active {
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    border-color: var(--main-theme-color);
    box-shadow: 0 6px 20px rgba(252, 135, 0, 0.3);
}

.agenda-tab-btn .tab-day {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
}

.agenda-tab-btn.active .tab-day {
    color: #fff;
}

.agenda-tab-btn .tab-date {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-txt-color);
}

.agenda-tab-btn.active .tab-date {
    color: rgba(255, 255, 255, 0.9);
}

/* Activity Filter Tabs */
.agenda-activity-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 12px;
}

.activity-filter-btn {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
}

.activity-filter-btn:hover {
    border-color: var(--main-theme-color);
    color: var(--main-theme-color);
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(252, 135, 0, 0.15);
}

.activity-filter-btn.active {
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(252, 135, 0, 0.3);
}

/* Hidden session items for filtering */
.agenda-session-item.hidden {
    display: none !important;
}

/* ===== Agenda Day Content & Sessions ===== */
.agenda-day-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.agenda-day-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Session Item */
.agenda-session-item {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    margin-bottom: 20px;
    display: flex;
    gap: 32px;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.agenda-session-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #ff5a00 0%, #ff7800 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.agenda-session-item:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    border-color: rgba(252, 135, 0, 0.2);
}

.agenda-session-item:hover::before {
    opacity: 1;
}

.agenda-session-item.featured {
    background: linear-gradient(135deg, rgba(255, 90, 0, 0.03) 0%, rgba(252, 135, 0, 0.06) 100%);
    border: 2px solid rgba(252, 135, 0, 0.3);
    box-shadow: 0 4px 16px rgba(252, 135, 0, 0.1);
}

.agenda-session-item.featured::before {
    opacity: 1;
    width: 5px;
}

/* Time Badge */
.agenda-time-badge {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 100px;
    padding: 16px;
    background: #f8f8f8;
    border-radius: 8px;
    height: fit-content;
}

.time-start,
.time-end {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    line-height: 1;
}

.time-separator {
    font-size: 14px;
    color: var(--main-txt-color);
}

/* Session Content */
.agenda-session-content {
    flex: 1;
}

.session-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.session-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    line-height: 1.4;
    margin: 0;
    flex: 1;
}

.session-track {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.track-keynote {
    background: rgba(255, 234, 167, 0.3);
    color: #d63031;
    border: 1px solid rgba(214, 48, 49, 0.2);
}

.track-technical {
    background: rgba(223, 230, 233, 0.4);
    color: #2d3436;
    border: 1px solid rgba(45, 52, 54, 0.2);
}

.track-panel {
    background: rgba(162, 155, 254, 0.25);
    color: #6c5ce7;
    border: 1px solid rgba(108, 92, 231, 0.2);
}

.track-workshop {
    background: rgba(85, 239, 196, 0.25);
    color: #00b894;
    border: 1px solid rgba(0, 184, 148, 0.2);
}

.track-startup {
    background: rgba(253, 121, 168, 0.25);
    color: #e84393;
    border: 1px solid rgba(232, 67, 147, 0.2);
}

.track-general {
    background: rgba(224, 224, 224, 0.5);
    color: #666;
    border: 1px solid rgba(102, 102, 102, 0.15);
}

.track-break {
    background: rgba(116, 185, 255, 0.25);
    color: #0984e3;
    border: 1px solid rgba(9, 132, 227, 0.2);
}

.session-description {
    font-size: 16px;
    line-height: 26px;
    color: var(--main-txt-color);
    margin: 12px 0 20px;
}

/* Session Speakers */
.session-speakers {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.speaker-mini {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f8f8;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.speaker-mini:hover {
    background: #efefef;
}

.speaker-mini img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.speaker-mini-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.speaker-mini-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
}

.speaker-mini-role {
    font-size: 13px;
    color: var(--main-txt-color);
}

/* Session Meta */
.session-meta {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.session-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--main-txt-color);
}

.session-meta i {
    font-size: 16px;
    color: var(--main-theme-color);
}

.session-location,
.session-duration,
.session-capacity {
    font-weight: 500;
}

/* ===== Agenda CTA Section ===== */
.agenda-cta-section {
    margin-top: 80px;
    padding-bottom: 40px;
}

.agenda-cta-card {
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    border-radius: 20px;
    padding: 70px 50px;
    text-align: center;
    box-shadow: 0 16px 48px rgba(252, 135, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.agenda-cta-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.agenda-cta-card::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
    border-radius: 50%;
}

.agenda-cta-card h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 18px;
    position: relative;
    z-index: 1;
}

.agenda-cta-card p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 36px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.agenda-cta-card .ts-theme-button {
    background: #fff !important;
    color: var(--main-theme-color) !important;
    border: none;
    padding: 18px 36px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.agenda-cta-card .ts-theme-button:hover {
    background: #f5f5f5 !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* ===================================
   RESPONSIVE STYLES
   =================================== */









/* ===================================
   AGENDA PAGE STYLES - END
   =================================== */

/* ===================================
   EXHIBITORS PAGE STYLES - START
   =================================== */

/* ===== Exhibitors Banner Section ===== */
.exhibitors-banner-content-wrapper {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 750px;
    gap: 60px;
    align-items: center;
}

.exhibitors-banner-content-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.exhibitors-banner-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 20px;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-txt-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.exhibitors-banner-main-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--main-dark-txt-color);
    margin: 0;
    letter-spacing: -1px;
}

.exhibitors-banner-description {
    font-size: 18px;
    line-height: 30px;
    color: var(--main-txt-color);
    margin: 0;
}

.exhibitors-banner-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: var(--main-txt-color);
    margin: 0;
    font-weight: 500;
}

/* Stats Bar */
.exhibitors-stats-bar {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 24px;
    padding: 24px 40px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid #f0f0f0;
}

.exhibitor-stat-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
}

.exhibitor-stat-item .stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--main-theme-color);
    line-height: 1;
}

.exhibitor-stat-item .stat-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-txt-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.exhibitor-stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, #e0e0e0, transparent);
}

/* Banner Form - Right Column */
.exhibitors-banner-form-right {
    display: flex;
    justify-content: end;
}

.banner-form-card {
    background: #1a1f3a;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 600px;
    position: relative;
}

.banner-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.08) 0%, rgba(255, 90, 0, 0.04) 100%);
    border-radius: 16px;
    pointer-events: none;
}

.banner-form-title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    position: relative;
}

.banner-form-subtitle {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 32px 0;
    position: relative;
}

.banner-partner-form {
    position: relative;
}

.banner-form-group {
    margin-bottom: 20px;
}

    /* Two column layout for step 2 form */
#banner-partner-form-step2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

#banner-partner-form-step2 .banner-form-group {
    margin-bottom: 0;
}

/* Full width fields in step 2 */

#banner-partner-form-step2 .banner-form-group:nth-child(7),
#banner-partner-form-step2 .banner-form-group:nth-child(8),
#banner-partner-form-step2 .banner-form-actions {
    grid-column: 1 / -1;
}

.banner-form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

.banner-form-group label .required {
    color: var(--main-theme-color);
    margin-left: 2px;
}

.banner-form-group input {
    width: 100% !important;
    padding: 14px 16px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important; 
    max-width: 100% !important;
    height: auto !important;
}

.banner-form-group input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.banner-form-group input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: var(--main-theme-color) !important;
    box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.2) !important;
}

.banner-form-group button {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px 32px !important;
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 8px !important;
}

.banner-form-group button:hover {
    background: linear-gradient(135deg, #ff4500 0%, #ff6600 100%) !important; 
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(252, 135, 0, 0.5) !important;
    color: #fff !important;
}


/* Form Step 2 Specific Styles */
.banner-form-group input:read-only {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1);
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.6);
}

.banner-form-textarea {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    font-size: 15px;
    color: #ffffff;
    font-family: inherit;
    resize: vertical;
    min-height: 100px;
    transition: all 0.3s ease;
}

.banner-form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.banner-form-textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--main-theme-color);
    box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.2);
}

.banner-form-group input select {
    cursor: pointer;
}

.banner-form-group input option {
    background: #1a1f3a;
    color: #ffffff;
}

.banner-form-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.banner-form-back-btn {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-form-back-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateX(-2px);
}

.banner-form-actions .banner-form-group button {
    flex: 1;
    margin-top: 0;
}

/* Form transition animation */
.banner-form-card {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.banner-form-card.fade-out {
    opacity: 0;
    transform: translateX(-20px);
}

.banner-form-card.fade-in {
    opacity: 1;
    transform: translateX(0);
    animation: slideInRight 0.4s ease;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Partner Application Section */
.partner-application-section {
    background: #1a1f3a;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.partner-application-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.05) 0%, rgba(255, 90, 0, 0.02) 100%);
    pointer-events: none;
}

.partner-application-wrapper {
    position: relative;
    z-index: 1;
}

.partner-application-content {
    max-width: 800px;
}

.partner-app-title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.partner-app-description {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 24px 0;
}

.partner-app-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 40px 0;
}

/* Partner Application Form */
.partner-application-form {
    margin-top: 40px;
}

.form-group {
    margin-bottom: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

.form-group label .required {
    color: var(--main-theme-color);
    margin-left: 2px;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--main-theme-color);
    box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.2);
}

.form-select {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
}

.form-select option {
    background: #1a1f3a;
    color: #ffffff;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.partner-submit-btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 40px;
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.partner-submit-btn:hover {
    background: linear-gradient(135deg, #ff4500 0%, #ff6600 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(252, 135, 0, 0.4);
}

.partner-submit-btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.partner-submit-btn:hover i {
    transform: translateX(4px);
}

/* ===== Exhibitors Content Section ===== */
.exhibitors-content-section {
    padding: 80px 0;
    background: #ffffff;
}

/* Advanced Search Filters */
.exhibitors-advanced-filters {
    margin-bottom: 40px;
}

.filter-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.filter-input-wrapper {
    position: relative;
    flex: 1;
    min-width: 200px;
}

.filter-input {
    width: 100%;
    padding: 12px 40px 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.filter-input:focus {
    outline: none;
    border-color: var(--main-theme-color);
    box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1);
}

.filter-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
}

.filter-select-wrapper {
    flex: 1;
    min-width: 180px;
}

.filter-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-select:focus {
    outline: none;
    border-color: var(--main-theme-color);
    box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1);
}

.filter-action-btn {
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.search-btn {
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    color: #fff;
    border: none;
}

.search-btn:hover {
    background: linear-gradient(135deg, #ff4500 0%, #ff6600 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(252, 135, 0, 0.4);
}

.clear-btn {
    background: #fff;
    color: var(--main-txt-color);
    border: 2px solid #e0e0e0;
}

.clear-btn:hover {
    background: #fafafa;
    border-color: var(--main-theme-color);
    color: var(--main-theme-color);
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Alphabetic Filter */
.exhibitors-alphabetic-filter, .partners-alphabetic-filter {
    display: flex;
    gap: 7px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 15px;
    background: #fafafa;
    border-radius: 8px;
}

.alphabet-btn {
    width: 42px;
    height: 42px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-txt-color);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alphabet-btn:hover {
    border-color: var(--main-theme-color);
    color: var(--main-theme-color);
    transform: translateY(-2px);
}

.alphabet-btn.active {
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    border-color: var(--main-theme-color);
    color: #fff;
    box-shadow: 0 2px 8px rgba(252, 135, 0, 0.3);
}

/* Exhibitors Grid */
.exhibitors-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
}

/* Exhibitor Card - Horizontal Layout */
.exhibitor-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    gap: 32px;
    padding: 32px;
    opacity: 1;
    transform: translateY(0);
}

.exhibitor-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: rgba(252, 135, 0, 0.3);
}

/* Left Side - Logo */
.exhibitor-card-left {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 220px;
}

.exhibitor-logo-wrapper {
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 12px;
    border: 2px solid #f0f0f0;
    padding: 32px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.exhibitor-card:hover .exhibitor-logo-wrapper {
    background: #fff;
    border-color: rgba(252, 135, 0, 0.2);
}

.exhibitor-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.exhibitor-card:hover .exhibitor-logo {
    transform: scale(1.05);
}

/* Legacy placeholder styles (kept for backward compatibility) */
.exhibitor-logo-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(252, 135, 0, 0.15);
}

.exhibitor-logo-placeholder span {
    font-size: 64px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

/* Find Stand Button */
.exhibitor-location {
    width: 100%;
}

.find-stand-btn {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.find-stand-btn:hover {
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #fff;
}

/* Right Side - Content */
.exhibitor-card-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Header */
.exhibitor-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.exhibitor-company-name {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0;
    line-height: 1.3;
}

.exhibitor-booth-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booth-text {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-txt-color);
}

.exhibitor-country {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-txt-color);
}

/* Description */
.exhibitor-description {
    margin: 0;
}

.exhibitor-description p {
    font-size: 15px;
    line-height: 26px;
    color: var(--main-txt-color);
    margin: 0;
}

/* Tags */
.exhibitor-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.exhibitor-tag {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(252, 135, 0, 0.08);
    color: var(--main-txt-color);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(252, 135, 0, 0.15);
    transition: all 0.3s ease;
}

.exhibitor-tag:hover {
    background: rgba(252, 135, 0, 0.12);
    border-color: rgba(252, 135, 0, 0.25);
}

/* Action Buttons */
.exhibitor-actions {
    display: flex;
    gap: 12px;
    padding-top: 4px;
}

.exhibitor-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-profile {
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 12px rgba(252, 135, 0, 0.2);
}

.btn-profile:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(252, 135, 0, 0.35);
    color: #fff;
}

.btn-website {
    background: #fff;
    color: var(--main-theme-color);
    border: 2px solid var(--main-theme-color);
}

.btn-website:hover {
    background: var(--main-theme-color);
    color: #fff;
    border-color: var(--main-theme-color);
}

/* Empty State */
.exhibitors-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
    text-align: center;
}

.empty-state-icon {
    font-size: 64px;
    margin-bottom: 24px;
    opacity: 0.5;
}

.exhibitors-empty-state h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 12px;
}

.exhibitors-empty-state p {
    font-size: 16px;
    color: var(--main-txt-color);
    margin: 0;
}

/* CTA Section */
/* Exhibitors CTA Section - uses speakers-cta-section styles */
/* No additional styles needed, reusing speakers CTA section */

/* ===================================
   EXHIBITORS RESPONSIVE STYLES
   =================================== */







/* ===================================
   EXHIBITORS PAGE STYLES - END
   =================================== */

/* ===================================
   COMPANY PROFILE PAGE STYLES - START
   =================================== */

/* ===== Company Profile Hero Section ===== */
.company-profile-hero {
    background: linear-gradient(135deg, #fff5ed 0%, #fffaf5 50%, #ffffff 100%);
    padding: 60px 0 80px;
    position: relative;
    border-bottom: 1px solid #ffe8d6;
}

.company-hero-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 60px;
    align-items: start;
}

/* Left Column */
.company-hero-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.company-back-link {
    margin-bottom: 4px;
}

.company-back-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-txt-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.company-back-link a:hover {
    color: var(--main-theme-color);
    transform: translateX(-4px);
}

.company-logo-hero {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    border: 2px solid #f0f0f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    width: 100%;
}

.company-logo-hero img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

/* Right Column */
.company-hero-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.company-name {
    font-size: 52px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0;
    line-height: 1.2;
    letter-spacing: -1px;
}

.company-tagline {
    font-size: 20px;
    line-height: 1.6;
    color: var(--main-txt-color);
    margin: 0;
    font-weight: 500;
}

.company-meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-icon {
    font-size: 18px;
}

.meta-text {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-txt-color);
}

.company-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.company-category-tag {
    padding: 10px 20px;
    background: rgba(252, 135, 0, 0.1);
    border: 2px solid rgba(252, 135, 0, 0.2);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-theme-color);
}

.company-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.company-action-btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.company-action-btn.primary {
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    color: #fff;
}

.company-action-btn.primary:hover {
    background: linear-gradient(135deg, #ff4500 0%, #ff6600 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(252, 135, 0, 0.4);
}

.company-action-btn.secondary {
    background: #fff;
    color: var(--main-dark-txt-color);
    border: 2px solid #e0e0e0;
}

.company-action-btn.secondary:hover {
    border-color: var(--main-theme-color);
    color: var(--main-theme-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

/* Company Details Section */
.company-details-section {
    padding: 80px 0;
    background: #fff;
}

.company-details-wrapper {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
}

.company-main-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.content-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0;
    line-height: 1.3;
}

.company-full-description {
    font-size: 17px;
    line-height: 1.8;
    color: var(--main-txt-color);
    margin: 0;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.product-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #fafafa;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.product-item:hover {
    background: #fff;
    border-color: rgba(252, 135, 0, 0.3);
    transform: translateX(4px);
}

.product-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.product-icon span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.product-name {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
}

/* ============================================
   SPEAKERS LISTING PAGE STYLES
   ============================================ */

/* Speakers Banner Section - matching exhibitors banner style */
.speakers-banner, .exhibitors-banner {
    background: linear-gradient(135deg, #fff5ed 0%, #fffaf5 50%, #ffffff 100%) !important;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ffe8d6;
}

.speakers-banner::before, .exhibitors-banner::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(252, 135, 0, 0.12) 0%, rgba(252, 135, 0, 0.05) 40%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.speakers-banner::after, .exhibitors-banner::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 90, 0, 0.08) 0%, transparent 60%);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite reverse;
}

.speakers-banner-content-wrapper {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.speakers-banner-content-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.speakers-banner-main-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--main-dark-txt-color);
    margin: 0;
    letter-spacing: -1px;
}

.speakers-banner-description {
    font-size: 18px;
    line-height: 30px;
    color: var(--main-txt-color);
    margin: 0;
}

.speakers-banner-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: var(--main-txt-color);
    margin: 0;
    font-weight: 500;
}

/* Speakers Banner Form - uses same styles as exhibitors banner form */
.speakers-banner-form-right {
    position: relative;
    z-index: 1;
}

/* Form privacy note */
.form-privacy-note {
    margin-top: 16px;
    font-size: 13px;
    color: var(--main-txt-color);
    opacity: 0.8;
    text-align: center;
    line-height: 1.5;
}

/* Speakers Listing Section */
.speakers-listing-section {
    padding: 80px 0;
    background: #ffffff;
}

/* Speakers Filter Section */
.speakers-filter-wrapper {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

/* Speakers Filter Tabs - Left Side */
.speakers-filter-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex: 1;
}

/* Speakers Search Box - Right Side */
.speakers-search-box {
    position: relative;
    width: 320px;
    flex-shrink: 0;
}

.speaker-search-input {
    width: 100%;
    padding: 14px 50px 14px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
    transition: all 0.3s ease;
    background: #fff;
}

.speaker-search-input:focus {
    outline: none;
    border-color: var(--main-theme-color);
    box-shadow: 0 0 0 4px rgba(252, 135, 0, 0.1);
}

.speakers-search-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
    pointer-events: none;
}

.speaker-filter-btn {
    padding: 12px 28px;
    border: 2px solid #e0e0e0;
    background: #fff;
    color: var(--main-dark-txt-color);
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Figtree', sans-serif;
}

.speaker-filter-btn:hover {
    border-color: var(--main-theme-color);
    color: var(--main-theme-color);
    transform: translateY(-2px);
}

.speaker-filter-btn.active {
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    border-color: #ff5a00;
    color: #fff;
    box-shadow: 0 4px 15px rgba(252, 135, 0, 0.3);
}

/* Speakers Listing Grid */
.speakers-listing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.speaker-listing-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.speaker-listing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.speaker-listing-image-wrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background: #f0f0f0;
}

.speaker-listing-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.speaker-listing-card:hover .speaker-listing-image-wrapper img {
    transform: scale(1.08);
}

.speaker-listing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(2, 0, 38, 0.95) 0%, rgba(2, 0, 38, 0.7) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.speaker-listing-card:hover .speaker-listing-overlay {
    opacity: 1;
}

.speaker-listing-social {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.speaker-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.speaker-social-link:hover {
    background: var(--main-theme-color);
    transform: translateY(-3px);
}

.speaker-listing-view-link {
    padding: 10px 24px;
    background: var(--main-theme-color);
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.speaker-listing-view-link:hover {
    background: var(--main-theme-dark-color);
    transform: translateY(-2px);
    color: #fff;
}

.speaker-listing-info {
    padding: 25px;
}

.speaker-listing-name {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 8px 0;
}

.speaker-listing-role {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-theme-color);
    margin: 0 0 5px 0;
}

.speaker-listing-company {
    font-size: 14px;
    color: #666;
    margin: 0 0 12px 0;
}

.speaker-listing-bio {
    font-size: 15px;
    color: var(--main-txt-color);
    line-height: 1.6;
    margin: 0;
}

/* No Results Message */
.speakers-no-results {
    padding: 80px 20px;
    text-align: center;
}

.no-results-content {
    max-width: 400px;
    margin: 0 auto;
}

.no-results-content i {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
}

.no-results-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 10px 0;
}

.no-results-content p {
    font-size: 16px;
    color: var(--main-txt-color);
    margin: 0;
}

/* Speakers CTA Section */
.speakers-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%);
    position: relative;
    overflow: hidden;
}

.speakers-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(252, 135, 0, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.speakers-cta-wrapper {
    position: relative;
    z-index: 1;
}

.speakers-cta-title {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
}

.speakers-cta-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 30px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.speakers-cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================
   SINGLE SPEAKER PAGE STYLES
   ============================================ */

/* Speaker Single Hero Section */
.speaker-single-hero {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff5ed 0%, #fffaf5 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ffe8d6;
}

.speaker-single-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(252, 135, 0, 0.12) 0%, rgba(252, 135, 0, 0.05) 40%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.speaker-single-hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 90, 0, 0.08) 0%, transparent 60%);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite reverse;
}

.speaker-single-hero-row {
    align-items: center;
    position: relative;
    z-index: 1;
}

.speaker-single-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
}

.speaker-single-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid rgba(252, 135, 0, 0.3);
    border-radius: 20px;
    pointer-events: none;
}

.speaker-single-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 430px;
    object-fit: cover;
    object-position: center;
}

.speaker-single-hero-content {
    padding-left: 40px;
}

.speaker-category-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.15), rgba(255, 90, 0, 0.1));
    border: 2px solid rgba(252, 135, 0, 0.3);
    border-radius: 50px;
    color: var(--main-theme-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.speaker-single-name {
    font-size: 42px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.speaker-single-role {
    font-size: 22px;
    font-weight: 600;
    color: var(--main-theme-color);
    margin: 0 0 20px 0;
}

.speaker-single-meta {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.speaker-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: var(--main-txt-color);
}

.speaker-meta-item i {
    color: var(--main-theme-color);
    font-size: 18px;
}

.speaker-single-social {
    display: flex;
    gap: 12px;
}

.speaker-social-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-dark-txt-color);
    font-size: 18px;
    transition: all 0.3s ease;
}

.speaker-social-btn:hover {
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(252, 135, 0, 0.3);
}

/* Speaker Single Content Section */
.speaker-single-content-section {
    padding: 80px 0;
}

.speaker-content-block {
    margin-bottom: 50px;
}

.speaker-content-heading {
    font-size: 28px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 20px 0;
    display: inline-block;
}

.speaker-bio-content {
    font-size: 17px;
    line-height: 1.8;
    color: var(--main-txt-color);
}

.speaker-bio-content p {
    margin: 0 0 20px 0;
}

.speaker-bio-content p:last-child {
    margin-bottom: 0;
}

/* Speaker Expertise Tags */
.speaker-expertise-tags {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.expertise-tag {
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.1), rgba(255, 90, 0, 0.05));
    border: 2px solid rgba(252, 135, 0, 0.2);
    border-radius: 50px;
    color: var(--main-dark-txt-color);
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.expertise-tag:hover {
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #fff;
    transform: translateY(-2px);
}

/* Speaker Achievements List */
.speaker-achievements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.speaker-achievements-list li {
    padding: 18px 20px 18px 50px;
    margin-bottom: 15px;
    background: #fafafa;
    border-left: 4px solid var(--main-theme-color);
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--main-txt-color);
    position: relative;
    transition: all 0.3s ease;
}

.speaker-achievements-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-theme-color);
    font-size: 16px;
}

.speaker-achievements-list li:hover {
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}

/* Speaker Sidebar Widgets */
.speaker-sidebar-widget {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.speaker-sidebar-heading {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 15px 0;
    
}

/* Speaker Sessions List */
.speaker-sessions-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.speaker-session-card {
    padding: 20px;
    background: #fafafa;
    border-radius: 12px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.speaker-session-card:hover {
    background: #fff;
    border-color: var(--main-theme-color);
    box-shadow: 0 4px 15px rgba(252, 135, 0, 0.1);
}

.session-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.session-details {
    margin-bottom: 15px;
}

.session-details p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--main-txt-color);
    margin: 0 0 8px 0;
}

.session-details p:last-child {
    margin-bottom: 0;
}

.session-details i {
    color: var(--main-theme-color);
    width: 18px;
}

.session-add-calendar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: transparent;
    border: 2px solid var(--main-theme-color);
    color: var(--main-theme-color);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.session-add-calendar:hover {
    background: var(--main-theme-color);
    color: #fff;
}

/* Speaker CTA Widget */
.speaker-cta-widget {
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%);
    color: #fff;
    text-align: center;
}

.speaker-cta-widget .speaker-sidebar-heading {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.speaker-cta-widget p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 20px 0;
}

/* Related Speakers Section */
.related-speakers-section {
    padding: 80px 0;
    background: #ffffff;
}

.related-speakers-header {
    margin-bottom: 50px;
}

.related-speakers-header h2 {
    margin: 0 0 10px 0;
}

.related-speakers-header p {
    font-size: 18px;
    color: var(--main-txt-color);
    margin: 0;
}

/* Related Speakers Grid - ensuring equal card widths */
.related-speakers-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.related-speakers-grid > [class*="ts-col-"] {
    padding: 0 15px;
    margin-bottom: 30px;
}

.related-speakers-grid .speaker-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.related-speakers-grid .speaker-info {
    flex-grow: 1;
}

.related-speakers-footer {
    margin-top: 50px;
}

/* ============================================
   RESPONSIVE STYLES FOR SPEAKERS PAGES
   ============================================ */







/* Benefits List */
.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    padding: 28px;
    background: #fafafa;
    border-radius: 12px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: #fff;
    border-color: rgba(252, 135, 0, 0.2);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.benefit-icon {
    font-size: 36px;
    flex-shrink: 0;
}

.benefit-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 8px 0;
}

.benefit-content p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--main-txt-color);
    margin: 0;
}

/* Sidebar */
.company-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 100px;
}

.sidebar-card {
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    border: 2px solid #f0f0f0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.sidebar-card.cta-card {
    background: linear-gradient(135deg, #1a1f3a 0%, #252b47 100%);
    border: none;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 20px 0;
}

.sidebar-card.cta-card .sidebar-title {
    color: #fff;
}

/* Social Links */
.social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #fafafa;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    text-decoration: none;
    color: var(--main-dark-txt-color);
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #fff;
    border-color: var(--main-theme-color);
    color: var(--main-theme-color);
    transform: translateX(4px);
}

.social-icon {
    width: 32px;
    height: 32px;
    background: var(--main-theme-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

/* Booth Location Card in Sidebar */
.booth-location-card {
    background: linear-gradient(135deg, #fff5ed 0%, #fffaf5 100%);
    border: 2px solid #ffe8d6;
}

.booth-details-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 16px;
}

.booth-detail-item-sidebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(252, 135, 0, 0.15);
}

.booth-detail-item-sidebar:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--main-txt-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--main-theme-color);
}

.booth-note-sidebar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: rgba(252, 135, 0, 0.1);
    border-radius: 8px;
}

.note-icon {
    font-size: 16px;
}

.note-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--main-txt-color);
    line-height: 1.5;
}

/* Quick Info */
.quick-info-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.quick-info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.quick-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.info-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--main-txt-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
}

.info-value.link {
    color: var(--main-theme-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-value.link:hover {
    text-decoration: underline;
}

/* CTA Card */
.cta-description {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 20px 0;
}

.sidebar-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sidebar-cta-btn:hover {
    background: linear-gradient(135deg, #ff4500 0%, #ff6600 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(252, 135, 0, 0.5);
}

/* Info Request Form */
.info-request-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-group-small {
    margin: 0;
}

.form-input-small,
.form-textarea-small {
    width: 100%;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-input-small::placeholder,
.form-textarea-small::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-input-small:focus,
.form-textarea-small:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--main-theme-color);
    box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.2);
}

.form-textarea-small {
    resize: vertical;
    min-height: 80px;
}
/* ===================================
   FOOTER STYLES - Modern White Design
   =================================== */

.site-footer {
    background: #ffffff;
    color: var(--main-txt-color);
    position: relative;
    border-top: 1px solid #f0f0f0;
}

.footer-main {
    padding: 80px 0 60px;
    position: relative;
    background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
}

.footer-content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1.3fr 1fr 2fr;
    gap: 40px;
    position: relative;
}

/* Footer About Section */
.footer-about {
    padding-right: 20px;
}

.footer-logo {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 16px;
    background: linear-gradient(135deg, #ff5a00 0%, #ff7800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.footer-about-text {
    font-size: 15px;
    line-height: 1.7;
    color: var(--main-txt-color);
    margin: 0 0 24px;
}

.footer-social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 50%;
    color: var(--main-dark-txt-color);
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.footer-social-link:hover {
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(252, 135, 0, 0.3);
}

/* Footer Column */
.footer-column-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 24px;
    position: relative;
    padding-bottom: 12px;
}

.footer-column-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--main-theme-color);
    border-radius: 2px;
}
.blog-posts-footer li{
    margin-bottom: 10px;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 5px;
}

.footer-links-list li:last-child {
    margin-bottom: 0;
}

.footer-links-list a {
    font-size: 16px;
    color: var(--main-txt-color);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* .footer-links-list a::before {
    content: '→';
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
} */

.footer-links-list a:hover {
    color: var(--main-theme-color);
    transform: translateX(5px);
}

.footer-links-list a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* Footer Contact List */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
    padding: 16px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.footer-contact-list li:last-child {
    margin-bottom: 0;
}

.footer-contact-list li:hover {
    border-color: var(--main-theme-color);
    box-shadow: 0 4px 12px rgba(252, 135, 0, 0.1);
    transform: translateY(-2px);
}

.footer-contact-list i {
    font-size: 22px;
    color: var(--main-theme-color);
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-list div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-contact-list strong {
    font-size: 13px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-contact-list a,
.footer-contact-list span {
    font-size: 15px;
    color: var(--main-txt-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.footer-contact-list a:hover {
    color: var(--main-theme-color);
}

/* Footer Bottom */
.footer-bottom {
    background: #ffffff;
    padding: 28px 0;
    border-top: 1px solid #f0f0f0;
}

.footer-bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-copyright p {
    font-size: 14px;
    color: var(--main-txt-color);
    margin: 0;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom-links a {
    font-size: 14px;
    color: var(--main-txt-color);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.footer-bottom-links a:hover {
    color: var(--main-theme-color);
}

.footer-separator {
    color: #d0d0d0;
}

/* Responsive Footer */

/* Mobile Menu Enhanced Animations */
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.ts-site-header-mobile-menu-container.mobile-menu-container-open {
    animation: slideInFromRight 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile Menu Item Stagger Animation */
.ts-site-header-mobile-menu-container.mobile-menu-container-open .main-navigation ul.menu li {
    animation: fadeInUp 0.4s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

.ts-site-header-mobile-menu-container.mobile-menu-container-open .main-navigation ul.menu li:nth-child(1) {
    animation-delay: 0.05s;
}

.ts-site-header-mobile-menu-container.mobile-menu-container-open .main-navigation ul.menu li:nth-child(2) {
    animation-delay: 0.1s;
}

.ts-site-header-mobile-menu-container.mobile-menu-container-open .main-navigation ul.menu li:nth-child(3) {
    animation-delay: 0.15s;
}

.ts-site-header-mobile-menu-container.mobile-menu-container-open .main-navigation ul.menu li:nth-child(4) {
    animation-delay: 0.2s;
}

.ts-site-header-mobile-menu-container.mobile-menu-container-open .main-navigation ul.menu li:nth-child(5) {
    animation-delay: 0.25s;
}

.ts-site-header-mobile-menu-container.mobile-menu-container-open .main-navigation ul.menu li:nth-child(6) {
    animation-delay: 0.3s;
}

.ts-site-header-mobile-menu-container.mobile-menu-container-open .main-navigation ul.menu li:nth-child(7) {
    animation-delay: 0.35s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Menu Submenu Arrow Animation */
.ts-site-header-mobile-menu-container .main-navigation ul.menu li.menu-item-has-children.submenu-active > a::after {
    transform: rotate(180deg);
}

/* Smooth scrollbar for mobile menu */
.ts-site-header-mobile-menu-container .main-navigation {
    scrollbar-width: thin;
    scrollbar-color: rgba(252, 135, 0, 0.3) transparent;
}


/* Fix for WordPress menu wrapper */
.ts-site-header-mobile-menu-container #menu-header-primary-menu-container,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container {
    width: 100%;
}

.ts-site-header-mobile-menu-container #menu-header-primary-menu-container ul,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul,
.ts-site-header-mobile-menu-container #header-primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Apply styles to all menu variations */
.ts-site-header-mobile-menu-container ul#header-primary-menu li,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul li {
    transition: all 0.25s ease;
    border-radius: 8px;
    margin-bottom: 4px;
    position: relative;
}

.ts-site-header-mobile-menu-container ul#header-primary-menu li a,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul li a {
    padding: 14px 18px !important;
    font-size: 15px;
    line-height: 22px;
    color: #2d2d2d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 0.2px;
}

.ts-site-header-mobile-menu-container ul#header-primary-menu li:hover a,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul li:hover a {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.08), rgba(255, 90, 0, 0.05));
    color: var(--main-theme-color);
    transform: translateX(-4px);
    padding-left: 22px !important;
}

.ts-site-header-mobile-menu-container ul#header-primary-menu li.current-menu-item a,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul li.current-menu-item a {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.12), rgba(255, 90, 0, 0.08));
    color: var(--main-theme-color);
    font-weight: 600;
    border-left: 3px solid var(--main-theme-color);
    padding-left: 18px !important;
}

/* Submenu styles for all variations */
.ts-site-header-mobile-menu-container ul#header-primary-menu li ul.sub-menu,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul li ul.sub-menu {
    background: linear-gradient(135deg, #f8f9fa, #f3f4f6);
    flex-direction: column;
    list-style-type: none;
    margin: 6px 0 8px 0;
    padding: 6px;
    border-radius: 10px;
    border-left: 3px solid rgba(252, 135, 0, 0.2);
    margin-left: 16px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    display: none;
}

.ts-site-header-mobile-menu-container ul#header-primary-menu li ul.sub-menu li a,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul li ul.sub-menu li a {
    padding: 10px 14px !important;
    font-size: 14px;
    color: #4a4a4a;
}

.ts-site-header-mobile-menu-container ul#header-primary-menu li:hover ul.sub-menu li a,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul li:hover ul.sub-menu li a {
    background: transparent;
    color: #4a4a4a;
    transform: none;
    padding-left: 14px !important;
}

.ts-site-header-mobile-menu-container ul#header-primary-menu li:hover ul.sub-menu li:hover a,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul li:hover ul.sub-menu li:hover a {
    background: rgba(0, 0, 0, 0.04) !important;
    color: var(--main-theme-color) !important;
}

.ts-site-header-mobile-menu-container ul#header-primary-menu li ul.sub-menu li.current-menu-item a,
.ts-site-header-mobile-menu-container .menu-header-primary-menu-container ul li ul.sub-menu li.current-menu-item a {
    background: rgba(252, 135, 0, 0.08) !important;
    color: var(--main-theme-color) !important;
    font-weight: 600;
}


/* Enhanced Close Button */
.ts-site-header-mobile-menu-container button.mobile-menu-close-btn {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: rgba(252, 135, 0, 0.1);
    color: var(--main-theme-color);
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(252, 135, 0, 0.15);
    z-index: 100;
}

.ts-site-header-mobile-menu-container button.mobile-menu-close-btn:hover {
    background: var(--main-theme-color);
    color: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 4px 20px rgba(252, 135, 0, 0.4);
}

/* List style reset for all menu items */
.ts-site-header-mobile-menu-container ul,
.ts-site-header-mobile-menu-container ul li {
    list-style: none !important;
    list-style-type: none !important;
}

.ts-site-header-mobile-menu-container ul::before,
.ts-site-header-mobile-menu-container li::before {
    content: none !important;
    display: none !important;
}

/* Better spacing for the CTA button */
.ts-site-header-mobile-menu-container .ts-theme-button.md-d-block {
    margin-top: 30px;
    width: calc(100% - 0px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 16px 24px !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(252, 135, 0, 0.2);
}

.ts-site-header-mobile-menu-container .ts-theme-button.md-d-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(252, 135, 0, 0.35);
}

/* Remove text decoration from all links */
.ts-site-header-mobile-menu-container a {
    text-decoration: none !important;
}

/* ===================================
   About Us Page Styles
   =================================== */

/* About Hero Section */
.about-hero-section {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%);
    position: relative;
    overflow: hidden;
}

.about-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(252, 135, 0, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(252, 135, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.about-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 60px;
}

.about-hero-section h1 {
    color: #ffffff;
    margin-bottom: 20px;
}

.about-hero-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
}

.about-hero-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.about-stat-item {
    text-align: center;
    min-width: 150px;
}

.about-stat-item .stat-number {
    font-size: 48px;
    font-weight: 700;
    background: linear-gradient(135deg, #ff7800 0%, #ff5c00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    line-height: 1.2;
}

.about-stat-item .stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 0;
}

/* About Tech Summit Section */
.about-tech-summit-section {
    padding: 100px 0;
    background: #ffffff;
}

.about-content-row {
    align-items: center;
}

.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.about-image-wrapper img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.about-image-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.badge-icon {
    font-size: 24px;
}

.badge-text {
    font-weight: 600;
    color: var(--main-dark-txt-color);
}

.about-content-wrapper {
    padding: 0 20px;
}

.about-description {
    font-size: 18px;
    line-height: 30px;
    color: var(--main-txt-color);
    margin-bottom: 20px;
}

.about-features-list {
    margin-top: 30px;
}

.about-features-list .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    font-size: 17px;
    line-height: 26px;
}

.about-features-list .feature-item i {
    color: var(--main-theme-color);
    font-size: 20px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Global Events Section */
.global-events-section {
    padding: 100px 0;
    background: #ffffff;
}

.global-events-header {
    margin-bottom: 60px;
}

.global-events-subtitle {
    color: var(--main-txt-color);
    font-size: 18px;
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.global-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.event-location-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-location-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.location-image {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.event-location-card:hover .location-image img {
    transform: scale(1.1);
}

.location-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
}

.location-badge {
    background: var(--main-theme-color);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.location-content {
    padding: 30px;
}

.location-header {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.location-name {
    font-size: 28px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0;
}

.location-country {
    color: var(--main-theme-color);
    font-size: 16px;
    font-weight: 600;
}

.location-description {
    font-size: 16px;
    line-height: 26px;
    color: var(--main-txt-color);
    margin-bottom: 25px;
}

.location-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.detail-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--main-txt-color);
}

.detail-item i {
    color: var(--main-theme-color);
    font-size: 18px;
    width: 20px;
}

.location-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--main-theme-color);
    font-weight: 600;
    font-size: 16px;
    transition: gap 0.3s ease;
}

.location-link:hover {
    gap: 12px;
    color: var(--main-theme-dark-color);
}

.location-link i {
    font-size: 14px;
}

/* Events Map Section */
.events-map-section {
    margin-top: 80px;
    text-align: center;
}

.map-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 40px;
}

.events-map-placeholder {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 20px;
}

.events-map-placeholder img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}

/* Work With Us Section */
.work-with-us-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.work-header {
    margin-bottom: 60px;
}

.work-subtitle {
    color: var(--main-txt-color);
    font-size: 18px;
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.work-opportunities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(321px, 1fr));
    gap: 30px;
}

.work-opportunity-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.work-opportunity-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.work-opportunity-card.featured-card {
    background: linear-gradient(135deg, #fff5e6 0%, #ffffff 100%);
    border: 2px solid var(--main-theme-color);
}

.featured-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--main-theme-color);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.opportunity-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe5cc 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.opportunity-icon svg {
    color: var(--main-theme-color);
}

.opportunity-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 15px 0;
}

.opportunity-description {
    font-size: 16px;
    line-height: 26px;
    color: var(--main-txt-color);
    margin-bottom: 25px;
}

.opportunity-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.opportunity-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    color: var(--main-txt-color);
}

.opportunity-benefits li i {
    color: var(--main-theme-color);
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.work-opportunity-card .ts-theme-button {
    margin-top: auto;
}

/* About Us Page - Responsive Styles */






/* ===================================
   Privacy Policy Page Styles
   =================================== */

/* Privacy Hero Section */
.privacy-hero-section, .inner-page-banner-section {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%);
    position: relative;
    overflow: hidden;
}

.privacy-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(252, 135, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.privacy-hero-content {
    position: relative;
    z-index: 2;
}

.privacy-hero-section h1 {
    color: #ffffff;
    margin-bottom: 15px;
}

.privacy-hero-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 0;
}

/* Privacy Content Section */
.privacy-content-section {
    padding: 80px 0;
    background: #ffffff;
}

.privacy-section {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.privacy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.privacy-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 20px 0;
    padding-top: 10px;
}

.privacy-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
    margin: 30px 0 15px 0;
}

.privacy-section p {
    font-size: 16px;
    line-height: 28px;
    color: var(--main-txt-color);
    margin-bottom: 15px;
}

.privacy-section p strong {
    color: var(--main-dark-txt-color);
    font-weight: 600;
}

.privacy-section a {
    color: var(--main-theme-color);
    text-decoration: underline;
    transition: color 0.3s ease;
}

.privacy-section a:hover {
    color: var(--main-theme-dark-color);
}

/* Privacy Lists */
.privacy-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.privacy-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
    color: var(--main-txt-color);
}

.privacy-list li::before {
    content: '\2022';
    position: absolute;
    left: 10px;
    color: var(--main-theme-color);
    font-size: 20px;
    font-weight: bold;
}

.privacy-list li strong {
    color: var(--main-dark-txt-color);
    font-weight: 600;
}

/* Contact Info Box */
.contact-info-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    border-left: 4px solid var(--main-theme-color);
    margin-top: 20px;
}

.contact-info-box p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.contact-info-box p:last-child {
    margin-bottom: 0;
}

/* Highlight Section */
.highlight-section {
    background: linear-gradient(135deg, #fff5e6 0%, #ffffff 100%);
    padding: 40px;
    border-radius: 15px;
    border: 2px solid var(--main-theme-color);
}

.highlight-section h2 {
    color: var(--main-theme-color);
}

/* Responsive Styles */


/* Cookie Policy Specific Styles */
.cookie-note {
    background: #f0f7ff;
    padding: 15px 20px;
    border-left: 4px solid #0066cc;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 15px;
    line-height: 24px;
}

.cookie-note i {
    color: #0066cc;
    margin-right: 8px;
}

/* Cookie Table */
.cookie-table-wrapper {
    overflow-x: auto;
    margin: 25px 0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    min-width: 600px;
}

.cookie-table thead {
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%);
    color: #ffffff;
}

.cookie-table th {
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cookie-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
    transition: background-color 0.3s ease;
}

.cookie-table tbody tr:last-child {
    border-bottom: none;
}

.cookie-table tbody tr:hover {
    background: #f8f9fa;
}

.cookie-table td {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 22px;
    color: var(--main-txt-color);
}

.cookie-table td strong {
    color: var(--main-dark-txt-color);
    font-weight: 600;
}

/* Responsive Cookie Table */

/* ===================================
   VOLUNTEER PAGE STYLES
   =================================== */

/* -------------------- Volunteer Hero Section -------------------- */
.volunteer-hero-section {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%);
    position: relative;
    overflow: hidden;
}

.volunteer-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(252, 135, 0, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(252, 135, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.volunteer-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto 0px;
}

.volunteer-hero-section h1 {
    color: #ffffff;
    margin-bottom: 20px;
}

.volunteer-hero-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    line-height: 32px;
    margin: 20px auto 0;
    max-width: 800px;
}

.volunteer-hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.ts-theme-button-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 35px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ts-theme-button-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}


/* -------------------- Benefits Section -------------------- */
.volunteer-benefits-section {
    padding: 100px 0;
    background: #ffffff;
}

.section-header {
    margin-bottom: 60px;
}

.section-subtitle {
    font-size: 18px;
    line-height: 30px;
    color: var(--main-txt-color);
    margin: 15px auto 0;
    max-width: 700px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.benefit-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
    position: relative;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--main-theme-color);
}


.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe5cc 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.benefit-icon i {
    font-size: 36px;
    color: var(--main-theme-color);
}

.benefit-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 15px 0;
}

.benefit-description {
    font-size: 16px;
    line-height: 26px;
    color: var(--main-txt-color);
    margin-bottom: 20px;
}

.benefit-badge {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.1), rgba(252, 135, 0, 0.05));
    border: 1px solid rgba(252, 135, 0, 0.25);
    border-radius: 50px;
    color: var(--main-theme-color);
    font-size: 13px;
    font-weight: 700;
}

/* -------------------- Volunteer Roles Section -------------------- */
.volunteer-roles-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.role-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
}

.role-card:hover {
    border-color: var(--main-theme-color);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.role-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.role-header i {
    font-size: 28px;
    color: var(--main-theme-color);
}

.role-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0;
}

.role-description {
    font-size: 15px;
    line-height: 24px;
    color: var(--main-txt-color);
    margin-bottom: 15px;
}

.role-spots {
    display: inline-block;
    padding: 6px 12px;
    background: #f0f0f0;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--main-txt-color);
}

/* -------------------- Requirements Section -------------------- */
.volunteer-requirements-section {
    padding: 100px 0;
    background: #ffffff;
}

.requirements-intro {
    font-size: 18px;
    line-height: 30px;
    color: var(--main-txt-color);
    margin-bottom: 30px;
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirements-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 26px;
    color: var(--main-txt-color);
}

.requirements-list li i {
    color: var(--main-theme-color);
    font-size: 22px;
    margin-top: 2px;
    flex-shrink: 0;
}

.requirements-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.requirements-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.requirements-badge {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.requirements-badge i {
    color: var(--main-theme-color);
    font-size: 24px;
}

.requirements-badge span {
    font-weight: 700;
    color: var(--main-dark-txt-color);
    font-size: 16px;
}

/* -------------------- Testimonials Section -------------------- */
.volunteer-testimonials-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.testimonial-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-color: var(--main-theme-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-rating {
    margin-bottom: 20px;
}

.testimonial-rating i {
    color: #ffc107;
    font-size: 18px;
    margin-right: 3px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 28px;
    color: var(--main-txt-color);
    font-style: italic;
    margin-bottom: 25px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f0f0f0;
}

.author-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 4px 0;
}

.author-role {
    font-size: 14px;
    color: var(--main-txt-color);
    margin: 0;
    opacity: 0.8;
}

/* -------------------- FAQ Section (Accordion) -------------------- */
.volunteer-faq-section {
    padding: 100px 0;
    background: #ffffff;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border-radius: 16px;
    margin-bottom: 16px;
    border: 2px solid #e8e8e8;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(252, 135, 0, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.faq-item.active {
    border-color: var(--main-theme-color);
    box-shadow: 0 8px 24px rgba(252, 135, 0, 0.15);
}

.faq-question-btn {
    width: 100%;
    background: transparent;
    border: none;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.faq-question-btn:hover {
    background: rgba(252, 135, 0, 0.03);
}

.faq-item.active .faq-question-btn {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.08) 0%, rgba(252, 135, 0, 0.04) 100%);
}

.faq-question-text {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    display: flex;
    align-items: center;
    gap: 14px;
}

.faq-question-text i {
    color: var(--main-theme-color);
    font-size: 22px;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
}

.faq-toggle-icon {
    color: var(--main-theme-color);
    font-size: 18px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-toggle-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 28px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 28px 24px;
    display: block;
}

.faq-answer p {
    font-size: 16px;
    line-height: 28px;
    color: var(--main-txt-color);
    margin: 0;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

.faq-cta {
    margin-top: 40px;
}

.faq-cta p {
    font-size: 17px;
    color: var(--main-txt-color);
}

.faq-cta a {
    color: var(--main-theme-color);
    font-weight: 700;
    text-decoration: underline;
}

/* -------------------- Volunteer Page Responsive Styles -------------------- */


/* ==================== INFLUENCER PAGE STYLES ==================== */

/* -------------------- Influencer Hero Section -------------------- */
.influencer-hero-section {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #1a1a3e 0%, #020026 50%, #2a1a4e 100%);
    position: relative;
    overflow: hidden;
}

.influencer-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(252, 135, 0, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 70%, rgba(252, 135, 0, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 50% 50%, rgba(138, 43, 226, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.influencer-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.influencer-hero-section h1 {
    color: #ffffff;
    margin-bottom: 20px;
}

.influencer-hero-description {
    color: rgba(255, 255, 255, 0.88);
    font-size: 20px;
    line-height: 32px;
    margin: 20px auto 0;
    max-width: 800px;
}

.influencer-hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* -------------------- Influencer Benefits Section -------------------- */
.influencer-benefits-section {
    padding: 100px 0;
    background: #ffffff;
}

.influencer-benefits-section .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
}

/* -------------------- Influencer Content Expectations Section -------------------- */
.influencer-content-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.content-expectations-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.expectation-card {
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 20px;
    border: 2px solid #e8e8e8;
    position: relative;
    transition: all 0.3s ease;
}

.expectation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--main-theme-color);
}

.expectation-number {
    position: absolute;
    top: -20px;
    left: 35px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--main-theme-color), var(--main-theme-dark-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(252, 135, 0, 0.3);
}

.expectation-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 30px 0 15px 0;
}

.expectation-description {
    font-size: 16px;
    line-height: 26px;
    color: var(--main-txt-color);
    margin-bottom: 20px;
}

.expectation-deliverable {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(252, 135, 0, 0.08);
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-theme-color);
}

.expectation-deliverable i {
    font-size: 16px;
}

/* -------------------- Influencer Process Section -------------------- */
.influencer-process-section {
    padding: 100px 0;
    background: #ffffff;
}

.process-timeline {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    position: relative;
}

.process-step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe5cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 20px rgba(252, 135, 0, 0.2);
}

.process-step-icon i {
    font-size: 32px;
    color: var(--main-theme-color);
}

.process-step-content {
    flex: 1;
}

.process-step-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 8px 0 12px 0;
}

.process-step-description {
    font-size: 16px;
    line-height: 28px;
    color: var(--main-txt-color);
}

.process-connector {
    width: 4px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(252, 135, 0, 0.3), rgba(252, 135, 0, 0.1));
    margin: 0 0 0 38px;
    border-radius: 2px;
}

/* -------------------- Influencer Requirements Section -------------------- */
.influencer-requirements-section {
    padding: 100px 0;
    background: #f8f9fa;
}

/* -------------------- Influencer Testimonials Section -------------------- */
.influencer-testimonials-section {
    padding: 100px 0;
    background: #ffffff;
}

.influencer-testimonials-section .testimonial-card {
    position: relative;
}

.testimonial-stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.stat-item {
    flex: 1;
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: var(--main-theme-color);
    margin-bottom: 5px;
}

.stat-label {
    display: block;
    font-size: 13px;
    color: var(--main-txt-color);
    opacity: 0.8;
}

/* -------------------- Influencer FAQ Section -------------------- */
.influencer-faq-section {
    padding: 100px 0;
    background: #f8f9fa;
}

/* -------------------- Influencer CTA Section -------------------- */
.influencer-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 50%, #2a1a4e 100%);
    position: relative;
    overflow: hidden;
}

.influencer-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(252, 135, 0, 0.12) 0%, transparent 60%),
                radial-gradient(circle at 70% 50%, rgba(252, 135, 0, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.cta-wrapper {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.cta-heading {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
}

.cta-description {
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
}

.cta-buttons {
    margin-bottom: 30px;
}

.ts-theme-button-large {
    padding: 18px 45px;
    font-size: 18px;
}

.cta-note {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.cta-note i {
    color: var(--main-theme-color);
}

/* ==================== INFLUENCER PAGE RESPONSIVE STYLES ==================== */

/* ==================== PARTNERS PAGE STYLES ==================== */

/* Partners Banner Section */
.partners-banner {
    background: linear-gradient(135deg, #fff5ed 0%, #fffaf5 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ffe8d6;
}

.partners-banner::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(252, 135, 0, 0.12) 0%, rgba(252, 135, 0, 0.05) 40%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.partners-banner::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 90, 0, 0.08) 0%, transparent 60%);
    border-radius: 50%;
    animation: float 10s ease-in-out infinite reverse;
}

.partners-banner-content-wrapper {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 750px;
    gap: 60px;
    align-items: center;
}

.partners-banner-content-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.partners-banner-main-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--main-dark-txt-color);
    margin: 0;
    letter-spacing: -1px;
}

.partners-banner-description {
    font-size: 18px;
    line-height: 30px;
    color: var(--main-txt-color);
    margin: 0;
}

.partners-banner-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: var(--main-txt-color);
    margin: 0;
    font-weight: 500;
}

.partners-banner-form-right {
    display: flex;
    justify-content: end;
}

/* Partners Content Section */
.partners-content-section {
    padding: 80px 0;
    background: #ffffff;
}

.partners-advanced-filters {
    margin-bottom: 40px;
}

/* Partners Grid */
.partners-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.partner-card {
    background: #ffffff;
    border-radius: 16px;
    display: flex;
    gap: 30px;
    padding: 30px;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    opacity: 1;
    transform: translateY(0);
}

.partner-card:hover {
    border-color: var(--main-theme-color);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.partner-card-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-width: 200px;
}

.partner-logo-wrapper {
    width: 180px;
    height: 120px;
    background: #ffffff;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
}

.partner-card:hover .partner-logo-wrapper {
    border-color: var(--main-theme-color);
    box-shadow: 0 4px 16px rgba(252, 135, 0, 0.15);
    transform: scale(1.05);
}

.partner-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-card:hover .partner-logo {
    transform: scale(1.1);
}

.partner-type-badge {
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    white-space: nowrap;
}

.partner-type-badge.platinum {
    background: linear-gradient(135deg, #e5e4e2 0%, #d4d4d4 100%);
    color: #2c2c2c;
    border: 2px solid #c0c0c0;
}

.partner-type-badge.gold {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    color: #664d00;
    border: 2px solid #e6c200;
}

.partner-type-badge.silver {
    background: linear-gradient(135deg, #c0c0c0 0%, #d8d8d8 100%);
    color: #4a4a4a;
    border: 2px solid #a8a8a8;
}

.partner-type-badge.media {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: 2px solid #5568d3;
}

.partner-type-badge.community {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: #ffffff;
    border: 2px solid #0f8077;
}

.partner-type-badge.academic {
    background: linear-gradient(135deg, #ee0979 0%, #ff6a00 100%);
    color: #ffffff;
    border: 2px solid #d1006b;
}

.partner-card-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.partner-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.partner-company-name {
    font-size: 28px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0;
    line-height: 1.2;
}

.partner-country {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-txt-color);
    padding: 6px 14px;
    background: #f5f5f5;
    border-radius: 20px;
    white-space: nowrap;
}

.partner-description {
    margin: 0;
}

.partner-description p {
    font-size: 16px;
    line-height: 26px;
    color: var(--main-txt-color);
    margin: 0;
}

.partner-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.partner-tag {
    padding: 6px 14px;
    background: rgba(252, 135, 0, 0.08);
    border: 1px solid rgba(252, 135, 0, 0.2);
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--main-theme-color);
}

.partner-actions {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.partner-action-btn {
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.partner-action-btn.btn-website {
    background: var(--main-theme-color);
    color: #ffffff;
    border-color: var(--main-theme-color);
}

.partner-action-btn.btn-website:hover {
    background: var(--main-theme-dark-color);
    border-color: var(--main-theme-dark-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(252, 135, 0, 0.3);
}

/* Partners Empty State */
.partners-empty-state {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    text-align: center;
}

.partners-empty-state .empty-state-icon {
    font-size: 80px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.partners-empty-state h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 12px 0;
}

.partners-empty-state p {
    font-size: 16px;
    color: var(--main-txt-color);
    margin: 0;
}

/* Partners CTA Section */
.partners-cta-section {
    background: linear-gradient(135deg, #1a1a3e 0%, #020026 50%, #2a1a4e 100%);
}

/* ==================== PARTNERS PAGE RESPONSIVE STYLES ==================== */


/* ==================== SUSTAINABLE DEVELOPMENT GOALS PAGE STYLES ==================== */

/* SDG Hero Section */
.sdg-hero-section {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%);
    position: relative;
    overflow: hidden;
}

.sdg-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(76, 175, 80, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(252, 135, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.sdg-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.sdg-hero-section h1 {
    color: #ffffff;
    margin-bottom: 20px;
}

.sdg-hero-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    line-height: 32px;
    margin: 20px auto 0;
    max-width: 800px;
}

/* SDG Introduction Section */
.sdg-intro-section {
    padding: 100px 0;
    background: #ffffff;
}

.sdg-intro-content {
    padding-right: 30px;
}

.sdg-section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 24px 0;
    line-height: 1.3;
}

.sdg-intro-text {
    font-size: 17px;
    line-height: 28px;
    color: var(--main-txt-color);
    margin-bottom: 20px;
}

.sdg-intro-cta {
    margin-top: 30px;
}

/* SDG Intro Visual */
.sdg-intro-visual {
    position: relative;
}

.sdg-intro-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}

.sdg-intro-image img {
    width: 100%;
    height: auto;
    display: block;
}

.sdg-goals-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.sdg-goal-highlight {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px;
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.sdg-goal-highlight:hover {
    border-color: #4caf50;
    box-shadow: 0 6px 16px rgba(76, 175, 80, 0.15);
    transform: translateY(-4px);
}

.goal-highlight-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, rgba(76, 175, 80, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.goal-highlight-icon i {
    font-size: 22px;
    color: #4caf50;
}

.goal-highlight-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sdg-highlight-label {
    font-size: 11px;
    font-weight: 700;
    color: #4caf50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sdg-highlight-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    line-height: 1.3;
}

/* SDG Goal Badge */
.sdg-goal-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.08) 0%, rgba(76, 175, 80, 0.04) 100%);
    border-left: 4px solid #4caf50;
    border-radius: 8px;
    margin-bottom: 24px;
}

.sdg-goal-badge.centered {
    margin: 0 auto 24px;
    justify-content: center;
}

.sdg-goal-badge .goal-number {
    font-size: 13px;
    font-weight: 700;
    color: #4caf50;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
}

.sdg-goal-badge .goal-title {
    font-size: 16px;
    font-weight: 600;
    color: #2e7d32;
}

/* SDG Economic Section */
.sdg-economic-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.sdg-content-block {
    padding: 20px 0;
}

.sdg-text {
    font-size: 17px;
    line-height: 28px;
    color: var(--main-txt-color);
    margin-bottom: 24px;
}

/* SDG Economic Visual - Image with Stats Overlay */
.sdg-economic-visual {
    position: relative;
}

.sdg-stats-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

.sdg-stat-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(252, 135, 0, 0.15);
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.sdg-stat-card:hover {
    border-color: var(--main-theme-color);
    box-shadow: 0 8px 24px rgba(252, 135, 0, 0.25);
    transform: translateX(-8px);
}

.sdg-stat-card.compact {
    padding: 16px 18px;
    min-width: 280px;
}

.sdg-stat-card .stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.15) 0%, rgba(252, 135, 0, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sdg-stat-card.compact .stat-icon {
    width: 44px;
    height: 44px;
}

.sdg-stat-card .stat-icon i {
    font-size: 24px;
    color: var(--main-theme-color);
}

.sdg-stat-card.compact .stat-icon i {
    font-size: 20px;
}

.stat-content {
    flex: 1;
}

.stat-content .stat-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 4px;
    line-height: 1;
}

.sdg-stat-card.compact .stat-content .stat-number {
    font-size: 24px;
}

.stat-content .stat-label {
    display: block;
    font-size: 13px;
    color: var(--main-txt-color);
    font-weight: 600;
    line-height: 1.4;
}

.sdg-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.sdg-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* SDG Industry Section */
.sdg-industry-section {
    padding: 100px 0;
    background: #ffffff;
}

.sdg-highlight-box {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.05) 0%, rgba(252, 135, 0, 0.02) 100%);
    border-left: 4px solid var(--main-theme-color);
    padding: 24px 30px;
    border-radius: 8px;
    margin: 24px 0;
    position: relative;
}

.sdg-highlight-box i {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 24px;
    color: var(--main-theme-color);
    opacity: 0.3;
}

.sdg-highlight-box .highlight-text {
    font-size: 17px;
    line-height: 28px;
    color: var(--main-dark-txt-color);
    font-style: italic;
    margin: 0 0 0 40px;
    font-weight: 500;
}

/* SDG Feature Cards */
.sdg-features-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sdg-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.sdg-feature-card:hover {
    border-color: var(--main-theme-color);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(8px);
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon.green {
    background: linear-gradient(135deg, rgba(76, 175, 80, 0.15) 0%, rgba(76, 175, 80, 0.05) 100%);
}

.feature-icon.blue {
    background: linear-gradient(135deg, rgba(33, 150, 243, 0.15) 0%, rgba(33, 150, 243, 0.05) 100%);
}

.feature-icon.orange {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.15) 0%, rgba(252, 135, 0, 0.05) 100%);
}

.feature-icon.purple {
    background: linear-gradient(135deg, rgba(156, 39, 176, 0.15) 0%, rgba(156, 39, 176, 0.05) 100%);
}

.feature-icon.green i {
    color: #4caf50;
    font-size: 22px;
}

.feature-icon.blue i {
    color: #2196f3;
    font-size: 22px;
}

.feature-icon.orange i {
    color: var(--main-theme-color);
    font-size: 22px;
}

.feature-icon.purple i {
    color: #9c27b0;
    font-size: 22px;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.feature-text {
    font-size: 14px;
    line-height: 20px;
    color: var(--main-txt-color);
    margin: 0;
}

/* SDG Initiatives Section */
.sdg-initiatives-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.sdg-initiatives-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.initiative-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
}

.initiative-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #4caf50;
}

.initiative-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.initiative-icon i {
    font-size: 32px;
    color: #4caf50;
}

.initiative-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 16px 0;
}

.initiative-description {
    font-size: 15px;
    line-height: 24px;
    color: var(--main-txt-color);
    margin-bottom: 20px;
}

.initiative-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.initiative-points li {
    font-size: 14px;
    color: var(--main-txt-color);
    padding: 6px 0 6px 20px;
    position: relative;
}

.initiative-points li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4caf50;
    font-weight: 700;
}

/* SDG Gender Equality Section */
.sdg-gender-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.sdg-gender-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.gender-initiatives-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.gender-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    border: 2px solid #e8e8e8;
    transition: all 0.3s ease;
}

.gender-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(252, 135, 0, 0.15);
    border-color: var(--main-theme-color);
}

.gender-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #fff5e6 0%, #ffe5cc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.gender-icon i {
    font-size: 28px;
    color: var(--main-theme-color);
}

.gender-card-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 12px 0;
}

.gender-card-text {
    font-size: 15px;
    line-height: 24px;
    color: var(--main-txt-color);
    margin: 0;
}

/* SDG Partnerships Section */
.sdg-partnerships-section {
    padding: 100px 0;
    background: #ffffff;
}

.partnership-features {
    margin-top: 30px;
}

.feature-item {
    display: flex;
    gap: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item i {
    font-size: 32px;
    color: var(--main-theme-color);
    flex-shrink: 0;
    margin-top: 4px;
}

.feature-item h5 {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 8px 0;
}

.feature-item p {
    font-size: 15px;
    line-height: 24px;
    color: var(--main-txt-color);
    margin: 0;
}

/* SDG CTA Section */
.sdg-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%);
    position: relative;
    overflow: hidden;
}

.sdg-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(252, 135, 0, 0.12) 0%, transparent 60%),
                radial-gradient(circle at 70% 50%, rgba(76, 175, 80, 0.08) 0%, transparent 60%);
    pointer-events: none;
}

.sdg-cta-wrapper {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.sdg-cta-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.sdg-cta-description {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.sdg-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ==================== SDG PAGE RESPONSIVE STYLES ==================== */







/* ==================== PRESS PAGE STYLES ==================== */

/* Press Hero Section */
.press-hero-section {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%);
    position: relative;
    overflow: hidden;
}

.press-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(252, 135, 0, 0.12) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(252, 135, 0, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.press-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.press-hero-section h1 {
    color: #ffffff;
    margin-bottom: 20px;
}

.press-hero-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    line-height: 32px;
    margin: 20px auto 0;
    max-width: 800px;
}

/* Press Releases Section */
.press-releases-section {
    padding: 100px 0;
    background: #ffffff;
}

.press-tabs-wrapper {
    margin-top: 50px;
}

.press-tabs {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e8e8e8;
}

.press-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--main-txt-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.press-tab:hover {
    border-color: var(--main-theme-color);
    color: var(--main-theme-color);
}

.press-tab.active {
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #ffffff;
}

.press-tab i {
    font-size: 16px;
}

.press-tab-content {
    display: none;
}

.press-tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Country Resources Grid */
.country-resources-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.resource-card {
    background: #ffffff;
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    padding: 40px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.resource-card:hover {
    border-color: var(--main-theme-color);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.resource-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.1) 0%, rgba(252, 135, 0, 0.05) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.resource-icon i {
    font-size: 36px;
    color: var(--main-theme-color);
}

.resource-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 16px 0;
}

.resource-description {
    font-size: 15px;
    line-height: 24px;
    color: var(--main-txt-color);
    margin-bottom: 20px;
}

.resource-meta {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

.resource-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--main-txt-color);
    font-weight: 600;
}

.resource-meta i {
    color: var(--main-theme-color);
    font-size: 14px;
}

.resource-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--main-theme-color);
    border: 2px solid var(--main-theme-color);
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.resource-download-btn:hover {
    background: var(--main-theme-dark-color);
    border-color: var(--main-theme-dark-color);
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(252, 135, 0, 0.3);
}

/* Press Contact Section */
.press-contact-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.press-contact-wrapper {
    background: #ffffff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.press-contact-text {
    font-size: 17px;
    line-height: 28px;
    color: var(--main-txt-color);
    margin: 20px 0 30px 0;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-info-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.contact-info-item i {
    font-size: 24px;
    color: var(--main-theme-color);
    margin-top: 4px;
    flex-shrink: 0;
}

.contact-info-item h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-item a {
    color: var(--main-theme-color);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.contact-info-item a:hover {
    text-decoration: underline;
}

.contact-info-item p {
    font-size: 15px;
    color: var(--main-txt-color);
    margin: 0;
}

.press-contact-form {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 16px;
}

.press-contact-form .form-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 24px 0;
}

.press-contact-form .form-group {
    margin-bottom: 20px;
}

.press-contact-form input,
.press-contact-form select,
.press-contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 8px;
    font-size: 15px;
    color: var(--main-dark-txt-color);
    transition: all 0.3s ease;
}

.press-contact-form input:focus,
.press-contact-form select:focus,
.press-contact-form textarea:focus {
    outline: none;
    border-color: var(--main-theme-color);
}

/* ==================== PRESS PAGE RESPONSIVE STYLES ==================== */

/* ===================================
   HOMEPAGE HERO VIDEO BACKGROUND
   =================================== */

/* Hero Video Background */
.hero-video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero-video-iframe,
.hero-video-mp4,
#hero-video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

#hero-video-player iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.hero-video-iframe {
    width: 100vw;
    height: 56.25vw !important;
    min-height: 100vh !important;
    min-width: 177.77vh;
}
.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.85) 0%, rgba(12, 16, 125, 0.85) 100%);
    z-index: 1;
    opacity: 0.85;
}

/* Update homepage hero section for video background */
.homepage-hero-section {
    position: relative;
    overflow: hidden;
}

.homepage-hero-section .home-banner-container,
.homepage-hero-section .home-banner-row,
.homepage-hero-section .home-banner-content-wrapper {
    position: relative;
    z-index: 2;
}

.homepage-hero-section .home-banner-content-wrapper .home-banner-title,
.homepage-hero-section .home-banner-content-wrapper .home-banner-description,
.homepage-hero-section .home-banner-content-wrapper .hero-tag-line, 
.partnership-hero-content .hero-tag-line {
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    line-height: 0;
}

.hero-bottom-shape svg {
    width: 100%;
    height: 120px;
    display: block;
}

/* ===================================
   STATS COUNTER SECTION
   =================================== */

.stats-counter-section {
    padding: 0 0 100px 0;
    background: transparent;
    position: relative;
    margin-top: -80px;
    z-index: 2;
}

.stats-header {
    margin-bottom: 60px;
}

.stats-section-description {
    font-size: 18px;
    line-height: 30px;
    color: var(--main-txt-color);
    max-width: 700px;
    margin: 0 auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.stat-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 2px solid #e8e8e8;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--main-theme-color), var(--main-theme-dark-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.stat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.05) 0%, rgba(12, 16, 125, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}

.stat-card:hover::before {
    transform: scaleX(1);
}

.stat-card:hover::after {
    opacity: 1;
}

.stat-card:hover {
        transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255, 120, 0, 0.15);
    border-color: var(--main-theme-color);
}

.stat-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.1) 0%, rgba(12, 16, 125, 0.08) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 4px 15px rgba(252, 135, 0, 0.1);
    z-index: 1;
}

.stat-icon-wrapper::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--main-theme-color), var(--main-theme-dark-color));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.stat-card:hover .stat-icon-wrapper {
    background: linear-gradient(135deg, var(--main-theme-color), var(--main-theme-dark-color));
    transform: scale(1.15) rotate(8deg);
    box-shadow: 0 8px 30px rgba(252, 135, 0, 0.35), 0 4px 15px rgba(12, 16, 125, 0.25);
}

.stat-card:hover .stat-icon-wrapper::before {
    opacity: 0.3;
    animation: pulse-ring 1.5s ease-out infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.15);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.stat-icon-wrapper img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    transition: all 0.4s ease;
}

.stat-card:hover .stat-icon-wrapper img {
    filter: brightness(0) invert(1);
}

.stat-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--main-theme-color);
    margin: 0;
    line-height: normal;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: inline-block;
}

.stat-card:hover .stat-number {
    transform: scale(1.15);
    letter-spacing: 2px;
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.stat-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    position: relative;
}

.stat-card:hover .stat-label {
    letter-spacing: 1.5px;
    font-weight: 700;
}

/* ===================================
   STATS SECTION RESPONSIVE STYLES
   =================================== */







/* ========================================
   PARTNERSHIP GITEX EUROPE PAGE STYLES
   Using Tailwind CSS + Custom CSS Variables
   Prefix: gitex-*
   ======================================== */

/* Hero Section Styles */
.gitex-hero-title {
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.gitex-stats-subtitle {
    color: var(--main-txt-color);
}

/* Stats Cards - Background and Border with CSS Variables */
.gitex-stat-card {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.05) 0%, rgba(12, 16, 125, 0.05) 100%);
    border-color: #f5f5f5;
}

.gitex-stat-card:hover {
    border-color: var(--main-theme-color);
}

.gitex-stat-number {
    color: var(--main-theme-color);
}

.gitex-stat-label {
    color: var(--main-txt-color);
}

/* Benefits Section - Color Variables */
.gitex-benefits-section {
    background-color: var(--main-gray-bg-color);
}


.gitex-benefits-subtitle {
    color: var(--main-txt-color);
}

/* Benefit Cards - Primary Variant */
.gitex-benefit-card-primary:hover {
    border-color: var(--main-theme-color);
}

.gitex-benefit-card-primary .gitex-benefit-icon {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.1) 0%, rgba(12, 16, 125, 0.08) 100%);
    color: var(--main-theme-color);
}

.gitex-benefit-card-primary:hover .gitex-benefit-icon {
    background: linear-gradient(135deg, var(--main-theme-color) 0%, var(--main-theme-dark-color) 100%);
    color: #ffffff;
}

/* Benefit Cards - Dark Variant */
.gitex-benefit-card-dark:hover {
    border-color: var(--main-theme-dark-color);
}

.gitex-benefit-card-dark .gitex-benefit-icon {
    background: linear-gradient(135deg, rgba(12, 16, 125, 0.1) 0%, rgba(252, 135, 0, 0.08) 100%);
    color: var(--main-theme-dark-color);
}

.gitex-benefit-card-dark:hover .gitex-benefit-icon {
    background: linear-gradient(135deg, var(--main-theme-dark-color) 0%, var(--main-theme-color) 100%);
    color: #ffffff;
}

.gitex-benefit-title {
    color: var(--main-dark-txt-color);
}

.gitex-benefit-description {
    color: var(--main-txt-color);
}

/* CTA Section - Color Variables */
.gitex-cta-content {
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.05) 0%, rgba(12, 16, 125, 0.05) 100%);
}

.gitex-cta-description,
.gitex-cta-note {
    color: var(--main-txt-color);
}



/* ========================================
   MEETUP PAGE STYLES
   Modern and Minimal Design
   Unique class names with 'meetup' prefix
   ======================================== */

/* ===================================
   MEETUP ABOUT SECTION
   =================================== */
.meetup-about-section {
    padding: 100px 0;
    background: #ffffff;
}

.meetup-about-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.meetup-about-description {
    font-size: 18px;
    line-height: 1.7;
    color: var(--main-txt-color);
    margin-top: 20px;
}

.meetup-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.meetup-stat-item {
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.05) 0%, rgba(12, 16, 125, 0.05) 100%);
    border-radius: 16px;
    border: 2px solid #f5f5f5;
    transition: all 0.3s ease;
}

.meetup-stat-item:hover {
    transform: translateY(-5px);
    border-color: var(--main-theme-color);
    box-shadow: 0 10px 30px rgba(252, 135, 0, 0.15);
}

.meetup-stat-number {
    font-size: 42px;
    font-weight: 700;
    color: var(--main-theme-color);
    margin: 0 0 10px 0;
    line-height: 1;
}

.meetup-stat-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-txt-color);
    margin: 0;
}

/* ===================================
   WHO SHOULD ATTEND SECTION
   =================================== */
.meetup-audience-section {
    padding: 100px 0;
    background: #f9f9f9;
}

.meetup-audience-header {
    margin-bottom: 60px;
}

.meetup-audience-subtitle {
    font-size: 18px;
    color: var(--main-txt-color);
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.meetup-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.meetup-audience-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    border: 2px solid #e8e8e8;
    text-align: center;
    transition: all 0.3s ease;
}

.meetup-audience-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(252, 135, 0, 0.15);
    border-color: var(--main-theme-color);
}

.meetup-audience-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.1) 0%, rgba(12, 16, 125, 0.08) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-theme-color);
    transition: all 0.3s ease;
}

.meetup-audience-card:hover .meetup-audience-icon {
    background: linear-gradient(135deg, var(--main-theme-color) 0%, var(--main-theme-dark-color) 100%);
    color: #ffffff;
    transform: scale(1.1);
}

.meetup-audience-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 15px;
}

.meetup-audience-description {
    font-size: 15px;
    line-height: 1.6;
    color: var(--main-txt-color);
    margin: 0;
}

/* ===================================
   SPONSOR SECTION
   =================================== */
.meetup-sponsor-section {
    padding: 100px 0;
    background: #ffffff;
}

.meetup-sponsor-header {
    margin-bottom: 40px;
}

.meetup-sponsor-subtitle {
    font-size: 18px;
    color: var(--main-txt-color);
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.meetup-sponsor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.meetup-sponsor-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    border: 2px solid #e8e8e8;
    position: relative;
    transition: all 0.3s ease;
}

.meetup-sponsor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(252, 135, 0, 0.15);
    border-color: var(--main-theme-color);
}

.meetup-sponsor-featured {
    border-color: var(--main-theme-color);
    background: linear-gradient(180deg, rgba(252, 135, 0, 0.03) 0%, #ffffff 50%);
}

.meetup-sponsor-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, var(--main-theme-color) 0%, var(--main-theme-dark-color) 100%);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meetup-sponsor-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 15px;
    margin-top: 10px;
}

.meetup-sponsor-description {
    font-size: 16px;
    color: var(--main-txt-color);
    margin-bottom: 25px;
}

.meetup-sponsor-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.meetup-sponsor-features li {
    padding: 12px 0;
    font-size: 15px;
    color: var(--main-txt-color);
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.meetup-sponsor-features li:last-child {
    border-bottom: none;
}

.meetup-sponsor-features li i {
    color: var(--main-theme-color);
    font-size: 18px;
}

.meetup-sponsor-btn {
    width: 100%;
    justify-content: center;
}
/* ===================================
   RESPONSIVE STYLES
   =================================== */

/* ===================================
   PAST EVENT GLIMPSES SECTION - NEW PHOTO GALLERY
   Added: November 2025
   Description: Photo gallery for past meetup events showing location images
   Line Range: 18499-18551
   =================================== */
.meetup-glimpses-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.meetup-glimpses-subtitle {
    font-size: 18px;
    color: var(--main-txt-color);
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Custom CSS for glimpses cards with ts- prefix */
.ts-meetup-glimpses-card {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
}

.ts-meetup-glimpses-card:hover {
    box-shadow: 0 20px 40px rgba(252, 135, 0, 0.15);
    transform: translateY(-8px);
}

.ts-meetup-glimpses-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.ts-meetup-glimpses-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.ts-meetup-glimpses-card:hover .ts-meetup-glimpses-overlay {
    opacity: 1;
}

/* ===================================
   PAST EVENT GLIMPSES RESPONSIVE STYLES
   =================================== */




/* ===================================
   MEETUP SPONSOR TABS - HOMEPAGE STYLE
   Match the exact design from homepage partners section
   =================================== */

/* Tab Buttons Container - Same as homepage */
.meetup-sponsor-tabs {
    display: inline-flex;
    justify-content: center;
    gap: 0;
    margin: 0 auto 50px;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 6px;
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
}

/* Individual Tab Button - Same as homepage */
.meetup-sponsor-tab-btn {
    background: transparent;
    border: none;
    padding: 14px 32px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Figtree';
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    white-space: nowrap;
    flex-direction: row;
    min-width: auto;
}

.meetup-sponsor-tab-btn:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: none;
    box-shadow: none;
}

.meetup-sponsor-tab-btn.active {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Tab Label - Same as homepage */
.meetup-tab-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
    transition: color 0.3s;
}

.meetup-sponsor-tab-btn.active .meetup-tab-label {
    color: var(--main-theme-color);
}

/* Tab Count Badge - Same as homepage */
.meetup-tab-count {
    font-size: 13px;
    font-weight: 600;
    color: #999;
    background: rgba(0, 0, 0, 0.06);
    padding: 2px 8px;
    border-radius: 12px;
    transition: all 0.3s;
}

/* Tab Content Display Rules */
.meetup-sponsor-tab-content {
    display: none;
}

.meetup-sponsor-tab-content.active {
    display: block;
}


/* Responsive - Mobile */




/* ===================================
   MEETUP REGISTRATION SECTION - HOMEPAGE STYLE
   Match homepage registration banner design
   =================================== */

/* Override old styles */
.meetup-register-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #FFF8F0 0%, #FFFFFF 100%);
    position: relative;
    overflow: hidden;
}

.meetup-register-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(252, 135, 0, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.meetup-register-section::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(252, 135, 0, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.meetup-register-banner-wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

/* Registration Content */
.meetup-register-content {
    margin-bottom: 40px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.meetup-register-badge {
    display: inline-block;
    margin-bottom: 20px;
}

.meetup-register-badge span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background: linear-gradient(135deg, #FFF8F0 0%, #FFE8D0 100%);
    border: 2px solid var(--main-theme-color);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: var(--main-theme-color);
    text-transform: none;
    letter-spacing: 0;
}

.meetup-register-title {
    font-family: 'Figtree';
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--main-dark-txt-color);
    margin: 0 0 20px;
}

.meetup-register-description {
    font-size: 18px;
    line-height: 28px;
    color: var(--main-txt-color);
    margin: 0;
}

/* Highlights Section */
.meetup-register-highlights {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.meetup-highlight-item {
    text-align: center;
}

.meetup-highlight-number {
    font-family: 'Figtree';
    font-size: 32px;
    font-weight: 700;
    color: var(--main-theme-color);
    line-height: 1;
    margin-bottom: 8px;
}

.meetup-highlight-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-txt-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.meetup-highlight-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent 0%, #E0E0E0 20%, #E0E0E0 80%, transparent 100%);
}

/* Actions */
.meetup-register-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.meetup-register-primary-btn {
    min-width: 240px;
}

/* Note */
.meetup-register-note {
    margin: 0;
}

.meetup-register-note p {
    font-size: 15px;
    color: var(--main-txt-color);
    margin: 0;
}

.meetup-register-link {
    color: var(--main-theme-color);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.meetup-register-link:hover {
    color: var(--main-theme-dark-color);
    text-decoration: underline;
}

/* Remove old styles */
.meetup-register-wrapper {
    max-width: none;
    margin: 0;
}

/* Responsive Design */




/* ===================================
   MEETUP REGISTRATION - COLOR HIGHLIGHTS
   Orange and Dark Blue combination
   =================================== */

.meetup-register-highlight {
    background: linear-gradient(135deg, var(--main-theme-color) 0%, var(--main-theme-dark-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.meetup-register-highlight-alt {
    color: var(--main-theme-color);
    font-weight: 700;
}

/* ===================================
   MEETUP HERO SECTION - CLEAN TWO COLUMN
   No video, professional fonts, minimal design
   =================================== */

.meetup-hero-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(12, 16, 125, 0.95) 0%, rgba(252, 135, 0, 0.9) 100%);
    min-height: auto;
    overflow: visible;
}

/* Dark background pattern overlay */
.meetup-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(252, 135, 0, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(12, 16, 125, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

/* Two Column Grid */
.meetup-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ===================================
   LEFT COLUMN - CONTENT
   =================================== */

.meetup-hero-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Badge */
.meetup-hero-badge-wrapper {
    margin: 0;
}

.meetup-hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
}

/* Title - White for dark background */
.meetup-hero-title {
    font-family: 'Figtree', sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0;
}

/* Description - White for dark background */
.meetup-hero-description {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    max-width: 90%;
}

/* CTA Buttons */
.meetup-hero-cta-buttons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.meetup-cta-primary,
.meetup-cta-secondary {
    padding: 14px 28px;
}

/* ===================================
   RIGHT COLUMN - EVENT CARD
   =================================== */

.meetup-hero-right {
    display: flex;
    justify-content: flex-end;
}

.meetup-next-event-card {
    background: rgba(255, 255, 255, 0.98);
    padding: 35px;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 450px;
    backdrop-filter: blur(10px);
}

/* Event Header */
.meetup-event-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F5F5F5;
}

.meetup-event-title {
    font-family: 'Figtree', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0;
}

.meetup-event-status {
    display: inline-block;
    padding: 6px 14px;
    background: var(--main-theme-color);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 6px;
}

/* Event Details */
.meetup-event-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

.meetup-event-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.meetup-event-item i {
    flex-shrink: 0;
    color: var(--main-theme-color);
    font-size: 18px;
    width: 18px;
    text-align: center;
    margin-top: 3px;
}

.meetup-event-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.meetup-event-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--main-txt-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.meetup-event-value {
    font-size: 15px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
}

/* Event Benefits Section */
.meetup-event-benefits {
    padding: 25px 0 0;
    border-top: 2px solid #F5F5F5;
}

.meetup-benefits-title {
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin: 0 0 20px 0;
    text-align: center;
}

.meetup-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.meetup-benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 12px;
    background: linear-gradient(135deg, rgba(252, 135, 0, 0.05) 0%, rgba(12, 16, 125, 0.05) 100%);
    border-radius: 12px;
    border: 1px solid rgba(252, 135, 0, 0.1);
    transition: all 0.3s ease;
}

.meetup-benefit-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(252, 135, 0, 0.15);
    border-color: rgba(252, 135, 0, 0.3);
}

.meetup-benefit-item i {
    font-size: 24px;
    color: var(--main-theme-color);
}

.meetup-benefit-item span {
    font-size: 13px;
    font-weight: 600;
    color: var(--main-dark-txt-color);
    text-align: center;
    line-height: 1.3;
}

/* Register Button */
.meetup-event-register-btn {
    width: 100%;
    justify-content: center;
    margin: 0;
}

/* Remove old video styles */
.meetup-hero-video-bg,
.meetup-hero-video-overlay,
.meetup-hero-video-iframe,
.meetup-hero-video-mp4,
.meetup-hero-bottom-shape,
.meetup-hero-gradient-text,
.meetup-hero-container {
    display: none !important;
}


/* Woo Csss */
.woocommerce form .form-row{
    display: block;
}

/* Vienna Event styles */
/* Section 2: Event Highlights */
.vienna-highlights-section {
    padding: 80px 0;
    background: #ffffff;
}

.vienna-highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.vienna-highlight-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.vienna-highlight-card:hover {
    transform: translateY(-5px);
    border-color: var(--main-theme-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.highlight-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--main-dark-txt-color);
    margin-bottom: 12px;
}

.highlight-description {
    font-size: 16px;
    line-height: 24px;
    color: var(--main-txt-color);
}

/* ===================================
   Pricing Table Tooltip
   =================================== */

.tooltip-trigger {
    position: relative;
    cursor: help;
}

.tooltip-trigger::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: var(--main-dark-txt-color);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-family: 'Figtree';
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tooltip-trigger::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-2px);
    border: 6px solid transparent;
    border-top-color: var(--main-dark-txt-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1000;
}

.tooltip-trigger:hover::after,
.tooltip-trigger:hover::before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Mobile tooltip positioning */
@media (max-width: 768px) {
    .tooltip-trigger::after {
        left: auto;
        right: 0;
        transform: translateX(0) translateY(-8px);
        white-space: normal;
        max-width: 150px;
    }

    .tooltip-trigger::before {
        left: auto;
        right: 20px;
        transform: translateX(0) translateY(-2px);
    }

    .tooltip-trigger:hover::after {
        transform: translateX(0) translateY(0);
    }

    .tooltip-trigger:hover::before {
        transform: translateX(0) translateY(0);
    }
}