@font-face {
    font-family: 'Geist';
    src: url('/assets/fonts/Geist-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('/assets/fonts/Geist-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    font-family: 'Geist', sans-serif;
}

/* =========================================
   TCM HEADER
========================================= */

.tcm-header-wrapper {
    width: 100%;
    /*padding: 24px 15px 0;*/
    position: relative;
    z-index: 1000;
}

.tcm-navbar {
    /*min-height: 46px;*/
    background: #f1f6ff;
    border-radius: 8px;
    padding: 13px 8px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.12);
}

/* =========================================
   LOGO
========================================= */

.tcm-logo {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    padding: 0 8px !important;
}

.logo-icon {
    width: 11rem;
}


/* =========================================
   NAVIGATION
========================================= */

.tcm-navbar .navbar-nav {
    height: 100%;
}

.tcm-navbar .nav-link {

    font-size: 16px;
    font-weight: 400;
    color: #111;
    padding: 6px 13px !important;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.tcm-navbar .nav-link:hover {
    color: #006cff;
}

/* Active Home */

.tcm-navbar .nav-link.active {
    color: #006cff;
    border: 1px solid #1680ff;
    background: #ffffff;
}

/* =========================================
   MEMBERSHIP BUTTON
========================================= */

.membership-wrapper {
    padding-right: 0;
}

.membership-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 7px 12px;

    background: #123dcc;
    color: #fff;

    font-size: 14px;
    font-weight: 500;

    border-radius: 6px;
    text-decoration: none;

    transition: all 0.25s ease;
}

.membership-btn:hover {
    background: #082da8;
    color: #fff;
    transform: translateY(-1px);
}

/* =========================================
   MOBILE TOGGLE
========================================= */

.tcm-toggler {
    border: 0;
    padding: 5px 7px;
    box-shadow: none !important;
}

.tcm-toggler:focus {
    box-shadow: none;
}

