/* STYLE-1.CSS CODE */
/* ---------------------------------------

------------------------------------------

[Table of contents]

1. Fonts
2. Resources / Css Files
3. Reset
4. Global Settings
5. Buttons Style
6. Social Icons
7. Scroll To Top style
8. Page Title
9. Section Title
10. Main Header / Two / Three
11. Mobile Menu
12. Banner Section
13. Banner Conference
14. Banner MeetUp
15. About Section / Two
16. Coming Soon
17. Features Section / Two / Three
18. Fluid Section One
19. Speakers Section / Two / Three
20. Speker Detail
21. schedule Section / Two / Three
22. Event Detail
23. Pricing Section / Two / Three
24. Fun Fact Section
25. FAQ's Section
26. FAQ Form Section
27. Fun Fact Section Two
28. Why Choose Us
29. App Section
30. Gallery Section
31. Event Info Section
32. Testimonial Section
33. News Section
34. Blog Sidebar
35. Blog Detail
36. Styled Pagination
37. Coming Soon
38. Video Section
39. Call to Action
40. Register Section
41. Contact Page Section
42. Map Section
43. Subscribe Section
44. Newsletter Section
45. Clients Section / Two / Three
46. Main Footer / Two / Three
47. Error Section
48. Sidebar Page Container
49. Comment Area
50. Comment Form
51. Social icon Colored
52. Right to Left
53. Boxed Layout
-------------------------------------------*/

/***

====================================================================
	 Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900|Orbitron:500,700|Ubuntu:400,500,700&amp;display=swap');

/*
	font-family: 'Ubuntu', sans-serif;
	font-family: 'Poppins', sans-serif;
	font-family: 'Orbitron', sans-serif;
*/

/***

====================================================================
	 Resources / Css Files
====================================================================

 ***/

@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('elegent-icon.css');
@import url('animate.css');
@import url('swiper.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');

/***

====================================================================
    Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    /*color: #777777;*/
    color: black;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    /*font-family: "Roboto", sans-serif;*/
    font-family: "Poppins", sans-serif;
}

body header {
    font-size: 14px;
    color: #777777;
    line-height: 1.7em;
    font-weight: 400;
    /* background:#ffffff; */
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none !important;
    cursor: pointer;
    /* color:#f20487; */
    color: #D4AF37;
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: "Poppins", sans-serif;
}

input,
button,
select,
textarea {}

textarea {
    overflow: hidden;
}

p,
.text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #888888;
    font-weight: 400;
}

.auto-container.clearfix {
    position: relative;
    max-width: 100% !important;
    padding: 0px 15px;
    margin: 0 auto;
    z-index: 3;
}

.auto-container {
    position: relative;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
    z-index: 3;
}

.banner-meetup .layer-outer {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.large-container {
    position: relative;
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
}

.medium-container {
    max-width: 850px;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

.theme-btn .flaticon-arrow {
    display: inherit;
    font-size: inherit;
    margin-left: 3px;
    font-size: 14px;
    -webkit-transform: scaleX(-1) translateY(-1px);
    -moz-transform: scaleX(-1) translateY(-1px);
    -ms-transform: scaleX(-1) translateY(-1px);
    -o-transform: scaleX(-1) translateY(-1px);
    transform: scaleX(-1) translateY(-1px);
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}


::selection {
    /* background: #ec167f; */
    color: #ffffff;
    background: #D4AF37;
}

::-moz-selection {
    /* background: #ec167f; */
    color: #ffffff;
    background: #D4AF37;
}

::-webkit-selection {
    /* background: #ec167f; */
    color: #ffffff;
    background: #D4AF37;
}

/***

====================================================================
	Buttons Style
====================================================================

 ***/

/* SweetAlert2 Custom Font Size */
.swal2-popup {
    font-size: 14px !important;
}

.alert-box.pop-up {
    display: flex;
    align-items: center;
    width: fit-content;
    float: right;
    gap: 12px;
    padding: 0px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    animation: slideFade 0.5s ease-out;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0.95;
    position: relative;
}

.alert-box.pop-up .icon {
    font-size: 20px;
    margin: 10px;
}

.alert-box.pop-up.success {
    background: linear-gradient(135deg, #d4edda, #a4e7c6);
    color: #155724;
}

.alert-box.pop-up.error {
    background: linear-gradient(135deg, #f8d7da, #f1aeb5);
    color: #721c24;
}

@keyframes slideFade {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 0.95;
        transform: translateY(0);
    }
}

.page-wrapper {
    position: relative;
}

.alert-box.pop-up {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.alert-box.pop-up .countdown {
    margin-left: auto;
    font-weight: bold;
    font-size: 14px;
    color: inherit;
}

.theme-btn {
    position: relative;
    transition: all 300ms ease;
}

/* Button style one*/
.btn-style-one {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    /* background-color: #ec167f; */
    background-color: #101130;
    overflow: hidden;
    border-radius: 10px;
}

.btn-style-one .btn-title {
    position: relative;
}

.btn-style-one:hover {
    /* color:#ec167f; */
    /* color: #3170DE; */
    color: #101130;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/* Button style two*/

.btn-style-two {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background-color: #D4AF37;
    overflow: hidden;
    border-radius: 10px;
}

.btn-style-two .btn-title {
    position: relative;
}

.btn-style-two:hover {
    color: #faaC1D;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    /* background-color: #ffffff; */
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/* Button style three*/

.btn-style-three {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    /* background-color: #1c94d2; */
    background-color: #101130;
    overflow: hidden;
    border-radius: 10px;
}

.btn-style-three .btn-title {
    position: relative;
}

.btn-style-three:hover {
    /* color:#1c94d2; */
    /* color: #3170DE; */
    color: #101130;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}



/* Button style four*/

.btn-style-four {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    background-color: #24293d;
    overflow: hidden;
    border-radius: 10px;
}

.btn-style-four .btn-title {
    position: relative;
}

.btn-style-four:hover {
    color: #24293d;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-four:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-four:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

/* List Style One */

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    font-weight: 500;
    padding-left: 35px;
    margin-bottom: 10px;
}

.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    content: "\52";
    font-family: 'ElegantIcons';
    color: #D4AF37;
}

/* List Style Two */

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 12px;
    height: 6px;
    width: 6px;
    background-color: #D4AF37;
    content: "";
}

/***

====================================================================
	Social Icons
====================================================================

 ***/

/*Social Icon One*/

.social-icon-one {
    position: relative;
    align-items: center;
    margin: 10px 0;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    /* margin-right: 8px;
    margin-bottom: 10px; */
}

.social-icon-one li:last-child {
    margin-right: 0;
}

.social-icon-one li a .fab {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    /* color:#a9b1bf; */
    /* background-color: #373851; */
    background-color: #D4AF37;
    color: #ffffff;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.social-icon-one li a:hover .fab {
    transform: rotate(360deg);
}

.social-icon-one li a:hover .fab {
    /* background-color: #D4AF37; */
    /* border-color: #D4AF37; */
    /* color: #ffffff; */
    background-color: #46515A;
    color: #D4AF37;
}

.social-icon-one li p {
    margin: 0;
}

.social-icon-one li p span img {
    width: 80px;
}

/*Social Icon Two*/

.social-icon-two {
    position: relative;
    display: block;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 10px;
}

.social-icon-two li a .fab {
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover .fab {
    color: #ffffff;
    background-color: #d24c59;
}

/*Social Icon Three*/

.social-icon-three {
    position: relative;
    display: block;
}

.social-icon-three li {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 10px;
}

.social-icon-three li a {
    position: relative;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: #222222;
}

.theme_color {
    color: #d24c59;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    background-size: 100px;
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "loading..";
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 45px;
    font-size: 24px;
    line-height: 1em;
    color: #f20487;
    text-decoration: underline;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
}


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

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    /* background:#e1137b; */
    background: #ce9044;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    /* background:#4c35a9; */
    /* background: #3170DE; */
    background: #ce9044;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 60px;
    color: #ffffff;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-title .bread-crumb {
    position: relative;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -3px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    content: "|";
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: #f0c52e;
}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
    /* display: flex;
	justify-content: center; */
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: 500;
    background: #D4AF37;
    font-family: 'poppins', sans-serif;
    text-align: center;
    /* background: -moz-linear-gradient(to left, rgb(235 151 37) 75%, rgb(41 101 204) 25%);
	background: -webkit-linear-gradient(to left, rgb(235 151 37) 50%, rgb(41 101 204) 50%);
	background: linear-gradient(to left, rgb(235 151 37) 50%, rgb(41 101 204) 50%); */
    /* background: rgb(247,0,104); */
    /*background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
	background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
	background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 35px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 500;
    font-family: 'poppins', sans-serif;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    /*color: #666666;*/
    color: black;
    margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title {
    color: #ffffff;
    -webkit-text-fill-color: inherit;
}



.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}

.anim-icons.full-width {
    max-width: 100%;
}


.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}

/***

====================================================================
	Main Header
====================================================================

***/
/* scroll header */
/* .scrolling-message {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: #D4AF37;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
    position: relative;
}

.scrolling-message span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
    white-space: nowrap;
}

.scrolling-message:hover span {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
} */


.scrolling-wrapper {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to right, transparent);
    /* dark gold theme */
    padding: 10px 0;
}

.scrolling-message {
    display: flex;
    align-items: center;
}

.scrolling-track {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: scroll-left 30s linear infinite;
}

.scrolling-track:hover {
    animation-play-state: paused;
}

.scroll-message-item {
    display: inline-block;
    margin-right: 60px;
    font-weight: 600;
    color: #FFD700;
    position: relative;
    font-size: 16px;
    text-shadow: 1px 1px 2px #000;
    padding-right: 25px;
}

/* Elegant gradient vertical bar separator */
.scroll-message-item::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 25px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #FFD700, #D4AF37);
    opacity: 0.8;
}

/* Hide separator after last item in each loop (optional) */
.scroll-message-item:last-of-type::after {
    content: none;
}

/* Animation */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}




.main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#main-header .main-box {
    padding: 10px 0;
}

.main-header .main-box {
    position: relative;
    /* padding: 25px 0; */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .logo-box {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .nav-outer {
    position: relative;
    float: right;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.main-header .nav-outer .main-menu {
    position: static;
    float: left;
}

.main-menu .navigation {
    position: static;
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-left: 45px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    padding: 10px 0;
    color: #fefefe;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
}

.main-menu .navigation>li>a:before {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 2px;
    width: 0%;
    content: "";
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
    background: #D4AF37;
    /* background: linear-gradient(to left, rgb(235 151 37) 0%, rgb(41 101 204) 100%); */
    /* background: rgb(247,0,104);
	background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
	background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 100%);
	background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.current>a:before,
.main-menu .navigation>li:hover>a:before {
    left: 0;
    width: 100%;
}

.main-menu .navigation>li>ul>li.dropdown>a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 25px;
    top: 8px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #ffffff;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 240px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0px;
    background: #ffffff;
    border-radius: 3px;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -moz-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    /* border-bottom: 3px solid #f20487; */
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    content: '';
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li:last-child {
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 25px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #D4AF37;
}

.main-menu .navigation>li>ul>li:hover>a {
    /* color:#e1137b; */
    color: #D4AF37;

}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 220px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    margin-top: -50px;
    padding: 20px 0px;
    background: #ffffff;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    border-bottom: 3px solid #f20487;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    margin-bottom: 0px;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 25px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: #222222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #D4AF37;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
    border: 1px solid #ffffff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/* Outer box */
.main-header .outer-box {
    position: relative;
    float: right;
    margin-left: 28px;
    /* margin-left: 50px; */
}

.main-header .search-box-outer {
    position: relative;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn {
    position: relative;
    float: left;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    background: none;
    color: #ffffff;
    font-weight: 400;
    cursor: pointer;
    margin-top: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover {}

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 44px !important;
    left: auto !important;
    right: 0;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border-top: 3px solid #df6512;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #25262c;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.main-header .outer-box .btn-box,
.main-header .outer-dashboard-box .dashboard-btn-box {
    position: relative;
    /* float: right; */
    float: left;
    padding: 5px 0;
    margin-left: 10px;
}

.main-header .outer-box .btn-box a,
.main-header .outer-dashboard-box .dashboard-btn-box a {
    position: relative;
    float: right;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #D4AF37;
    margin: 7px 0px 2px;
    display: none;
}

/***

====================================================================
		Fixed Header
====================================================================

***/

.main-header.fixed-header .main-box {
    padding: 10px 0;
    /*background-color: #2F4F4F;*/
    background-color: #000000;
}

/***

====================================================================
			Mobile Menu
====================================================================

***/

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 200px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 30px;
    top: 0px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    /* background-color: #D4AF37; */
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: #404040;
    font-weight: 600;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    /* color: #D4AF37; */
    color: #D4AF37;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

/***

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 0 200px;
    text-align: center;
}

.banner-carousel .slide-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .70;
    content: "";
}

.banner-carousel .content-box {
    position: relative;
}

.banner-carousel .content-box .title {
    display: block;
    font-size: 28px;
    color: #faaC1D;
    font-weight: 500;
    margin-bottom: 25px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel .active .content-box .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 100px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .info-list {
    position: relative;
    margin-bottom: 45px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel .active .content-box .info-list {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-carousel .content-box .info-list li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 10px;
    text-transform: uppercase;
}

.banner-carousel .content-box .info-list li .icon {
    color: #faaC1D;
    margin-right: 10px;
    float: left;
    font-size: 18px;
    line-height: 26px;
}

.banner-carousel .content-box .btn-box {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 30px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.10);
    font-size: 20px;
    line-height: 100px;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-carousel .owl-next {
    left: auto;
    right: 0;
}

.banner-carousel .owl-next:hover,
.banner-carousel .owl-prev:hover {
    background-color: rgba(255, 255, 255, .90);
    color: #222222;
}

/***

====================================================================
		Banner MeetUp
====================================================================

***/

.banner-meetup {
    position: relative;
    padding: 200px 0 140px 0px;
    /* padding: 140px 0; */
    z-index: 1;
}

@media (min-width: 1200px) {
    .banner-meetup {
        /* max-height: 100vh; */
        min-height: 100vh;
    }
}

.banner-meetup .auto-container {
    z-index: 5;
}

.banner-meetup .bg-pattern {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    /* height: 730px; */
    background-repeat: no-repeat;
    background-position: center;
    /* background-position: left; */
    background-size: cover;
    z-index: 2;
}

.banner-meetup .content-box {
    position: relative;
    text-align: center;
}

.banner-meetup h2 {
    display: block;
    /* font-size: 100px; */
    font-size: 74px;
    text-transform: capitalize;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 40px;
    text-shadow: 0 20px 40px rgba(0, 0, 0, .80);
    font-family: 'poppins', sans-serif;
}

.banner-meetup .address {
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 26px;
    color: #D4AF37;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.80);
    font-family: 'Poppins', sans-serif !important;
}

.banner-meetup .address .icon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #ec167f;
}

.banner-meetup .btn-box {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.banner-meetup .btn-box .theme-btn {
    padding: 15px 34px;
    line-height: 20px;
    border-radius: 5px;
    font-weight: 700;
}

.banner-meetup .countdown {
    position: relative;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.banner-meetup .countdown .time-counter {
    position: relative;
    display: inline-block;
}

.banner-meetup .countdown .counter-column:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -15px;
    width: 120px;
    height: 120px;
    opacity: 0.5;
    border: 2px solid #ffffff;
    transform: rotate(45deg);
}

.banner-meetup .countdown .counter-column {
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border-radius: 50%;
    color: #fafafa;
    width: 100px;
    margin: 0 20px 30px;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.60);

}

.banner-meetup .countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 45px;
    line-height: 1.2em;
    color: #fafafa;
    width: auto;
    font-weight: 600;
    letter-spacing: 0;
    text-shadow: 0 15px 20px rgba(0, 0, 0, 0.60);
}

.banner-meetup .btn-box .theme-btn {
    position: relative;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.30);
}

/***

====================================================================
		About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 50px 0;
}

.about-section .content-column {
    position: relative;
    /* margin-bottom: 50px; */
}

.about-section .text {
    /*padding: 0 70px;*/
    text-align: center;
}

.about-section .content-column .inner-column {
    position: relative;
    /* padding-right: 80px; */
}

.about-section .content-column .sec-title {
    position: relative;
    margin-bottom: 0px;
}

.about-section .content-column .sec-title .text {
    margin-top: 20px;
}

.about-section .content-column .sec-title h2 {
    /* font-size: 48px; */
    font-size: 35px;
}

.about-section .content-column .list-style-one {
    margin-bottom: 30px;
}

.about-section .content-column .btn-box {
    position: relative;
}

.about-section .content-column .btn-box a {
    padding: 15px 30px;
    line-height: 20px;
    font-weight: 600;
    font-size: 15px;
}

.about-section .image-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .image-column .image-box {
    position: relative;
    padding-left: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-section .image-column .image-box img {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 15px solid #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.about-section .image-column .image {
    position: relative;
    margin-bottom: 0;
}

.about-section .image-column .image:before {
    position: absolute;
    right: -10%;
    top: -10%;
    height: 120%;
    width: 120%;
    background-image: url(../images/icons/shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-animation: dizzling 10s infinite;
    -moz-animation: dizzling 10s infinite;
    -ms-animation: dizzling 10s infinite;
    -o-animation: dizzling 10s infinite;
    animation: dizzling 10s infinite;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "";
}

@keyframes dizzling {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.icon-shape-1 {
    width: 484px;
    height: 225px;
    background-image: url(../images/icons/shape-1.png);
}

.icon-shape-2 {
    width: 325px;
    height: 280px;
    background-image: url(../images/icons/shape-2.png);
}

.icon-line-1 {
    width: 128px;
    height: 128px;
    background-image: url(../images/icons/icon-line-1.png);
}

.icon-dots {
    width: 72px;
    height: 60px;
    background-image: url(../images/icons/icon-dots.png);
}

.icon-dots-3 {
    width: 204px;
    height: 114px;
    background-image: url(../images/icons/icon-dots-3.png);
}

.icon-circle-1 {
    width: 500px;
    height: 500px;
    background-image: url(../images/icons/icon-circle-1.png);
    background-size: 100%;
}

/*
.icon-circle-blue{
	width: 300px;
	height: 300px;
    background-image: url(../images/icons/circle-blue.png);
} */

.about-section .icon-circle-blue {
    right: -150px;
    bottom: -150px;
    opacity: .70;
    -webkit-animation: fa-spin 30s infinite;
    -moz-animation: fa-spin 30s infinite;
    -ms-animation: fa-spin 30s infinite;
    -o-animation: fa-spin 30s infinite;
    animation: fa-spin 30s infinite;
}

.about-section .icon-dots {
    left: 50%;
    top: 30%;
}

.about-section .icon-circle-1 {
    left: -200px;
    top: -200px;
    opacity: .05;
}

/***

====================================================================
		Features Section
====================================================================

***/

.features-section {
    position: relative;
    padding: 120px 0 80px;
}

/***

====================================================================
	Features Section Two
====================================================================

***/

.features-section-two {
    position: relative;
    padding: 40px 0 40px;
    background-color: #fafafa;
    /* padding: 0px 0 100px; */
    /* padding: 70px 0 100px; */
}

.features-section-two.style-two {
    padding: 120px 0 100px;
}

.features-section-two .title-block {
    position: relative;
    margin-bottom: 40px;
}

.features-section-two .title-block .inner-box {
    padding: 50px 30px 0;
    /* background-color: #ffffff; */
}

.features-section-two .title-block .sec-title {
    margin-bottom: 0;
}

.features-section-two .title-block .sec-title .title {
    margin-bottom: 5px;
}

.feature-block-two {
    position: relative;
    /* margin-bottom: 40px; */
}

.feature-block-two .inner-box {
    position: relative;
    padding: 40px 30px;
    padding-left: 100px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

.feature-block-two .inner-box:hover {
    box-shadow: none;
}

.feature-block-two .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    display: block;
    margin-bottom: 30px;
}

.feature-block-two .icon-box .icon,
.feature-block-two .icon-box .fas {
    position: relative;
    display: inline-block;
    font-size: 50px;
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    background: none;
    /* color: #f14b59; */
    color: #3170DE;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.feature-block-two .inner-box:hover .icon-box .icon {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.feature-block-two h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #12114a;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-block-two h4 a {
    color: #12114a;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-block-two h4 a:hover {
    /* color: #f14b59; */
    color: #ce9044;
}

.feature-block-two .text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    cursor: default;
}

.feature-block-two .link-box {
    position: relative;
    display: block;
}

.feature-block-two .link-box a {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
}

.features-section-two .twist-line-1 {
    left: -110px;
    top: 290px;
}

.features-section-two .twist-line-2 {
    left: -10%;
    top: 80px;
}

.features-section-two .twist-line-3 {
    left: 90px;
    top: -20px;
}

/***

====================================================================
	Speaker Detail
====================================================================

***/

.speaker-detail {
    position: relative;

    padding: 165px 0 0px;
}

.speaker-detail .image-column {
    position: relative;
    margin-bottom: 50px;
}

.speaker-detail .image-column .image-box {
    position: relative;
    padding-right: 20px;
}

.speaker-detail .image-column .image {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border: 10px solid #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

.speaker-detail .image-column .image img {
    display: block;
    width: 100%;
}

.speaker-detail .info-column {
    position: relative;
}

.speaker-detail .info-column .inner-column {
    position: relative;
}

.speaker-detail .info-column h1 {
    position: relative;
    font-size: 50px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 20px;
}

.speaker-detail .info-column h3 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 20px;
    color: #101130;
}

.speaker-detail .info-column h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222222;
}

.speaker-detail .info-column h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    margin-bottom: 10px;
    color: rgba(68, 16, 102, 1);
}

.speaker-detail .info-column .text-box {
    position: relative;
}

.speaker-detail .info-column p {
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
    /* color: #888888; */
    color: #000;
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
}

.speaker-detail .speaker-session-info {
    position: relative;
    margin-bottom: 30px;
}

.speaker-detail .speaker-session-info p {
    margin-bottom: 0;

    color: #D4AF37;
}


.speaker-detail .bottom-box {
    position: relative;
    padding-left: 80px;
    min-height: 50px;
    margin-bottom: 30px;
}

.past-details ul,
.past-details ul li {
    list-style-type: disc;
    padding: 1rem;
    font-size: 30px;
    color: #D4AF37;
}

.past-details ul ul,
.past-details ul ul li {
    list-style-type: disc;
    padding: 1rem;
    font-size: 30px;
    color: #D4AF37;
}

/***

====================================================================
	schedule Section
====================================================================

***/

.schedule-section {
    position: relative;
    /* padding: 120px 0 0px; */
    padding: 40px 0 30px;
    /* padding: 120px 0 100px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fafafa;
    overflow: hidden;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .tab.active-tab {
    display: block;
}

.schedule-tabs {
    position: relative;
}

.schedule-tabs .btns-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.schedule-tabs .tab-buttons {
    position: relative;
    text-align: center;
}

.schedule-tabs .tab-buttons li {
    position: relative;
    display: inline-block;
    height: 135px;
    width: 160px;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px;
    padding-top: 70px;
    padding-left: 90px;
    cursor: pointer;
    margin: 0 15px 20px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.schedule-tabs .tab-buttons li .day {
    position: absolute;
    left: 0px;
    top: 30px;
    padding: 5px 20px;
    background-color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 0 15px 15px 0;
}

.schedule-tabs .tab-buttons li .date {
    position: absolute;
    left: -0;
    top: 80px;
    width: 100px;
    text-align: center;
    font-size: 38px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
}

.schedule-tabs .tab-buttons li .month {
    display: block;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}

.schedule-tabs .tab-buttons li .year {
    font-size: 30px;
}

.schedule-tabs .tab-buttons li.active-btn {
    box-shadow: 0 20px 30px rgba(0, 0, 0, .10);
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1) .day {
    background-color: #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .day {
    background-color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .day {
    background-color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .day {
    background-color: #e6275a;
}


.schedule-tabs .tab-buttons li:nth-child(4n + 1) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .date {
    color: #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .date {
    color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .date {
    color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .date {
    color: #e6275a;
}


.schedule-tabs .tab-buttons li:nth-child(4n + 1).active-btn {
    box-shadow: 0 0px 30px rgba(255, 194, 11, .30);
    border: 1px solid #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2).active-btn {
    box-shadow: 0 0px 30px rgba(64, 203, 180, .30);
    border: 1px solid #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3).active-btn {
    box-shadow: 0 0px 30px rgba(76, 53, 169, .30);
    border: 1px solid #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4).active-btn {
    box-shadow: 0 0px 30px rgba(230, 39, 90, .30);
    border: 1px solid #e6275a;
}

.schedule-timeline {
    position: relative;
}

/*=== Schedule Block ===*/

.schedule-block {
    position: relative;
    margin-bottom: 30px;
}

.schedule-block:after {
    display: table;
    clear: both;
    content: "";
}

.schedule-block .inner-box {
    position: relative;
    float: right;
    width: 50%;
    text-align: left;
}

.schedule-block .inner-box .inner {
    position: relative;
    padding: 20px 30px 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    margin-left: 80px;
    border-radius: 20px;
}

.schedule-block .inner:before {
    position: absolute;
    top: 0;
    bottom: -30px;
    right: 100%;
    border-left: 2px dashed #dddddd;
    content: "";
    margin-right: 80px;
}

.schedule-block .inner:after {
    position: absolute;
    right: 100%;
    top: 35px;
    border-top: 15px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 15px solid transparent;
    content: "";
}

.schedule-block .date {
    position: absolute;
    left: -132px;
    width: 100px;
    top: 0px;
    height: 100px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #212639;
    font-weight: 500;
    padding: 38px 15px 0;
    border-radius: 50%;
    border: 2px dashed #dddddd;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.schedule-block .speaker-info {
    position: absolute;
    padding-left: 80px;
    padding-top: 10px;
    min-height: 60px;
}

.schedule-block .speaker-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.inner .thumb img {
    height: 70px;
    /* border-radius: 50%; */
}

.schedule-block .speaker-info .name {
    font-size: 20px;
    color: #212639;
    font-weight: 600;
    line-height: 1.2em;
}

.schedule-block .speaker-info .designation {
    font-size: 15px;
    line-height: 30px;
}

.schedule-block h4 {
    position: relative;
    /* font-size: 28px; */
    font-size: 24px;
    line-height: 1.3em;
    color: #0f1925;
    font-weight: 600;
    margin-bottom: 8px;
}

.schedule-section .schedule-timeline .text {
    margin-bottom: 0px;
}

.schedule-block h4 a {
    color: #212639;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.schedule-block h4 a:hover {
    color: #f14b59;
}

.schedule-block .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    /*color: #666666;*/
    margin-bottom: 15px;
    color: black;
}

.schedule-block .btn-box {
    position: relative;
    padding: 6px 0;
}

.schedule-block .btn-box a {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    background-color: #444444;
    color: #ffffff;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 5px;
}

.schedule-block .btn-box a:hover {
    color: #ffffff;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.10); */
}

.schedule-block.even .inner-box {
    float: left;
    text-align: right;
}

.schedule-block.even .inner-box .inner {
    margin-right: 80px;
    margin-left: 0px;
    position: relative;
}

.schedule-block.even .inner:before {
    right: auto;
    left: 100%;
    margin-left: 80px;
    margin-right: 0;
}

.schedule-block.even .inner:after {
    right: auto;
    left: 100%;
    border-right: 0;
    border-left: 20px solid #ffffff;
}

.schedule-block:last-child .inner:before {
    display: none;
}

.schedule-block.even .date {
    left: auto;
    right: -132px;
}

.schedule-block.even .speaker-info {
    padding-left: 0;
    padding-right: 80px;
    width: fit-content;
    position: absolute;
    right: 30px;
}

.schedule-block.even .speaker-info .thumb {
    left: auto;
    right: 0;
}

.schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) .inner:before {
    /* border-color: #ffc20b; */
    border-color: #D4AF37;
}

.schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) .inner:before {
    /* border-color: #40cbb4; */
    border-color: #D4AF37;
}

.schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) .inner:before {
    /* border-color: #4c35a9; */
    border-color: #D4AF37;
}

.schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) .inner:before {
    /* border-color: #e6275a; */
    border-color: #D4AF37;
}

/* Backgroud */

.schedule-block:nth-child(4n + 1) .btn-box a {
    background-color: #ffc20b;
}

.schedule-block:nth-child(4n + 1) .btn-box a:hover {
    color: #ffc20b;
    border-radius: 0px;
    background: none;
    border-color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) .btn-box a {
    background-color: #40cbb4;
}

.schedule-block:nth-child(4n + 2) .btn-box a:hover {
    border-radius: 0px;
    color: #40cbb4;
    background: none;
    border-color: #40cbb4;
}

.schedule-block:nth-child(4n + 3) .btn-box a {
    background-color: #4c35a9;
}

.schedule-block:nth-child(4n + 3) .btn-box a:hover {
    border-radius: 0px;
    color: #4c35a9;
    background: none;
    border-color: #4c35a9;
}

.schedule-block:nth-child(4n + 4) .btn-box a {
    background-color: #e6275a;
}

.schedule-block:nth-child(4n + 4) .btn-box a:hover {
    border-radius: 0px;
    color: #e6275a;
    background: none;
    border-color: #e6275a;
}

/* color */

.schedule-section.style-three .schedule-block:nth-child(4n + 1) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) h4 a:hover {
    /* color: #ffc20b; */
    color: #D4AF37;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 2) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) h4 a:hover {
    /* color: #40cbb4; */
    color: #D4AF37;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 3) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) h4 a:hover {
    /* color: #4c35a9; */
    color: #D4AF37;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 4) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) h4 a:hover {
    /* color: #e6275a; */
    color: #D4AF37;
}

/***

====================================================================
		Event Detail
====================================================================

***/

.event-detail {
    position: relative;
    padding: 120px 0 90px;
}

.event-detail .auto-container {
    max-width: 1000px;
}

.event-detail .image-box {
    position: relative;
    margin-bottom: 30px;
}

.event-detail .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.event-detail .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}

.event-detail .content-box {
    position: relative;
}

.event-detail .upper-info {
    position: relative;
    margin-bottom: 20px;
}

.event-detail .upper-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 25px;
    margin-right: 20px;
}

.event-detail .upper-info .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #D4AF37;
}

.event-detail .content-box h2 {
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 25px;
}

.event-detail .speaker-info {
    position: relative;
    padding-left: 75px;
    min-height: 60px;
    margin-bottom: 25px;
}

.event-detail .speaker-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.event-detail .speaker-info .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #222222;
}

.event-detail .speaker-info .designation {
    font-size: 16px;
    line-height: 24px;
}

.event-detail .content-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 30px;
}

.event-detail .two-column {
    position: relative;
}

.event-detail .two-column .column {
    margin-bottom: 30px;
}

.event-detail .two-column .image {
    position: relative;
    margin-bottom: 0;
}

