/* 
 Theme Name:   Astra Child Theme
 Theme URI:    
 Description:  Astra Child Theme
 Author:       Sue Terpilowski
 Author URI:   
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.ast-container {
	margin-top: 140px !important;
}

.elementor-element.custom-header-sec {
	padding-bottom: 15px !important;
    padding-top: 15px !important;
    max-width: 1225px !important;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.turbo-header-template.ta-sticky-header.ta-sticky-active.ta-scroll-up.ta-header-show .elementor-element.custom-header-sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
.elementor-element.header-logo img {
    width: 180px;
    height: 53px;
    float: left;
}
.elementor-element.header-menu {
    position: relative;
    right: -20px;
    top: -5px;
}
.custom-header-sec .header-links {
    justify-content: center !important;
}

.custom-header-sec .elementor-element-f7e1e27 {
    justify-content: center !important;
    padding-right: 0px !important;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d;
}
.elementor-element.header-social-icon .elementor-social-icons-wrapper a.elementor-icon {
    background-color: transparent;
}
.elementor-element.header-social-icon .elementor-social-icons-wrapper a.elementor-icon svg.e-font-icon-svg {
    fill: #000;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #1d1d1d;
    padding-left: 0px;
    padding-bottom: 4px;
    padding-right: 0px;
}

.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li .tahefobu-menu-item{
    color: #000 !important;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li {
    /* padding-left: 8px; */
    padding-right: 8px;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li a:hover {
    color: #686868;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: .8px;
    background-color: #000;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .5s;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li a:hover::before {
    width: 100%;
    transition: all ease-in-out .5s;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li.current-menu-item.current_page_item a.tahefobu-active-menu-item.menu-link::before {
    width: 100%;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li.current-menu-item.current_page_item a.tahefobu-active-menu-item.menu-link {
	color: #1d1d1d;	
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li.current_page_item.menu-item-has-children a.tahefobu-active-menu-item:before {
    width: 100%;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li.current_page_item.menu-item-has-children a.tahefobu-active-menu-item {
    color: #1d1d1d;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li a:focus {
    outline: none;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li.current-menu-ancestor.current-menu-parent.menu-item-has-children a.tahefobu-active-menu-item {
    color: #1d1d1d;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li.current-menu-ancestor.current-menu-parent.menu-item-has-children a.tahefobu-active-menu-item:before {
    width: 100%;
}
.elementor-element.banner-logo-sec {
    padding-top: 150px;
}
.elementor-element.banner-logo-sec .elementor-element.title-text {
    padding-left: 40px;
	border-left: 1px solid #ddd;
}
.elementor-element.banner-logo-sec .elementor-element.banner-logo {
    padding-right: 80px;
    padding-left: 30px;
}
.elementor-element.banner-logo-sec .elementor-element.title-text h1.elementor-heading-title.elementor-size-default {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}
.turbo-header-template.ta-sticky-header.ta-header-scroll-animation.tahefobu-fallback.tahefobu-ready.ta-sticky-active .elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li ul.sub-menu.tahefobu-sub-menu {
    background-color: rgb(249 249 249);
}

.custom-footer .elementor-element-09f44ef .elementor-element-3a9f87e{
    display: flex;
    justify-content: center;
}

.custom-footer .custom-footer-contact a{
    color: #000 !important;
}

/* added on 3-18-2026 start*/

.title-before h2 {
    position: relative;
    overflow: hidden;
	font-weight: 500;
	color: #000;
	font-size: 24px;
	transform: translateY(13.8668px);
    margin-top: 3px;
}
 
.title-before h2:before {
    content: "";
    position: absolute;
    width: 35%;
    height: 1.2px;
    display: block;
    background: #000;
    left: 52%;
    top: 56%;
    transform: translate(0%, -50%);
}

/* added on 3-18-2026 end*/

/* added on 3-19-2026 start*/

.award-section {
    max-width: 1440px !important;
}

.award-title {
    position: relative;
}

.award-title h2:before {
    position: absolute;
    content: "";
    width: 23%;
    height: 3px;
    background-color: #000;
    top: 120%;
}

.scheme-section {
	max-width: 1440px !important;
}

.scheme-title {
	position:relative;
}

.scheme-title h2:before {
    position: absolute;
    content: "";
    width: 72%;
    height: 3px;
    background-color: #000;
    top: 105%;
}

/* added on 3-19-2026 end*/



/* added on 3-20-2026 start*/

.networking-section {
	max-width: 1440px !important;
}

.networking-title {
	position: relative;
}

.networking-title h2:before {
    position: absolute;
    content: "";
    width: 35%;
    height: 3px;
    background-color: #000;
    top: 107%;
}

.winnerstable-section {
	position: relative;
}

.winnerstable-section .e-con-inner{
    max-width: 1185px !important;
}

table.winners-table {
    border: 0 !important;
	font-size: 14px;
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
    color: #1d1d1d;
}

table.winners-table td {
    border: 0;
    border-bottom: 1px solid #e4e4e4;
}

table.winners-table tbody tr:last-child td {
    border: 0 !important;
}

.winners-table a.el-link.uk-link-text {
    display: flex;
    gap: 10px;
    align-items: center;
	text-wrap: nowrap;
    text-decoration: none !important;
}

.winnerstable-section h2:before {
    position: absolute;
    content: "";
    width: 127%;
    height: 3px;
    background-color: #000;
    top: 107%;
}

.carousel-section {
	max-width: 1440px !important;
}

.carousel-section .elementor-swiper-button-prev {
	background: #000;
    padding: 10px;
    border-radius: 50%;
    left: 35px !important;
}

.carousel-section .elementor-swiper-button-next {
	background: #000;
    padding: 10px;
    border-radius: 50%;
    right: 35px !important;
}

#getintouch-section {
	position: relative;
}

#getintouch-section h2:before {
    position: absolute;
    content: "";
    width: 72%;
    height: 3px;
    background-color: #000;
    top: 107%;
}

/* added on 3-20-2026 end*/

/* added on 3-21-2026 start*/

.large-container {
	max-width: 1440px !important;
}

#particles-js .el-front {
    position: relative;
    z-index: 100;
}

#particles-js .particles-js-canvas-el {
	position: absolute !important;
}

.footer-links {
    position: relative;
    text-align: center;
}

.footer-links p a {
    color: #000;
    text-decoration: underline !important;
}

.footer-links p a:hover{
    color: #686868;
}

.footer-links::after {
   content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px; /* adjust spacing from text */
    width: 100px;
    max-width: 100%;
    border-top: 1px solid #1d1d1d;
}

.open-mapbtn a {
    position: relative;
    text-decoration: none !important;
}

.open-mapbtn a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%; /* adjust line length */
    border-bottom: 1px solid currentColor;
    transition: 0.3s ease;
}

.open-mapbtn a:hover::before {
    opacity: 0; 
}

/* added on 3-21-2026 end*/


/* added on 3-23-2026 start */

.open-mapbtn a {
    position: relative;
	text-decoration: none !important;
}

.open-mapbtn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(20px, -50%) scale(0.5);
    
    width: 40px;
    height: 40px;

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2215%22%20height%3D%2214%22%20viewBox%3D%220%200%2015%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22m14.78%2C6.88h.01s-6.86%2C7.15-6.86%2C7.15l-1.27-1.22%2C4.7-4.89H.2v-1.76h11.32L6.44%2C1.27l1.22-1.27%2C7.14%2C6.86h-.01Z%22/%3E%3C/svg%3E");
    
    background-position: center;
    background-repeat: no-repeat;
    background-color: #000;
    border-radius: 50%;

    opacity: 0;

    transition: transform 0.25s ease, opacity 0.25s ease;
}

.open-mapbtn a:hover::after {
    transform: translate(40px, -50%) scale(1);
    opacity: 1;
    left: 65%;
}

/* added on 3-23-2026 end */

/* added on 3-24-2026 start */
/* About page styles start */
.about-title-content .elementor-heading-title {
    position: relative;
}

.about-title-content .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 

.about-executive-content .elementor-heading-title {
	position: relative;
}

.about-executive-content .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 88%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 

.about-card-content {
    --uk-inverse: dark;
    background-color: rgba(255, 255, 255, .7);
    color: #1d1d1d;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    box-shadow: 0 5px 16px rgba(0, 0, 0, .06);
}

.about-card-content {
	height: 100% !important;
}

.about-card-content .about-linkedin-icon {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
}

.about-title-content .elementor-heading-title {
	width: min-content;
}

.about-executive-content .elementor-heading-title {
	width: min-content;
}

.about-paragraphs p {
    margin-bottom: 20px;
}

/* About page styles END */
/* added on 3-24-2026 end */


/* added on 3-25-2026 start */

