/*!
Theme Name: elevator safety run
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elevator-safety-run
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

elevator safety run is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: "Jost", sans-serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: "Jost", sans-serif;
	margin-bottom: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* cutom css started here */
.register-btn {
    display: none !important;
}
.register-btn2 {
    display: none !important;
}
.reg-b {
    display: block !important;
}
.nav__container-box {
    background-color: transparent !important;
    backdrop-filter: blur(0px) !important;
}

.pricing-container {
    width: 90%;
    max-width: 1170px;
    margin: 4em auto;
}

.pricing-container {
    margin: 1em auto;
}
.pricing-container.full-width {
    width: 100%;
    max-width: none;
}

.pricing-switcher {
    text-align: center;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    border: 2px solid #2d3e50;
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 143px;
    height: 40px;
    line-height: 37px !important;
    cursor: pointer;
    font-size: 20px;
    color: #fbd812 !important;
}
.pricing-list.bounce-invert {
    display: flex;
    justify-content: center;
}
.pricing-switcher .switch {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 40px;
    width: 136px;
    background-color: #2b57a5;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
    -webkit-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -o-transform: translateX(90px);
    transform: translateX(148px);
}

.no-js .pricing-switcher {
    display: none;
}

.pricing-list {
    margin: 2em 0 0;
}

.pricing-list > li {
    position: relative;
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
    .pricing-list {
        margin: 3em 0 0;
    }
    .pricing-list:after {
        content: "";
        display: table;
        clear: both;
    }
    .pricing-list > li {
        width: 33.3333333333%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        margin: 30px;
    }
    .has-margins .pricing-list > li {
        width: 32.3333333333%;
        float: left;
        margin-right: 1.5%;
    }
    .has-margins .pricing-list > li:last-of-type {
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    .pricing-list.bounce-invert {
        display: block;
    }
}
.pricing-wrapper {
    position: relative;
}

.touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate 0.5s;
    -moz-animation: rotate 0.5s;
    animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse 0.5s;
    -moz-animation: rotate-inverse 0.5s;
    animation: rotate-inverse 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    -moz-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back 0.5s;
    -moz-animation: rotate-inverse-back 0.5s;
    animation: rotate-inverse-back 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.pricing-wrapper > li {
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    padding-bottom: 30px;
    box-shadow: 3px 8px 7px 0px #000000;
    border-radius: 10px;
    min-height: 596px;
    max-height: 596px;
}

.pricing-wrapper > li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    pointer-events: none;
    background: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

.pricing-wrapper > li.is-ended::after {
    display: none;
}

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
    z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
    .pricing-wrapper > li::before {
        content: "";
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #b1d6e8;
    }
    .pricing-wrapper > li::after {
        display: none;
    }
    .exclusive .pricing-wrapper > li {
        box-shadow: 3px 8px 7px 0px #000000;
        border-radius: 10px;
    }
    .has-margins .pricing-wrapper > li,
    .has-margins .exclusive .pricing-wrapper > li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }
    :nth-of-type(1) > .pricing-wrapper > li::before {
        display: none;
    }
    .has-margins .pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px;
    }
    .has-margins .pricing-wrapper > li::before {
        display: none;
    }
}

@media only screen and (min-width: 1500px) {
    .full-width .pricing-wrapper > li {
        padding: 2.5em 0;
    }
}

.no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

@media only screen and (min-width: 768px) {
    .exclusive .pricing-wrapper > li::before {
        display: none;
    }
    .exclusive + li .pricing-wrapper > li::before {
        display: none;
    }
}

.pricing-header h2 {
    padding: 1em 0 0 0;
    font-weight: 400;
    /* margin-bottom: 30px;
        margin-top: 10px; */
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.pricing-features {
    padding: 0;
    /* margin: 0;
        */
}
.bib-span {
    font-size: 15px;
}
.pricing-header {
    /* height: auto;
        padding: 1.9em 0 1.6em; */
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

.exclusive .pricing-header {
    color: #1bbc9d;
    background-color: transparent;
}

.pricing-header h2 {
    font-size: 20px;
    letter-spacing: 2px;
}

.currency,
.value {
    font-size: 3rem;
    font-weight: 300;
}

.duration {
    font-weight: 700;
    font-size: 1.3rem;
    color: #8dc8e4;
    text-transform: uppercase;
}

.exclusive .duration {
    color: #f3b6ab;
}

.duration::before {
    content: "/";
    margin-right: 2px;
}

.value {
    font-size: 4rem;
    font-weight: 300;
}

.currency,
.duration {
    color: #2b57a5;
}

.exclusive .currency,
.exclusive .duration {
    color: #2d3e50;
}

.currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

.duration {
    font-size: 1.4rem;
}

.pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
    overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
}

.pricing-features {
    width: 600px;
    /* margin-left:0 ; */
}

.pricing-features:after {
    content: "";
    display: table;
    clear: both;
}
.pricing-features li span i {
    color: #2b57a5;
    margin-right: 10px;
    font-size: 16px;
}
.pricing-features li {
    width: 100px;
    float: left;
    padding: 0.3em 0em !important;
    font-size: 1.5rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border-bottom: 1px solid; */
}

.pricing-features em {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.pricing-features {
    width: auto;
}

.pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
}

.exclusive .pricing-features li {
    margin: 0 3px;
}

.pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
}