.event-detail .two-column .image img {
    display: block;
    width: 100%;
}

.event-detail .two-column h4 {
    font-size: 22px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

/***

====================================================================
		Fun Fact Section
====================================================================

***/

.fun-fact-section {
    position: relative;
    padding: 50px 0 40px;
}

.fun-fact-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/pattern-1.jpg);
    content: "";
    opacity: .10;
}

.fun-fact-section .fact-counter {
    position: relative;
}

.fun-fact-section .counter-column {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

.fun-fact-section .count-box {
    position: relative;
    font-size: 80px;
    line-height: 1em;
    color: #222222;
    font-weight: 700;
}

.fun-fact-section .count-box .icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 20px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    font-weight: 400;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
    background-color: #222222;
    box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.10);
}

.fun-fact-section .count-box:hover .icon {
    transform: rotateY(360deg);
}

.fun-fact-section .count-box .count-text {
    position: relative;
    display: block;
    /* font-size: 72px; */
    font-size: 50px;
    line-height: 1em;
    color: #15212f;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
    font-weight: 600;
    margin-bottom: 10px;
    color: #D4AF37;
}

.fun-fact-section .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    /* color: #222222; */
    color: #ffffff;
}

.fun-fact-section.style-two {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-color: #2f4f4f;*/
    background-color: #000000;
}

.fun-fact-section.style-two:before {
    background: #1c94d2;
    opacity: 0;
}

/*====================================================
		FAQ's Section
====================================================*/

.faq-section {
    position: relative;
    padding: 210px 0 40px;
    /* padding: 30px 0 50px; */
}

.faq-section .content-column {
    position: relative;
    margin-bottom: 30px;
}

/* Accordian Box */

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 22px;
    cursor: pointer;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    padding: 15px 25px 15px 25px;
    padding-right: 50px;
    border: 1px solid #dddddd;
    /* background-color: #40cbb4; */
    /* background-color: #2F4F4F; */
    background-color: #D4AF37;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 18px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon {
    position: relative;
    margin: 0px;
    color: white;
}

.accordion-box .block.active-block {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.accordion-box .block .acc-btn.active .icon-outer {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-top: 0;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 16px;
    padding: 30px 35px;
}

.accordion-box .block .content .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    /* color: #888888; */
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

/***

====================================================================
		Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 120px 0 90px;
}

.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-item .image-box {
    position: relative;
    box-shadow: 0 0px 30px rgba(8, 13, 62, .10);
    overflow: hidden;
}

.gallery-item .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.gallery-item .image-box .card img {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    content: "";
    opacity: 0;
    background-color: #1d95d2;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    border-radius: 500px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-item .image-box:hover .overlay-box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: .9;
    border-radius: 0px;
}

.gallery-item .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -29px;
    margin-left: -29px;
}

.gallery-item .overlay-box a span {
    display: block;
    height: 58px;
    width: 58px;
    background-color: #ec167f;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 18px;
    line-height: 58px;
}

.gallery-section.style-two {
    padding: 0;
}

.gallery-section.style-two .gallery-item {
    margin-bottom: 0;
}

.gallery-section.style-two .owl-carousel .owl-nav.disabled,
.gallery-section.style-two .owl-carousel .owl-dots.disabled {
    display: block;
}

/***

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    /* padding: 120px 0; */
    background-color: #fdfdfd;
    /* background-color: #fafafa; */
    /* padding: 50px 0; */
    padding: 50px 0 90px 0px;
}

.testimonial-section .bg-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    opacity: .02;
}

.testimonial-section .sec-title {
    margin-bottom: 50px;
}

.testimonial-section .carousel-outer {
    position: relative;
    /* max-width: 800px; */
    margin: 0 auto;
}

/* .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: block;
} */

.testimonial-section:hover .owl-carousel .owl-nav,
.testimonial-section:hover .owl-carousel .owl-dots {
    /* display: block !important; */
}

.testimonial-block {
    position: relative;
    text-align: center;
}

.testimonial-block .inner {
    position: relative;
}

.testimonial-block .icon {
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    /* background-color: #40cbb4; */
    /* background-color: #3170DE; */
    background-color: #ce9044;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 30px;
    text-shadow: 10px 10px 0 rgba(0, 0, 0, 0.2);
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #666666;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto 25px;
}

.testimonial-block .name {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-block .rating {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #ffc20b;
}

.testimonial-section .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.testimonial-section .owl-next,
.testimonial-section .owl-prev {
    position: absolute;
    left: -70px;
    /* left: -40px; */
    top: 0;
    height: 50px;
    width: 50px;
    font-size: 22px;
    color: #ffffff;
    line-height: 50px;
    margin-left: 15px;
    border-radius: 50%;
    text-align: center;
    /* background-color: #1c94d2; */
    background-color: #D4AF37;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .owl-next:hover,
.testimonial-section .owl-prev:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
}

.testimonial-section .owl-next {
    left: auto;
    right: -55px;
    /* right: -40px; */
}

.gallery-section .owl-nav .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.gallery-section .owl-nav .owl-next,
.gallery-section .owl-nav .owl-prev {
    right: 85px;
    position: absolute;
    /* left: -70px; */
    /* left: -40px; */
    top: -80px;
    height: 50px;
    width: 50px;
    font-size: 22px;
    color: #ffffff;
    line-height: 50px;
    margin-left: 15px;
    border-radius: 50%;
    text-align: center;
    /* background-color: #1c94d2; */
    background-color: #D4AF37;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-section .owl-nav .owl-next {
    left: auto;
    right: 10px;
    /* right: -40px; */
}

.clients-section .carousel-outer {
    position: relative;
}

.clients-section .carousel-outer .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}

.clients-section .carousel-outer .owl-nav .owl-prev,
.clients-section .carousel-outer .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    font-size: 22px;
    color: #ffffff;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    /* background-color: #1c94d2; */
    background-color: #D4AF37;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* .clients-section .carousel-outer .owl-next:hover,
.clients-section .carousel-outer .owl-prev:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
} */




/***

====================================================================
		News Section
====================================================================

***/

.news-section {
    position: relative;
    padding: 110px 0 80px;
    overflow: hidden;
}

.news-section.alternate {
    padding: 125px 0 0;
}

.news-section .styled-pagination {
    margin-top: 30px;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}

.news-block .image-box {
    position: relative;
}

.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.news-block .image-box .image a:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0.0) 100%);
}

.news-block .inner-box:hover .image-box .image a:after {
    opacity: 1;
    top: -20%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: linear;
}

.news-block .image img {
    display: block;
    width: 100%;
    /* width: 414px;
    height: 224px; */
}

/* .news-block .image .ban-img {
    display: block;
    width: 100%;
    width: 852px;
    height: 461px;
} */

.news-block .lower-content {
    position: relative;
    padding: 20px 30px 30px;
}

.news-block .post-info {
    position: relative;
    margin-bottom: 10px;
}

.news-block .post-info li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    margin-right: 25px;
}

.news-block .post-info li span {
    margin-right: 5px;
    color: #D4AF37;
}

.news-block h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.4em;
    color: #222222;
    font-weight: 600;
    margin-bottom: 20px;
}

.news-block h4 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block h4 a:hover {
    color: #D4AF37;
}

.news-block .text {
    position: relative;
    font-size: 14px;
    line-height: 27px;
    color: #888888;
    font-weight: 400;
    margin-bottom: 20px;
}

.news-block .btn-box {
    position: relative;
}

.news-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    padding: 4px 15px;
    background-color: #D4AF37;
    border-radius: 5px;
    border: 1px solid #D4AF37;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .btn-box a:hover {
    background: none;
    color: #D4AF37;
    border-color: #D4AF37;
}

.news-section .icon-circle-blue {
    right: -305px;
    bottom: -120px;
    opacity: .70;
    -webkit-animation: fa-spin 10s infinite;
    -moz-animation: fa-spin 10s infinite;
    -ms-animation: fa-spin 10s infinite;
    -o-animation: fa-spin 10s infinite;
    animation: fa-spin 10s infinite;
}


.news-section .twist-line-1 {
    left: -110px;
    top: 290px;
}

.news-section .twist-line-2 {
    left: -10%;
    top: 80px;
}

.news-section .twist-line-3 {
    left: 90px;
    top: 50px;
}


/***

====================================================================
		Call to Action
====================================================================

***/

.call-to-action {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
}

.call-to-action:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: .50;
    content: "";
}

.call-to-action .content-box {
    position: relative;
    text-align: center;
}

.call-to-action .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffbc00;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.call-to-action .content-box h2 {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
}

.call-to-action .content-box .btn-box {
    position: relative;
}


.subscribe-form {
    position: relative;
}

.form-inner {
    position: relative;
    max-width: 55%;
    width: 100%;
    margin: 0 auto;
}

.subscribe-form .upper-box {
    position: relative;
    text-align: center;
}

.subscribe-form .sec-title {
    margin-bottom: 40px;
}

.subscribe-form .sec-title .text {
    margin-top: 20px;
}

.subscribe-form .upper-box .icon-box {
    position: relative;
    display: inline-block;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: rgb(247, 0, 104);
    background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 100%);
    background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
    z-index: 1;
    font-size: 70px;
    line-height: 150px;
    color: #ffffff;
    margin-bottom: 30px;
}

.contact-section .form-group {
    position: relative;
    display: block;
    border-radius: 100px;
    margin: 0px;
    width: 100%;
    padding-right: 70px;
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

.contact-section .form-group input[type="text"],
.contact-section .form-group input[type="tel"],
.contact-section .form-group input[type="email"],
.contact-section .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    height: 60px;
    font-size: 15px;
    color: #222222;
    background: #ffffff;
    border-radius: 100px;
    padding: 14px 30px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-section .form-group input[type="submit"],
.contact-section .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 115px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    line-height: 60px;
    background-color: #ffffff;
    color: #222222;
    cursor: pointer;
    border-radius: 100px;
}

.call-to-action .form-group {
    position: relative;
    display: block;
    border-radius: 100px;
    margin: 0px;
    width: 100%;
    padding-right: 70px;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

.call-to-action .form-group input[type="text"],
.call-to-action .form-group input[type="tel"],
.call-to-action .form-group input[type="email"],
.call-to-action .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    height: 60px;
    font-size: 15px;
    color: #222222;
    background: #ffffff;
    border-radius: 100px;
    padding: 14px 30px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.call-to-action .form-group input[type="submit"],
.call-to-action .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 115px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    line-height: 60px;
    background-color: #ffffff;
    color: #222222;
    cursor: pointer;
    border-radius: 100px;
}

.call-to-action .form-group input[type="submit"]:hover,
.call-to-action .form-group button:hover {}

/***

====================================================================
		Clients Section
====================================================================

***/

.clients-section {
    position: relative;
    padding: 40px 0 40px;
}

.clients-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: .02;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.main-footer {
    position: relative;
    /* background-color: #101130;
	background-image: url(../images/background/9.jpg); */
    /* background-color: #46515A; */
    /*background-color: #2f4f4f;*/
    background-color: #000000;
}

.main-footer .widgets-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 50px;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget {
    position: relative;
}

.main-footer .footer-column .widget-title {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.main-footer .footer-column .widget-title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 40px;
    background-color: #f70068;
    content: '';
}

.main-footer .about-widget {
    position: relative;
}

.main-footer .logo {
    position: relative;
    margin-bottom: 5px;
    top: -20px;
}

.main-footer .footer-logo figure {
    margin: 0;
}

.main-footer .footer-logo img {
    display: block;
    width: 160px;
}

.main-footer .about-widget .text {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .about-widget .text p {
    font-size: 15px;
    line-height: 24px;
    color: #f9f9f9;
    font-weight: 400;
    margin-bottom: 30px;
}

.main-footer.style-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.main-footer.style-two .footer-content {
    position: relative;
    padding: 70px 0 20px 0;
    font-family: 'Poppins', sans-serif;
}

.main-footer.style-two .footer-logo {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.main-footer.style-two .footer-logo img {
    display: inline-block;
}

.main-footer.style-two .text {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 30px;
}

.main-footer .footer-nav {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-nav li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.main-footer .footer-nav li a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-nav li a:hover {
    /* color: #ec167f; */
    /* color: #3170DE; */
    color: #D4AF37;
}

.main-footer.style-two .copyright-text {
    color: #ffffff;
    margin-bottom: 0px;
}

.main-footer.style-two .copyright-text a {
    color: #ffffff;
}

.main-footer.style-two .copyright-text a:hover {
    /* color: #D4AF37; */
    color: #ce9044;
}

.main-footer.style-two .copyright-text {
    border-top: 0;
}

.social-icon-colored .fa-adn {
    color: #504e54;
}

.social-icon-colored .fa-apple {
    color: #aeb5c5;
}

.social-icon-colored .fa-android {
    color: #A5C63B;
}

.social-icon-colored .fa-bitbucket,
.social-icon-colored .fa-bitbucket-square {
    color: #003366;
}

.social-icon-colored .fa-bitcoin,
.social-icon-colored .fa-btc {
    color: #F7931A;
}

.social-icon-colored .fa-css3 {
    color: #1572B7;
}

.social-icon-colored .fa-dribbble {
    color: #F46899;
}

.social-icon-colored .fa-dropbox {
    color: #018BD3;
}

.social-icon-colored .fa-facebook,
.social-icon-colored .fa-facebook-f,
.social-icon-colored .fa-facebook-square {
    color: #3C599F;
}

.social-icon-colored .fa-flickr {
    color: #FF0084;
}

.social-icon-colored .fa-foursquare {
    color: #0086BE;
}

.social-icon-colored .fa-github,
.social-icon-colored .fa-github-alt,
.social-icon-colored .fa-github-square {
    color: #070709;
}

.social-icon-colored .fa-google-plus,
.social-icon-colored .fa-google-plus-g,
.social-icon-colored .fa-google-plus-square {
    color: #CF3D2E;
}

.social-icon-colored .fa-html5 {
    color: #E54D26;
}

.social-icon-colored .fa-instagram {
    color: #A1755C;
}

.social-icon-colored .fa-linkedin,
.social-icon-colored .fa-linkedin-in,
.social-icon-colored .fa-linkedin-square {
    color: #0085AE;
}

.social-icon-colored .fa-linux {
    color: #FBC002;
    color: #333;
}

.social-icon-colored .fa-maxcdn {
    color: #F6AE1C;
}

.social-icon-colored .fa-pagelines {
    color: #241E20;
    color: #3984EA;
}

.social-icon-colored .fa-pinterest,
.social-icon-colored .fa-pinterest-square {
    color: #CC2127;
}

.social-icon-colored .fa-renren {
    color: #025DAC;
}

.social-icon-colored .fa-skype {
    color: #01AEF2;
}

.social-icon-colored .fa-stack-exchange {
    color: #245590;
}

.social-icon-colored .fa-stack-overflow {
    color: #FF7300;
}

.social-icon-colored .fa-trello {
    color: #265A7F;
}

.social-icon-colored .fa-tumblr,
.social-icon-colored .fa-tumblr-square {
    color: #314E6C;
}

.social-icon-colored .fa-twitter,
.social-icon-colored .fa-twitter-square {
    color: #32CCFE;
}

.social-icon-colored .fa-vimeo-square {
    color: #229ACC;
}

.social-icon-colored .fa-vk {
    color: #375474;
}

.social-icon-colored .fa-weibo {
    color: #D72B2B;
}

.social-icon-colored .fa-windows {
    color: #12B6F3;
}

.social-icon-colored .fa-xing,
.social-icon-colored .fa-xing-square {
    color: #00555C;
}

.social-icon-colored .fa-youtube,
.social-icon-colored .fa-youtube-play,
.social-icon-colored .fa-youtube-square {
    color: #C52F30;
}

/*Social icon Colored*/
.social-icon-colored li a:hover .fa-adn {
    background-color: #504e54;
}

.social-icon-colored li a:hover .fa-apple {
    background-color: #aeb5c5;
}

.social-icon-colored li a:hover .fa-android {
    background-color: #A5C63B;
}

.social-icon-colored li a:hover .fa-bitbucket,
.social-icon-colored li a:hover .fa-bitbucket-square {
    background-color: #003366;
}

.social-icon-colored li a:hover .fa-bitcoin,
.social-icon-colored li a:hover .fa-btc {
    background-color: #F7931A;
}

.social-icon-colored li a:hover .fa-css3 {
    background-color: #1572B7;
}

.social-icon-colored li a:hover .fa-dribbble {
    background-color: #F46899;
}

.social-icon-colored li a:hover .fa-dropbox {
    background-color: #018BD3;
}

.social-icon-colored li a:hover .fa-facebook,
.social-icon-colored li a:hover .fa-facebook-f,
.social-icon-colored li a:hover .fa-facebook-square {
    background-color: #3C599F;
}

.social-icon-colored li a:hover .fa-flickr {
    background-color: #FF0084;
}

.social-icon-colored li a:hover .fa-foursquare {
    background-color: #0086BE;
}

.social-icon-colored li a:hover .fa-github,
.social-icon-colored li a:hover .fa-github-alt,
.social-icon-colored li a:hover .fa-github-square {
    background-color: #070709;
}

.social-icon-colored li a:hover .fa-google-plus,
.social-icon-colored li a:hover .fa-google-plus-g,
.social-icon-colored li a:hover .fa-google-plus-square {
    background-color: #CF3D2E;
}

.social-icon-colored li a:hover .fa-html5 {
    background-color: #E54D26;
}

.social-icon-colored li a:hover .fa-instagram {
    background-color: #A1755C;
}

.social-icon-colored li a:hover .fa-linkedin,
.social-icon-colored li a:hover .fa-linkedin-in,
.social-icon-colored li a:hover .fa-linkedin-square {
    background-color: #0085AE;
}

.social-icon-colored li a:hover .fa-linux {
    background-color: #FBC002;
    color: #333;
}

.social-icon-colored li a:hover .fa-maxcdn {
    background-color: #F6AE1C;
}

.social-icon-colored li a:hover .fa-pagelines {
    background-color: #241E20;
    color: #3984EA;
}

.social-icon-colored li a:hover .fa-pinterest,
.social-icon-colored li a:hover .fa-pinterest-square {
    background-color: #CC2127;
}

.social-icon-colored li a:hover .fa-renren {
    background-color: #025DAC;
}

.social-icon-colored li a:hover .fa-skype {
    background-color: #01AEF2;
}

.social-icon-colored li a:hover .fa-stack-exchange {
    background-color: #245590;
}

.social-icon-colored li a:hover .fa-stack-overflow {
    background-color: #FF7300;
}

.social-icon-colored li a:hover .fa-trello {
    background-color: #265A7F;
}

.social-icon-colored li a:hover .fa-tumblr,
.social-icon-colored li a:hover .fa-tumblr-square {
    background-color: #314E6C;
}

.social-icon-colored li a:hover .fa-twitter,
.social-icon-colored li a:hover .fa-twitter-square {
    background-color: #32CCFE;
}

.social-icon-colored li a:hover .fa-vimeo-square {
    background-color: #229ACC;
}

.social-icon-colored li a:hover .fa-vk {
    background-color: #375474;
}

.social-icon-colored li a:hover .fa-weibo {
    background-color: #D72B2B;
}

.social-icon-colored li a:hover .fa-windows {
    background-color: #12B6F3;
}

.social-icon-colored li a:hover .fa-xing,
.social-icon-colored li a:hover .fa-xing-square {
    background-color: #00555C;
}

.social-icon-colored li a:hover .fa-youtube,
.social-icon-colored li a:hover .fa-youtube-play,
.social-icon-colored li a:hover .fa-youtube-square {
    background-color: #C52F30;
}

.social-icon-colored li a:hover .fab {
    color: #ffffff;
}

/***

==================================================================
		Right To Left Style
==================================================================

***/

.rtl {
    direction: rtl;
    text-align: right;
}

.rtl .social-icon-three li,
.rtl .social-icon-one,
.rtl .banner-conference .time-countdown,
.rtl .styled-pagination,
.rtl .owl-carousel {
    direction: ltr !important;
}

.rtl .banner-conference .layer-outer,
.rtl .anim-icons {
    transform: scaleX(-1);
}

.rtl .main-header .search-box-outer,
.rtl .schedule-tabs.style-three .tab-buttons li,
.rtl .main-header .nav-outer .main-menu,
.rtl .main-header .logo-box {
    float: right;
}

.rtl .blog-categories li a span,
.rtl .fluid-section-one .content-column,
.rtl .main-header .nav-outer {
    float: left;
}

.rtl .list-style-one li:before,
.rtl .list-style-two li:before,
.rtl .fluid-section-one .image-column,
.rtl .schedule-block.style-two .speaker-info .thumb,
.rtl .pricing-block-two .features li:before,
.rtl .event-detail .speaker-info .thumb,
.rtl .event-info-tabs .tabs-content .info-list li .icon,
.rtl .comments-area .comment-box .author-thumb,
.rtl .blog-single .lower-content blockquote cite:before,
.rtl .about-section-two .about-block .icon,
.rtl .contact-page-section .contact-info li .icon,
.rtl .subscribe-section .content-box .sec-title .icon,
.rtl .sidebar .popular-posts .post .post-thumb,
.rtl .main-footer .footer-column .widget-title:before,
.rtl .pricing-block .features li:before,
.rtl .main-menu .navigation>li>ul {
    left: auto;
    right: 0;
}

.rtl .main-menu .navigation>li>ul>li>ul {
    right: 100%;
    left: auto;
}

.rtl .sidebar .search-box .form-group button,
.rtl .subscribe-form .form-group input[type="submit"],
.rtl .subscribe-form .form-group button,
.rtl .banner-conference .images-outer,
.rtl .banner-conference .layer-outer {
    right: auto;
    left: 0;
}

.rtl .main-header .outer-box {
    float: left;
    margin-right: 50px;
    margin-left: 0;
}

.rtl .main-header .outer-box .btn-box {
    float: right;
    margin-left: 20;
    margin-right: 20px;
}

.rtl .main-header .search-box-outer .dropdown-menu {
    right: auto !important;
    left: 0 !important;
}

.rtl .main-menu .navigation>li {
    float: right;
    margin-right: 45px;
    margin-left: 0;
}

.rtl .banner-carousel .content-box .info-list li .icon {
    float: right;
    margin-left: 10px;
}

.rtl .coming-soon-section .time-countdown .counter-column:before {
    right: auto;
    left: -50px;
}

.rtl .list-style-one li {
    padding-left: 0;
    padding-right: 35px;
}

.rtl .about-section .image-column .image-box {
    padding-left: 0;
    padding-right: 80px;
}

.rtl .about-section .content-column .inner-column {
    padding-right: 0;
    padding-left: 80px;
}

.rtl .feature-block-two .inner-box {
    padding: 40px 30px;
    padding-right: 100px;
}

.rtl .feature-block-two .icon-box {
    left: auto;
    right: 30px;
}

.rtl .pricing-block .features li {
    padding: 5px 0;
    padding-right: 30px;
}

.rtl .register-form .form-group input[type="text"],
.rtl .register-form .form-group input[type="email"],
.rtl .register-form .form-group input[type="url"],
.rtl .register-form .form-group input[type="number"],
.rtl .register-form .form-group input[type="date"],
.rtl .register-form .form-group input[type="email"],
.rtl .register-form .form-group textarea,
.register-form .form-group select {
    padding: 10px 20px;
    padding-right: 50px;
}

.rtl .register-form .form-group .icon {
    left: auto;
    right: 20px;
}

.rtl .user-links li a {
    border-left: 0;
    border-right: 1px solid #f70068;
}

.rtl .main-footer .contact-list li {
    padding-left: 0;
    padding-right: 40px;
}

.rtl .main-footer .contact-list li .icon {
    left: auto;
    right: 0px;
}

.rtl .speaker-block-two .info-box {
    border-radius: 30px 0 0 30px;
}

.rtl .schedule-section.style-two .schedule-block .date,
.rtl .schedule-section.style-two .schedule-block .inner-box {
    text-align: right;
}

.rtl .schedule-block.style-two .speaker-info {
    padding-left: 0;
    padding-right: 80px;
}

.rtl .pricing-block-two .title .icon {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .pricing-block-two .price-box {
    margin-left: 0;
    margin-right: -30px;
}

.rtl .pricing-block-two .price {
    border-radius: 50px 0 0 50px;
}

.rtl .pricing-block-two .features li {
    padding-right: 30px;
    padding-left: 0;
}

.rtl .banner-meetup .address .icon,
.rtl .event-info-tabs .tabs-content h4 .icon {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .event-info-tabs .tabs-content .info-list li {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .subscribe-section .content-box .sec-title {
    text-align: right;
}

.rtl .subscribe-section .content-box .sec-title {
    padding-right: 90px;
    padding-left: 0;
}

/* .rtl .about-section-two .image-column .image-box {
    padding-right: 0;
    padding-left: 50px;
}

.rtl .about-section-two .about-block h4 {
    padding-left: 0;
    padding-right: 35px;
} */

.rtl .feature-block-three .inner-box {
    padding-right: 170px;
    padding-left: 100px;
}

.rtl .feature-block-three .icon-box {
    left: auto;
    right: 50px;
}

.rtl .feature-block-three .link-box {
    right: auto;
    left: 30px;
}

.rtl .speaker-block-three .info-box {
    padding: 10px 30px;
    padding-left: 10px;
}

.rtl .speaker-block-three .info-box:before {
    right: 0;
    left: -30px;
    border-radius: 14px 0 0 14px;
}

.rtl .schedule-section.style-three .schedule-block .date,
.rtl .schedule-section.style-three .schedule-block .inner-box {
    text-align: right;
}

.rtl .accordion-box .block .acc-btn {
    padding: 15px 25px 15px 25px;
    padding-left: 50px;
}

.rtl .accordion-box .block .icon-outer {
    right: auto;
    left: 25px;
}

.rtl .app-section .link-box a {
    margin-right: 0;
    margin-left: 25px;
}

.rtl .app-section .image-column .inner-column {
    text-align: left;
}

.rtl .event-info-section .info-column .inner-column {
    left: 0;
    padding-right: 30px;
}

.rtl .event-info-tabs .tab-btn {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}

.rtl .subscribe-form .form-group {
    padding-right: 0;
    padding-left: 70px;
}

.rtl .about-section .icon-dots {
    left: auto;
    right: 50%;
}

.rtl .coming-soon .emailed-form .form-group input[type="submit"],
.rtl .coming-soon .emailed-form button {
    right: auto;
    left: 35px;
    transform: scaleX(-1);
}

.rtl .event-detail .speaker-info {
    padding-left: 0;
    padding-right: 75px;
}

.rtl .list-style-two li {
    padding-left: 0;
    padding-right: 25px;
}

.rtl .buy-ticket .support-box .number span {
    margin-left: 5px;
    margin-right: 0;
}

.rtl .buy-ticket .form-column .inner-column {
    padding-right: 0;
    padding-left: 30px;
}

.rtl .news-block .post-info li {
    margin-left: 25px;
    margin-right: 0;
}

.rtl .news-block .post-info li span {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .sidebar-page-container .sidebar.padding-left {
    padding-left: 0;
    padding-right: 40px;
}

.rtl .sidebar .search-box .form-group input[type="text"],
.rtl .sidebar .search-box .form-group input[type="search"] {
    padding: 20px 30px 20px 50px;
}

.rtl .sidebar .popular-posts .post .post-inner {
    padding-left: 0;
    padding-right: 110px;
}

.rtl .sidebar .popular-tags a {
    float: right;
    margin: 0 0px 10px 20px;
}

.rtl .blog-single .lower-content blockquote {
    padding: 35px 40px;
    padding-right: 95px;
}

.rtl .blog-single .lower-content blockquote .icon {
    left: auto;
    right: 40px;
}

.rtl .blog-single .lower-content blockquote cite {
    padding-left: 0;
    padding-right: 30px;
}

.rtl .comments-area .comment {
    padding-left: 0;
    padding-right: 70px;
}

.rtl .comments-area .comment-box .name {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .contact-page-section .contact-info li {
    padding-left: 0;
    padding-right: 55px;
}


.rtl .schedule-section.style-three .schedule-block .speaker-info,
.rtl .schedule-section.style-two .schedule-block .speaker-info {
    padding-left: 0;
    padding-right: 80px;
}

.rtl .schedule-section.style-three .schedule-block .speaker-info .thumb,
.rtl .schedule-section.style-two .schedule-block .speaker-info .thumb {
    left: auto;
    right: 0;
}

.rtl .banner-conference-two .time-countdown .counter-column {
    margin-right: 0px;
    margin-left: 30px;
}

.rtl .banner-conference-two .time-countdown .counter-column:before {
    right: auto;
    left: -20px;
}

.rtl .banner-conference-two .images-outer {
    left: 0px;
    right: auto;
}

.rtl .header-top .top-left {
    order: 2;
}

.rtl .header-top .top-right {
    order: 1;
}

.rtl .header-top-two .top-left .links li a {
    padding-left: 0px;
    padding-right: 24px;
}

.rtl .header-top-two .top-left .links li a .icon {
    right: 0px;
    left: auto;
}

.rtl .header-top-two .top-right .cart-box {
    margin-left: 30px;
}

.rtl .speaker-block-three .social-box {
    transform: translateX(-40px);
}

.rtl .speaker-block-three .inner-box:hover .social-box {
    transform: translateX(-10px);
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a::before {
    right: inherit;
    left: 25px;
}

.rtl .page-title .bread-crumb li {
    padding-right: inherit;
    margin-right: inherit;
    margin-left: 15px;
    padding-left: 15px;
}

.rtl .page-title .bread-crumb li::before {
    right: inherit;
    left: -4px;
}

.rtl .page-title .bread-crumb li:last-child {
    margin-left: 0px;
    padding-left: 0px;
}

.card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px 40px;
    box-shadow: none;
    border: 1px solid transparent;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: border-color 0.3s ease;
}

.card.active {
    border-color: #3a0071;
    box-shadow: 0 0 8px #3a0071;
}

.card img {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
    margin-bottom: 20px;
}

h3 {
    /* margin: 0 0 15px; */
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    color: #2b2b2b;
}

p {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #111;
    max-width: 280px;
}

.btn {
    font-weight: 400;
    font-size: 16px;
    /* color: #3a0071; */
    /* color: #101130; */
    /* border: 1px solid #101130; */
    border-radius: 30px;
    padding: 10px 25px;
    /* background: transparent; */
    /* background-color: #2f4f4f;
	border: 1px solid #2f4f4f;
	color: #D4AF37; */
    background-color: #D4AF37;
    color: #fff;
    border-color: #D4AF37;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn svg {
    /* stroke: #ff6f3c; */
    stroke-width: 2.5;
    width: 16px;
    height: 16px;
}

.btn:hover {
    /* background-color: #101130; */
    /* background-color: #D4AF37;
	color: #fff;
	border-color: #D4AF37; */
    /* border-color: #3a0071; */
    /* border-color: #101130; */

    background-color: #2f4f4f;
    border: 1px solid #2f4f4f;
    color: #D4AF37;

}

@media (max-width: 900px) {
    .container {
        flex-direction: column;
        /* max-width: 400px; */
        margin: 0 auto;
    }

    .card {
        max-width: 100%;
    }

    p {
        max-width: 100%;
    }
}

.testimonial-block {
    /* max-width: 350px; */
    max-width: 415px;
    /* margin: 30px auto; */
    background: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 30px;
    transition: all 0.3s ease;
    margin: 10px;
}

.testimonial-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.inner {
    text-align: center;
}

.icon {
    font-size: 30px;
    color: #999;
    /* margin-bottom: 15px; */
    margin: 25px;
    display: inline-block;
}

.icon.flaticon-menu {
    color: #D4AF37;
}

.icon-1 {
    font-size: 60px;
    color: #999;
    /* margin-bottom: 15px; */
    margin: 25px;
    display: inline-block;
}

.text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.name {
    font-weight: 600;
    font-size: 18px;
    color: #222;
    margin-bottom: 12px;
}

.rating {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.rating .fa-star {
    color: #fbc02d;
    font-size: 16px;
}

.testimonial-section .carousel-outer img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
}


.gallery-item .image-box {
    /* max-width: 350px; */
    margin: 30px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
    transition: all 0.3s ease;
    border: 2px solid rgba(17, 24, 39, 0.12);
}

.sec-title .title.Sponsors {
    display: flex;
    justify-content: center;
}

.owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
}

.features-section-two .title-block {
    display: flex;
    justify-content: center;
}

/* button */
.btn-conteiner {
    display: flex;
    justify-content: center;
    --color-text: #ffffff;
    --color-background: #D4AF37;
    --color-outline: #ff145b80;
    --color-shadow: #00000080;
}

.btn-content {
    display: flex;
    align-items: center;
    padding: 0px 30px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--color-text);
    background: #D4AF37;
    transition: 1s;
    border-radius: 100px;
    box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover,
.btn-content:focus {
    transition: 0.5s;
    -webkit-animation: btn-content 1s;
    animation: btn-content 1s;
    outline: 0.1em solid transparent;
    outline-offset: 0.2em;
    box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
    transition: 0.5s;
    margin-right: 0px;
    transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
    transition: 0.5s;
    margin-right: 25px;
}

.icon-arrow {
    width: 20px;
    /* margin-left: 15px; */
    position: relative;
    /* top: 6%; */
}

/* SVG */
#arrow-icon-one {
    transition: 0.4s;
    transform: translateX(-60%);
}

#arrow-icon-two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
    animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
    0% {
        fill: white;
    }

    50% {
        fill: var(--color-background);
    }

    100% {
        fill: white;
    }
}

/* Button animations */
@-webkit-keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}

@keyframes btn-content {
    0% {
        outline: 0.2em solid var(--color-background);
        outline-offset: 0;
    }
}



/* From Uiverse.io by vinodjangid07 */
.custm-Btn,
.dashboard-custm-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #D4AF37;
    padding: 0px !important;
}

/* plus sign */
.sign,
.dashboard {
    width: 100%;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign i,
.dashboard i {
    width: 17px;
    color: white;
}

/* text */
.login,
.dashboard-text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
    transition-duration: .3s;
    margin-bottom: 0px;
}

/* hover effect on button width */
.custm-Btn:hover {
    width: 90px;
    border-radius: 40px;
    transition-duration: .3s;
}

.dashboard-custm-btn:hover {
    width: 170px;
    border-radius: 40px;
    transition-duration: .3s;
}

.custm-Btn:hover .sign {
    width: 15%;
    transition-duration: .3s;
    padding-left: 20px;
}

.dashboard-custm-btn:hover .dashboard {
    width: 15%;
    transition-duration: .3s;
    padding-left: 20px;
}

/* hover effect button's login */
.custm-Btn:hover .login {
    opacity: 1;
    width: 60%;
    transition-duration: .3s;
    padding-right: 10px;
}

.dashboard-custm-btn:hover .dashboard-text {
    opacity: 1;
    width: 75%;
    transition-duration: .3s;
    padding-right: 10px;
}

/* button click effect*/
.custm-Btn:active,
.dashboard-custm-btn:active {
    transform: translate(2px, 2px);
}

.prestige-btn-container {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px 0;
}

.trophy-btn {
    padding: 16px 40px;
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    color: #ffb600;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.trophy-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to bottom right,
            rgba(218, 165, 32, 0.3) 0%,
            rgba(218, 165, 32, 0) 50%);
    transform: rotate(30deg);
    transition: all 0.6s ease;
}

.trophy-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(218, 165, 32, 0.3);
    color: #FFD700;
}

.trophy-btn:hover::before {
    left: 100%;
    top: 100%;
}

.btn-crown {
    font-size: 20px;
    transition: all 0.4s;
}

.trophy-btn:hover .btn-crown {
    transform: scale(1.3) rotate(15deg);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8);
}

