@import url('https://fonts.googleapis.com/css2?family=Lemon&display=swap');

@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/Helvetica-Neue-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
.slide {
    background: #eee;
    padding: 50px;
    border: 1px solid #ccc;
    text-align: center;
  }
a:hover {color: #97d86f !important;}

.light-font {
    font-family: 'Helvetica Neue Light', Arial, sans-serif;
    font-weight: 300;
}

.feature-slider {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 50px 0;
}
.slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: stretch;
    height: auto;
}
.slick-arrow {
    background: #8DC863 !important;
    border: none;
    color: #fff !important;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 2rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 15px;
    transition: background 0.2s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    z-index: 2;
}
.slick-arrow:hover {
    background: #6db04e !important;
}
.slick-dots {
    bottom: -35px;
}
.slick-dots li button:before {
    font-size: 16px;
    color: #8DC863;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #6db04e;
}

.main-header {
    padding: 15px 0;
}
.main-header a.navbar-brand img {
    height: 80px !important;
}
.main-header .nav-item a {
    font-family: 'Helvetica Neue Light';
    color: #000;
    font-size: 17px;
    padding: 0 !important;
}

.main-header .nav-item {
    padding: 0 50px;
    position: relative;
}
.main-header .nav-item:after {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 0;
}
.main-header .boton-elegante {
    /* background-color: #8DC863 !important; */
    padding: 15px 40px !important;
    font-size: 20px;
    color: #fff !important;
    z-index: 999;
}
a.boton-elegante {
  padding: 15px 40px !important;
  border: 2px solid #8DC863;
  background-color: #8DC863;
  color: #ffffff;
  font-size: 20px !important;
  cursor: pointer;
  border-radius: 15px;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden !important;
  text-decoration: none;
  font-family: 'Helvetica Neue Light' !important;
  font-weight: 300 !important;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}

.boton-elegante::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: scale(0);
  transition: transform 0.5s ease;
}
section.seprator-sec img {
    width: 100%;
}
.boton-elegante:hover::after {
  transform: scale(2);
}

.boton-elegante:hover {
  border-color: #8DC863;
  background: #8DC863;
  color: #fff !important;
}