.pricing-footer {
    /*         position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 80px; */
    width: 100%;
}

.pricing-footer {
    /*         position: relative;
        height: auto; */
    padding: 1.8em 0;
    text-align: center;
}

.pricing-footer::after {
    display: none;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.pricing-container .select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: #fff;
    background-color: #2b57a5;
}

.pricing-container .select {
    position: absolute;
    display: inline-block;
    height: auto;
    padding: 0.5em 1em;
    color: #fff;
    border-radius: 8px;
    border: 2px solid #2b57a5;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.6s;
    width: fit-content;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.no-touch .select:hover {
    background-color: #1bbc9d;
    color: #ffffff;
}

.exclusive .select {
    background-color: #2b57a5;
    color: #ffffff;
}

.no-touch .exclusive .select:hover {
    background-color: #24e0ba;
}

.secondary-theme .exclusive .select {
    background-color: #1bbc9d;
}

.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}

.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        -moz-transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        -moz-transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@-moz-keyframes rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
    70% {
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }
    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}
.pricing-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.pricing-wrapper {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.main-sub-heading {
    background-color: #fdf0b2;
    padding: 15px;
}
.run-partner {
    background: black;
    margin-top: 14px !important;
    margin: auto !important;
}
.run-partner img {
    margin-top: 13px;
}
.physical-cards .main-cards-physical {
    min-height: 596px;
    max-height: 596px;
}
.virtual-cards .main-cards-virtual {
    min-height: 353px;
    max-height: 353px;
}
.virtual-cards h3 {
    text-align: center;
    font-size: 23px;
}
.physical-cards h3 {
    text-align: center;
    font-size: 23px;
}
.asia-book-records {
    width: 75%;
    display: block;
    margin: auto;
}
.registation-text {
    text-align: center;
    margin-bottom: 40px;
    text-decoration: underline;
}

@font-face {
    font-family: Teko-SemiBold;
    src: url(../fonts/Teko/Teko-SemiBold.ttf);
}
.width-100 {
    width: 100% !important;
}
.image-container {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    transform: translateY(-50%);
}
/* .image-container img{
    display: block;
    margin: auto;
} */
.btn-margin {
    margin-top: 20px;
    border-radius: 0 20px 0 20px;
}

.about-right {
    position: relative;
    display: block;
    padding-left: 30px;
}

.site-heading {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #ffb31a;
    position: relative;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    color: #252930;
    margin-bottom: 0;
}
.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.about-list {
    position: relative;
    display: block;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.about-list li {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}
.about-list li::before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Pro";
    color: #d1af78;
}
.theme-btn {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 10px 22px;
    transition: all 0.5s;
    text-transform: capitalize;
    /* position: absolute;
    bottom: -100px; */
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 0px;
    background: #ffb31a;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    margin-top: 10px;
}
.card-img-top {
    padding: 0 30px;
}
.partners-card {
    box-shadow: 7px 13px 24px 0px rgb(0 0 0 / 33%);
    backdrop-filter: blur(10px); /* Apply a blur to create the glass effect */
    padding: 22px;
    width: fit-content;
    border-radius: 0 20px;
    margin: 30px 0 30px auto;
    margin-left: auto;
    display: block;
    min-width: 159px;
    max-width: 159px;
    min-height: 85px;
    max-height: 85px;
}

.partners-card-2 {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.partners-card img {
    width: 100%;
}
.partners-card .nabcb-img {
    width: 33%;
}
.partners-card .leviner-img {
    width: 43%;
}
.column-right {
    border-right: 1px dotted black;
}
.anacam-card {
    margin-left: 0;
    margin-right: auto;
}
.anacam-partners {
    width: 75% !important;
}
.kema-card {
    padding: 10px;
}
.kema-img {
    width: 43% !important;
}
.khema-img {
    width: 48% !important;
}
.khema-card {
    padding: 10px;
}
.clients-slider .partners-card {
    margin: 30px !important;
}
.media-partner-heading {
    margin-top: 30px;
}
.widget h5 {
    font-size: 14px;
    line-height: 1.56;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    letter-spacing: 0.3em;
    color: #000000;
}
.industry-outlook-sec {
    padding-bottom: 60px;
}

.services {
    position: relative;
}

.services_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 10;
}

.service--dark-overlay:hover .services_content {
    transform: translateY(0);
}

.service--dark-overlay:hover .hide-show {
    display: block;
}
/* Add responsive styles for mobile */
@media (max-width: 767px) {
    .service--dark-overlay:hover .hide-show {
        display: block;
    }
}

/* Keep the rest of the styles the same */

.hide-show {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    z-index: 2;
    font-weight: bold;
    transition: 1s;
    display: none;
    text-transform: uppercase;
}

.accordion {
    /* max-width: 800px; */
    margin: 2rem auto;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.accordion-item {
    background: #fbd812;
    color: #0259aa;
    margin: 1rem 0;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
}

.accordion-item:hover {
    transform: translateY(-2px);
}

.accordion-item-header {
    padding: 1rem 3rem 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

.accordion-item-header::after {
    content: "\002B"; /* + */
    font-size: 1.5rem;
    position: absolute;
    right: 1.5rem;
    transition: transform 0.3s ease;
}

.accordion-item-header.active::after {
    content: "\2212"; /* – */
    transform: rotate(180deg);
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    background: #ffffff;
}

.accordion-item-body-content {
    padding: 0 1.5rem 1rem;
    line-height: 1.6rem;
    color: #333;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-item-header.active + .accordion-item-body {
    max-height: 500px; /* large enough to show content */
    padding: 1rem 1.5rem;
}

.content-padding {
    padding-top: 10px;
}
.virgo-logo {
    width: 200px;
    padding: 9px 0;
}
.download-btn {
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.pdf-btn {
    font-size: 20px !important;
}
.icons-container img {
    width: 75px;
    display: block;
    margin: auto;
}
.icons-container p {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
}
.icons-container {
    min-height: 181px;
    max-height: 181px;
    border-radius: 0 20px;
    margin-top: 30px;
    padding: 20px 10px;
    box-shadow: 7px 13px 24px 0px rgb(0 0 0 / 33%);
}
.icons-container a {
    text-decoration: none;
    color: #404040 !important;
}
.icons-container a:visited {
    color: #404040 !important;
}
.slm-floor-Plan {
    width: 100%;
}

#menu {
    width: 40px;
}
/* animation when checked */
#menu:checked + label {
    width: 0px;
}
#menu:checked + label:before {
    transform: rotate(45deg) translate(0px);
    -webkit-transform: rotate(45deg) translate(0px);
}
#menu:checked + label:after {
    transform: rotate(-45deg) translate(0px);
    -webkit-transform: rotate(-45deg) translate(0px);
}

