body {
    color: #355457;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

a {
    color: #355457;
    text-decoration: none;
    transition: 0.3s;
}
p{
    /*font-size: 25px;*/
    color: #355457}
a:hover {
    text-decoration: none;
}
.text-underline{
    text-decoration: underline;
}
img{
    max-width: 100%;
}
ol,ul {
    list-style-image: none;
    list-style-position: outside;
    list-style: none;
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1480px;
}
h1{
    font-size: 60px;
}

h2{
    font-size: 70px;
    font-weight: 700;
}
h3{
    font-size: 28px;
}
.bg-enchaning{
    background-color: #355457;
}
.bg-twilight{
    background-color: #5A7476;
}
.bg-sealion{
    background-color: #798E90;
}

.text-enchaning{
    color: #355457;
}
.text-twilight{
    color: #5A7476;
}
.text-sealion{
    color: #798E90;
}

.btn{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 30px;
}
.btn.btn-sm{
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500;
}
.btn-primary{
    background-color: #355457;
    border-color: #355457;
}
.btn-primary:hover, :not(.btn-check)+.btn:active{
    background-color: #5A7476;
    border-color: #5A7476;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background-color: #355457;
    border-color: #355457;
}

.btn-secondary{
    background-color: #5A7476;
    border-color: #5A7476;
}
.btn-secondary:hover, :not(.btn-check)+.btn:active{
    background-color: #355457;
    border-color: #355457;
}
.btn.btn-outline-primary{
    padding: 10px 20px;
    border: solid 1px #355457;
}

.btn-outline-primary:hover, .btn.show.btn-outline-primary{
    background-color: #355457;
    border-color: #355457;
    color: #fff;
}
.btn.btn-outline-primary:hover img, .btn-outline-primary:active img, .btn.show.btn-outline-primary img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(67%) saturate(0%) hue-rotate(189deg) brightness(107%) contrast(101%);
}
.form-control{
    border-radius: 20px;
    padding: 8px 25px;
    border: solid 1px #798E90;
}
.form-control:focus{
    border: solid 1px #798E90;
    box-shadow: none;
}
.form-select {
    border: solid 1px #798E90;
    padding: 10px 50px 10px 20px;
    border-radius: 120px;
    background-image: url(../images/dropdown-arrow.svg);
    background-size: 35px;
    margin-right: 20px;
}
.form-check{
    display: inline-block;
}
.form-check-input:checked{
    background-color: #355457;
    border-color: #355457;
}
.form-check-input:focus{
    box-shadow: none;
    border-color: #355457;
}
label{
    font-size: 15px;
    padding-left: 5px;
}

.section-space{
    padding: 70px 0;
}
.section-space-top{
    padding-top: 70px;
}
.section-space-bottom{
    padding-bottom: 70px;
}
.top-section-space{
    padding-top: 170px;
}

.header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header-container {
    background-color: #355457;
    border-radius: 100px;
    padding: 0 40px;
    min-height: 60px;
    margin-top: 35px;
    max-width: 96%;
}
.navbar .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 8px 20px;
}
.join-our-network .nav-link{
    color: #FFC09D;
    font-weight: 700;
    margin-left: 10px;
}
.main-container{

}
.dropdown-item.active, .dropdown-item:active{
    background-color: #355457; 
}
.user-dropdown .dropdown-menu{
    right: 0;
    left: auto;
}
.home-video {
    position: relative;
    height: 100vh;
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.home-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    background-size: cover;
}
.home-video .banner-content {
    position: relative;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.home-video::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.2); /* overlay */
    z-index: 1;
    display: none;
}

