/*
THEME: Small Apps | Bootstrap App Landing Template
VERSION: 1.0.0
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/small-apps-free-app-landing-page-template/
DEMO: https://demo.themefisher.com/small-apps/
GITHUB: https://github.com/themefisher/Small-Apps-Bootstrap-App-Landing-Template

Get HUGO Version : https://themefisher.com/products/small-apps-hugo-app-landing-theme/

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
*/
/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
   padding-top: 70px; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 300;
}

h1 {
  font-size: 45px;
  line-height: 61px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-size: 20px;
  line-height: 30px;
}

p, li, blockquote, label {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #808080;
  margin-bottom: 0;
}

cite {
  font-size: 14px;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-style: italic;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  line-height: 25px;
  font-size: 16px;
}

ul.app-badge {
  margin-bottom: 60px;
}

ul.app-badge li a img {
  width: 150px;
  height: auto;
}

@media (max-width: 400px) {
  ul.app-badge li {
    margin-bottom: 10px;
  }
}

ul.post-tag {
  margin-bottom: 20px;
}

ul.post-tag li {
  font-size: 14px;
}

ul.post-tag li img {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin-right: 5px;
}

ul.post-tag li a {
  font-size: 14px;
}

ul.post-tag li:last-child {
  margin-left: 25px;
}

ul.social-links {
  margin-bottom: 0;
}

ul.social-links li:first-child a {
  padding-left: 0;
}

ul.social-links li a {
  padding: 0 15px;
  display: block;
}

ul.social-links li a i {
  font-size: 20px;
  color: #000;
}

body {
  overflow-x: hidden;
}

.shadow, .service .service-box, .founder img, .team-sm .image img, .job-list .block, .privacy .block, .user-login .block .image img, .coming-soon .block .count-down .syotimer-cell {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.08);
}

.overlay:before {
  content: '';
  background: rgba(105, 140, 230, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

a {
  font-size: inherit;
  color: inherit;
}

a:focus,
a:hover {
  color: #2e7eed;
  text-decoration: none;
}

.bg-gray {
  background: #fafafa;
}

.bg-blue {
  background: #2e7eed;
}

.bg-1 {
  background: url(../images/background/promo-video-back.jpg) fixed no-repeat;
  background-size: cover;
}

.bg-coming-soon {
  background: url(../images/background/comming-soon.jpg) fixed no-repeat;
  background-size: cover;
  background-position: bottom;
}

.section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

.section-title h2 {
  font-size: 35px;
  margin-bottom: 13px;
}

.section-title p {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}

.page-title {
  text-align: center;
}

.video {
  position: relative;
}

.video:before {
  border-radius: 3px;
}

.video img {
  width: 100%;
  border-radius: 8px;
}

.video .video-button {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.video .video-box a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video .video-box a i {
  height: 125px;
  width: 125px;
  font-size: 40px;
  background: #2e7eed;
  border-radius: 100%;
  color: #fff;
  line-height: 125px;
  text-align: center;
}

@media (max-width: 992px) {
  .video .video-box a i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 22px;
  }
}

.video .video-box a iframe {
  width: 100%;
  height: 100%;
}

.form-control.main {
  background: #fff;
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  font-size: 14px;
}

.form-control.main:focus {
  border: 1px solid #2e7eed;
  box-shadow: none;
}

textarea.form-control.main {
  height: initial;
}

.form-control::-webkit-input-placeholder {
  color: #808080;
  font-size: 14px;
}

.left {
  overflow: hidden;
}

.left img {
  margin-left: -40px;
}

@media (max-width: 768px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}

.right img {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow, .service {
  overflow: hidden;
}

.nav-up {
  top: -70px;
}

button:focus,
.slick-slide:focus {
  outline: 0;
}

.btn {
  text-transform: uppercase;
}

.btn-download {
  padding: 20px 35px;
  font-size: 14px;
  background: #fff;
  color: #2e7eed;
}

.btn-download span {
  margin-left: 5px;
  font-size: 20px;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 17px 38px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main-md:hover {
  color: #fff;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white {
  background: white;
  color: #2e7eed;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}



.footer-main {
  padding: 92px 0;
  background: #1a1b1f;
}

@media (max-width: 768px) {
  .footer-main {
    padding: 50px 0;
  }
}

.footer-main .block img {
  margin-bottom: 20px;
}

.footer-main .block img #small-Apps {
  fill: red;
}

.footer-main .block ul.social-icon li a {
  text-decoration: none;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #3f3f43;
  color: #fff;
  text-align: center;
  line-height: 38px;
}

@media (max-width: 768px) {
  .footer-main .block {
    margin-bottom: 40px;
  }
}

.footer-main .block-2 h6 {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}

.footer-main .block-2 ul {
  padding: 0;
}

.footer-main .block-2 ul li {
  margin-bottom: 10px;
  list-style: none;
}

.footer-main .block-2 ul li a {
  font-size: 14px;
  color: #6f6f71;
  transition: .2s ease;
}

.footer-main .block-2 ul li a:hover {
  color: #fff;
}

.footer-classic {
  background: #fafafa;
  text-align: center;
  padding: 110px 0;
}

.footer-classic ul.social-icons {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .footer-classic ul.social-icons li {
    margin-bottom: 10px;
  }
}

.footer-classic ul.social-icons li a {
  padding: 0 20px;
  display: block;
}

.footer-classic ul.social-icons li a i {
  font-size: 25px;
  color: #000;
}

.footer-classic ul.footer-links li a {
  padding: 0 10px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2e7eed;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}

.scroll-top-to:hover {
  background: #333;
}

@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.call-to-action-app {
  text-align: center;
}

.call-to-action-app h2,
.call-to-action-app p,
.call-to-action-app a {
  color: #fff !important;
}

.call-to-action-app p {
  margin-bottom: 60px;
}

.call-to-action-app ul li {
  margin: 10px;
}

@media (max-width: 480px) {
  .call-to-action-app ul li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.call-to-action-app ul li:first-child {
  margin-left: 0;
}

.call-to-action-app ul li a i {
  font-size: 20px;
  margin-right: 5px;
}

.cta-hire {
  background: #FAFAFA;
}

.cta-hire p {
  width: 65%;
  margin: 0 auto;
}

.cta-hire h2,
.cta-hire p {
  margin-bottom: 20px;
}

.cta-community {
  margin-bottom: 50px;
  padding: 40px 100px;
}

@media (max-width: 992px) {
  .cta-community {
    padding: 40px;
  }
}

.jd-modal .modal-content {
  padding: 25px;
  text-align: left;
  background: #fafafa;
}

.jd-modal .modal-content .modal-header .modal-title {
  color: #000;
}

.jd-modal .modal-content .modal-body .block-2 {
  display: flex;
  margin-bottom: 70px;
}

.jd-modal .modal-content .modal-body .block-2 .title {
  width: 30%;
}

.jd-modal .modal-content .modal-body .block-2 .title p {
  color: #000;
}

.jd-modal .modal-content .modal-body .block-2 .details {
  width: 70%;
}

.jd-modal .modal-content .modal-body .block-2 .details ul {
  padding-left: 0;
  margin: 0;
}

.jd-modal .modal-content .modal-body .block-2 .details ul li {
  list-style: none;
  margin-bottom: 5px;
}

.jd-modal .modal-content .modal-body .block-2 .details ul li span {
  padding-right: 5px;
  color: #000;
}

.jd-modal .modal-content .modal-body .form-title {
  margin-bottom: 30px;
}

.banner {
  padding: 100px 0;
}

.banner .block h1 {
  margin-bottom: 13px;
}

.banner .block p {
  font-size: 20px;
  margin-bottom: 30px;
}

.banner .block .video {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .banner .block .video {
    width: 100%;
  }
}

.banner .block ul.clients-logo {
  margin-top: 30px;
}

.banner .block ul.clients-logo li {
  margin-left: 30px;
}

@media (max-width: 480px) {
  .banner .block ul.clients-logo li {
    margin-bottom: 20px;
  }
}

.banner .block ul.clients-logo li:first-child {
  margin-left: 0;
}

.slider {
  padding: 180px 0 300px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.slider .block {
  position: relative;
}

.slider .block h1,
.slider .block h3 {
  color: #fff;
}

.slider .block .download {
  margin-top: 20px;
}

.slider .block .image-content {
  text-align: center;
}

.slider .block .image-content img {
  margin-top: 100px;
  margin-bottom: -200px;
}

.slider:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 290px solid #fff;
  border-left: 2000px solid transparent;
  width: 0;
}

.services .service-block {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.services .service-block:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .services .service-block:last-child {
    margin-bottom: 30px;
  }
}

.services .service-block h3 {
  line-height: 30px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.services .service-block i {
  font-size: 30px;
  color: #2e7eed;
  margin-bottom: 15px;
  display: inline-block;
}

.services .service-block p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.services .app-preview {
  display: flex;
  justify-content: center !important;
}

.services .app-preview img {
  height: 500px;
  width: auto;
}

@media (max-width: 992px) {
  .services .col-lg-4.m-auto {
    display: none;
  }
}

@media (max-width: 768px) {
  .service .service-thumb {
    width: 80%;
    margin: 0 auto;
  }
}

.service .service-box {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .service .service-box {
    width: 80%;
    margin: 0 auto;
  }
}

.service .service-box .service-item {
  text-align: center;
  padding: 10px;
  margin: 20px 0;
}

.service .service-box .service-item i {
  font-size: 20px;
  color: #2e7eed;
  display: inline-block;
  margin-bottom: 10px;
}

.service .service-box .service-item p {
  font-size: 14px;
}

.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .feature .feature-content h2,
  .feature .feature-content p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}

.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 10px;
  font-style: italic;
  color: #242424;
}

.feature .testimonial ul.meta li {
  font-size: 12px;
  margin-right: 10px;
}

.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}

.app-features .app-explore {
  display: flex;
  justify-content: center !important;
  margin-bottom: 40px;
}

.banner-full .image {
  display: flex;
  justify-content: center;
}

.banner-full .image img {
  height: 625px;
}

@media (max-width: 768px) {
  .banner-full .image {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .banner-full .block {
    text-align: center;
  }
}

.banner-full .block .logo {
  margin-bottom: 40px;
}

.banner-full .block h1 {
  margin-bottom: 40px;
}

.banner-full .block p {
  font-size: 20px;
  margin-bottom: 50px;
}

.banner-full .block .app {
  margin-bottom: 20px;
}

.video-promo {
  padding: 150px 0;
}

.video-promo .content-block {
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.video-promo .content-block h2 {
  font-size: 30px;
  color: #fff;
}

.video-promo .content-block p {
  margin-bottom: 30px;
}

.video-promo .content-block a i.video {
  height: 125px;
  width: 125px;
  background: #2e7eed;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 125px;
  border-radius: 100%;
}

.video-promo .content-block a:focus {
  outline: 0;
}

.testimonial .testimonial-slider .item {
  padding-bottom: 10px;
}

.testimonial .testimonial-slider .item .block {
  padding: 40px;
  text-align: center;
  margin: 10px;
  border-radius: 5px;
}

.testimonial .testimonial-slider .item .block .image {
  margin-top: 30px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .testimonial .testimonial-slider .item .block .image {
    flex-grow: 1;
  }
}

.testimonial .testimonial-slider .item .block .image img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.testimonial .testimonial-slider .item .block p {
  font-family: "Lora", serif;
  font-style: italic;
  color: #888888;
}

.testimonial .testimonial-slider .item .block cite {
  font-style: normal;
  font-size: 14px;
  color: #161616;
}

.testimonial .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}

.testimonial .testimonial-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}

/* homepage 3 */
.gradient-banner {
  padding: 100px 0 170px;
  position: relative;
  overflow: hidden;
}

.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #02225B 50%);
}

.pull-top {
  margin-top: -100px;
}

.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shapes-container .shape {
  position: absolute;
}

.shapes-container .shape::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}

.shapes-container .shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}