.gold-trophy-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 36px;
    background: linear-gradient(135deg, #2F4F4F 0%, #1a2f2f 100%);
    color: #D4AF37;
    border: 2px solid #D4AF37;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.gold-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(218, 165, 32, 0.2),
            transparent);
    transition: all 0.6s ease;
}

.btn-icon {
    font-size: 18px;
    transition: all 0.3s;
}

.gold-trophy-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(218, 165, 32, 0.25);
    color: #FFD700;
    border-color: #FFD700;
}

.gold-trophy-btn:hover .gold-overlay {
    left: 100%;
}

.gold-trophy-btn:hover .btn-icon {
    transform: rotate(15deg) scale(1.2);
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .gold-trophy-btn {
        padding: 14px 28px;
        font-size: 14px;
    }

    .btn-icon {
        font-size: 16px;
    }
}

.count-box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.count-box .icon img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.count-box:hover .icon {
    transform: scale(1.1);
}

.custom-icon {
    font-size: 60px;
}

.trophy-btn .banner-content {
    font-size: 14px;
}



/* About mission and vision page */

#main-header {
    /*background-color: #2F4F4F;*/
    background-color: #000000;
}

#mission {
    margin-top: 90px;
    margin-bottom: 90px;
}

:root {
    --primary: #2F4F4F;

    --secondary: #D4AF37;

    --accent: #FFD700;
    --text-light: #f8f9fa;
    --text-dark: #333;
}

/* Header */
.page-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 2px solid #D4AF37;

}

.page-header p {
    color: #2F4F4F;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    font-style: italic;
}

#mission {
    /* background-color: #f9f9f9; */
    background-color: white;
}

.page-header h1 {
    /* color: #1a365d; */
    color: #2F4F4F;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.history-section {
    margin-bottom: 60px;
}

.section-title {
    /* color: #1a365d; */
    color: #2F4F4F;
    font-size: 2rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 48%;
    width: 60px;
    height: 3px;
    background: #d4af37;
}

.history-content p {
    /* color: #4a5568; */
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 17px;
}

.history-content .custom-icon i {
    font-size: 30px;
}

.purpose-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.purpose-card {
    /* background: white; */
    background: #f9f9f9;
    border-radius: 8px;
    padding: 40px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    text-align: center;
}

.purpose-card:hover {
    transform: translateY(-5px);
}

.mission-card {
    /* border-top: 4px solid #4299e1; */
    border-top: 4px solid #D4AF37;
}

.vision-card {
    /* border-top: 4px solid #9f7aea; */
    border-top: 4px solid #D4AF37;
}

.card-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    /* background: rgba(212, 175, 55, 0.1); */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 1.8rem;
    color: #D4AF37;
    transition: all 0.3s ease;

}

/* .mission-card .card-icon {
	color: #4299e1;
	color: #D4AF37;
} */

.vision-card .card-icon {
    /* color: #9f7aea; */
    color: #D4AF37;
}

.purpose-card h3 {
    /* color: #1a365d; */
    color: #2F4F4F;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.purpose-card p {
    /* color: #4a5568; */
    color: #000000;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2rem;
    }

    .purpose-cards {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    #mission .container {
        flex-direction: column;
        max-width: 720px;
        margin: 0 auto;
    }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    .page-header h1 {
        font-size: 1.8rem;
    }
}

/* why participate page in about */

.participation-section {
    /* margin: 110px auto; */
    margin: 220px 0px 50px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: normal;
    color: #2F4F4F;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #D4AF37;
}

.section-header p {
    font-size: 1.2rem;
    /* color: var(--text-light); */
    max-width: 700px;
    margin: 0 auto;
}

.benefits-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(302px, 2fr));
    gap: 30px;
    margin-top: 50px;
}

.benefit-card {
    background: white;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-bottom: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-bottom-color: #D4AF37;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: var(--accent);
    /* background: #2f4f4f; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #D4AF37;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    background: #D4AF37;
    color: white;
    transform: scale(1.1);
}

.cta-container {
    text-align: center;
    margin-top: 60px;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background: #D4AF37;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    background: #c9a030;
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2.2rem;
    }

    .section-header p {
        font-size: 1.1rem;
    }

    .benefit-card {
        padding: 30px 20px;
    }
}


/* awards page in about */
.awards-section {
    /* margin: 120px 0px 0px 0px; */
    margin: 20px 0 0 0;
}

.trophy-section {
    max-width: 1200px;
    /* margin: 100px auto; */
    margin: 150px auto 50px;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 3rem;
    /* font-weight: 700; */
    color: #2F4F4F;
    margin-bottom: 20px;
    position: relative;
}

.section-header h2:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: #D4AF37;
}

.trophy-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    margin-top: 60px;
}

.trophy-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
    position: relative;
}

.trophy-image img {
    /* max-width: 100%;
    height: auto; */
    /* max-height: 430px; */
    /* max-height: 375px; */
    object-fit: contain;
    /* filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1)); */
    transition: transform 0.5s ease;
    height: 500px;
}

.trophy-image:hover img {
    transform: translateY(-10px);
}

.trophy-details {
    flex: 1;
    min-width: 300px;
}

.symbolism-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.symbolism-icon {
    width: 50px;
    height: 50px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #D4AF37;
    flex-shrink: 0;
    border: 2px solid #D4AF37;
}

.symbolism-text h3 {
    /* font-family: 'Playfair Display', serif; */
    /* font-size: 1.5rem;
	margin: 0 0 10px 0;
	color: #2F4F4F;
	font-weight: 400; */
    color: #2F4F4F;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.symbolism-text p {
    /* color: #4a5568; */
    color: #000000;
    line-height: 1.7;
}

@media (max-width: 480px) {
    .symbolism-item {
        display: block;
    }

    .trophy-details {
        text-align: center;
    }

    .symbolism-item .icons {
        display: flex;
        justify-content: center;
    }
}

.symbolism-text p {
    /* color: var(--text-light); */
    margin: 0;
}

.prestige-label {
    display: inline-block;
    margin-top: 40px;
    padding: 8px 20px;
    background: #D4AF37;
    color: white;
    font-weight: 600;
    border-radius: 4px;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 2.2rem;
    }

    .trophy-container {
        flex-direction: column;
        gap: 30px;
    }

    .trophy-image {
        order: 1;
    }

    .trophy-details {
        order: 2;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
    width: 100%;
    position: relative;
    background: url(../image/banner-1.jpg) center center;
    background-size: cover;
    padding: 60px 0 0 0;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    margin-top: 0;
    background: linear-gradient(360deg, var(--hero-overlay-color), var(--hero-overlay-color));
}

.hero .circle {
    color: var(--color-primary);
}

@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed;
    }
}

.dark-bg {
    padding: 50px 30px;
    border-radius: 8px;
}

.social {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    gap: 10px;
}

.social a {
    color: var(--text-color);
    transition: 0.3s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social a:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.social i {
    font-size: 14px;
    margin: 0 2px;
    color: var(--color-primary);
}

.mr-20 {
    margin-right: 20px !important;
}

.hero h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: var(--hero-text-color);
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 600;
}

.hero span {
    color: var(--color-primary);
    font-weight: bold;
}

.hero p {
    color: var(--hero-text-color);
    font-weight: 400;
    margin-bottom: 30px;
}

.btn-get-started {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 50px;
    transition: 0.3s;
    color: var(--text-white-color);
    background: #edd467;
}

.btn-get-started:hover {
    background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
    color: var(--text-white-color);
}

.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #fff;
}

.hero .btn-watch-video i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

.hero .btn-watch-video:hover i {
    color: #fff;
}

@media (max-width: 991px) {
    .hero {
        background: url(../images/hero-bg.png) center center;
    }

    .hero h2 {
        font-size: 22px;
    }

    .call-to-action {
        background: url(../images/cta-bg.html) center left;
        background-size: cover;
        padding: 150px 60px;
        border-radius: 0px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .text-left.caption {
        text-align: center;
    }

    .caption .justify-content-start {
        justify-content: center !important;
    }

    .caption .social {
        justify-content: center;
    }

    .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }

    .icon-boxes .card-two {
        margin-top: var(--bs-gutter-y);
        margin-bottom: 0px;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);

    }
}

@media (min-width: 768px) {

    .btn-get-started,
    .hero .btn-watch-video {
        font-size: 14px;
    }

    .icon-boxes .card-two {
        margin-top: -20px;
        margin-bottom: -20px;
    }
}

.icon-box {
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
    color: var(--text-color);
    box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}

.icon-box .icon img {
    width: 77px;
}

.icon-box .title {
    margin-bottom: 15px;
    font-size: 24px;
}

.icon-box .title a {
    color: var(--color-primary);
    transition: 0.3s;
}

.icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: var(--color-primary);
}

.icon-box:hover {
    transform: scale(1.04);
}

/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.5;
}

canvas {
    display: block;
    vertical-align: bottom;
}


.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* categories */

.awards-grid-container {
    max-width: 1200px;
    margin: 220px auto 60px;
    /* margin: 120px 120px 60px 120px; */
    padding: 0 20px;
}

.grid-header {
    text-align: center;
    /* margin-bottom: 60px; */
}

.grid-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2F4F4F;
    margin-bottom: 15px;
}

.grid-header p {
    /* font-size: 1.2rem;
	color: #718096;
	max-width: 700px;
	margin: 0 auto; */
    color: #2F4F4F;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
    font-style: italic;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.category-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

/* Animated Golden Border */
.category-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    width: 0;
    height: 2px;
    background: #D4AF37;
    transition: width 0.3s ease, height 0.3s ease 0.3s, top 0.3s ease 0.6s;
    border-radius: 10px;
}

.category-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: -2px;
    right: -2px;
    width: 2px;
    height: 0;
    background: #D4AF37;
    transition: height 0.3s ease, width 0.3s ease 0.3s, bottom 0.3s ease 0.6s;
    border-radius: 10px;
}

.category-card:hover::before {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: calc(100% - 2px);
}

.category-card:hover::after {
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    bottom: calc(100% - 2px);
}

.category-card .card-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 8px;
    margin: 2px;
    transition: all 0.4s ease;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.category-card .card-icon {
    width: 60px;
    height: 60px;
    background: rgba(212, 175, 55, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 1.8rem;
    color: #D4AF37;
    transition: all 0.3s ease;
}

.category-card:hover .card-icon {
    background: #D4AF37;
    color: white;
    transform: scale(1.1);
}

.category-card.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2F4F4F;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.category-card:hover .card-title {
    color: #D4AF37;
}

.category-card .card-description {
    /*color: #718096;*/
    margin-bottom: 25px;
    flex-grow: 1;
    color: black;
}

.category-card.card-button {
    display: inline-flex;
    align-items: center;
    color: #D4AF37;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.category-card .card-button i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.category-card:hover .card-button {
    color: #2F4F4F;
}

.category-card:hover .card-button i {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .grid-header h2 {
        font-size: 2.2rem;
    }

    .grid-header p {
        font-size: 1.1rem;
    }

    .category-card .card-content {
        padding: 25px;
        text-align: center;
        align-items: center;
    }
}

.category-card .card-content {
    text-align: center;
    align-items: center;
}


/* nomination page */
/* .infographic-container {
    max-width: 1000px;
    margin: 125px auto 0px;
    padding: 0 20px;
} */

.infographic-container {
    max-width: 1000px;
    margin: 220px auto 0px;
    padding: 0 20px;
}

.nominate-trophy {
    display: flex;
    justify-content: center;
    background-color: #f9f9f9;
    padding: 50px 0;
}

.nominate-trophy .custom-icon {
    margin-right: 10px;
}

.nominate-trophy h3 {
    font-size: 32px;
    color: #2f4f4f;
}

.history-container {
    max-width: 1000px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2F4F4F;
    margin-bottom: 15px;
}

.process-steps {
    position: relative;
    padding: 40px 0 20px;
}

.process-steps::before {
    content: '';
    position: absolute;
    top: 65px;
    /* top: 57px */
    left: 25px;
    height: 80%;
    width: 4px;
    background: #D4AF37;
    transform: translateX(-50%);
}

.step {
    display: flex;
    margin-bottom: 40px;
    position: relative;
    align-items: flex-start;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #D4AF37;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.step-content {
    background: white;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-grow: 1;
    border-top: 4px solid #D4AF37;
}

.step-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2F4F4F;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.step-icon {
    margin-right: 15px;
    color: #D4AF37;
    font-size: 1.5rem;
}

.step-description {
    /* color: var(--text-light); */
    line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .process-steps::before {
        left: 20px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        margin-right: 20px;
    }

    .step-content {
        padding: 20px;
    }

    .step-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .section-header h2 {
        font-size: 2.2rem;
    }

    .process-steps::before {
        left: 20px;
        display: none;
    }

    .step {
        flex-direction: column;
    }

    .step-number {
        margin-bottom: 15px;
        margin-right: 0;
        display: none;
    }

    .step {
        text-align: center;
    }

    .icon-desc h3 {
        display: block;
    }
}

.icon-desc h3 {
    margin: 0;
}

.trophy-section .section-header h2 {
    font-weight: normal;
}

/* nomination form page */
/*
/* past winners and current finalists */
.award-finalists {
    /* padding: 100px 0px 40px 0px; */
    padding: 70px 0px 7px 0px;
    background-color: #f8f9fa;
}

.award-finalists .finalists-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
}

.award-finalists .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.award-finalists .section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2F4F4F;
    margin-bottom: 15px;
}

/* Improved Dropdown Filter */
.award-finalists .filters-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.award-finalists .dropdown-filter {
    display: flex;
    flex-direction: column;
    min-width: 200px;
}

/* Filter Label */
.award-finalists .filter-label {
    font-size: 0.95rem;
    font-weight: 600;
    /* color: #4a5568; */
    color: #000000;
    margin-bottom: 8px;
}

/* Dropdown Styling */
.award-finalists .category-dropdown,
.award-finalists .year-dropdown,
.award-finalists .search-dropdown,
.award-finalists .rank-dropdown {
    padding: 7px 45px 7px 20px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    font-size: 1rem;
    cursor: pointer;
    background: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #333;
}

.award-finalists .category-dropdown:focus,
.award-finalists .year-dropdown:focus,
.award-finalists .search-dropdown:focus,
.award-finalists .rank-dropdown:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(218, 165, 32, 0.2);
}

.award-finalists .category-dropdown:hover,
.award-finalists .year-dropdown:hover,
.award-finalists .search-dropdown:hover,
.award-finalists .rank-dropdown:hover {
    border-color: #cbd5e0;
}

/* Finalists Grid */
.award-finalists .profile-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.award-finalists .profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Badges */
.award-finalists .status-badge {
    /* padding: 5px 12px; */
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #D4AF37;
    width: 50%;
    color: white;
    align-items: center;
    display: flex;
    justify-content: center;
}

.award-finalists .finalist-badge {
    /* background: #2F4F4F; */
    background: #D4AF37;
    color: white;
}

.award-finalists .year-badge {
    /* position: absolute;
	top: 15px;
	left: 15px; */
    padding: 5px 12px;
    border-radius: 0px;
    font-size: 17px;
    font-weight: 500;
    background: #2F4F4F;
    color: white;
    border: 1px solid #2F4F4F;
    width: 50%;
}

.award-finalists .category-badge {
    /* display: block;
	padding: 8px 15px;
	background: rgba(218, 165, 32, 0.15);
	color: #D4AF37;
	border-radius: 6px;
	font-size: 1rem;
	font-weight: 700;
	margin: 15px auto; */
    text-align: center;
    width: fit-content;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 5px 15px;
    /* background: rgba(218, 165, 32, 0.1); */
    color: #2F4F4F;
    border-radius: 50px;
    border: 1px solid #2F4F4F;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;

}

.award-finalists .profile-card:hover .category-badge {
    /* background: rgba(218, 165, 32, 0.25); */
    transform: scale(1.03);
}

/* Profile Content */
.award-finalists .profile-header {
    /* padding: 25px 30px 15px; */
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.award-finalists .profile_image {
    margin: 0px;
    position: relative;
    height: 350px;
}

.award-finalists .profile-photo {
    /* width: 120px;
            height: 120px;
            border-radius: 50%;
			border: 3px solid #D4AF37;*/
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    border: none;
    /* margin: 0 auto 15px; */
    margin: 0px;
}

.award-finalists .profile-name {
    font-size: 1.5rem;
    font-weight: 600;
    /* margin-bottom: 5px; */
    color: #2F4F4F;
    margin: 0px;
}

.award-finalists .profile-company {
    color: #888888;
    /* margin-bottom: 5px; */
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
}

.award-finalists .profile-country {
    color: #888888;
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
    /* margin-bottom: 15px; */
    /* font-style: italic; */
}

.award-finalists .profile-body {
    /* padding: 20px 30px; */
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.award-finalists .subcategory {
    font-weight: 600;
    margin-bottom: 15px;
    color: #2F4F4F;
    font-size: 1.1rem;
    text-align: center;
}

/* Bio and Achievements */
.award-finalists .profile-bio {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    /* margin-bottom: 15px; */
    flex-grow: 1;
}

.profile-bio p {
    margin: 0;
    text-align: center;
}

.award-finalists .achievements {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
    /* text-align: center; */
}

.award-finalists .achievements h5 {
    font-size: 1rem;
    color: #2F4F4F;
    margin-bottom: 10px;
}

.award-finalists .achievements ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.award-finalists .achievements li {
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #666;
}

.award-finalists .social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* margin-top: 20px; */
}

.award-finalists .social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    transition: all 0.3s ease;
}

.award-finalists .social-links a:hover {
    background: #D4AF37;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .award-finalists .section-header h2 {
        font-size: 2.2rem;
    }

    .award-finalists .category-dropdown {
        min-width: 250px;
        padding: 10px 40px 10px 15px;
        background-position: right 15px center;
    }
}

/* after filtering it will work */

.award-finalists .finalists-grid .row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    /* Counteract column padding */
}

.award-finalists .finalists-grid .col-lg-6,
.award-finalists .finalists-grid .col-md-6,
.award-finalists .finalists-grid .col-sm-12,
.award-finalists .finalists-grid .col-xs-12 {
    padding: 15px;
    transition: all 0.3s ease;
}

/* Hide columns when their content is hidden */
.award-finalists .finalists-grid .col-lg-6:not(:has(.profile-card[style*="display: block"])),
.award-finalists .finalists-grid .col-md-6:not(:has(.profile-card[style*="display: block"])),
.award-finalists .finalists-grid .col-sm-12:not(:has(.profile-card[style*="display: block"])),
.award-finalists .finalists-grid .col-xs-12:not(:has(.profile-card[style*="display: block"])) {
    display: none;
}

/* past winners page */
.past-winners {
    padding: 210px 0px 40px 0px;
    background-color: #f8f9fa;
}

.past-winners .winners-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
}

.past-winners .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.past-winners .section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2F4F4F;
    margin-bottom: 15px;
}

/* Filter Controls */
.past-winners .filters-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.past-winners .dropdown-filter {
    display: flex;
    flex-direction: column;
    min-width: 200px;
}

.past-winners .filter-label {
    font-size: 0.95rem;
    font-weight: 600;
    /* color: #4a5568; */
    color: #000000;
    margin-bottom: 8px;
}

.past-winners .category-dropdown,
.past-winners .year-dropdown,
.past-winners .search-dropdown,
.past-winners .badge-dropdown,
.past-winners .rank-dropdown {
    padding: 7px 45px 7px 20px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    font-size: 1rem;
    cursor: pointer;
    background: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #333;
}

.past-winners .category-dropdown:focus,
.past-winners .year-dropdown:focus,
.past-winners .search-dropdown:focus,
.past-winners .rank-dropdown:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(218, 165, 32, 0.2);
}

.past-winners .category-dropdown:hover,
.past-winners .year-dropdown:hover,
.past-winners .search-dropdown:hover,
.past-winners .rank-dropdown:hover {
    border-color: #cbd5e0;
}

/* Winners Grid */
.past-winners .winners-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.past-winners .winner-col {
    padding: 15px;
}

.past-winners .profile-card {
    background: white;
    border-radius: 10px;
    /* overflow: hidden; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.past-winners .profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Badges */
.past-winners .winner-badge {
    /* position: absolute;
	top: 15px;
	right: 15px; */
    padding: 5px 12px;
    /* border-radius: 50px; */
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #D4AF37;
    color: white;
    width: 50%;
}

.past-winners .year-badge {
    /* position: absolute;
	top: 15px;
	left: 15px; */
    padding: 5px 12px;
    /* border-radius: 50px; */
    font-size: 17px;
    font-weight: 700;
    background: #2f4f4f;
    color: white;
    border: 1px solid #2F4F4F;
    width: 50%;
}

.past-winners .profile-header .category-badge {
    text-align: center;
    width: fit-content;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 5px 15px;
    /* background: rgba(218, 165, 32, 0.1); */
    color: #2F4F4F;
    border-radius: 50px;
    border: 1px solid #2F4F4F;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.past-winners .profile-card:hover .category-badge {
    /* background: rgba(218, 165, 32, 0.25); */
    transform: scale(1.03);
}

/* Profile Content */
.past-winners .profile-header {
    /* padding: 25px 30px 15px; */
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.past-winners .profile-photo {
    /* width: 120px;
	height: 120px;
	border-radius: 50%; */
    width: 100%;
    height: 100%;
    border-radius: 0px;
    /* object-fit: cover; */
    /* border: 3px solid #D4AF37; */
    margin: 0 auto 15px;
}

.past-winners .profile-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2F4F4F;
}

.past-winners .profile-company {
    color: #888888;
    /* margin-bottom: 5px; */
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
}

.past-winners .profile-country {
    color: #888888;
    /* font-size: 0.9rem;
	margin-bottom: 15px;
	font-style: italic; */
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
}

.past-winners .profile-body {
    /* padding: 20px 30px; */
    padding: 10px;
}

.past-winners .subcategory {
    font-weight: 600;
    margin-bottom: 15px;
    color: #2F4F4F;
    font-size: 1.1rem;
    text-align: center;
}

/* Bio and Achievements */
.past-winners .profile-bio {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.past-winners .achievements {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
}

.past-winners .achievements h5 {
    font-size: 1rem;
    color: #2F4F4F;
    margin-bottom: 10px;
}

.past-winners .achievements ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.past-winners .achievements li {
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #666;
}

.past-winners .social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* margin-top: 20px; */
}

.past-winners .social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    transition: all 0.3s ease;
}

.past-winners .social-links a:hover {
    background: #D4AF37;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .past-winners .section-header h2 {
        font-size: 2.2rem;
    }

    .past-winners .filters-container {
        flex-direction: column;
        align-items: center;
    }

    .past-winners .dropdown-filter {
        width: 100%;
        max-width: 300px;
    }
}

.category-card .card-content {
    height: 100%;
}

@media (max-width: 480px) {
    .call-to-action {
        padding: 70px 20px;
    }
}

@media (min-width: 1199px) {
    .gallery-item .category-card .card-content {
        /* height: 320px; */
    }

    .gallery-section .owl-nav {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gallery-item .category-card .card-content {
        height: 350px;
    }

    .gallery-section .owl-nav {
        margin-top: 20px;
    }
}

@media (min-width: 879px) and (max-width: 991px) {
    .gallery-item .category-card .card-content {
        height: 350px;
    }

    .gallery-section .owl-nav {
        margin-top: 20px;
    }
}

@media (min-width: 800px) and (max-width: 879px) {
    .gallery-item .category-card .card-content {
        height: 300px;
    }

    .gallery-section .owl-nav {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 799px) {
    .gallery-item .category-card .card-content {
        height: 350px;
    }

    .gallery-section .owl-nav {
        margin-top: 20px;
    }
}

@media (min-width: 581px) and (max-width: 767px) {
    .gallery-item .category-card .card-content {
        height: 350px;
    }

    .gallery-section .owl-nav {
        margin-top: 20px;
    }
}


/* current finalist */

.award-finalists .finalists-container {
    max-width: 1200px;
    margin: 85px auto 40px auto;
    /* margin: 60px auto; */
    padding: 0 20px;
}

.award-finalists .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.award-finalists .section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2F4F4F;
    margin-bottom: 15px;
}

/* Filter Controls */
.award-finalists .filter-controls {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.award-finalists .filter-btn {
    padding: 8px 20px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.award-finalists .filter-btn:hover,
.filter-btn.active {
    background: #D4AF37;
    color: white;
    border-color: #D4AF37;
}

/* Finalists Grid */
.award-finalists .finalists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.award-finalists .profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.award-finalists .winner-badge {
    background: #D4AF37;
    color: white;
}

.award-finalists .profile-heading {
    font-weight: 600;
    margin-bottom: 15px;
    color: #2F4F4F;
    font-size: 1.1rem;
    text-align: center;
}

.award-finalists .social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    transition: all 0.3s ease;
}

.award-finalists .social-links a:hover {
    background: #D4AF37;
    color: white;
}

.award-finalists .award-finalists {
    padding-top: 50px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .award-finalists .section-header h2 {
        font-size: 2.2rem;
    }

    .award-finalists .finalists-grid {
        grid-template-columns: 1fr;
    }
}

/* for search bar in dropdown */
/* .search-bar-wrapper {
    margin-top: 1rem;
} */

.search-input-container {
    position: relative;
    width: 100%;
    max-width: 300px;

}

.search-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #888;
    font-size: 1rem;
    pointer-events: none;
}

.search-input {
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
    /* space for the icon */
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 1rem;
    outline: none;
}

.award-finalists .profile-card .profile_image .badges {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    /* justify-content: space-between; */
    right: 10px;
    width: 100%;
}

.past-winners .profile-card .profile_image .badges {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    /* justify-content: space-between; */
    right: 10px;
    width: 100%;
}

.past-winners .profile-card .profile_image {
    position: relative;
}

/* event-schedule  section*/

/*
        .container {
            max-width: 1200px;
            margin: 60px auto;
            padding: 0 20px;
        } */
.event-schedule .container {
    /* max-width: 1200px; */
    /* margin: 120px auto 60px; */
    /* margin: 120px 120px 60px 120px; */
    /* padding: 0 20px; */
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 2.8rem;
    font-weight: normal;
    color: #2F4F4F;
    margin-bottom: 15px;
}

/* Event Details Section */
.event-schedule .event-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.event-schedule .detail-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.event-schedule .detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.event-schedule .detail-icon {
    font-size: 2.5rem;
    color: #D4AF37;
    margin-bottom: 20px;
}

.event-schedule .detail-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2F4F4F;
    margin-bottom: 15px;
}

