@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

::after,::before {
    box-sizing: border-box;
}

.archive-dropdown > a::after {
    content: "▾" !important;
    text-decoration: none !important;
}

html {
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%!important;
    -ms-text-size-adjust: 100%!important;
    font-family: "Roboto", sans-serif;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    text-align: left;
    background-color: #fff
}


header,nav {
    display: block
}

.fa-light {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.font-16px {
    font-size: 16px!important;
    line-height: 20px
}

.font-18px {
    font-size: 18px!important;
    line-height: 22.5px
}

.font-22px {
    font-size: 22px!important;
    line-height: 27.5px
}

.fw-400 {
    font-weight: 400!important
}

.fw-600 {
    font-weight: 600!important
}



.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em .75rem 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0#495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link:focus {
    text-decoration: underline
}

.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.card {
    min-width: 0;
    word-wrap: break-word;
    border: 0 solid rgba(0,0,0,.125)
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem .25rem
}

.card-img-top {
    flex-shrink: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0#fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
}



#entryFeeViewPrice .modal-body {
	font-size: 14px;
	background: #fff;
}


.entryFee {
	max-width: 1000px;
	margin: 0 auto;
	text-transform: uppercase;
}

.entryFee table {
	border-color: #fff !important;
	background: transparent;
	width: 100%;
	color: #000 !important;
	font-weight: 600;}

.entryFee table thead {
	background: #470376 !important;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 16px;
}

.entryFee table thead tr th {
	padding: 6px 10px;
	text-align: center !important;
}

.entryFee table td {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #470376;
	font-size: 14px !important;
	font-weight: 500;
}

.entryFee-NRB {
	padding: 10px;
	text-align: left !important;
	border-bottom: 1px solid #470376;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding-left: 20px !important;
}

.entryFee-NRB-P {
	padding: 0px;
	text-align: center;
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

.entryFee-NRB span{
font-size: 11px !important; 
font-weight: 400!important; 
color: #000!important; 
}

.style-4 del {
    color: #000 !important; 
    text-decoration: none !important; 
    position: relative !important; 
    font-size: 15px !important; 
    font-weight: 600 !important; 
}

.style-4 del:before {
    content: " " !important;
    display: block !important;
    width: 100% !important;
    border-top: 1px solid red !important;
    height: 4px !important;
    width: 60px !important;
    position: absolute !important;
    bottom: 10px !important;
    left: -25px !important;
    transform: rotate(-15deg) !important;
}


.entryFee table.table1 tr td {
	width: 33%;
}

.entryFee .tr.fs12 {
	text-transform: lowercase !important;
	color: #fff;
	background: #470376;
	padding: 5px 20px 5px 5px;
}


/* .modal-dialog {
	max-width: 600px;
	margin: 1.75rem auto;
} */


.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px 20px;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.eventsPortal ::-webkit-scrollbar {
    width: 7px;
    height: 7px
}

.eventsPortal ::-webkit-scrollbar-track {
    background: #e6e6e6
}

.eventsPortal ::-webkit-scrollbar-thumb {
    background: #777
}

.eventsPortal ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.eventsPortal .secondaryNavigation {
    background: #1D0142;
}

.eventsPortal .secondaryNavigation ul li:hover {
    background: #000
}

.eventsPortal .secondaryNavigation ul li .dropdown-menu a {
    padding: 7px 15px
}

.eventsPortal .secondaryNavigation ul li .dropdown-menu a:hover {
    background: #1D0142;;
    background: #cf3f07;
    color: #fff
}

.eventsPortal .ribbon {
    background: #ba0cbf
}


body,h2,h3,h4,h5,input,select,textarea {
    line-height: 1.4;
    letter-spacing: .4px;
    word-spacing: 1px
}

body,h4,input,select,textarea {
    font-weight: 400
}

.insertOTP {
    display: none
}

.modal-body *,input,select,textarea {
    font-size: 12px
}

::-webkit-input-placeholder {
    font-style: italic;
    font-size: 11px
}

:-moz-placeholder {
    font-style: italic;
    font-size: 11px
}

::-moz-placeholder {
    font-style: italic;
    font-size: 11px
}

:-ms-input-placeholder {
    font-style: italic;
    font-size: 11px
}

.btnNavy.btn-primary {
    background: #0a189d;
    border-color: #0a189d
}

.btnNavy.btn-primary:hover {
    background: #0e1fbc
}

#partitionOuter {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#partitionOuter .incorrectOTP {
    width: 150px;
    text-align: center
}

#partitionInner {
    left: 0;
    position: sticky;
    display: flex
}

#partitionInner input[type=text] {
    height: 30px;
    width: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 10px
}

#partitionInner input[type=text]::-webkit-inner-spin-button,#partitionInner input[type=text]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.topHeader .topLinks ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 10px
}

.topHeader .topLinks ul li:last-child {
    padding-right: 0
}

.topHeader .topLinks ul li .hashTagHeader {
    font-size: 14px
}

.signInOut a {
    align-items: center;
    display: flex;
    column-gap: 5px;
    font-weight: 400;
    color: #000
}

.secondaryNavigation .joinAsPartner,.secondaryNavigation .nominateJury {
    display: block;
    cursor: pointer;
    padding-top: 1px;
    max-width: 180px
}

.eventFooter::before {
    content: "";
    display: block;
    background: url(.https://uat.afaqs.com/frontend/communicon-2025/2025/assets/mba-border.html);
    position: absolute;
    height: 15px;
    width: 100%;
    left: 0;
    top: 0
}

.eventFooter {
    padding: 20px 0 10px;
    position: relative
}

@media (max-width:1200px) {
    .container {
        max-width: calc(100% - 20px)
    }
}

@media (min-width:992px) {
    .secondaryNavigation .joinAsPartner,.secondaryNavigation .nominateJury {
        display: none
    }

    .topHeader .topLinks .joinAsPartner,.topHeader .topLinks .nominateJury {
        display: block
    }
}

@media (max-width:992px) {
    .digisColorTheme .navbar-toggler {
        padding: 8px
    }

    .secondaryNavigation .navbar {
        padding: 0 0 0 60px
    }

    .secondaryNavigation .navbar .navbar-nav {
        padding: 0
    }

    .secondaryNavigation .navbar .navbar-nav .nav-item .joinAsPartner,.secondaryNavigation .navbar .navbar-nav .nav-item .nominateJury {
        text-align: center
    }

    .secondaryNavigation .navbar .navbar-nav a {
        width: 100%
    }

    .secondaryNavigation .navbar .navbar-nav .nav-item {
        flex-wrap: wrap
    }
}

@media (max-width:768px) {
    .container {
        max-width: calc(100% - 20px)
    }
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto
    }
}

@media (max-width:480px) {
    .topHeader .topLinks ul li {
        padding: 0
    }

    .topHeader .topLinks .signInOut a {
        padding: 5px
    }

    .topHeader .topLinks .signInOut a>span:first-child {
        display: none
    }

    .secondaryNavigation .navbar {
        padding: 0 0 0 20px
    }

    .secondaryNavigation .navbar .navbar-nav {
        padding-right: 50px
    }
}

* {
    outline: 0;
    box-sizing: border-box
}

.my-element {
    --animate-repeat: 2!important
}

img {
    vertical-align: middle!important;
    max-width: 100%!important;
    display: inline-block;
    border: 0
}

[type=button],[type=reset] {
    cursor: pointer!important;
    -webkit-appearance: button!important;
    border: 0
}

@media screen and (max-width:991px) {
    :root {
        --size-container-ideal: 834!important;
        --size-container-min: 768px!important;
        --size-container-max: 991px!important
    }
}

@media screen and (max-width:767px) {
    :root {
        --size-container-ideal: 550!important;
        --size-container-min: 480px!important;
        --size-container-max: 767px!important
    }
}

@media screen and (max-width:479px) {
    :root {
        --size-container-ideal: 390!important;
        --size-container-min: 320px!important;
        --size-container-max: 479px!important
    }
}


/* ==================================
hero section
================================== */

 .specialAwardsMargin {
        margin-left: 50px !important;
    }

.hero-section {
	position: relative;
	min-height: 90vh;
	/* background: linear-gradient(135deg,#24005d,#5200a5); */
	overflow: hidden;
    padding-top: 100px;
}

.logo {
	width: 340px;
    padding-bottom: 30px;
}

.fox-title span {
	display: block;
	font-size: 24px;
	letter-spacing: 2px;
	margin-left: 230px;
	margin-top: -5px;
}