a {
  text-decoration: none;
  position: relative;
  transition: color 0.5s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #8dc863, transparent);
  background-size: 300% 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.nav-link:hover {
  color: #A6A6A6;
}

.nav-link:hover::after {
  opacity: 1;
  animation: shimmer111 2s linear infinite !important;
}

@keyframes shimmer111 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
li.btn-col {
    overflow: hidden;
    padding: 20px 0px;
}
.main-header .nav-item:nth-child(3):after {
    display: none;
}

/* Banner Css */
.container-fluid {
    padding: 0 130px;
}

.banner-sec {
    background-image: url(../images/banner-image.png);
    background-size: cover;
}

.banner-sec .row {
    height: 1100px;
    padding-top: 140px;
}

.content-box h1 {
    color: #fff;
    font-size: 110px;
    font-family: 'Lemon';
    font-weight: 400;
    margin-bottom: 30px;
}

.content-box p {
    font-size: 17px;
    line-height: 36px;
    color: #fff;
    font-family: 'Helvetica Neue Light';
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin-bottom: 30px;
}

.btnn-light {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Helvetica Neue Light';
    font-size: 20px;
    padding: 19px 40px;
    border-radius: 15px;
    overflow: hidden;
}

a.boton-elegante.btnn-light:hover {
    border-color: #8dc863;
    background: #8dc863;
}

/* About Section */
.about-sec {
    background-image: url(../images/abt-bg.png);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 135px;
}
.about-sec h2 {
    color: #fff !important;
}
.image-box {
    position: relative;
}

.image-box img.small-top-image {
    position: absolute;
    top: -120px;
    left: -40px;
}

.image-box img.about-mobile-image {
    position: absolute;
    bottom: -50%;
    right: -70px;
}

.about-sec .banner-content {padding-left: 80px;}

.about-sec .content-box h1 {
    font-size: 80px;
}

/* Feature Section */
.slick-arrow::before {
    display: none;
}
.feature-sec .slick-arrow {
    font-size: 25px;
    height: 80px;
    width: 80px;
    border: 4px solid #fff;
    margin: -90px -15px;
    box-shadow: none;
}

.feature-box {
    position: relative;
    padding: 0 10px;
}

.feature-box img {
    width: 100%;
    height: 480px;
    border-radius: 20px;
}

.feature-box h3 {
    font-size: 30px;
    font-family: 'Lemon';
    margin-top: 40px;
    color: #000;
    margin-bottom: 20px;
}

.feature-box p {
    font-size: 16px;
    line-height: 33px;
    font-family: 'Helvetica Neue Light';
    letter-spacing: 1px;
    color: #000;
    opacity: 88%;
}

.feature-sec .content-box {
    text-align: center;
    margin-bottom: 20px;
}

.content-box h2 {
    font-family: 'Lemon';
    font-size: 80px;
    text-transform: uppercase;
    line-height: 90px;
    color: #000;
}

.feature-sec {
    padding-top: 200px;
}

/* Join Sec */
.join-cont {
    background-image: url(../images/waiting-list-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 110px 75px;
    padding-top: 240px;
}

.join-cont h2 {
    font-size: 60px;
    color: #fff;
}
.join-sec {
    margin-top: -60px;
}

/* Why Section */

.why-sec {
    padding-top: 70px;
}

.why-sec .content-box * {
    color: #000;
}

.why-sec .content-box {
    padding-left: 100px;
}

.why-sec .row {
    align-items: center;
}

/* Launch Section  */
.launch-sec {
    background: url(../images/launch-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 110px;
}
.launch-sec .content-box {
    text-align: center;
    margin-bottom: 90px;
}

.launch-sec .content-box h2 {
    color: #fff;
}
.launch-box {
    text-align: center;
    padding: 30px;
    transition: 0.5s;
}

.launch-box .launch-icon {
    width: 260px;
    height: 260px;
    background-color: #8DC863;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    transition: .5s;
}

.launch-box .launch-icon img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    transition: 0.5s;
}

.launch-box h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Lemon';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.launch-box p {
    font-size: 16px;
    font-family: 'Helvetica Neue Light';
    letter-spacing: 1px;
    color: #fff;
    opacity: 88%;
}
/*.launch-box .launch-icon:hover img {*/
/*    filter: brightness(0) saturate(100%) invert(71%) sepia(41%) saturate(590%) hue-rotate(49deg) brightness(92%) contrast(93%);*/
/*}*/

.launch-box .launch-icon:hover {
    background-color: #fff;
}

/* Sign Up Section */
.sign-up-sec img {
    width: 100%;
}

.sign-up-sec .content-box {
    margin-bottom: 50px;
}

.sign-up-sec .image-box {
    padding: 0 10px;
}
.sign-up-sec .col-md-4 {
    position: relative;
}

.sign-up-sec .fishnityicon {
    position: absolute;
    top: -30px;
    z-index: 9;
    width: 115px;
    height: 115px;
    object-fit: contain;
}   
.sign-up-sec .fishnityicon-right {
    right: -30px;
}   
.sign-up-sec .fishnityicon-left {
    left: -30px;
}   
.sign-up-sec {
    padding-top: 120px;
    text-align: center;
    position: relative;
}
.sign-up-sec:before {
    content: "";
    background-color: #151515;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 39%;
}

/* App Visualiser Section Styles - Fishinity Pro Theme */
.perfect-plan-area {padding: 100px 0;}
.top-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.nav-link.visual-tab-btn:after {
    display: none;
}
img.black-app-logo {
    width: 120px;
    position: absolute;
    bottom: 60px;
    right: -100px;
}
.nav-tabs {
  border: none;
  gap: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
.nav-link.visual-tab-btn {
  background: #fff;
  border: 2.5px solid #e0eafc;
  border-radius: 50%;
  padding: 0.7rem;
  margin: 0 0.2rem;
  box-shadow: 0 2px 12px 0 rgba(151,216,111,0.08);
  transition: border-color 0.18s, box-shadow 0.18s, transform 0.12s;
  outline: none;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav-link.visual-tab-btn img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px #8dc86320);
}
.nav-link.visual-tab-btn.active,
.nav-link.visual-tab-btn:focus,
.nav-link.visual-tab-btn:hover {
  border-color: #97d86f;
  box-shadow: 0 8px 32px 0 rgba(151,216,111,0.13);
  transform: translateY(-3px) scale(1.08);
}
.img-holder {position: relative;}
#mainImage {
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 2px 16px 0 rgba(151,216,111,0.09);
  background: #fff;
  max-height: 700px;
  width: 100%;
}
.perfect-plan-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.perfect-plan-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.perfect-plan-right .feature-box {
  background: #f8f9fb;
  border-radius: 18px;
  padding: 2.2rem 2rem 1.5rem 2rem;
  box-shadow: 0 2px 16px 0 rgba(151,216,111,0.06);
  color: #000;
  border: 1.5px solid #8dc863;
}
.perfect-plan-right .feature-box h2 {
  color: #8dc863;
  font-size: 2.1rem;
  margin-bottom: 0.4rem;
  font-family: 'Lemon', cursive;
  font-weight: 700;
  letter-spacing: 1px;
}
.perfect-plan-right .feature-box h3 {
  color: #000000;
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
  font-family: 'Lemon', cursive;
  font-weight: 600;
}
.perfect-plan-right .feature-box span,
.perfect-plan-right .feature-box p {
  font-size: 1.08rem;
  color: #222;
  font-family: 'Helvetica Neue Light', Arial, sans-serif;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .perfect-plan-area {
    padding: 2rem 0.5rem 1.5rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .perfect-plan-area {
    border-radius: 0;
    margin: 1.5rem 0 1rem 0;
    padding: 1.5rem 0.2rem 1rem 0.2rem;
  }
  .img-holder {
    min-height: 120px;
  }
  #mainImage {
    max-height: 100px;
  }
  .perfect-plan-right .feature-box h2 {
    font-size: 1.3rem;
  }
  .perfect-plan-right .feature-box h3 {
    font-size: 1.05rem;
  }
  .perfect-plan-right .feature-box {
    border-radius: 12px;
    padding: 0.8rem 0.5rem 0.7rem 0.5rem;
  }
}

/* Footer Styles */
.newsletter-title {
    color: #fff !important;
    text-align: center;
    font-size: 60px !important;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 90px;
}
.newsletter-input {
    width: 100%;
    padding: 33px 40px;
    border: none;
    border-radius: 20px;
    font-size: 18px;
    outline: none;
    background: #fff;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Helvetica Neue Light';
    padding-right: 20%;
}
.newsletter-btn {
    background: #97d86f;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 24px 38px;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
    position: absolute;
    right: 10px;
    font-family: 'Helvetica Neue Light';
    border-radius: 20px;
}
.newsletter-btn:hover {
    background: #7ac142;
}
@media (max-width: 600px) {
    .newsletter-form {
        flex-direction: column;
        gap: 12px;
    }
    .newsletter-input, .newsletter-btn {
        width: 100%;
        border-radius: 12px;
    }
    .newsletter-btn {
        margin-top: 8px;
    }
}
.footer-sec {
    background-color: #151515;
    padding-top: 100px;
}

.footer-bottom {
    padding-bottom: 24px;
    padding-top: 36px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-family: 'Helvetica Neue Light';
    letter-spacing: 2px;
    opacity: 88%;
}

.footer-bottom a {
    color: #fff;
}
.footer-row {
    border: 1px solid #ffffff55;
    border-right: 0;
    border-left: 0;
    padding-top: 110px;
    padding-bottom: 110px;
}
.footer-box .footer-logo {
    height: 100px;
    object-fit: contain;
    margin-bottom: 30px;
    margin-top: -40px;
}

.footer-box p, .footer-box a {
    color: #fff;
    font-family: 'Helvetica Neue Light';
}

.footer-box h3 {
    font-family: 'Lemon';
    color: #fff;
    font-size: 25px;
    margin-bottom: 20px;
}

.footer-box ul {margin: 0;padding: 0;list-style: none;}

.footer-box a {font-size: 20px;opacity: 88%;letter-spacing: 1px;}

.footer-box li {
    margin-bottom: 25px;
}

.footer-box {
    padding: 0 80px;
    position: relative;
}

.footer-box p {
    font-size: 16px;
    letter-spacing: 1px;
    opacity: 88%;
    line-height: 33px;
}

.footer-box:before {
    content: "";
    height: 240px;
    width: 1px;
    background-color: #ffffff20;
    position: absolute;
    right: 0;
    top: 0;
}
.first-col .footer-box {
    padding: 0;
}

.first-col .footer-box:before,.fourth-col .footer-box:before {
    display: none;
}

/* About Page */
.page-banner {
    background: url(../images/inner-banner.png) center bottom / cover no-repeat;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.page-banner h1 {
    font-size: 60px;
    font-family: 'Lemon';
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-page .about-sec {
    padding-top: 200px;
}

.about-page .why-sec {
    padding-bottom: 70px;
}
.about-page .why-sec .content-box {
    padding-left: 0;
    padding-right: 70px;
}

/* Features Page  */
section.features-section.no-slider {
    padding: 110px 0;
}

/* Contact Page */
.contact-section {
    padding: 110px 0;
}

.contact-form-box h2 {
    font-size: 50px;
    font-family: 'Lemon';
    margin-bottom: 25px;
    color: #000000;
}
.contact-form-box p {
    color: #000;
    font-size: 18px;
    font-family: 'Helvetica Neue Light';
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.form-control {
    margin-bottom: 18px;
    box-shadow: none;
    transition: border-color 0.2s;
    width: 100%;
    padding: 25px 30px;
    border-radius: 20px;
    font-size: 18px;
    outline: none;
    background: #fff;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Helvetica Neue Light';
    padding-right: 20%;
    border: 1px solid #000;
}
.form-control:focus {
    border-color: #2ec4b6;
    background: #fff;
    outline: none;
}
textarea.form-control {
    min-height: 120px;
    resize: vertical;
    resize: none;
}
 .contact-btn {
    display: block;
    background: #97d86f;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 24px 38px;
    cursor: pointer;
    transition: background 0.2s;
    font-family: 'Helvetica Neue Light';
    border-radius: 20px;
}

.contact-info-section {
    padding: 60px 0 120px 0;
    padding-top: 0;
}
.contact-info-box {
    background: #f8f9fb;
    border-radius: 18px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    padding: 36px 28px 28px 28px;
    text-align: center;
    transition: box-shadow 0.2s;
    border: 1px solid #97d86f;
    width: 80%;
    margin: 40px auto;
}
.contact-info-box:hover {
    box-shadow: 0 8px 32px rgba(46,196,182,0.10);
}
.contact-info-box i {
    font-size: 2.5rem;
    color: #97d86f;
    margin-bottom: 14px;
    display: block;
}
.contact-info-box h3 {
    font-size: 1.25rem;
    font-family: 'Lemon';
    color: #1e293b;
    margin-bottom: 10px;
    margin-top: 0;
}
.contact-info-box p {
    color: #000000;
    font-size: 1rem;
    margin-bottom: 0;
    font-family: 'Helvetica Neue Light';
    font-size: 20px;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .contact-form-box,
    .contact-info-box {
        padding: 24px 14px;
    }
    .contact-section {
        padding: 60px 0 30px 0;
    }
    .contact-info-section {
        padding: 30px 0 60px 0;
    }
    .faqs-section {
        padding: 40px 0 60px 0;
    }
    .faqs-list {
        padding: 0 0;
    }
}
.contact-info-box:hover {
    background-color: #97d86f;
    cursor: pointer;
}

.contact-info-box:hover * {
    color: #fff !important;
}
.contact-section .row {
    align-items: center;
}

.contact-info-box:last-child {
    margin-bottom: 0;
}

/* FAQ Page */
.faqs-section {
    padding: 110px 0 80px 0;
    background: #f8f9fb;
}

/* Legal Pages (Terms & Privacy) */
.legal-section {
    padding: 110px 0 80px 0;
}
.legal-content {
    color: #000000;
    font-family: 'Helvetica Neue Light';
}
.legal-content h2 {
    font-size: 2rem;
    color: #97d86f;
    font-family: 'Lemon';
    margin-top: 36px;
    margin-bottom: 18px;
}
.legal-content p {
    font-size: 1.15rem;
    margin-bottom: 18px;
    color: #222;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .legal-content {
        padding: 28px 10px;
    }
    .legal-section {
        padding: 40px 0 40px 0;
    }
    .legal-content h2 {
        font-size: 1.3rem;
        margin-top: 24px;
        margin-bottom: 10px;
    }
    .legal-content p {
        font-size: 1rem;
    }
}

.faqs-list {
    margin: 0 auto;
    padding: 0 32px;
}
.faq-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    margin-bottom: 24px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.faq-item:last-child {
    margin-bottom: 0;
}
.faq-question {
    font-size: 1.25rem;
    font-family: 'Lemon';
    color: #1e293b;
    padding: 26px 36px 18px 36px;
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
}
.faq-question:after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 1rem;
    color: #97d86f;
    transition: transform 0.2s;
}
.faq-item.open .faq-question:after {
    transform: translateY(-50%) rotate(180deg);
}
.faq-question:hover {
    color: #97d86f;
}
.faq-answer {
    padding: 0 36px 0 36px;
    color: #222;
    font-size: 1.1rem;
    font-family: 'Helvetica Neue Light';
    line-height: 1.7;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1), opacity 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s;
}
.faq-item.open .faq-answer {
    padding-bottom: 22px;
    max-height: 400px;
    opacity: 1;
    transition: max-height 0.6s cubic-bezier(0.4,0,0.2,1), opacity 0.5s cubic-bezier(0.4,0,0.2,1), padding 0.3s;
}

@media (max-width: 991px) {
    .faqs-list {
        padding: 0 4px;
    }
    .faq-question,
    .faq-answer {
        padding-left: 18px;
        padding-right: 18px;
    }
}

/* Header User Icon */
.user-icon .fa-user-circle {
    font-size: 50px !important;
    color: #8dc863 !important;
    transition: color 0.2s, box-shadow 0.2s;
    margin-right: 6px;
}
.user-icon .fa-user-circle:hover {
    color: #7bbf53;
    box-shadow: 0 2px 16px rgba(151,216,111,0.11);
    border-radius: 50%;
}

/* Header Logout Icon */
.logout-icon .fa-sign-out-alt {
    font-size: 36px !important;
    color: #97d86f !important;
    transition: color 0.2s, box-shadow 0.2s;
    margin-left: 2px;
    margin-top: 2px;
}
.logout-icon .fa-sign-out-alt:hover {
    color: #ff595e !important;
    box-shadow: 0 2px 16px rgba(255,89,94,0.13);
    border-radius: 50%;
}

/* Login Success Modal */
#loginSuccessModal .modal-content,
#signupSuccessModal .modal-content {
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(151,216,111,0.16), 0 2px 12px rgba(0,0,0,0.06);
}
#loginSuccessModal .modal-body h4,
#signupSuccessModal .modal-body h4 {
    color: #222;
    font-family: 'Lemon', cursive;
    font-size: 1.35rem;
}
#loginSuccessModal .modal-body p,
#signupSuccessModal .modal-body p {
    color: #6d7c5c;
    font-size: 1.08rem;
}