/* Side Navigation Styles */
.nav--side-sticky-left {
    position: fixed; /* Fix the element in its position on the viewport */
    right: -300px; /* Start hidden off the screen */
    top: 0; /* Align to the top of the viewport */
    width: 300px; /* Set the width of the side navigation */
    height: 100%; /* Set the height to fill the entire viewport */
    z-index: 9998; /* Set a higher z-index to ensure it's below the close button */
    transition: right 0.3s ease-in-out; /* Add a smooth transition effect */
    backdrop-filter: blur(10px); /* Apply a blur to create the glass effect */
}

/* Show the navigation when the menu checkbox is checked */
#menu:checked ~ .nav--side-sticky-left {
    right: 0; /* Slide the navigation in from the right */
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9999; /* Ensure the close button is on top */
}

/* Side Navigation Styles */

/* Show the navigation when the menu checkbox is checked */
#menu:checked ~ .nav--side-sticky-left {
    right: 0; /* Slide the navigation in from the right */
}

/* Style for the active menu item */
/* .nav__menu li.active a {
    color: #ffb31a;
} */
.column-position {
    position: relative;
}
.esr-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.service-1__info p {
    font-size: 13px;
    line-height: 20px;
    font-family: "Jost", sans-serif;
}
.service-1__info {
    padding: 40px 20px;
}
.process {
    color: #ffffff;
    box-shadow: 7px 13px 24px 0px rgb(0 0 0 / 33%);
    backdrop-filter: blur(10px);
    padding: 22px;
    width: fit-content;
    border-radius: 0 20px;
    margin: 30px 0 30px auto;
    margin-left: auto;
    display: block;
    min-width: 159px;
    max-width: 159px;
    min-height: 125px;
    max-height: 125px;
    text-align: center;
}
.process-margin {
    margin-right: 40px;
}