.hero-heading {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.02;
	margin-bottom: 40px;
}

.hero-heading span {
	display: inline-block;
}

.yellow {
	color: #ffb000;
}

.hero-info {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.info-box {
	color: #fff;
	font-size: 18px;
    font-weight: 400;
	margin-right: 30px;
}

.info-box i {
	margin-right: 8px;
	font-size: 30px;
}

.entry-btn {
	display: inline-block;
	padding: 10px 22px;
	border-radius: 16px;
	background: linear-gradient(90deg,#DC26A0,#8F2BB9);
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 20px;
	transition: .3s;
    cursor: pointer !important;
}

.entry-btn:hover {
	color: #fff;
	transform: translateY(-3px);
	text-decoration: none;
}

.trophy{
    position:relative;
    z-index:10;
    width:340px;
    margin-left: 40px;
    animation:trophyFloat 4s ease-in-out infinite;
}

/* .trophy {
	width: 300px;
	position: relative;
	z-index: 5;
} */



/* circles */
/* 
.circle {
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
	border: 1px solid #DC26A0;
	border-radius: 50%;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle1 {
	width: 620px;
	height: 620px;
}

.circle2 {
	width: 520px;
	height: 520px;
}

.circle3 {
	width: 420px;
	height: 420px;
}

.circle4 {
	width: 320px;
	height: 320px;
} */



/*=========================
        CIRCLES
==========================*/

.circle{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%) scale(.9);
    border:1.5px solid rgba(220,38,160,.8);
    border-radius:50%;
    animation:radarPulse 6s ease-in-out infinite;

}


.circle1{
    width:640px;
    height:640px;
    animation-delay:0s;
}

.circle2{
    width:520px;
    height:520px;
    animation-delay:.4s;
}

.circle3{
    width:420px;
    height:420px;
    animation-delay:.8s;
}

.circle4{
    width:320px;
    height:320px;
    animation-delay:1.2s;
}

.circle5{
    width:180px;
    height:180px;
    animation-delay:1.5s;
}



@keyframes radarPulse{

    0%{
        transform:translate(-50%,-50%) scale(.96);
        opacity:.2;
    }

    25%{
        transform:translate(-50%,-50%) scale(1);
        opacity:1;
    }

    50%{
        transform:translate(-50%,-50%) scale(1.04);
        opacity:.5;
    }

    75%{
        transform:translate(-50%,-50%) scale(1);
        opacity:1;
    }

    100%{
        transform:translate(-50%,-50%) scale(.96);
        opacity:.2;
    }

}



@keyframes trophyFloat{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-18px);
    }

}


/* Responsive */

@media(max-width:991px) {

	.hero-section {
		text-align: center;
		padding: 80px 0;
	}

	.circle {
		right: 50%;
		transform: translate(50%,-50%);
		opacity: .25;
	}

	.fox-title {
		font-size: 48px;
	}

	.fox-title span {
		margin-left: 0;
	}

	.hero-heading {
		font-size: 48px;
	}

	.hero-info {
		justify-content: center;
		flex-wrap: wrap;
	}

	.info-box {
		margin: 10px;
		font-size: 20px;
	}

	.trophy {
		width: 320px;
		margin-top: 50px;
	}
}

@media(max-width:576px) {

    .specialAwardsMargin {
    margin-left: 0px !important;
}

.about-footer {
    font-size: 18px !important;

}

	.logo {
		width: 240px;
	}

	.fox-title {
		font-size: 34px;
	}

	.fox-title span {
		font-size: 18px;
	}

	.hero-heading {
		font-size: 34px;
	}

	.info-box {
		font-size: 14px;
	}

	.info-box i {
		font-size: 20px;
	}

	.entry-btn {
		font-size: 18px;
		padding: 14px 30px;
	}

	.trophy {
		width: 250px;
	}

	.circle1 {
		width: 420px;
		height: 420px;
	}

	.circle2 {
		width: 340px;
		height: 340px;
	}

	.circle3 {
		width: 260px;
		height: 260px;
	}

	.circle4 {
		width: 180px;
		height: 180px;
	}


    .circle4 {
		width: 120px;
		height: 120px;
	}
}





/*=============================
      ACHIEVEMENT SECTION
==============================*/

.achievement-section {
	/* background: linear-gradient(90deg,#5f08d7,#6d09d4,#5708d7); */
	padding: 40px 0;
}

.achievement-card {
	background: #1b0937;
	border: 1px solid rgba(255,255,255,.45);
	border-radius: 18px;
	text-align: center;
	padding: 45px 20px;
	transition: .35s;
	height: 100%;
	box-shadow: 0 10px 25px rgba(0,0,0,.2);
}

.achievement-card:hover {
	transform: translateY(-10px);
	border-color: #ff34ff;
	box-shadow: 0 15px 40px rgba(0,0,0,.35);
}

.achievement-card h2 {
	display: inline-block;
	font-size: 40px;
	font-weight: 800;
	margin: 0;
	line-height: 1;
}

.achievement-card span {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.achievement-card h4 {
	margin-top: 15px;
	color: #fff !important;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .5px;
}

.pink {
	color: #E019EB;
}

.yellow {
	color: #FDB913;
}

/* Tablet */

@media(max-width:991px) {

	.achievement-card {
		padding: 35px 15px;
	}

	.achievement-card h2 {
		font-size: 36px;
	}

	.achievement-card span {
		font-size: 36px;
	}

	.achievement-card h4 {
		font-size: 20px;
	}
}

/* Mobile */

@media(max-width:575px) {

	.achievement-section {
		padding: 50px 0;
	}

	.achievement-card {
		padding: 30px 15px;
	}

	.achievement-card h2 {
		font-size: 34px;
	}

	.achievement-card span {
		font-size: 24px;
	}

    .achievement-card span {
		font-size: 24px;
	}

	.achievement-card h4 {
		font-size: 16px;
	}
}





/*===============================
        ABOUT SECTION
================================*/

.about-section {
	padding: 50px 0;
	/* background: linear-gradient(135deg,#35007d,#6700d6); */
	color: #fff;
	position: relative;
}

.section-subtitle {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.section-subtitle .line-w {
	width: 60px;
	height: 2px;
	background: #FDB913;
	margin-right: 18px;
}

.section-subtitle .text {
	color: #FDB913;
	letter-spacing: 10px;
	font-size: 13px !important;
	text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif !important;
}

.about-title {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1;
    letter-spacing: 5px;
    font-family: "Roboto Condensed", sans-serif !important;
}

.about-section p {
	font-size: 16px;
    font-weight: 300;
	line-height: 1.5;
	color: #f2f2f2;
	margin-bottom: 15px;
}

.award-tags {
	margin: 20px 0;
}

.award-tags span {
	display: inline-block;
	background: #B530BD;
	color: #fff;
	padding: 6px 15px;
	border-radius: 12px;
	font-size: 16px;
	margin-right: 12px;
}

.about-footer {
	margin-top: 30px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.about-image {
	max-width: 100%;
	animation: float 4s ease-in-out infinite;
}

/* Floating animation */

@keyframes float {

	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}

	100% {
		transform: translateY(0);
	}
}

/* Tablet */

@media(max-width:991px) {

	.about-section {
		text-align: center;
	}

	.section-subtitle {
		justify-content: center;
	}

	.about-title {
		font-size: 58px;
	}


	.about-image {
		margin-top: 50px;
		max-width: 350px;
	}
}

/* Mobile */

@media(max-width:576px) {

	.about-title {
		font-size: 46px;
	}

	.section-subtitle .text {
		letter-spacing: 5px;
		font-size: 12px;
	}

	.about-section p {
		font-size: 16px;
	}

	.award-tags span {
		display: block;
		margin: 10px auto;
		width: max-content;
	}

	.about-footer {
		font-size: 18px;
		line-height: 1.3;
	}

	.about-image {
		max-width: 260px;
	}
}




/*==================================
        ATTEND SECTION
===================================*/

.attend-section {
	/* background: linear-gradient(135deg,#35007d,#6b0fd8); */
	padding: 40px 0;
}

.section-heading {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
    font-family: "Roboto Condensed", sans-serif;
}

.section-heading .line-w {
	width: 60px;
	height: 2px;
	background: #FDB913;
	margin-right: 18px;
}

.sub-title {
	color: #FDB913;
	letter-spacing: 12px;
	font-size: 13px !important;
	text-transform: uppercase;
}

.section-title {
	color: #fff;
	font-size: 50px !important;
	font-weight: 700;
	margin-bottom: 25px;
    line-height: 1;
    letter-spacing: 5px;
    text-transform: uppercase;
}

/* Card */

.attend-card {
	position: relative;
	overflow: hidden;
	border-radius: 25px;
	min-height: 300px;
	cursor: pointer;
	box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

.attend-card img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: .8s;
}

.overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
                rgba(0,0,0, .6),
                rgba(0,0,0, 0),
                rgba(0,0,0, 0));
	transition: .4s;
}