.shapes-container .shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}

.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}

.shapes-container .shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}

.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}

.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}

.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}

.shapes-container .shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}

.shapes-container .shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}

.zindex-1 {
  z-index: 1;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #2e7eed;
  margin: 1em 0;
  padding: 0;
}

.icon-box {
  height: 80px;
  width: 80px;
  text-align: center;
  background: #2e7eed;
}

.icon-box i {
  line-height: 80px;
  font-size: 30px;
}

.founder {
  margin-bottom: 30px;
}

.founder img {
  border-radius: 5px;
  margin-bottom: 25px;
}

.founder h2 {
  font-size: 30px;
  line-height: 30px;
}

.founder cite {
  font-size: 14px;
  font-style: normal;
}

.founder p {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

.team-sm {
  margin-bottom: 30px;
}

.team-sm .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.team-sm .image img {
  border-radius: 5px;
}

.team-sm .image .social-links {
  position: absolute;
  background: #2e7eed;
  left: 0;
  right: 0;
  text-align: center;
  width: calc(100% - 80px);
  margin: 0 40px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  transition: 0.3s;
  bottom: 20px;
}

.team-sm .image .social-links ul {
  margin-bottom: 0;
}

.team-sm .image .social-links ul li a {
  display: block;
  padding: 15px;
}

.team-sm .image .social-links ul li a i {
  font-size: 20px;
  color: #fff;
}

.team-sm .image:hover .social-links {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.team-sm h3 {
  margin-bottom: 0;
}

.team-sm cite {
  font-size: 14px;
  font-style: normal;
}

.team-sm p {
  margin-top: 15px;
}

.featured-article {
  padding: 0 0 50px 0;
}

.featured-article article.featured {
  display: flex;
}

@media (max-width: 768px) {
  .featured-article article.featured {
    flex-wrap: wrap;
  }
}

.featured-article article.featured .image {
  flex-basis: 100%;
  padding: 20px;
}

.featured-article article.featured .image img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .featured-article article.featured .image {
    margin-bottom: 20px;
  }
}

.featured-article article.featured .content {
  margin-left: 30px;
  flex-basis: 100%;
  align-self: center;
}

@media (max-width: 768px) {
  .featured-article article.featured .content {
    text-align: center;
  }
}

.featured-article article.featured .content h2 {
  margin-bottom: 20px;
}

.featured-article article.featured .content h2 a {
  font-size: 30px;
  color: #000;
  display: inline-block;
}

.featured-article article.featured .content h2 a:hover {
  color: #2e7eed;
}

.featured-article article.featured .content p {
  margin-bottom: 25px;
}

.post-sm {
  margin-bottom: 40px;
}

.post-sm .post-thumb {
  margin-bottom: 15px;
  overflow: hidden;
}

.post-sm .post-thumb img {
  transition: .3s ease;
}

.post-sm .post-title {
  margin-bottom: 15px;
}

.post-sm .post-title h3 a {
  color: #000;
  font-size: 20px;
}

.post-sm .post-title h3 a:hover {
  color: #2e7eed;
}

.post-sm:hover .post-thumb img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.blog-single .single-post {
  padding-bottom: 70px;
}

.blog-single .single-post .post-body .feature-image {
  margin-bottom: 30px;
}

.blog-single .single-post .post-body .feature-image img {
  width: 100%;
}

.blog-single .single-post .post-body p {
  margin-bottom: 20px;
}

.blog-single .single-post .post-body .quote {
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .blog-single .single-post .post-body .quote {
    width: 80%;
  }
}

.blog-single .single-post .post-body .quote blockquote {
  color: #000;
  padding: 10px 0 10px 30px;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  border-left: 6px solid #666666;
}

.blog-single .single-post .post-body .post-image {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.blog-single .about-author h2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  font-size: 30px;
}

@media (max-width: 480px) {
  .blog-single .about-author h2 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .blog-single .about-author .media {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .blog-single .about-author .media .image {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.blog-single .about-author .media .image img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

.blog-single .about-author .media .media-body {
  margin-left: 40px;
}

@media (max-width: 480px) {
  .blog-single .about-author .media .media-body {
    flex-grow: 1;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 20px;
  }
}

.blog-single .about-author .media .media-body p {
  margin-bottom: 15px;
}

.related-articles .title {
  margin-bottom: 20px;
}

.related-articles .title h2 {
  font-size: 30px;
}

.pagination-nav {
  display: flex;
  justify-content: center;
}

.pagination-nav ul.pagination {
  padding-top: 30px;
}

.pagination-nav ul.pagination li {
  margin-right: 10px;
}

.pagination-nav ul.pagination li a {
  border-radius: 3px;
  padding: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-color: transparent;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  color: #808080;
  transition: .3s ease-in;
}

.pagination-nav ul.pagination li a:hover {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}

.pagination-nav ul.pagination .active a {
  background-color: #2e7eed;
  color: #fff;
  border-color: transparent;
}

@media (max-width: 480px) {
  .about .content {
    text-align: center;
  }
}

.about .content h2 {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.about .about-slider .item {
  padding: 20px;
}

.about .about-slider .owl-dots .owl-dot:hover span {
  background: #2e7eed;
}

.about .about-slider .owl-dots .owl-dot.active span {
  background: #2e7eed;
}

.create-stories .block img {
  width: 100%;
  margin-bottom: 20px;
}

.create-stories .block h3 {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .create-stories .block {
    margin-bottom: 30px;
  }
}

.quotes .quote-slider h2 {
  font-size: 50px;
}

.quotes .quote-slider cite {
  margin-left: 150px;
  font-style: normal;
}

.clients {
  padding: 50px 0;
}

.clients h3 {
  margin-bottom: 30px;
}

.clients .client-slider .slick-track {
  display: flex;
  align-items: center;
}

.clients .client-slider img {
  max-width: 80%;
}

.investors .block {
  margin-bottom: 30px;
}

.investors .block .image {
  margin-bottom: 20px;
}

.investors .block .image img {
  width: 100%;
  border-radius: 8px;
}

.investors .block h3 {
  margin-bottom: 0;
  line-height: 1;
}

.investors .block p {
  font-size: 14px;
}

.hover-zoom {
  overflow: hidden;
  border-radius: 8px;
}

.hover-zoom img {
  transition: .3s ease;
}

.hover-zoom:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}

.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-page .center .block h1 {
  font-size: 200px;
  font-weight: 400;
  line-height: 266px;
  font-family: "Lora", serif;
}

.error-page .center .block p {
  margin-bottom: 50px;
}

.career-featured .block {
  display: flex;
}

@media (max-width: 768px) {
  .career-featured .block {
    flex-wrap: wrap;
  }
}

.career-featured .block .content {
  flex-basis: 100%;
  align-self: center;
}

@media (max-width: 768px) {
  .career-featured .block .content {
    flex-grow: 1;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

.career-featured .block .content h2 {
  margin-bottom: 30px;
}

.career-featured .block .video {
  justify-content: center;
  align-self: center;
  flex-basis: 100%;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .career-featured .block .video {
    flex-grow: 1;
    width: 100%;
  }
}

.company-fun-facts h2 {
  margin-bottom: 60px;
}

.company-fun-facts .fun-fact {
  margin-bottom: 20px;
  text-align: center;
}

.company-fun-facts .fun-fact i {
  font-size: 25px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 60px;
  height: 60px;
  width: 60px;
  border: 1px solid #000;
  border-radius: 100%;
}

.gallery .image {
  cursor: pointer;
}

.job-list .block {
  padding: 50px 80px;
  background: #fff;
}

.job-list .block h2 {
  margin-bottom: 40px;
  font-size: 30px;
}

.job-list .block .job {
  padding: 50px 10px;
  display: flex;
}

@media (max-width: 768px) {
  .job-list .block .job {
    display: block;
    text-align: center;
  }
}

.job-list .block .job:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 480px) {
  .job-list .block .job {
    flex-wrap: wrap;
  }
}

.job-list .block .job .content {
  flex-basis: 100%;
}

.job-list .block .job .content h3 {
  margin-bottom: 0;
}

.job-list .block .job .apply-button {
  flex-basis: 100%;
  align-self: center;
  text-align: right;
}

@media (max-width: 768px) {
  .job-list .block .job .apply-button {
    margin-top: 20px;
    text-align: center;
  }
}

.faq .block {
  padding: 50px;
}

@media (max-width: 480px) {
  .faq .block {
    padding: 30px;
  }
}

.faq .block .faq-item {
  margin-bottom: 40px;
}

.faq .block .faq-item .faq-item-title {
  margin-bottom: 30px;
}

.faq .block .faq-item .faq-item-title h2 {
  font-size: 30px;
  border-bottom: 1px solid #cccccc;
}

.faq .block .faq-item .faq-item-title:last-child {
  margin-bottom: 0;
}

.faq .block .faq-item .item .item-link {
  position: relative;
  padding: 10px 0 10px 18px;
  padding-left: 25px;
}

.faq .block .faq-item .item .item-link a {
  font-size: 20px;
  color: #000;
}

.faq .block .faq-item .item .item-link a span {
  margin-right: 5px;
}

.faq .block .faq-item .item .item-link:before {
  font-family: 'themify';
  content: "\e64b";
  position: absolute;
  left: 0;
  font-weight: 600;
  font-size: 15px;
  top: 15px;
}

.faq .block .faq-item .item .accordion-block {
  background: #fafafa;
}

.faq .block .faq-item .item .accordion-block p {
  padding: 20px;
}

.privacy .privacy-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  background: #fafafa;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.privacy .privacy-nav ul {
  padding-left: 0;
  margin-bottom: 0;
}

.privacy .privacy-nav ul li {
  list-style: none;
}

.privacy .privacy-nav ul li a {
  font-size: 16px;
  color: #757575;
  padding: 10px 0;
  font-weight: bold;
  display: block;
}

@media (max-width: 768px) {
  .privacy .privacy-nav ul li a {
    font-size: 16px;
    padding: 5px 0;
  }
}

.privacy .privacy-nav ul li a.active {
  color: #000;
}

@media (max-width: 768px) {
  .privacy .privacy-nav {
    margin-bottom: 30px;
  }
}

.privacy .block {
  background: #fff;
  padding: 40px 50px;
}

.privacy .block .policy-item {
  padding-bottom: 40px;
}

.privacy .block .policy-item .title {
  margin-bottom: 20px;
}

.privacy .block .policy-item .title h3 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}

.privacy .block .policy-item .policy-details p {
  margin-bottom: 20px;
}

.user-login {
  height: 100%;
  width: 100%;
}

.user-login .block {
  display: flex;
}

@media (max-width: 768px) {
  .user-login .block {
    flex-wrap: wrap;
  }
}

.user-login .block .image {
  flex-basis: 100%;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .user-login .block .image {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.user-login .block .image img {
  border-radius: 8px;
}

.user-login .block .content {
  flex-basis: 100%;
  align-self: center;
  padding: 50px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .user-login .block .content {
    flex-grow: 1;
  }
}

.user-login .block .content .logo {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .user-login .block .content .logo {
    margin-bottom: 40px;
  }
}

.user-login .block .content .title-text {
  margin-bottom: 35px;
}

.user-login .block .content .title-text h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.user-login .block .content .new-acount {
  margin-top: 20px;
}

.user-login .block .content .new-acount p, .user-login .block .content .new-acount a {
  font-size: 14px;
}

.user-login .block .content .new-acount p a {
  color: #000;
}

.coming-soon {
  color: #000;
  padding: 120px 0;
  min-height: 100vh;
}

@media (max-width: 992px) {
  .coming-soon {
    padding: 80px 0;
  }
}

.coming-soon .block h3 {
  color: #808080;
}

.coming-soon .block .count-down {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down {
    margin-top: 40px;
  }
}

.coming-soon .block .count-down .syotimer-cell {
  min-width: 200px;
  padding: 45px 0;
  margin-right: 30px;
  margin-bottom: 20px;
  background: #fff;
  display: inline-block;
}

@media (max-width: 768px) {
  .coming-soon .block .count-down .syotimer-cell {
    min-width: 180px;
    padding: 35px 0;
  }
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__value {
  font-size: 65px;
  line-height: 80px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.coming-soon .block .count-down .syotimer-cell .syotimer-cell__unit {
  font-size: 20px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: normal;
}

.address .block .address-block {
  text-align: center;
}

.address .block .address-block .icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.address .block .address-block .icon i {
  display: block;
  height: 100px;
  width: 100px;
  background: #fafafa;
  border-radius: 100%;
  font-size: 45px;
  text-align: center;
  line-height: 100px;
}

.google-map {
  position: relative;
}

.google-map #map_canvas {
  height: 500px;
  width: 100%;
}

@media (max-width: 768px) {
  .google-map #map_canvas {
    height: 350px;
  }
}

/*# sourceMappingURL=style.css.map */




/* new css */


/* Navbar link styling */
.navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: white !important;
  margin: 0 12px;
  transition: color 0.3s ease, border-bottom 0.3s ease;
}

/* Active/hover underline */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: white !important;
  border-bottom: 2px solid #dc3545; /* red underline */
  padding-bottom: 2px;
  font-weight: bold;
}

/* Button styling */
.btn-danger {
  background-color: #dc3545;
  border-radius: 6px;
  border: none;
  
}

.btn-danger:hover {
  background-color: #c82333;
}
.navbar {
  background-color: #00171f;
  color: white;
}

.wider-box {
  max-width: 1400px; /* or any width you want */
  width: 100%;
}

.custom-dark-bg {
  background-color: #00171f !important;
  color: #ffffff;
}

.custom-dark-bg .text-muted {
  color: #ccc !important; /* Make muted text readable on dark bg */
}
.wider-box {
  background-color: #00171f;
  color: white;
  border-radius: 16px;
  box-shadow:
    0 15px 25px rgba(0, 0, 0, 0.5),
    0 40px 70px rgba(0, 0, 0, 0.3);
  transform: scale(1.02); /* Slightly larger */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wider-box:hover {
  transform: scale(1.05);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.7),
    0 50px 100px rgba(255, 0, 0, 0.15); /* Optional red glow */
}

 /* DARK METRICS SECTION */
    .dark-section {
      background-color: #212529;
      color: white;
      padding: 80px 0;
    }

    .dark-section h6 {
      letter-spacing: 1px;
      font-size: 13px;
      color: #bbbbbb;
    }

    .dark-section h2 {
      font-size: 2.5rem;
      line-height: 1.3;
    }

    .metric-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
      padding-left: 30px;
    }

    .metric-card {
      flex: 1;
      text-align: center;
      padding: 20px;
      border-left: 1px solid #2a2a2a;
    }

    .metric-card:first-child {
      border-left: none;
    }

    .metric-icon {
      font-size: 45px;
      margin-bottom: 12px;
    }

    .metric-card h4 {
      font-weight: 700;
      font-size: 24px;
    }

    .metric-card p {
      font-size: 14px;
      color: #cccccc;
    }

    /* LIGHT SECTION */
    .light-section {
      background-color: #f8f9fa;
      padding: 80px 0;
      text-align: center;
    }

    .custom-badge {
      background-color: #f8d7da;
      color: #721c24;
      padding: 6px 16px;
      border-radius: 20px;
      font-weight: 500;
      font-size: 13px;
      display: inline-block;
      margin-bottom: 20px;
      letter-spacing: 0.5px;
    }

    .light-section h2 {
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.4;
    }

   /* Heading */
  .feature-heading {
    font-weight: 700;
    color: #00171f;
    font-size: 2.5rem;
  }

  /* Tabs */
  .feature-tabs .nav-link {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    color: #00171f;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
  }

  .feature-tabs .nav-link.active {
    background-color: #00171f;
    color: white;
    border-color: #00171f #00171f white;
  }

  .feature-tabs .nav-link:hover {
    background-color: #00171f;
    color: white;
  }

  /* Content Titles & Text */
  .feature-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #00171f;
  }

  .feature-description {
    font-size: 1rem;
    color: #444;
    margin-top: 0.75rem;
  }

  /* Images */
  .feature-image {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .feature-image:hover {
    transform: scale(1.03);
  }

  /* Responsive tweaks */
  @media (max-width: 767.98px) {
    .feature-heading {
      font-size: 2rem;
    }
    .feature-title {
      font-size: 1.5rem;
    }
  }


  /* Tabs container */
.nav-tabs {
  border-bottom: 1px solid #e0e0e0;
  justify-content: center !important;
  margin-bottom: 2rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Tab buttons */
.nav-tabs .nav-link {
  color: #6c757d; /* muted gray */
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 28px;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  letter-spacing: 0.02em;
  transition: color 0.25s ease, border-color 0.25s ease;
  margin: 0 0.5rem;
  background: transparent;
  text-transform: uppercase;
}

/* Hover effect */
.nav-tabs .nav-link:hover {
  color: #dc3545; /* Bootstrap blue */
  /* border-bottom-color:#dc3545; */
  background: transparent;
  cursor: pointer;
}

/* Active tab */
.nav-tabs .nav-link.active {
  color: #dc3545; /* Darker text */
  border-bottom: 3px solid #dc3545;
  font-weight: 700;
  background: transparent;
  box-shadow: none;
  letter-spacing: 0.04em;
}

/* Focus state (keyboard nav) */
.nav-tabs .nav-link:focus-visible {
  outline: 2px solid #80bdff;
  outline-offset: 2px;
  border-bottom-color: #dc3545;
}

/* Responsive: Wrap and center */
@media (max-width: 576px) {
  .nav-tabs {
    flex-wrap: wrap !important;
  }
  .nav-tabs .nav-item {
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 0.75rem;
  }
}

  .section {
      padding: 60px 0;
    }
    .section h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    .section p {
      font-size: 16px;
      color: #555;
    }
    .btn-custom {
      background-color: #e6f4f1;
      color: #000;
      font-weight: 600;
      border-radius: 25px;
      padding: 8px 20px;
    }
    .feature-img {
      max-width: 100%;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .step-number {
  width: 30px;
  height: 30px;
  background-color: #f8f9fa; /* Light background */
  color: #0d6efd; /* Bootstrap primary color */
  font-weight: 200;
  font-size: 22px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 2px solid #0d6efd;
  margin-left: 100px;
}


/* Dropdown container */
.navbar .dropdown-menu {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  padding: 0.4rem 0;
  min-width: 180px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform-origin: top center;
}

/* Dropdown items */
.navbar .dropdown-menu .dropdown-item {
  color: #444;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.25s ease, color 0.25s ease;
}

/* Hover/focus state */
.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}

/* Dropdown toggle arrow color */
.navbar .nav-link.dropdown-toggle::after {
  border-top-color: #007bff;
}

/* Space between nav items */
.navbar-nav .nav-item {
  margin-left: 15px;
}

/* Optional: Add subtle animation when dropdown appears */
.dropdown-menu.show {
  opacity: 1;
  transform: scale(1);
}

.dropdown-menu {
  opacity: 0;
  transform: scale(0.95);
}

    .banner {
background: linear-gradient(135deg, #020024, #0d1b3d, #1a237e);      color: white;
      min-height: 100vh; /* full height of screen */
      display: flex;
      align-items: center;
    }
    .banner img {
      max-width: 100%;
    }
    .btn-demo {
      background-color: white;
      color: #2a5298;
      font-weight: bold;
      padding: 10px 20px;
      border-radius: 6px;
    }
    .btn-demo:hover {
      background-color: #f1f1f1;
      color: #1e3c72;
    }


    @media (min-width: 992px) {
  .feature-img-col {
    padding-right: 6rem;
  }
  .feature-content-col {
    padding-left: 6rem;
  }
}


.faq-section {
  background-color: #fff;
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

.faq-section h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #212529;
}

.faq-section p {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 30px;
}

/* Accordion Item */
.accordion-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
}

.accordion-item:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

/* Accordion Button */
.accordion-button {
  background-color: transparent;
  color: #212529;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: none;
  position: relative;
  transition: background-color 0.2s;
}

/* Remove default Bootstrap arrow */
.accordion-button::after {
  display: none;
}

/* Add custom icon */
.accordion-button::before {
  content: '+';
  font-size: 1.2rem;
  color: #0d6efd;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s, content 0.2s;
}

.accordion-button:not(.collapsed)::before {
  content: '–';
}

/* Accordion Body */
.accordion-body {
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  color: #495057;
  background-color: #ffffff;
  border-top: 1px solid #e9ecef;
}


/* Reset & base */
* {
  box-sizing: border-box;
}

/* Main layout */
.main-container {
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.section.pt-5 {
  background-color: #000; /* black background */
  color: #fff;
  padding-top: 5rem !important; /* increased from 3rem to 5rem for more gap */
  padding-bottom: 3rem;
  margin-top: 3rem; /* optional: adds margin space above the section */
}

.section.pt-5 > .container {
  background-color: #fff; /* white background for box */
  color: #000; /* text color black inside box */
  padding: 3rem 2rem; /* space inside box */
  border-radius: 12px; /* rounded corners */
  box-shadow: 0 4px 20px rgba(0,0,0,0.4); /* subtle shadow */
  max-width: 1200px; /* limit width */
  margin: 0 auto; /* center horizontally */
}







/* Nav tab hover */
.section.pt-5 .nav-tabs .nav-link:hover {
  color: black;
}

/* Buttons: adjust bootstrap primary button */
.section.pt-5 .btn-primary {
  background-color: #dc3545; /* your existing red */
  border-color: #dc3545;
}

.section.pt-5 .btn-primary:hover {
  background-color: #b02a37;
  border-color: #b02a37;
}

/* Images: add a subtle drop shadow to stand out on black */
.section.pt-5 img {
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}

.feature-card {
  position: relative;
}

.feature-card .arrow {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 22px;
  color: red;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease;
}

.feature-card .arrow:hover {
  color: red;
  animation: bounce 0.4s ease forwards;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}











/* Pricing Section */
section.bg-light {
  background-color: #f9fafb;
  padding: 80px 0;
}

/* Section Headings */
section .fw-bold {
  font-size: 2.5rem;
  color: #111827;
}

section p.text-muted {
  font-size: 1rem;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

/* Cards */
.card {
  border: none;
  border-radius: 18px;
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 28px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

/* Plan Name & Price */
.card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1f2937;
}

.card-price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111827;
  margin: 12px 0;
}

/* Plan Description */
.card p.text-muted {
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 24px;
}

/* Feature List */
.card ul {
  padding: 0;
  margin: 0 0 30px 0;
  list-style: none;
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.8;
}

.card ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}

.card ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;
  color: #10b981; /* modern green */
  font-weight: bold;
}

/* CTA Button */
.card .btn {
  margin-top: auto;
  padding: 12px;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
  background-color: transparent;
}

.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

/* Primary Card (Pro plan) */
.card.border-primary {
  border: 2px solid #0d6efd;
  background-color: #f0f4ff;
}

.card.border-primary .card-title,
.card.border-primary .card-price {
  color: #0d6efd;
}


 .pricing-header {
      padding: 60px 20px;
      text-align: center;
    }
    .toggle-container {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      margin-top: 25px;
    }
    .form-check-input:checked {
      background-color: #0d6efd;
      border-color: #0d6efd;
    }


     .pricing-header {
      padding: 40px 20px 20px;
      text-align: center;
    }
    .pricing-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      background: #fff;
      padding: 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      text-align: center;
    }
    .pricing-card h5 {
      font-weight: bold;
    }
    .price {
      font-size: 2rem;
      font-weight: bold;
      margin: 10px 0;
    }
    .old-price {
      text-decoration: line-through;
      color: #888;
      font-size: 0.9rem;
    }
    .btn-zoho {
      background: #ffc107;
      border: none;
      font-weight: 600;
      padding: 10px 20px;
    }
    .btn-zoho:hover {
      background: #e0a800;
    }
    .explore-btn {
      background: none;
      border: none;
      font-weight: bold;
      color: #0d6efd;
      margin-top: 25px;
    }

     .pricing-card {
      min-height: 380px;
      transition: all 0.3s ease-in-out;
    }
    .price {
      font-size: 2rem;
      font-weight: bold;
      opacity: 1;
      transform: translateY(0);
      transition: all 0.4s ease-in-out;
    }
    .price.hide {
      opacity: 0;
      transform: translateY(-10px);
    }
    .old-price {
      text-decoration: line-through;
      color: #888;
      font-size: 1rem;
      transition: opacity 0.4s ease-in-out;
    }
    .old-price.hide {
      opacity: 0;
    }


    /* Container */
.radio-toggle-wrapper {
  display: inline-flex;
  background-color: #f1f4f9;
  border-radius: 50px;
  padding: 6px;
  gap: 4px;
  user-select: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
  font-family: inherit;
}

/* Hide native radio buttons */
.radio-toggle-wrapper input[type="radio"] {
  display: none;
}

/* Label as toggle buttons */
.toggle-option {
  padding: 10px 24px;
  border-radius: 40px;
  background-color: transparent;
  color: #333;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}

/* Active radio gets filled background */
.radio-toggle-wrapper input[type="radio"]:checked + .toggle-option {
  background-color: #007bff;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 123, 255, 0.15);
}

/* Optional small tag styling */
.toggle-option small {
  font-weight: 400;
  font-size: 80%;
  color: inherit;
}


.price,
.old-price {
  transition: all 0.3s ease;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

/* Highlighted active price */
.price.highlighted {
  font-size: 1.8rem;
  color: #007bff;
}

/* Struck out inactive price */
.old-price.striked {
  text-decoration: line-through;
  font-size: 1rem;
  color: #888;
}

/* Animate incoming price */
.price.highlighted.animate {
  animation: riseIn 0.4s ease-out forwards;
}

/* Animate outgoing old price */
.old-price.striked.animate {
  animation: fallOut 0.4s ease-out forwards;
  opacity: 0.6;
}

@keyframes riseIn {
  0% {
    transform: translateY(10px) scale(0.95);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.15);
    opacity: 1;
  }
}

@keyframes fallOut {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(10px) scale(0.95);
    opacity: 0.6;
  }
}


   .refund-red-btn {
    background-color: #ffffff;
    color: #dc3545;
    border: 2px solid #dc3545;
    border-radius: 50px;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    transition: all 0.3s ease-in-out;
  }

  .refund-red-btn:hover {
    background-color: #dc3545;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
    transform: translateY(-2px);
  }




  /* Section spacing */
.section.investors {
  padding: 80px 0;
  background-color: #f9f9f9;
  
}

/* Section title */
.section.investors .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section.investors .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.section.investors .section-title p {
  font-size: 1.125rem;
  color: #555;
}

/* Card-like blocks */
.section.investors .block {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 90%;
}

/* Hover effect */
.section.investors .block:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Headings and text */
.section.investors .block h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111;
}