.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li ul.sub-menu.tahefobu-sub-menu {
    border: 0px;
    background-color: rgb(249 249 249);
    padding: 15px 10px;
    margin-top: 25px;
    width: 200px;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li ul.sub-menu.tahefobu-sub-menu li {
    padding-bottom: 8px !important;
    display: inline-block;
    width: 100%;
    border-bottom: 0px;
	line-height: 1.3;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li ul.sub-menu.tahefobu-sub-menu li a {
    padding-top: 0;
    padding-bottom: 0;
    color: #1d1d1d99;
    background-color: transparent;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li ul.sub-menu.tahefobu-sub-menu li a:before {
    display:none;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li ul.sub-menu.tahefobu-sub-menu li a:hover {
    color: #1d1d1d;
}
.elementor-element.custom-header-sec .elementor-element.header-menu ul.tahefobu-nav-menu li.menu-item.menu-item-has-children i.tahefobu-sub-icon {
    display: none;
}


/* added on 3-25-2026 end */


/* added on 3-26-2026 start */

.twentyfive-awardcategories-container .twentyfive-list ul li p{
	margin-bottom: 20px !important;
}

.twentyfive-tickets-container {
	margin-left: 17px !important;
}

.twentyfive-tickets-container h3 {
    font-size: 24px;
    line-height: 1.4;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
    color: #000;
    text-transform: none;
	margin-bottom: 0;
}

.twentyfive-tickets-container a {
    color: #000;
}

.twentyfive-tickets-container a:hover {
    color: #686868;
}


.previous-awards-container .award-box .inner-content span.elementor-heading-title.elementor-size-default {
    margin: 0;
    color: #fff;
    backdrop-filter: blur(9px);
    background-image: radial-gradient(circle at 50% 100%, rgba(37, 49, 124, .8) 1%, transparent 1%);
    background-color: rgba(43, 57, 144, .8);
    border: none;
    text-transform: none;
    text-decoration: none;
    -webkit-appearance: none;
    overflow: visible;
    font: inherit;
    box-sizing: border-box;
    transition: .5s cubic-bezier(0.165, 0.85, 0.45, 1);
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    padding: 0 22px;
    font-size: 14px;
    line-height: 38px;
    display: inline-block;
    background-size: 0;
    vertical-align: middle;
    text-align: center;
}

.previous-awards-container .award-box .inner-content span.elementor-heading-title.elementor-size-default:hover{
	background-size: 15000%;
    color: #fff;
    background-color: rgba(43, 57, 144, .8);
    border-color: transparent;
}

.previous-awards-container .award-box .inner-content {
    padding: 40px;
    background-color: rgba(255, 255, 255, .7);
    color: #1d1d1d;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    box-shadow: 0 5px 16px rgba(0, 0, 0, .06);
	text-decoration: none;
}

.previous-awards-container .award-box .awards-view-button {
    margin-top: 30px;
}

.previousawards-title-container {
	max-width: 1200px !important;
}

.special-awards-container .special-awards-left-container {
    background: linear-gradient(90deg, rgba(0,99,158,1) 0%, rgba(46,163,242,1) 100%);
    padding: 60px;
    height: 250px;
}

.special-awards-container .special-awards-right-container {
    background: linear-gradient(90deg, rgba(56,54,45,1) 0%, rgba(207,163,160,1) 100%);
    padding: 60px;
    height: 250px;
}

.special-awards-container .special-awards-third-container {
	background: linear-gradient(90deg, rgba(222,180,9,1) 0%, rgba(242,225,157,1) 100%);
	padding: 60px;
	height: 250px;
}

.special-awards-left-container .special-view-btn a{
	margin: 20px 0;
    color: #fff;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .1) 1%, transparent 1%);
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #e4e4e4;
    overflow: visible;
    border-color: #fff;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    background-size: 0;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
}

.special-awards-left-container .special-view-btn a:hover {
	background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    background-size: 15000%;
    background-position: 50% 100%;
	
}

.special-awards-left-container .special-view-btn a svg {
	margin-top: 3px;
    width: 21px;
} 

.special-awards-right-container .special-view-btn a{
    border-radius: 500px;
    margin: 20px 0;
    color: #fff;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .1) 1%, transparent 1%);
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #e4e4e4;
    overflow: visible;
    border-color: #fff;
    font: inherit;
    color: #fff;
    text-transform: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    font-weight: 500
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    background-size: 0;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
}

.special-awards-right-container .special-view-btn a:hover {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    background-size: 15000%;
    background-position: 50% 100%;
}

.special-awards-right-container .special-view-btn a svg {
	margin-top: 3px;
    width: 21px;
} 


.special-awards-third-container .special-view-btn a{
	margin: 20px 0;
    color: #fff;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .1) 1%, transparent 1%);
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #e4e4e4;
    overflow: visible;
    border-color: #fff;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    background-size: 0;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
}

.special-awards-third-container .special-view-btn a:hover {
	background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    background-size: 15000%;
    background-position: 50% 100%;
	
}

.special-awards-third-container .special-view-btn a svg {
	margin-top: 3px;
    width: 21px;
} 


.special-awards-container .e-con-inner {
     max-width: 100% !important;
     width: 100% !important;
	 padding: 0 !important;
}

/* added on 3-26-2026 end */

/* added on 3-27-2026 start */

.raffle-title-content .elementor-heading-title {
    position: relative;
}

.raffle-title-content .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 

.raffle-contents .raffle-button a {
    margin: 20px 0;
    color: #fff;
    backdrop-filter: blur(9px);
    background-image: radial-gradient(circle at 50% 100%, rgba(37, 49, 124, .8) 1%, transparent 1%);
    background-color: rgba(43, 57, 144, .8);
    border: 1px solid transparent;
    text-decoration: none;
    overflow: visible;
    font: inherit;
    box-sizing: border-box;
    text-align: center;
    transition: .5s cubic-bezier(0.165, 0.85, 0.45, 1);
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    padding: 8px 30px;
    font-size: 14px;
    line-height: 38px;
    background-size: 0;
}

.raffle-contents .raffle-button a:hover {
    background-size: 15000%;
    color: #fff;
    background-color: rgba(43, 57, 144, .8);
    border-color: transparent;
}

.industry-title-content .elementor-heading-title {
    position: relative;
}

.industry-title-content .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 66%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 

.industry-paragraphs .e-con-inner {
    max-width: 1400px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.industry-highlights-container {
    max-width: 1400px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* added on 3-27-2026 end */

/* added on 3-28-2026 start */

.mentoring-title-content .elementor-heading-title {
    position: relative;
	width: min-content;
}

.mentoring-title-content .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 85%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 

.mentoring-getstarted-container {
    max-width: 1440px !important;
}

.mentoring-getstarted-contents .mentoring-getstarted-paragraph li {
    margin-bottom: 15px;
}

.mentoring-card-container .mentoring-card-title .elementor-heading-title:before {
    content: "";
	padding-right: 4px;
    display: inline-block;
    position: relative;
    top: calc(-.1 * 1em);
    vertical-align: middle;
    height: calc(4px + .7em);
    margin-right: calc(5px + .2em);
    border-left: calc(4px + .7em) solid #000;
    border-image-source: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22m23.26%2C3.04c-.27%2C3.45-1.83%2C10.22-2.15%2C13.66-.04.46-.37.83-.83.83s-.8-.37-.83-.83c-.2-2.67-1.88-10.21-2.15-13.66-.13-1.64%2C1.33-2.98%2C2.98-2.98s3.11%2C1.34%2C2.98%2C2.98Zm0%2C33.91c-.27-3.45-1.88-10.21-2.15-13.66-.04-.46-.37-.83-.83-.83s-.8.37-.83.83c-.2%2C2.67-1.88%2C10.21-2.15%2C13.66-.13%2C1.64%2C1.33%2C2.98%2C2.98%2C2.98s3.11-1.34%2C2.98-2.98Zm12.69-10.95c-3.07-1.59-9.67-3.78-12.74-5.37-.41-.21-.9-.12-1.15.27s-.1.87.27%2C1.14c2.16%2C1.58%2C7.69%2C6.98%2C10.48%2C9.02%2C1.33.97%2C3.24.44%2C4.1-.96s.5-3.35-.96-4.1Zm.96-16.48c-.87-1.4-2.78-1.94-4.1-.96-2.79%2C2.05-8.31%2C7.44-10.48%2C9.02-.37.27-.51.75-.27%2C1.14s.74.48%2C1.15.27c3.07-1.59%2C9.67-3.78%2C12.74-5.37%2C1.46-.76%2C1.83-2.7.96-4.1ZM4.35%2C15.17c3.23%2C1.23%2C10.04%2C2.65%2C13.27%2C3.88.43.16.91.02%2C1.11-.4s0-.88-.4-1.11c-2.33-1.32-8.44-6.05-11.44-7.77-1.43-.82-3.26-.06-3.97%2C1.43-.7%2C1.49-.11%2C3.38%2C1.43%2C3.97Zm-1.19%2C14.94c.87%2C1.4%2C2.78%2C1.94%2C4.1.96%2C2.79-2.05%2C8.31-7.44%2C10.48-9.02.37-.27.51-.75.27-1.14s-.74-.48-1.15-.27c-3.07%2C1.59-9.67%2C3.78-12.74%2C5.37-1.46.76-1.83%2C2.7-.96%2C4.1Z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
    border-image-slice: 20 20 fill;
    border-image-width: 100%;
    border-image-repeat: inherit;
}

.mentoring-scheme-content .elementor-element-384146c em {
    color: #bf534a !important;
}

.our-mission .e-con-inner{
    max-width: 1220px !important;
}

.equalitydiversity-title-content .elementor-heading-title {
    position: relative;
}

.equalitydiversity-title-content .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 65%;
    height: 3px;
    background-color: #000;
    top: 105%;
    left: 0;
}

/* added on 3-28-2026 end */

/* added on 3-30-2026 start */

.latest-logo-image img{
    border-right: 1px solid #ddd !important; 
    padding-right: 40px;
}


.latest-awardstitle-before {
    position: relative;
}

.latest-awardstitle-before h2:before {
    content: "";
    position: absolute;
    width: 8%;
    height: 1.2px;
    display: block;
    background: #000;
    left: 72%;
    top: 40%;
    transform: translate(0%, -50%);

}

.judged-title .elementor-heading-title {
    position: relative;
	margin-bottom: 28px;
}

.judged-title .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 98%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 


.latest-award-cards-contents {
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    box-shadow: 0 5px 16px rgba(0, 0, 0, .06) !important;
}    

.nominated-title .elementor-heading-title {
    position: relative;
	margin-bottom: 28px;
}

.nominated-title .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 98%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 

   
.latest-logo-container .e-con-inner {
        max-width: 1440px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
}

.latest-about-awards .e-con-inner {
        max-width: 1440px !important;
        padding-left: 20px !important;
        padding-right: 10px !important;
}

.latest-award-title-container .e-con-inner {
        max-width: 1440px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
}

.latest-award-cards-container .e-con-inner {
        max-width: 1440px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
}

.latest-nominated-title-container .e-con-inner {
        max-width: 1440px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
}


.event-title .elementor-heading-title {
    position: relative;
	margin-bottom: 28px;
}

.event-title .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 89%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 


/* added on 3-30-2026 end */

/* added on 3-31-2026 start */

.news-title-content .elementor-heading-title {
    position: relative;
}

.news-title-content .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 45%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 

.blog-all {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 24px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}
 

.blog-post {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: none;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .06);
}
 

.blog-post-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  flex-shrink: 0;
}
 
.blog-post-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
 
.blog-post-thumb img {
  width: 100% !important;
  height: 100% !important ;
  object-fit:cover !important;
}

.blog-post-cnt {
  flex: 1;
  padding: 30px;
}

.blog-post:hover {
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 25px rgba(0, 0, 0, .16);
}
 
.blog-post-cnt h2 {
    margin: 0 0 10px;
    color: #000;
    font-size: 24px;
    line-height: 1.4;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
}
 
.blog-post-cnt h2 a {
  transition: color 0.2s ease;
  color: #000;
  text-decoration: none !important;
}
 
.blog-post-cnt p {
  font-family: 'Be Vietnam Pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1d1d;
  margin: 0;
}
 
.blog-read-more {
  margin-left: 28px;
  padding-bottom: 30px;
}
 
.blog-read-more a {
    margin: 20px 0;
    color: #fff;
    backdrop-filter: blur(9px);
    background-image: radial-gradient(circle at 50% 100%, rgba(37, 49, 124, .8) 1%, transparent 1%);
    background-color: rgba(43, 57, 144, .8);
    border: 1px solid transparent;
    text-decoration: none !important;
    overflow: visible;
    font: inherit;
    box-sizing: border-box;
    text-align: center;
    transition: .5s cubic-bezier(0.165, 0.85, 0.45, 1);
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    padding: 8px 18px;
    font-size: 14px;
    line-height: 38px;
    background-size: 0;
}

.blog-read-more a:hover {
    background-size: 15000%;
    color: #fff;
    background-color: rgba(43, 57, 144, .8);
    border-color: transparent;
}

/* Pagination Container */
.elementor-shortcode .pagination-cnt {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.elementor-shortcode .pagination {
  display: flex;
  align-items: center;
  gap: 6px;
}

.elementor-shortcode .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  color: #000;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

/* Hover state */
.elementor-shortcode .page-numbers:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  color: #111827;
}

/* Active / current page */
.elementor-shortcode .page-numbers.current {
  background: rgba(43, 57, 144, .8);
  color: #ffffff;
  border-color: #1e3a5f;
  cursor: default;
  pointer-events: none;
}

/* Next / Prev buttons */
.elementor-shortcode a.next.page-numbers,
.elementor-shortcode a.prev.page-numbers {
  padding: 0 14px;
  background: #f9fafb;
  border-color: #d1d5db;
  color: #374151;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.elementor-shortcode a.next.page-numbers:hover,
.elementor-shortcode a.prev.page-numbers:hover {
  background: rgba(43, 57, 144, .8);
  border-color: rgba(43, 57, 144, .8);
  color: #ffffff;
}
/* added on 3-31-2026 end */


/*post pages styles in news section start*/

/* post pages title and image styles start */
	.post-template-default .ast-article-single .entry-header {
	  display: flex !important;
	  flex-direction: row;
	  align-items: center;
	  justify-content: space-between;
	  padding: 40px 0;
	  max-width: 90%;
	  margin-bottom: 30px;
	}

	.post-template-default .ast-article-single .entry-header .entry-title {
	  flex: 1;
	  min-width: 0;
	}

	.post-template-default .ast-article-single .entry-header .single-post-image {
	  flex-shrink: 1;
	}

	.post-template-default .ast-article-single .entry-header .single-post-image img {
	  display: block;
	  width: 450px;
	  height: 367px;
	  object-fit: cover;
	}


/* post pages title and image styles end */

.ast-separate-container {
	background-color: white !important;
}

.post-template-default #content .ast-container {
    max-width: 1440px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
	background: #fff !important;
}

.post-template-default .ast-article-single .entry-meta{
    display: none !important;
}

.post-template-default .ast-article-single .entry-header h1{
    font-size: 56.875px;
    line-height: 1.2;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
    color: #000;
    text-transform: none;
	padding-right: 10px;
}

.post-template-default .ast-article-single .entry-content .note-content {
    color: #bf534a;
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.post-template-default .ast-article-single .entry-content p {
    color: #1d1d1d;
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 0;
    margin-bottom: 0;
}

.post-template-default .ast-article-single .entry-content p em{
    color: #bf534a;
}

.post-template-default .ast-article-single .entry-content .written-para {
    margin-top: 70px;
}

.post-template-default .ast-article-single .entry-content .written-para {
    margin-top: 70px;
}

.post-template-default .ast-article-single .entry-content hr {
	overflow: visible;
    text-align: inherit;
    margin: 120px 0 20px 0;
    border: 0;
}
.post-template-default #comments {
   display: none;
}

.post-template-default .post-navigation {
   display: none;
}

/* post pages related posts styles start */
.related-post .related-post-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 120px;
}

.related-post .related-post-header .related-post-heading {
	font-size: 32px;
	 line-height: 1.3;
	 font-family: 'Be Vietnam Pro';
	 font-weight: 400;
	 color: #000;
}


.related-post .related-post-header .related-post-btn{
    color: #000;
    background-image: radial-gradient(circle at 50% 100%,rgba(247,247,247,.35) 1%,transparent 1%);
    background-color: transparent;
    border: 1px solid #e4e4e4;
    overflow: visible;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    box-sizing: border-box;
	padding: 0px 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    background-size: 0;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);

}

.related-post .related-post-header .related-post-btn:hover{
	background-color: rgba(255,255,255,.26) !important;
    border: 1px solid #e4e4e4;
    background-position: 50% 100%;
	cursor: pointer;
	background-size: 15000%;
}

.related-post .blog-all {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 24px;
    max-width: 1440px;
    margin-top: 30px;
	padding: 0;
}

.related-post .blog-all .blog-post-cnt {
	background-color: rgba(29,29,29,.5);
	backdrop-filter: blur(9px);
	cursor: pointer;
}

.related-post .blog-all .blog-post-cnt p{
	color: #fff;
}

.related-post .blog-all .blog-post-cnt h2 a{
	color: #fff;
}

.related-post .blog-all .blog-post .blog-read-more {
	margin: 0;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: rgba(29, 29, 29, .5);
}

.related-post .blog-all .blog-post .blog-read-more a{
	margin: 20px 0;
    color: #fff;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .1) 1%, transparent 1%);
    background-color: transparent;
    border: 1px solid #e4e4e4;
    overflow: visible;
    border-color: #fff;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    box-sizing: border-box;
	    padding: 8px 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    background-size: 0;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);

}