.event-schedule .detail-content {
    color: var(--text-light);
    line-height: 1.7;
}

.event-schedule .theme-highlight {
    color: #D4AF37;
    font-weight: 600;
}

.event-schedule .ticket-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #D4AF37;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.event-schedule .ticket-btn:hover {
    background: #2F4F4F;
    transform: translateY(-2px);
}

/* Agenda Timeline */
.event-schedule .agenda-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto 60px;
}

.event-schedule .agenda-timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    background-color: var(--accent);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    /* height: 1150px; */
}

.event-schedule .timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.event-schedule .timeline-item:nth-child(odd) {
    left: 0;
}

.event-schedule .timeline-item:nth-child(even) {
    left: 50%;
}

.event-schedule .timeline-content {
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.event-schedule .timeline-time {
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 10px;
}

.event-schedule .timeline-title {
    font-weight: 600;
    color: #2F4F4F;
    margin-bottom: 5px;
}

.event-schedule .timeline-desc {
    /* color: var(--text-light); */
    font-size: 0.9rem;
}

.event-schedule .timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 4px solid #D4AF37;
    border-radius: 50%;
    top: 20px;
    z-index: 1;
}

.event-schedule .timeline-item:nth-child(odd)::after {
    /* right: -12px; */
    right: -10px;
}

.event-schedule .timeline-item:nth-child(even)::after {
    /* left: -12px; */
    left: -10px;
}

/* Location Map */
.event-schedule .map-container {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.event-schedule .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .event-schedule .section-header h2 {
        font-size: 2.2rem;
    }

    .event-schedule .agenda-timeline::before {
        left: 31px;
    }

    .event-schedule .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .event-schedule .timeline-item:nth-child(even) {
        left: 0;
    }

    .event-schedule .timeline-item::after {
        left: 21px;
    }

    .event-schedule .timeline-item:nth-child(odd)::after {
        right: auto;
        left: 21px;
    }

    .event-schedule .detail-icon {
        text-align: center;
    }

    .event-schedule .detail-title {
        text-align: center;
    }

    .event-schedule .detail-content {
        text-align: center;
    }

    .event-schedule .timeline-item:nth-child(even)::after {
        left: 21px;
    }
}

/* venue section */

.venue .container {
    max-width: 1200px;
    margin: 120px auto 60px;
    /* margin: 120px 120px 60px 120px; */
    padding: 0 20px;
}

.venue .venue-info {
    margin-bottom: 60px;
}

.venue .info-tabs {
    display: flex;
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 30px;
}

.venue .tab-btn {
    padding: 12px 25px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #2f4f4f;
    position: relative;
    transition: all 0.3s ease;
}

.venue .tab-btn.active {
    color: #2F4F4F;
}

.venue .tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #D4AF37;
}

.venue .tab-content {
    display: none;
}

.venue .tab-content.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.venue .info-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.venue .info-card h3 {
    color: #2F4F4F;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.venue .info-card h3 i {
    margin-right: 10px;
    color: #D4AF37;
}