/* Login & Signup Auth Pages */
.auth-sec {
    padding: 60px 0 80px 0;
    background: #f8f9fb;
}
.auth-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(151,216,111,0.08), 0 1.5px 8px rgba(0,0,0,0.04);
    padding: 40px 32px 32px 32px;
    margin-top: 24px;
    margin-bottom: 24px;
    transition: box-shadow 0.2s;
}
.auth-card:hover {
    box-shadow: 0 12px 48px rgba(151,216,111,0.18), 0 2px 12px rgba(0,0,0,0.08);
}
.auth-form .form-label {
    color: #000000;
    margin-bottom: 6px;
    font-family: 'Helvetica Neue Light';
    font-size: 14px;
}
.auth-form .form-control {
    border-radius: 12px;
    border: 1.5px solid #e2efdb;
    background: #f8f9fb;
    font-size: 1rem;
    padding: 12px 16px;
    margin-bottom: 18px;
    transition: border-color 0.2s;
}
.auth-form .form-control:focus {
    border-color: #97d86f;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(151,216,111,0.10);
}
.auth-form button.boton-elegante {
    margin-top: 8px;
    font-size: 1.1rem;
    padding: 12px 0;
}
.link-green {
    color: #97d86f;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.main-header .nav-item.user-icon a:hover:after,.main-header .nav-item.logout-icon a:hover:after {
    display: none;
}
.main-header .nav-item.user-icon:after{
    top:35%;
}
.main-header .nav-item.logout-icon:after {
    display: none;
}

