/**
* Theme Name:     Knights Bridge Theme
* Template:       hello-elementor
* Version:        1.0.0
**/
html {
    scroll-padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: normal;
}

p {
    margin-top: 0;
}

ul, ol {
    margin-bottom: 16px;
}

ul li, ol li {
    line-height: 25px;
}

p:last-child {
    margin-bottom: 0;
}


.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    transition: all 0.3s ease;
}

/* Mega Menu*/
.mega-menu-outer {
  pointer-events: none;
}

.mega-menu-inner {
  pointer-events: auto;
}

.mega-menu-row .mega-menu-col {
    position: relative;
}

.mega-menu-row .mega-menu-col:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #DDD;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -24px;
}

.m-link-a {
    position: relative;
    padding-right: 24px;
}

.m-link-a:after {
    content: '';
    height: 14px;
    width: 14px;
    display: inline-block;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18M18 6H9M18 6V15" stroke="%234F4F4F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /*position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);*/
    position: relative;
    top: 3px;
    opacity: 0.6;
}

@media (max-width: 1100px) {

    .mega-menu-row .mega-menu-col:after {
        content: '';
        height: 1px;
        width: 100%;
        background: #DDD;
        display: inline-block;
        position: absolute;
        top: auto;
        right: 0;
        bottom: -12px;
    }
}

.mega-menu-row .mega-menu-col:last-child:before {
    display: none;
}

#mega-mobile-dropdown + .e-n-menu-content {
    position: relative !important;
    top: 0 !important;
    width: 100%;
    left: 0;
}

.mobile-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item {
    margin-right: 0 !important;
    position: relative;
}

.mobile-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #DDDDDD;
    position: absolute;
    bottom: -24px;
    left: 0;
    display: block;
}

.mobile-mega-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title {
    display: flex;
    justify-content: space-between;
}

/* Logo Carousel */
.logo-carousel .image-marquee .image-marquee-item {
    padding: 45px 28px;
}

@media (max-width: 1100px) {
    .logo-carousel .image-marquee .image-marquee-item {
        padding: 0 28px 45px;
    }
}

.logo-carousel .image-marquee-item img{
    border-radius: 8px;
    transition: box-shadow 0.3s ease-in;
}

.logo-carousel .image-marquee-item img:hover {
    box-shadow: 0 24px 38px -12px rgba(13, 13, 18, 0.18);
}

.mint-readmore-text .generic-btn .elementor-button-content-wrapper {
  flex-direction: row-reverse;
}
.mint-readmore-toggle {
    padding: 0;
}

/* The Team Page */
.team-white-arrow .team-header .team-icon img {
    filter: invert(1);
}

.team-white-arrow .team-readmore-toggle {
    color: #ffffff !important;
}

.team-white-arrow .linked-in-wrapper svg path + path{
    filter: invert(1);
}

/* Strategic Logos */

.strategic-row-wrapper:hover .logo-item {
    background-color: #EAE2D5;
}