.venue .hotel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.venue .hotel-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.venue .hotel-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.venue .hotel-image {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.venue .hotel-details {
    padding: 15px;
}

.venue .hotel-name {
    font-weight: 700;
    color: #2F4F4F;
    margin: 0 0 5px;
}

.venue .hotel-distance {
    color: #D4AF37;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.venue .hotel-price {
    font-weight: 600;
    margin-bottom: 10px;
}

.venue .hotel-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.venue .amenity {
    font-size: 0.8rem;
    padding: 3px 8px;
    background: rgba(218, 165, 32, 0.1);
    color: #D4AF37;
    border-radius: 50px;
}

.venue .book-btn {
    display: inline-block;
    padding: 8px 15px;
    background: #D4AF37;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.venue .book-btn:hover {
    background: #2F4F4F;
}

.venue .parking-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.venue .parking-option {
    padding: 15px;
    border-left: 3px solid #D4AF37;
    background: #f8f9fa;
}

.venue .parking-type {
    font-weight: 700;
    color: #2F4F4F;
    margin-bottom: 5px;
}

.venue .accessibility-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.venue .accessibility-icon {
    color: #D4AF37;
    font-size: 1.2rem;
    margin-right: 15px;
    flex-shrink: 0;
}

.venue .accessibility-item h4 {
    color: #2F4F4F;
    font-weight: 500;
}

.venue .accessibility-item ul li {
    color: #000;
}

@media (max-width: 768px) {
    .venue .info-tabs {
        flex-direction: column;
        border-bottom: none;
    }

    .venue .tab-btn {
        border-bottom: 1px solid #e2e8f0;
        text-align: left;
    }

    .venue .tab-btn.active::after {
        display: none;
    }

    .venue .hotel-grid,
    .parking-options {
        grid-template-columns: 1fr;
    }
}

/* judges page */
/* Judges Section Styles */

.award-judges {
    padding: 120px 0;
    background-color: #f9fafc;

}

.award-judges .judges-container {
    max-width: 1200px;
    margin: 90px auto 0;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.award-judges .section-header h1 {
    font-size: 2.5rem;
    color: #2F4F4F;
    margin-bottom: 10px;
}

.section-header p {
    font-size: 1.1rem;
    color: #7f8c8d;
}

/* Filters */
.award-judges .filters-container {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.award-judges .dropdown-filter {
    width: 300px;
}

.award-judges .filter-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #34495e;
}

.award-judges .category-dropdown {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: white;
    font-size: 1rem;
    color: #34495e;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}

/* Judges Grid */
.award-judges .judges-grid {
    margin-top: 30px;
}

.award-judges .profile-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    /* height: 100%; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.award-judges .profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Judge Badge */
.award-judges .status-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.award-judges .judge-badge {
    /* background-color: #3498db; */
    background-color: #2f4f4f;
    color: white;
}

.award-judges .year-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #f1c40f;
    color: #2c3e50;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Profile Header */
.award-judges .profile-header {
    /* padding: 30px 20px 20px; for image size */
    text-align: center;
    border-bottom: 1px solid #eee;
    /* position: relative;  for image */
}

.award-judges .profile-photo {
    /* width: 120px;
            height: 120px;
            border-radius: 50%; */
    width: 371px;
    height: 371px;
    object-fit: cover;
    /* border: 5px solid #ecf0f1; */
    /* margin-bottom: 15px; */
}

.award-judges .profile-name {
    /* font-size: 20px;
	color: #2F4F4F;
	margin: 0 0 5px; */
    font-size: 1.5rem;
    font-weight: 600;
    /* margin-bottom: 5px; */
    color: #2F4F4F;
    margin: 0px;

}

.award-judges .profile-company {
    font-size: 17px;
    color: #888888;
    font-weight: 600;
    /* margin-bottom: 5px; */
}

.award-judges .profile-country {
    font-size: 17px;
    color: #888888;
    margin-bottom: 15px;
    font-weight: 500;
}

.award-judges .category-badge {
    display: inline-block;
    padding: 5px 12px;
    background-color: #ecf0f1;
    color: #2f4f4f;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Profile Body */
.award-judges .profile-body {
    /* padding: 20px; */
    padding: 10px;
}

.award-judges .subcategory {
    font-size: 1.1rem;
    color: #2f4f4f;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.award-judges .profile-bio {
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.award-judges .achievements h5 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1rem;
}

.award-judges .achievements ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.award-judges .achievements li {
    color: #7f8c8d;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* Social Links */
.award-judges .social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.award-judges .social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #2f4f4f;
    color: #D4AF37;
    transition: all 0.3s ease;
}

.award-judges .social-links a:hover {
    /* background-color: #3498db;
	color: white; */
    background-color: #D4AF37;
    color: #2F4F4F;
    transform: translateY(-2px);
}

.award-judges .filters-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.award-judges .dropdown-filter {
    display: flex;
    flex-direction: column;
    min-width: 200px;
}

.award-judges .filter-label {
    font-size: 0.95rem;
    font-weight: 600;
    /* color: #4a5568; */
    color: #000000;
    margin-bottom: 8px;
}

.award-judges .category-dropdown,
.award-judges .year-dropdown,
.award-judges .search-dropdown,
.award-judges .rank-dropdown {
    padding: 7px 45px 7px 20px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    font-size: 1rem;
    cursor: pointer;
    background: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #333;
}

.award-judges .category-dropdown:focus,
.award-judges .year-dropdown:focus,
.award-judges .search-dropdown:focus,
.award-judges .rank-dropdown:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(218, 165, 32, 0.2);
}

.award-judges .category-dropdown:hover,
.award-judges .year-dropdown:hover,
.award-judges .search-dropdown:hover,
.award-judges .rank-dropdown:hover {
    border-color: #cbd5e0;
}

.social-icon-two {
    text-align: start !important;
}

/* contact page */

/* .contact-section {
	padding: 80px 0;
	background: #f8f9fa;
} */

.contact-section .contact-form-wrapper {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.contact-form-wrapper h2 {
    color: #2F4F4F;
}

.contact-section .form-group {
    margin-bottom: 25px;
    position: relative;
    display: block;
    border-radius: 100px;
    /* margin: 0px; */
    /* width: 100%; */
    padding-right: 70px;
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
}

/* .contact-section .form-control {
	height: 50px;
	border: 1px solid #e3e3e3;
	padding: 15px;
	border-radius: 4px;
	transition: all 0.3s ease;
} */

.contact-section .form-control:focus {
    /* border-color: #007bff; */
    box-shadow: none;
}

.contact-section textarea.form-control {
    /* height: 150px; */
    height: 60px;
    resize: none;
}

.contact-section .contact-info-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.contact-section .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contact-section .contact-info-box h2 {
    color: #2F4F4F;
}

.contact-section .info-icon {
    width: 40px;
    height: 40px;
    /* background: #007bff; */
    background: #D4AF37;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact-section .info-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.contact-section .info-content p {
    margin: 0;
    color: #7f8c8d;
    line-height: 1.6;
}

.contact-section .btn-primary {
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 4px;
}

.contact-section .container {
    max-width: 1200px;
    margin: 150px auto 60px;
    /* margin: 120px 120px 60px 120px; */
    padding: 0 20px;
}

.contact-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-section .auto-container {
    max-width: 1200px;
    /* margin: 120px auto 0px; */
    /* margin: 120px 120px 60px 120px; */
    padding: 0 20px;
}

/* event page */

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-30 {
    margin-bottom: 30px;
}

.event-details-section .section-title .big-title {
    font-size: 36px;
}

.event-details-section .event-details .event-title .tag-item {
    font-weight: 700;
    margin-bottom: 5px;
    color: #333333;
}

.event-details-section .event-details .event-title .tag-item i {
    margin-right: 5px;
    margin-bottom: 5px;
    /* color: #ffbe30; */
    color: #D4AF37;
}

.event-details-section .event-details .event-title .event-title {
    margin: 0px;
    font-size: 36px;
    color: #D4AF37;
}

.event-details-section .event-details .event-title .event-title strong {
    font-weight: 900;
}

.event-details-section .event-details .event-details-carousel {
    margin-bottom: 30px;
}

.event-details-section .event-details .event-details-carousel .item {
    height: 380px;
    overflow: hidden;
}

.event-details-section .event-details .owl-theme .owl-dots {
    display: none;
}

.event-details-section .event-details .owl-theme .owl-nav {
    top: 0;
    right: 35px;
    width: auto;
    padding: 10px;
    position: absolute;
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next,
.event-details-section .event-details .owl-theme .owl-nav .owl-prev {
    margin: 0px;
    width: 35px;
    margin: 5px;
    height: 35px;
    padding: 0px;
    overflow: hidden;
    position: relative;
    color: transparent;
    border-radius: 100%;
    background: transparent;
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next:before,
.event-details-section .event-details .owl-theme .owl-nav .owl-prev:before {
    top: 0;
    left: 0;
    width: 100%;
    opacity: .5;
    height: 100%;
    display: block;
    font-weight: 900;
    line-height: 35px;
    position: absolute;
    color: #333333;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Font Awesome 5 Free';
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next:hover:before,
.event-details-section .event-details .owl-theme .owl-nav .owl-prev:hover:before {
    opacity: 1;
}

.event-details-section .event-details .owl-theme .owl-nav .owl-next:before {
    content: '\f061';
}

.event-details-section .event-details .owl-theme .owl-nav .owl-prev:before {
    content: '\f060';
}

.event-details-section .event-details .event-info-list ul {
    width: 100%;
    /* display: table; */
    display: flex;
}

.event-details-section .event-details .event-info-list ul li {
    display: flex;
    align-items: center;
    width: 32.9%;
    /* padding: 15px; */
    margin-right: 5px;
    border-radius: 3px;
    background-color: #f7f7f7;
}

.event-details-section .event-details .event-info-list ul li:last-child {
    margin-right: 0px;
}

.event-details-section .event-details .event-info-list ul li .icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    /* background-color: #ffbe30; */
    background-color: #D4AF37;
}

.event-details-section .event-details .event-info-list ul li .event-content {
    display: table;
    padding-left: 15px;
}

.event-details-section .event-details .event-info-list ul li .event-content .event-title {
    font-weight: 700;
    color: #878787;
    font-size: 14px;
}

.event-details-section .event-details .event-info-list ul li .event-content .event-date {
    margin: 0px;
    font-weight: 900;
    color: #333333;
    /* font-size: 16px; */
    font-size: 15px;
    text-transform: uppercase;
}

.event-details-section .event-schedule .schedule-date-menu {
    margin: 0px;
    padding: 0px;
}

.event-details-section .event-schedule .schedule-date-menu>li {
    float: left;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.event-details-section .event-schedule .schedule-date-menu>li:last-child {
    margin-right: 0px;
}

.event-details-section .event-schedule .schedule-date-menu>li>a {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 900;
    padding: 15px 45px;
    text-align: center;
    color: #878787;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    background-color: #f7f7f7;
}

.event-details-section .event-schedule .schedule-date-menu>li>a small {
    width: 100%;
    display: block;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}

.event-details-section .event-schedule .schedule-date-menu>li>.active {
    color: #ffffff;
    background-color: #ffbe30;
}

.event-details-section .event-schedule .tab-content .hotal-menu {
    z-index: 1;
    margin: 0px;
    padding: 30px;
    /* -webkit-box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 16px 2px rgba(0, 0, 0, 0.1); */
}

.event-details-section .event-schedule .tab-content .hotal-menu>li {
    float: left;
    height: 40px;
    width: 24.444%;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 3px;
    display: inline-block;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li:last-child {
    margin-right: 0px;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li>a {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 700;
    line-height: 40px;
    padding: 0px 30px;
    text-align: center;
    /* color: #878787; */
    /* color: #D4AF37; */
    color: #2f4f4f;
    text-transform: capitalize;
    background-color: #f7f7f7;
}

.event-details-section .event-schedule .tab-content .hotal-menu>li>.active {
    color: #ffffff;
    /* background-color: #ffbe30; */
    background-color: #D4AF37;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item {
    padding: 30px;
    margin-bottom: 2px;
    background-color: #f7f7f7;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-image {
    width: 220px;
    float: right;
    height: 240px;
    overflow: hidden;
    border-radius: 3px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content {
    display: table;
    padding-right: 15px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li {
    margin-right: 15px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li:last-child {
    margin-right: 0px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .icon {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 18px;
    background-color: #ffbe30;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content {
    display: table;
    padding-left: 5px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-title {
    font-weight: 700;
    color: #878787;
    font-size: 14px;
}

.event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item .hall-content .event-info-list ul li .event-content .event-date {
    margin: 0px;
    font-weight: 900;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table {
    width: 33.333%;
    overflow: hidden;
    padding: 50px 30px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f7f7f7;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .popularity-sign {
    top: 35px;
    left: -50px;
    min-width: 200px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #85b200;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .amount {
    font-size: 54px;
    font-weight: 400;
    color: #ffbe30;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-header .pricing-table-title {
    margin: 0px;
    font-weight: 900;
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body {
    padding: 30px 0px;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul {
    margin: 0px;
    padding: 0px;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li {
    width: 100%;
    padding: 8px;
    display: block;
    list-style: none;
    text-align: left;
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #dddddd;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:last-child {
    border-bottom: none;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul li:before {
    top: 50%;
    left: 5px;
    font-weight: 900;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-on:before {
    color: green;
    content: '\f00c';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-body ul .item-off:before {
    color: red;
    content: '\f00d';
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer {
    text-align: center;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn {
    width: 100%;
    display: block;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 12px 40px;
    background: #ffffff;
    text-transform: uppercase;
    color: #333333 !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table .pricing-footer .custom-btn:before {
    opacity: 0;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn {
    color: #ffffff !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:before {
    opacity: 1;
}

.event-details-section .event-pricing-plan .pricing-list ul .pricing-table:hover .pricing-footer .custom-btn:after {
    opacity: 0;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table {
    z-index: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn {
    color: #ffffff !important;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:before {
    opacity: 1;
}

.event-details-section .event-pricing-plan .pricing-list ul .popular-pricing-table .pricing-footer .custom-btn:after {
    opacity: 0;
}

.event-details-section .register-wrapper .register-table ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: table;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
}

.event-details-section .register-wrapper .register-table ul li {
    width: 100%;
    display: table;
    font-size: 14px;
}

.event-details-section .register-wrapper .register-table ul .rt-header {
    border-radius: 3px;
    padding: 15px 30px;
    color: rgba(255, 255, 255, 0.8);
    /* background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
	background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
	background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
	background: linear-gradient(to bottom right, #ff3e00, #ffbe30); */
    background-color: #D4AF37;
}

/* .event-details-section .register-wrapper .register-table ul .rt-header .header-leftside-content {
    width: 70%;
    float: left;
} */

.event-details-section .register-wrapper .register-table ul .rt-header .header-leftside-content strong {
    color: #ffffff;
}

.event-details-section .register-wrapper .register-table ul .rt-header .header-rightside-content {
    width: 30%;
    float: right;
    text-align: right;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item {
    width: 100%;
    display: table;
    padding: 15px 30px;
    border-bottom: 1px solid #f0f0f0;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content {
    width: 80%;
    float: left;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content .ticket-title {
    margin: 0px;
    font-size: 24px;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .leftside-content .ticket-price {
    width: 100%;
    display: table;
    font-weight: 700;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content {
    width: 20%;
    float: right;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content .ticket-select {
    width: 100%;
    height: 45px;
    position: relative;
    border-radius: 3px;
    background-color: #f7f7f7;
}

.event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content .ticket-select select {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 700;
    padding: 0px 20px;
    border-radius: 3px;
    color: #333333;
    -webkit-appearance: none;
    border: 1px solid #f0f0f0;
    background: transparent url('../images/1.down-arrow.png') no-repeat right 20px center;
}

.event-details-section .register-wrapper .register-table ul .rt-footer {
    padding: 15px 30px;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content {
    width: 80%;
    float: left;
    padding: 11px 0px;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content .payment-card {
    margin: -5px 0px;
    margin-right: 30px;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content .total-price {
    font-weight: 700;
    color: #333333;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content {
    width: 20%;
    float: right;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn {
    width: 100%;
    height: 45px;
    padding: 0px;
    display: block;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 45px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn:after,
.event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content .custom-btn:before {
    border-radius: 3px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .admin-image {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #f7f7f7;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content {
    display: table;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .rateing-star ul li {
    color: #878787;
    font-size: 14px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .rateing-star ul .rated {
    color: #ffbe30;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .admin-name .name a {
    font-weight: 700;
    color: #333333;
    font-size: 30px;
    text-transform: capitalize;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left {
    padding: 10px 0px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left .title {
    float: left;
    font-weight: 700;
    margin-right: 15px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul {
    padding: 0px;
    display: table;
    margin: -10px 0px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li {
    float: left;
    height: 40px;
    min-width: 40px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li:last-child {
    border-right: none;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li button {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 600;
    padding: 0px 15px;
    line-height: 40px;
    color: #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-left ul li button:hover {
    color: #ffbe30;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li {
    float: left;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
    display: inline-block;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li:last-child {
    margin-right: 0px;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li button {
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 600;
    padding: 0px 15px;
    line-height: 40px;
    border-radius: 3px;
    color: #878787;
    border: 1px solid #878787;
}

.event-details-section .reviewer-comment-wrapper .comment-bar .comment-content .meta-wrapper .btn-group-right ul li button:hover {
    color: #ffbe30;
    border-color: #ffbe30;
}

.event-details-section .pagination {
    display: block;
}

.event-details-section .pagination ul {
    float: right;
}

.event-details-section .comment-form .section-title {
    position: relative;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper {
    right: 0;
    bottom: 5px;
    display: table;
    position: absolute;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rating-title {
    font-weight: 700;
    font-size: 16px;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check {
    margin: 0px;
    text-align: center;
    line-height: normal;
    display: inline-block;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox] {
    position: relative;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:before {
    top: 4px;
    left: -8px;
    cursor: pointer;
    content: "\f005";
    font-weight: 900;
    line-height: 0px;
    position: absolute;
    color: #878787;
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: 'Font Awesome 5 Free';
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:hover:before {
    color: #ffbe30;
}

.event-details-section .comment-form .section-title .rateing-star-wrapper .rateing-star-form .form-check input[type=checkbox]:checked:before {
    color: #ffbe30;
}

.event-details-section .comment-form .form-wrapper .custom-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#event-details-section {
    margin: 125px auto 0px;
}

.event-info-list ul {
    display: flex;
}

.tab-content>.tab-pane:not(.show) {
    display: none;
}

.tab-content>.active {
    display: block;
}

.sidebar-section .location-wrapper .title-wrapper {
    padding: 30px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .location-wrapper .title-wrapper .up-arrow-icon {
    top: 50%;
    right: 30px;
    position: absolute;
    color: #878787;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar-section .location-wrapper .title-wrapper .icon {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    margin-top: 0px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    font-size: 18px;
    background-color: #ffbe30;
}

.sidebar-section .location-wrapper .title-wrapper .title-content {
    display: table;
}

.sidebar-section .location-wrapper .title-wrapper .title-content small {
    font-weight: 600;
    font-size: 14px;
}

.sidebar-section .location-wrapper .title-wrapper .title-content h3 {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}

.sidebar-section .location-wrapper .location-info-list {
    padding: 30px;
}

.sidebar-section .location-wrapper .location-info-list .area-name {
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 3px;
    text-align: center;
    color: #ffbe30;
    text-transform: capitalize;
    background-color: #ffffff;
}

.sidebar-section .location-wrapper .location-info-list ul {
    width: 100%;
    display: table;
    margin-top: 30px;
}

.sidebar-section .location-wrapper .location-info-list ul li {
    margin-bottom: 5px;
    color: #333333;
    font-size: 14px;
}

.sidebar-section .location-wrapper .location-info-list ul li i {
    color: #ffbe30;
}

.sidebar-section .location-wrapper .button {
    padding: 30px;
    padding-top: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-section .location-wrapper .custom-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-btn {
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 35px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    text-transform: uppercase;
    background: #D4AF37;
    color: #ffffff !important;
    -webkit-box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 60px 5px rgba(0, 0, 0, 0.2);
}

.custom-btn:before {
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
    background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
    background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
    background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
}

.custom-btn:after,
.custom-btn:before {
    /* top: 0px; */
    /* left: 0px; */
    /* right: 0px; */
    /* bottom: 0px; */
    z-index: -1;
    content: '';
    /* position: absolute; */
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.custom-btn:before {
    background: linear-gradient(to bottom right, #ffbe30, #ff3e00) !important;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.hall-item-clearfix h3 {
    color: #2f4f4f;
}

.parking-options .parking-option .parking-type {
    color: #2f4f4f;
    font-size: 17px;
    font-weight: 500;
}

#day1hall2 .parking-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.parking-option {
    padding: 15px;
    border-left: 3px solid #D4AF37;
    background: #f8f9fa;
}

#day1hall2 .hall-item #parking .info-card ul {
    color: #000;
}

#day1hall2 .hall-item #parking .info-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

#day1hall2 .hall-item #parking .info-card h3 {
    color: #2F4F4F;
    margin-top: 0;
    display: flex;
    align-items: center;
}

#day1hall2 .hall-item #parking .info-card i {
    margin-right: 10px;
    color: #D4AF37;
}

#day1hall1 .hall-item .container h2 {
    color: #2f4f4f;
}

#day1hall3 .hall-item .accessibility-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

#day1hall3 .hall-item .accessibility-item .accessibility-icon i {
    color: #D4AF37;
    font-size: 1.2rem;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 10px;
}

#day1hall3 .hall-item #accessibility .info-card {
    background: white;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

#day1hall3 .hall-item .accessibility-item h4 {
    color: #2f4f4f;
}

#day1hall3 .hall-item #accessibility .info-card h3 {
    color: #2f4f4f;
}

#day1hall3 .hall-item .accessibility-item ul li {
    color: #000;
}

#day1hall4 .hall-item #hotels .info-card .hotel-grid {
    display: flex;
    gap: 20px;

}

#day1hall4 .hall-item #hotels .info-card h3 {
    color: #2f4f4f;
}

#day1hall4 .hall-item #hotels .hotel-image {
    height: 150px;
    background-size: cover;
    background-position: center;
}

#day1hall4 .hall-item #hotels .hotel-details .hotel-name {
    color: #2f4f4f;
    font-size: 20px;
}

#day1hall4 .hall-item #hotels .hotel-details .hotel-distance {
    color: #D4AF37;
}

#day1hall4 .hall-item #hotels .hotel-details .hotel-price {
    color: #363636;
}

#day1hall4 .hall-item #hotels .hotel-details .hotel-amenities .amenity {
    font-size: 0.8rem;
    padding: 3px 8px;
    background: rgba(218, 165, 32, 0.1);
    color: #D4AF37;
    border-radius: 50px;
}

#day1hall4 .hall-item #hotels .hotel-details .hotel-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

/* #day1hall4 .hall-item #hotels .info-card  .hotel-grid .hotel-card {
	    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;

} */
#day1hall4 .hall-item #hotels .info-card .hotel .hotel-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

#day1hall4 .hall-item #hotels .hotel-details {
    padding: 15px;
}

#day1hall4 .hall-item #hotels .hotel-details .book-btn {
    display: inline-block;
    padding: 8px 15px;
    background: #D4AF37;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
    margin-top: 10px;
    transition: all 0.3s ease;
}

/* login form */
.tabs-login-form {
    padding: 220px 0 50px;
}

.main-container {
    display: grid;
    width: 100%;
    place-items: center;
}

::selection {
    background: #D4AF37;
    color: #fff;
}

.card-wrapper {
    overflow: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    transition: width 0.6s ease;
    max-width: 390px;
    height: fit-content;
}

.card-wrapper .heading-text {
    display: flex;
    width: 200%;
}

.card-wrapper .form-title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.card-wrapper .toggle-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 15px;
}

.toggle-controls .toggle-btn {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.toggle-controls label.register-toggle {
    color: #000;
}

.toggle-controls .switch-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 15px;
    background: -webkit-linear-gradient(left, #D4AF37, #2F4F4F);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#register:checked~.switch-tab {
    left: 50%;
}

#register:checked~label.register-toggle {
    color: #fff;
    cursor: default;
    user-select: none;
}

#register:checked~label.login-toggle {
    color: #000;
}

#loginToggle:checked~label.register-toggle {
    color: #000;
}

#loginToggle:checked~label.login-toggle {
    cursor: default;
    user-select: none;
}

.card-wrapper .form-box {
    width: 100%;
    overflow: hidden;
}

.form-box .form-slide {
    display: flex;
    width: 200%;
}

.form-box .form-slide form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-slide form .input-field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.form-slide form .input-field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 15px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.form-slide form .input-field input:focus {
    border-color: #D4AF37;
}

.form-slide form .input-field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .input-field input:focus::placeholder {
    color: #D4AF37;
}

.form-slide form .forgot-link {
    margin-top: 5px;
}

.form-slide form .signup-msg {
    text-align: center;
    margin-top: 30px;
}

.form-slide form .forgot-link a,
.form-slide form .signup-msg a {
    text-decoration: none;
}

.form-slide form .forgot-link a:hover,
.form-slide form .signup-msg a:hover {
    text-decoration: underline;
}

form .submit-btn {
    height: 50px;
    width: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

form .submit-btn .btn-bg {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #D4AF37, #2F4F4F);
    border-radius: 15px;
    transition: all 0.4s ease;
}

form .submit-btn:hover .btn-bg {
    left: 0;
}

form .submit-btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.card-wrapper.login-active {
    max-width: 390px;
    height: 390px;
}

.card-wrapper.register-active {
    max-width: 600px;
    /* Or whatever width you want for register */
}

.iti {
    width: 100%;
}

.card-wrapper .register-form .iti {
    width: 100%;
    height: 100%;
}

.iti__country-list {
    z-index: 5;
}

.checkbox {
    width: fit-content;
}

.subcategories label {
    font-size: 16px;
}

/* nominate form */
.nominee-form #awards-container h4 {
    position: relative;
    color: #46515A;
    font-weight: 700;
    font-size: 1.2rem;
    /* margin-top: 30px; */
    /* margin-bottom: 16px; */
    padding-bottom: 4px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: inline-block;
}

.nominee-form #awards-container h4::after {
    /* content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 50%;
            background-color: #D4AF37;
            border-radius: 2px; */
}

.nominee-form #awards-container h4::after {
    /* content: "";
	position: absolute;
	left: -10px;
	bottom: 0;
	height: 35px;
	width: 4px;
	background-color: #D4AF37;
	border-radius: 2px; */
}

.nominee-form .form-container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.nominee-form h2 {
    color: #D4AF37;
    margin-bottom: 25px;
}

.nominee-form label {
    font-weight: 600;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.nominee-form input,
.nominee-form select,
.nominee-form textarea,
.nominee-form button {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
    box-sizing: border-box;
}

.nominee-form .check input {
    width: 10%;
}

.nominee-form textarea {
    resize: vertical;
}

.nominee-form .checkbox-list {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    margin-top: 8px;
}


.nominee-form .checkbox-list label {
    display: block;
    margin-bottom: 6px;
    font-weight: 400;
}

.nominee-form .form-section {
    margin-bottom: 25px;
}

.nominee-form .btn-submit {
    background-color: #D4AF37;
    color: white;
    border: none;
    font-weight: bold;
    margin-top: 20px;
}

.nominee-form .btn-submit:hover {
    background-color: #c29c1c;
}

.nominee-form .btn-add {
    background-color: #46515A;
    color: white;
    border: none;
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 14px;
    width: auto;
}

.nominee-form .btn-add:hover {
    background-color: #3a434a;
}

.nominee-form .media-links input {
    margin-bottom: 10px;
}

.nominee-form {
    margin: 150px 0px 50px 0px;
}

.nominee-question-anser-list .nominee-question-answer-item .question h3 {
    font-size: 20px;
    font-weight: bold;
    color: #D4AF37;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    /* padding-left: 18px; */
}

/* user profile page */
.user-profile {
    margin: 235px 0px 50px;
}

.user-profile .form-control:focus {
    box-shadow: none;
    border-color: #D4AF37;
}

.user-profile .navigate {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    font-size: 20px;
    color: black;
}

.user-profile .sidebar {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 16px 24px 16px;
    user-select: none;
    /* position: sticky; */
    top: 24px;
    /* max-height: calc(100vh - 48px); */
    /* overflow-y: auto; */
}

.user-profile .user-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.user-profile .user-info img {
    /* width: 40px;
	height: 40px; */
    width: 30%;
    height: 30%;
    border-radius: 50%;
    object-fit: cover;
}

.user-profile .user-text {
    font-size: 12px;
    color: #6b7280;
    display: flex;
    flex-direction: column;
}

.user-profile .user-text .name {
    font-weight: 600;
    color: #111827;
    font-size: 14px;
    line-height: 1.2;
}

.user-profile .section-title {
    font-weight: 600;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px;
    user-select: none;
}

.user-profile .nav-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.user-profile .nav-list li {
    font-size: 14px;
    color: #374151;
    /* display: flex; */
    align-items: center;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    margin-bottom: 2px;
}

.user-profile .nav-list li.active,
.user-profile .nav-list li:hover {
    /* background-color: #2563eb; */
    /* background-color: #D4AF37; */
    color: #ffffff;
}

.user-profile .nav-list li i {
    margin-right: 8px;
    font-size: 18px;
    color: #9ca3af;
    min-width: 16px;
    text-align: center;
}

.user-profile .nav-list li.active i {
    color: #ffffff;
}

/* .user-profile .arrow:focus {
	color: #ffffff;
} */
.user-profile .arrow {
    margin-left: auto;
    font-size: 25px;
    color: #9ca3af;
}

/* Main content */
.user-profile .main-content {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 24px 24px 24px;
    /* padding: 0px 24px 24px 24px; */
}

/* Tabs header */
.user-profile .tabs-header {
    display: flex;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.user-profile .tab {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    padding: 6px 12px;
    border-radius: 9999px;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    background: none;
    border: none;
}

.user-profile .tab.active {
    background-color: #f3f4f6;
    color: #111827;
    border-color: #d1d5db;
}

.user-profile .tab.settings {
    color: #6b7280;
    font-weight: 400;
    border: none;
    padding: 6px 0;
    cursor: default;
    background: none;
}

.user-profile .btn-add-user {
    margin-left: auto;
    background-color: #2563eb;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;
    border: none;
    transition: background-color 0.2s ease;
}

.user-profile .btn-add-user:hover {
    background-color: #1d4ed8;
}

/* Account Management */
.user-profile .account-management h3,
.user-profile .profile-info h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
    color: #111827;
}

.user-profile .photo-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* 4:5 aspect ratio */
    border-radius: 12px;
    overflow: hidden;
    background-color: #f3e6e1;
    margin-bottom: 12px;
}

.user-profile .photo-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-profile .photo-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #9ca3af;
    color: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: none;
}

.user-profile .btn-upload-photo {
    width: 100%;
    background-color: #D4AF37;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
    border: none;
}

.user-profile #account-management-title.account-management-title,
.user-profile #profile-info-title.profile-info-title,
.awardswon .awards,
.apply-judge .applyjudge {
    font-size: 16px;
    margin: 15px 0 20px 0px;
    font-weight: 800;
    position: relative;
    width: fit-content;
}

.user-profile #account-management-title.account-management-title::after,
.user-profile #profile-info-title.profile-info-title::after,
.awardswon .awards::after,
.apply-judge .applyjudge::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #D4AF37;
    bottom: -10px;
    left: 0;
}

.user-profile .btn-upload-photo:hover {
    background-color: #2f4f4f;
}

.user-profile .form-group label {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    display: block;
}

.user-profile .nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
    width: 100%;
}

.user-profile .form-group input,
.user-profile .form-group select,
.user-profile .form-group textarea {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    color: #374151;
    background-color: #ffffff;
    resize: vertical;
}

.user-profile .btn-change-password {
    margin-top: 16px;
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    color: white;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
    border: none;
}

.user-profile .btn-change-password:hover {
    /* background-color: #f3f4f6; */
}

textarea {
    height: 100px;
    padding: 8px 12px;
}

.user-profile .account {
    border-right: 1px solid #e5e7eb;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .user-profile .sidebar {
        max-height: none;
        position: relative;
        top: auto;
    }
}

@media (max-width: 575.98px) {
    .user-profile .tabs-header {
        gap: 8px;
    }

    .user-profile .btn-add-user {
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }
}

/* Sidebar base styling */
.sidebar {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

/* User Info */
.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.user-text span {
    display: block;
    font-size: 14px;
    color: #444;
}

.user-profile li .nav-link:hover,
.user-profile li .nav-list>li.active>.nav-link {
    background-color: #D4AF37;
    color: #ffffff;
}

.user-profile li .nav-link .icon {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    margin: 5px;
}

/* Arrow animation */
.user-profile li .nav-link .arrowicon {
    transition: transform 0.3s ease;
}

.user-profile .has-submenu.open .arrowicon {
    transform: rotate(90deg);
}

/* Submenu */
.user-profile .menu {
    display: none;
    padding-left: 20px;
    margin-top: 5px;
}

.user-profile .menu li {
    margin: 5px 0;
}

.user-profile .menu li a {
    display: block;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.user-profile li .nav-link:hover {
    color: #ffffff;
}

.user-profile .menu li a:hover {
    background-color: #e9ecef;
    color: #000;
}

.user-profile .has-menu.open .menu {
    display: block;
}

.user-profile li.has-menu:hover>.nav-link,
.user-profile li.has-menu:focus-within>.nav-link {
    background-color: #D4AF37;
    color: #fff;
}

.user-profile li.has-menu:hover>.nav-link .icon,
.user-profile li.has-menu:focus-within>.nav-link .icon,
.user-profile li.has-menu:hover>.nav-link .arrowicon,
.user-profile li.has-menu:focus-within>.nav-link .arrowicon {
    color: #fff;
}

.user-profile li.has-menu:hover>.nav-link .icon i,
.user-profile li.has-menu:focus-within>.nav-link .icon i,
.user-profile li.has-menu:hover>.nav-link .arrowicon .arrow,
.user-profile li.has-menu:focus-within>.nav-link .arrowicon .arrow {
    color: #fff;
}

.user-profile li.has-menu.active>.nav-link,
.user-profile li.has-menu:focus-within>.nav-link {
    background-color: #D4AF37;
    color: #fff;
}

.user-profile li.has-menu.active>.nav-link .icon,
.user-profile li.has-menu:focus-within>.nav-link .icon,
.user-profile li.has-menu.active>.nav-link .arrowicon,
.user-profile li.has-menu:focus-within>.nav-link .arrowicon {
    color: #fff;
}

.user-profile li.has-menu.active>.nav-link .icon i,
.user-profile li.has-menu:focus-within>.nav-link .icon i,
.user-profile li.has-menu.active>.nav-link .arrowicon .arrow,
.user-profile li.has-menu:focus-within>.nav-link .arrowicon .arrow {
    color: #fff;
}

/* jury form css */

/* Base Form Styling */
.jury-form form {
    /* background-color: #fff; */
    padding: 30px;
    border-radius: 12px;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); */
    color: #46515A;
}

/* Label Styling */
.jury-form form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #46515A;
}

/* Input & Textarea Fields */
.jury-form form input[type="text"],
.jury-form form input[type="email"],
.jury-form form input[type="url"],
.jury-form form input[type="tel"],
.jury-form form input[type="file"],
.jury-form form select,
.jury-form form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 15px;
    background-color: #f9f9f9;
    transition: all 0.2s ease;
    color: #333;
}

.jury-form form input:focus,
.jury-form form select:focus,
.jury-form form textarea:focus {
    border-color: #D4AF37;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(218, 165, 32, 0.2);
}

/* Section Headings */
.jury-form form h3,
.jury-form .form-section-heading {
    font-size: 20px;
    font-weight: bold;
    color: #D4AF37;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}

.jury-form .form-section-heading::before {
    content: "";
    width: 8px;
    height: 100%;
    background-color: #D4AF37;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
}

/* Buttons */
.jury-form .theme-btn.btn-style-two {
    background-color: #D4AF37;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s ease;
}

.jury-form .theme-btn.btn-style-two:hover {
    background-color: #c99c1f;
    box-shadow: 0 4px 12px rgba(218, 165, 32, 0.4);
    color: #2f4f4f;
}

/* File Upload Note */
.jury-form form small.text-muted {
    font-size: 13px;
    color: #777;
}

/* Input Group with Icons */
.jury-form .input-group-text {
    background-color: #D4AF37;
    color: white;
    border: none;
    border-radius: 6px 0 0 6px;
}

.jury-form .input-group .form-control {
    border-radius: 0 6px 6px 0;
}

/* Checkbox Section */
.jury-form form input[type="checkbox"] {
    margin-right: 6px;
    accent-color: #D4AF37;
}

.jury-form .checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Responsive Fix */
@media (max-width: 767px) {
    .jury-form .input-group-text {
        font-size: 14px;
        padding: 8px 10px;
    }
}

.jury-form .form-container {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.jury-form {
    margin: 130px 0px 50px;
}

.jury-form .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    /* border-color: #86b7fe; */
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(201 160 28 / 52%);
}

.jury-form .input-group {
    flex-wrap: nowrap;
}

#phone {
    padding-left: 50px;
}

/* table for entry details */
/* entry info */
.entry-tab {
    font-size: 16px;
    margin: 15px 0 20px 0px;
    font-weight: 800;
    position: relative;
    width: fit-content;
}

.entry-tab::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    /* background-color: #2563eb; */
    background-color: #D4AF37;
    bottom: -10px;
    left: 0;
}

.table-entry-tab .mt-4 {
    overflow: auto;
}

.table-entry-tab table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f9f9f9;
    color: darkslategray;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 0.95rem;
    border-radius: 6px;
    /* overflow: hidden; */
}

.table-entry-tab thead {
    background-color: #D4AF37;
    color: white;
}

.table-entry-tab thead th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 600;
}

.table-entry-tab tbody tr {
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

.table-entry-tab tbody tr:hover {
    background-color: #f0f0f0;
}

.table-entry-tab tbody td {
    padding: 12px 15px;
    vertical-align: middle;
    color: #2f4f4f;
    /* darkslategray */
}

.table-entry-tab a {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 500;
}

.table-entry-tab a:hover {
    /* text-decoration: underline; */
    color: #b8860b;
    /* darker goldenrod */
}

.table-entry-tab .dropdown {
    position: relative;
    display: inline-block;
}

.table-entry-tab .dots-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}

.table-entry-tab .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1;
    border-radius: 6px;
}

.table-entry-tab .dropdown-menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
}

.table-entry-tab .dropdown-menu a:hover {
    background-color: #f5f5f5;
}

.table-entry-tab table {
    width: 100%;
    border-collapse: collapse;
}

.table-entry-tab th,
.table-entry-tab td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.table-entry-tab {
     overflow: auto; 
}

/* password reset */

section#password-tab\ main-section h3 {
    font-size: 16px;
    margin: 15px 0 20px 0px;
    font-weight: 800;
    position: relative;
    width: fit-content;
}

section#password-tab\ main-section h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    /* background-color: #2563eb; */
    background-color: #D4AF37;
    bottom: -10px;
    left: 0;
}

main.col-lg-9.col-md-8.col-sm-12.User-management .text {
    height: 85%;
}

/* Award Won */
.awardswon {
    padding: 20px 0px 20px 0px;
    /* background-color: #f8f9fa; */
}

.awardswon .winners-container {
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
}

.awardswon .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.awardswon .section-header h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #2F4F4F;
    margin-bottom: 15px;
}

/* Filter Controls */
.awardswon .filters-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.awardswon .dropdown-filter {
    display: flex;
    flex-direction: column;
    min-width: 200px;
}

.awardswon .filter-label {
    font-size: 0.95rem;
    font-weight: 600;
    /* color: #4a5568; */
    color: #000000;
    margin-bottom: 8px;
}

.awardswon .category-dropdown,
.awardswon .year-dropdown,
.awardswon .search-dropdown,
.awardswon .rank-dropdown {
    padding: 7px 45px 7px 20px;
    border-radius: 50px;
    border: 2px solid #e2e8f0;
    font-size: 1rem;
    cursor: pointer;
    background: white;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #333;
}

.awardswon .category-dropdown:focus,
.awardswon .year-dropdown:focus,
.awardswon .search-dropdown:focus,
.awardswon .rank-dropdown:focus {
    outline: none;
    border-color: #D4AF37;
    box-shadow: 0 0 0 3px rgba(218, 165, 32, 0.2);
}

.awardswon .category-dropdown:hover,
.awardswon .year-dropdown:hover,
.awardswon .search-dropdown:hover,
.awardswon .rank-dropdown:hover {
    border-color: #cbd5e0;
}

/* Winners Grid */
.awardswon .winners-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.awardswon .winner-col {
    padding: 15px;
}

.awardswon .profile_image {
    background: white;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.awardswon .profile-card {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.awardswon .profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Badges */
.awardswon .winner-badge {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px 12px;
    /* border-radius: 50px; */
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #D4AF37;
    color: white;
    width: 50%;
}

.awardswon .year-badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px 12px;
    /* border-radius: 50px; */
    font-size: 17px;
    font-weight: 700;
    background: #2f4f4f;
    color: white;
    border: 1px solid #2F4F4F;
    width: 50%;
}

.awardswon .category-badge {
    text-align: center;
    width: fit-content;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 5px 15px;
    /* background: rgba(218, 165, 32, 0.1); */
    color: #2F4F4F;
    border-radius: 50px;
    border: 1px solid #2F4F4F;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.awardswon .profile-card:hover .category-badge {
    /* background: rgba(218, 165, 32, 0.25); */
    transform: scale(1.03);
}

/* Profile Content */
.awardswon .profile-header {
    /* padding: 25px 30px 15px; */
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}

.awardswon .profile-photo {
    /* width: 120px;
	height: 120px;
	border-radius: 50%; */
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    /* border: 3px solid #D4AF37; */
    margin: 0 auto 15px;
}

.awardswon .profile-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2F4F4F;
}

.awardswon .profile-company {
    color: #888888;
    /* margin-bottom: 5px; */
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
}

.awardswon .profile-country {
    color: #888888;
    /* font-size: 0.9rem;
	margin-bottom: 15px;
	font-style: italic; */
    font-size: 17px;
    font-weight: 500;
    margin: 0px;
}

.awardswon .profile-body {
    /* padding: 20px 30px; */
    padding: 10px;
}

.awardswon .subcategory {
    font-weight: 600;
    margin-bottom: 15px;
    color: #2F4F4F;
    font-size: 1.1rem;
    text-align: center;
}

/* Bio and Achievements */
.awardswon .profile-bio {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.awardswon .achievements {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #e2e8f0;
}

.awardswon .achievements h5 {
    font-size: 1rem;
    color: #2F4F4F;
    margin-bottom: 10px;
}

.awardswon .achievements ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.awardswon .achievements li {
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #666;
}

.awardswon .social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* margin-top: 20px; */
}

.awardswon .social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    transition: all 0.3s ease;
}

.awardswon .social-links a:hover {
    background: #D4AF37;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .awardswon .section-header h2 {
        font-size: 2.2rem;
    }

    .awardswon .filters-container {
        flex-direction: column;
        align-items: center;
    }

    .awardswon .dropdown-filter {
        width: 100%;
        max-width: 300px;
    }
}

/* apply judges */
.user-profile .main-content .jury-form {
    margin: 0px;
}

.user-profile .apply-judge .jury-question-anser-list .jury-question-answer-item .answer label {
    width: 100%;
}

.user-profile .apply-judge .jury-question-anser-list .jury-question-answer-item .answer textarea {
    width: 100%;
    padding: 10px 14px;
    font-size: 15px;
    color: #333;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
}

.user-profile .apply-judge .jury-question-anser-list .jury-question-answer-item .answer textarea:focus {
    /* box-shadow: 0 0 0 2px rgba(218, 165, 32, 0.2); */
    border-color: #D4AF37;
    box-shadow: none;
}



.about-main .history-content p {
    /* color: #4a5568; */
    color: #000000;
    line-height: 1.8;
    /* margin-bottom: 20px; */
    text-align: center;
    padding: 5px 80px;
    margin-bottom: 0px;
}

.about-content {
    position: relative;
}

.about-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 40%;
    height: 3px;
    background: #D4AF37;
}



/*** checkbox style ***/
#awards-container .subcategories {
    text-align: center;
}

.checkbox-wrapper-24 .checkbox {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.checkbox-wrapper-24 label {
    display: inline-block;
    /* color: #D4AF37; */
    cursor: pointer;
    position: relative;
}

.checkbox-wrapper-24 label span {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 20px;
    height: 20px;
    transform-origin: center;
    border: 2px solid #D4AF37;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

.checkbox-wrapper-24 label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #D4AF37;
    position: absolute;
    transform: rotate(45deg);
    top: 7px;
    left: 5px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}

.checkbox-wrapper-24 label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #D4AF37;
    position: absolute;
    transform: rotate(305deg);
    top: 12px;
    left: 6px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}

.checkbox-wrapper-24 label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
}

.checkbox-wrapper-24 label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
}

.checkbox-wrapper-24 input[type=checkbox] {
    display: none;
}

.checkbox-wrapper-24 input[type=checkbox]:checked+label span {
    background-color: #D4AF37;
    transform: scale(1.25);
}

.checkbox-wrapper-24 input[type=checkbox]:checked+label span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

.checkbox-wrapper-24 input[type=checkbox]:checked+label span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

.checkbox-wrapper-24 input[type=checkbox]:checked+label:hover span {
    background-color: #D4AF37;
    transform: scale(1.25);
}

.checkbox-wrapper-24 input[type=checkbox]:checked+label:hover span:after {
    width: 10px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

.checkbox-wrapper-24 input[type=checkbox]:checked+label:hover span:before {
    width: 5px;
    background: #fff;
    transition: width 150ms ease 100ms;
}

.about-mains .celebrate .text {
    font-weight: 900;
    font-size: 34px;
    line-height: 1.2;
}

.about-mains {
    position: relative;
    padding: 70px 0;
}

.about-mains::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0);
    opacity: 0.6;
    content: "";
}

.about-mains .celebrate p {
    color: white;
    padding: 0px 85px;
    margin: 10px;
    font-size: 18px;
}

#mission .history-content p .italic {
    font-style: italic;
    color: #D4AF37;
    font-weight: 400;
}

#mission .history-content p strong {
    color: #D4AF37;
}

.about-section strong,
.purpose-card.mission-card p strong,
.purpose-card.vision-card p strong {

    color: #D4AF37;
}

.purpose-card.mission-card p .italic {
    font-style: italic;
    color: #D4AF37;
    font-weight: 400;
}

.italic {
    font-style: italic;
    color: #D4AF37;
    font-weight: 400;
}

figure {
    margin: 0px 0 5px 0px;
}

.participation-section .cta-container h2 {
    color: #2f4f4f;
}

.participation-section .cta-container p {
    margin: 0px 0 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #111;
}

.trophy-details .symbolism-item .trphy {
    color: #D4AF37;
}

.trophy-details h2 {
    color: #D4AF37;
    font-size: 25px;
}

.color {
    color: #D4AF37;
}

.redirectbtn {
    padding: 13px 13px;
    background: #D4AF37;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.redirectbtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
    background: #c9a030;
}

.step-description.list {
    margin-bottom: 10px;
}

.how-ul,
.how-ul li {
    list-style: inside;
}

.how-ul li::marker {
    color: #D4AF37;
}

.how-ul li {
    color: #000;
}

.how-ul {
    padding-left: 20px;
}

.trophy-section .history-section .history-content .unorder {
    display: flex;
    justify-content: center;
    font-style: italic;
    font-weight: 700;
    color: #D4AF37;
    font-size: 17px;
}

.bg-white {
    background-color: #ffffff !important;
}


/* edit entry page */

/* table dropdown */
.editentry .table-entry-tab table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
}

.editentry .table-entry-tab th,
.editentry .table-entry-tab td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.editentry .dropdown {
    position: relative;
    display: inline-block;
}

.editentry .dots-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}

.editentry .dropdown-menu {
    display: none;
    position: absolute;
    left: 110%;
    top: -40px;
    bottom: -35px;
    /* top: -35px;
            bottom: -10px; */
    background-color: #fff;
    min-width: 100px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 1;
    border-radius: 6px;
}

.editentry .dropdown-menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
}

.editentry .dropdown-menu a:hover {
    background-color: #f5f5f5;
}

/* edit entry */
.editentry .form-head {
    font-size: 24px;
    margin: 30px 0 20px;
    color: #333;
    font-weight: normal;
}

.editentry .form-group {
    margin-bottom: 20px;
}

.editentry .form-group label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    font-size: 17px;
}

.editentry .form-group input {
    width: 100%;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.editentry .styled-category-list label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.editentry .category-group {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.editentry .category-group strong {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
    color: #D4AF37;
}

.editentry .category-group i {
    color: #2f4f4f;
    margin-right: 10px;
}

.editentry .category-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.editentry .category-tags span {
    background-color: #2f4f4f;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.editentry .category-tags span i {
    margin-right: 6px;
    color: #fff;
}

.editentry .file-card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.editentry .file-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 12px;
    position: relative;
    width: calc(25% - 12px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.editentry .file-card img {
    max-width: 100%;
    border-radius: 8px;
    margin-bottom: 8px;
    height: 150px;
    object-fit: cover;
}

.editentry .file-card .filename {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

.editentry .delete-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 14px;
    cursor: pointer;
}

.editentry .accordion {
    border-radius: 10px;
    overflow: hidden;
}

.editentry .accordion-item {
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.editentry .accordion-header {
    width: 100%;
    text-align: left;
    background: #f1f1f1;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.editentry .accordion-body {
    padding: 12px 16px;
    background: #fafafa;
    display: none;
}

.editentry .accordion-item.active .accordion-body {
    display: block;
}

.editentry .submit-btn {
    margin-top: 30px;
    text-align: center;
}

.editentry .submit-btn button {
    background-color: #D4AF37;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.editentry .accordion {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.editentry .accordion-item {
    border-bottom: 1px solid #ddd;
}

.editentry .accordion-header {
    width: 100%;
    text-align: left;
    background: #f1f1f1;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: background 0.2s ease;
}

.editentry .accordion-header:hover {
    background: #e0e0e0;
}

.editentry .accordion-body {
    padding: 14px 16px;
    background: #fafafa;
    display: none;
}

.editentry .accordion-item.active .accordion-body {
    display: block;
}

.editentry .toggle-icon {
    margin-left: auto;
    transition: transform 0.2s ease;
}

.editentry .accordion-item.active .toggle-icon {
    transform: rotate(180deg);
}

.user-card-toggle {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.user-card {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.user-card img {
    border-radius: 50%;
    margin-right: 15px;
}

.user-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.user-text .name {
    font-weight: 600;
    margin-bottom: 3px;
}

.user-text span:last-child {
    font-size: 0.9em;
    color: #666;
}

.toggle-sidebar {
    background: none;
    border: none;
    font-size: 1.2em;
    color: #666;
    transition: transform 0.3s ease;
    padding: 5px;
}

.sidebar-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.user-card-toggle.active .sidebar-content {
    max-height: 1000px;
    /* Adjust based on your content */
}

.user-card-toggle.active .toggle-sidebar {
    transform: rotate(180deg);
}

/* Hide desktop sidebar on mobile */
@media (max-width: 870px) {
    .sidebar-wrapper {
        display: none;
    }
}

/* Existing sidebar styles (for desktop) */
.sidebar-wrapper {
    /* Your existing desktop sidebar styles */
}

/* my assignments */



/* Hide submenu by default */
.submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin-top: 5px;
}

/* Show submenu when .active class is added */
.has-menu.active>.submenu {
    display: block;
}

.submenu li a {
    padding: 6px 10px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    color: #333;
}

.submenu li a:hover {
    background-color: #f1f1f1;
}

.arrowicon {
    margin-left: auto;
    padding-left: 10px;
}

.arrowicon {
    margin-left: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Rotate arrow when submenu is open */
.has-menu.active .arrowicon .arrow {
    transform: rotate(90deg);
    /* Changes › to point down */
}

.submenu-arrow {
    float: right;
    font-size: 14px;
    color: #888;
    transition: transform 0.3s ease;
}

/* Optional hover effect */
.submenu li a:hover .submenu-arrow {
    color: #fff;
}

/*  assigned nominations page css */

/* .table-responsive {
    overflow-x: auto;
    margin-top: 20px;
} */

.user-profile .assigned-nominations .assigned-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.user-profile .assigned-nominations .assigned-table thead {
    background-color: #D4AF37;
    color: #fff;
}

.user-profile .assigned-nominations .assigned-table th,
.user-profile .assigned-nominations .assigned-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-weight: 600;

}

.user-profile .assigned-nominations .assigned-table img.table-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.user-profile .assigned-nominations .badge {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
}

.user-profile .assigned-nominations .badge.gold {
    background-color: #e5b100;
}

.user-profile .assigned-nominations .btn-view {
    display: inline-block;
    padding: 6px 12px;
    background-color: #D4AF37;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

.user-profile .assigned-nominations .btn-view:hover {
    background-color: #D4AF37;
}

.user-profile .assigned-nominations .assigned-table td i {
    margin-right: 8px;
    color: #555;
}


/* nomination form */
.nomination-form {
    padding: 185px 50px 50px;
    background-color: #f9f9f9;

}

/* Tabs - Sidebar Style */
.nomination-form .hotal-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
    gap: 10px;
}

.nomination-form .hotal-menu li {
    flex: 1 1 auto;
}

.nomination-form .hotal-menu a {
    display: block;
    padding: 12px 16px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #2f4f4f;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
}

.nomination-form .hotal-menu a.active,
.nomination-form .hotal-menu a:hover {
    background-color: #D4AF37;
    color: white;
    border-color: #D4AF37;
}

/* Tab Pane Content */
.nomination-form .tab-pane {
    display: none;
}

.nomination-form .tab-pane.active,
.nomination-form .tab-pane.show {
    display: block;
}

/* nomination form */

.nomination-form .nomination-form-section {
    background-color: #f8f9fa;
    padding: 40px 20px;
}

.nomination-form .form-container {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nomination-form h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #333;
}

.nomination-form .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.nomination-form label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #444;
    line-height: 40px;
}

.nomination-form input[type="text"],
.nomination-form input[type="url"],
.nomination-form input[type="file"],
.nomination-form input[type="email"],
.nomination-form select,
.nomination-form textarea {
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    transition: border 0.3s ease;
}

.nomination-form input:focus,
.nomination-form select:focus,
.nomination-form textarea:focus {
    border-color: #D4AF37;
    outline: none;
}

.nomination-form textarea {
    resize: vertical;
}

.nomination-form .media-links input {
    margin-bottom: 10px;
}

.nomination-form .checkboxes label {
    display: block;
    font-weight: normal;
    margin-top: 5px;
}

.nomination-form .submit-btn {
    text-align: center;
    margin-top: 30px;
    height: 100%;
}

.nomination-form .submit-btn button {
    background-color: #D4AF37;
    color: #fff;
    padding: 12px 30px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.nomination-form .submit-btn button:hover {
    background-color: #D4AF37;
}

.nomination-form .btn-add {
    background-color: #46515A;
    color: white;
    border: none;
    margin-top: 10px;
    padding: 8px 15px;
    font-size: 14px;
    width: auto;
    border-radius: 6px;
}



@media (max-width: 600px) {
    .nomination-form .form-container {
        padding: 20px;
    }

    .nomination-form h2 {
        font-size: 22px;
    }

    .nomination-form .submit-btn button {
        width: 100%;
        font-size: 15px;
    }
}

.nomination-form .form-head {
    margin: 20px 0;
    font-size: 24px;
}

.nomination-form .award-cat {
    font-size: 30px;
    margin: 5px 0;
    color: #333;
    text-align: center;
}

.nomination-form .award-cat-details {
    border-top: 2px solid #D4AF37;
    /* border-bottom: 2px solid #D4AF37; */
    padding: 10px;
}

/* checkout */
.nomination-form #day1hall2 select {
    width: 20%;
}

.nomination-form #day1hall2 #country,
.nomination-form #day1hall2 #state {
    width: 100%;
}

.nomination-form #day1hall2 .total {
    font-size: 17px;
    font-weight: 600;
    color: #D4AF37;
    text-align: right;
    margin: 0px;
}



.nomination-form .billing .form-section {
    background: white;
    padding: 30px;
    border-radius: 12px;
    max-width: 800px;
    margin: auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nomination-form .billing .section-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 10px;
}

.nomination-form .billing .row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.nomination-form .billing .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.nomination-form .billing .form-group.full {
    width: 100%;
    margin-bottom: 20px;
}

.nomination-form .billing .form-group label {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
}

.nomination-form .billing input,
.nomination-form .billing select {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    transition: border 0.3s;
}

.nomination-form .billing input:focus,
.nomination-form .billing select:focus {
    border-color: #f5a623;
    outline: none;
}

.nomination-form .billing input.optional {
    font-style: italic;
    color: #999;
}

.nomination-form .billing .checkbox-wrapper {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.nomination-form .billing .checkbox-wrapper a {
    color: #f5a623;
    text-decoration: none;
}

.nomination-form .billing .row .form-group .selectoption {
    width: 100% !important;
}

.nomination-form #day1hall3 .total {
    font-size: 17px;
    font-weight: 600;
    color: #D4AF37;
    text-align: right;
    margin: 0px;
}

.nomination-form .billing .form-group .phone {
    width: 100%;
}

.nomination-form #day1hall1 .form-section-1,
.nomination-form #day1hall1 .form-section-2,
.nomination-form #day1hall1 .form-section-3,
.nomination-form #day1hall1 .form-section-4,
.nomination-form #day1hall1 .form-section-5,
.nomination-form #day1hall1 .form-section-6 {
    border: 2px solid #D4AF37;
    border-radius: 8px;
    padding: 24px 18px 18px 18px;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}

.nomination-form #day1hall1 .form-section-6 .form-group {
    display: flex;
    gap: 25px;
    flex-direction: row;
}

.nomination-form #day1hall1 .form-heading {
    font-size: 20px;
    font-weight: 700;
    color: #D4AF37;
    width: auto;
    padding: 0 12px;
    margin-left: 10px;
    border: none;
    position: absolute;
    top: -15px;

}

.nomination-form #day1hall1 .form-heading span {
    position: relative;
    display: inline-block;
    background: white;
    padding: 0 10px;
}

.nomination-form #day1hall1 .form-heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #D4AF37;
    z-index: -1;
}

/* radio btns in nominee form */
.nomination-form .radio-wrapper-2,
#paymentModal .radio-wrapper-2 {
    display: flex;
    align-items: center;
}

.nomination-form .radio-wrapper-2 input[type=radio],
#paymentModal .radio-wrapper-2 input[type=radio] {
    appearance: none;
    background-origin: border-box;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    flex-shrink: 0;
    padding: 0;
    -webkit-print-color-adjust: exact;
    border-radius: 100%;
    user-select: none;
    vertical-align: middle;
    height: 1rem;
    width: 1rem;
    border-color: rgb(209 213 219);
    background-color: rgb(243 244 246/1);
    color: #D4AF37;
    margin: 0;
}