.section.investors .block h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 20px;
  color: #333;
}

.section.investors .block p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 0;
}

/* Small note */
.section.investors .block p.small {
  font-size: 0.8rem;
  color: #999;
  margin-top: 5px;
}



  html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; /* Adjust this if your navbar is taller or shorter */
  }
  


.footer {
  background: #0e0e0e;
  color: #d1d1d1;
  font-family: 'Segoe UI', sans-serif;
}

.footer-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ff4d4f;
  display: inline-block;
  padding-bottom: 5px;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #d1d1d1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ff4d4f;
}

.footer .bi {
  transition: transform 0.3s ease, color 0.3s ease;
}

.footer a.text-light:hover .bi {
  transform: scale(1.2);
  color: #ff4d4f;
}

.footer p {
  font-size: 0.95rem;
}

.footer .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.footer .small {
  color: #aaa;
}
/* Social Icon Container */
.footer .social-icons {
  margin-top: 0.5rem;
}

/* Base Icon Style */
.footer .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 0 0 transparent;
    gap: 100px; /* You can change this to 10px or 20px as needed */
}

/* Hover Effects */
.footer .social-icon:hover {
  color: #fff;
  background-color: #ff4d4f; /* Accent color on hover */
  transform: scale(1.1);
  box-shadow: 0 0 8px rgba(255, 77, 79, 0.5);
}


 /* Custom navbar link colors */
    .navbar-nav .nav-link {
      color: #333 !important;              /* Default color */
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #d9534f !important;           /* Hover + Active */
    }

    /* Optional: style the "Get Started" button */
    .btn-danger {
      background-color: #d9534f;
      border-color: #d9534f;
    }


    .custom-banner h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .custom-banner h1 {
    font-size: 2.5rem;
  }
}
.custom-banner {
  padding-top: 100px; /* push down from navbar */
}


