@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css);
@font-face {
  font-family: 'Henry Sanns';
  src: url('https://helpcenter-assets-development.zohostratus.com/HenrySansGX.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
im div[data-title="Get in touch with an agent."],
im div[title="Get in touch with an agent."] {
display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Henry Sanns, !important;
}
html, body {
  font-family: Henry Sanns, !important;
}

.wrapper {
  width: 100%;
}
.sm-logo {
  display: flex;
  align-items: center; /* optional, if you want them centered horizontally */
}

.header-logo {
  width: 200px;
  margin-right: 50px;
}

.solid-logo {
  width: 50px;
  margin-right: 5px;
}

.link-tag-drawer{
color:black;
  line-height: 2;
}
/* === Top Nav (Gray) === */
.topline {
  background-color: #f4f4f4;
  font-size: 13px;
  font-weight: 500;
  color: #222;
  display: flex;
  padding: 15px;
  justify-content: space-between;
}

.topleft {
  display: flex;
  font-size: 25px;
}

.topright {
  margin: auto 0px;
}
.topright span {
  margin: 5px;
  font-weight: 500;
}

.menu-toggle {
  display: block;
  font-size: 28px;
  margin: 10px 20px;
  cursor: pointer;
}
.hero-section {
  position: relative;
  width: 100%;
}
.one-group .cch {
  color: white;
  text-shadow: 2px 2px 4px #868686; 
  font-size: 40px;
  font-weight: bold;
}
.hero-text {
  display: flex;
  align-items: flex-start; 
  position: relative;
  z-index: 1; 
}


.hero-banner{
     height: 780px;
     position: absolute;
  top: 0;
  right: 0; 
  margin-top: -280px;
  object-fit: cover;
  z-index: -1; 
}



/* === Blue Navigation === */
.nav-blue {
  background-color: #102FF6;
  color: white;
  padding: 10px 40px;
  font-size: 12.5px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
}

/* === White Nav (Now inside Hero Section) === */
.nav-white {
  background: none;
  color: #111;
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}

.nav-links span {
  margin-right: 30px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 20px;
}

.nav-links2 span {
  margin-right: 30px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 20px;
}

.login-btn {
    background-color: #002fff;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 20px;
  width: 100%;
  margin-top: 10px;
}

/* === Hero Section === */
.hero-text {
  display: flex;
  align-items: center; 
  line-height: 1;
  font-size: 150px;
  margin-bottom: 0;
}

.sm {
  color: #002fff;
  font-weight: 900;
  font-size: 170px;
  display: block;
  line-height: 1;
  padding: 0;
  margin-left: 50px
}

.one-group {
  display: flex;
  flex-direction: column; 
  color: #002fff;
}

.one {
  font-size: 150px;
  margin-bottom: -30px;
}

.cch {
  font-size: 40px; 
  margin-top: 10px;
  color: #a1a1a1;
  font-weight: bold;
  padding-bottom: 40px;
}

.info-section {
position: relative;
z-index: 4;
background-color: #0033cc;
color: white;
width: 100%;
padding: 40px 40px 60px;
box-sizing: border-box;
background-color: #0033cc;
color: white;
width: 100%;
height: 500px;
padding: 40px 40px 60px;
}

.search-box {
  display: flex;
  align-items: center;
  background-color: white;
  color: #777;
  padding: 12px 20px;
  border-radius: 10px;
  max-width: 800px;
  font-size: 20px;
  margin-top: 50px;
  margin: 10px;
}

.search-box input {
  flex: 1;               /* takes remaining space */
  border: none;
  outline: none;
  font-size: 18px;
  background: transparent;
}


.hot-title {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-left: 300px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.hot-list {
  display: flex;
  justify-content: left;
  font-size: 20px;
  font-weight: 500;
}

.hot-list div {
  max-width: 300px;
  line-height: 1.4;
}
.hot-1{
margin-right: 50px;
}
#all-the-info {
  font-style: italic;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-left: 200px;
}
#hamburger-menu.show {
  display: flex;
}

#extraMenu span {
  display: block;
  margin: 8px 0;
  font-size: 18px;
}