.nomination-form .radio-wrapper-2 input[type=radio]:focus,
#paymentModal .radio-wrapper-2 input[type=radio]:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    box-shadow: #fff 0px 0px 0px 2px, #D4AF37 0px 0px 0px 4px;
}

.nomination-form .radio-wrapper-2 input[type=radio]:checked,
#paymentModal .radio-wrapper-2 input[type=radio]:checked {
    background-color: currentcolor;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E");
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: initial;
    border-color: transparent;
}

.nomination-form .radio-wrapper-2 input[type=radio]:disabled~label,
#paymentModal .radio-wrapper-2 input[type=radio]:disabled~label {
    color: rgb(156 163 175)
}

.nomination-form .radio-wrapper-2 label,
#paymentModal .radio-wrapper-2 label {
    padding-inline-start: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: rgb(17 24 39/1);
}

.nomination-form .checkbox-wrapper-19,
#paymentModal .checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@-moz-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@-webkit-keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothabottomcheck-19 {
    0% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) / 2);
    }
}

@keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-webkit-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

@-moz-keyframes dothatopcheck-19 {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: calc(var(--checkbox-height) * 1.2);
    }
}

.nomination-form .checkbox-wrapper-19 input[type=checkbox],
#paymentModal .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
}

.nomination-form .checkbox-wrapper-19 .check-box,
#paymentModal .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}

.nomination-form .checkbox-wrapper-19 .check-box::before,
.nomination-form .checkbox-wrapper-19 .check-box::after,
#paymentModal .checkbox-wrapper-19 .check-box::before,
#paymentModal .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #D4AF37;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
}

.nomination-form .checkbox-wrapper-19 .check-box::before,
#paymentModal .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nomination-form .checkbox-wrapper-19 .check-box::after,
#paymentModal .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nomination-form .checkbox-wrapper-19 input[type=checkbox]:checked+.check-box,
.nomination-form .checkbox-wrapper-19 .check-box.checked,
#paymentModal .checkbox-wrapper-19 input[type=checkbox]:checked+.check-box,
#paymentModal .checkbox-wrapper-19 .check-box.checked {
    border-color: #D4AF37;
}

.nomination-form .checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::after,
.nomination-form .checkbox-wrapper-19 .check-box.checked::after,
#paymentModal .checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::after,
#paymentModal .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
}

.nomination-form .checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::before,
.nomination-form .checkbox-wrapper-19 .check-box.checked::before,
#paymentModal .checkbox-wrapper-19 input[type=checkbox]:checked+.check-box::before,
#paymentModal .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
}




/* event pages in event*/
.event-section {
    margin-top: 125px;
    margin-bottom: 50px;
}

.event-section .event-card {
    background: #fff;
    /* width: 460px; */
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    position: relative;
}

.event-section .event-card.active {
    border-color: #D4AF37;
}

.event-section .event-image-wrapper {
    position: relative;
}

.event-section .date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #D4AF37;
    /* background: linear-gradient(180deg, #ff7a00 0%, #D4AF37 100%); */
    color: #fff;
    width: 70px;
    height: 70px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.03em;
    cursor: default;
    user-select: none;
}

.event-section .date-badge .day {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.event-section .date-badge .month {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
}

.event-section .event-image {
    width: 100%;
    height: 250px;
    display: block;
}

.event-section .event-content {
    padding: 20px 25px 30px 25px;
    flex-grow: 1;
    border-left: 4px solid transparent;
}

.event-section .event-card.active .event-content {
    border-left-color: #D4AF37;
}

.event-section .event-title {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #222;
}

.event-section .tickets-info {
    font-weight: 700;
    font-size: 14px;
    color: #D4AF37;
    margin-bottom: 20px;
}

.event-section .event-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.event-section .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #888;
}

.event-section .info-icon {
    background: #D4AF37;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    flex-shrink: 0;
}

.event-section .btn-tickets {
    background: #f7f7f7;
    border: none;
    border-radius: 30px;
    padding: 12px 40px;
    font-weight: 700;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.event-section .btn-tickets:hover {
    background: #D4AF37;
    color: #fff;
}

/* Icons from FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/webfonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

.event-section .fa-clock:before {
    content: "\f017";
    font-family: "FontAwesome";
}

.event-section .fa-map-marker-alt:before {
    content: "\f3c5";
    font-family: "FontAwesome";
}

/* Pagination below cards */
.event-section .pagination {
    max-width: 460px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 16px;
    color: #666;
    user-select: none;
}

.event-section .pagination .prev,
.event-section .pagination .next {
    cursor: pointer;
    color: #666;
}

.event-section .pagination .page-num {
    cursor: pointer;
    color: #666;
}

.event-section .pagination .page-num.active {
    font-weight: 900;
    color: #222;
}

/* Scroll to top button */
.event-section .scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(180deg, #ff7a00 0%, #D4AF37 100%);
    width: 50px;
    height: 60px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgb(251 176 64 / 0.7);
    z-index: 1000;
}

.event-section .scroll-top svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

/* Responsive */
@media (max-width: 1000px) {
    .event-section .container {
        justify-content: center;
    }

    .event-section .event-card {
        width: 100%;
        max-width: 460px;
    }
}

@media (max-width: 480px) {
    .event-section .event-content {
        padding: 15px 20px 25px 20px;
    }

    .event-section .event-title {
        font-size: 18px;
    }

    .event-section .tickets-info {
        font-size: 13px;
    }

    .event-section .info-item {
        font-size: 13px;
    }

    .event-section .btn-tickets {
        padding: 10px 30px;
        font-size: 13px;
    }
}

/* my-dashboard/entry detials */
/* view entry details */
.nomine-award-details {
    padding: 150px 0 25px;
}

.nomine-award-details .profile-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.nomine-award-details .profile-card:hover {
    transform: translateY(-5px);
}

.nomine-award-details .profile-header {
    padding: 30px;
    background: linear-gradient(135deg, rgba(218, 165, 32, 0.1) 0%, rgba(47, 79, 79, 0.05) 100%);
}

.nomine-award-details .profile-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nomine-award-details .profile-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.3);
}

.nomine-award-details .profile-name {
    color: #2F4F4F;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.nomine-award-details .profile-name::after {
    /* content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 50px;
            height: 3px;
            background: #D4AF37; */
}

.nomine-award-details .profile-title {
    color: #D4AF37;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nomine-award-details .profile-country {
    color: #5f8a8b;
    font-size: 0.95rem;
}

.nomine-award-details .profile-detail {
    margin-bottom: 8px;
}

.nomine-award-details .profile-detail strong {
    color: #2F4F4F;
    min-width: 100px;
    display: inline-block;
}

.nomine-award-details .section-title {
    color: #2F4F4F;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}

.nomine-award-details .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #D4AF37;
}

.nomine-award-details .media-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.nomine-award-details .media-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #2F4F4F;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}

.nomine-award-details .media-links a:hover {
    background-color: #D4AF37;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(218, 165, 32, 0.4);
}

.nomine-award-details .accordion-button {
    font-weight: 500;
    color: #2F4F4F;
    padding: 15px 20px;
}

.nomine-award-details .accordion-button:not(.collapsed) {
    background-color: rgba(218, 165, 32, 0.08);
    color: #2F4F4F;
    box-shadow: none;
}

.nomine-award-details .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(218, 165, 32, 0.2);
}

.nomine-award-details .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DAA520'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1.2rem;
}

.nomine-award-details .accordion-body {
    padding: 20px;
    background-color: rgba(218, 165, 32, 0.03);
    border-left: 3px solid #D4AF37;
}

/* Timeline Styles */
.nomine-award-details .timeline-container {
    position: relative;
    padding-left: 40px;
}

.nomine-award-details .timeline-container::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 25px;
    height: 80%;
    width: 3px;
    background: linear-gradient(to bottom, #D4AF37, #2F4F4F);
}

.nomine-award-details .timeline-item {
    position: relative;
    padding-bottom: 30px;
    padding-left: 20px;
}

.nomine-award-details .timeline-item:last-child {
    padding-bottom: 0;
}

.nomine-award-details .timeline-dot {
    position: absolute;
    left: -40px;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 5px solid #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F4F4F;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.nomine-award-details .timeline-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.nomine-award-details .timeline-content:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.1);
}

.nomine-award-details .timeline-category {
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.nomine-award-details .timeline-subcategory {
    font-weight: 600;
    color: #2F4F4F;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.nomine-award-details .timeline-award {
    color: #5f8a8b;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .nomine-award-details .profile-photo {
        width: 120px;
        height: 120px;
    }
}

/* media links */
.nomine-award-details .connect-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nomine-award-details .connect-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 10px 15px;
    background-color: rgba(47, 79, 79, 0.03);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nomine-award-details .connect-item:hover {
    background-color: rgba(218, 165, 32, 0.05);
    transform: translateX(3px);
}

.nomine-award-details .connect-platform {
    font-weight: 600;
    color: #2F4F4F;
    margin-right: 8px;
    min-width: 80px;
}

.nomine-award-details .connect-url {
    color: #5f8a8b;
    text-decoration: none;
    word-break: break-all;
    flex: 1;
    transition: all 0.2s ease;
}

.nomine-award-details .connect-url:hover {
    color: #D4AF37;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .nomine-award-details .connect-item {
        flex-direction: column;
        gap: 4px;
        padding: 8px 12px;
    }

    .nomine-award-details .connect-platform {
        min-width: auto;
    }
}


/* Q&A Section Styling */
.nomine-award-details .question-badge {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #D4AF37;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 0.8rem;
    font-weight: bold;
}

.nomine-award-details .accordion-button {
    font-weight: 500;
    color: #2F4F4F;
    padding: 15px 20px;
    background-color: rgba(47, 79, 79, 0.03);
}

.nomine-award-details .accordion-button:not(.collapsed) {
    background-color: rgba(218, 165, 32, 0.08);
    color: #2F4F4F;
    box-shadow: none;
}

.nomine-award-details .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(218, 165, 32, 0.2);
}

.nomine-award-details .accordion-body {
    padding: 20px;
    background-color: rgba(218, 165, 32, 0.03);
    border-left: 3px solid #D4AF37;
}

.nomine-award-details .achievement-item {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(47, 79, 79, 0.1);
    margin-bottom: 15px;
}

.nomine-award-details .achievement-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.nomine-award-details .section-title {
    text-align: left;
}

.nomine-award-details .accordion-item .accordion-body ul {
    padding: 0 0 0 32px;
}

.nomine-award-details .accordion-item .accordion-body ul li {
    list-style: disc;
}

/* for evidance */
.nomine-award-details .file-box {
    width: 150px;
    height: 200px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
}

.nomine-award-details .file-box i,
.nomine-award-details .file-box img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.nomine-award-details .file-box img {
    border-radius: 6px;
}

.nomine-award-details .file-name {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    word-break: break-word;
}

.nomine-award-details .uploaded-files {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.nomine-award-details .profile-card .btn {
    padding: 2px 25px;
}

/* judges review page in my assignments */
.nomine-award-details.review {
    padding: 150px 0 25px;
}

.nomine-award-details.review .profile-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.nomine-award-details.review .profile-card:hover {
    transform: translateY(-5px);
}

.nomine-award-details.review .profile-header {
    padding: 30px;
    background: linear-gradient(135deg, rgba(218, 165, 32, 0.1) 0%, rgba(47, 79, 79, 0.05) 100%);
}

.nomine-award-details.review .profile-photo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.nomine-award-details.review .profile-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.3);
}

.nomine-award-details.review .profile-name {
    color: #2F4F4F;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.nomine-award-details.review .profile-name::after {
    /* content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 50px;
            height: 3px;
            background: #D4AF37; */
}

.nomine-award-details.review .profile-title {
    color: #D4AF37;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nomine-award-details.review .profile-country {
    color: #5f8a8b;
    font-size: 0.95rem;
}

.nomine-award-details.review .profile-detail {
    margin-bottom: 8px;
}

.nomine-award-details.review .profile-detail strong {
    color: #2F4F4F;
    min-width: 100px;
    display: inline-block;
}

.nomine-award-details.review .section-title {
    color: #2F4F4F;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}

.nomine-award-details.review .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #D4AF37;
}

.nomine-award-details.review .media-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.nomine-award-details.review .media-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #2F4F4F;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    transition: all 0.3s ease;
}

.nomine-award-details.review .media-links a:hover {
    background-color: #D4AF37;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(218, 165, 32, 0.4);
}

.nomine-award-details.review .accordion-button {
    font-weight: 500;
    color: #2F4F4F;
    padding: 15px 20px;
}

.nomine-award-details.review .accordion-button:not(.collapsed) {
    background-color: rgba(218, 165, 32, 0.08);
    color: #2F4F4F;
    box-shadow: none;
}

.nomine-award-details.review .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(218, 165, 32, 0.2);
}

.nomine-award-details.review .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23DAA520'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-size: 1.2rem;
}

.nomine-award-details.review .accordion-body {
    padding: 20px;
    background-color: rgba(218, 165, 32, 0.03);
    border-left: 3px solid #D4AF37;
}

/* Timeline Styles */
.nomine-award-details.review .timeline-container {
    position: relative;
    padding-left: 40px;
}

.nomine-award-details.review .timeline-container::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 25px;
    height: 78%;
    width: 3px;
    background: linear-gradient(to bottom, #D4AF37, #2F4F4F);
}

.nomine-award-details.review .timeline-item {
    position: relative;
    padding-bottom: 30px;
    padding-left: 20px;
}

.nomine-award-details.review .timeline-item:last-child {
    padding-bottom: 0;
}

.nomine-award-details.review .timeline-dot {
    position: absolute;
    left: -40px;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 5px solid #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2F4F4F;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.nomine-award-details.review .timeline-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.nomine-award-details.review .timeline-content:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.1);
}

.nomine-award-details.review .timeline-category {
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.nomine-award-details.review .timeline-subcategory {
    font-weight: 600;
    color: #2F4F4F;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.nomine-award-details.review .timeline-award {
    color: #5f8a8b;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .nomine-award-details.review .profile-photo {
        width: 120px;
        height: 120px;
    }
}

/* media links */
.nomine-award-details.review .connect-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nomine-award-details.review .connect-item {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 10px 15px;
    background-color: rgba(47, 79, 79, 0.03);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.nomine-award-details.review .connect-item:hover {
    background-color: rgba(218, 165, 32, 0.05);
    transform: translateX(3px);
}

.nomine-award-details.review .connect-platform {
    font-weight: 600;
    color: #2F4F4F;
    margin-right: 8px;
    min-width: 80px;
}

.nomine-award-details.review .connect-url {
    color: #5f8a8b;
    text-decoration: none;
    word-break: break-all;
    flex: 1;
    transition: all 0.2s ease;
}

.nomine-award-details.review .connect-url:hover {
    color: #D4AF37;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .nomine-award-details.review .connect-item {
        flex-direction: column;
        gap: 4px;
        padding: 8px 12px;
    }

    .nomine-award-details.review .connect-platform {
        min-width: auto;
    }
}


/* Q&A Section Styling */
.nomine-award-details.review .question-badge {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #D4AF37;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 0.8rem;
    font-weight: bold;
}

.nomine-award-details.review .accordion-button {
    font-weight: 500;
    color: #2F4F4F;
    padding: 0px 20px;
    background-color: rgba(47, 79, 79, 0.03);
}

.nomine-award-details.review .accordion-button:not(.collapsed) {
    background-color: rgba(218, 165, 32, 0.08);
    color: #2F4F4F;
    box-shadow: none;
}

.nomine-award-details.review .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(218, 165, 32, 0.2);
}

.nomine-award-details.review .accordion-body {
    padding: 20px;
    background-color: rgba(218, 165, 32, 0.03);
    border-left: 3px solid #D4AF37;
}

.nomine-award-details.review .achievement-item {
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(47, 79, 79, 0.1);
    margin-bottom: 15px;
}

.nomine-award-details.review .achievement-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.nomine-award-details.review .section-title {
    text-align: left;
}

.nomine-award-details.review .accordion-item .accordion-body ul {
    padding: 0 0 0 32px;
}

.nomine-award-details.review .accordion-item .accordion-body ul li {
    list-style: disc;
}

/* for evidance */
.nomine-award-details.review .file-box {
    width: fit-content;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
}

.nomine-award-details.review .view-download-evidence {
    padding: 0px;
}

.nomine-award-details.review .view-download-evidence .fas {
    height: 30px;
    width: 50px;
    line-height: 1.8;
}

.nomine-award-details.review .file-box i,
.nomine-award-details.review .file-box img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.nomine-award-details.review .file-box img {
    border-radius: 6px;
}

.nomine-award-details.review .file-name {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    word-break: break-word;
}

.nomine-award-details.review .uploaded-files {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* for rating */

.nomine-award-details.review .rating-section {
    max-width: 350px;
    margin: 20px auto 0;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
}

.nomine-award-details.review .rating-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f39c12;
    margin-bottom: 15px;
}

.nomine-award-details.review input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s ease;
    cursor: pointer;
    background: linear-gradient(to right, #f39c12 0%, #ddd 0%);
}

.nomine-award-details.review input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f39c12;
    cursor: pointer;
    border: 2px solid #fff;
    margin-top: -9px;
    box-shadow: 0 0 5px rgba(243, 156, 18, 0.6);
}

.nomine-award-details.review input[type=range]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f39c12;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(243, 156, 18, 0.6);
}

.nomine-award-details.review .label-text {
    margin-top: 10px;
    color: #666;
    font-weight: 600;
}

.nomine-award-details.review .submit-btn {
    margin-top: 20px;
    background-color: #f39c12;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 25px;
    padding: 12px 35px;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(243, 156, 18, 0.4);
    transition: background-color 0.3s ease;
}

.nomine-award-details.review .submit-btn:hover {
    background-color: #d48806;
}

/* copy css from assigned-application.html */

/* for rating */
.nomine-award-details .rating-section {
    max-width: 350px;
    margin: 20px auto 0;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
}

.nomine-award-details .rating-value {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f39c12;
    margin-bottom: 15px;
}

.nomine-award-details input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s ease;
    cursor: pointer;
    background: linear-gradient(to right, #f39c12 0%, #ddd 0%);
}

.nomine-award-details input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f39c12;
    cursor: pointer;
    border: 2px solid #fff;
    margin-top: -9px;
    box-shadow: 0 0 5px rgba(243, 156, 18, 0.6);
}

.nomine-award-details input[type=range]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f39c12;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(243, 156, 18, 0.6);
}

.nomine-award-details .label-text {
    margin-top: 10px;
    color: #666;
    font-weight: 600;
}

.nomine-award-details .submit-btn {
    margin-top: 20px;
    background-color: #f39c12;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 25px;
    padding: 12px 35px;
    font-size: 1.1rem;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(243, 156, 18, 0.4);
    transition: background-color 0.3s ease;
}

.nomine-award-details .submit-btn:hover {
    background-color: #d48806;
}


/* RESPPONSIVE .CSS CODE */

@media only screen and (max-width: 1139px) {

    .buy-ticket .form-column .inner-column,
    .about-section .content-column .inner-column {
        padding-right: 0;
    }

    /* .event-info-section .info-column .inner-column,
	.useful-links {
		padding-left: 0;
	} */

    .features-section-two .title-block .inner-box {
        background-color: transparent;
        padding: 0;
    }

    .banner-conference .icon-circle-3 {
        left: -200px;
        top: -200px;
    }

    /* .about-section-two .content-column .inner-column {
		padding-top: 0;
	} */

    /* .sidebar-page-container .sidebar.padding-left {
		padding-left: 0;
	}

	.instagram-widget .outer .image {
		width: 20%;
	} */

    .main-menu .navigation>li {
        margin-left: 35px;
    }
}

@media (min-width: 767px) and (max-width: 871px) {
    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block !important;
        margin: 0px;
        line-height: 0;
    }

    .mobile-menu .navigation .outer-box {
        width: 100%;
        display: flex;
    }
}

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>.mega-menu,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 1023px) {

    .main-header,
    .main-header.fixed-header,
    .main-header .main-box {
        /* position: relative !important; */
        /* background-color: #1e1f36; */
        background-color: #2F4F4F;
    }

    .main-header .main-box {
        padding: 10px 0;
        /* background-color: #1e1f36; */
        background-color: #000000;
    }

    .header-style-two,
    .header-style-two .main-box {
        background-color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.04);
        padding: 0;
    }

    .header-style-two .outer-box,
    .header-style-two .logo-box,
    .header-style-two .main-menu .navigation>li {
        padding: 10px 0;
    }

    .header-style-two .outer-box .theme-btn {
        background-color: #e1137b;
        color: #ffffff;
    }

    .header-style-two .nav-outer {
        float: right;
    }

    .schedule-tabs .tab-btn:after,
    .banner-meetup .countdown .counter-column:before,
    .about-section .image-column .image-1:before,
    .main-header .outer-box {
        /* display: none; */
        display: block;
    }

    .banner-carousel .swiper-slide {
        padding: 200px 0;
    }

    .banner-carousel .content-box h2 {
        font-size: 50px;
        line-height: 1.2em;
        margin-bottom: 20px;
    }

    .banner-carousel .slide-item {
        padding: 150px 0;
    }

    /* .coming-soon-section .outer-box {
		margin: 0 -15px;
		padding: 30px;
	}

	.coming-soon-section .time-countdown .counter-column,
	.coming-soon-section-two .time-countdown .counter-column {
		margin: 0 20px;
	}

	.coming-soon-section .time-countdown .counter-column:before {
		right: -25px;
	} */

    .header-span,
    .schedule-block .inner:before,
    .about-section .icon-dots {
        display: none;
    }

    .about-section .image-column .image-box {
        padding-left: 0;
        text-align: center;
    }

    .clients-section {
        text-align: center;
    }

    .about-section .image-column .image {
        max-width: 500px;
        display: inline-block;
    }

    .register-form button,
    .schedule-block .inner-box {
        width: 100%;
    }

    .schedule-block.even .inner-box .inner {
        margin-right: 140px;
    }

    .schedule-block .inner-box .inner {
        margin-left: 140px;
    }

    .buy-ticket .content-column,
    .why-choose-us .content-column {
        order: 0;
    }

    .banner-conference .content-box h2 {
        font-size: 42px;
    }

    .banner-conference .images-outer {
        width: 40%;
    }

    .banner-conference .time-countdown .counter-column {
        margin-right: 20px;
    }

    .banner-conference .time-countdown .counter-column:last-child {
        margin-right: 0;
    }

    .banner-conference .time-countdown .counter-column:before {
        right: -15px;
    }

    .banner-conference {
        padding: 200px 0 100px;
    }

    .banner-conference .icon-dots {
        bottom: 50px;
    }

    /* .subscribe-section .content-box {
		text-align: center;
	}

	.subscribe-section .content-box .sec-title {
		padding-left: 0;
	}


	.subscribe-section .content-box .sec-title .icon {
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
		left: 0;
		top: 0;
	} */

    .banner-meetup h2 {
        font-size: 60px;
    }

    /* .event-info-section .info-column,
	.about-section-two .content-column {
		order: 0;
	}

	.event-info-section .info-column {
		margin-bottom: 50px;
	} */

    .buy-ticket .anim-icons,
    .error-section .icon-line-1,
    .features-section-two .twist-line-3,
    .subscribe-form .sec-title .text br,
    .about-section-two .icon-circle-blue,
    .about-section-two .icon-dots,
    .banner-conference-two .images-outer .speaker-img,
    .coming-soon-section-two .time-countdown .counter-column:before {
        display: none;
    }

    /* .banner-conference-two {
		padding-top: 140px;
		padding-bottom: 280px;
	} */

    .fluid-section-one .content-column h3 {
        font-size: 34px;
    }

    .app-section,
    .speaker-detail .info-column .inner-column,
    .app-section .image-column .image-box {
        text-align: center;
    }

    /* .event-info-section .map-column {
		position: relative;
		height: 400px;
	} */

    /* .app-section .content-column .inner-column {
		padding-top: 0;
	} */

    /* .contact-page-section .contact-column {
		order: 0;
	} */

    /* .subscribe-section .content-box .sec-title {
		text-align: center;
	} */

    /* .header-top-two .top-left .links li a {
		font-size: 14px;
	}

	.header-top-two .top-left,
	.header-top-two .top-right {
		width: 100%;
	}

	.header-top-two .top-right .social-icons li {
		margin-left: 0px;
		margin-right: 15px;
	}

	.main-header.header-style-two.alternate-two .main-box,
	.main-header.header-style-two.alternate-two {
		background-color: #000000;
	} */


}

@media only screen and (max-width: 767px) {


    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .main-header .header-lower .nav-outer {
        padding-right: 0;
    }

    .main-header .outer-box {
        position: absolute;
        left: 0;
        top: 0;
    }

    .mobile-menu .navigation .outer-box {
        width: 100%;
        display: flex;
    }

    /* .custm-Btn {
		height: 35px;
	} */

    .nav-outer .mobile-nav-toggler {
        display: block;
        margin: 0;
        /* line-height: 10px; */
        line-height: 0px;
    }

    .page-title {
        padding: 120px 0 80px;
    }

    .page-title h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .sec-title {
        margin-bottom: 40px;
    }

    .sec-title h2 {
        font-size: 42px;
    }

    .banner-carousel .content-box h2 {
        font-size: 40px;
        line-height: 1.2em;
    }

    .banner-carousel .swiper-slide {
        padding: 160px 0;
    }

    /* .coming-soon-section .time-countdown .counter-column,
	.coming-soon-section-two .time-countdown .counter-column {
		margin: 0;
		font-size: 14px;
	}

	.coming-soon-section .time-countdown .counter-column .count,
	.coming-soon-section-two .time-countdown .counter-column .count {
		font-size: 40px;
	}

	.coming-soon-section .time-countdown .counter-column:before {
		font-size: 40px;
		right: -6px;
	} */

    .clients-section,
    .event-info-section {
        padding: 70px 0 0;
    }

    /* .map-section {
		padding-bottom: 70px;
	} */

    .app-section,
    .faq-form-section,
    .error-section,
    .fluid-section-one .content-column .inner-column,
    .testimonial-section,
    .register-section {
        padding: 70px 0 90px 0;
    }

    .why-choose-us,
    .contact-page-section,
    .sidebar-page-container,
    .fun-fact-section,
    .about-section {
        padding: 70px 0 20px;
    }


    .pricing-section-three,
    .speakers-section-three,
    .about-section-two,
    .pricing-section-two,
    .speakers-section-two,
    .features-section {
        padding: 70px 0 30px;
    }

    .event-detail,
    .buy-ticket,
    .features-section-three,
    .news-section,
    .pricing-section,
    .schedule-section,
    .gallery-section,
    .speakers-section {
        padding: 70px 0 40px;
    }

    .features-section-two {
        padding: 70px 0 50px;
    }

    .feature-block-two .inner-box {
        padding: 40px 20px;
        text-align: center;
    }

    .feature-block-two .icon-box {
        position: relative;
        display: inline-block;
        left: 0;
        top: 0;
        margin-bottom: 20px;
    }

    /*
	.video-section .content-box h2 {
		font-size: 38px;
	}

	.video-section {
		padding: 70px 0 100px;
	} */

    .main-footer .widgets-section {
        padding: 100px 0 30px;
    }

    /* .register-section .title-column {
		width: 100%;
	} */

    .header-style-two .nav-outer {
        padding-top: 10px;
    }

    .banner-conference {
        padding-top: 150px;
    }

    .features-section-two .twist-line-2,
    .call-to-action .content-box h2 br,
    .banner-conference .layer-outer,
    .banner-conference .images-outer {
        display: none;
    }

    .banner-conference .content-box {
        text-align: center;
    }

    .banner-conference .icon-dots {
        bottom: 0;
        left: 80%;
    }

    /*
	.subscribe-section .newsletter-form .form-group {
		padding-right: 0;
	}

	.subscribe-section .newsletter-form .form-group .theme-btn {
		position: relative;
		display: block;
		margin-top: 20px;
		width: 100%;
	} */

    .banner-meetup h2 {
        font-size: 50px;
    }

    .banner-meetup .countdown .counter-column {
        width: 80px;
        font-size: 14px;
    }

    .banner-meetup .btn-box {
        margin-top: 10px;
    }

    .fluid-section-one .content-column,
    .fluid-section-one .image-column {
        position: relative;
        width: 100%;
        float: left;
    }

    .fluid-section-one .image-column .image-box {
        display: block;
    }

    /* .event-info-section .map-column {
		margin-bottom: 70px;
	} */

    .subscribe-form .form-inner {
        max-width: 100%;
    }

    .coming-soon .content .text br,
    .error-section .anim-icons,
    .anim-icons,
    .main-footer.style-three .anim-icons {
        display: none;
    }

    .error-section .error-title {
        font-size: 120px;
    }

    .clients-section {
        text-align: center;
    }

    /* .header-top .pull-right {
		display: none;
	}

	.header-top .top-left {
		width: 100%;
		display: block;
		text-align: center;
	} */

    /* .banner-section-two .outer-container .content h1 {
		font-size: 58px;
	}

	.banner-section-two .outer-container .content h2 {
		font-size: 28px;
	}

	.banner-section-two .outer-container .content h2 span {
		font-size: 24px;
	} */

    /* .coming-soon-section-two .outer-box {
		padding-left: 0px;
		padding-right: 0px;
	}

	.coming-soon-section-two .outer-box {
		margin-top: 90px;
	} */

    /* .banner-section-two {
		padding-bottom: 150px;
	} */

    /* .header-top-two .top-left {
		display: none;
	}

	.header-top-two .top-right {
		text-align: center;
	}

	.header-top-two .top-right .cart-box,
	.header-top-two .top-right .social-icons {
		display: inline-block;
		float: none;
	} */

    /* .banner-conference-two {
		padding-bottom: 120px;
	} */



}