.discussion-search-section {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.discussion-search-select{
    display: flex;
    
}
.discussion-search-select .form-select{
    border: solid 1px #355457;
    padding: 20px 50px 20px 30px;
    border-radius: 120px;
    min-width: 350px;
    background-image: url(../images/dropdown-arrow.svg);
    background-size: 35px;
    margin-right: 20px;
}
.discussion-search-select input.form-control{
    border: solid 1px #355457;
    padding: 20px 50px 20px 30px;
    border-radius: 120px;
    min-width: 350px;
    margin-right: 20px;
}
.discussion-search-section .main-search{
    width: auto;
    margin: 0;
    border: none;
    padding: 0;
    background-color: transparent;
}
.main-search{
    position: relative;
    border: solid 1px #5A7476;
    padding: 10px 30px 10px 30px;
    border-radius: 120px;
    display: flex;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
}
.main-search .form-control {
    border: none;
    padding: 10px;
    border-radius: 0px;
    flex: 1 1 auto;
    width: auto;
}
.discussion-search-section .form-control {
    border: solid 1px #355457;
    padding: 20px 50px 20px 30px;
    border-radius: 120px;
}

.main-search .form-control:focus {
    outline: none;
    box-shadow: none;
}

.main-search .main-search-icon {
    z-index: 2;
    display: inline-block;
   width: 40px;
    min-width: 55px;
    height: 55px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #355457;
    border-radius: 100%;
    border: none;
}
.banner-content h1{
    font-size: 96px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 80px;
}
.banner-content h1::before{
    content: '';
    position: absolute;
    width: 170px;
    height: 170px;
    background-color: #253B3D;
    border-radius: 100px;
    top: -28px;
    z-index: -1;
    left: 30px;
}
.banner-content h1 strong{
    font-weight: 700;
    color: #FFC09D;
}

.top-categories{
    border-top: solid 1px #798E90;
}
.top-categories-list{
    display: flex;
    flex-wrap: wrap;
}
.top-categories-box{
    padding: 20px 12px;
    text-align: center;
    flex: 1 1 15%;
    margin: 10px 6px;
}
.top-categories-box p{
    font-size: 16px;
}

.top-categories-icon{
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    background-color: #FFC09D;
    border-radius: 100%;
    margin-bottom: 20px;
    transition: all 150ms ease-in-out;
}
.top-categories-box:hover .top-categories-icon{
    top: -5px;
    position: relative;
}

.business-home{
    padding-top: 80px;
    display: flex;
    align-items: center;
}
.business-home h2{
    font-size: 60px;
    color: #fff;
    font-weight: 400;
}
.business-home h2 strong{
    color: #FFC09D;
}
.business-hero{
    text-align: right;
    margin-right: -20px;
    margin-bottom: -30px;
    min-width: 700px;
}
.business-content{
    margin-left: 5%;
}
.business-content .star{
    max-width: 105px;
}

.help-section {
    background-color: #fbbd92;
    position: relative;
    overflow: hidden;
    padding: 60px 20px 0;
  }

  .phone-img {
    max-width: 300px;
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
  }

  .help-text h2 {
    color: #2f4d49;
    font-weight: 700;
    font-size: 70px;
  }

  .help-text p {
    color: #2f4d49;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .help-image{
    order: 0;
    text-align: right;
  }
  .help-text{
    order: 1;
  }


  .half-circle-wrapper {
    position: absolute;
    top: 55%;
    background-image: url(../images/white-circle.svg);
    min-width: 990px;
    height: 900px;
    z-index: -1;
    background-size: cover;
    left: 70px;
    background-repeat: no-repeat;
  }

  footer{
    background-color: #355457;
  }
  footer .text-warning{
    color: #FFC09D !important;
  }
  footer .border-warning {
    --bs-border-opacity: 1;
    border-color: #FFC09D !important;
}
footer h3{
    font-size: 96px;
    font-weight: 400;
}
  .footer-link {
    color: #ccc;
    text-decoration: none;
    
    display: inline-block;
  }
  li .footer-link{
    padding-bottom: 15px;
  }
  .footer-form{
    max-width: 600px;
    border: solid 1px #fff;
    padding: 10px;
    border-radius: 50px;
    margin-top: 30px;
  }
  .footer-form .form-control{
    background-color: transparent;
    border: none;
    color: #fff;
  }
  .footer-form  .form-control::placeholder {
    color: #fff; 
    opacity: 1; 
  }
  .footer-form .btn-outline-light{
    border: none;
  }
  .footer-form .btn-outline-light .fas {
    font-size: 24px;
    line-height: normal;
  }
  .footer-link:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  .footer-socials a:hover {
    color: #FFC09D;
  }
  .footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer-socialmedia{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-socialmedia a{
    background-color: rgba(255,255,255,0.1);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
    line-height: 32px;
}
.footer-socialmedia a:hover{
    background-color: #1c2324;
}
.footer-logo{
    display: none !important;
}