.link-tag {
  text-decoration: none;
  color: black;
  margin-right: 15px;
}
a.link-tag {
    transition: color 0.3s ease; 
    font-weight: 500; 
    color: black;
    font-size: 16px;
}

a.link-tag:hover {
    font-weight: 700;
    color: #002fff;
}
.link-tag-in-blue {
  text-decoration: none;
  color: white;
  margin-right: 15px;
  font-size: 12px;
  text-transform: uppercase;
}
footer {
  padding: 20px 0;
  background-color: #0057e3;
  color:white;

}

.footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.socials {
  position: absolute;
  left: 20px;
  display: flex;
  margin: 18px;
}

.socials a {
  font-size: 22px;
  color:white;
  text-decoration: none;
  margin-right: 10px;
}

.socials a:hover {
  color: #555;
}

.contact-text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
}

.socials {
  display: flex;
  margin: 20px;
}

.socials a i {
  font-size: 24px;
  color:white;
}

.contact {
  display: flex;
  align-items: center;
  margin: 8px;
  font-size: 18px;
  color:white;
}

.contact span{
  text-decoration: underline;

}
.contact i {
  font-size: 20px;
  color:white;
}

#hamburgerMenu {
  position: fixed;        
  top: 0;
  left: -300px;           
  height: 100vh;          
  width: 300px;         
  background-color: #fff;
  flex-direction: column;
  padding: 90px 20px;
  z-index: 9999;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease; 
  overflow-y: auto;     
}

#hamburgerMenu.show {
  left: 0;
}

#extraMenu {
  display: flex;
  flex-direction: column;
}

#extraMenu span,
#extraMenu {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: black;       
}

#extraMenu .login-btn {
  margin-top: 20px;
  width: 100%;
}

#close-btn{
    cursor: pointer;
  position: absolute; /* Take the button out of the normal flow */
  top: 15px;      /* Adjust vertical position */
  right: 15px;    /* Pushes the button 15px from the right edge */
  z-index: 10000; /* Ensure it stays on top of other content */
  cursor: pointer;
  font-size: 25px;
}
#search-bar{
    width: 90%;
    height: 50px;
    border: none;
    font-size: 18px;
    padding: 5px;
}
#close-btn,
.menu-toggle {
  padding: 5px;
  background-color: transparent;
  border: none;
}


.kb-container {
  display: flex;
background-color: white;
  flex-direction: row; 
  max-width: 100%;
  margin: 0 auto;
   padding: 50px;
}

.kb-more-info {
  flex-basis: 200px;
  flex-shrink: 0;
  padding: 10px;
  border-left: 1px solid #ccc; 
}
.kb-more-info h3{
  color: #002fff;
  font-weight: 900;
}
.kb-more-info p{
  text-transform: underline;
  margin-bottom: 30px;
}

.kb-section {
  height: 50vh;
  width: 100px;
  flex-grow: 1;
}
.on-this-page .related-articles{
margin-bottom: 20px;
  background-color: pink;
}
.kb-section h2{
 font-weight: bold;
  margin-bottom: 15px;
}

.search-list {
  border: 1px solid #ccc;
  overflow-y: auto; /* Adds a scrollbar if results exceed max-height */
  margin-left: 9px;
  max-width: 800px;
  height: 100px;
  background-color:white;
  list-style-type: none; /* Removes bullet points for list items */
  padding: 0;
  border-radius: 10px;
}

.search-list-item {
  padding: 8px 10px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.search-list-item:hover {
  background-color: #f0f0f0;
}
/* Responsiveness*/
@media (max-width: 1024px) {
  .info-section img{
  display:none;
  }
}
@media (min-width:768px) {
#all-the-info{
  
  }
}
@media (max-width: 425px) {
  .info-section img{
  display:none;
  }
}

/* --- Carousel Containers --- */
.fade-mask-wrapper {
    position: relative;
    width: 55%; 
    height: 140px; 
    overflow: hidden; 
}