@media only screen and (max-width: 599px) {

    .page-title h1,
    .banner-conference .content-box h2,
    .error-section h4,
    .event-info-section .info-column .sec-title h2,
    .about-section .content-column .sec-title h2,
    .sec-title h2 {
        /* font-size: 34px; */
        line-height: 1.2em;
        font-size: 22px;
    }

    .banner-meetup h2 {
        font-size: 28px;
    }

    .content-box.video-bg p {
        font-size: 22px;
    }

    /* .banner-conference-two .content-box h2 {
		font-size: 40px;
	}

	.banner-conference-two .time-countdown .counter-column {
		margin-bottom: 60px;
	} */

    .call-to-action .content-box h2,
    .about-section-two .content-column .sec-title h2,
    .fluid-section-one .content-column h3,
    .video-section .content-box h2,
    .banner-carousel .content-box h2 {
        font-size: 30px;
    }

    .blog-single h2,
    .event-detail .content-box h2,
    .banner-carousel .content-box .title,
    .register-section .title-column h2 {
        font-size: 24px;
    }

    /* .blog-sidebar .news-block h4 {
		font-size: 22px;
		line-height: 1.2em;
	} */

    /* .coming-soon h1 {
		font-size: 50px;
	} */

    .banner-carousel .content-box .info-list {
        margin-bottom: 10px;
    }

    .banner-carousel .content-box .info-list li {
        margin-bottom: 10px;
    }

    .video-section .content-box h2 br,
    .coming-soon .icon-line-1,
    .banner-conference-two .time-countdown .counter-column:before,
    .about-section-two .content-column .sec-title h2 br,
    .event-info-section .info-column .sec-title h2 br,
    .banner-carousel .content-box .info-list li:before {
        display: none;
    }

    .page-title h1 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .clients-section-three .sponsors-outer .image-box img {
        max-width: 100%;
        width: auto;
    }

    .schedule-block.even .inner-box .inner,
    .schedule-block .inner-box .inner {
        margin: 0;
    }

    .schedule-block .date {
        position: relative;
        display: inline-block;
        margin-bottom: 15px;
        left: 0;
        top: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        height: auto;
        width: auto;
    }

    .schedule-block.even .date {
        right: 0;
    }

    /* .coming-soon-section .outer-box {
		margin: 0 -15px;
		padding: 30px 15px;
	}

	.coming-soon-section .time-countdown .counter-column,
	.coming-soon-section-two .time-countdown .counter-column {
		margin: 0 10px;
		width: auto;
	}

	.coming-soon-section .time-countdown .counter-column .count,
	.coming-soon-section-two .time-countdown .counter-column .count {
		font-size: 30px;
	}

	.coming-soon-section .time-countdown .counter-column:before {
		font-size: 30px;
		right: -15px;
		top: 0px;
	} */

    .event-info-tabs .tab-btn {
        margin-right: 0;
    }

    .schedule-section.style-two .schedule-block .inner-box .inner {
        text-align: center;
        padding: 30px 20px;
    }

    .schedule-section.style-two .schedule-block .speaker-info .thumb {
        position: relative;
        display: inline-block;
        left: 0;
        top: 0;
        margin-bottom: 5px;
    }

    .schedule-section.style-two .schedule-block .speaker-info {
        padding-left: 0;
        text-align: center;
    }

    .banner-conference .time-countdown .counter-column {
        margin-right: 0px;
        width: 60px;
        text-align: center;
        font-size: 12px;
    }

    .banner-conference .time-countdown .counter-column:last-child {
        margin-right: 0;
    }

    .banner-conference .time-countdown .counter-column .count {
        font-size: 28px;
    }

    .banner-conference .time-countdown .counter-column:after {
        width: 60px;
    }

    .banner-conference .time-countdown .counter-column:before {
        right: -5px;
        font-size: 28px;
        display: none;
    }

    /* .schedule-section.style-three .schedule-block .inner-box .inner {
		padding: 30px 20px;
	} */

    /* .banner-meetup {
		padding: 100px 0 30px;
	} */

    .trophy-btn {
        /* padding: 10px 10px; */
        padding: 7px 7px;
    }

    .schedule-tabs.style-three .tab-buttons li {
        width: 50%;
    }

    .banner-meetup .address {
        font-size: 18px;
    }

    .banner-meetup .countdown .counter-column {
        width: 60px;
        font-size: 10px;
        margin: 0 0 20px;
    }

    .banner-meetup .countdown .counter-column .count {
        font-size: 24px;
    }

    .feature-block-three .inner-box {
        padding: 40px 20px;
        text-align: center;
    }

    .feature-block-three .icon-box {
        position: relative;
        display: inline-block;
        left: 0;
        top: 0;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .feature-block-three .link-box {
        position: relative;
        display: inline-block;
        left: 0;
        top: 0;
        margin: 15px 0 0;
    }

    .feature-block-three .icon-box:before {
        transform: none;
        border-radius: 50%;
    }

    /* .pricing-block-three .price {
		font-size: 80px;
	}

	.blog-single .lower-content blockquote {
		padding: 35px 20px;
	}

	.blog-single .lower-content blockquote .icon {
		position: relative;
		display: inline-block;
		left: 0;
		top: 0;
		margin-bottom: 20px;
	} */

    .post-share-options .social-icon-three {
        margin-top: 10px;
    }

    .buy-ticket .ticket-form {
        padding: 30px 20px;
    }

    /* .instagram-widget .outer .image {
		width: 33.333%;
	} */
    /*
	.register-section .title-column .inner {
		padding: 50px 20px 20px;
	} */

    /* .comments-area .comment {
		padding-left: 0;
	}

	.comments-area .comment-box .author-thumb {
		position: relative;
		left: 0;
		top: 0;
	} */
}

@media only screen and (max-width: 479px) {
    /* .banner-conference-two .content-box h2 {
		font-size: 34px;
	} */
}


/***
====================================================================
		Right To Left Responsive
====================================================================

***/
@media only screen and (max-width: 1139px) {

    .rtl .buy-ticket .form-column .inner-column,
    .rtl .about-section .content-column .inner-column {
        padding-left: 0;
    }

    .rtl .event-info-section .info-column .inner-column,
    .rtl .useful-links {
        padding-right: 0;
    }

    .rtl .features-section-two .title-block .inner-box {
        padding: 0;
    }

    .rtl .banner-conference .icon-circle-3 {
        left: auto;
        right: -200px;
    }

    .rtl .sidebar-page-container .sidebar.padding-left {
        padding-right: 0;
    }

    .rtl .instagram-widget .outer .image {
        float: right;
    }

    .rtl .main-menu .navigation>li {
        margin-right: 35px;
    }
}

@media only screen and (max-width: 1023px) {
    .rtl .header-style-two .nav-outer {
        float: left;
    }

    .rtl .coming-soon-section .time-countdown .counter-column:before {
        right: auto;
        left: -25px;
    }

    .rtl .subscribe-section .content-box .sec-title,
    .rtl .about-section .image-column .image-box {
        padding-right: 0;
        text-align: center;
    }

    .rtl .banner-conference .time-countdown .counter-column:before {
        left: -15px;
    }

    .rtl .subscribe-section .content-box .sec-title {
        padding-right: 0;
    }

    .rtl .about-section-two .image-column .image-box {
        padding-left: 0;
    }

    .rtl .subscribe-section .content-box .sec-title .icon {
        right: 0;
        left: auto;
    }
}

@media only screen and (max-width: 767px) {

    .rtl .main-header .header-lower .nav-outer {
        padding-left: 0;
    }

    .rtl .main-header .outer-box {
        right: 0;
        left: auto;
    }

    .rtl .nav-outer .mobile-nav-toggler {
        margin: 0;
    }

    .rtl .coming-soon-section .time-countdown .counter-column:before {
        left: -6px;
    }

    .rtl .feature-block-two .icon-box {
        left: auto;
        right: 0;
    }

    .rtl .subscribe-section .newsletter-form .form-group {
        padding-right: 0;
    }

    .rtl .feature-block-two .inner-box {
        padding: 40px 20px;
    }

    .rtl .mobile-menu .navigation li.dropdown .dropdown-btn {
        right: auto;
        left: 0;
    }

    .rtl .mobile-menu .nav-logo {
        width: 100%;
        text-align: right;
    }

    .rtl .mobile-menu .close-btn {
        right: auto;
        left: 15px;
    }

    .rtl .about-section .icon-circle-blue {
        display: none;
    }

    .rtl .features-section-two .title-block .inner-box {
        text-align: center;
    }

    .jury-form {
        margin: 80px 0px 30px;
    }


}


@media only screen and (max-width: 599px) {

    .rtl .schedule-block .date {
        right: 0;
        left: auto;
    }

    .rtl .schedule-block.even .date {
        right: auto;
        left: 0;
    }

    .rtl .coming-soon-section .outer-box {
        padding: 30px 15px;
    }

    .rtl .coming-soon-section .time-countdown .counter-column {
        margin: 0 10px;
    }

    .rtl .coming-soon-section .time-countdown .counter-column:before {
        left: -15px;
    }

    .rtl .event-info-tabs .tab-btn {
        margin-left: 0;
    }

    .rtl .schedule-section.style-two .schedule-block .inner-box .inner {
        padding: 30px 20px;
    }

    .rtl .schedule-section.style-two .schedule-block .speaker-info .thumb {
        left: auto;
        right: 0;
    }

    .rtl .schedule-section.style-two .schedule-block .speaker-info {
        padding-right: 0;
    }

    .rtl .banner-conference .time-countdown .counter-column {
        margin-left: 0px;
    }

    .rtl .banner-conference .time-countdown .counter-column:last-child {
        margin-left: 0;
    }

    .rtl .schedule-section.style-three .schedule-block .inner-box .inner {
        padding: 30px 20px;
    }

    .rtl .banner-meetup .countdown .counter-column {
        margin: 0 0 20px;
    }

    .rtl .feature-block-three .inner-box {
        padding: 40px 20px;
    }

    .rtl .feature-block-three .icon-box {
        left: auto;
        right: 0;
    }

    .rtl .feature-block-three .link-box {
        left: auto;
        right: 0;
    }

    .rtl .blog-single .lower-content blockquote {
        padding: 35px 20px;
    }

    .rtl .blog-single .lower-content blockquote .icon {
        left: auto;
        right: 0;
    }

    .rtl .buy-ticket .ticket-form {
        padding: 30px 20px;
    }

    .rtl .register-section .title-column .inner {
        padding: 50px 20px 20px;
    }

    .rtl .comments-area .comment {
        padding-left: 0;
        padding-right: 0;
    }

    .rtl .comments-area .comment-box .author-thumb {
        left: auto;
        right: 0;
    }

    /* .search-popup .search-form fieldset input[type="search"] {
		padding: 20px 20px;
	}

	.search-popup .search-form fieldset input[type="submit"] {
		position: relative;
		width: 100%;
		display: block;
	} */

}

@media only screen and (max-width: 479px) {}


/* @media (min-width: 750px) and (max-width: 760px){
	.gallery-section .owl-nav .owl-prev {
        right: 700px;
	}
} */

@media (max-width: 1200px) {
    /* .banner-meetup .bg-pattern {
		height: 730px;
	} */
}

@media (min-width: 1023px) and (max-width: 1390px) {
    .testimonial-section .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .testimonial-section .owl-next {
        position: absolute;
        right: 2%;
        top: 0;
        height: 50px;
        width: 50px;
        font-size: 22px;
        color: #ffffff;
        line-height: 50px;
        margin-left: 15px;
        border-radius: 50%;
        text-align: center;
        /* background-color: #1c94d2; */
        background-color: #D4AF37;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .testimonial-section .owl-carousel .owl-nav.disabled,
    .testimonial-section .owl-carousel .owl-dots.disabled {
        display: flex;
    }

    .testimonial-section .owl-prev {
        position: absolute;
        top: 0;
        left: 2%;
        height: 50px;
        width: 50px;
        font-size: 22px;
        color: #ffffff;
        line-height: 50px;
        margin-left: 15px;
        border-radius: 50%;
        text-align: center;
        /* background-color: #1c94d2; */
        background-color: #D4AF37;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .banner-meetup .bg-pattern {
        /* height: 730px; */
        min-height: 100%;
    }

    .main-menu .navigation>li {
        margin-left: 15px;
    }

    .about-section .sec-title .title {
        text-align: left;
        /* font-size: 32px; */
    }

    .about-section .content-column .sec-title h2 {
        text-align: left;
        font-size: 32px;
    }

    .about-section .sec-title .title {
        /* text-align: left !important; */
    }

    #mission {
        margin-top: 190px;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .icon-bg {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .icon-desc {
        display: flex;
        align-items: center;
    }

    .clients-section .carousel-outer .owl-nav {
        position: absolute;
        top: 40%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }


    .clients-section .carousel-outer .owl-carousel .owl-nav.disabled,
    .clients-section .carousel-outer .owl-carousel .owl-dots.disabled {
        display: flex;
    }


}


@media (min-width: 1390px) {
    .testimonial-section .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .testimonial-section .owl-next {
        position: absolute;
        /* right: 2%; */
        top: 0;
        height: 50px;
        width: 50px;
        font-size: 22px;
        color: #ffffff;
        line-height: 50px;
        margin-left: 15px;
        border-radius: 50%;
        text-align: center;
        /* background-color: #1c94d2; */
        background-color: #D4AF37;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .owl-carousel .owl-nav.disabled,
    .owl-carousel .owl-dots.disabled {
        display: flex;
    }

    .testimonial-section .owl-prev {
        position: absolute;
        top: 0;
        /* left: 2%; */
        height: 50px;
        width: 50px;
        font-size: 22px;
        color: #ffffff;
        line-height: 50px;
        margin-left: 15px;
        border-radius: 50%;
        text-align: center;
        /* background-color: #1c94d2; */
        background-color: #D4AF37;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .clients-section .carousel-outer .owl-nav {
        position: absolute;
        top: 40%;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .clients-section .owl-carousel .owl-nav.disabled,
    .clients-section .owl-carousel .owl-dots.disabled {
        display: flex;
    }

    .banner-meetup .bg-pattern {
        /* height: 730px; */
        min-height: 100%;
    }

    .main-menu .navigation>li {
        margin-left: 20px;
        /* margin-left: 35px; */
    }

    .main-menu .navigation>li>a {
        font-size: 20px;
    }

    .about-section .sec-title .title,
    .about-section .content-column .sec-title h2 {
        text-align: left;
        /* font-size: 38px; */
    }

    .about-section .sec-title .title {
        /* text-align: left !important; */
    }

    p {
        max-width: 100%;
    }

    #mission {
        margin-top: 125px;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .icon-bg {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .icon-desc {
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1281px) {
    .history-content {
        text-align: center;
        padding: 0 100px;
    }
}

@media (min-width: 768px) {
    .history-content {
        text-align: center;
    }
}

@media (min-width:768px) and (max-width: 1024px) {
    .banner-meetup .bg-pattern {
        /* height: 700px; */
        min-height: 100%;
    }

    .icon-bg {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

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

    .about-section .sec-title .title,
    .about-section .content-column .sec-title h2 {
        text-align: left;
        font-size: 32px;
    }

    .about-section .sec-title .title {
        text-align: left !important;
    }

    .about-section .image-column {
        display: flex;
        justify-content: center;
    }

    .about-section .image-column .image-box {
        width: 95%;
    }

    .owl-nav {
        display: flex;
        justify-content: center;
    }

    .owl-prev {
        position: static !important;
    }

    .event-details .owl-prev {
        position: relative !important;
    }

    .gallery-section .owl-nav .owl-next,
    .testimonial-section .owl-next,
    .testimonial-section .owl-prev {
        position: static;
    }

    .testimonial-section .owl-nav {
        position: static;
        margin: 20px 0px;
    }

    .prestige-btn-wrapper {
        display: flex;
        justify-content: left !important;
    }

    .sec-title .text {
        font-size: 17px;
        text-align: left !important;
    }

    .banner-meetup .address {
        font-size: 25px;
    }


}

@media (max-width: 679px) {
    .event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item {
        display: grid;
    }
}

@media (max-width: 599px) {
    .banner-meetup .bg-pattern {
        min-height: 100%;
    }

    .trophy-btn {
        padding: 7px 7px;
    }

    /*
	.banner-meetup {
		padding: 90px 0 15px;
	} */

    .prestige-btn-container {
        /* display: grid; */
        display: block;
        padding: 0px;
    }

    .prestige-btn-container .buttons {
        width: 100%;
        margin: 10px 0px;
        display: flex;
        justify-content: center;
    }

    .prestige-btn-container .buttons a {
        width: fit-content;
        font-size: 15px;
    }

    .sec-title .title {
        text-align: center !important;
        font-size: 15px;
    }

    .prestige-btn-wrapper {
        display: flex;
        justify-content: center;
    }

    .schedule-block h4 {
        font-size: 20px;
    }

    .owl-nav {
        display: flex;
        justify-content: center;
    }

    .owl-prev {
        position: static !important;
    }

    .event-details .owl-prev {
        position: relative !important;
    }

    .gallery-section .owl-nav .owl-next,
    .testimonial-section .owl-next,
    .testimonial-section .owl-prev {
        position: static;
    }

    .testimonial-block {
        max-width: 300px;
    }

    .fun-fact-section .counter-column {
        margin: 0px;
    }

    .fun-fact-section .count-box {
        font-size: 55px;
    }

    .custom-icon {
        font-size: 40px;
    }

    .fun-fact-section .count-box .count-text {
        font-size: 35px;
    }

    .fun-fact-section {
        padding: 10px 0px 20px;
    }

    .gallery-item .image-box {
        padding: 0px;
    }

    .sec-title .text {
        font-size: 17px;
        text-align: center;
    }

    .testimonial-block-one {
        max-width: 415px;
    }

    .icon-bg {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .call-to-action .form-group {
        padding-right: 0px;
    }

    .call-to-action .form-group input[type="submit"],
    .call-to-action .form-group button {
        position: relative;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .icon-desc {
        display: flex;
        align-items: center;
    }

    #mission .container {
        max-width: 540px;
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 1023px) {
    .gallery-section .owl-nav .owl-prev {
        left: 0px;
        top: 80px;
        height: 50px;
    }

    .gallery-section .owl-nav .owl-next {
        right: 10px;
        top: 80px;
        height: 50px;
    }

    .testimonial-section .owl-nav {
        top: 105%;
        bottom: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }


    .testimonial-section .owl-prev {
        position: absolute;
        /* left: 90px; */
        /* left: -40px; */
        left: 35%;
        top: 0;
        height: 50px;
        width: 50px;
        font-size: 22px;
        color: #ffffff;
        line-height: 50px;
        margin-left: 15px;
        border-radius: 50%;
        text-align: center;
        /* background-color: #1c94d2; */
        background-color: #D4AF37;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .testimonial-section .owl-next {
        left: auto;
        /* right: -55px; */
        right: 30%;

    }

    .clients-section .carousel-outer .owl-nav {
        /* top: 105%;
		bottom: 0px; */
        width: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }

    .form-inner {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .form-group .btn-content {
        display: flex;
        align-items: center;
        padding: 0px 20px;
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: var(--color-text);
        background: #D4AF37;
        transition: 1s;
        border-radius: 100px;
        box-shadow: 0 0 0.2em 0 var(--color-background);
    }

    .main-footer .footer-nav {
        /* display: grid; */
    }

    .event-details-section .event-details .event-details-carousel .item {
        height: 100%;
        overflow: hidden;
    }

}

@media (max-width: 330px) {
    .gallery-section .owl-nav .owl-prev {
        left: 0px;
        top: 80px;
        height: 50px;
    }

    .gallery-section .owl-nav .owl-next {
        right: 10px;
        top: 80px;
        height: 50px;
    }

    .testimonial-section .owl-nav {
        top: 105%;
        bottom: 0px;
    }

    .testimonial-section .owl-prev {
        position: absolute;
        left: 70px;
        /* left: -40px; */
        top: 0;
        height: 50px;
        width: 50px;
        font-size: 22px;
        color: #ffffff;
        line-height: 50px;
        margin-left: 15px;
        border-radius: 50%;
        text-align: center;
        /* background-color: #1c94d2; */
        background-color: #D4AF37;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .testimonial-section .owl-next {
        left: auto;
        /* right: -55px; */
        right: 75px;

    }
}


@media (min-width: 599px) and (max-width: 768px) {
    .banner-meetup .bg-pattern {
        min-height: 100%;
    }

    .prestige-btn-container {
        /* display: grid; */
        /* display: block; */
        display: flex;
        gap: 20px;
        padding: 0px;
    }

    .prestige-btn-container .buttons {
        /* width: 100%; */
        margin: 10px 0px;
        display: flex;
        justify-content: center;
    }

    .prestige-btn-container .buttons a {
        width: fit-content;
        font-size: 15px;
    }

    .trophy-btn {
        padding: 10px 10px;
    }

    .banner-meetup {
        padding: 90px 0 15px;
    }

    .sec-title .title {
        text-align: center !important;
    }

    .about-section .content-column .sec-title h2,
    .sec-title h2 {
        font-size: 30px;
        line-height: 1.2em;
    }

    .sec-title .text {
        font-size: 17px;
        text-align: center;
    }

    .prestige-btn-wrapper {
        display: flex;
        justify-content: center;
    }

    .fun-fact-section .counter-column {
        margin: 0px;
    }

    .fun-fact-section .count-box {
        font-size: 55px;
    }

    .custom-icon {
        font-size: 40px;
    }

    .fun-fact-section .count-box .count-text {
        font-size: 35px;
    }

    .fun-fact-section {
        padding: 20px 0px;
    }

    .owl-nav {
        display: flex;
        justify-content: center;
    }

    .owl-prev {
        position: static !important;
    }

    .event-details .owl-prev {
        position: relative !important;
    }

    .gallery-section .owl-nav .owl-next,
    .testimonial-section .owl-next,
    .testimonial-section .owl-prev {
        position: static;
    }

    .banner-meetup h2 {
        font-size: 35px;
    }

    .banner-meetup .address {
        font-size: 18px;
    }

    .testimonial-section .owl-nav {
        position: static;
        margin: 20px 0px;
    }

    #mission {
        margin-top: 180px;
        margin-bottom: 30px;
        /* padding-bottom: 10px; */
    }

    .icon-bg {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .call-to-action .form-group input[type="submit"],
    .call-to-action .form-group button {
        margin-top: 0px;
    }
}

@media (min-width: 767px) and (max-width: 1023px) {

    .main-header .main-box {
        padding: 0px 0;
    }

    .banner-meetup h2 {
        font-size: 35px;
    }

    .main-menu .navigation>li {
        margin-left: 18px;
    }

    .main-menu .navigation>li>a {
        font-size: 13px;
    }

    #mission {
        margin-top: 180px;
        margin-bottom: 30px;
        /* padding-bottom: 40px; */
    }

    .icon-desc {
        display: flex;
        align-items: center;
    }

}

@media (min-width: 769px) and (max-width: 992px) {
    .sec-title .title {
        text-align: center !important;
    }

    .sec-title .text {
        font-size: 17px;
        text-align: center;
    }

    .prestige-btn-wrapper {
        display: flex;
        justify-content: center;
    }

    .owl-nav {
        display: flex;
        justify-content: center;
    }

    .owl-prev {
        position: static !important;
    }

    .event-details .owl-prev {
        position: relative !important;
    }

    .gallery-section .owl-nav .owl-next,
    .testimonial-section .owl-next,
    .testimonial-section .owl-prev {
        position: static;
    }

    .testimonial-section .owl-nav {
        position: static;
        margin: 20px 0px;
    }

    .banner-meetup .address {

        font-size: 22px;
    }

}

@media (max-width: 1500px) {
    p {
        max-width: 100%;
    }
}

@media (max-width: 702px) {
    .event-details-section .event-schedule .tab-content .hotal-menu {
        display: grid;
    }

    .event-details-section .event-schedule .tab-content .hotal-menu>li {
        width: 100% !important;
    }
}

@media (min-width: 480px) and (max-width: 630px) {
    .call-to-action {
        padding: 70px 60px;
    }
}

@media (min-width: 480px) and (max-width: 900px) {
    .event-details-section .container {
        max-width: 100% !important;
    }
}

@media (min-width: 320px) and (max-width: 630px) {
    /* .form-group {
	border-radius: 100px;
		margin: 0px;
		width: 100%;
		padding-right: 0px;
		background: transparent;
		z-index: 2;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
	} */

    /* .form-group input[type="text"],
	.form-group input[type="tel"],
	.form-group input[type="email"],
	.form-group textarea {
		position: absolute;
		display: block;
	} */



    .form-group input[type="submit"],
    .form-group button {
        position: relative;
        right: 0px;
        top: 0px;
        height: 60px;
        width: 60px;
        width: 115px;
        text-align: center;
        font-size: 18px;
        line-height: 45px;
        background-color: transparent;
        color: #222222;
        cursor: pointer;
        margin-top: 20px;
        border-radius: 100px;
    }
}

@media (min-width: 320px) and (max-width: 900px) {
    .event-info-list ul {
        display: block !important;
    }

    .event-info-list ul li {
        width: 100% !important;
        margin: 20px 0px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .call-to-action {
        /* padding: 0px; */
        padding: 15px;
    }

    .event-details-section .event-details .event-title .event-title {
        margin: 0px;
        font-size: 25px;
    }

    /* .event-details-section .event-details .event-details-carousel .item {
		height: 0px;

	} */
    .history-container {
        margin: 0px 20px;
    }


}


/* Responsive Adjustments */
@media (max-width: 991px) {
    .event-details-section .event-schedule .tab-content .hotal-menu {
        padding: 30px 0px;
    }

    .award-judges .profile-card {
        margin-bottom: 30px;
    }

    .award-judges .profile-photo {
        /* width: 100px;
		height: 100px; */
        width: 100%;
        height: 100%;
    }

    .award-judges .profile-card {
        height: 100%;
    }

    .social-icon-two {
        text-align: center !important;
    }

    .contact-section .contact-form-wrapper .col-12 {
        text-align: center;
    }

    .contact-section .btn-primary {
        /* padding: 12px 30px; */
        font-size: 13px;
        border-radius: 4px;
        padding: 10px 25px;
    }

    .faq-section .auto-container {
        max-width: 1200px;
        margin: 30px auto 0px;
    }
}

@media (max-width: 992px) {
    .social-icon-two {
        text-align: center !important;
    }

    .contact-section .contact-form-wrapper .col-12 {
        text-align: center;
    }

}

@media (min-width: 992px) {
    .social-icon-two {
        text-align: start !important;
    }

}

@media (max-width: 991.98px) {
    .user-profile .sidebar {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .user-profile .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 400px) and (max-width: 767px) {
    .user-profile .container {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 599px) {
    .banner-meetup {
        padding: 185px 0 15px;
    }

    .about-section .text {
        padding: 0 0px;
    }

    .about-mains .celebrate .text {
        font-size: 23px;
    }

    .about-mains .celebrate p {
        padding: 0px;
        margin: 0px;
        font-size: 16px;
    }

    .about-mains .auto-container {
        padding: 0px 0px;
    }

    .features-section-two .title-block {
        margin-bottom: 0px;
    }

    .testimonial-section .sec-title {
        margin-bottom: 0px;
    }

    .features-section-two {
        padding: 60px 0 50px;
    }

    .testimonial-section {
        padding: 60px 0px 90px 0px;
    }

    .clients-section {
        padding: 40px 0 20px;
    }

    .sec-title {
        margin-bottom: 20px;
    }

    #mission {
        margin-top: 230px;
        margin-bottom: 30px;
    }


    .trophy-section .history-section .history-content .unorder {
        display: block;
    }

    .how-ul {
        text-align: justify;
    }

    .nomination-form {
        padding: 185px 0px 50px;
    }

    .nomination-form .submit-btn button {
        width: 100%;
        font-size: 12px;
    }

    .history-container {
        margin: 0px 20px;
        text-align: center;
    }

    .event-details-section .register-wrapper .register-table ul .rt-header .header-rightside-content {
        width: 100%;
        text-align: left;
    }

    .event-details-section .register-wrapper .register-table ul .rt-header .header-leftside-content {
        width: 100%;
    }

    .event-details-section .register-wrapper .register-table ul .rt-body .rt-body-item .rightside-content .ticket-select select {
        width: 250%;
    }

    .event-details-section .event-schedule .tab-content .tab-content .tab-pane .hall-item {
        padding: 0px;
    }

}

@media (min-width: 320px) and (max-width: 544px) {
    .event-details-section .register-wrapper .register-table ul .rt-footer .footer-rightside-content {
        float: none;
        width: 100%
    }

    .event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content {
        width: 100%;
    }
}

@media (min-width: 413px) and (max-width: 544px) {
    .event-details-section .register-wrapper .register-table ul .rt-footer .footer-leftside-content {
        display: grid;
    }
}

@media (min-width: 599px) and (max-width: 768px) {
    .banner-meetup {
        /* padding: 210px 0 15px; */
        padding: 200px 0 140px 0px;
    }

    .about-section .text {
        padding: 0 0px;
    }

    .about-mains .celebrate .text {
        font-size: 22px;
    }

    .about-mains .celebrate p {
        padding: 0px;
        margin: 0px;
        font-size: 17px;
    }

    .about-mains .auto-container {
        padding: 0px 0px;
    }

    .features-section-two .title-block {
        margin-bottom: 0px;
    }

    .testimonial-section .sec-title {
        margin-bottom: 0px;
    }

    .features-section-two {
        padding: 60px 0 50px;
    }

    .testimonial-section {
        padding: 60px 0px 90px 0px;
    }

    .clients-section {
        padding: 40px 0 20px;
    }

    .sec-title {
        margin-bottom: 20px;
    }

    .trophy-section .history-section .history-content .unorder {
        display: block;
    }

    .nomination-form {
        padding: 135px 0px 50px;
    }

    .nomination-form .submit-btn button {
        width: 100%;
        font-size: 18px;
    }

    .history-container {
        margin: 0px 20px;
        text-align: center;
    }


}


@media (min-width: 769px) and (max-width: 992px) {
    .about-mains .celebrate .text {
        font-size: 29px;
    }

    .about-mains .celebrate p {
        padding: 0px;
    }
}

@media (min-width:992px) and (max-width: 1024px) {
    .about-section .sec-title .title {
        text-align: center !important;
    }
}

.sticky-sidebar {
    position: sticky;
    top: 10px;
    /* Adjust based on your navbar height */
    z-index: 100;
    max-height: calc(100vh - 40px);
    /* Avoid exceeding viewport */
    overflow-y: auto;
}



.dates {
    text-align: center;
}

.important-dates {
    color: #2f4f4f;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #D4AF37;
}

.count-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.count-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-color: #D4AF37;
}

.custom-icon i {
    font-size: 48px;
    color: #D4AF37;
    margin-bottom: 20px;
    transition: color 0.3s;
}

.count-card:hover .custom-icon i {
    color: #b8860b;
}

.counter-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.count-text {
    font-size: 24px;
    font-weight: 700;
    color: #2f4f4f;
}

/* mail us endpage */
.end-mail {
    /* background-color: #fdfaf3; */
    padding: 40px 20px;
    text-align: center;
    /* border-top: 2px solid #D4AF37; */
}

.end-mail h2 {
    font-size: 17px;
    color: #2f4f4f;
    font-weight: 500;
    margin: 0;
    line-height: 1.6;
}

.end-mail a {
    color: #D4AF37;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
    transition: color 0.3s;
}

.end-mail a:hover {
    color: #b8860b;
    text-decoration: underline;
}

.nomination-form .form-check {
    font-size: 16px;
    line-height: 1.5;
    color: #2f4f4f;
}

.nomination-form .form-check-input {
    margin-right: 10px;
    transform: scale(1.2);
    cursor: pointer;
}

.nomination-form .form-check-label {
    cursor: pointer;
    line-height: 1.5;
}

.nomination-form .form-check-input:checked[type="checkbox"] {
    background-color: #D4AF37;
    border: 2px solid #D4AF37;
}

.nomination-form .form-check-input:focus {
    /* outline: 2px solid transparent; */
    /* outline-offset: 2px; */
    /* #fff 0px 0px 0px 2px, */
    box-shadow: #D4AF37 0px 0px 0px 0px;
}



.judge-nominations .judge-table .btn-actions {
    display: flex;
    gap: 10px;
}

.judge-nominations .judge-table .btn-actions a {
    display: inline-block;
    padding: 2px 8px;
    background-color: #D4AF37;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

.user-profile .judge-nominations .judge-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.user-profile .judge-nominations .judge-table thead {
    background-color: #D4AF37;
    color: #fff;
}

.user-profile .judge-nominations .judge-table th,
.user-profile .judge-nominations .judge-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-weight: 600;

}

.user-profile .judge-nominations .judge-table img.table-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.user-profile .assigned-nominations .badge {
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
}

.user-profile .assigned-nominations .badge.gold {
    background-color: #e5b100;
}

.user-profile .assigned-nominations .btn-view {
    display: inline-block;
    padding: 6px 12px;
    background-color: #D4AF37;
    color: white;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

.user-profile .judge-nominations .btn-view:hover {
    background-color: #D4AF37;
}

.user-profile .judge-nominations .judge-table td i {
    /* margin-right: 8px; */
    color: #555;
}


.sponser-item-carousel .testimonial-block .inner {
    width: 115px;
    height: 115px;
}

.sponser-item-carousel .testimonial-block .inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*  newsroom detail page */

.sidebar-page-container {
    position: relative;
    /* padding:120px 0px 70px; */
    padding: 200px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 50px;
}

.sidebar-page-container .sidebar.padding-left {
    padding-left: 40px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

/* Sidebar Title */

.sidebar-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    /* color: #333333; */
    color: #2f4f4f;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eeeeee;
}

/Search Box Widget/ .sidebar .search-box {
    margin-bottom: 60px;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    padding: 20px 50px 20px 30px;
    border: 2px solid #eeeeee;
    background: #ffffff;
    display: block;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    height: 60px;
    color: #333333;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
    color: #666666;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 18px;
    color: #888888;
    line-height: 60px;
    font-weight: normal;
    background: #eeeeee;
    z-index: 9;
    cursor: pointer;
}

.sidebar .search-box .form-group button:hover {
    color: #e1137b;
}

/Post Widget/ .sidebar .popular-posts .post {
    position: relative;
    margin-bottom: 20px;
}

.sidebar .popular-posts .post .post-inner {
    /* position: relative;
    padding-left: 110px; */
    min-height: 90px;
}

/* .sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 90px;
} */

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #888888;
    margin: 0px;
}

.sidebar .popular-posts .post .text a {
    /* color: #3f4161; */
    color: #2f4f4f;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
    /* color:#e1137b; */
    color: #D4AF37;
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 16px;
    color: #7f8897;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
}

/* Blog Categories */

.blog-categories {
    position: relative;
}

.blog-categories li {
    position: relative;
}

.blog-categories li a {
    position: relative;
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-categories li a span {
    float: right;
}


.blog-categories li a:hover {
    color: #e1137b;
}



.sidebar .popular-tags .widget-content {
    position: relative;
}

.sidebar .popular-tags a {
    position: relative;
    float: left;
    padding: 5px;
    margin: 0 20px 10px 0;
    color: #333333;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    background: none;
    font-weight: 400;
    border-bottom: 2px solid #dddddd;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
    border-color: #e1137b;
    color: #e1137b;
}

.news-block .lower-content h2 {
    color: #D4AF37;
    border-bottom: 2px solid #D4AF37;
    width: fit-content;
    margin-bottom: 20px;
}

.sidebar-side .widget-content .button a {
    /* color: DAA520; */
    /* text-align: center; */
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 10px 20px;
    background-color: #D4AF37;
    border-radius: 5px;
    border: 1px solid #D4AF37;
}

.sidebar-side .widget-content .button {
    text-align: center;
}

.sidebar-side .widget-content .button a:hover {
    background-color: #D4AF377d;
}

.external-links a {
    color: #2f4f4f;
}

.external-links a:hover {
    color: #D4AF37;
}

/* judging-process page */
.judging-process p {
    margin: 0;
}

.judging-process .main-stars {
    color: #D4AF37;
    font-weight: 700;
    font-size: 20px;
}

/* Page Header */
.page-head {
    /* background: linear-gradient(135deg, var(--primary), #001a33); */
    background-color: #ffd7001f;
    color: white;
    padding: 230px 0 60px;
    text-align: center;
    margin-bottom: 30px;
    /* border-bottom: 5px solid #D4AF37; */
}

.page-head .logo {
    /* font-size: 2.5rem; */
    /* font-weight: 700; */
    /* margin-bottom: 15px; */
    /* color: #D4AF37; */
    font-size: 2.8rem;
    /* font-weight: 700; */
    margin-bottom: 15px;
    /* color: white; */
    color: #D4AF37;
}

.page-head .tagline {
    font-size: 1.2rem;
    opacity: 0.9;
    color: #000;
}

/* Card Styles */
.judging-process .card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-bottom: 30px;
    height: 100%;
}

.judging-process .card h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #D4AF37;
    width: 100%;
    padding-bottom: 10px;
    color: var(--secondary);
}

.judging-process .card h2 {
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    color: var(--secondary);
}

.judging-process .card h3 {
    font-size: 1.4rem;
    margin: 1.5rem 0 0.8rem;
    color: var(--secondary);
}

/* Step Cards */
.step-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--primary);
    margin-bottom: 20px;
    height: 100%;
}

.step-number {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 10px;
}

/* Evaluator Levels */
.evaluator-card {
    padding: 15px;
    border-radius: 6px;
    color: #2f4f4f;
    margin-bottom: 15px;
    height: 100%;
    /* background: rgba(47, 79, 79, 0.58); */
    box-shadow: rgba(218, 165, 32, 0.2) 0px 1px 3px 0px, rgba(218, 165, 32, 0.6) 0px 0px 0px 1px;

}

.evaluator-card:hover {
    box-shadow: rgba(218, 165, 32, 0.2) 0px 12px 28px 0px, rgba(218, 165, 32, 0.2) 0px 2px 4px 0px, rgba(218, 165, 32, 0.2) 0px 0px 0px 1px inset;
    transform: scale(1.05);
}

/* Scoring Tiers */
.score-card {
    padding: 20px;
    border-radius: 6px;
    color: white;
    text-align: center;
    background: #D4AF37;
    margin-bottom: 15px;
    height: 100%;
}

/* List Styles */
.judging-process ul {
    padding-left: 20px;
}

.judging-process li {
    margin-bottom: 8px;
}

/* Highlight Box */
.highlight-box {
    background: rgba(47, 79, 79, 0.5);
    border-left: 4px solid var(--primary);
    padding: 15px;
    margin: 20px 0;
}

/* Inquiry Section */
.inquire {
    text-align: center;
    padding: 20px 0;
}

.inquire span {
    color: #D4AF37;
    font-weight: bold;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .page-head {
        padding: 205px 0 40px;
    }

    .page-head .logo {
        font-size: 2rem;
    }

    .page-head .tagline {
        font-size: 1rem;
    }

    .judging-process .card h1 {
        font-size: 1.8rem;
    }

    .judging-process .card h2 {
        font-size: 1.5rem;
    }

    .judging-process .card h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .page-head {
        padding: 270px 0 30px;
    }

    .page-head .logo {
        font-size: 1.8rem;
    }
}

@media (min-width: 320px) and (max-width:767px) {

    .level {
        width: 100%;
    }

    .evaluation-steps .step {
        width: 100%;
    }

    .scoring-system .score-tier {
        width: 100%;
    }

    .judging-process .card h2 {
        font-size: 20px;
    }

    .judging-process .card h1 {
        font-size: 24px;
    }

    .page-head .logo {
        font-size: 24px;
    }

    .hero-header-1 .hero-content-1 h1 {
        font-size: 25px;
    }

    .main-content .part h2 {
        font-size: 20px !important;
    }

    .main-content .part h3 {
        font-size: 18px;
    }

    .privacy-main .section-content {
        padding-left: 0px !important;
        width: 100%;
    }

    .privacy-main .section-content h3 {
        font-size: 20px;
    }

    .section-header-privacy h2 {
        font-size: 20px !important;
    }

    .head .header-content h1 {
        font-size: 26px;
    }
}


/* terms and conditions page */

.hero-header-1 {
    background: linear-gradient(135deg, var(--dark) 0%, #343a40 100%);
    color: white;
    padding: 200px 0 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.hero-header-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.15;
    z-index: 0;
    background-color: var(--accent);
}

.hero-content-1 {
    position: relative;
    z-index: 1;
    text-align: center;
}

.hero-content-1 h1 {
    font-size: 2.8rem;
    /* font-weight: 700; */
    margin-bottom: 15px;
    /* color: white; */
    color: #D4AF37;

}

/* .hero-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  opacity: 0.9;
} */
.hero-subtitle {
    font-size: 1.2rem;
    margin: 0 auto 25px;
    /* color: rgba(255, 255, 255, 0.85); */
    color: #000;
}

.main-content {
    padding-bottom: 60px;
}

.main-content .part {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.main-content .part:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left-color: var(--accent);
}

.main-content .part h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2f4f4f;
    position: relative;
    padding-bottom: 10px;
}

.main-content .part h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--accent);
    border-radius: 3px;
}

.main-content .part h3 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 25px 0 15px;
    color: #2f4f4f;
}

.main-content .part h4 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 20px 0 10px;
    color: #2f4f4f;
}

.main-content.highlight-box {
    background-color: #f5e6b2;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-left: 4px solid var(--accent);
}

.main-content .icon-list {
    list-style: none;
    padding-left: 0;
}

.main-content .icon-list li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
}

.main-content .icon-list li::before {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--accent);
}

.main-content .part ul li {
    color: #000;
}

.main-content .icon-list li.warning::before {
    content: "\f071";
}

.main-content .icon-list li.info::before {
    content: "\f05a";
}

.main-content .icon-list li.danger::before {
    content: "\f06a";
}

.inquire {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 40px;
}

.inquire span {
    color: var(--accent);
    font-weight: 600;
}

/* Cookie type cards */
.cookie-card {
    height: 100%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--primary);
    margin-bottom: 20px;
}

.cookie-card.essential {
    border-left-color: #28a745;
}

.cookie-card.performance {
    border-left-color: #17a2b8;
}

.cookie-card.functionality {
    border-left-color: #ffc107;
}

.cookie-card.marketing {
    border-left-color: #dc3545;
}

.cookie-card.third-party {
    border-left-color: #6f42c1;
}

/* Browser list */
.browser-item {
    text-align: center;
    padding: 15px;
}

.browser-item i {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--primary);
}