.process__icon {
    font-size: 30px;
}

.process__title {
    font-size: 18px;
    margin-top: 10px;
}
.who-can-participate {
    z-index: 100;
    position: relative;
}
.who-can-participate h2 {
    text-align: center;
    color: #ffffff;
    position: relative;
}
.who-can-participate p {
    color: #fff;
    text-align: center;
    position: relative;
}
.who-can-participate.bg-dark-overlay::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.507);
}
.process-margin-last {
    margin-right: auto;
}

.global-participent {
    margin: 50px 0;
}
.global-participent h2 {
    text-align: center;
}
.global-participent p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
}

.global-participent img {
    width: 100%;
}

.banner-img {
    width: 100%;
}
/* .custom-black-overlay::before{
    background-color: rgb(0 0 0 / 46%);
} */
.sub-container {
    box-shadow: 7px 13px 24px 0px rgb(0 0 0 / 33%);
    backdrop-filter: blur(10px);
    padding: 22px 14px !important;
    border-radius: 0 20px;
    margin-top: 50px;
}
.sub-container img {
    display: block;
    margin: auto;
    width: 50px;
}
.sub-container h5 {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}
.global-participent .content {
    text-align: left !important;
}
.margin-bottom {
    margin-bottom: 50px;
}
.objective-heading {
    text-align: center;
    margin-top: 50px;
}
.objective-content {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.run-title {
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}

:root {
    --primary-color: #185ee0;
    --secondary-color: #e6eef9;
}

.tab-sub-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    margin-bottom: 50px;
}
.tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
    padding: 0.75rem;
    border-radius: 99px;
}
.tabs * {
    z-index: 2;
}
/* input[type="radio"] {
    display: none;
} */
.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    width: 200px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}
input[type="radio"]:checked + label {
    color: var(--primary-color);
}
input[id="radio-1"]:checked ~ .glider {
    transform: translateX(0);
}
input[id="radio-2"]:checked ~ .glider {
    transform: translateX(100%);
}
input[id="radio-3"]:checked ~ .glider {
    transform: translateX(200%);
}
.glider {
    position: absolute;
    display: flex;
    height: 54px;
    width: 200px;
    background-color: var(--secondary-color);
    /* box-shadow: 7px 13px 24px 0px rgb(0 0 0 / 33%); */
    backdrop-filter: blur(10px); /* Apply a blur to create the glass effect */
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}
@media (max-width: 700px) {
    .tabs {
        transform: scale(0.6);
    }
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
}
.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .about-right {
        padding-left: 0px;
    }
}
.tab-content .content iframe {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.banner-image {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000006d;
    width: 100%;
    height: 100%;
}
.image-container h1 {
    color: #ffffff;
    font-size: 50px;
    text-align: left;
    margin-top: 55px;
}
.section-wrap a {
    text-decoration: none;
}
.image-container p {
    color: #ffffff;
    text-align: right;
}
.advisory-heading {
    font-size: 35px;
}
.services_content p {
    text-align: left;
}
.sub-headings {
    font-family: Teko-SemiBold;
}
#contact-form label {
    width: 100%;
}
#contact-form .wpcf7-submit {
    width: fit-content;
    color: #222222;
    height: 55px;
    font-size: 16px;
    padding: 0 48px;
    background-color: #ffb31a !important;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
a:visited .ui-linkedin,
.ui-facebook {
    color: #000000;
}

/* custom mobile cards */
.mobile-view-show {
    display: none;
}
.large-device-block {
    display: block;
}

@media (max-width: 767px) {
    .mobile-view-show {
        display: block;
    }
    .large-device-block {
        display: none;
    }
    .partners-card {
        max-width: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .esr-logo {
        position: unset;
        transform: translateY(0);
    }
    .process {
        margin-right: auto !important;
    }
    .logo {
        width: 105px;
    }
}

.custom-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 10px;
    background-color: #fff;
}

.custom-card img {
    width: 100%;
    height: auto;
}