.card-content {
	position: absolute;
	left: 35px;
	right: 35px;
	bottom: 0px;
	z-index: 2;
	color: #fff;
}

.card-content h3 {
	font-size: 24px !important;
	font-weight: 600;
	margin-bottom: 10px;
    letter-spacing: 1px;
}

.card-content p {
	font-size: 15px;
	line-height: 1.2;
	margin-bottom: 25px;
	max-width: 270px;
}

.card-content a {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	transition: .3s;
}

.card-content a i {
	margin-left: 10px;
	transition: .3s;
}

.attend-card:hover img {
	transform: scale(1.12);
}

.attend-card:hover .overlay {
	background: linear-gradient(to top,
        rgba(88,0,180,.95),
        rgba(140,0,255,.45),
        rgba(0,0,0,.05));
}

.attend-card:hover {
	transform: translateY(-10px);
}

.attend-card:hover i {
	transform: translateX(10px);
}

.attend-card::after {
	content: "";
	position: absolute;
	left: -100%;
	top: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg,
    transparent,
    rgba(255,255,255,.35),
    transparent);
	transform: skewX(-25deg);
}

.attend-card:hover::after {
	animation: shine .8s;
}

@keyframes shine {

	100% {
		left: 180%;
	}
}

/*=======================
      Responsive
========================*/

@media(max-width:991px) {

	.attend-card {
		min-height: 250px;
	}

	.card-content h3 {
		font-size: 34px;
	}
}

@media(max-width:767px) {

	.attend-section {
		text-align: center;
        padding: 50px 0;
	}

	.section-heading {
		justify-content: center;
	}

	.section-title {
		font-size: 40px;
	}


	.card-content {
		left: 1ch;
		right: 15px;
		bottom: -05px;
	}

	.card-content h3 {
		font-size: 28px;
	}

	.card-content p {
		font-size: 15px;
	}
}



/*==========================
        CATEGORIES
===========================*/

/*==========================
    5 COLUMN GRID
==========================*/

@media (min-width:1200px){

    .col-xl-5ths{
        position:relative;
        width:20%;
        max-width:20%;
        flex:0 0 20%;
    }

}

.categories-section {
	/* background: linear-gradient(135deg,#47008f,#8b1fa5); */
	padding: 40px 0;
	position: relative;
	overflow: hidden;
}

.section-heading {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.line-w {
	width: 60px;
	height: 2px;
	background: #FDB913;
	margin-right: 20px;
}

.sub-heading {
	color: #FDB913;
	letter-spacing: 12px;
	font-size: 13px !important;
}


/* CARD */

.category-box {
	position: relative;
	background: #18082f;
	border-radius: 18px;
	overflow: hidden;
	padding: 35px 22px;
	height: 150px;
	transition: .45s;
	cursor: pointer;
	box-shadow: 0 15px 35px rgba(0,0,0,.18);
}

.category-line {
	width: 58px;
	height: 6px;
	background: #ff17ff;
	border-radius: 20px;
	margin-bottom: 35px;
}

.category-box h4 {
	color: #fff !important;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	position: relative;
	z-index: 2;
}

.count {
	position: absolute;
	right: 18px;
	top: 8px;
	font-size: 100px;
	font-weight: 900;
	color: rgba(255,255,255,.08);
	transition: .45s;
	line-height: 1;
}

.category-box:hover {
	transform: translateY(-12px);
	background: #230d45;
	box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.category-box:hover .count {
	color: rgba(255,255,255,.18);
	transform: scale(1.08);
}

.category-box:hover .category-line {
	width: 80px;
	transition: .4s;
}

/* Glow Border */

.category-box::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 18px;
	padding: 1px;
	background: linear-gradient(45deg,#ff00ff,#7c3cff,#ff00ff);
	-webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	transition: .4s;
}

.category-box:hover::before {
	opacity: 1;
}

/* Shine */

.category-box::after {
	content: "";
	position: absolute;
	left: -120%;
	top: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(90deg,
    transparent,
    rgba(255,255,255,.25),
    transparent);
	transform: skewX(-25deg);
}

.category-box:hover::after {
	animation: shine .8s linear;
}

@keyframes shine {

	100% {
		left: 170%;
	}
}

.category-note {
	color: #ddd;
	text-align: right;
	margin-top: 20px;
	font-size: 13px;
}

/*==========================
        Responsive
===========================*/


@media(max-width:1320px) {

/* CARD */

.category-box {
	position: relative;
	background: #18082f;
	border-radius: 18px;
	overflow: hidden;
	padding: 20px 15px;
	height: 130px;
	transition: .45s;
	cursor: pointer;
	box-shadow: 0 15px 35px rgba(0,0,0,.18);
}

.category-line {
	width: 48px;
	height: 4px;
	background: #ff17ff;
	border-radius: 20px;
	margin-bottom: 35px;
}

.category-box:hover .category-line {
	width: 70px;
	transition: .4s;
}

.category-box h4 {
	color: #fff !important;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
	position: relative;
	z-index: 2;
}

.count {
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 70px;
	font-weight: 900;
	color: rgba(255,255,255,.08);
	transition: .45s;
	line-height: 1;
}

}

@media(max-width:991px) {


	.category-box {
		height: 160px;
	}

	.count {
		font-size: 80px;
	}
}

@media(max-width:767px) {

	.categories-section {
        padding: 50px 0;
		text-align: center;
	}

	.section-heading {
		justify-content: center;
	}


	.category-box {
		height: 145px;
		padding: 25px 18px;
	}

	.category-line {
		margin: 0 auto 25px;
	}

	.category-box h4 {
		font-size: 16px;
	}

	.count {
		font-size: 65px;
	}

	.category-note {
		text-align: center;
	}
}





/*=========================
      CATEGORY GRID
==========================*/

.category-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

/* Remove margin if using grid */
.category-grid .category-box{
    margin:0;
}


/* Large Tablet */

@media (max-width:991px){


    .category-grid{
        grid-template-columns:repeat(3,1fr);
    }

    .category-box{
        height:160px;
    }

    .count{
        font-size:80px;
    }

}

/* Tablet */

@media (max-width:767px){

    .categories-section{
        text-align:center;
    }

    .section-heading{
        justify-content:center;
    }


    .category-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .category-box{
        height:145px;
        padding:25px 18px;
    }

    .category-line{
        margin:0 auto 25px;
    }

    .category-box h4{
        font-size:16px;
    }

    .count{
        font-size:65px;
    }

    .category-note{
        text-align:center;
    }

}

/* Mobile */

@media (max-width:575px){

    .category-grid{
        grid-template-columns:1fr;
    }

}
































.my-card-mr .col-12 div {
    padding-left: 0!important
}

.LastYearGlimpse {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 100%;
    max-width: 1400px!important
}

.LastYearGlimpse video {
    background-color: #d9d9d9!important;
    border-radius: 20px;
    width: 100%;
    height: auto
}

.foxglove-section {
    background-color: indigo!important;
    color: #fff!important;
    padding: 60px 20px!important
}

.foxglove-heading {
    font-size: 40px!important;
    line-height: 1.2!important;
    font-weight: 700!important;
    margin-bottom: 40px!important;
    text-align: center!important;
    color: #fff!important;
}

.foxglove-img {
    width: 100%!important;
    max-width: 500px!important
}

.foxglove-list p {
    margin-bottom: 20px!important;
    font-size: 18px!important;
    font-weight: 400!important;
    line-height: 1.6!important;
    position: relative!important;
    padding-left: 35px!important
}

.foxglove-list p::before {
    content: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/DoubleArrow.png)!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    color: #fff!important;
    font-weight: 700!important
}

.celebrate-section {
    font-family: "Roboto",sans-serif!important;
    background-color: #fdb913!important;
    text-align: center!important;
    padding: 40px 20px!important
}

.celebrate-section h2 {
    font-family: "Roboto",sans-serif!important;
    font-size: 40px!important;
    color: #3c008a!important;
    font-weight: 900!important;
    margin-bottom: 30px!important;
    text-transform: uppercase!important
}

.rvd-stat-box {
    text-align: center!important;
    width: 100%!important;
    max-width: 1000px!important
}

.stat-box {
    margin-bottom: 0!important
}

.stat-box-P,.stat-box-span {
    font-family: "Roboto",sans-serif!important;
    font-size: 1.9rem!important;
    font-weight: 900!important;
    color: #000!important
}

.stat-box-span {
    display: block!important;
    font-size: 1rem!important;
    font-weight: 600!important
}

.border-col {
    border-right: 1px solid #000!important
}

.rvd-stat-box .col:last-child {
    border-right: none!important
}

.AwardsEnterNow,.LogoDate {
    color: #fff!important;
    font-size: 20px!important
}

.LogoDate {
    font-family: "Roboto",sans-serif;
    padding: 20px;
    text-align: center;
    font-weight: 300!important;
    line-height: 130%;
    margin: 10px 0 20px
}

.AwardsEnterNow {
    font-family: "Poppins",sans-serif;
    border: 2px #3c008a solid!important;
    background: #5c04d5!important;
    border-radius: 10px!important;
    padding: 10px 40px!important;
    font-weight: 600!important;
    line-height: 130%!important;
    text-transform: uppercase;
    transition: all .3s ease
}

.AwardsEnterNow:hover {
    border: 2px #cc7dff solid!important;
    background: #8f2bb9!important
}

.btn-primary,.btn-primary:hover {
    padding: 5px 10px!important;
    color: #fff!important;
    background-color: #007bff!important;
    border-color: #007bff!important
}

.btn-primary:hover {
    background-color: #0069d9!important;
    border-color: #0062cc!important
}

.about-border {
    background-color: #501b96;
    border-radius: 60px;
    border: 4px #d99efe solid;
    padding: 1px 20px 50px!important;
    margin-bottom: 30px
}

.my-home-body {
    background: transparent;
}

#home-bg {
    background: linear-gradient(
        170deg,
        #2E0469 5%,
        #5706C7 26%,
        #2E0469 41%,
        #670577 61%,
        #74057B 81%,
        #36046B 93%
    );
    background-size: 300% 300%;
    animation: gradientMove 12s ease-in-out infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}




