@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Work+Sans:300,400,500,600,700,800,900|Muli:400,600,700,800|PT+Mono&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');


*, :after, :before{
    box-sizing: border-box;
}
body {
    font-size: 0.8125rem;
    font-family: 'Muli', 'Lato', Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    -webkit-font-smoothing: antialiased;
}
.body {
  	background: #fff;
}
.brand, .h1, .h2, .h3, .h4, .h5, .h6, .navbar, .td-name, a, button, h1, h2, h3, h4, h5, h6, input, p, select, td, textarea {
    font-family: 'Muli', 'Lato', Arial, sans-serif !important;
    font-weight: 400;
    letter-spacing: .3px;
}
.brand, .h1, .h2, .h3, .h4, .h5, .h6, .navbar, .td-name, a, button, h1, h2, h3, h4, h5, h6, input, p, select, td, textarea {
  -webkit-font-smoothing: antialiased;
}
html {
    font-size: 100%;
    line-height: 1.5;
    font-family: 'Muli', 'Lato', Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden!important;
  -webkit-text-size-adjust: 100%;
}
.btn {
    line-height: 2rem !important;
    padding: 0 1rem !important;
    border-width: 1px !important;
    color: #ffffff;
    box-sizing: border-box;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 150ms linear;
    font-size: .6875rem;
}
.btn {
    font-size: 0.6875rem;
    border-radius: 0.25rem !important;
    line-height: 2rem !important;
    padding: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-width: 1px !important;
    transition: all 150ms linear;
    text-transform: uppercase;
    font-weight: 600;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid transparent;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-2, 
.col-3, .col-4, .col-5, 
.col-6, .col-7, .col-8, 
.col-9, .col-10, .col-11, 
.col-12, .col-auto, .col-lg, 
.col-lg-1, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, 
.col-lg-10, .col-lg-11, .col-lg-12, 
.col-lg-auto, .col-md, .col-md-1, 
.col-md-2, .col-md-3, .col-md-4, 
.col-md-5, .col-md-6, .col-md-7, 
.col-md-8, .col-md-9, .col-md-10, 
.col-md-11, .col-md-12, .col-md-auto, 
.col-sm, .col-sm-1, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, 
.col-sm-10, .col-sm-11, .col-sm-12, 
.col-sm-auto, .col-xl, .col-xl-1, 
.col-xl-2, .col-xl-3, .col-xl-4, 
.col-xl-5, .col-xl-6, .col-xl-7, 
.col-xl-8, .col-xl-9, .col-xl-10, 
.col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
.col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
 } 	
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
   }