.custom-card-content {
    padding: 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}

.custom-card-title {
    margin-bottom: 20px;
    color: #ffb31a;
    font-weight: 400;
    z-index: 2;
    text-align: left;
    font-weight: bold;
    transition: 1s;
    font-size: 20px;
    margin-top: 20px;
}

.custom-card-read-more {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #ffb31a;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
.summit-logo {
    width: 250px;
    margin-bottom: 40px;
}
.custom-title {
    line-height: 1.2;
    margin-bottom: 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 900;
}
.custom-bg {
    padding: 122px 0;
}
.cutom-pading {
    padding-top: 50px;
}
.color-black {
    color: #000;
    text-align: center;
}
.custom-card-red {
    background-color: #181818;
    color: #fff;
}
.custom-card-red,
a:visited {
    color: #181818 !important;
}
.wpcf7-form-control-wrap.your-country-other input {
    display: none;
    width: 100%;
    box-sizing: border-box;
}
.wpcf7-form label {
    width: 100% !important;
}
.wpcf7-form .wpcf7-submit {
    width: fit-content;
    color: #222222;
    height: 55px;
    font-size: 16px;
    padding: 0 48px;
    background-color: #ffb31a !important;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    overflow: hidden;
    display: block;
    margin: auto;
    text-decoration: none;
    text-align: center;
}
.why-elevator-text {
    margin-bottom: 70px;
}
.service-1 {
    /* padding: 40px; */
    margin-bottom: 20px;
    background-color: rgba(249, 249, 249, 0.7);
    text-align: center;
    border-radius: 0 20px;
    backdrop-filter: blur(10px);
    border: 1px solid black;
    min-height: 190px !important;
    max-height: 190px !important;
    position: relative;
}
.about-slider-image {
    min-height: 264px;
    max-height: 264px;
    object-fit: cover;
}
.run-image {
    min-height: 183px;
    max-height: 183px;
    object-fit: cover;
}
.partner-CA {
    padding: 13px;
}
.partner-CA img {
    width: 83px !important;
    display: block !important;
    margin: auto !important;
    object-fit: cover;
}
.ace-image img {
    width: 70px !important;
    display: block !important;
    margin: auto !important;
    object-fit: cover;
}
.epc-card {
    padding: 11px 17px;
}
.lnavare {
    padding: 10px;
}
.lnavare img {
    display: block;
    margin: auto;
    width: 60px !important;
}
.margin-top-summit {
    margin-top: 18px;
}
.margin-top-run {
    margin-top: 16px;
}
.supporting-assouciation-slider .partners-card {
    margin: 30px 15px !important;
}
.international-slider .partners-card {
    margin: 30px 15px !important;
}
.international-slider .partners-card .vfal-logo {
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
}
.international-slider .ana-cam-logo {
    width: 69%;
    margin: auto;
}
.international-slider .anacam-card {
    padding: 22px !important;
}
.supporting-assouciation-slider img {
    margin: auto !important;
}
.sama-logo {
    width: 60% !important;
}
.custom-margin-top {
    margin: 50px 0;
    text-align: center;
}

.socials a:visited {
    color: #868686 !important;
}
.thankyou-page {
    position: relative;
    height: 100vh;
}
.thankyou-page-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.thankyou-page h1 {
    font-size: 40px;
    text-align: center;
    margin: 0;
}
.thankyou-page p {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
}
.thankyou-page-container a {
    width: fit-content;
    color: #fff !important;
    height: 55px !important;
    font-size: 16px !important;
    line-height: 55px !important;
    padding: 0 48px !important;
    background-color: #ffb31a !important;
    font-weight: 600 !important;
    font-family: "Barlow", sans-serif;
    overflow: hidden !important;
    display: block !important;
    margin: auto;
    text-decoration: none;
    text-align: center;
}
.radio-buttons-container p label {
    display: flex !important;
}
.radio-buttons-container p label br {
    display: none !important;
}
.flex-container {
    display: flex;
    justify-content: space-around;
}
.radio-buttons-container input[type="text"] {
    width: 100%;
}
.checkbox-img-top p label br {
    display: none;
}
.checkbox-img-top p {
    margin: 0;
}
.checkbox-img-top img {
    width: 50%;
    display: block;
    margin: auto;
}
.flex-container-2 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.padding-top {
    padding-top: 200px !important;
}
#register-section .section-title {
    text-align: center;
}

#register-section p {
    text-align: center;
}
#register-section .download-btn {
    display: block;
    margin: auto;
    width: fit-content;
}