.hero-bg {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        160deg,
        #2E0469 5%,
        #5706C7 26%,
        #2E0469 41%,
        #670577 61%,
        #74057B 81%,
        #36046B 93%
    );
}

.hero-bg::before{
    content:"";
    position:absolute;
    width:60%;
    height:60%;
    top:-20%;
    left:-20%;
    background:radial-gradient(circle,
        rgba(255,255,255,.12) 0%,
        rgba(255,255,255,0) 70%);
    filter:blur(70px);
    animation:floatGlow 15s ease-in-out infinite alternate;
}

@keyframes floatGlow{
    0%{
        transform:translate(0,0) scale(1);
    }
    100%{
        transform:translate(80%,60%) scale(1.5);
    }
}

.home-logo {
    width: 100%;
    max-width: 40px;
    margin-left: 10px
}

.image-container {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important
}

#about-bg,#home-bg,#myImage {
    perspective: 750px;
    background-repeat: no-repeat;
    background-size: cover
}

#myImage {
    transition: transform 2s ease!important;
    transform: scale(1.5);
    position: relative;
    width: 395px;
    min-height: 750px;
    top: 5%;
    z-index: 8;
    background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/big_trophy.svg);
    background-position: center center
}

.home-logo-content-left {
    position: absolute;
    width: 430px;
    height: auto;
    top: 46%;
    left: 15%;
    z-index: 3
}

.home-logo-content-right {
    position: absolute;
    width: 500px;
    height: auto;
    top: 46%;
    right: 15%;
    z-index: 3
}

.home-logo-content-right img {
    width: 111%!important;
    max-width: 500px!important;
    height: auto!important
}

#about-bg {
    height: auto;
    overflow: hidden;
    background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/groupImg.png);
    background-position: top 20%center;
    background-color: #501b96
}

.about-text,.about-textBold {
    text-align: left!important;
    color: #fff!important;
    font-size: 18px!important;
    font-weight: 400!important;
    line-height: 150%!important;
    word-spacing: 1px!important
}

.about-textBold {
    color: #fdb913!important;
    font-size: 26px!important;
    font-weight: 700!important;
    line-height: 130%!important
}

.jury-score {
    text-align: center!important;
    font-size: 16px;
    font-weight: 500;
    color: #fff!important;
    background: #470376;
    width: 111px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px
}

.btn-custom:hover,.jury-score:hover {
    background: #8f2bb9
}

.btn-custom,.jury-score p,.jury-score-text {
    color: #fff!important;
    font-weight: 500!important
}

.jury-score-text {
    text-align: center!important;
    font-size: 16px!important;
    margin-left: 10px
}

.jury-score p {
    text-align: center!important;
    font-size: 24px!important;
    font-weight: 700!important
}

.btn-custom {
    font-size: 14px!important;
    padding: 3px 5px!important;
    background: #470376;
    border: 0;
    width: 20%!important;
    position: absolute;
    bottom: 10px;
    left: 13px
}

.btn-custom:hover {
    font-weight: 700!important
}

.card-img-top {
    width: 100%!important;
    max-width: 360px!important
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: border-box;
    text-align: center;
    border-radius: .25rem;
    width: 320px!important
}

.my-card-mr {
    margin-left: 0
}

.card-body {
    width: 320px!important;
    height: 220px!important;
    background: #fff;
    position: relative
}

.card-title-caseStudy,.card-title-caseStudy span {
    color: #000!important;
    line-height: 120%!important;
    letter-spacing: 0!important
}

.card-title-caseStudy {
    font-size: 15px!important;
    font-weight: 600!important;
    text-align: left!important;
    padding: 2px 5px!important;
    margin: 2px 5px!important
}

.card-title-caseStudy span {
    font-size: 14px!important;
    font-weight: 400!important
}

.topHeader {
    background: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.topHeader .topLinks {
    display: flex;
    justify-content: end
}

.topHeader .topLinks ul li {
    list-style: none;
    padding: 0 8px
}

.topHeader .topLinks .joinAsPartner,.topHeader .topLinks .nominateJury {
    display: block
}

.joinAsPartner,.nominateJury {
    border: 1px solid #ccc;
    padding: 1px 15px!important;
    font-size: 12px;
    white-space: nowrap;
    display: none;
    cursor: pointer;
    font-weight: 400
}

.topHeader .topLinks ul li .hashTagHeader a {
    color: #000
}

.signInOut {
    font-size: 14px;
    width: auto!important
}

a {
    color: #313131;
    background-color: transparent
}

a,a:hover {
    text-decoration: none
}

.headerContainer {
    position: sticky;
    top: -1px;
    z-index: 14;
    background: #fff
}

.eventsPortal .secondaryNavigation {
    background: #2a025f!important;
    color: #fff
}

.secondaryNavigation .navbar {
    padding: 0 0 0 20px;
    letter-spacing: 1px
}

.eventsPortal .secondaryNavigation * {
    color: #fff
}

.eventsPortal .ribbon {
    position: absolute;
    top: 0;
    left: 0;
    background: #5c04d5;
    width: 52px;
    padding: 8px 5px!important;
    font-size: 11px;
    color: #fff;
    text-align: center;
    z-index: 9;
    font-family: Verdana,sans-serif;
    letter-spacing: 1px
}

.eventsPortal .ribbon:after,.eventsPortal .ribbon:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid #5c04d5;
    border-bottom: 14px solid transparent;
    position: absolute;
    bottom: -23px
}

.eventsPortal .ribbon:before {
    border-left: 14px solid #5c04d5;
    border-right: 14px solid transparent;
    left: 0
}

.eventsPortal .ribbon:after {
    border-left: 14px solid transparent;
    border-right: 14px solid #5c04d5;
    right: 0
}

.secondaryNavigation .navbar .navbar-nav {
    padding-left: 36px;
    width: 100%
}

.secondaryNavigation .navbar .navbar-nav .nav-item {
    padding: 3px 7px;
    font-size: 13px;
    display: flex;
    align-items: center
}

.digisColorTheme .navbar-toggler {
    padding: 8px
}