.fade-mask-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; 
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, #0033cc 10%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none; 
}
.fade-mask-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 30px; 
    height: 100%;
    background: linear-gradient(to left, #0033cc 10%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.hot-carousel-container {
    width: 100%; 
    padding: 0 10px; 
    box-sizing: border-box;
}
.hot-carousel {
    display: flex; 
    overflow-x: scroll; 
}

.hot-carousel::-webkit-scrollbar {
    display: none;
}
.hot-carousel {
    -ms-overflow-style: none; 
        width: 1000px;
}


.hot-card {
    flex: 0 0 calc((100% / 3) - 30px); 
    height: 140px;
    padding: 20px;
    border: 1px dashed #023ef1;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
  	margin-right: 10px;
}

.hot-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.card-number {
    font-size: 1.5em;
    color: white; 
    margin-bottom: 5px;
}

.card-text {
    font-size: 1em;
    color: white;
    padding: 5px;
    margin: 0;
    margin-bottom: 5px;
}
.like-count{
  color: white;
  font-weight: bold;
}

.carousel-nav {
    display: flex;
    justify-content: flex-end; 
    margin: 10px;
    margin-bottom: 10px;
}

.nav-button {
    padding: 8px 15px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.2s;
}

.nav-button:hover:not(:disabled) {
    background-color: #0056b3;
}

.nav-button:disabled {
    background-color: #cccccc; 
    cursor: not-allowed;
}

.link-tag,
.link-tag-in-blue {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .topright {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    max-width: 100%;
    padding: 8px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .topright::-webkit-scrollbar {
    display: none;
  }

  .topright a {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (max-width: 1024px) {
  .nav-blue {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    padding: 10px 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .nav-blue::-webkit-scrollbar {
    display: none;
  }

  .nav-blue a {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .topright {
    display: flex;
  }

  .topright.show {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
 .fade-mask-wrapper {
    position: relative;
    width: 95%;
    height: 140px;
    overflow: hidden;
 }
}
@media (max-width: 425px) {
  html, body {
    overflow-x: hidden;
  }
}
@media (max-width: 425px) {
  .hero-text {
    flex-direction: column;
    align-items: flex-start;
    font-size: unset;
    padding: 0 16px;
  }

  .sm {
    font-size: 64px;
    margin-left: 0;
    line-height: 1;
  }

  .one {
    font-size: 56px;
    margin-bottom: 0;
  }

  .cch {
    font-size: 18px;
    padding-bottom: 16px;
    text-shadow: none;
  }
}
@media (max-width: 425px) {
  #all-the-info {
    margin-left: 0;
    font-size: 18px;
    text-align: left;
    padding: 0 16px;
  }
}
@media (max-width: 425px) {
  .hot-title {
    margin-left: 0;
    font-size: 18px;
    padding: 0 16px;
  }
}
@media (max-width: 425px) {
  .fade-mask-wrapper {
    width: 100%;
    padding-left: 16px;
  }

  .hot-carousel {
    width: auto;
  }

  .hot-card {
    flex: 0 0 85%;
  }
}
@media (max-width: 425px) {
  .info-section {
    height: auto;
    padding: 24px 16px 40px;
  }
}
@media (max-width: 425px) {
  .search-box {
    max-width: 100%;
    font-size: 16px;
  }

  #search-bar {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .header-logo,
  .sm-logo {
    display: none;
  }
}
@media (max-width: 425px) {
  .kb-more-info {
    display: none;
  }

  .kb-container {
    padding: 20px 16px;
  }
}
@media (max-width: 425px) {
  .kb-section {
    width: 100%;
  }
}


.zd-search-input {
  height: 48px;
  border-radius: 8px;
}

.Footer__footerBg
{
 display:none
}

.Footer__container2 {
  display: none;
}

.Layout__oneColumn, .Layout__twoColumn, .Layout__twoColumn2, .Layout__twoColumnReverse {
max-width: 0; 
   min-height: 0; 
    padding: 0; 
}