.link-green:hover {
    color: #7bbf53;
    text-decoration: underline;
}
.login-banner, .signup-banner {
    background: linear-gradient(90deg, #f8f9fb 60%, #97d86f 100%);
    padding: 48px 0 32px 0;
    text-align: center;
    border-bottom-left-radius: 64px;
    border-bottom-right-radius: 64px;
    margin-bottom: 0;
}
.login-banner h1, .signup-banner h1 {
    font-family: 'Lemon', cursive;
    color: #222;
    font-size: 2.5rem;
    margin-bottom: 8px;
}
.login-banner p, .signup-banner p {
    color: #6d7c5c;
    font-size: 1.15rem;
}
@media (max-width: 767px) {
    .auth-card {
        padding: 28px 8px;
    }
    .login-banner, .signup-banner {
        padding: 32px 0 18px 0;
        border-bottom-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }
}

/* Loader Overlay */
#site-loader {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1), visibility 0.6s;
}
#site-loader.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.loader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loader-logo {
    width: 300px;
    height: auto;
    animation: loader-bounce 1.2s infinite alternate, loader-glow 1.4s infinite alternate;
}
@keyframes loader-bounce {
    0% { transform: scale(1) translateY(0); }
    100% { transform: scale(1.10) translateY(-24px); }
}