.eventsPortal .secondaryNavigation ul li .dropdown-menu {
    background: #000;
    padding: 0;
    margin: 0;
    font-size: inherit;
    border-radius: 0;
    border: 0;
    background: #f7d566
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.rememberBox {
    width: 100%;
    display: flex;
    column-gap: 0;
    justify-content: center;
    flex-wrap: wrap
}

.rememberBox .addRemberBox {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    position: relative;
    text-align: center;
    color: #fff
}

.rememberBox .addRemberBox .img1 {
    width: 100%;
    min-width: 320px!important;
    min-height: 182px!important;
    background: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/dateRemember.png)no-repeat center right!important;
    background-size: contain;
    margin: 20px!important
}

.rememberBox .addRemberBox div .Highlights-Heading,.rememberBox .addRemberBox div .Highlights-Text {
    font-family: "Roboto",sans-serif!important;
    position: relative;
    text-align: center!important;
    left: -30px!important;
    top: 70px!important;
    font-size: 20px!important;
    font-weight: 700!important;
    margin: 0!important;
    padding: 0!important
}

.rememberBox .addRemberBox div .Highlights-Text {
    top: 80px!important;
    font-size: 15px!important;
    font-weight: 500!important;
    text-transform: uppercase;
    color: #fff!important
}

.eventFooter {
    background: #fff
}

.eventFooter .footerSocialIcons {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
    column-gap: 10px
}

#topDiv {
    height: 0;
    width: 0;
    visibility: hidden
}

.eventFooter .footerLinks {
    border-bottom: 1px solid #ccc
}

.secondaryNavigation .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    background: #5c04d5!important;
    color: #fff!important;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 5px 10px!important
}

.secondaryNavigation .navbar .navbar-collapse .navbar-nav .nav-item:last-child a {
    color: #fff;
    font-size: 13px
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto
}

.fw-600 {
    text-align: right!important
}

.font-14px {
    font-size: 14px!important;
    line-height: 17.5px
}

.btnNavy,.stepForm,.stepForm .form-control {
    font-size: 12px
}

.fa-bars:before {
    content: "";
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal;
    font-weight: 900
}

.font-11px {
    font-size: 11px!important;
    line-height: 13.75px
}

.errorMsg {
    padding: 0 5px;
    font-size: 10px;
    position: absolute;
    right: 0;
    background: #ffe5eb;
    color: #de0d26
}

.font-10px {
    font-size: 10px!important;
    line-height: 12.5px
}

.w-100 {
    width: 100%!important
}

.nav-item:hover {
    background: #3c008a!important
}

h3,h4,h5,input,select,textarea {
    font-family: "Roboto",sans-serif
}

.eventsPortal .secondaryNavigation ul li:hover {
    background: #4824a7
}

@media (min-width:300px) and (max-width:575.98px) {
    #home-bg {
        perspective: 750px;
        height: 1110px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
        animation: zoomBackground 6s ease-in-out infinite alternate!important
    }
    
    @keyframes zoomBackground {
        0%{background-size: 300%
    }

    to {
        background-size: 520%
    }
}

.LogoDate {
    padding: 10px 5px;
    font-size: 18px!important;
    font-weight: 300!important;
    margin: 10px 0
}

#myImage {
    width: 360px;
    min-height: 500px;
    top: 280px!important;
    z-index: 2;
    background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/big_trophy.svg);
    background-size: contain
}

.home-logo-content-left,.home-logo-content-right {
    position: absolute;
    width: 360px;
    height: auto;
    z-index: 3
}

.home-logo-content-left {
    top: 5%;
    left: 0
}

.home-logo-content-right {
    top: 800px!important;
    right: 5%
}

.home-logo-content-right img {
    width: 100%!important;
    max-width: 400px!important;
    height: auto
}}

@media (max-width:575.98px) {
    .foxglove-heading {
        font-size: 28px!important;
        line-height: 1.2!important;
        font-weight: 700!important;
        margin-bottom: 40px!important;
        text-align: center!important
    }

    .foxglove-list p {
        font-size: 16px!important;
        font-weight: 400!important;
        line-height: 1.6!important;
        position: relative!important;
        padding-left: 35px!important
    }

    .celebrate-section h2 {
        font-family: "Roboto",sans-serif!important;
        font-size: 28px!important;
        color: #3c008a!important;
        font-weight: 900!important;
        margin-bottom: 30px!important;
        text-transform: uppercase!important
    }

    .celebrate-section {
        padding: 30px 10px 10px!important
    }

    .foxglove-list p,.stat-box {
        margin-bottom: 20px!important
    }

    .stat-box-P {
        font-size: 1.3rem!important;
        font-weight: 900!important;
        color: #000!important;
        margin: 10px
    }

    .stat-box-span {
        font-size: .8rem!important;
        font-weight: 600!important;
        display: block!important
    }

    #home-bg {
        perspective: 750px;
        height: 1050px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px
    }
    @keyframes zoomBackground {
        0%{background-size: 444%
    }

    to {
        background-size: 555%
    }
}

.home-logo-content-left,.home-logo-content-right {
    position: absolute;
    width: 360px;
    height: auto;
    z-index: 3
}

.home-logo-content-left {
    top: 5%;
    left: 0
}

.home-logo-content-right {
    top: 800px!important;
    right: 5%
}

.home-logo-content-right img {
    width: 100%!important;
    max-width: 400px!important;
    height: auto
}

.LastYearGlimpse video {
    background-color: #d9d9d9!important;
    width: 100%;
    height: auto
}

.heading-jury {
    text-align: center!important;
    font-size: 28px!important;
    line-height: 100%!important;
    font-weight: 600!important;
    padding: 30px 5px 10px
}

.card-img-top {
    width: 100%!important;
    max-width: 320px!important
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-clip: border-box;
    text-align: center;
    border-radius: .25rem;
    width: 320px!important
}

.my-card-mr {
    margin-left: -20px
}

.my-card-mr .col-12 div {
    padding-left: 0!important
}

.card-body {
    width: 320px!important;
    height: 200px!important;
    background: #fff;
    position: relative
}

h3 {
    font-size: 14px
}

.topHeader .topLinks .joinAsPartner,.topHeader .topLinks .nominateJury {
    display: none!important
}

.container {
    max-width: 100%
}
}

@media (min-width:576px) and (max-width:767.98px) {
    #home-bg {
        perspective: 750px;
        height: 800px;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px
    }
    
    @keyframes zoomBackground {
        0%{background-size: 222%
    }

    to {
        background-size: 333%
    }
}

.home-logo-content-left,.home-logo-content-right {
    position: absolute;
    width: 240px;
    height: auto;
    z-index: 3
}

.home-logo-content-left {
    top: 39%;
    left: 2%
}

.home-logo-content-right {
    top: 40%;
    right: 2%
}

.topHeader .topLinks .joinAsPartner,.topHeader .topLinks .nominateJury {
    display: none!important
}

.rememberBox {
    column-gap: 100px
}

}


@media (min-width:768px) and (max-width:991.98px) {
@keyframes zoomBackground {
        0%{background-size: 222%
    }

    to {
        background-size: 333%
    }
}

#myImage {
    transform: scale(1.5);
    perspective: 750px;
    position: relative;
    width: 250px;
    min-height: 500px;
    top: 0;
    z-index: 8;
    background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/big_trophy.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.home-logo-content-left {
    position: absolute;
    width: 280px;
    height: auto;
    top: 20%;
    left: 5%;
    z-index: 3
}

.home-logo-content-right {
    position: absolute;
    width: 340px;
    height: auto;
    top: 20%;
    right: 5%;
    z-index: 3
}

.rememberBox {
    row-gap: 0;
    column-gap: 20px;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between
}}

@media (min-width:992px) and (max-width:1199.98px) {
@keyframes zoomBackground {
        0%{background-size: 222%
    }

    to {
        background-size: 333%
    }
}

#myImage {
    transform: scale(1.5);
    perspective: 750px;
    position: relative;
    width: 250px;
    min-height: 500px;
    top: 0;
    z-index: 8;
    background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/big_trophy.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.home-logo-content-left {
    position: absolute;
    width: 280px;
    height: auto;
    top: 30%;
    left: 8%;
    z-index: 3
}

.home-logo-content-right {
    position: absolute;
    width: 340px;
    height: auto;
    top: 30%;
    right: 12%;
    z-index: 3
}}