/* Make image responsive and centered nicely on mobile */
/* Make image responsive and centered nicely on mobile */
.feature-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;

  /* Remove any unwanted box or background */
  background: transparent !important;
  box-shadow: none !important;
}
/* .feature-image {
  background: transparent !important;
  box-shadow: none !important;
} */



/* Optional: Add spacing between stacked content on small screens */
@media (max-width: 767.98px) {
  .feature-content {
    padding-top: 2rem;
  }
}


.banner {
    background-color: #343a40; /* Optional: Set background */
    padding: 60px 20px;
  }

  .btn-demo {
    background-color: #ffc107; /* Optional: Custom button style */
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
  }

  .btn-demo:hover {
    background-color: #e0a800;
    color: #fff;
  }

  @media (max-width: 767.98px) {
    .banner h1 {
      font-size: 2rem;
    }
  }


  /* Make the navbar collapse content a flex container */
#mainNavbarCollapse {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

/* Ensure the nav menu ul uses flex, aligns items center */
#navMenuList {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0; /* remove bottom margin */
}

/* On smaller screens, stack menu and button vertically */
@media (max-width: 991.98px) {
  #mainNavbarCollapse {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  #navMenuList {
    flex-direction: column;
    width: 100%;
  }

  #navMenuList .nav-link {
    padding-left: 0;
    width: 100%;
  }

  #ctaButton {
    width: 100%;
    text-align: center;
  }
}