.tcm-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {


    .tcm-navbar {
        padding: 7px 10px;
    }

    .tcm-navbar .navbar-collapse {
        padding: 15px 5px 8px;
    }

    .tcm-navbar .navbar-nav {
        align-items: stretch !important;
        gap: 2px !important;
    }

    .tcm-navbar .nav-link {
        padding: 9px 12px !important;
        font-size: 13px;
    }

    .tcm-navbar .nav-link.active {
        display: block;
    }

    .membership-wrapper {
        margin-top: 10px;
        padding: 0 5px;
    }

    .membership-btn {
        width: 100%;
        min-height: 38px;
        font-size: 13px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .tcm-header-wrapper {
        padding: 10px 8px 0;
    }

    .tcm-navbar {
        min-height: 52px;
        border-radius: 7px;
        padding: 7px 8px;
    }

    .tcm-logo {
        padding-left: 3px !important;
    }

 
    .tcm-navbar .navbar-collapse {
        padding-top: 12px;
    }

    .tcm-navbar .nav-link {
        font-size: 13px;
        padding: 10px 12px !important;
    }

    .membership-wrapper {
        margin-top: 8px;
    }

}



/*header end css*/

/*thank you page*/
.thankyou-hero{
    background:url(../new_images/thankyou/ty-hero.webp)center center / cover no-repeat;
     padding: 5rem 0 2rem;
     margin-bottom:2rem;
}
.ty-hero {
    margin-bottom: 18px;
}

.ty-hero img {
    width: 135px;
}

.ty-content h1 {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.ty-content p {
    font-size: 17px;
    line-height: 1.45;
    color: #111;
    margin-bottom: 30px;
}

.thankyou-info {
    background: #fff;
    border-radius: 12px;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.ty-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

.ty-icon {
    width: 66px;
    height: 66px;
    min-width: 66px;
    border-radius: 50%;
    background: #e3eaff;
    padding:16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ty-info-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 0 0 12px;
}

.ty-info-item p {
    font-size: 13px;
    line-height: 1.4;
    color: #111;
    margin: 0;
}

.ty-info-item a {
    display: inline-block;
    font-size: 13px;
    color: #1647d7;
    text-decoration: none;
    margin-bottom: 3px;
}

.ty-divider {
    width: 1px;
    height: 75px;
    background: #8bb8ff;
}

.ty-button-wrap {
    margin-top: 28px;
}
.ty-arrow{
    width: 279px;
    padding: 0 26px;
}
.ty-button {
    display: inline-block;
    background: #123fd0;
    color: #fff;
    padding: 13px 25px;
    border-radius: 10px;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.ty-button:hover {
    color: #fff;
    background: #0d32aa;
}
@media (min-width: 992px) {

    /* Services parent */
    .tcm-navbar .nav-item.dropdown {
        position: relative !important;
    }

    /* Dropdown menu - hidden */
    .tcm-navbar .nav-item.dropdown > .dropdown-menu {
        display: none !important;

        position: absolute !important;
        top: 100% !important;
        left: 0 !important;

        width: 240px !important;
        min-width: 240px !important;

        margin: 0 !important;
        padding: 8px 0 !important;

        background: #ffffff !important;

        border: 1px solid #e5e5e5 !important;
        border-radius: 8px !important;

        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;

        list-style: none !important;

        z-index: 999999 !important;
    }

    /* SHOW WHEN HOVERING SERVICES */
    .tcm-navbar .nav-item.dropdown:hover > .dropdown-menu {
        display: block !important;
    }

    /* Remove bullets */
    .tcm-navbar .nav-item.dropdown > .dropdown-menu li {
        display: block !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Links */
    .tcm-navbar .nav-item.dropdown > .dropdown-menu .dropdown-item {
        display: block !important;

        padding: 10px 18px !important;

        color: #111111 !important;

        font-family: 'Geist', sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;

        text-decoration: none !important;

        white-space: nowrap !important;

        background: transparent !important;
    }

    /* Link hover */
    .tcm-navbar .nav-item.dropdown > .dropdown-menu .dropdown-item:hover {
        background: #f1f6ff !important;
        color: #123dcc !important;
    }

    /* Make sure nothing clips the menu */
    .tcm-header-wrapper {
        overflow: visible !important;
        position: relative !important;
        z-index: 9999 !important;
    }

    .tcm-navbar {
        overflow: visible !important;
        position: relative !important;
        z-index: 9999 !important;
    }

    .tcm-navbar .container {
        overflow: visible !important;
    }

    .tcm-navbar .navbar-collapse {
        overflow: visible !important;
    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
    box-shadow: 0 5px 12px rgb(0 0 0 / 12%);
    z-index: 999;
    background: #fff;
}


.header-search-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
/* SEARCH BUTTON */
.header-search-btn {
    width: 40px;
    height: 38px;
    background: #0756d9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border:none;
}


/* SEARCH MODAL */
.search-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

.search-modal.show {
    display: flex;
}

.search-modal-box {
    width: 630px;
    max-width: 95%;
    background: #fff;
    border-radius: 10px;
    padding: 35px;
    position: relative;
    box-shadow: 0 5px 30px rgba(0,0,0,.2);
    text-align: center;
}

.search-close {
    position: absolute;
    right: 22px;
    top: 14px;
    border: 0;
    background: none;
    font-size: 32px;
    color: #777;
    cursor: pointer;
}

.search-modal-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 15px;
}

.search-modal-box h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 10px;
    color: #080808;
    font-weight: 600;
}

.search-modal-box h2 span {
    color: #2734d8;
}

.search-subtitle {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 20px;
    color: #222;
}

.search-input-box {
    background: #eaf5ff;
    padding: 15px;
    border-radius: 12px;
    display: flex;
}

.search-input-box input {
    width: 100%;
    height: 50px;
    border: 0;
    outline: 0;
    background: #fff;
    padding: 0 15px;
    font-size: 17px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.search-input-box button {
      width: 36px;
    height: 30px;
    margin: 9px 10px 0 -48px;
    border: 0;
    border-radius: 5px;
    background: #2734d8;
    color: #fff;
    font-size: 18px;
}

.search-start {
    text-align: left;
    font-size: 16px;
    margin: 15px 0 ;
}

.search-options {
    display: flex;
    gap: 15px;
}

.search-option {
    flex: 1;
    
    padding: 12px 15px;
    background: #f2f8ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    box-shadow: 0 2px 7px rgba(0,0,0,.08);
    font-size: 14px;
    border:none;
}

.search-option b {
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 20px;
    color: #555;
}