/* Custom Scrollbar - Fishinity Pro Theme */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background: #f8f9fb;
}
::-webkit-scrollbar-thumb {
    background: #97d86f;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(151,216,111,0.15);
    border: 3px solid #f8f9fb;
}
::-webkit-scrollbar-thumb:hover {
    background: #8dc863;
}
::-webkit-scrollbar-track {
    background: #f8f9fb;
    border-radius: 8px;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #97d86f #f8f9fb;
}
.feature-box h2 {
    font-size: 45px;
    font-family: 'Lemon';
    color: #000;
}

.perfect-plan-right h3 {
    margin-top: 20px;
}

.feature-box strong {
    font-size: 16px;
    line-height: 33px;
    font-family: 'Helvetica Neue Light';
    letter-spacing: 1px;
    color: #000;
    opacity: 88%;
}
.inner-page {
    padding-top: 60px;
    padding-bottom: 60px;
}

.inner-page h2 {
    text-align: left;
    font-size: 50px;
    line-height: 60px;
    margin-top: 30px;
    margin-bottom: 0;
}

.inner-page p {
    color: #000;
    text-align: left;
    margin-top: 30px;
}

.inner-page .content-box {
    text-align: left;
}

.inner-page .content-box h4 {
    font-family: 'Lemon';
    color: #000;
    font-size: 22px;
    margin-top: 40px;
}

