@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-weight: 900;
}

h2,
h3,
h4,
h5 {
    font-weight: 500;
    line-height: 1.4;
}
p{
    font-size: 16px;
    line-height: 1.8;
}
b, strong {
    font-weight: 600;
}
a {
    color: #f36c24;
    font-size: 16px;
}
a:focus, a:hover {
    color: #ff7f2a;
    text-decoration: none;
}
.nopad {
    padding: 0 !important;
}
.nomor {
    margin: 0 !important;
}
.pad-10 {
    padding: 0 10px;
}
.pad-15 {
    padding: 0 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pad-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.nopad-right {
    padding-right: 0 !important;
}
.nopad-left {
    padding-left: 0 !important;
}
.nopad-top {
    padding-top: 0 !important;
}
.nopad-botoom {
    padding-bottom: 0 !important;
}
.clear-fix{
    clear: both;
} 
.nomortop {
    margin-top: 0 !important;
}
.nomar {
    margin: 0 !important;
}
.mt-5 {
    margin-top: -8px;
}
.hr-devide {
    width: 100%;
    display: inline-block;
    clear: both;
}
.mtb {
    margin-top: 3% !important;
    margin-bottom: 3% !important;
} 
.mt1 {
    margin-top: 1% !important;
    margin-bottom: 1% !important;
}
/* Bootstrap 5 Navbar CSS Fix */

.hero-section {
    color: white;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    background-color: #00367E;
}

.hero-section::before {
    background-image:
        radial-gradient(circle at 20% 80%, rgba(120, 171, 252, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(120, 171, 252, 0.3) 0%, transparent 50%);
}

.search-box {
    background: white;
    border-radius: 50px;
    padding: 8px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 64px;
    margin-top: 24px;
}

/* .search-box input {
    border: none;
    outline: none;
    background: transparent;
    color: #666;
}

.search-box input::placeholder {
    color: #999;
} */

.hero-illustration {
    max-width: 300px;
}

.section-card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

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

.laptop-mockup {
    max-width: 350px;
}

.video-number {
    border-radius: 1234px;
    background: #00367E !important;
    color: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

.card-beginner {
    background: #A7EAFF;

    border: none;
}

.card-intermediate {
    background: var(--Secondary-Color-200, #FCD2AC);
}

.card-advanced {
    background: var(--Success-200, #ABEFCE);
    border: none;
}

.btn-outline-orange {
    height: 56px !important;
    color: #F68841;
    border-color: #F68841;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-outline-orange::after {
    margin-left: -6px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/themes/chelpcenter/images/right-arrow.png') no-repeat center !important;
    background-size: contain;
}

.btn-outline-orange:hover {
    border-color: #F68841;
    /* color: white; */
}

.btn-outline-orange:hover::after {
    background: url('/themes/chelpcenter/images/right-arrow.png') no-repeat center;
    background-size: contain;
}

.align-btn{
    margin-top: 24px;
}

.dashboard-preview {
    max-width: 400px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.navbar-text {
    color: #1E293B;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 91.667% */
    letter-spacing: -0.312px;
}



.navlink-active {
    color: var(--Primary-Color-900, #004AB3) !important;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
}

.learn-section {
    background: var(--Surface-Primary, #F6F7F9);
    height: 640px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.topicsthumb {
	height: 220px;
}
.laptop-mockup {
    position: relative;
    z-index: 1;
    max-width: 400px;
}

.sidebar-text h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1.25rem;
}

.sidebar-text p {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    line-height: 1.6;
    margin-bottom: 0.9375rem;
}

.dashboard-card {
    background: white;
    border-radius: 21px;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    border: none;
    height: 100%;
}

.card-header-custom {
    background: #f1f3f4;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.6875rem;
    color: #5f6368;
}

.card-content {
    position: relative;
    overflow: hidden;
}

.card-footer-custom {
    padding: 0.3rem 1.25rem;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 16px;
    color: #475569;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.card-title-custom {
    font-size: 24px;
    font-weight: 600;
    color: #1E293B;
    margin-bottom: 0.5rem;
}

.card-description {
    font-size: 16px;
    color: #475569 !important;
    font-weight: 400;
}

.role-item {
    margin: 20px;
    border-radius: 15px;
    background: rgba(0, 54, 126, 0.05);
    height: 84px;
    padding: 20px;
    color: #1E293B;
    font-size: 16px !important;
    font-weight: 500;
}
.role-item-content{
    padding: 10px;
}
.detail-item {
    background: rgba(0, 54, 126, 0.05);
    border-radius: 10px;
    padding: 15px 25px;
    margin: 10px 0;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar {
    background-color: #f8f9fa;
    min-height: calc(100vh - 112px); /* Adjusted for nav heights */
}
.topic-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 0.375rem;
    color: #212529;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out;
}

.topic-item:hover {
    background-color: #e9ecef;
    color: #000;
}

.topic-item.active {
    background-color: #e7f1ff;
    border-left: 3px solid #0d6efd;
    font-weight: 500;
    color: #0d6efd;
}

.topic-item .icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 0.75rem;
}

.support-icon {
    background-color: #0d6efd;
    border-radius: 8px;
    padding: 10px;
}
.login-img{
    height: 97vh !important;
    width: 96vw !important;
}

.floating-chat-btn {
    position: fixed;
    bottom: 8rem;
    right: 1rem;
    width: 56px;
    height: 56px;
    background-color: #fd7e14;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    cursor: pointer;
    transition: transform 0.2s;
}

.floating-chat-btn:hover {
    transform: scale(1.1);
}

.floating-chat-btn img {
    width: 28px;
    height: 28px;
}

@media (max-width: 768px) {
    .sidebar-text {
        margin-bottom: 2rem;
    }

    .sidebar-text h1 {
        font-size: 1.75rem;
    }

}

.banner-bg {
            background-image: url('/themes/chelpcenter/images/help.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; 
            
}
.search-box {
            background: rgba(255, 255, 255, 0.95);
        }

/* issue fixes */

.navbar {
    padding-left: 51px;
    padding-right: 51px;
    height: 80px;
    background: #ffffff !important;
}
.nabar-nav{
    gap: 36px;
}
.hero-section .container{
    padding-left: 16px;
    padding-right: 16px;
    margin:56px;
}
.nav-item .dropdown{
    border: 1px solid lightgray;
    border-radius: 24px;
}
.welcome-text{
    font-size: 64px !important;
    margin-top: 20px !important;
    font-weight: 600;
}
.welcome-subtext{
    font-size: 18px;
    color: #ffffff !important;
    font-weight: 500;
}
.nav-link{
    color: #333333;
    font-weight: 500;
}
.concierto-section{
    height: 600px !important;
}
.concierto-section .content{
        margin-left: 56px !important;
        margin-right: 56px !important;
}
.concierto-header{
    font-weight: 600 !important;
    font-size: 40px;
    color: #1E293B !important;
}
.concierto-subheader
{
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #475569 !important;
}
.learn-section .content,
.platform-section .content,
.topics-content {
    margin: 0 56px !important;
}
.login{
font-weight: 700;
font-style: Bold;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;

}
.welcome-subtext{
font-weight: 500;
font-style: Medium;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
}
.navbar-nav{
    gap:40px !important
}
.section-content{
    margin:56px !important;
}
.main-title{
    color: #1E293B;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 0px;
}
.sub-gap{
    margin-top: 16px;
}
.video-corner{
    border-radius: 14px !important;
}
.card-vertical-gap{
    margin-top: 32px;
}
.subheader-top{
    margin-top: 8px;
}
.helpcenter-breadcrumb{
    color: rgba(0, 54, 126, 1);
    font-size: 14px;
    font-weight: 400;
}
.helpcenter-breadcrumb-sub{
    color: rgba(71, 85, 105, 1);
    font-size: 14px;
    font-weight: 600;
}
.page-background{
    background-color: #F6F7F9;
}
.view-content{
    /* gap: 32px !important;
    opacity: 1 !important;
    border-radius: 24px !important;
    padding: 32px !important;
    margin: 19px 56px !important; */
}
.view-breadcrumb{
    margin-left: -67px !important;
}

.path-sales-kit-landing .container {
    margin-left: 130px;
}

.hero-section .form-search {
    width: 45vw;
    border: none !important;
    background: transparent;
}
.search-right{
    border-radius: 1234px;
    background:  #00367E;
    display: flex;
    transform: rotate(90deg);
    padding: 5px;
    align-items: center;
    gap: 10px;
}
.login-page .js-form-item {
    position: relative;
    display: inline-block;
    width: 100%; 
  }
  
 .login-page .js-form-item input#edit-name {
    padding-right: 110px; 
    box-sizing: border-box;
  }
  
  
 .login-page .js-form-item:has(#edit-name)::after {
  content: "@trianz.com";
  position: absolute;
  right: 10px;
  top: 65%;
  transform: translateY(-50%);
  color: #555;
  font-size: 14px;
  pointer-events: none;
}

.trianz-help-center-signup-form input {
    border: 1px solid #ccc !important;
	border-radius :10px !important;
}
ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.item-list li {
    margin: 0 0 0.25em -0.5em !important;
    padding: 0;
}
#edit-actions.form-actions {
    display: flex;
    justify-content: flex-end;
}

.sales-view-breadcrumb {
    margin: 20px 20px 0px 25px;
}
  