@media (max-width: 768px) {
    .hero-header-1 {
        padding: 195px 0 40px;
    }

    .hero-content-1 h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .part h2 {
        font-size: 1.5rem;
    }
}

/* privacy policy page */
/* Header Styles */

.head {
    /* background: linear-gradient(135deg, var(--dark-teal) 0%, var(--medium-teal) 100%); */
    background-color: #ffd7001f;
    color: white;
    padding: 200px 0 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 90% 10%, rgba(218, 165, 32, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 10% 90%, rgba(218, 165, 32, 0.15) 0%, transparent 20%);
    pointer-events: none;
}

.head .header-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.head .header-content h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #D4AF37;
    text-align: center;
}

.head .header-content p {
    font-size: 1.2rem;
    margin: 0 auto 25px;
    /* color: rgba(255, 255, 255, 0.85); */
    color: #000;
    max-width: 700px;
}

.head .logo {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #D4AF37;
    display: inline-block;
}

.privacy-main {
    padding: 50px 0;
}

/* Main Content */
.content-section {
    background: white;
    border-radius: 10px;
    padding: 35px 40px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.section-header-privacy {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(47, 79, 79, 0.1);
}

.section-header-privacy .section-icon {
    background-color: rgba(47, 79, 79, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.section-header-privacy .section-icon i {
    font-size: 1.4rem;
    color: #D4AF37;
}

.section-header-privacy h2 {
    color: #2f4f4f;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.section-content {
    padding-left: 65px;
}

.section-content p {
    margin-bottom: 20px;
    color: #000;
}

.section-content h3 {
    color: #D4AF37;
    margin: 25px 0 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.section-content ul,
.section-content ol {
    padding-left: 25px;
    margin-bottom: 25px;
    color: #2f4f4f;
}

.section-content li {
    margin-bottom: 10px;
    position: relative;
    color: #000;
}

.section-content li::before {
    content: "•";
    color: #D4AF37;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.highlight {
    background-color: rgba(218, 165, 32, 0.1);
    border-left: 4px solid #D4AF37;
    padding: 20px;
    margin: 25px 0;
    border-radius: 0 8px 8px 0;
}

/* Contact Cards */
#contact .contact-card {
    background-color: rgba(47, 79, 79, 0.05);
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.3s ease;
    height: 100%;
}

#contact .contact-card:hover {
    transform: translateY(-5px);
    background-color: rgba(47, 79, 79, 0.08);
}

#contact .contact-card i {
    font-size: 1.8rem;
    color: #D4AF37;
    margin-bottom: 15px;
    display: block;
}

#contact .contact-card h4 {
    color: #2f4f4f;
    margin-bottom: 10px;
}

/* Policy Acceptance */
.acceptance {
    text-align: center;
    padding: 30px 0;
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
}

.acceptance i {
    color: #D4AF37;
    margin-right: 10px;
}

.acceptance span {
    color: #D4AF37;
}

/* Responsive Design */
@media (max-width: 992px) {
    .head .header-content h1 {
        font-size: 2.3rem;
    }

    .section-content {
        padding-left: 0;
    }

    .section-header-privacy {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-icon {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .head {
        padding: 220px 0 30px;
    }

    .head .header-content h1 {
        font-size: 2rem;
    }

    .head .header-content p {
        font-size: 1rem;
    }

    .content-section {
        padding: 25px;
    }

    .section-header-privacy h2 {
        font-size: 1.5rem;
    }

    .privacy-main {
        padding: 30px 0;
    }
}

@media (max-width: 576px) {
    .head {
        padding: 120px 0 25px;
    }

    .head .header-content h1 {
        font-size: 1.8rem;
    }

    .content-section {
        padding: 20px;
    }
}


/* cookie page */

.cookie-header {
    /* background: linear-gradient(135deg, var(--primary), #001a33); */
    /* background-color: #D4AF3773; */
    background: #ffd7001f;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    /* border-bottom: 5px solid var(--accent); */
    padding: 240px 0 40px;
}

.cookie-header .logo {
    /* font-size: 2rem; */
    /* font-weight: 700; */
    /* margin-bottom: 15px; */
    /* color: #D4AF37; */
    font-size: 2.8rem;
    /* font-weight: 700; */
    margin-bottom: 15px;
    /* color: white; */
    color: #D4AF37;
    line-height: 40px;
}

.cookie-header .policy-title {
    /* font-size: 1.8rem; */
    /* margin-bottom: 5px; */
    /* color: #000; */
    font-size: 1.2rem;
    margin: 0 auto 25px;
    /* color: rgba(255, 255, 255, 0.85); */
    color: #000;
}

.cookie-header .last-updated {
    font-size: 0.9rem;
    opacity: 0.8;
}

.cookie .card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
}

.cookie .card h1 {
    color: #2f4f4f;
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
}

.cookie .card h2 {
    color: var(--primary);
    font-size: 1.5rem;
    margin: 1.8rem 0 1rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.cookie .card h3 {
    color: var(--primary);
    font-size: 1.3rem;
    margin: 1.5rem 0 0.8rem;
}

.cookie .card h4 {
    color: var(--primary);
    font-size: 1.1rem;
    margin: 1.2rem 0 0.5rem;
}

.cookie-card {
    background: white;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-left: 4px solid var(--primary);
    height: 100%;
}

.cookie-card.essential {
    border-left-color: #28a745;
}

.cookie-card.performance {
    border-left-color: #17a2b8;
}

.cookie-card.functionality {
    border-left-color: #ffc107;
}

.cookie-card.marketing {
    border-left-color: #dc3545;
}

.cookie-card.third-party {
    border-left-color: #6f42c1;
}

.highlight-box {
    background: #f8f9fa;
    border-left: 4px solid var(--secondary);
    padding: 15px;
    margin: 20px 0;
    font-size: 0.95rem;
}

.browser-item {
    text-align: center;
    padding: 10px;
}

.contact-info .contact-item {
    margin-bottom: 15px;
}

.contact-info .contact-item i {
    margin-right: 10px;
    color: var(--accent);
}

.contact-btn {
    display: inline-block;
    background: var(--secondary);
    color: white;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: #D4AF37DB;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .cookie-header {
        padding: 200px 0 30px;
    }

    .cookie-header .policy-title {
        font-size: 1.5rem;
    }

    .cookie .card h1 {
        font-size: 1.5rem;
    }

    .cookie .card h2 {
        font-size: 1.3rem;
    }
}

/* shipping and return policy page */

.shipping-policy-header {
    color: white;
    background: #fff9d9;
    padding: 220px 0 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.shipping-policy-header h1 {
    font-size: 2.8rem;
    /* font-weight: 700; */
    margin-bottom: 15px;
    /* color: white; */
    color: #D4AF37;
    font-weight: normal;
    line-height: 1.6em;
}

.shipping-policy .policy-card {
    height: 100%;
    transition: transform 0.3s;
    padding: 0px;
}

.shipping-policy .policy-card .card-text a {
    color: #D4AF37;
    text-decoration: none;
}

.shipping-policy .policy-card:hover {
    transform: translateY(-5px);
}

.shipping-policy .card-icon {
    font-size: 2rem;
    color: #d4af37;
    margin-bottom: 1rem;
}

.shipping-policy .card-body {
    justify-items: center;
}

.shipping-policy .category-header {
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.shipping-policy .category-header i {
    color: #d4af37;
    margin-right: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .policy-header h1 {
        font-size: 25px;
    }

    .cancellation-policy-header h1 {
        font-size: 25px !important;
    }
}

/* cancellation-refund policy page */

.cancellation-policy-header {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 5rem 0;
    margin-bottom: 3rem;
    background: #fff9d9;
    padding: 210px 0 60px;
}

.cancellation-policy-header h1 {
    font-size: 2.8rem;
    /* font-weight: 700; */
    margin-bottom: 15px;
    /* color: white; */
    color: #D4AF37;
    font-weight: normal;
    line-height: 1.6em;
}

.cancellation-policy .card {
    border-left: 4px solid #D4AF37;
    transition: all 0.3s ease;
    height: 100%;
    padding: 0px !important;
}

.cancellation-policy .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.cancellation-policy .card i {
    color: #D4AF37;
}

.cancellation-policy .policy-icon {
    font-size: 2rem;
    color: #D4AF37;
    margin-bottom: 1rem;
}

.cancellation-policy .highlight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #D4AF37;
    padding: 15px;
    margin: 0;
}

.cancellation-policy .content-card {
    background-color: transparent;
    border-left: none;
    padding: 15px;
    margin: 0;
}

.cancellation-policy .policy-list {
    list-style-type: none;
    padding-left: 0;
}

.cancellation-policy .policy-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
    text-align: start;
}

.cancellation-policy .policy-list li:before {
    content: '\2022';
    color: #D4AF37;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.cancellation-policy .policy-list li a {
    color: #D4AF37;
    text-decoration: none;
}

/* for nomination form modal popup when application closes */
.modal.fade-out {
    opacity: 0 !important;
    transition: opacity 1s ease;
}


/* nomination details profile page */
.nomination-details.profile-detail {
    padding: 170px 15px 50px;
    background-color: #000;
    color: #fff;
}

/* Text Gold Color */
.nomination-details.profile-detail .text-gold {
    color: #D4AF37 !important;
}

/* Gold Gradient Background */
.nomination-details.profile-detail .bg-gold {
    background: linear-gradient(to right, #FFD700, #D4AF37) !important;
    color: #000 !important;
}

/* Remove Border */
.nomination-details.profile-detail .border-gold {
    border: none !important;
}

/* Tabs Styling */
.nomination-details.profile-detail .nav-tabs {
    justify-content: center;
    gap: 10px;
    border-bottom: 2px solid #D4AF37;
    flex-wrap: wrap;
}

.nomination-details.profile-detail .nav-tabs .nav-item {
    margin-bottom: 5px;
}

.nomination-details.profile-detail .nav-tabs .nav-link {
    color: #fff;
    background-color: transparent;
    border: 1px solid #D4AF37;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    min-width: 120px;
    text-align: center;
}

.nomination-details.profile-detail .nav-tabs .nav-link.active {
    background-color: #D4AF37;
    color: #000;
    font-weight: 600;
}

/* Card Styling */
.nomination-details.profile-detail .card-body {
    background-color: #111 !important;
    border-radius: 10px;
    padding: 25px;
}

/* Profile Image */
.nomination-details.profile-detail .card .rounded-circle {
    border: 3px solid #D4AF37;
    object-fit: cover;
}

/* Evidence Boxes */
.nomination-details.profile-detail .evidence-box {
    background-color: #1a1a1a;
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 0 10px rgba(218, 165, 32, 0.2);
}

.nomination-details.profile-detail .evidence-box:hover {
    transform: translateY(-5px);
}

.nomination-details.profile-detail .evidence-filename {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 5px;
    word-break: break-word;
}

.nomination-details.profile-detail .evidence-preview {
    max-height: 100px;
    border: 2px solid #D4AF37;
    border-radius: 4px;
}

/* Accordion Styling */
.nomination-details.profile-detail .accordion,
.nomination-details.profile-detail .accordion-item,
.nomination-details.profile-detail .accordion-button {
    width: 100%;
}

.nomination-details.profile-detail .accordion-button.qa-toggle {
    white-space: normal;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    max-height: 200px;
    /* max-height: 100px; */
    overflow-y: auto;
}

/* Scrollbar for long questions */
.nomination-details.profile-detail .accordion-button.qa-toggle::-webkit-scrollbar {
    width: 4px;
}

.nomination-details.profile-detail .accordion-button.qa-toggle::-webkit-scrollbar-thumb {
    background-color: #D4AF37;
    border-radius: 10px;
}

/* Award List */
.nomination-details.profile-detail .award-list .list-group-item {
    border: none;
    padding: 12px 0;
    font-size: 16px;
    background: transparent;
    color: #eee;
}

.nomination-details.profile-detail .award-list .list-group-item strong {
    color: #D4AF37;
}

.nomination-details.profile-detail .badge.bg-gold {
    background: linear-gradient(135deg, #FFD700, #D4AF37);
    color: #000;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(218, 165, 32, 0.3);
    display: inline-block;
}

.nomination-details.profile-detail .card-body .p-3.bg-black:hover {
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.4);
    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
}


/* 🔽 Mobile Devices (up to 480px) */
@media (max-width: 480px) {
    .nomination-details.profile-detail .nav-tabs {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .nomination-details.profile-detail .nav-tabs .nav-item,
    .nomination-details.profile-detail .nav-tabs .nav-link {
        width: 100%;
        text-align: center;
    }

    .nomination-details.profile-detail .card-body {
        padding: 15px !important;
    }

    .nomination-details.profile-detail .nomination-details .card-body.d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 20px;
    }

    .nomination-details.profile-detail .nomination-details .text-end {
        text-align: left !important;
        width: 100%;
    }

    .nomination-details.profile-detail .evidence-box {
        margin-bottom: 15px;
    }

    .nomination-details.profile-detail .accordion-button.qa-toggle {
        font-size: 14px;
    }
}

/* 🔽 Low resolution Tablets and iPads (481px - 767px) */
@media (min-width: 481px) and (max-width: 767px) {
    .nomination-details.profile-detail .nav-tabs {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .nomination-details.profile-detail .nav-tabs .nav-item,
    .nomination-details.profile-detail .nav-tabs .nav-link {
        width: 100%;
        text-align: center;
    }

    .nomination-details.profile-detail .card-body {
        padding: 18px !important;
    }

    .nomination-details.profile-detail .nomination-details .card-body.d-flex {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 24px;
    }

    .nomination-details.profile-detail .nomination-details .text-end {
        text-align: left !important;
        width: 100%;
    }

    .nomination-details.profile-detail .evidence-box {
        margin-bottom: 18px;
    }

    .nomination-details.profile-detail .accordion-button.qa-toggle {
        font-size: 15px;
    }
}

@media (max-width: 760px) {
    .nomination-details.profile-detail .nomination-details .card-body.d-flex {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px;
        text-align: left;
    }

    .nomination-details.profile-detail .nomination-details .card-body.d-flex .d-flex.flex-wrap.align-items-center {
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .nomination-details.profile-detail .nomination-details .card-body img.rounded-circle {
        margin-bottom: 15px;
    }

    .nomination-details.profile-detail .nomination-details .card-body .text-end {
        text-align: center !important;
        width: 100%;
    }

    .nomination-details.profile-detail .nomination-details .card-body .text-end .badge {
        margin-top: 10px;
    }

    .nomination-details.profile-detail .nomination-details .card-body .text-end span {
        display: block;
    }
}

/* 🔽 Tablets and iPads Portrait (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .nomination-details.profile-detail .nav-tabs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .nomination-details.profile-detail .card-body {
        padding: 20px !important;
    }

    .nomination-details.profile-detail .nomination-details .card-body.d-flex {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }

    .nomination-details.profile-detail .evidence-box {
        margin-bottom: 20px;
    }

    .nomination-details.profile-detail .accordion-button.qa-toggle {
        font-size: 16px;
    }
}

@media (min-width: 760px) and (max-width: 991.98px) {
    .nomination-details.profile-detail .nomination-details .card-body.d-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        text-align: left;
    }

    .nomination-details.profile-detail .nomination-details .card-body .d-flex.flex-wrap.align-items-center {
        width: 100%;
        gap: 20px;
    }

    .nomination-details.profile-detail .nomination-details .card-body .text-end {
        align-self: flex-start;
        text-align: left !important;
        width: 100%;
    }

    .nomination-details.profile-detail .nomination-details .card-body img.rounded-circle {
        width: 90px;
        height: 90px;
    }

    .nomination-details.profile-detail .nomination-details .card-body h2 {
        font-size: 20px;
    }

    .nomination-details.profile-detail .nomination-details .card-body p {
        font-size: 14px;
    }
}

/* 🔽 Laptops and Desktops (1025px - 1280px) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .nomination-details.profile-detail .card-body {
        padding: 24px;
    }

    .nomination-details.profile-detail .nav-tabs {
        justify-content: center;
        gap: 12px;
    }

    .nomination-details.profile-detail .accordion-button.qa-toggle {
        font-size: 16px;
    }
}

/* 🔽 Big Monitors (1281px and above) */
@media (min-width: 1281px) {
    .nomination-details.profile-detail .card-body {
        padding: 28px;
    }

    .nomination-details.profile-detail .nav-tabs {
        justify-content: center;
        gap: 15px;
    }

    .nomination-details.profile-detail .accordion-button.qa-toggle {
        font-size: 17px;
    }

    .nomination-details.profile-detail .evidence-preview {
        max-height: 120px;
    }

    .nomination-details.profile-detail .evidence-box {
        padding: 20px;
    }
}



.editor-content {
    color: #f0f0f0;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Segoe UI', sans-serif; */
    line-height: 1.8;
    font-size: 1rem;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    color: #ffd700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.editor-content h1 {
    font-size: 2rem;
}

.editor-content h2 {
    font-size: 1.75rem;
}

.editor-content h3 {
    font-size: 1.5rem;
}

.editor-content h4 {
    font-size: 1.25rem;
}

.editor-content h5 {
    font-size: 1.1rem;
}

.editor-content h6 {
    font-size: 1rem;
    color: #cccccc;
}

.editor-content p {
    margin: 0 0 1rem;
    color: #e0e0e0;
}

.editor-content ul,
.editor-content ol {
    margin-left: 1.5rem;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.editor-content ul li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
}

.editor-content ol li {
    list-style-type: decimal;
    margin-bottom: 0.5rem;
}

.editor-content blockquote {
    border-left: 4px solid #ffc107;
    padding-left: 1rem;
    margin: 1rem 0;
    color: #dddddd;
    font-style: italic;
    background-color: #1c1c1c;
}

.editor-content strong {
    color: #ffffff;
    font-weight: bold;
}

.editor-content em {
    color: #cccccc;
    font-style: italic;
}

.editor-content a {
    color: #4dabf7;
    text-decoration: underline;
}

.editor-content hr {
    border: none;
    border-top: 1px solid #444;
    margin: 2rem 0;
}

/*flags in home page*/
.country-pill {
    background: #fff;
    border: 2px solid #FFF8DC;
    border-radius: 16px;
    padding: 10px 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.country-pill:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(200, 157, 31, 0.15);
    background: linear-gradient(to bottom, #fffef7, #fffbe8);
}

.country-pill img {
    width: 48px;
    /* height: 40px; */
    height: fit-content;
    object-fit: contain;
    border-radius: 6px;
    /*border: 1px solid #e5d19e;*/
}

.country-pill span {
    /* font-size: 15px; */
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Inter', sans-serif; */
    text-transform: uppercase;
    /* color: #D4AF37; */
    color: #FFB800;
    letter-spacing: 0.5px;
}



/*updates popup styles*/
/* Overlay background */
#updatePopup.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* dark transparent overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

/* Modal content */
#updatePopup .popup-content {
    background: rgba(20, 20, 20, 0.9);
    /* nearly black with transparency */
    border: 2px solid gold;
    border-radius: 16px;
    max-width: 550px;
    padding: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
    animation: fadeInUp 0.5s ease;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 600px;
}

/* Header */
#updatePopup .popup-header h2 {
    color: gold;
    margin-bottom: 15px;
    font-size: 24px;
    letter-spacing: 1px;
}

/* Body text */
#updatePopup .popup-body p {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
}

/* Button */
#updatePopup .popup-btn {
    background: gold;
    border: none;
    padding: 10px 25px;
    border-radius: 25px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

#updatePopup .popup-btn:hover {
    background: #fff;
    color: gold;
}

/* Close button */
#updatePopup .close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    color: gold;
    cursor: pointer;
    transition: 0.3s;
}

#updatePopup .close-btn:hover {
    color: #fff;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}