/* Footer Base Styling */
.footer-modern {
  background-color: #111;
  font-weight: 300;
  color: #ccc;
}

.footer-modern h5,
.footer-modern h6 {
  color: #fff;
  font-weight: 400;
}

.footer-modern .text-gradient {
  background: linear-gradient(45deg, #ff4d4d, #ff9966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.footer-modern .footer-links a {
  color: #bbb;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-modern .footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Social Icons */
.footer-modern .social-icon {
  color: #ccc;
  font-size: 1.25rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-modern .social-icon:hover {
  color: #ff4d4d;
  transform: scale(1.1);
}

/* Divider Line */
.footer-modern hr {
  border-color: #333;
}

/* Footer Bottom */
.footer-modern .small {
  color: #aaa;
  font-size: 0.85rem;
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
  .footer-modern {
    text-align: center;
  }

  .footer-modern .d-flex {
    justify-content: center !important;
    flex-wrap: wrap;
  }

  .footer-modern .footer-links,
  .footer-modern .list-unstyled {
    padding-left: 0;
  }

  .footer-modern .footer-links li,
  .footer-modern .list-unstyled li {
    margin-bottom: 0.6rem;
  }
}

.footer-modern .social-icon {
  color: #ccc;
  font-size: 1.25rem;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-block;
}

.footer-modern .social-icon:hover {
  color: #ff4d4d;
  transform: scale(1.1);
}

.form-check-label {
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  margin-left: 10px;

}


.form-check-input {
  width: 2.5rem;
  height: 1.3rem;
  cursor: pointer;
}

.form-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
}


/* Bigger, clearer switch */
.custom-switch {
  width: 3.2rem;
  height: 1.6rem;
  cursor: pointer;
  background-color: #bbb !important; /* OFF - darker gray */
  border: 2px solid #888;
  transition: all 0.3s ease;
}

/* Circle knob */
.custom-switch:before {
  height: 1.2rem;
  width: 1.2rem;
  margin-top: -0.1rem;
  background-color: white;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

/* ON state */
.custom-switch:checked {
  background-color: #007bff !important; /* Bright Blue ON */
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0,123,255,0.6);
}

.custom-switch:checked:before {
  background-color: white;
}

.ribbon-img {
  position: absolute;
  top: 15px;       /* gap from top */
  right: 0px;      /* inside top-right corner */
  width: 120px;    /* size of ribbon */
  max-width: 40%;  /* responsive */
  z-index: 10;     /* above card content */

 
}


.feature-card a {
  text-decoration: none; /* Remove underline */
  color: inherit;        /* Keep text color same as parent */
}

.feature-card a:hover {
  text-decoration: none; /* Ensure underline doesn't appear on hover */
}



/* Read More text-style link */
.btn-readmore {
  display: inline-block;
  margin-top: 8px;          /* space from paragraph */
  font-size: 0.9rem;
  font-weight: 600;          /* slightly bold */
  color: #007bff;            /* blue text */
  text-decoration: none;      /* no underline */
  position: relative;
  transition: color 0.3s;
}

/* Add subtle underline on hover */
.btn-readmore::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #007bff;
  transition: width 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.btn-readmore:hover {
  color: #0056b3;           /* slightly darker on hover */
}

.btn-readmore:hover::after {
  width: 100%;              /* animate underline */
}


.arrow {
  display: inline-block;
  margin-left: 5px;          /* small gap from text */
  font-size: 1rem;           /* size of arrow */
  transition: transform 0.3s, color 0.3s;
  color: #007bff;            /* arrow color */
  cursor: pointer;
}

/* Hover effect: arrow moves slightly to the right */
.arrow:hover {
  transform: translateX(3px);
  color: #0056b3;            /* optional darker color on hover */
}



/* ===========================
   Navbar Base
=========================== */
.main-nav {
  font-family: "Open Sans", sans-serif;
}

.main-nav .navbar-brand {
  padding: 0;
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 0 20px;
  line-height: 45px;
  text-decoration: none; /* remove underline */
  transition: color 0.3s ease;
}
.main-nav .navbar-nav .nav-item .nav-link:hover {
  text-decoration: none; /* remove hover underline */
  color: #2e7eed; /* optional hover color */
}

/* Icon inside nav links */
.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 11px;
}

/* Active link underline */
.main-nav .navbar-nav .nav-item.active .nav-link:before {
  content: '';
  background: #2e7eed;
  width: 60%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 20%;
}
@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
  }

  .main-nav .navbar-nav .nav-item.active .nav-link:before {
    display: none;
  }
}