@media (min-width:1200px) and (max-width:1439.98px) {
    .my-card-mr {
        margin-left: -15px!important
    }

    .LogoDate {
        padding: 10px 5px;
        font-size: 16px!important;
        font-weight: 300!important;
        margin: 10px 0
    }

    #myImage {
        transform: scale(1.5);
        perspective: 750px;
        position: relative;
        width: 280px;
        min-height: 530px;
        top: 0;
        z-index: 8;
        background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/big_trophy.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .home-logo-content-left {
        position: absolute;
        width: 360px;
        height: auto;
        top: 30%;
        left: 8%;
        z-index: 3
    }

    .home-logo-content-right {
        position: absolute;
        width: 380px;
        height: auto;
        top: 30%;
        right: 12%;
        z-index: 3
    }

    .home-logo-content-right img {
        width: 111%!important;
        max-width: 500px!important;
        height: auto!important
    }
}

@media (min-width:1440px) and (max-width:1599.98px) {
    #myImage {
        transform: scale(1.5);
        perspective: 750px;
        position: relative;
        width: 342px;
        min-height: 650px;
        top: 2%;
        z-index: 8;
        background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/big_trophy.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .home-logo-content-left {
        position: absolute;
        width: 400px;
        height: auto;
        top: 32%;
        left: 8%;
        z-index: 3
    }

    .home-logo-content-right {
        position: absolute;
        width: 444px;
        height: auto;
        top: 32%;
        right: 12%;
        z-index: 3
    }

    .home-logo-content-right img {
        width: 111%!important;
        max-width: 500px!important;
        height: auto!important
    }
}

@media (min-width:1600px) and (max-width:1799.98px) {
    #myImage {
        transform: scale(1.5);
        perspective: 750px;
        position: relative;
        width: 395px;
        min-height: 750px;
        top: 1%;
        z-index: 8;
        background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/big_trophy.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .home-logo-content-left {
        position: absolute;
        width: 380px;
        height: auto;
        top: 40%;
        left: 15%;
        z-index: 3
    }

    .home-logo-content-right {
        position: absolute;
        width: 400px;
        height: auto;
        top: 40%;
        right: 20%;
        z-index: 3
    }

    .home-logo-content-right img {
        width: 121%!important;
        max-width: 500px!important;
        height: auto!important
    }
}

@media (min-width:1801px) and (max-width:5678px) {
    #myImage {
        transform: scale(1.5);
        perspective: 750px;
        position: relative;
        width: 395px;
        min-height: 750px;
        top: 5%;
        z-index: 8;
        background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/big_trophy.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .home-logo-content-left {
        position: absolute;
        width: 430px;
        height: auto;
        top: 42%;
        left: 15%;
        z-index: 3
    }

    .home-logo-content-right {
        position: absolute;
        width: 500px!important;
        height: auto;
        top: 42%;
        right: 20%;
        z-index: 3
    }

    .home-logo-content-right img {
        width: 111%!important;
        max-width: 500px!important;
        height: auto!important
    }
}

@media (min-width:1440px) and (max-width:5678px) {
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        background-clip: border-box;
        text-align: center;
        border-radius: .25rem;
        width: 360px!important
    }

    .my-card-mr {
        margin-left: 20px!important
    }

    .card-body {
        width: 360px!important;
        height: 200px!important;
        background: #fff;
        position: relative
    }

}

b {
    font-weight: 700
}

@media screen and (max-width:991px) {
    :root {
        --size-container-ideal: 834!important;
        --size-container-min: 768px!important;
        --size-container-max: 991px!important
    }
}

@media screen and (max-width:767px) {
    :root {
        --size-container-ideal: 550!important;
        --size-container-min: 480px!important;
        --size-container-max: 767px!important
    }
}

@media screen and (max-width:479px) {
    :root {
        --size-container-ideal: 390!important;
        --size-container-min: 320px!important;
        --size-container-max: 479px!important
    }
}

.mobile-arrow {
    width: 50px;
    height: 50px;
    margin-right: 0;
    padding: 0!important
}

.entryFee-text-Sec {
    color: #000!important;
    font-size: 16px!important;
    font-weight: 600!important;
    text-align: center!important;
    letter-spacing: 1px!important;
    border: 0 red solid;
    padding: 10px 5px 0 10px!important
}

.categories-circle {
    width: 140px;
    height: 140px;
    background: #FDB913;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    margin: 2px;
    color: #000;
    padding: 8px;
    border: 3px solid transparent!important;
    outline: 4px solid #3c008a!important;
    outline-offset: -5px!important
}

.categories-section-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.categories-footer-text {
    margin-top: 40px;
    font-weight: 600 !important;
    font-size: 16px;
    color: #fff;
}