.reg-b {
    margin: 0;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 50px;
    overflow-x: hidden;
    margin-top: 50px;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 35s linear infinite;
}
.track .content {
    display: block !important;
    font-size: 30px;
    font-weight: 600;
    color: #ee4722;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.run-with-us .service-1__img {
    max-width: 58px;
    display: block;
    margin: auto;
    width: 58px;
    height: 58px;
    object-fit: contain;
    margin-bottom: 19px;
    margin-top: 9px;
}
.run-with-us .service-2__img {
    width: 26px;
    display: block;
    margin: auto;
}
.run-with-us .service-3__img {
    width: 40px;
    display: block;
    margin: auto;
}
.run-with-us h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-top: 20px;
}
.row-center {
    justify-content: center;
    margin-top: 30px;
}
.run-with-us-section {
    padding: 50px 0;
}

.onelinear {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    color: #0259aa;
}

.mt-5 {
    margin-top: 50px;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 998; /* Set z-index to be less than the popup */
}

#custom-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 60px 20px 20px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: transform 0.3s ease;
}

#custom-popup img {
    max-width: 100%;
    height: auto;
}

#custom-popup .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

#custom-popup[data-aos="zoom-in"] {
    opacity: 0;
}

#custom-popup[data-aos="zoom-in"].aos-animate {
    opacity: 1;
}

#custom-popup p {
    margin-bottom: 0;
}

.wittur-logo {
    position: relative;
}
.wittur-logo img {
    width: 74px;
    height: 57px;
    object-fit: contain;
    top: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.bai-logo {
    width: 50% !important;
}

.past-exhibitors-slider img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.past-exhibitors-slider .partners-card {
    padding: 15px;
}

video {
    height: auto;
    width: 100%;
}

.navbar {
    padding: 1rem 2rem;
    transition: top 0.4s ease-in-out;
}
.navbar-brand img {
    height: 50px;
}
.nav-link {
    font-weight: 500;
    margin-right: 1rem;
	font-size: 16px;
}
.btn-register {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 600;
	background-color: #027a96;
	border: 1px solid #027a96;
}
.custom-toggler {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    color: #333;
}

.intro__title {
    font-size: 50px;
    /* max-width: 300px; */
    line-height: 1.15;
    margin-bottom: 28px;
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .intro__title {
        font-size: 36px;
        max-width: 100%;
    }
}

.navbar-nav {
    margin-left: 0;
}

.all-title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-top: 20px;
    font-family: "Jost", sans-serif;
}

.service-1__title {
    font-family: "Jost", sans-serif;
}

.intro p {
    font-family: "Jost", sans-serif;
}

.accordion-item-header {
    font-family: "Jost", sans-serif;
}

/* General Form Styling */
.wpcf7 form {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    font-family: "Segoe UI", Roboto, sans-serif;
}

.wpcf7 label {
    font-weight: 600;
    color: #027a96;
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
	text-align: left;
}

/* Input Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1.5px solid #dcdcdc;
    border-radius: 8px;
    background: #fafafa;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    border-color: #0259aa;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(2, 89, 170, 0.1);
}

/* Textarea */
.wpcf7 textarea {
    min-height: 50px !important;
    resize: vertical;
	height: 50px;
}

/* Checkbox Styling */
.checkbox-field {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-class {
    width: 18px;
    height: 18px;
    accent-color: #0259aa; /* modern browsers */
    cursor: pointer;
}

.checkbox-field label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
    margin: 0;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    background: #027a96 !important;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: block;
	margin: 0 !important;
	justify-content: left;
}

.wpcf7 input[type="submit"]:hover {
    background: linear-gradient(135deg, #013f7d, #0259aa);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(2, 89, 170, 0.25);
}

/* Error Messages */
.wpcf7-not-valid-tip {
    font-size: 0.8rem;
    color: #e63946;
    margin-top: 0.25rem;
}

.wpcf7-response-output {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
}

/* Success & Error messages */
.wpcf7-mail-sent-ok {
    background: #d1f7d6;
    color: #1a7f37;
    border: 1px solid #1a7f37;
}

.wpcf7-validation-errors {
    background: #ffe0e0;
    color: #b71c1c;
    border: 1px solid #b71c1c;
}


.call-to-action__container br{
	display: none;
}


.site-footer {
  background: #0259aa; /* primary color */
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.9rem;
  margin-top: 2rem;
  position: relative;
}

.site-footer p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.3px;
}