.related-post .blog-all .blog-post .blog-read-more a:hover{
	background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    background-size: 15000%;
    background-position: 50% 100%;
}

.related-post .blog-all .blog-post .cardbackground-hover {
    position: relative;
    box-sizing: border-box;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-size, border-color, box-shadow;
    background-position: 50% 100%;
    background-size: 0 0;
    background-repeat: no-repeat;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
}
 
.related-post .cardbackground-hover:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16) !important;
    background-size: 150% 150%;
	 background-image: radial-gradient(farthest-side at 50% 100%,rgba(29,29,29,.05) calc(100% - 1px),rgba(29,29,29,0) 100%);
}

/* post pages related posts styles end */

/* 1st post page styles in news section end*/

/* april/2/2026 privacy page styles start */

.privacy-title-content .elementor-heading-title {
    position: relative;
}

.privacy-title-content .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 

.privacy-introduction-container .elementor-element-e5ad073 ol li strong em {
    color: #bf534a;
}

.privacy-introduction-container {
   padding-left: 30px !important;	
}


.privacy-introduction-container .elementor-element-e5ad073 ol {
    padding-left: 30px;
}

/* april/2/2026 privacy page styles end */

/* april/3/2026 award related page styles start */ 

.awards-page-container {
  font-family: 'Be Vietnam Pro';
  color: #000;
  margin-top: 150px;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.awards-header {
  width:32%;
}

.awards-year {
    position: relative;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -3px;
    margin: 0 0 50px 0;
}

.awards-year:before{
    position: absolute;
    content: "";
    width: 58%;
    height: 3px;
    background-color: #000;
    top: 105%;
}

.awards-gallery-btn {
    margin: 20px 0;
    color: #fff;
    backdrop-filter: blur(9px);
    background-image: radial-gradient(circle at 50% 100%, rgba(253, 108, 57, .8) 1%, transparent 1%);
    background-color: rgba(253, 127, 82, .8);
    border: 1px solid transparent;
    text-decoration: none;
    overflow: visible;
    font: inherit;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 38px;
    background-size: 0;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
}

.awards-gallery-btn:hover {
    background-size: 15000%;
    color: #fff;
    text-decoration: none !important;
    background-color: background-color: rgba(253, 127, 82, .8);
    border-color: transparent;
}

.awards-section-title {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Be Vietnam Pro';
  text-transform: uppercase;
  color: #1d1d1d;
  padding-bottom: 50px;
}

.awards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.award-card {
  color: #1d1d1d;
  backdrop-filter: blur(9px);
  padding: 18px 18px 16px;
  background-color: rgba(255, 255, 255, .7);
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-height: 180px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .06);
}