/* ===========================
   Dropdown Menu
=========================== */
.main-nav .dropdown {
  position: relative;
}

.main-nav .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  border: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: none;
  margin-top: 0;
  transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.43, 0.26, 0.11, 0.99);
}

.main-nav .dropdown .dropdown-menu.show {
  display: block;
}

.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  padding: 3px 22px;
  transition: color 0.3s ease;
}

.main-nav .dropdown .dropdown-menu .dropdown-item:hover,
.main-nav .dropdown .dropdown-menu .dropdown-item:focus,
.main-nav .dropdown .dropdown-menu .dropdown-item.active,
.main-nav .dropdown .dropdown-menu .dropdown-item.focus {
  background-color: transparent;
  color: #2e7eed;
}

@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
  }

  .main-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .main-nav .dropdown {
    transform: none;
    left: auto;
    text-align: center;
  }

  .main-nav .dropdown .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}

.main-nav .navbar-nav .nav-item .nav-link:hover,
.main-nav .navbar-nav .nav-item .nav-link:focus {
  text-decoration: none; /* ensure no underline on hover/focus */
  color: #2e7eed; /* optional hover color */
}


/* ===========================
   Dropdown Arrows
=========================== */
.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "themify";
  font-size: 8px;
  vertical-align: 1px;
  border: 0;
}

