html {
  scroll-behavior: smooth;
}

#choose-role {
  scroll-margin-top: 180px;
}

.loading-overlay::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 11;
}

.loading-overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9); 
  z-index: 10;
}

@keyframes spin {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}


.breadcrumb ol li a{
  color: #036;
}

.region-breadcrumb {
  padding-top: 20px;
  background-color: #F0F6FF;
}

.region-breadcrumb .page-container .block-system-breadcrumb-block{
  margin: 0 auto;
  display: flex;
}

.region-breadcrumb .block-system-breadcrumb-block .breadcrumb ol li:before{
  padding: 0;
}

.page-node-type-travel-portal-q-a .dialog-off-canvas-main-canvas .layout-container .region-breadcrumb{
  padding-top: 20px;
  background:#FAFAFA;
}

.wrapper .block-body .breadcrumb{
  padding: 0;
}
.home-banner{
  /*background-image: url('/upload/front_page/front_page_banner.jpg'); */
  /*background-size: cover; */
  /*background-position: center; */
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.40) 80%, rgba(0, 0, 0, 0.80) 100%), */
  /*          url('/upload/front_page/front_page_banner.jpg') center / cover no-repeat;*/
  background: url('/upload/front_page/front_page_banner.jpg') center / cover no-repeat;
  min-height: 300px; 
  height: 480px; 
  background-blend-mode: overlay; 
  border-radius: 12px;
  box-sizing:border-box;
  padding-top: clamp(150px, 30%, 280px);
  padding-left: clamp(5%, 59px, 16px);
  padding-right: clamp(5%, 59px, 16px);
}

.travel-service-banner{
  background: center / cover no-repeat;
  min-height: 300px; 
  height: 480px; 
  background-blend-mode: overlay; 
  border-radius: 12px;
  box-sizing:border-box;
  padding-top: clamp(48px, 75%, 320px);
  padding-left: clamp(5%, 59px, 16px);
  padding-right: clamp(5%, 59px, 16px);
}