.award-logo {
  height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.award-logo img {
  max-height: 45px;
  max-width: 125px;
  object-fit: contain;
}

.award-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  font-family: 'Be Vietnam Pro';
  color: #000;
  margin: 0;
}

.award-status {
  line-height: 1.4;  
  font-size: 16px;
  font-family: 'Be Vietnam Pro';
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #76a76b;
}

.award-name {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;   
  font-family: 'Be Vietnam Pro';
  margin: 0;
  color: #000;
}

.award-company {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500; 
    color: #1d1d1d;
    margin-top: -25px;
    font-family: 'Be Vietnam Pro';
}

.awards-navigation { 
  margin-top: 70px;
  margin-bottom: 130px;
  justify-content: space-between;
  display: flex;
}

.nav-prev, .nav-next {
  gap: 4px;
  display: inline-flex;
  align-items: center;
  background: #000;
  color: #fff;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 30px;
  text-decoration: none;
}

.nav-prev:hover,
.nav-next:hover {
  text-decoration: none !important;
  color: #000;
  background-color: #f7f7f7;
  border: 1px solid #e4e4e4;
}

.nav-prev:hover .uk-icon {
  animation: uk-slide-left 0.3s reverse, uk-slide-right 0.2s 0.3s;
}

.nav-next:hover .uk-icon {
	animation: uk-slide-right .3s reverse,uk-slide-left .2s .3s;
}

.awards-page-container .award-card .award-action .btn-read-more{
    color: #fff;
    backdrop-filter: blur(9px);
    background-image: radial-gradient(circle at 50% 100%, rgba(37, 49, 124, .8) 1%, transparent 1%);
    background-color: rgba(43, 57, 144, .8);
    border: 1px solid transparent;
    text-decoration: none !important;
    overflow: visible;
    font: inherit;
    box-sizing: border-box;
    text-align: center;
    transition: .5s cubic-bezier(0.165, 0.85, 0.45, 1);
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    padding: 6px 15px;
    font-size: 14px;
    background-size: 0;
}

.awards-page-container .award-card .award-action .btn-read-more:hover {
    background-size: 15000%;
    color: #fff;
    background-color: rgba(43, 57, 144, .8);
}

.awards-page-container .award-card .award-action{
	margin-top: -30px;
    margin-bottom: 6px;
}

/* april/3/2026 related page styles end */ 

/* Events page styles start */

#ast-desktop-header .ast-main-header-wrap .ast-primary-header-bar {
    display: none;
}

.sidebar-widget p{
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
	margin-bottom: 0 !important;
}  

.custom-events-main .tribe-common-g-row .ast-article-post{
    border-bottom: 0 !important;
    padding: 0;
} 

.custom-sidebar .sidebar-search .search-form{
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    margin-bottom: 40px;
}

.custom-sidebar .sidebar-search .search-form .search-field{
    appearance: none;
    border-radius: 0;
    border: 1px solid #949494;
    flex-grow: 1;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important;
    text-transform: inherit;
    
}

.custom-sidebar .sidebar-search .search-form input::placeholder {
    opacity: 0;
}

.custom-sidebar .sidebar-search .search-form .ast-search-submit {
    display: none;
}

.custom-sidebar .sidebar-search .search-form .search-field:focus-visible {
    outline: 2px dotted #000000;
}

.custom-sidebar .sidebar-search .search-submit{
    cursor: pointer;
    margin-left: 10px;
    word-break: normal;
    padding: 6px 10px;
    color: #000;
    background-color: #f0f0f0;
    font-weight: 400;
    font-size:smaller;
    border-radius: 0;
}

.sidebar-widget .widget-title {
    font-size: 32px;
    line-height: 1.3;
    margin: 50px 0 20px 0;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
    color: #000;
    text-transform: none;
}

.sidebar-widget .recent-posts-list li a{
    color: #1d1d1d;
    text-decoration: underline;
    cursor: pointer;
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.recent-comments-list {
    font-family: 'Be Vietnam Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    background: #fff;
    color: #1d1d1d;
	list-style: none;
    padding-left: 0;
}

.sidebar-widget .recent-posts-list li a:hover{
    color: #686868;
    text-decoration: underline;
}

.custom-events-layout .custom-events-main{
    margin-top: 70px;
}

.custom-events-layout{
    gap: 80px !important;
}

.tribe-events-view .tribe-common-l-container{
	padding-right: 0 !important;
    padding-top: 10px !important;
}

.custom-events-main .tribe-events-calendar-list .tribe-common-g-row .tribe-common-g-col {
    padding-right: 0px !important;
    padding-left: 30px !important;
}


/* Events page styles end */

/* Events inner page styles start */

.ast-container .tribe-events-pg-template{
    max-width: 1200px !important;
    margin-top: 120px !important;
}

.custom-event-layout{
    gap: 80px !important;
}

.custom-event-layout .event-main #tribe-events-content #post-3834{
    padding: 0 !important;
}

.custom-event-layout .event-main{
    width: 100% !important;
    margin-bottom: 40px;
    margin-top: 40px;
}

.custom-sidebar .sidebar-widget .recent-posts-list{
        list-style: none !important;
        padding-left: 0 !important;
}


/* Events inner page styles end */

/* gallery 2024 inner page styles start */

.gallery-twentyfour .acf-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
	margin-top: 70px;
}

.gallery-twentyfour h1 span {
    display: block;
    border-bottom: 3px solid #000;
    width:fit-content;
    padding-bottom: 12px;
}

.gallery-twentyfour h1{
    margin-top: 160px;
    font-size: 70px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -3px;
    color: #000;
	    margin-bottom: 30px;
}

.gallery-twentyfour .awards-section {
  display: flex;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-top: 120px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* First item - Blue gradient (matches special-awards-left-container) */
.gallery-twentyfour .awards-section .awards-item:nth-child(1) {
    background: linear-gradient(90deg, rgba(0,99,158,1) 0%, rgba(46,163,242,1) 100%);
    padding: 60px;
    height: 250px;
    flex: 1;
    text-align:center;
}

/* Second item - Brown/Rose gradient (matches special-awards-right-container) */
.gallery-twentyfour .awards-section .awards-item:nth-child(2) {
    background: linear-gradient(90deg, rgba(56,54,45,1) 0%, rgba(207,163,160,1) 100%);
    padding: 60px;
    height: 250px;
    flex: 1;
    text-align:center;
}

/* Third item - Gold gradient (matches special-awards-third-container) */
.gallery-twentyfour .awards-section .awards-item:nth-child(3) {
    background: linear-gradient(90deg, rgba(222,180,9,1) 0%, rgba(242,225,157,1) 100%);
    padding: 60px;
    height: 250px;
    flex: 1;
    text-align:center;
}

/* Button styles for all items */
.gallery-twentyfour .awards-section .awards-item .btn {
    display: inline-block;
    margin: 20px 0;
    color: #fff;
    background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .1) 1%, transparent 1%);
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    overflow: visible;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    border-radius: 500px;
    background-origin: border-box;
    background-position: 50% 100%;
    background-size: 0;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
    transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
}

.gallery-twentyfour .awards-section .awards-item .btn:hover {
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    background-size: 15000%;
    background-position: 50% 100%;
}

.gallery-twentyfour .awards-section .awards-item .btn svg {
    margin-top: 3px;
    width: 21px;
}

.gallery-twentyfour .awards-section .awards-item h3{
    color: #fff;
    font-size: 32px;
    line-height:1.3;
    margin: 0 0 20px 0;
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
}

/* gallery 2024 inner page styles end */

/* special awards page styles start */
.special-title-content .elementor-heading-title {
    position: relative;
}

.special-title-content .elementor-heading-title::before {
    position: absolute;
    content: "";
    width: 65%;
    height: 3px;
    background-color: #000;
    top: 105%;
} 

.special-awards-image{
    margin-top: 60px;
}
/* special awards page styles end */