.dropleft .dropdown-toggle::before {
  content: "\e64a";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\e649";
  margin-left: 5px;
}

/* ===========================
   Toggler (Mobile)
=========================== */
.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}
/* ===========================
   Navbar General
=========================== */
.navbar {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.navbar .navbar-brand {
  padding: 0;
  font-size: 1.5rem;
}

.navbar .navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .nav-link {
  position: relative;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 0 20px;
  line-height: 45px;
  text-decoration: none; /* remove underline */
  transition: color 0.3s ease;
}

/* Remove underline on hover/focus */
.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #2e7eed; /* hover color */
  text-decoration: none; /* ensures no underline */
}

/* Active link underline */
.navbar .nav-item.active .nav-link:before {
  content: '';
  background: #2e7eed;
  width: 60%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 20%;
}

/* Hamburger Toggler */
.navbar .navbar-toggler {
  border: none;
  outline: none;
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:hover {
  outline: none;
  box-shadow: none;
}

/* Collapsed menu on small screens */
@media (max-width: 992px) {
  .navbar .nav-link {
    line-height: 25px;
  }

  .navbar .navbar-nav {
    text-align: center;
    width: 100%;
  }

  .navbar .navbar-nav .nav-item.active .nav-link:before {
    display: none; /* hide active underline on mobile */
  }
}

/* CTA Button */
.navbar .btn-danger {
  border-radius: 0.25rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.navbar .btn-danger:hover,
.navbar .btn-danger:focus {
  background: #e63946;
  color: #fff;
  text-decoration: none;
}

/* Optional shadow for navbar */
.navbar.shadow-sm {
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}



/* Tablets: 2 cards per row */
@media (min-width: 768px) and (max-width: 991px) {
  #singleUserCards .col-md-4,
  #multiUserCards .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


body, html {
    overflow-x: hidden;
}






/* cards on the homepage */




/* Left fixed section */
.left-header {
  flex: 0 0 55%;
  background-color: white;
  color: black;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
}
.left-header h6 {
  font-weight: 600;
  font-size: 1.1rem;
  opacity: 0.8;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
}
.left-header h1 {
  font-size: 3.2rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  white-space: pre-line;
}
.left-header button {
  width: 50%;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 0;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
  border: none;
  cursor: pointer;
  background-color: #dc3545;
  color: white;
  transition: background-color 0.3s ease;
}
.left-header button:hover {
  background-color: #b02a37;
}

/* Right scrollable cards container */
.right-cards {
  flex: 1;
  height: 10s0vh; /* full viewport height */
  overflow-y: auto;
  background-color: #f8f9fa;
  box-sizing: border-box;
}

/* Scrollbar styling for right cards */
.right-cards::-webkit-scrollbar {
  width: 8px;
}
.right-cards::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
}
.right-cards::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 2px solid #e0e0e0;
}

/* Grid layout inside right cards with padding */
.cards-grid {
  padding: 40px 30px;

  grid-template-columns: repeat(2, 1fr);
  gap: 28px 24px;
  box-sizing: border-box;
}




.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.feature-card h5 {
  color: #1e2a78;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.feature-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}
.feature-card img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 992px) {
  .left-header {
    flex: 0 0 320px;
    padding: 40px 30px;
  }
  .left-header h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }
  .left-header {
    flex: none;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  .left-header button {
    width: 70%;
    margin: 0 auto;
  }
  .right-cards {
    flex: none;
    height: 60vh;
    padding: 0;
  }



}





.main-container {
  display: flex;
  min-height: 200vh; /* enough height so page can scroll */
  width: 100vw;
  overflow: visible; /* let page scroll normally */
  scroll-behavior: smooth;
}

/* Left fixed section remains same */
.left-header {
  flex: 0 0 55%;
  background-color: white;
  color: black;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  height: 100vh;
}

/* Right cards container wrapper */
.right-cards {
  flex: 1;
  position: relative;
  height: 100vh;
  background-color: #f8f9fa; /* keep background */
  box-sizing: border-box;
  overflow: visible; /* important */
  padding: 0; /* reset padding here */
}

/* The sticky container that will scroll internally */
.cards-sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  padding: 40px 30px; /* keep padding here for consistent spacing */
  background-color: inherit; /* inherit from right-cards */
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: #888 #e0e0e0;
  display: flex;
  flex-direction: column;
   padding-bottom: 60px;
     max-height: 100vh;
  overflow-y: auto;
}