.col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
p {
    padding-bottom: 0 !important;
}
p {
    font-size: 1rem;
    color: #514f4d;
    margin: 0;
    text-align: justify;
    line-height: 1.5em !important;
    letter-spacing: .3px;
    padding: 0 0 1.2rem !important;
}
@media screen and (min-width: 992px) {
 	ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
     margin-bottom: 0;
} 
}
.btn-radius {
    border-radius: 25px !important;
}
.btn {
    font-weight: 700;
}
h6 {
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 1.5em;
}
h5 {
    margin-top: 0;
    margin-bottom: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

img {
      max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
p.description h2 > span, h2 {
    font-size: 1.875rem !important;
    font-weight: 800 !important;
    letter-spacing: .8px !important;
    color: #514f4d !important;
    margin-top: 0 !important;
    line-height: 1.33 !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
}
.Layout__oneColumn {
    background-color: transparent;
    z-index: auto;
}
.Layout__oneColumn, 
.Layout__twoColumn, 
.Layout__twoColumn2, 
.Layout__twoColumnReverse {
  max-width: 73.125rem !important;
}
.WidgetsContainer__lftWd+.WidgetsContainer__lftWd {
  margin-top: 3.5rem;
}
.AppContainer__homeWidget {
  padding: 0;
  margin: 1.5rem 0 0;
}
.WidgetsContainer__lftWd {
  padding: 0 1rem 0rem 0.9375rem !important;
}
.WidgetsContainer__lftWd:last-child {
    margin-bottom: 1rem;
}
portal b {
    font-family: 'Muli', 'Lato', Arial, sans-serif !important;
}

/* header styles */
.Header__header {
 	background: #e8f3ff;
	z-index: auto;
  display: block;
}
.Header__menuWrapper {
  float: left;
}
.Header__nav .Header__menuList .Header__link {
  font-size: 1rem !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border-bottom: 0 !important;
    height: 80px;
  padding: 0;
  display: block;
  color: #2b2826;
}
.Header__nav .Header__menuList.Header__navactive {
  border-bottom: 0;
}
.Header__nav .Header__menuList:not(.header-tabset-button) a {
  opacity: 0.8;
}

.Header__menuList.header-tabset-button {
  margin-right: 0;
}
.btn-warning {
    background-color: #fb0 !important;
    border: 1px solid #fb0 !important;
    color: #000 !important;
}
.Header__menuList button {
  line-height: 2.3rem !important;
    /* width: 130px; */
}
.Header__menuBox {
 	max-width: 100% !important;
    padding: 0 20px;
}

.Header__menuList {
  margin: 0 1.0625rem;
  line-height: 5.3rem;
  border-bottom: 0;
}
.Header__logotxt {
  display: none;
}
.Header__logoimg img {
  max-width: 12.5rem;
}
.fixed-header-display {
  display: none;
}
.Header__homeNavbarFixed .fixed-header-display {
  display: block;
}

/* search styles */
.Header__titleSearchWrapper {
 	padding: 4rem 0 0 !important;
    display: block;
} 
.Header__titleSearchWrapper .Header__titleSearchBox {
 	 display: table;
    align-items: center;
    width: 100%;
    max-width: 1140px;
  margin: auto;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 992px) {
.title_container {
    float: right;
    width: 850px;
    margin-top: 5rem;
  }
}
.Header__welcomeTitle {
    text-shadow: none;
    color: #2b2826;
    font-size: 2.75rem;
    line-height: 1.29;
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 0;
}
h1.Header__welcomeTitle::after {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-color: #005ce6;
    margin: 1rem auto;
}
h4.Header__welcomeDescription {
    font-size: 1.125rem;
    line-height: 1.5;
    color: #2b2826;
    font-weight: 300;
    margin: 1rem 0 !important;
    text-align: center !important;
    width: 100%;
    letter-spacing: 0.2px;
}
@media screen and (min-width: 992px) {
.image_container {
    float: left;
    width: calc(100% - 850px);
  }
}
.Header__titleDescription {
    padding-bottom: 17px;
}
.d-flex {
  display: flex;
}
.Header__searchLink {
 	border: 0.0625rem solid transparent;
  box-shadow: none;
}
.Header__searchLink .SearchCon__searchCon {
  border: 1px solid #c9c7c6;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
}
.Header__homeNavbarFixed .Header__searchSubCont .Header__searchLink {
  margin: 0 0 0 auto;
    width: 45%;
    box-shadow: none;
    border: 0.0625rem solid #e9e9e9;
    border-radius: 0.3125rem;
    overflow: hidden;
}
.Header__homeNavbarFixed .Header__searchSubCont .Header__searchLink .SearchCon__searchCon {
  border: 1px solid #c9c7c6;
    line-height: 17px;
    border-radius: 0.3125rem;
    overflow: hidden;
}
.Header__homeContent.Header__homeNavbarFixed .Header__searchSubCont {
 	box-shadow: 0 0.3125rem 0.625rem 0 rgb(0 0 0 / 8%);
  min-height: 4.375rem;
    align-items: center;
    padding: 14px 0;
  background: #fff !important;
}
.Header__homeNavbarFixed .Header__searchSubCont .Header__searchalt {
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: 100% !important;
}
.Header__homeNavbarFixed .Header__searchSubCont .Header__searchalt .SearchBox__searchpart input {
  height: 37px;
  min-height: 37px;
  padding: 10px;
}

.Header__homeNavbarFixed .goto-button.fixed-header-display {
  margin-left: 15px;
}

/* two and three modules */
.flex-div-modules .col-sm-4, 
.flex-div-modules .col-sm-6 {
    display: inherit;
}
.flex-div-modules .card {
    box-shadow: 1px 1px 5px #c9c7c6, -1px -1px 5px #c9c7c6;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-grid;
}
  .flex-div-modules .card .card-header {
    display: flex;
    align-items: center;
}
  .flex-div-modules .card .card-header img {
    width: 50px !important;
}
  .flex-div-modules .card .card-header h2 {
    margin-bottom: 0 !important;
    letter-spacing: 0.29px;
    font-weight: 800 !important;
    font-size: 1.875rem !important;
    color: #3e3e3c !important;
    margin-top: 0 !important;
}
  .flex-div-modules .card .card-body {
    padding: 10px 0 1rem;
}
  .flex-div-modules .card .card-body p {
    text-align: left;
    letter-spacing: 0.58px;
    color: #3e3e3c;
    padding-bottom: 0 !important;
}
  .flex-div-modules .card .card-footer {
    display: inline-flex;
    position: relative;
    align-items: flex-end;
}
.flex-div-modules .card .card-footer h5 {
    font-size: 1rem;
}
.flex-div-modules .card .card-footer h5 > span > a {
    color: #005ce6;
    font-weight: 600;
}
.btn.btn-info {
    background-color: #005ce6;
    border: 1px solid #005ce6;
}
.btn-success {
    background-color: #02a81e !important;
    border-color: #02a81e !important;
}
.flex-div-modules.flex-bg-modules .col-sm-6:last-child .card {
    background-color: #F7F9FC;
}
.flex-div-modules.flex-bg-modules .col-sm-6:first-child .card {
    background-color: #e8f3ff;
}

/* feedback and report widget styles */
.flex-div-modules.display-flex-modules .col-sm-7, .flex-div-modules.display-flex-modules .col-sm-5 {
    display: grid;
}
.display-flex-modules .col-sm-7 .card {
    background-color: #005CE6;
}
.media {
    display: flex;
    align-items: center;
}
.media-body {
    flex: 1;
}
.flex-div-modules.display-flex-modules .card .media .media-body h2 {
    margin-bottom: 0 !important;
    color: #fff !important;
    text-transform: capitalize;
}
.flex-div-modules.display-flex-modules .card .media .media-body p {
    margin: 0 !important;
    color: #fff !important;
    text-align: left;
  padding-bottom: 0 !important;
}
a.btn.btn-outline-alter-warning, a.btn.btn-outline-alter-danger, .btn-padding {
    padding: 9px 1rem !important;
    font-weight: 600;
}
.btn[class*="btn-outline-"] {
    background-image: none !important;
    background-color: transparent;
}
.display-flex-modules .col-sm-5 .card {
    background-color: #EB3324;
}
a.btn.btn-outline-alter-warning, a.btn.btn-outline-alter-danger, .btn-padding {
    padding: 9px 1rem !important;
    font-weight: 600;
}
.btn-outline-alter-warning {
    background-color: #ffdd7f !important;
    color: #000;
    border-color: transparent!important;
}
.btn-outline-alter-danger {
    background-color: #ffc0a4 !important;
    color: #c60202;
    border-color: transparent!important;
}

/* shares widget styles */
.flex-div-modules .adv-content-img img {
    width: 40px !important;
}
.flex-div-modules .adv-content-text h3 span, .flex-div-modules .adv-content-text h3 {
    font-size: 15px !important;
    text-transform: uppercase;
    color: #3e3e3c;
}
.flex-div-modules .adv-content-text h3 {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}
.flex-div-modules .adv-content-text p {
    margin: 5px 0 !important;
    line-height: 1.3em !important;
    font-size: 14px;
  padding-bottom: 0 !important;
}
.flex-div-modules .adv-content-text ul {
    display: flex;
    align-items: center;
    margin-top: 8px;
  padding-left: 0;
}
.flex-div-modules .adv-content-text ul > li::marker {
    content: none;
}
.flex-div-modules .adv-content-text a {
    text-decoration: underline;
    font-size: 17px;
    font-weight: 600;
}

/* footer css */
#footerContainer .Footer__footerBg {
    display: none;
}
.footer {
    line-height: 36px;
    background-attachment: fixed;
    position: relative;
  	background-color: #f3f2f2 !important;
}
.footer-big {
    padding: 10px 0 !important;
    border-top: 1px solid #dddbda;
  overflow: hidden;
}
.footer.footer-big .container {
    max-width: 80rem !important;
    width: 1140px;
}
.footer-big .container {
    margin-top: 20px;
}
.footer-heading h6 {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
.footer-heading h6 > span {
    color: #42526e;
    font-weight: 800;
    font-size: 0.9375rem;
}
.mt-3 {
    margin-top: 1rem !important;
}
ul {
    margin-bottom: 0 !important;
}
ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
}
.footer-links > li {
    line-height: 2.5em;
}
.footer-links li > a {
    color: #42526e;
    font-weight: 600;
    font-size: .9375rem;
}
.svg-images h5 {
    padding-left: 15px;
}
.footer hr {
    border-color: #DDDDDD;
    border-width: 1px 0 0;
}
.footer-big hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.align-items-center {
    align-items: center !important;
}
.sub-footer p {
    font-size: 0.8125rem;
    color: #706e6b;
    margin: 0 !important;
  padding-bottom: 0 !important;
}
.text-right {
    text-align: right!important;
}
.sub-footer-link > span > a {
    color: #706e6b;
    font-weight: 500;
    font-size: 0.8125rem !important;
}
.footer-links .mail-link, .footer-number > span > a {
    font-size: 1rem;
    color: #706e6b;
}
.d-flex {
    display: flex!important;
}
.btn-outline-success {
    border-color: #02a81e !important;
    color: #02a81e !important;
    opacity: 1;
}
.footer-links li > a:hover, .footer-links > a:hover, .sub-footer-link > span > a:hover, .footer-number > span > a:hover {
    color: #3e3e3c !important;
}
.Footer__footer {
  border-top: 0;
  padding: 0;
}
.Footer__footer {
  text-align: left;
}

.btn-outline-info {
    border: 1px solid #005ce6!important;
    color: #005ce6 !important;
}

.btn-outline-info:hover {
    background: #005ce6 !important;
    color: #fff !important;
}

.watermark-logo {
 	background-image: url(https://firebasestorage.googleapis.com/v0/b/playingaid.appspot.com/o/default%2Fbrand%2FTourneysoft-Logo-Alone.svg?alt=media);
  	width: 500px;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-26deg);
    opacity: .05;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-links .mail-link, 
.footer-number > span > a {
    font-size: 15px;
    font-weight: 600;
    color: #42526e;
}

.footer-links li > a:hover, 
.footer-links > a:hover, 
.sub-footer-link > span > a:hover, 
.footer-number > span > a:hover {
    color: #0f243e !important;
}

.footer-column-h5 {
    color: #42526e;
    line-height: 1.33;
    font-size: 1.5rem;
}

.btn-dark {
  font-weight: 800;
  width: 130px;
}

.btn-dark-blue {
    background-color: #005ce6;
    border: 1px solid #005ce6;
}

.btn-dark-blue:hover {
    background-color: #000e85;
    border: 1px solid #000e85;
}

.btn-dark-blue-outline {
    border-color: #005ce6 !important;
    color: #005ce6 !important;
}

.btn-dark-blue-outline:hover {
    background-color: #005ce6 !important;
  color: #fff !important;
}

.btn-dark-outline {
    border-width: 2px!important;
}

.alone-logo {
  text-align: center;
}

.alone-logo img {
  width: 60px
}

.logo-text {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center
}

.logo-text img {
  width: 185px;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons li:first-child,
.social-icons li:nth-child(2),
.social-icons li:nth-child(3) {
	margin-right: 1rem;
}

.social-icons li > a > img {
  width: 30px;
  height: 30px;
}

.supports-list {
    margin-top: 1rem
}

.supports-list ul {
    display: flex;
    align-items: center;
    justify-content: center
}

.supports-list ul li:first-child {
    margin-right: 0.5rem
}

.supports-list ul li img {
    width: 20px;
}

.supports-list ul:first-child li:first-child img {
    height: 15px
}

.supports-list ul:nth-child(2) li:first-child img {
    height: 20px
}

.supports-list ul:nth-child(2) li:first-child {
    margin-right: 0.5rem
}
.sub-footer {
    align-items: center;
    margin: auto
}

.sub-footer .col-sm-5 img {
    width: 155px
}

.sub-footer .col-sm-7 ul {
    display: flex;
    align-items: center;
    float: right
}

.sub-footer .col-sm-7 ul li:nth-child(2) {
    margin-left: 1.5rem !important
}

.sub-footer .col-sm-7 ul li:first-child img {
    max-width: 185px;
}

.sub-footer .col-sm-7 ul li:last-child img {
    max-width: 164px;
}

.userGuide {
  gap: 2.5rem;
  padding: 60px 0;
}
@media screen and (min-width: 992px) {
  .userGuide {
  	margin-top:28px;
  }
}

.flex-div-modules .card .card-body p, .quicklinks p {
  text-align: center;
  letter-spacing: 0.58px;
  color: #3e3e3c;
}

.quicklinks h2 {
  letter-spacing: 0.29px;
  font-weight: 800 !important;
  font-size: 2rem !important;
  color: #163CDB !important;
}
.card-header img{
  margin-bottom: 10px;
}

.flex-div-modules .card .card-header {
  display: flex;
  flex-direction: column !important;
  align-items: start;
}

.flex-div-modules .card .card-header img {
  width: 50px !important;
}

.flex-div-modules .card .card-header h2, .feedback-card h2 {
  margin-bottom: 0 !important;
  letter-spacing: 0.29px;
  font-weight: 800 !important;
  font-size: 1.5rem !important;
  color: #3e3e3c !important;
}
.flex-div-modules .card {
  box-shadow: 1px 1px 5px #c9c7c6, -1px -1px 5px #c9c7c6;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-div-modules .card .card-body {
  padding: 10px 0 1rem;
}

.flex-div-modules .card .card-footer {
  	display: inline-flex;
    position: relative;
    align-items: flex-end;
}

.single-card-modules .card .card-footer div {
  text-align: right;
}

.ticket-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ticket-wrapper a {
  line-height: 16px !important;
}

@media (min-width: 900px){
  .ticket-wrapper {
    display: flex;
    flex-direction: row !important;
  }
}
.ticket {
  border-radius: 9999px !important;
  border: none;
  background: #163CDB;
  color: white;
  font-weight: 700 !important;
  font-size: 10px;
  text-align: center;
  padding:10px 8px !important;
}
@media (min-width:1200px){
  .ticket {
    display: flex;
    flex-direction: row !important;
  }
}
.flex-div-modules .card .card-footer h5 {
  font-size: 1rem;
}
.flex-div-modules .card .card-footer h5 > span  {
  color: #163CDB !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 640px) {
  .flex-div-modules .col-sm-4 {
    margin-bottom: 1rem !important;
  }
}

.schedule-demo {
  max-width: 1100px;
  margin:0 auto;
  padding: 80px 16px 0;
  background: #163CDB;
  border-radius: 24px;
  overflow: hidden;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.demo-flex {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 32px;
}

.demo-image-wrapper {
  position: relative;
  width: 100%;
}

.bg-logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 66%;
  pointer-events: none;
}

.main-image {
  position: relative;
  width: 100%;
  object-fit: contain;
}

.demo-content {
  max-width: 500px;
  text-align: center;
  color: #fff !important;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.demo-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.icon {
  width: 32px;
}

.demo-title h2 {
  font-size: 24px;
  font-weight: 700;
}

.demo-content p {
  font-size: 14px !important;
  line-height: 1.6;
}

.demo-btn {
  background: white !important;
  color: #163CDB !important;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 576px) {
  .demo-flex {
    flex-direction: row;
    align-items: center;
  }
  .demo-image-wrapper,
  .demo-content {
    width: 50%;
  }
  .demo-content {
    text-align: left;
    align-items: flex-start;
    padding-bottom: 80px;
  }
  .demo-title {
    justify-content: flex-start;
  }
  .bg-logo {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .demo-flex {
    gap: 80px;
  }
  .demo-content {
    padding-bottom: 100px;
  }
  .bg-logo {
    width: 66%;
  }
  .feedback {
    gap: 36px !important;
  }
}

@media (min-width: 1200px) {
  .demo-flex {
    gap: 120px;
  }
  .demo-title h2 {
    font-size: 36px;
  }
  .demo-content p {
    font-size: 16px !important;
  }
}

.feedback {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}

.feedback-card{
  padding: 28px;
  border-radius: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 576px) {
  .feedback {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.report, .feedback-btn {
  background-color: #163CDB !important;
  color: white !important;
  border-color: transparent !important;
  border-radius: 9999px !important;
  padding: 10px 20px !important;
}

.report:hover, .feedback-btn:hover {
  background-color: white !important;
  color: #163CDB !important;
  border: 1px solid #163CDB !important;;
}
.feedback-card p {
  font-size: 16px !important;
  margin: 0 !important;
  text-align: center !important;
}

.help-grid {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.help-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 1px 1px 5px #c9c7c6, -1px -1px 5px #c9c7c6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height: 100%;
}

.help-card img {
  width: 32px;
  object-fit: contain;
}

.help-card h2 {
  font-size: 16px !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:  0 !important;
}

.help-card p {
  font-size: 16px !important;
  color: #666;
  line-height: 1.6;
  max-width: 240px;
  margin: 0 !important;
  text-align: center !important;
  padding: 0 !important;
}

.help-card a {
  color: #163CDB;
  font-size: 16px !important;
  font-weight: 500;
  text-decoration: none;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons img {
  width: 24px !important;
}
@media (min-width: 576px) {
  .help-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .feedback {
    gap: 28px !important;
  }
}

@media (min-width: 768px) {
  .help-card img {
    width: 48px;
  }

  .help-card h2, .feedback-card p {
    font-size: 18px !important;
  }
}

@media (min-width: 1200px) {
  .help-grid {
    gap: 64px;
  }
  .social-icons img {
    width: 30px !important;
  }
}



.navbar {
  position: absolute !important;;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(0,0,0,0.3);
  backdrop-filter: blur(6px);
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 28px;
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo {
  width: 100px;
}

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links li {
  color: white;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn {
  padding: 8px 18px;
  border-radius: 999px !important;
  font-weight: 800;
  text-decoration: none;
}

.demo-btn {
  background: white;
  color: #163CDB;
}

.login-btn {
  background: #163CDB;
  color: white;
}

.menu-icon {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 16px;
  background: #8A222A;
  padding: 20px;
  color: white !important;
}

.mobile-links li {
  font-size: 14px;
  color: white !important;
  cursor: pointer;
  line-height: 1.5;
}

#menu-toggle {
  display: none;
}
.mobile-menu a {
  display: inline-block;
  width: auto;
}
@media (max-width: 1000px) {
  .nav-links {
    gap: 20px;
  }
  .nav-left {
    gap: 10px;
  }
}
@media (min-width: 767px) and (max-width: 900px){
  #portal_tabHome {
    display: none;
  }
}

@media (max-width: 767px) {

  .nav-links,
  .nav-right .btn {
    display: none;
  }

  .menu-icon {
    display: block;
  }

  #menu-toggle:checked ~ .mobile-menu {
    display: flex;
  }
}
.hero-wrapper {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: 0 !important;
    }

  .hero-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: left;
  }

  .hero-content {
    width: 100%;
    margin-left: 0;
    color: white;
    position: relative;
    z-index: 2;
    padding: 32px 16px;
    background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(191, 47, 58,0.9));
  }

  .hero-inner {
    width: 100%;
    max-width: 768px;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color:white;
  }

  .hero-inner h1 {
    font-size: 16px !important;
    font-weight: 600;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hero-inner h2 {
    font-size: 20px !important;
    font-weight: 800;
    color:white !important;
    padding-bottom: 0 !important;
  }

  .hero-inner p {
    font-size: 14px !important;
    color:white;
    margin-bottom: 12px !important;
    padding-bottom: 0 !important;
    text-align: center !important;
  }

  .search-bar {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin-top: 24px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
  }

  .search-bar input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    padding: 6px 16px;
  }

  .search-bar input::placeholder {
    color: rgba(255,255,255,0.7);
  }

  .search-bar button {
    background: white;
    color: #163CDB;
    border: none;
    font-size: 10px;
    font-weight: 600;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }

  @media (min-width: 640px) {
    .hero-wrapper {
      display: flex;
      align-items: center;
      height: 350px;
      // top:20px;
    }

    .hero-img {
      position: absolute;
      inset: 0;
      height: 100%;
    }

    .hero-content {
      width: 50%;
      margin-left: 47%;
      background: none;
      padding-right: 8px;
    }

    .hero-inner h1 {
      font-size: 18px !important;
    }

    .hero-inner h2 {
      font-size: 24px !important;
    }
  }

  @media (min-width: 768px) {
    .hero-wrapper {
      height: 380px;
    }
    .hero-inner p {
      font-size: 16px !important;
    }

    .hero-content {
      padding-right: 16px;
    }

    .hero-inner h1 {
      font-size: 20px !important;
    }

    .hero-inner h2 {
      font-size: 30px !important;
    }

    .search-bar input {
      padding: 12px 24px;
    }

    .search-bar button {
      padding: 16px 18px;
      font-size: 12px;
    }
  }

  @media (min-width: 1024px) {
    .hero-wrapper {
      height: 480px;
    }

    .hero-content {
      margin-left: 45%;
    }

    .hero-inner {
      gap: 10px;
    }
  }

  @media (min-width: 1280px) {
    .hero-wrapper {
      height: 550px;
    }

    .hero-content {
      width: 40%;
      padding-right: 0;
    }
    .search-bar button {
      padding: 16px 16px;
      font-size: 14px;
    }
  }

@media (min-width: 1536px) {
    .hero-wrapper {
      height: 700px;
    }

    .hero-inner h1 {
      font-size: 24px !important;
    }

    .hero-inner h2 {
      font-size: 48px !important;
    }
}