/* ── AWARDS GALLERY PAGE START ── */
.awards-gallery-page {
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px 15px 80px;
  background: #fff;
}

/* Page Title */
.awards-gallery-page .page-title {
   font-weight: 500;
   font-family: 'Be Vietnam Pro';
   font-size: 70px;
   line-height: 1.1;
   color: #000;
   letter-spacing: -3px;
   margin-bottom: 20px;
   border-bottom: 3px solid #000;
   padding-bottom: 16px;
   display: inline-block;
   text-transform: none;
	margin-top: 70px;
}

.awards-gallery-page .page-title span {
  display: block;
}

/* Grid */
.awards-gallery-page .awards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 340px));
  gap: 35px;
  margin-top: 40px;
}

/* Card */
.awards-gallery-page .award-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: none;
  outline: none;
  padding: 40px;
  color: inherit;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .06);
  position: relative;
  box-sizing: border-box;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-size, border-color, box-shadow;
  background-position: 50% 100%;
  background-size: 0 0;
  background-repeat: no-repeat;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
  background-image: radial-gradient(farthest-side at 50% 100%, rgba(247, 247, 247, .6) calc(100% - 1px), rgba(247, 247, 247, 0) 100%);
}


.awards-gallery-page .award-card:hover {
    background-color: rgba(255, 255, 255, .7) !important;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16) !important;
    background-size: 150% 150%;
}

/* Logo */
.awards-gallery-page .card-image {
  margin-bottom: 20px;
}

.awards-gallery-page .card-logo img {
  height: 35px;
  width: auto;
  display: block;
}

/* Card Content */
.awards-gallery-page .card-overlay h3 {
    font-family: 'Be Vietnam Pro';
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
}

.awards-gallery-page .card-excerpt {
  color: #000;
  font-family: 'Be Vietnam Pro';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* Button */
.awards-gallery-page .view-btn {
  display: inline-block;
  background: rgba(43, 57, 144, .8);;
  color: #fff;
  font-family: 'Be Vietnam Pro';
  font-size: 13px;
  font-weight: 600;
  padding: 8px 23px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.2px;
  background-origin: border-box;
  background-position: 50% 100%;
  background-size: 0;
  transition: .5s cubic-bezier(0.165, 0.85, 0.45, 1);
  box-sizing: border-box;
  backdrop-filter: blur(9px);
  background-image: radial-gradient(circle at 50% 100%, rgba(37, 49, 124, .8) 1%, transparent 1%);
}

.awards-gallery-page .view-btn:hover {
    background-size: 15000%;
    color: #fff;
    background-color: rgba(43, 57, 144, .8);
    border-color: transparent;
}

/* ── AWARDS GALLERY PAGE END ── */


/* common hover effects start */

.cardbackground-hover {
    position: relative;
    box-sizing: border-box;
    transition: .1s ease-in-out;
    transition-property: color, background-color, background-size, border-color, box-shadow;
    background-position: 50% 100%;
    background-size: 0 0;
    background-repeat: no-repeat;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
    background-image: radial-gradient(farthest-side at 50% 100%, rgba(247, 247, 247, .6) calc(100% - 1px), rgba(247, 247, 247, 0) 100%);
}
 
.cardbackground-hover:hover {
    background-color: rgba(255, 255, 255, .7) !important;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16) !important;
    background-size: 150% 150%;
}

/* common hover effects end */

@media (min-width: 768px) {
    .elementor-3943 .elementor-element.elementor-element-f5e90e1 {
        --content-width: 1180px !important;
	}

	 .e-con-inner {
        max-width: 1200px !important;
    }
	
    .ast-two-container #page #content .ast-container {
		display: block !important;
	}
}

@media (min-width: 922px) {
    .ast-two-container #page #content .ast-container {
        display: block !important;
		margin-top: 140px;
    }
}

@media screen and (min-width: 1400px) {
.elementor-element.header-menu {    
    right: -50px;    
 }
}