/* Scrollbar for Firefox */
.cards-sticky-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #888 #e0e0e0;
}

/* Scrollbar for WebKit */
.cards-sticky-wrapper::-webkit-scrollbar {
  width: 8px;
}
.cards-sticky-wrapper::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
}
.cards-sticky-wrapper::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 2px solid #e0e0e0;
}

/* Masonry layout for cards */
.cards-grid {
  column-count: 2;
  column-gap: 24px;
  width: 100%;
}


.feature-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  break-inside: avoid;
  box-sizing: border-box; /* add box-sizing */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}






.offcanvas-body .nav-item {
  border-bottom: 1px solid #ddd; /* Light grey underline */
  width: 100%; /* Full width */
}

  .footer-links a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s;
  }
  .footer-links a:hover {
    color: #fff;
  }

  /* For tablet and mobile (same design) */
  @media (max-width: 991.98px) {
    footer .row {
      flex-direction: column;
      align-items: flex-start !important;
    }

    footer .col-lg-4,
    footer .col-lg-2,
    footer .col-lg-3 {
      width: 100%;
      max-width: 100%;
      text-align: left !important;
    }

    footer h5,
    footer h6,
    footer p,
    footer li {
      text-align: left !important;
    }

    footer .d-flex {
      justify-content: flex-start !important;
    }

    footer .social-icon i {
      font-size: 1.6rem;
    }
  }



  /* Base Section */
  .banner-section {
    height: 50vh;
    min-height: 350px;
    overflow: visible !important;
    padding-bottom: 100px; /* allows space for the white card */
  }

  .banner-card-wrapper {
    bottom: -60px;
    z-index: 10;
    width: 100%;
    max-width: 600px;
  }

  .banner-heading {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.2;
  }

  .banner-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
  }

  /* Medium Screens */
  @media (max-width: 991.98px) {
    .banner-section {
      height: auto;
      padding: 5rem 0 8rem 0;
    }
    .banner-card-wrapper {
      bottom: -50px;
      max-width: 500px;
    }
  }

  /* Tablets & Mobiles */
  @media (max-width: 767.98px) {
    .banner-section {
      height: auto;
      padding: 4rem 1rem 8rem 1rem; /* more bottom padding to make space */
    }
    .banner-heading {
      font-size: 1.8rem;
    }
    .banner-text {
      font-size: 1rem;
    }
    .banner-card-wrapper {
      bottom: -40px;
      max-width: 90%;
    }
    .banner-card {
      padding: 1.5rem;
    }
  }

  /* Small Mobiles */
  @media (max-width: 575.98px) {
    .banner-section {
      padding: 3rem 1rem 7rem 1rem;
    }
    .banner-card-wrapper {
      bottom: -35px;
    }
  }

  @media (max-width: 767.98px) {
    #featuresTab,
    #featuresTabContent {
      display: none !important;  /* hide tabs & tab content */
    }

    /* optional: remove background from parent section if it has dark bg */
    section.section.pt-5 {
      background-color: transparent !important;
    }
  }

/* Ensure all testimonial boxes have the same height */
.testimonial-slider .block {
  min-height: 230px; /* adjust based on your content */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

/* Optional: make all blocks equal visually */
.testimonial-slider .item {
  display: flex;
  align-items: stretch;
}

/* Optional: subtle hover effect */
.testimonial-slider .block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


/* ✅ Fix overlap issue on smaller devices */
@media (max-width: 992px) {
  .banner-section {
    padding-bottom: 150px !important; /* gives enough space under text */
  }
  .banner-card-wrapper {
    position: static !important; /* removes absolute overlap */
    transform: none !important;
    margin-top: 2rem !important;
  }
}


.map-responsive {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
}
.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

  @media (max-width: 991px) { /* small & medium screens */
    .demo-btn {
      font-size: 0.9rem; /* slightly smaller text */
      padding: 0.5rem 1.5rem; /* smaller padding */
    }
  }


  