.SpecialAwardsColor {
    perspective: 750px;
    height: auto;
    overflow: hidden;
    background-color: rgba(42, 2, 95, .8) !important;
    background-image: url(https://events.afaqs.com/frontend/foxglove-2025/2025/assets/images/special-sec-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 10px;
}

.specialAwardsText,.specialAwardsTitle {
    font-family: "Roboto",sans-serif!important;
    line-height: 130%!important;
}

.specialAwardsTitle {
    text-align: left;
    font-size: 20px!important;
    padding-left: 15px;
    font-weight: 600!important;
    text-transform: uppercase!important;
    color: #FDB913!important
}

.specialAwardsText {
    font-size: 16px!important;
    font-weight: 300!important;
    text-align: left!important;
    padding-left: 15px;
    color: #ffffff!important
}


.SpecialAwardsRow {
    background-color: rgba(0, 0, 0, 0.7) !important; border-radius: 15px 0 0 15px;
}

.specialAwardsBOX {
    background-color:#B530BD80;
    padding: 10px;
    border-radius: 5px;
}


.specialAwardsTrophy {
    text-align: center;
    padding: 20px 5px
}

.specialAwardsTrophy img {
    height: 100%!important;
    max-height: 400px!important;
    width: auto!important
}

.specialAwardsMargin {
    margin-left: -70px
}

.head_mob {
    font-size: 36px!important;
    padding-top: 0;
    text-align: right!important;
    font-weight: 600!important;
    letter-spacing: 1px;
    color: #FDB913!important;
    text-transform: uppercase;
}

.media-video {
    display: block;
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: -50px 0 0!important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.my-category-width {
    width: 100%;
    max-width: 620px;
    margin-left: -5px
}

.headerInternal {
    width: 100%;
    background-image: url(https://events.afaqs.com/frontend/foxglove/2026/assets/images/header_image.webp);
    /* background: #FDF1FE;
    background: linear-gradient(123deg,rgba(253, 241, 254, 1) 28%, rgba(138, 37, 144, 1) 45%, rgba(181, 48, 189, 1) 84%, rgba(83, 22, 87, 1) 86%, rgba(118, 31, 123, 1) 100%); */
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 220px
}

.accordionCont {
    margin-bottom: 0
}

.catrgoryAccordion .accordionEvent .accordionCont .accordionTitle {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    padding: 15px 25px;
    text-align: left;
    margin-bottom: -1px!important
}

.ColorOne,.ColorTwo {
    color: #fff!important;
    margin: 8px auto!important
}

.ColorOne {
    background: #B530BD!important
}

.ColorTwo {
    background: #8F2BB9!important
}

.accordionTitle b {
    font-size: 20px !important;
    font-weight: 600!important;
    text-align: left;
    line-height: 130%;
}

.eventsPortal .catrgoryAccordion .ulBullets li b+div {
    color: #fff !important;
    line-height: 130%;
    font-size: 14px;
    font-weight: 300;
    padding-left: 5px !important;
}

.catrgoryAccordion .accordionEvent .accordionCont .accordionBody {
    display: none;
    height: auto;
    background-color: rgba(60,0,138,.2)!important;
    padding: 5px 16px 0 0;
    margin-bottom: 0;
    text-align: left
}

.catrgoryAccordion .accordionEvent .accordionCont .accordionBody .ulBullets li {
    padding: 10px 25px;
    margin-bottom: 10px;
    background-color: transparent;
    list-style: none;
}

.catrgoryAccordion .accordionEvent .accordionCont .accordionBody .ulBullets:last-child {
    border-bottom: 0
}

.catrgoryAccordion {
    width: 100%;
    padding-left: 0px!important;
    max-width: 100%
}

.priceBtn {
    color: #000!important;
    background: #fdb913!important;
    padding: 8px 15px 5px;
    font-size: 14px!important;
    letter-spacing: .5px;
    float: right;
    font-weight: 700;
    border: 1px solid #05117a;
    text-transform: uppercase!important;
    margin-top: -46px!important
}

.priceBtn:active,.priceBtn:focus,.priceBtn:hover,.priceBtn:visited {
    color: #3c008a!important;
    background: #fff!important;
    border: 1px solid #3c008a!important
}

.btn {
    font-size: 12px
}

.catrgoryAccordion .accordionEvent .accordionCont {
    margin-bottom: 0!important
}



.accordionBody .ulBullets li b {
    color: #fff!important;
    font-size: 18px !important;
    font-weight: 600!important;
    padding-left: 5px
}

.accordionBody .ulBullets {
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #d40a83
}

.accordionTitle {
    color: #fff;
    font-weight: 700
}

.accordionEvent .accordionCont .accordionTitle i {
    float: right;
    margin-right: 5px;
    font-size: 30px;
    color: #fdb913;
    margin-top: -3px!important;
    font-weight: 900!important;
    filter: drop-shadow(0 1px 1px #3c008a)
}

.accordionEvent .accordionCont .accordionTitle i.fa-plus::before {
    font-family: "Open Sans",sans-serif;
    content: "✛";
    color: #fdb913!important;
    font-weight: 900!important
}

.btn:focus {
    box-shadow: none
}

@media (min-width:300px) and (max-width:575.98px) {
    .entryFee-text-Sec {
        color: #000!important;
        font-size: 16px!important;
        font-weight: 600!important;
        text-align: center!important;
        letter-spacing: 1px!important;
        border: 0 red solid;
        padding: 10px 5px 0 10px!important
    }

    .desk-pad {
        padding-left: 0
    }

    b {
        font-size: 16px!important
    }
}

@media (max-width:575.98px) {


    .headerInternal {
    width: 100%;
    background-image: url(https://events.afaqs.com/frontend/foxglove/2026/assets/images/header_image.webp);
    /* background: #FDF1FE;
    background: linear-gradient(123deg,rgba(253, 241, 254, 1) 28%, rgba(138, 37, 144, 1) 45%, rgba(181, 48, 189, 1) 84%, rgba(83, 22, 87, 1) 86%, rgba(118, 31, 123, 1) 100%); */
    background-position:center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 220px
}


    .specialAwardsTitle {
        text-align: left;
        font-size: 18px!important;
        font-weight: 600!important;
        color: #fff!important;
        text-transform: uppercase!important
    }

    .specialAwardsText {
        font-size: 14px!important;
        font-weight: 400!important;
        color: #fff!important;
        text-align: left!important;
        padding-left: 15px
    }

    .head_mob {
        font-size: 26px!important;
        padding-top: 0;
        text-align: center!important;
    }

    .my-category-width {
        width: 100%;
        max-width: 320px;
        margin-left: -20px
    }

    /* .specialAwardsTrophy {
        text-align: center;
        padding: 40px 20px;
        background-color: #d99efe;
        border-radius: 0 0 15px 15px
    } */


    .specialAwardsMargin {
        margin-left: 0
    }

    .categories-circle {
        width: 130px;
        height: 130px;
         font-size: 14px;
        margin: 5px 0;
        color: #000;
        padding: 10px;
    }

    .categories-section-title {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 600
    }

    .categories-footer-text {
        margin-top: 40px;
        font-weight: 600;
        font-size: 14px
    }

    .entryFee-text-Sec {
        color: #000!important;
        font-weight: 600!important;
        text-align: center!important;
        letter-spacing: 1px!important;
        border: 0 red solid;
        padding: 10px 5px 0 10px!important
    }

    .entryFee-text-Sec,b {
        font-size: 16px!important
    }

    .catrgoryAccordion .accordionEvent {
        margin-top: 5px!important
    }

    .desk-pad {
        padding-left: 0
    }

    .priceBtn {
        color: #000!important;
        background: #fdb913!important;
        padding: 8px 15px 5px;
        font-size: 14px!important;
        letter-spacing: .5px;
        float: none;
        font-weight: 700;
        border: 1px solid #05117a;
        text-transform: uppercase!important;
        margin-top: 6px!important
    }

    .catrgoryAccordion {
        padding-left: 0!important;
        background-size: 90%;
        background-position: left center;
        background-attachment: fixed
    }

    .container {
        max-width: 100%
    }

    .catrgoryAccordion li {
        width: 100%
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .entryFee-text-Sec {
        color: #000!important;
        font-size: 16px!important;
        font-weight: 600!important;
        text-align: center!important;
        letter-spacing: 1px!important;
        border: 0 red solid;
        padding: 30px 30px 0 50px!important
    }

    .catrgoryAccordion {
        padding-left: 0!important
    }

    .catrgoryAccordion li {
        width: 100%
    }
}

b {
    font-family: "Roboto",sans-serif!important;
    font-size: 18px!important
}

/* p {
    color: #fff;
    font-size: 16px!important;
    line-height: 25px
} */

.graphicImage34 {
    background: linear-gradient(90deg,rgba(253, 242, 253, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(118, 31, 123, 1) 50%, rgba(118, 31, 123, 1) 100%);
}

@media (min-width:768px) and (max-width:991.98px) {
    .entryFee-text-Sec {
        color: #000!important;
        font-size: 16px!important;
        font-weight: 600!important;
        text-align: center!important;
        letter-spacing: 1px!important;
        border: 0 red solid;
        padding: 0 10px 0 50px!important
    }

    .catrgoryAccordion {
        padding-left: 0!important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .desk-pad {
        padding-left: 100px
    }

    .entryFee-text-Sec {
        color: #000!important;
        font-size: 16px!important;
        font-weight: 600!important;
        text-align: center!important;
        letter-spacing: 1px!important;
        border: 0 red solid;
        padding: 0 5px 0 0!important
    }

}

@media (min-width:1200px) and (max-width:1439.98px) {



    .desk-pad {
        padding-left: 90px
    }

    .entryFee-text-Sec {
        color: #000!important;
        font-size: 16px!important;
        font-weight: 600!important;
        text-align: center!important;
        letter-spacing: 1px!important;
        border: 0 red solid;
        padding: 0 10px!important
    }

    
}

@media (min-width:1440px) and (max-width:1599.98px) {
    .entryFee-text-Sec {
        color: #000!important;
        font-size: 16px!important;
        font-weight: 600!important;
        text-align: center!important;
        letter-spacing: 1px!important;
        border: 0 red solid;
        padding: 0 20px 0 40px!important
    }
}

@media (min-width:1801px) and (max-width:5678px) {
    .entryFee-text-Sec {
        color: #000!important;
        font-size: 16px!important;
        font-weight: 600!important;
        text-align: center!important;
        letter-spacing: 1px!important;
        border: 0 red solid;
        padding: 0 20px 0 50px!important
    }
}


body {
    padding: 0;
    background: #fff;
    margin: 0!important;
    font-size: var(--size-font)!important;
    font-family: "Roboto",sans-serif
}

:root {
    --size-unit: 16!important;
    --size-container-ideal: 1440!important;
    --size-container-min: 992px!important;
    --size-container-max: 2560px!important;
    --size-container: clamp(var(--size-container-min), 100vw, var(--size-container-max))!important;
    --size-font: calc(var(--size-container) / (var(--size-container-ideal) / var(--size-unit)))!important
}

@media screen and (max-width:991px) {
    :root {
        --size-container-ideal: 834!important;
        --size-container-min: 768px!important;
        --size-container-max: 991px!important
    }
}

@media screen and (max-width:767px) {
    :root {
        --size-container-ideal: 550!important;
        --size-container-min: 480px!important;
        --size-container-max: 767px!important
    }
}

@media screen and (max-width:479px) {
    :root {
        --size-container-ideal: 390!important;
        --size-container-min: 320px!important;
        --size-container-max: 479px!important
    }
}

.large-card,.small-card {
    position: relative!important
}

.large-card {
    width: 100%!important;
    display: flex!important;
    flex-direction: row;
    justify-content: space-between!important;
    align-items: center!important;
    align-content: center!important;
    display: none!important
}

.large-card img {
    max-width: 275px!important;
    width: 100%!important;
    height: auto!important
}

#largeCardContainer .card-text {
    max-width: 500px!important;
    width: 100%!important;
    text-align: left!important;
    margin-top: 10px!important;
    margin-left: -5px!important
}

.large-card .linkedin-label-speaker {
    position: absolute!important;
    left: 34%!important;
    top: 0!important;
    z-index: 5!important
}

.small-card {
    padding: 0!important;
    border-radius: 10px!important;
    display: inline-block!important
}

.small-card img {
    filter: grayscale(1)!important
}

.small-card img,.small-card img:hover {
    max-width: 275px!important;
    width: 100%!important;
    height: auto!important
}

.small-card .linkedin-label-speaker {
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    z-index: 5!important
}

.card-img-speaker:hover,.small-card .linkedin-label-speaker img,.small-card img:hover {
    filter: grayscale(0)!important
}

.linkedin-label-speaker img {
    width: 30px!important;
    height: 32px!important
}

.nav-icons {
    text-align: right;
    margin: 5px 0
}

#largeCardContainer .heading-4,.nav-icons span {
    cursor: pointer;
    font-size: 2rem;
    margin: 0 20px;
    color: #fff
}

#largeCardContainer .heading-4 {
    font-weight: 600;
    margin: 0 0 0-10px;
    text-align: left!important
}

.large-card .card-text p,.small-card .card-text p {
    text-align: left;
    line-height: 111%;
    padding: 0 5px!important;
    margin-bottom: 5px!important
}

.small-card .card-text p {
    text-align: center
}

#smallCardsRow .heading-6 {
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 5px;
    color: #fff;
    line-height: 110%;
    text-align: center
}

#smallCardsRow .card-text {
    text-align: center;
    margin-top: 10px;
    margin-left: -20px!important
}

#smallCardsRow {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden
}

.card-img-speaker {
    flex-shrink: 0;
    width: 100%;
    max-width: 300px!important;
    background-color: #000;
    margin-bottom: 5px;
    overflow: hidden!important;
    filter: grayscale(1)!important
}

.zoom-img {
    filter: grayscale(0%);
    overflow: hidden
}

.zoom-img img {
    width: 100%;
    transition: all .5s ease-in-out
}

.zoom-img img:hover {
    transform: scale(1.03)!important
}

.juryImage-bg {
    background-color: #3c008a
}

.juryList h4 {
    font-size: 32px;
    padding-top: 100px;
    color: #fff !important;

}

.juryList ul li .juryImage,.juryList ul li .juryImage:hover {
    text-align: center;
    position: relative;
    overflow: hidden
}

.juryLi {
    padding: 0 20px
}

.juryLi .linkedin-label-speaker {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    cursor: pointer;
    transform: scale(1)!important;
    width: 30px!important;
    height: 31px!important
}

.middleContent {
    padding-top: 0;
    perspective: 750px;
    overflow: hidden;
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
    background-blend-mode: screen;
    background-image: linear-gradient(180deg,rgba(141, 2, 148, 1) 0%,rgb(88, 2, 124, 1) 100%),url(https://events.afaqs.com/frontend/foxglove/2026/assets/images/internal-body-bg.webp)
}

.heading-jury {
    text-align: center!important;
    font-size: 36px!important;
    line-height: 100%!important;
    color: #fff!important;
    font-weight: 600!important;
    padding: 30px 10px 10px;
    text-transform: uppercase!important
}

.juryList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 0;
    row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.juryName {
    font-weight: 900
}

.middleContent.graphicOverlay {
    font-size: 20px
}

.GrandJuryWidth {
    width: 100%!important;
    max-width: 1240px!important;
    text-align: center!important;
    margin-top: -50px!important
}

.GrandJury-BG,.Jury-BG {
    background-color: rgba(60,0,138,.5)!important;
    padding-bottom: 40px!important
}

.Jury-BG {
    background-color: rgba(143,43,185,.7)!important
}

.juryList {
    min-height: 450px;
    padding: 0 0 20px
}

.juryList ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    margin-bottom: 10px
}

.juryList ul li .juryImage {
    width: 275px
}

.graphicOverlay {
    padding-top: 0;
    perspective: 750px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-blend-mode: hard-light;
    background-image: linear-gradient(180deg,rgba(141, 2, 148, 1) 0%,rgb(88, 2, 124, 1) 100%),url(https://events.afaqs.com/frontend/foxglove/2026/assets/images/internal-body-bg.webp)
}

.container.overlayContent {
    padding: 15px 15px 0!important
}

.juryNameTitleOrg---Only {
    position: relative;
    padding-top: 10px;
    bottom: 0;
    height: 130px!important;
    text-align: center;
    width: 275px
}

.juryNameTitleOrg---Only .juryName,.juryNameTitleOrg---Only .juryTitle {
    font-size: 18px!important;
    letter-spacing: 0!important;
    padding-bottom: 1px 5px!important
}

.juryNameTitleOrg---Only .juryName {
    font-weight: 600!important;
    text-transform: capitalize!important
}

.juryNameTitleOrg---Only .juryTitle {
    font-weight: 500!important;
    margin-top: 5px!important
}

.juryNameTitleOrg---Only .juryOrg {
    font-size: 18px!important;
    font-weight: 600!important;
    letter-spacing: 1px!important;
    padding-bottom: 10px 5px!important
}

@media (max-width:575.98px) {
    .large-card {
        display: flex;
        flex-direction: column
    }

    .large-card img,.small-card img {
        max-width: 300px;
        width: 100%;
        height: auto
    }

    .large-card .linkedin-label-speaker {
        position: absolute!important;
        left: 92%!important;
        top: 0!important;
        z-index: 5!important
    }

    .large-card .card-text p {
        text-align: center;
        margin-top: 10px;
        padding-left: 0
    }

    .small-card {
        padding: 0;
        border-radius: 10px;
        width: 100%;
        height: auto
    }

    .small-card .linkedin-label-speaker {
        position: absolute!important;
        top: 0!important;
        right: 27px!important;
        z-index: 5!important
    }

    .small-card img {
        max-width: 275px!important
    }

    #largeCardContainer .heading-4 {
        cursor: pointer;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 0 0 0-10px!important;
        color: #fff;
        text-align: center!important
    }

    #smallCardsRow .heading-6 {
        cursor: pointer;
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0 5px;
        color: #fff
    }

    .heading-jury {
        text-align: center!important;
        font-size: 28px!important;
        line-height: 100%!important;
        font-weight: 600!important;
        padding: 30px 5px 10px
    }

    .card-img-speaker {
        flex-shrink: 0;
        width: 100%;
        max-width: 300px!important;
        background-color: #000;
        margin-bottom: 5px;
        transition: transform .2s ease-in-out
    }

    .middleContent.graphicOverlay::before {
        width: 100%;
        background-size: 100% 100%;
        background-attachment: fixed;
        background-repeat: repeat;
        min-height: 3000px
    }

    .container {
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .juryList ul li {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: unset;
        width: 320px
    }
}





/* guideline page start */

.guidelineHeading {
    font-size: 22px !important;
    font-weight: 700 !important;
    font-family: "Roboto Condensed", sans-serif !important;
    color: #fff !important;
    text-align: center;
    line-height: 130% !important;
    padding-bottom: 10px;
}

.guidelineSubHeading {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-align: left;
    text-transform: uppercase;
    line-height: 130% !important;
    font-family: "Roboto Condensed", sans-serif !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

.guidelineTxt {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000 !important;
    text-align: left;
    text-transform: none;
    line-height: 130% !important;
}

.guidelineContainer {
    background-color: #FFf;
    border-radius: 20px;
    /* width: auto; */
    min-height: calc(1100px - 50px) !important;
    padding: 20px 20px !important;
    margin: 0px auto 10px;
    /* transition: all .2s ease-in-out; */
    transition: background-color 0.5s ease;
    border: 4px transparent solid !important;
}

.guidelineContainer:hover {
    border: 4px #F4B302 solid !important;
    transition: background-color 0.5s ease;
}

.guideline-my-blur:hover {
   margin-top: 0px !important;
}

.guideline_ul_li {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
    text-align: left;
    text-transform: none;
    margin-left: -20px;
    line-height: 130% !important;
}

.guideline_ul_li li {
    padding-bottom: 7px !important;
}


@media(max-width:575.98px) {

    .guidelineContainer {
        height: calc(100% - 50px) !important;
    }
    .container.overlayContent {
        padding: 15px 15px 0 15px !important;
    }
    .container {
        max-width: 100%;
    }

}


@media(min-width:1200px) and (max-width:1439.98px) {
    .guidelineContainer {
        min-height: calc(1250px - 50px) !important;
        padding: 20px 20px !important;
        margin: 0px auto 10px;
    }

}

/* guideline page end */

.my-font-icon-contact{
    color: #FDB913 !important;
}

.personName {
    color: #fff!important;
    font-size: 16px;
    font-weight: 900
}

.contactNumber {
    color: #fff!important;
    font-size: 16px
}

.emailId {
    color: #fff!important;
    font-size: 16px
}







@media (min-width:1440px) and (max-width:5678px) {

     .desk-pad {
        padding-left: 80px
    }

    .container {
        max-width: 1440px
    }
}