@media screen and (min-width: 1500px) {
	.elementor-element.custom-header-sec {
    	max-width: 1440px !important;
	}
	.e-con-inner {
		max-width: 1200px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.elementor-element.banner-logo-sec .e-con-inner {
		max-width: 1230px !important;
	}
	.winnerstable-section .e-con-inner {   
		max-width: 1450px !important;
		padding-left: 25px !important;
		padding-right: 10px;
	}
	.custom-footer .e-con-inner {
	   max-width: 1200px !important;
	   padding-left: 0px !important;
	}
	.previous-awards-container .e-con-inner {
		max-width: 1440px !important;
	}
	
	.previousawards-title-container {
		max-width: 1440px !important;
	}
	
	.raffle-title-container .e-con-inner {
		max-width: 1400px !important;
		padding-left: 0 !important;
	}
	
	.raffle-contents .e-con-inner {
		max-width: 1400px !important;
		padding-left: 0 !important;
	}
	
	.industry-title-container .e-con-inner {
      max-width: 1440px !important;
   }
	
   .industry-paragraphs .e-con-inner {
      max-width: 1460px !important;
   }
	
   .industry-highlights-container .e-con-inner {
       max-width: 1230px !important;
   }
	
    .mentoring-title-container .e-con-inner {
        max-width: 1440px !important;
    }

    .mentoring-scheme-content .e-con-inner {
        max-width: 1440px !important;
    }

    .mentoring-paragraph .e-con-inner {
        max-width: 1440px !important;
    }

    .mentoring-getstarted-container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .mentoring-getstarted-container .e-con-inner {
        max-width: 1440px !important;
    }

    .mentoring-scheme-two .e-con-inner {
        max-width: 1440px !important;
    }

    .mentoring-card-container .e-con-inner {
        max-width: 1440px !important;
    }
	
	.equalitydiversity-title-container .e-con-inner {
		max-width: 1440px !important;
	}
	
	.equalitydiversity-paragraph-contents .e-con-inner {
		max-width: 1440px !important;
	}
	.latest-about-awards .latest-awards-content {
        max-width: 888px !important;
    }
	.event-title-container .e-con-inner {
		max-width: 1440px !important;
	  }
	 .event-images-container .e-con-inner {
		max-width: 1440px !important;
	  }
	.news-title-container .e-con-inner {
		max-width: 1440px !important;
	}
	.post-template-default #content .ast-container {
		padding-left: 60px !important;
		max-width: 1540px !important;
	}
	.privacy-title-container .e-con-inner {
		max-width: 1440px !important;
	}

	.privacy-introduction-container .e-con-inner {
		max-width: 1440px !important;
	}
	.awards-page-container {
		max-width: 1440px;
	}
	.ast-two-container #content .ast-container {
		max-width: 1440px;
	}
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {

    /* HOME PAGE STYLES START */
     .elementor-element-92e29f4 {
    justify-content: center !important;
    align-items: center !important;
    padding: 16px 0 !important;
  }
 
  .elementor-element-92e29f4 .uk-text-center {
    width: 100% !important;
    overflow: visible !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .banner-logo-sec.e-con {
    flex-direction: column !important;
    align-items: center !important;
    padding: 24px 16px !important;
    gap: 16px !important;
  }

  .elementor-swiper-button-prev , .elementor-swiper-button-next{
    display: none !important;
  }

  .elementor-element.banner-logo {
      padding-bottom: 40px !important;
      border-bottom: 1px solid #ddd !important;
  }

  .elementor-element.banner-logo-sec .elementor-element.title-text {
    border-left: none !important;
}

  .banner-logo-sec .banner-logo {
    width: 100% !important;
    max-width: 280px !important;
    margin: 0 auto !important;
  }

  .banner-logo-sec .title-text {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .banner-logo-sec .title-text h1 {
    font-size: 20px !important;
    line-height: 1.3 !important;
    padding-top: 20px;
    text-align: start;
  }

  .banner-logo-sec .title-text p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: start;
    margin-bottom: 0px !important;
  }

   .elementor-element-5af8496 h2 {
    font-size: 28px !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }

  .elementor-element-5af8496 p {
    text-align: center !important;
  }

  .elementor-element-687894a img {
    display: block !important;
    margin: 0 auto !important;
  }

  .elementor-element-79c5834 {
    width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px 16px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }

  .elementor-element-79c5834 h2 {
    font-size: 24px !important;
    text-align: center !important;
    line-height: 1.3 !important;
  }

   .our-mission {
    padding: 32px 16px !important;
  }

  .our-mission h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .our-missioncontent p {
    font-size: 20px !important;
    line-height: 1.7 !important;
  }

  .award-section .award-title h2 {
    font-size: 45.5px !important;
    line-height: 1.2  !important;
    letter-spacing: -3px  !important;
  }

  .award-section .awardInner-card p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .award-title h2:before {
    position: absolute;
    content: "";
    width: 55%;
    height: 2px;
    background-color: #000;
    top: 120%;
  }

  #getintouch-section h2:before {
    position: absolute;
    content: "";
    width: 53%;
    height: 3px;
    background-color: #000;
    top: 110%;
  }

  .elementor-element-7345b9d {
    grid-template-columns: 1fr !important;
  }

   .scheme-section .scheme-title h2 {
    font-size: 40px !important;
    font-family: "Be Vietnam Pro" !important;
    letter-spacing: -2px !important;
    width: 100% !important;
    text-align: left !important;
  }

  .scheme-section .awardInner-card p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

   .custom-footer-linkscontainer {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .custom-footer-linkscontainer > .e-con {
        width: 100% !important;
        min-width: auto !important;
    }
    
    .custom-footer-contact .e-con {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

  .networking-section .awardInner-card p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

    .elementor-element-138c03a {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    width: 100% !important;
    display: block !important;
  }

  .winners-table {
    min-width: 540px !important;
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 13px !important;
  }

  .winners-table td {
    padding: 8px 10px !important;
    white-space: normal !important;
    vertical-align: top !important;
  }

  .winners-table .uk-text-nowrap {
    white-space: nowrap !important;
  }

  .elementor-element-5966039 {
    padding: 0 !important;
  }

  .elementor-element-ed033e8 h4 {
    font-size: 16px !important;
  }

  .elementor-element-ed033e8 p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

   .carousel-section {
    padding: 24px 0 !important;
  }

  .carousel-section .e-con-inner {
    padding: 0 !important;
  }

  .elementor-image-carousel-wrapper {
    overflow: hidden !important;
  }

  .elementor-swiper-button-prev,
  .elementor-swiper-button-next {
    width: 32px !important;
    height: 32px !important;
  }

  .swiper-pagination {
    padding-bottom: 8px !important;
  }

  .elementor-element-d648f34 {
    padding: 32px 16px !important;
  }

  .elementor-element-16f9f79 h2 {
   font-size: 43px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    letter-spacing: -3px !important;
  }

  .elementor-element-d6df4e4 p {
    font-size: 14px !important;
    text-align: center !important;
    line-height: 1.7 !important;
    text-align: left !important;
  }

  .elementor-element-77707bc a {
    display: block !important;
    text-align: center !important;
    word-break: break-all !important;
    font-size: 16px !important;
  }

  .particles-js-canvas-el {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none !important;
  }

   #getintouch-section {
    padding: 32px 16px !important;
  }

  .networking-title h2:before {
      position: absolute;
      content: "";
      width: 70%;
      height: 3px;
      background-color: #000;
      top: 107%;
  }

  #getintouch-section h2 {
   font-size: 50.53125px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    letter-spacing: -3px !important;
    text-align: center !important;
  }

  #getintouch-section h1 {
    font-size: clamp(26px, 7vw, 36px) !important;
  }

  .elementor-element-9172c85 .elementor-button {
    display: inline-block !important;
    padding: 12px 28px !important;
    font-size: 15px !important;
  }

  .elementor-element-fd1db60 p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin: 2px 0 !important;
    text-align: center !important;
    padding-bottom: 10px !important;
  }

  .open-mapbtn h6 {
    font-size: 14px !important;
  }

  .e-con,
  .e-con-inner {
    flex-wrap: wrap !important;
  }

  #particles-js .e-con-inner{
    padding: 0 !important;
  }

  .e-con > .e-con,
  .e-con-inner > .e-con {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding-top: 10px !important;
  }

  img[hidden],
  img.el-image[hidden] {
    display: none !important;
  }

  .elementor-element-502f2e8 svg.uk-svg {
    width: 100% !important;
    height: 140px !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    overflow: visible !important;
    position: absolute !important;
    bottom: 935x !important;
  }

  .scheme-section{
    margin-top: 70px !important; 
  }

  .elementor-element-92e29f4 svg.uk-svg {
    width: 190px !important;
    height: 190px !important;
    max-width: 190px !important;
    display: block !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  .elementor-element-8c37f9c .uk-text-center,
  .elementor-element-e2a5c13 .uk-text-center {
    overflow: visible !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }
    /* HOME PAGE STYLES END */

    /* ABOUT PAGE STYLES START */

  .about-title-container,
  .about-executive-container,
  .about-paragraphs,
  .box-images {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

    .elementor-element-724d9cc{
       padding-left: 20px !important;
    padding-right: 20px !important;
    }

  .about-title-container > .e-con-inner,
  .about-executive-container > .e-con-inner,
  .about-paragraphs > .e-con-inner,
  .box-images > .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-title-container > .e-con-inner {
    flex-direction: column !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .about-title-content .elementor-heading-title {
    font-size: 50.53125px !important;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -3px;
    width: auto !important;
  }

  .about-title-content .elementor-heading-title::before {
    width: 65% !important;
    top: 108% !important;
  }

  .elementor-element-724d9cc .elementor-heading-title {
    font-size: 21px !important;
    line-height: 1.5 !important;
  }

  .about-paragraphs {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }

  .about-paragraphs p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    margin-bottom: 16px !important;
  }

  .about-executive-container > .e-con-inner {
    padding-top: 32px !important;
    flex-direction: column !important;
  }

  .about-executive-content .elementor-heading-title {
    font-size: 50.53125px !important;
    width: auto !important;
    padding: 0px !important;
  }

  .about-executive-content .elementor-heading-title::before {
    width: 78% !important;
    top: 108% !important;
  }

  .box-images > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding-top: 16px !important;
    padding-bottom: 32px !important;
  }

  .box-images > .e-con-inner > .e-con-full {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    overflow: hidden !important;
    min-height: unset !important;
    padding: 0 !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, .06) !important;
  }

  .box-images > .e-con-inner > .e-con-full > .elementor-widget-image {
    width: 100% !important;
    min-width: unset !important;
    flex-shrink: unset !important;
  }

  .box-images > .e-con-inner > .e-con-full > .elementor-widget-image img {
    width: 100% !important;
    min-height: unset !important;
    object-fit: contain !important;
    object-position: top center !important;
    display: block !important;
    padding-bottom: 10px !important;
  }

  .about-card-content {
    flex: 1 !important;
    min-width: 0 !important;
    padding: 16px 16px 48px !important;
    position: relative !important;
    box-sizing: border-box !important;
  }

  .about-card-content h3.elementor-heading-title {
    font-size: 15px !important;
    line-height: 1.3 !important;
    margin-bottom: 4px !important;
    word-break: break-word !important;
    padding: 0 !important;
  }

  .about-card-content .elementor-widget-heading:nth-child(2) .elementor-heading-title {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 4px !important;
    padding: 0 !important;
  }

  .about-card-content .elementor-widget-heading:nth-child(3) .elementor-heading-title {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #555 !important;
    padding: 0 !important;
  }
 
  .about-card-content .about-linkedin-icon {
    bottom: 8px !important;
    padding-bottom: 0 !important;
  }


    /* ABOUT PAGE STYLES END */

    /* NEWS PAGE STYLES START */
  
  .news-title-container > .e-con-inner {
    flex-direction: column !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .news-title-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .news-title-content .elementor-heading-title {
    font-size: 50.53125px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    letter-spacing: -3px !important;
    width: auto !important;
  }

  .news-title-content .elementor-heading-title::before {
    width: 35% !important;
    top: 108% !important;
  }

  .blog-all {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 20px 16px 40px !important;
    margin: 0 !important;
  }

  .blog-post {
    flex-direction: column !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .blog-post-thumb {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important; 
    overflow: hidden !important;
    flex-shrink: 0 !important;
  }

  .blog-post-thumb a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
  }

  .blog-post-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit:cover !important;
    object-position: center !important;
    display: block !important;
  }

  .blog-post-cnt {
    padding: 16px 20px 8px !important;
  }

  .blog-post-cnt h2 {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
  }

  .blog-post-cnt p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .blog-read-more {
    margin-left: 16px !important;
    padding-bottom: 20px !important;
  }

  .blog-read-more a {
    font-size: 13px !important;
    padding: 6px 16px !important;
    line-height: 32px !important;
  }

  .elementor-shortcode .pagination-cnt {
    padding: 1.5rem 0 !important;
  }

  .elementor-shortcode .pagination {
    gap: 4px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .elementor-shortcode .page-numbers {
    min-width: 36px !important;
    height: 36px !important;
    font-size: 13px !important;
  }

  .elementor-shortcode a.next.page-numbers,
  .elementor-shortcode a.prev.page-numbers {
    padding: 0 10px !important;
    font-size: 12px !important;
  }

  /* NEWS PAGE STYLES END */

    /* PREVIOUS AWARDS STYLES START */

  .special-awards-container .special-awards-left-container,
  .special-awards-container .special-awards-right-container,
  .special-awards-container .special-awards-third-container {
    width: 100% !important;
    height: auto !important;
    min-height: 160px !important;
    padding: 36px 24px !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 16px !important;
  }
 
  .special-awards-left-container h3.elementor-heading-title,
  .special-awards-right-container h3.elementor-heading-title,
  .special-awards-third-container h3.elementor-heading-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    color: #fff !important;
  }
 
  .special-awards-left-container .special-view-btn a,
  .special-awards-right-container .special-view-btn a,
  .special-awards-third-container .special-view-btn a {
    padding: 0 20px !important;
    line-height: 36px !important;
    font-size: 13px !important;
    display: inline-block !important;
  }
 
/* PREVIOUS AWARDS STYLES END */