.strategic-row-wrapper .logo-item img {
    transition-duration: 0.5s;
    filter: brightness( 0% ) contrast( 200% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

.strategic-row-wrapper:hover .logo-item img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/* FAQs */

.faq-wrapper .e-n-accordion {

}

.faq-wrapper .e-n-accordion-item, .faq-wrapper .simple-accordion-wrapper .simple-accordion-item {
    border-bottom: 1px solid #DDD;
}

.faq-wrapper .e-n-accordion-item .e-n-accordion-item-title, .faq-wrapper .simple-accordion-wrapper .simple-accordion-item {
    padding: 32px 0 32px 0;
}

.faq-wrapper .e-n-accordion-item .e-n-accordion-item-title + .elementor-element {
    margin-top: -20px;
    padding-bottom: 32px;
}

/* Buttons */
.elementor-widget-custom_button a.btn {
    gap: 10px;
}

.elementor-widget-custom_button a.btn .btn-text {
    font-family: Satoshi;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.7px; /* 21.7px */
    letter-spacing: -0.28px;
}

.btn-yellow .btn {
    border: 1px solid #CAB274;
    background: #CAB274;
}

.btn-yellow .btn-text {
    color: #fff;
}

.btn-yellow .btn:before {
    background: #fff;
}

.btn-yellow .btn-arrow-bg {
    fill: #ffffff;
}

.btn-yellow .btn-arrow-icon {
    stroke: #CAB274;
}

.btn-yellow:hover .btn-text {
    color: #ffffff;
}


.btn-plain .btn-style-3 {
    padding: 9px 24px;
    border-color: #DDDDDD;
    color: #121212;
}

.btn-plain.white .btn-style-3 {
    color: #ffffff;
}

.btn-plain.black .btn-style-3 {
    padding: 9px 24px;
    border-color: #121212;
    color: #121212;
}

.btn-plain.blue .btn-style-3 {
    padding: 9px 24px;
    border-color: #202E52;
    background: #202E52;
    color: #ffffff;
}

.btn-plain.blue .btn:before {
    background: #fff;
}

.btn-plain.blue .btn:hover .btn-text {
    color: #121212;
}

.pulse-wrapper {
    background: #57C95A;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    cursor: pointer;
    z-index: 3;
    padding: 0 !important;
    border: 0 !important;
}

.pulse-wrapper .pulse-inner::before{
    content: "";
    animation-delay: calc(2s + var(--nth, 1) * .25s);
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: ease-in-out;
    border-radius: 100%;
    display: block;
    height: 32px;
    left: -10px;
    position: absolute;
    top: -10px;
    transform-origin: center center;
    width: 32px;
    background: rgba(87, 201, 90, 0.8);
    transform: scale(0);
    z-index: 2;
}

.pulse-wrapper .pulse-inner {
    background: #57C95A !important;
    height: 100%;
    width: 100%;
    display: block;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}

@keyframes pulse {
    0% {
        transform:  scale(0);
        opacity: 1;
    }
    100% {
        transform:  scale(1.5);
        opacity: 0;
    }
}

/* Forms */

.c-gravity-form-wrapper .gform_fields {
    row-gap: 16px !important;
    column-gap: 16px !important;
}

.c-gravity-form-wrapper .gform_fields .gfield .ginput_container input[type="text"],
.c-gravity-form-wrapper .gform_fields .gfield .ginput_container input[type="email"],
.c-gravity-form-wrapper .gform_fields .gfield .ginput_container input[type="tel"],
.c-gravity-form-wrapper .gform_fields .gfield .ginput_container select,
.c-gravity-form-wrapper .gform_fields .gfield .ginput_container textarea
{
    outline: none;
    padding: 9px 24px;
    border-radius: 16px;
    border: 1px solid #DDD;
}

.c-gravity-form-wrapper .gform_fields .gfield .ginput_container input[type="text"],
.c-gravity-form-wrapper .gform_fields .gfield .ginput_container input[type="email"],
.c-gravity-form-wrapper .gform_fields .gfield .ginput_container input[type="tel"],
.c-gravity-form-wrapper .gform_fields .gfield .ginput_container select {
    height: auto;
}

.c-gravity-form-wrapper .gform_fields .gfield .ginput_container.ginput_container_consent input[type="checkbox"] {
    border-color: #DDDDDD;
    outline: none !important;
}


.c-gravity-form-wrapper .gform_fields .gfield .ginput_container.ginput_container_consent input[type="checkbox"]:checked {
    border-color: #CAB274;
}

.c-gravity-form-wrapper .gform_fields .gfield .ginput_container.ginput_container_consent input[type="checkbox"]:checked::before {
    background: #CAB274;
    color: #fff;
    padding: 2px;
}
.zoho-form-wrapper .zf-templateWidth {
    margin: 0 !important;
    max-width: 100% !important;
}
.zoho-form-wrapper ul {
  padding: 0 !important;
}
.zoho-form-wrapper .zfgrid_Wrapper {
  padding: 0 !important;
}
.zoho-form-wrapper .zftwoColumn {
  gap: 2%;
}
.zoho-form-wrapper .zf-tempFrmWrapper {
    padding: 0 !important;
    margin-bottom: 16px;
}
.zoho-form-wrapper .zf-tempFrmWrapper .zf-labelName {
  display: none !important;
}
.zoho-form-wrapper .zf-tempFrmWrapper label {
  display: none !important;
}
.zoho-form-wrapper input[type="text"],
.zoho-form-wrapper input[type="email"],
.zoho-form-wrapper select,
.zoho-form-wrapper textarea {
    outline: none;
    padding: 12px 24px !important;
    border-radius: 16px !important;
    border: 1px solid #DDD !important;
    height: auto !important;
}

.zoho-form-wrapper .zf-fmFooter {
    padding: 0 !important;
    text-align: left;
}