.inner-page .content-box li {
    font-family: 'Helvetica Neue Light';
    font-size: 16px;
    line-height: 32px;
    animation: fadeInUp 0.9s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.inner-page p {
    color: #000;
    text-align: left;
    margin-top: 30px;
    animation: fadeInUp 0.9s both;
}
/* Laptop/Desktop Responsive (1200px-1440px and down) */
@media (max-width: 1440px) {
    .banner-sec .row {height: 750px; padding-top: 80px;}
    .content-box h1 {font-size: 72px;}
    .about-sec .content-box h2, .feature-sec .content-box h2 {font-size: 54px; line-height: 1.1;}
    .feature-box h3 {font-size: 24px; margin-top: 25px;}
    .feature-box img {height: 320px;}
    .sign-up-sec .content-box h2 {font-size: 40px;}
    .launch-box .launch-icon {width: 180px; height: 180px;}
    .launch-box .launch-icon img {width: 80px; height: 80px;}
    img.about-main-image {
        width: 100%;
    }
    
    .image-box img.small-top-image {
        width: 30%;
        top: -70px;
        left: -80px;
    }
    
    .image-box img.about-mobile-image {
        width: 50%;
        right: -110px;
    }
    
    .content-box p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    
    .join-cont {
        padding-top: 125px;
    }
    
    .join-cont h2 {
        font-size: 45px;
        line-height: 55px;
    }
    
    .content-box h2 {
        font-size: 45px;
        line-height: 60px;
    }
    .col-md-6.about-image {
    position: relative;
    bottom: -80px;
}

.feature-sec {
    padding-top: 120px;
}

.why-sec .content-box {
    padding-left: 50px;
}

.launch-box h3 {
    font-size: 25px;
}

.launch-sec {
    padding-bottom: 70px;
}

.sign-up-sec {
    padding-top: 100px;
}

.newsletter-title {
    font-size: 45px !important;
}

.footer-box .footer-logo {
    width: 100%;
}

.footer-box {
    padding: 0 40px;
}

.footer-box a {
    font-size: 16px;
}

.footer-bottom p {
    font-size: 16px;
}

.footer-row {
    padding-bottom: 70px;
    padding-top: 90px;
}
  }
    @media screen and (max-width: 1300px) {
 .container-fluid {
    padding: 0 50px;
}
}
  @media (max-width: 1200px) {
    .banner-sec .row {height: 600px; padding-top: 40px;}
    .content-box h1 {font-size: 54px;}
    .about-sec .content-box h2, .feature-sec .content-box h2 {font-size: 36px;}
    .feature-box h3 {font-size: 19px;}
    .feature-box img {height: 200px;}
    .sign-up-sec .fishnityicon, .sign-up-sec .image-box img {width: 80px !important;}
    .launch-box .launch-icon {width: 120px; height: 120px;}
    .launch-box .launch-icon img {width: 48px; height: 48px;}
    .main-header .boton-elegante {
    font-size: 14px !important;
    padding: 10px 15px  !important;
}

.main-header .nav-item {
    padding: 0px 35px;
}

.main-header .nav-item  a {
    font-size: 16px !important;
}

.banner-content p {}

.content-box p {
    font-size: 14px !important;
    line-height: 25px !important;
}

.banner-content {}

a.boton-elegante {
    font-size: 16px !important;
    padding: 13px 20px  !important;
}



.image-box img.small-top-image {
    left: -40px !important;
    width: 20%;
    top: -40px !important;
}

.feature-sec .slick-arrow {
    height: 50px !important;
    width: 50px !important;
    font-size: 20px !important;
}

.join-cont {
    padding: 100px 40px;
}

.join-cont h2 {
    font-size: 30px;
    line-height: 40px;
}

.join-cont p {
    font-size: 14px;
    line-height: 25px;
}
.launch-box {
    padding: 15px !important;
}

.launch-box h3 {
    font-size: 20px;
}

.launch-box p {
    font-size: 14px !important;
    line-height: 25px !important;
}

section.sign-up-sec {
    padding-top: 40px !important;
}

.sign-up-sec .content-box h2 {
    font-size: 25px !important;
    line-height: 50px !important;
}

.sign-up-sec .image-box img {
    width: 250px !important;
}

.sign-up-sec .fishnityicon-left {
    left: 0px;
}

.sign-up-sec .fishnityicon-right {
    right: 0 !important;
}

h2.newsletter-title {
    font-size: 35px !important;
}

.newsletter-form {
    padding-bottom: 50px !important;
    width: 90%;
}

button.newsletter-btn {
    padding: 15px 30px !important;
}

.newsletter-input {
    padding: 25px !important;
}

.footer-box p {
    font-size: 14px !important;
    line-height: 25px !important;
}

.footer-box h3 {
    font-size: 20px !important;
}

.footer-box li {margin-bottom: 15px !important;}

.footer-box a {
    font-size: 14px !important;
}

.footer-box {
    padding: 5px !important;
}

.footer-row {
    padding:  50px 0 !important;
}

.content-box h2 {
    font-size: 30px !important;
    line-height: 45px !important;
}

.launch-sec .content-box {
    margin-bottom: 40px !important;
}

.feature-sec {
    padding-top: 70px;
}

.feature-box p {
    font-size: 14px !important;
    line-height: 25px !important;
}
.footer-box .footer-logo {margin-bottom: 0 !important;}
  }

  /*@media (max-width: 991px) {*/
  /*  .banner-sec .row {height: auto; padding-top: 24px;}*/
  /*  .about-sec .content-box h2, .feature-sec .content-box h2 {font-size: 24px;}*/
  /*  .feature-box h3 {font-size: 16px;}*/
  /*  .feature-box img {height: 120px;}*/
  /*  .sign-up-sec .content-box h2 {font-size: 18px;}*/
  /*  .sign-up-sec .row > div {margin-bottom: 18px;}*/
  /*  .sign-up-sec .fishnityicon, .sign-up-sec .image-box img {width: 50px !important;}*/
  /*  .launch-box .launch-icon {width: 70px; height: 70px;}*/
  /*  .launch-box .launch-icon img {width: 28px; height: 28px;}*/
  /*}*/
  
  
  
  

   @media (max-width: 991px) {
       .banner-content h1 {
    font-size: 40px !important;
    line-height: 50px !important;
    margin-bottom: 10px !important;
}

.feature-box img {
    height: 300px;
    object-fit: cover;
}
.join-cont {
    background-size: 100% 85%;
}


   }
   
      @media (max-width: 780px) {
.join-cont h2 {
    font-size: 25px !important;
    
}
.launch-box {
    padding: 0 !important;
}

.sign-up-sec .image-box img {
    width: 200px !important;
}

.footer-sec .container-fluid {
    padding: 0px 10px !important;
}

.sign-up-sec .content-box h2 {
    line-height: 40px !important;
}
}

      @media (max-width: 520px) {
          a.navbar-brand {
    width: 60%;
}

.main-header a.navbar-brand img {
    width: 100%;
    height: auto !important;
}

header.main-header {}

header.main-header .container-fluid {
    padding: 0 20px !important;
}

button.navbar-toggler span {
    font-size: 20px !important;
}

.navbar-toggler-icon {
    width: 20px !important;
}

button.navbar-toggler {
    padding: 0px 8px;
}

.banner-sec h1 {
    font-size: 35px !important;
}

.banner-sec .container-fluid {
    padding: 0 15px !important;
}

a.boton-elegante {
    padding: 12px 15px !important;
    font-size: 14px !important;
}

.banner-sec .col-md-6:last-child {
    display: none !important;
}

.banner-sec .row {
    height: 400px !important;
}

.image-box img.about-mobile-image {
    width: 40%;
    right: -0px !important;
    top: 180px !important;
}

.about-sec .container-fluid {
    padding: 0 15px !important;
}

.image-box img.small-top-image {
    left: -10px !important;
}

.about-sec .banner-content {
    padding: 0 !important;
    padding-top: 50px !important;
}

.col-md-6.about-image {
    bottom: 0 !important;
}

.content-box h2 {
    font-size: 25px !important;
    line-height: 35px !important;
}

.about-sec {
    padding-bottom: 50px !important;
}

.feature-sec {
    padding-top: 50px !important;
}

.join-sec .container-fluid {
    padding: 15px !important;
}

.join-cont {
    background-size: cover !important;
    padding-top: 120px !important;
    padding-bottom: 33px !important;
    border-radius: 30px !important;
}

.feature-slider {
    padding: 10px 0 !important;
}

.why-sec {
    padding-top: 50px !important;
}

.why-sec .container-fluid {
    padding: 0 15px;
}

.why-sec .content-box {
    padding: 0;
}

.launch-sec .container-fluid {
    padding: 0 5px !important;
}

.sign-up-sec .content-box h2 {
    font-size: 20px !important;
    line-height: 30px !important;
}

.sign-up-sec .row {
    display: flex !important;
}

.sign-up-sec .container-fluid {
    padding: 0 15px !important;
}

.sign-up-sec .col-md-4 {
    width: 33%;
}

.sign-up-sec .image-box img {
    width: 100% !important;
    height: auto !important;
}

.sign-up-sec .image-box {
    padding: 0 !important;
}

.sign-up-sec .fishnityicon-left {
    width: 30% !important;
    left: 0 !important;
    top: -49px !important;
}

.sign-up-sec .fishnityicon-right {
     width: 30% !important;
    right: 0 !important;
    top: -49px !important;
}

.sign-up-sec .content-box {
    margin-bottom: 10px !important;
}

.footer-sec {
    padding-top: 50px !important;
}

input.newsletter-input {
    width: 100% !IMPORTANT;
}

button.newsletter-btn {
    width: 100% !important;
}
.footer-box .footer-logo {
    height: 80px !important;
    margin: 0;
    margin-bottom: 20px !important;
    object-position: left !important;
    
}

.newsletter-btn {
    position: initial !important;
}

input.newsletter-input::placeholder {
    font-size: 14px !important;
}

.newsletter-input {
    padding: 20px !important;
}

.footer-row {
    padding: 40px 0 20px 0 !important;
}
.page-banner h1 {
    font-size: 30px !important;
}

.page-banner {
    height: 200px !important;
}

.about-page .about-sec {
    padding-top: 50px !important;
}
.contact-form-box h2 {
    font-size: 30px !important;
}

.contact-form-box p {
    font-size: 14px !important;
}

.contact-section {
    padding: 40px 0 !important;
}

.contact-info-box p {
    font-size: 14px !important;
}

.contact-info-box {
    margin: 20px auto !important;
}

.form-control {
    padding: 20px !important;
}
.img-holder {
    min-height: auto !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 50px;
}

.img-holder img#mainImage {
    max-height: 100% !important;
}
.nav-link.visual-tab-btn img {
    width: 50px;
    height: 50px;
 
}

.nav-link.visual-tab-btn {
    height: 90px;
    width: 90px;
    margin: 0 auto !important;
}

ul#myTab {
    justify-content: center !important;
}
          
section.banner-sec {
    background-image: url(../images/mobile-bg.jpg);
}      }