.home-title{
  color: #ffffff; 
  font-size: 48px; 
  font-weight: bold; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.home-description{  
  color: #ffffff; 
  font-size: 16px; 
  font-weight: bold;
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.home-title-button,
.home-title-button:hover{
  color: #ffffff; 
  background-color:#0842B0; 
  border-radius: 24px; 
  width:fit-content; 
  padding:8px 20px; 
  margin-top: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

.search-bar-container{
  display: flex;
}

.search-bar-icon{
  display: flex;
  padding-left: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 0 12px;
  background: #E8EBF5;
  color: #47669E;
  opacity: 0.8; 
  height: 48px;
}

.front-page-search-input{
  width: 100%;
  height: 48px;
  border-radius: 0 12px 12px 0;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #E8EBF5;
  border: none;
  color: #47669E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.front-page-search-input::placeholder {
  color: #47669E;
  opacity: 0.8; 
}

.front-page-search-input:focus {
  border: none; 
  outline: none; 
}

.search-button-container{
  display: flex;
  gap: 16px;
  margin: 20px 0;
}

.search-button,
.search-button:hover{
  color: #47669E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  display: flex;
  height: 32px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  background: #E8EBF5;
  border: 1px solid #E8EBF5;
}

.search-button:hover{
  border: 1px solid #47669E;
}

.front-page-session-title{
  color: #000000; 
  font-size: 24px; 
  font-weight: bold; 
  margin-bottom: 20px;
}

.role-card-container,
.service-card-container{
  display: flex; 
  gap: 20px;
  flex-wrap: wrap;
}

.role-card-container > .role-card,
.service-card-container > .service-card {
  flex: 0 1 calc(33.33% - 13.33px); 
  box-sizing: border-box; 
}

.role-card,
.service-card{
  flex: 1; 
  border: 1px solid #e0e0e0;
  background-color: #ffffff; 
  padding: 20px; 
  border-radius: 8px; 
}

.role-icon,
.service-icon{
  height: 24px;
  width: 24px;
  margin-bottom: 8px;
}

.role-title,
.service-title{
  color: #333333; 
  font-size: 18px; 
  font-weight: bold; 
}

.role-description,
.service-description{
  color: #666666; 
  font-size: 14px; 
  line-height: 1.5;
}

.manage-travel-right-container{
  padding-right:50px;
  padding-left:20px;
}

.manage-travel-left-container{
  padding-left:50px;
  padding-right:20px;
}

.manage-travel-title{
  color: #000000; 
  font-size: 48px; 
  font-weight: 900; 
  line-height: 1.2; 
  margin-bottom: 20px;
}

.travel-step-container{
  margin-bottom: 24px;
}

.travel-step-title-container{
  display: flex; 
  align-items: center; 
}

.travel-step-title-container .travel-step-title-index{
  width: 24px; 
  height: 24px; 
  background-color: #003366; 
  border-radius: 50%; 
  color: #ffffff; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  font-size: 14px; 
  font-weight: bold;
}

.travel-step-title-container .travel-step-title{
  margin-left: 10px; 
  color: #121217; 
  font-size: 18px; 
  font-weight: bold;
}

.travel-step-summary{
  color: #666666; 
  font-size: 14px; 
  margin-left: 34px;
}

.question-listing-heading-description{
  color: #036;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}

.field--name-field-question-block-title{
  color: #002D56;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9ECEF;
  margin-bottom: 20px;
}

.field--name-field-question-page-url .field__item .travel-question-listing{
  display: flex;
  min-height: 44px;
  padding: 25px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #DEE2E6;
  background: #FFF;
  color: #212529;
  box-shadow: 0px 2px 8px 0px rgba(0, 45, 86, 0.05);
  margin-bottom: 20px;
  text-decoration: none;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.6px;
}

.field--name-field-question-page-url .field__item .travel-question-listing:hover{
  border: 1px solid #A9C5E8;
  background: #F8FBFF;
  box-shadow: 0 6px 16px 0 rgba(0, 45, 86, 0.10);
}

.field--name-field-question-page-url .field__item .travel-question-listing .travel-question-listing-icon{
    color: #003366;
    padding: 8px;
}

.available-agent-container{
  display:flex;
  gap: 20px;
}

.available-agent-container .available-agent{
  display: flex;
  height: 48px;
  padding: 0px 20px;
  align-items: center;
  gap: 6px;
  border-radius: 24px;
  background: #0842B0;
  overflow: hidden;
  color: #FFF;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.more-info-container{
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  background: #FCFCFC;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
  padding: 16px;
  margin-bottom: 16px;
}

.more-info-container .more-info-left-container{
  width: 60%;
}

.more-info-container .more-info-left-container .more-info-title{
  color: #121417;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; 
}

.more-info-container .more-info-left-container  .more-info-summary{
  color: #636E82;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
  margin-top: 8px;
}

.more-info-container .more-info-link{
  display: flex;
  margin-top: 16px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: #EBEDF0;
  width: fit-content;
  height: 32px;
  overflow: hidden;
}

.more-info-container .more-info-link a,
.more-info-container .more-info-link a:hover{
  color: #121417;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; 
  text-decoration: none;  
}

.more-info-container .more-info-thumbnail{
  width: 35%;
  max-width: 300px;
}

.more-info-container .more-info-thumbnail img{
  width: 100%;
  height: 165px;
  object-fit: cover; 
  object-position: center;
  border-radius: 12px;
}

.q-a-heading{
  font-size: 36px;
  color: #000000;
  font-weight: 700;
}

.mtpc-well:not(.mtpc-1col-section):not(.mtpc-2col-section):not(.mtpc-3col-section):not(.mtpc-4col-section) {
    background-color: rgba(0, 0, 0, 0.7) !important;
    border: 0 !important;
}

.service-card.coming-soon, .role-card.coming-soon {
  pointer-events: none;      
  opacity: 0.6;              
  position: relative;
}

.coming-soon-label, .role-card .coming-soon-label {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #bbbbbb;
  color: #000;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
}

.mtpc-block-nav-menu ul.mtpc-nav-menu-wrapper{
  justify-content: normal;
}

.mtpc-block-nav-menu ul.mtpc-nav-menu-wrapper.desk-style3{
  gap: none;
}

.mtpc-block-nav-menu ul.mtpc-nav-menu-wrapper li.desk-style3 {
  border: none;
  margin: 0 16px;
  border-bottom: 4px solid #cccccc;
}

.mtpc-block-nav-menu ul.mtpc-nav-menu-wrapper li.desk-style3:hover{
  border-bottom: 4px solid #036;
}

.mtpc-block-nav-menu ul.mtpc-nav-menu-wrapper li.desk-style3:hover a{
  color: #036;
}

.mtpc-block-nav-menu .desk-style3 a.is-active,
.mtpc-block-nav-menu ul.mtpc-nav-menu-wrapper li.desk-style3.is-active:hover{
    border-color: #cccccc;
    color: #000000 !important;
    cursor: not-allowed;
    pointer-events: none;
}

.mtpc-block-nav-menu .desk-style3 a{
  color: #636E82;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}


.mtpc-block-nav-menu .desk-style3 a:hover{
  color: #036;
  text-decoration: none;
}

.node--type-travel-portal-q-a img{
  width: fit-content;
  height: auto;
}

table tbody tr td .table-img{
  width: 100%;
}

.table-video{
  width: 100%;
  max-width: 640px;
}

.space-bottom-20{
  border-bottom: 1px solid #D6E4F7;
}

.view-more-information-listing .view-content{
  max-width: 1280px;  
  margin: auto;
}

@media (max-width: 1050px){
  .home-title{
    font-size: 40px;
  }
  
  .home-description{  
    font-size: 14px; 
  }
}

@media (max-width: 800px){
  .home-title{
    font-size: 36px;
  }
  
}

@media (max-width: 600px){
  .role-card-container,
  .service-card-container{
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 500px){
  .home-title{
    font-size: 32px;
  }
  .more-info-container{
    flex-direction: column;
  }
  .more-info-container .more-info-thumbnail{
    width: 100%;
    margin-top: 16px;
  }
}