/* SPECIAL AWARDS PAGE MOBILE STYLES START */

  .raffle-title-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .raffle-title-container > .e-con-inner {
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 32px !important;
    padding-bottom: 0 !important;
    gap: 24px !important;
  }

  .raffle-title-container > .e-con-inner > .e-con-full:first-child {
    width: 100% !important;
    order: 1 !important;
    padding: 0px !important;
  }

  .special-title-content .elementor-heading-title {
    font-size: 50.53125px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    letter-spacing: -3px !important;
    width: auto !important;
  }

  .special-title-content .elementor-heading-title::before {
    width: 50% !important;
    top: 108% !important;
  }

  .raffle-title-container .elementor-element-f38f1f0 .elementor-heading-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    margin-top: 20px !important;
  }

  .raffle-title-container > .e-con-inner > .e-con-full:last-child {
    width: 100% !important;
    order: 3 !important;
    padding: 0px !important;
    align-items: start;
    margin-top: 20px;
  }

  .special-awards-image {
    margin-top: 0 !important;
    width: 70% !important;
  }

  .special-awards-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
  }

  .elementor-element-4e18fef {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .elementor-element-4e18fef > .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .award-filters {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 16px 0 !important;
  }

  .award-filters .filter-btn {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    padding: 0px 6px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    font-weight: 500 !important;

  }
  /* SPECIAL AWARDS PAGE MOBILE STYLES END */

  /* PRIVACY POLICY PAGE MOBILE STYLES START */

  .privacy-title-content .elementor-heading-title{
      font-size: 40px !important;
      padding-left: 20px !important;
    }

    .privacy-title-content .elementor-heading-title::before {
        position: absolute;
        content: "";
        width: 66%;
        height: 3px;
        background-color: #000;
        top: 105%;
    }

    .privacy-introduction-container{
        padding-right: 20px !important;
    }

    .privacy-introduction-container .elementor-element-b8530b8{
        overflow:auto;
    }

  /* PRIVACY POLICY PAGE MOBILE STYLES END */

  /* MENTORING PAGE MOBILE STYLES START */

  .mentoring-card-container,
  .mentoring-scheme-content,
  .mentoring-title-container,
  .mentoring-getstarted-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .mentoring-title-container .elementor-heading-title {
    font-size: 50px !important;
  }

  .mentoring-title-container .elementor-heading-title:before{
    width: 100%;
  }

  .mentoring-card-container > .e-con-inner {
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 20px !important;
  }

  .mentoring-card-container > .e-con-inner > .e-con-full {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .mentoring-card-title .elementor-heading-title {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  .mentoring-card-container .e-con-full .e-con-full {
    width: 100% !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  .mentoring-card-container .elementor-widget-text-editor ol,
  .mentoring-card-container .elementor-widget-text-editor ul {
    padding-left: 20px !important;
    margin: 0 0 6px 0 !important;
  }

  .mentoring-card-container .elementor-widget-text-editor ol li,
  .mentoring-card-container .elementor-widget-text-editor ul li {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 4px !important;
  }

  .mentoring-card-container .elementor-widget-heading p.elementor-heading-title {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
  }

  /* MENTORING PAGE MOBILE STYLES END */

  /* INDUSTRY PAGE MOBILE STYLES START */
    .industry-paragraphs .e-con-inner,
    .industry-highlights-container {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }
    
    .elementor-element-4c9cbab .elementor-heading-title{
        font-size: 50px !important;
        padding-left: 10px !important; 
    }    
    
    .industry-title-content .elementor-heading-title::before{
        width: 50%;
    }

    /* INDUSTRY PAGE MOBILE STYLES END */

    /* TRANSAID RAFFLE PAGE MOBILE STYLES START */

        .raffle-title-content .elementor-heading-title {
          font-size: 53px !important;
        }
        .raffle-title-content .elementor-heading-title::before {
          width: 40%;
        }

  /* TRANSAID RAFFLE PAGE MOBILE STYLES END */

 /* LATEST AWARDS PAGE MOBILE STYLES START */

  .latest-logo-container,
  .latest-award-title-container,
  .latest-award-cards-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .latest-about-awards .e-con-inner {
    padding: 0 !important;
  }

  .latest-logo-image img {
    border: none !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto;
    padding-right: 0;
  }

  .latest-about-awards {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 20px;
  }
  
  .latest-awardstitle-before h2 {
    color: #000;
  }
  
  .latest-logo-container .e-con-inner {
      padding-left: 0px !important; 
      padding-right: 0px !important;
  }

  .latest-awardstitle-before h2:before {
    display: none !important;
  }

  .latest-awards-content p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-bottom: 12px !important;
  }

  .latest-award-title-container > .e-con-inner {
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: flex-start !important;
  }

  .latest-award-title-container .elementor-element-3e69d07 .elementor-heading-title {
    font-size: 45px !important;
  }

  .judged-title .elementor-heading-title {
    font-size: 45px !important;
  }

  .judged-title .elementor-heading-title::before {
    width: 75% !important;
    top: 108% !important;
    height: 2px;
  }

  .latest-award-cards-container > .e-con-inner {
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 16px !important;
  }

  .latest-award-cards-contents {
    width: 100% !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  .latest-award-cards-contents h3.elementor-heading-title {
    font-size: 17px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }

  .latest-award-cards-contents p.elementor-heading-title {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .latest-nominated-title-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
  }

  .latest-nominated-title-container > .e-con-inner {
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 8px !important;
    align-items: flex-start !important;
  }

  .latest-nominated-title-container .elementor-element-2403458 .elementor-heading-title,
  .nominated-title .elementor-heading-title {
    font-size: 45px !important;
  }

  .nominated-title .elementor-heading-title::before {
    width: 80% !important;
    top: 108% !important;
  }

  .latest-award-cards-contents .elementor-widget-image img {
    height: auto !important;
    display: block !important;
    margin-bottom: 8px !important;
  }

  .latest-award-cards-contents .elementor-heading-title div,
  .latest-award-cards-contents div.elementor-heading-title {
    font-size: 13px !important;
  }

  /* LATEST AWARDS PAGE MOBILE STYLES END */

   /* AWARD GALLERY 2024 PAGE MOBILE STYLES START */

  .gallery-twentyfour {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    max-width: 100%;
  }

  .gallery-twentyfour h1 {
    font-size: 50.53125px;
  }

  .gallery-twentyfour .awards-gallery-btn {
    font-size: 13px;
    padding: 8px 18px;
  }

  .gallery-twentyfour .acf-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 20px;
  }

  .gallery-twentyfour .acf-gallery a {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3 ;
  }

  .gallery-twentyfour .acf-gallery img {
    object-fit: cover;
    object-position: center;
  }

  .gallery-twentyfour .awards-section {
    flex-direction: column;
    margin-top: 20px;
  }

  .gallery-twentyfour .awards-section .awards-item {
    height: auto;
    padding: 32px 24px ;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .gallery-twentyfour .awards-section .awards-item h3 {
    font-size: 30px ;
    margin: 0;
  }

  .gallery-twentyfour .awards-section .awards-item .btn {
    margin: 0;
    font-size: 14px;
  }

  /* AWARD GALLERY 2024 PAGE MOBILE STYLES END */

  /* AWARDS PAGE MOBILE STYLES START */

    .awards-page-container {
      margin-top: 80px !important;
      padding-left: 16px !important;
      padding-right: 16px !important;
      box-sizing: border-box !important;
      max-width: 100% !important;
    }

    .awards-header {
      width: 80%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    
    .awards-year {
      font-size: 50.53125px;
      margin: 0 0 32px 0;
    }
    
    .awards-year::before {
      width: 60%;
    }

    .awards-gallery-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 20px;
      font-size: 13px;
      line-height: 1.4;
      width: auto;
    }

    .awards-section-title {
      font-size: 14px !important;
      padding-bottom: 0;
    }

    .awards-wrapper {
      grid-template-columns: 1fr;
    }

    .award-card {
      padding: 16px;
      gap: 12px;
    }

    .award-card .award-title {
      font-size: 16px;
    }

    .award-status {
      font-size: 14px;
      margin: 0;
    }

    .award-name {
      font-size: 15px;
      margin: 0;
    }

    .award-company {
      font-size: 14px;
      margin-top: 0 ;
      margin-bottom: 0;
    }

    .awards-page-container .award-card .award-action {
      margin-top: 0;
      margin-bottom: 0;
    }

    .awards-page-container .award-card .award-action .btn-read-more {
      font-size: 13px;
      padding: 6px 14px;
    }

    .awards-navigation {
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .nav-prev,
    .nav-next {
      font-size: 13px;
      padding: 10px 16px;
      border-radius: 30px;
    }

    /* AWARDS PAGE MOBILE STYLES END */

    /* EVENT PAGE STYLES START */

    #ast-mobile-header .main-header-bar-wrap{
        display:none;
    }

    .header-main-layout-1{
        display: none !important;
    }

    .tribe-events-c-messages {
        display: block !important;
    }
    
    .custom-events-layout {
        gap: 40px !important;
        flex-direction: column !important;
    }

    .custom-events-layout .custom-events-main {
        margin-top: 30px;
    }

    .tribe-events-header {
     display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    flex-wrap: nowrap;
  }

  .tribe-events-c-top-bar
  .tribe-events-header__events-bar {
    width: 50% !important;
  }

  .tribe-events-header__events-bar {
    text-align: right !important;
  }
    
    .tribe-events-view .tribe-common-l-container {
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 5px !important;
    }

    .custom-events-main .tribe-events-calendar-list .tribe-common-g-row .tribe-common-g-col {
        padding-right: 0px !important;
        padding-left: 15px !important;
    }

    .custom-sidebar {
        padding: 0 15px;
    }

     .custom-sidebar p{
        margin-top: 70px;
    }

    .custom-sidebar .sidebar-search .search-form {
        margin-bottom: 24px;
    }

    .custom-sidebar .sidebar-search .search-form label {
        flex:2;
    }

    .sidebar-widget .widget-title {
        font-size: 24px;
        margin: 30px 0 16px 0;
    }

    .sidebar-widget p {
        font-size: 15px;
    }

    .sidebar-widget .recent-posts-list li a {
        font-size: 15px;
        line-height: 1.6;
    }

    /* Search */
    .custom-sidebar .sidebar-search .search-form .search-field {
        font-size: 15px;
        padding: 10px 8px;
    }

    .custom-sidebar .sidebar-search .search-form .search-submit {
        padding: 10px 14px;
        font-size: 14px;
    }

    .custom-events-main .tribe-common-g-row .ast-article-post {
        padding: 0 0 16px 0;
    }

    .tribe-events-calendar-list .tribe-event-featured-image,
    .tribe-events-calendar-list .tribe-event-featured-image img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .recent-comments-list {
        font-size: 15px;
        line-height: 1.6;
    }

    /* EVENT PAGE STYLES END */


  /* EVENT christmas PAGE STYLES START */

    .custom-event-layout {
      flex-direction: column !important;
      gap: 0 !important;
      box-sizing: border-box !important;
    }

    .custom-event-layout .event-main {
      width: 100% !important;
      margin-bottom: 0 !important;
      margin-top: 20px !important;
    }
    
    .custom-event-layout .event-sidebar {
      width: 100% !important;
      margin-top: 0 !important;
    }

    #tribe-events-footer{
      padding-bottom: 0;
    }

  /* EVENT christmas PAGE STYLES END */


	

}

@media (max-width: 480px) {

     /* EVENTS PAGE STYLES START */

    .custom-events-layout {
        gap: 24px !important;
    }

    .tribe-events-c-messages {
        display: block  !important;
    }
	
    .custom-events-layout .custom-events-main {
        margin-top: 20px;
    }

    .sidebar-widget .widget-title {
        font-size: 22px;
        margin: 24px 0 12px 0;
    }

    .sidebar-widget p,
    .sidebar-widget .recent-posts-list li a,
    .recent-comments-list {
        font-size: 14px;
    }
	
	.sidebar-widget p {
		margin-top: 200px;
	}

    .custom-sidebar .sidebar-search .search-form .search-field {
        font-size: 14px;
        padding: 8px 6px;
        /* width: 100%; */
    }

    .custom-sidebar .sidebar-search .search-form .search-submit {
        padding: 8px 10px;
        font-size: 13px;
        margin-left: 6px;
    }

     /* EVENT PAGE STYLES END */
}

@media (max-width: 1024px) {
    /* HOME PAGE TABLET STYLES START */
  .e-con,
  .e-con-inner,
  .e-con-full,
  .elementor-widget-wrap,
  .elementor-section-wrap {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .swiper-slide-image {
    max-width: 100% !important;
    height: auto !important;
    display: flex !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

   /* Outer wrapper */
  .elementor-element-5af8496 > .e-con-inner {
    flex-direction: column !important;
    padding: 32px 16px !important;
    gap: 24px !important;
  }

   .our-mission > .e-con-inner {
    flex-direction: column !important;
    padding: 0px 0px !important;
  }

  .our-mission .e-con-full {
    width: 100% !important;
  }

   .award-section.e-con {
    flex-direction: column !important;
    padding: 40px 20px !important;
    gap: 24px !important;
  }

  .award-section .e-con-full {
    width: 100% !important;
  }

  .elementor-element-80e8245 {
    position: relative !important;
    width: 100% !important;
    margin: 0 auto 16px !important;
  }

  .elementor-element-80e8245 img {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
    padding-left: 0 !important;
  }

  .scheme-section.e-con {
    flex-direction: column !important;
    padding: 40px 20px !important;
    gap: 24px !important;
  }

  .scheme-section .e-con-full {
    width: 100% !important;
  }

  .elementor-element-fe541f9 {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  .elementor-element-fe541f9 img {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .elementor-element-d6a275e svg,
  .elementor-element-d6a275e .el-image {
    width: 160px !important;
    height: 160px !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .elementor-element-b8698d0 {
    grid-template-columns: 1fr !important;
  }

  .networking-section.e-con {
    flex-direction: column !important;
    padding: 40px 20px !important;
    gap: 24px !important;
  }

  .networking-section .e-con-full {
    width: 100% !important;
  }

  .networking-section svg,
  .networking-section .el-image {
    width: 160px !important;
    height: 160px !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .elementor-element-7918595 {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 16px !important;
  }

  .elementor-element-7918595 img {
    width: 100% !important;
    max-width: 340px !important;
    display: block !important;
    padding-left: 0px !important;
    margin: 0 auto !important;
  }

  .elementor-element-3971b14 {
    grid-template-columns: 1fr !important;
  }

  .winnerstable-section > .e-con-inner {
    flex-direction: column !important;
    padding: 40px 20px !important;
    gap: 32px !important;
  }

  .winnerstable-section .left-container,
  .winnerstable-section .right-container {
    width: 100% !important;
  }

  .winnerstable-section .left-container h1 {
       font-size: 45.5px;
    line-height: 1.2;
    letter-spacing: -3px;
  }

  .winnerstable-section .winnerstable-title h2 {
        font-size: 45.5px !important;
    line-height: 1.2 45.5px !important;
    letter-spacing: -3px 45.5px !important;
  }

  .winnerstable-title {
    overflow-y: hidden !important;
  }

  .elementor-element-8b6c5c7 .elementor-heading-title {
    font-size: clamp(16px, 4vw, 22px) !important;
    text-align: left !important;
  }

   .elementor-element-d648f34 > .e-con-inner {
    padding: 40px 20px !important;
  }

  .elementor-element-bf3b2e2 {
    width: 100% !important;
  }

   #getintouch-section > .e-con-inner {
    flex-direction: column !important;
    padding: 40px 20px !important;
    gap: 28px !important;
  }

  #getintouch-section .e-con-full {
    width: 100% !important;
    align-items: center !important;
    text-align: center !important;
  }

  img[hidden],
  img.el-image[hidden] {
    display: none !important;
  }
  /* HOME PAGE TABLET STYLES END */
	
}

@media (min-width: 769px) and (max-width: 1024px) {

  /* ABOUT PAGE TABLET STYLES START */

  .about-title-container,
  .about-executive-container,
  .box-images {
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }

  .elementor-element-724d9cc,
  .about-paragraphs {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }

  .about-title-container > .e-con-inner {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .about-title-content .elementor-heading-title::before {
    width: 75% !important;
  }

  .about-title-content .elementor-heading-title {
    font-size: clamp(32px, 6vw, 52px) !important;
  }

  .about-executive-container > .e-con-inner {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .about-executive-content .elementor-heading-title::before {
    width: 72% !important;
  }

  .box-images > .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
    align-items: stretch !important;
  }

  .box-images > .e-con-inner > .e-con-full {
    width: 100% !important;
    flex-direction: column !important;
  }

  .box-images > .e-con-inner > .e-con-full > .elementor-widget-image img {
    width: 100% !important;
    object-fit: contain !important;
    object-position: top center !important;
    display: block !important;
  }

  .about-card-content {
    flex: 1 !important;
    position: relative !important;
    padding-bottom: 48px !important;
  }

  .elementor-element-724d9cc .elementor-heading-title {
    font-size: clamp(15px, 2vw, 18px) !important;
    line-height: 1.7 !important;
  }

  .about-paragraphs p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  /* ABOUT PAGE TABLET STYLES END */

  

  /* NEWS PAGE TABLET STYLES START */
  
  .news-title-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }

  .news-title-container > .e-con-inner {
    flex-direction: column !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .news-title-content .elementor-heading-title {
    font-size: clamp(36px, 6vw, 56px) !important;
  }

  .news-title-content .elementor-heading-title::before {
    width: 38% !important;
  }

  .blog-all {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
    padding: 32px 24px 48px !important;
    margin: 0 !important;
  }

  .blog-post-thumb {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
  }

  .blog-post-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
  }
  
  .blog-post-cnt {
    padding: 20px 20px 8px !important;
  }

  .blog-post-cnt h2 {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .blog-post-cnt p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .blog-read-more {
    margin-left: 20px !important;
    padding-bottom: 24px !important;
  }

  .elementor-shortcode .pagination-cnt {
    padding: 1.5rem 0 !important;
  }

  .elementor-shortcode .pagination {
    gap: 5px !important;
  }

  /* NEWS PAGE TABLET STYLES END */

   /* MENTORING PAGE TABLET STYLES START */
    .mentoring-card-container,
    .mentoring-scheme-content,
    .mentoring-title-container,
    .mentoring-getstarted-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }


  /* MENTORING PAGE TABLET STYLES END */

  /* LATEST AWARDS PAGE TABLET STYLES START */
  .latest-award-cards-container {
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }

  .latest-award-cards-container > .e-con-inner {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .latest-award-cards-contents {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .latest-award-cards-contents h3.elementor-heading-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }

  .latest-award-cards-contents p.elementor-heading-title {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }

  /* LATEST AWARDS PAGE TABLET STYLES END */
}