/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800'); */



/* body{
    font-family: 'Open Sans', sans-serif;
} */




@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

/* 2. Optimized Font Stack to fix FOUT (Text Reflow/Jumping) */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

b,
strong{
    font-weight: 700;
}

p {
    line-height: 24px;
}

h3{
    font-size: 24px;
    font-weight: 300;
}

ul{
    margin-bottom: 0px;
}


/* 1. Fix the Container Layout */
.main-nav .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; /* Prevents logo and menu from splitting */
}

/* 2. Reset the columns for Tablet/Mobile */
.main-nav .col-md-4, 
.main-nav .col-md-8 {
    width: auto !important;
    flex: 0 0 auto !important;
    max-width: none !important;
}

/* 3. Fix the Menu alignment */
#menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 4. Fix individual list items */
.main-nav li {
    display: inline-flex;
    align-items: center;
    margin-left: 15px !important; /* Reduced spacing to fit on 768px */
    margin-top: 0 !important;    /* Removes the 20px jump you have */
}

/* 5. Specific Button Styling Fixes */
.main-nav .nav-login, 
.main-nav .nav-signup {
    white-space: nowrap; /* Keeps text on one line */
    display: inline-block;
    padding: 8px 18px !important;
}

.main-nav .nav-signup {
    margin-left: 0 !important; /* Removes the negative margin overlap */
}

/* 6. Tablet Specific Adjustments (for 768px - 1024px) */
@media (max-width: 1024px) {
    .main-nav {
        padding: 15px 10px;
    }
    .main-nav li a {
        font-size: 12px; /* Slightly smaller font to fit menu */
    }
    .main-nav li {
        margin-left: 10px !important;
    }
    .logo img {
        width: 140px; /* Scale logo down slightly */
        height: auto;
    }
}

.black-header {
    background-image: url(https://sleekbill.in/images/black-header.jpg);
    background-size: cover;
    min-height: 600px;
    padding-top: 170px;
    margin-bottom: -65px;
}

.nav-separator{
    color: white;
}

header {
    background: rgba(66,142,218,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(66,142,218,1)), color-stop(100%, rgba(24,117,210,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    background: radial-gradient(ellipse at center, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428eda', endColorstr='#1875d2', GradientType=1 );

    padding: 70px 50px;
}

    header h1 {
        color: white;
        font-weight: 300;
        font-size: 42px;
        margin-bottom: 50px;
    }

    header p {
        color: white;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
    }

.articles-header p {
    position: relative;
    top: -30px;
}

.hero-section {
    position: absolute;
    top: -60px;
    right: -50px;
}

.seen-in-section{
    background-color: #4690db;
}


.black-seen {
    background-color: rgba(146, 146, 146, 0.5);
    position: relative;
    top: 0px;
}

.primary-cta {
    background-color: #48DE75;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;

    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.19);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.19);

    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;

    position: relative;
    z-index: 11;
}

a.primary-cta:hover{
    background-color: #5bf286;
    color: white;
    text-decoration: none;
}

.ghost-cta {
    background-color: transparent;
    color: #48de73;
    padding: 10px 25px;
    border: 2px solid #48DE75;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;

    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

a.ghost-cta:hover{
    background: #48de73;
    color: white;
    text-decoration: none;
}

.small-text{
    font-size: 12px;
}

.disclaimer-text {
    font-size: 12px;
    color: #aaaaaa;
    padding-top: 15px;
    padding-left: 63px;
}

.seen-in-section {
    color: white;
    padding: 20px;
}

.seen-in-section ul{
    padding: 0px;
}

.seen-in-section li {
    display: inline-block;
    margin-right: 10px;
}

.big-features{
    padding-top: 60px;
}

.big-features h3,
.big-features p{
    margin-bottom: 30px;
}

section {
    padding: 80px;
}

.white{
    background-color: white;
}

.grey{
    background-color: #f5f5f5;
}

.custom {
    background-image: url(https://sleekbill.in/images/custom-background.png);
    color: white;
    background-size: cover;
}

.custom h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}



.custom-pricing {
    background-image: url(https://sleekbill.in/images/custom-background-2.jpg);
    color: white;
    background-size: cover;
}

.custom-pricing h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.custom-gst {
    background-image: url(https://sleekbill.in/images/custom-background-4.jpg);
    color: white;
    background-size: cover;
}

.custom-gst h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.custom-contact {
    background-image: url(https://sleekbill.in/images/custom-background-3.jpg);
    color: white;
    background-size: cover;
}

.custom-contact h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.custom-gst {
    background-image: url(https://sleekbill.in/images/custom-background-5.jpg);
    color: white;
    background-size: cover;
}

.custom-gst h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.black {
    background: #1d1d1d url(https://sleekbill.in/images/black-background.png) right no-repeat;
    background-size: contain;
    color: white;
    padding: 70px;
}

.black-invoices {
    background: #1d1d1d;
    background-size: contain;
    color: white;
    padding: 70px;
}

.black-invoices img{
  position: absolute;
    width: 101%;
    top: -70px;
}

section h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 45px;
}

.medium-text{
    font-weight: 600;
}

.tablet-mockup {
    position: absolute;
    bottom: -70px;
    right: -145px;
    z-index: 999;
}



.trust-features{
    background-color: #f5f5f5;
}

.trust-features{
    color: #353636;
    padding: 30px;
}

.trust-features li {
    display: inline-block;
    width: 33%;
    font-weight: 700;
}

.feature-image{
    float: left;
}

.feature-image img {
    width: 40px;
    margin-bottom: 34px;
    margin-right: 24px;
}

.feature-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 19px;
}

.feature-content {
    margin-bottom: 35px;
}

.feature-item .feature-content {
    margin-bottom: 0px;
}

.feature-description{
    font-size: 12px;
    line-height: 19px;
}

.feature-item {
    margin-bottom: 20px;
    color: #aaa;
    cursor: pointer;
    padding-left: 50px;

    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.feature-item:hover{
    color: #333;
}

.feature-item.active {
    color: #333;
}

.feature-images-container {
    width: 101%;
    height: 404px;
    position: absolute;
    overflow: hidden;
    top: 28px;
}

.feature-images-slide {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    margin-top: 2px;
}

.homepage-features p {
    line-height: 19px;
}

.homepage-features .feature-image img {
    width: 40px;
    margin-bottom: 34px;
    margin-right: 24px;
}

.about-sleek p {
    line-height: 30px;
    font-size: 16px;
    margin: 50px 0px;
}

.main-features {
    margin-top: 70px;
}

.main-feature-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}

.screen-mockup {
    padding-top: 45px;
}

.cta-disclaimer {
    position: relative !important;
    top: 15px !important;
    left: 43px;
}

.testimonials {
    padding-top: 100px;
}

.testimonial-content {
    margin-top: 30px;
    font-style: italic;
    color: #363638;
    min-height: 192px;
}

.testimonial-author {
    margin-top: 35px;
    min-height: 50px !important;
}

.author{
    font-weight: 600;
}

.position{
    color: #3a82ee;
    text-transform: uppercase;
    font-weight: 600;
}

.quote-icon {
    position: absolute;
    top: 170px;
}


footer {
    background-color: #242423;
    color: white;
    padding: 30px;
}

footer p{
    color: #c1c1c1;
    margin-top: 30px;
}

footer a{
    color: white;
}

footer a:hover{
    color: white;
}

footer li{
    display: inline-block;
}

footer li a{
    color: white;
}

footer li a:hover{
    color: white;
    cursor: hand;
}

.comodo-badge {
    position: absolute;
    left: 80px;
    top: 23px;
}

.trust-features img {
    width: 20px;
    margin-right: 10px;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 30px;
    margin-bottom: 6px;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }

.slicknav_nav li {
    display: block;
    text-align: right;
}
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #0c5eb1;
    padding: 5px;
}

.slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #0c5eb1;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_menu {
	display:none;
}

.mobile-logo{
    display: none;
}

.inner-page {
    padding: 20px;
    vertical-align: middle;
}

.inner-page h1 {
    margin-bottom: 20px;
}

.inner-page p{
    font-weight: 300;
}

.active-link {
    border-bottom: 2px solid white;
    padding-bottom: 32px;
}

.blank-page{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.faq-question {
    min-height: 130px;
}

.faq-title{
    font-weight: 600;
    font-size: 16px;
}

.pricing-header h1 {
    margin-bottom: 15px;
}

.pricing-header p {
    font-weight: 300;
}

.pricing-header {
    margin-bottom: 300px;
}

.pricing-section {
    margin-top: -400px;
    padding-bottom: 0px;
}

.pricing-box {
    background-color: white;
    border-radius: 3px;
    position: relative;

    -webkit-box-shadow: 0px 10px 22px -7px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 10px 22px -7px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 22px -7px rgba(0,0,0,0.14);
}

.most-popular {
    background-color: #48de73;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    width: 100%;
    top: -20px;
    border-radius: 3px 3px 0px 0px;
}

.most-popular p {
    margin-bottom: 0px;
    padding: 2px;
}

.pricing-box h2 {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 24px;
    font-weight: 300;
}

.pricing-box-content{
    padding: 15px;
}

.pricing-box-content ul {
    padding: 25px 0px;
    min-height: 215px;
}

.pricing-box-content li{
    list-style-type: none;
    margin-bottom: 5px;
}

.price-amount{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}

.grey-text {
    color: #b1b1b1;
    font-weight: 300;
    font-size: 14px;
}

.primary-box-cta {
    text-align: center;
    padding: 20px 0px;
    min-height: 100px;
}

.primary-box-cta .grey-text {
    position: relative;
    top: 15px;
    font-size: 12px;
}

.ghost-box {
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    text-align: center;
    width: 85%;
    margin-top: 35px;
    float: right;
}

.ghost-box h2 {
    font-size: 24px;
    font-weight: 300;
}

.ghost-box ul {
    padding: 0px;
    margin-bottom: 30px;
}

.ghost-box li {
    list-style-type: none;
    margin-bottom: 5px;
}

.extra-text {
    width: 85%;
    float: right;
    margin-top: 80px;
    text-align: center;
}

.extra-text p {
    margin-bottom: 0px;
}

.extra-text a {
    text-decoration: underline;
}

.arrow-left {
    position: absolute;
    left: 62px;
    top: 120px;
}

.our-vision p {
    line-height: 30px;
    margin-bottom: 30px;
}

.social-profiles ul{
    padding: 0px;
}

.social-profiles li{
    display: inline-block;
    margin-right: 10px;
}

.social-profiles li img {
    width: 30px;
}

.magic-numbers img{
    width: 40px;
    margin-bottom: 10px;
}

.team-members {
    margin-bottom: 80px;
}

.team-position {
    text-transform: uppercase;
    font-weight: 600;
}

.team-name {
    margin-top: 15px;
    margin-bottom: 0px;
}

.press-section h3 {
    margin-top: -30px;
    font-weight: 300;
    margin-bottom: 40px;
}

.press p {
    min-height: 175px;
    line-height: 24px;
}

.about-testimonial p {
    min-height: 180px;
}

.inline-photo {
    float: left;
    margin-right: 20px;
    max-width: 250px;
}

.inline-photo img {
    max-width: 100%;
}

.faq-answer {
    margin-bottom: 45px;
}

.text-page p {
    margin-bottom: 35px;
}

.gst-issues-solutions {
    margin: 40px 0px 0px -21px;
}

.gst-content h2{
    text-align: center;
}

.gst-box {
    padding: 30px 20px;
    border-radius: 3px;
    margin: 30px 0px;
}

.gst-box-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.grey-box{
    background-color: #f5f5f5;
}

.white-box{
    background-color: #ffffff;
}

.box {
    padding: 30px 20px;
    border-radius: 3px;
    margin: 30px 0px;
    min-height: 190px;
}

.issues-section .box{
    background-color: #fff9f9;
}

.advantages-section .box{
    background-color: #f6fcf8;
}

.gst-content p {
    margin-bottom: 20px;
}

.gst-content {
    margin-top: -30px;
}

.gst-header p{
    margin-top: -10px;
}

.gst-changes img {
    margin-top: -35px;
    margin-bottom: 45px;
    width: 100%;
}

.gst-changes ol li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.gst-changes ol li img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.gst-changes-header img {
    width: 800px;
    position: relative;
    top: -40px;
    right: -55px;
}

.half-header p {
    position: relative;
    top: -30px;
    font-weight: 400;
}

.half-header a{
    color: #fff
}

.articles-header p {
    position: relative;
    top: -30px;
}

.online-advantages .box{
    min-height: 95px;
}

.online-advantages p {
    position: relative;
    top: 7px;
}

.smb {
    background-color: #f5f5f5;
    padding: 50px;
}

.smb-image img {
    width: 100%;
    border-right: 63px solid #f5f5f5;
    border-top: 24px solid #f5f5f5;
}

.smb .content-header {
    font-size: 22px;
}

.smb strong{
    color: #1f1f1f;
}

.smb ul{
    padding: 0px;
}

.smb li {
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    color: #696969;
    margin-bottom: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.smb-listing img {
    width: 15px;
    margin-right: 15px;
    float: right;
}

.siderbar-links ul{
    padding: 0;
}

.siderbar-links li{
    list-style-type: none;
    border: 1px solid #ececec;
    border-radius: 3px;
    vertical-align: middle;
    padding: 15px 15px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.siderbar-links a {
    color: #333;
    font-weight: 600;
    display: block;
    font-size: 16px;
}

.siderbar-links img {
    margin-bottom: 10px;
}

@media screen and (max-width:1024px) {

    .trust-features{
        display: none;
    }

    .blank-page{
        position: relative;
    }

    .black {
        background: #1d1d1d;
        background-size: contain;
        color: white;
        padding: 70px;
    }

    /* #menu is the original menu */
	.js #menu {
		display:none;
	}

	.js .slicknav_menu {
		display:block;
	}

    .vanish{
        display: none;
    }

    header {
        padding: 25px 10px;
        text-align: center;
    }

    .cta-disclaimer {
        left: 0px;
    }

    section {
        padding: 20px;
    }

    .black {
        padding: 20px;
        text-align: center;
    }

    .feature-image img {
        margin-bottom: 15px;
    }

    .trust-features ul,
    .trust-features li{
        padding: 0px;
    }

    .trust-features li {
        margin-bottom: 10px;
    }

    .comodo-badge {
        position: absolute;
        left: -15px;
        top: 0px;
    }

}

@media screen and (max-width:640px) {

    .box{
        text-align: center;
    }

    .box img {
        margin-bottom: 13px;
    }

    .gst-content {
        margin-top: 0px;
    }

    .gst-header p{
        margin-top: 0px;
    }


    .main-nav {
        display: none;
    }

    .mobile-logo {
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
    }

    .slicknav_menu {
        display:block;
    }

    .slicknav_menu {
        font-size: 16px;
        box-sizing: border-box;
        background: #0c5eb1;
        padding: 12px;
    }

    .nav-separator {
        display: none !important;
    }

    .comodo-badge{
        display: none;
    }

    section h2 {
        text-align: center;
    }

    .feature-image img {
        margin-bottom: 55px;
    }
    
    section.black .primary-cta {
        font-size: 12px;
    }

}

#_elev_io._elevio_launcher {
    display: none;
}
.footer-menu {
    margin: 15px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #383838;
}
.footer-menu ul {
    padding: 0px;
}
.footer-menu li {
    margin-bottom: 10px;
    display: block;
}
.sleek_awards {
    display: inline-block;
}
section.black .sleek_awards {
    margin-left: 90px;
}
.extra-text .sleek_awards {
    margin-top: 20px;
}
.sleek_awards img {
    margin: 0 5px;
}
footer .sleek_awards{
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-feature-item img {
    max-height: 105px;
}
/*-------green button mpbile code ------*/


@media screen and (max-width: 480px) {
    /* Fix for the green 'Start Online Billing' button */
    .primary-cta {
        display: inline-block !important; /* Prevents awkward stacking */
        width: auto !important;          /* Let the button expand to fit text */
        min-width: 250px;                /* Ensures a nice tap-target size */
        padding: 12px 25px !important;   /* Professional spacing */
        line-height: 1.2 !important;     /* Prevents text clipping */
        white-space: nowrap;             /* Forces text to stay on one line */
        font-size: 16px !important;      /* Optimized for mobile readability */
        margin-bottom: 15px !important;  /* Space between this and the next button */
    }

    /* Fix for the 'Download Desktop' button below it */
    .custom-link {
        display: inline-block !important;
        width: auto !important;
        min-width: 250px;
        padding: 10px 20px !important;
    }
}



/* Hide on desktop */
/* 1. FORCE HIDE ON DESKTOP - Use !important to override server-side leaks */

.mobile-auth-bar {
    display: none !important;
}

/* MOBILE ONLY */


/* 2. MOBILE ONLY (640px and below) */
@media screen and (max-width: 640px) {
    .mobile-auth-bar {
        display: block !important; /* Shows only on mobile */
        width: 100%;
        background: #0c5eb1 !important;
        padding: 10px 12px;
        position: relative;
        z-index: 9999;
        box-shadow: 0 -1px 0 0 #0c5eb1;
        /* Fallback: ensures no border adds to the gap */
        border: none !important;
    }

    .mobile-auth-container {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }

    .mobile-auth-container a {
        display: inline-block !important;
        padding: 5px 14px !important;
        font-size: 12px;
        font-weight: 600;
        border-radius: 20px;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }

    .m-login {
        border: 2px solid #fff !important;
        color: #fff !important;
        background: transparent !important;
    }

    .m-signup {
        background: #ffa518 !important;
        border: 2px solid #ffa518 !important;
        color: #fff !important;
    }

    /* Remove any hover effects from global styles that might change colors */
    .mobile-auth-container a:hover {
        color: #fff !important;
        opacity: 0.9;
    }
}









/* Combined Fix for iPad Mini, Nest Hub, and iPad Pro */
@media (min-width: 768px) and (max-width: 1024px) {
    
    /* 1. Force Logo and Menu to stay on one horizontal line */
    .main-nav .row {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap !important;
        margin: 0;
    }

    /* 2. Reset Bootstrap column constraints */
    .main-nav .col-md-4, 
    .main-nav .col-md-8 {
        width: auto !important;
        flex: 0 1 auto !important;
        max-width: none !important;
        padding: 0 10px;
    }

    /* 3. Align the menu items to the right naturally */
    .text-right {
        margin-left: 0 !important; /* Fixes the overlap from your screenshot */
        margin-top: 0 !important;
        display: flex;
        justify-content: flex-end;

    }

    /* 4. Force the list to be a row, not a stack */
    #menu {
        display: flex !important;
        flex-direction: row !important;
        align-items: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    /* 5. Adjust spacing so everything fits on 768px */
    .main-nav li {
        margin-left: 8px !important; /* Tight spacing for tablet */
        margin-top: 0 !important;
        display: inline-flex;
    }

    /* 6. Typography and Logo Scaling */
    .main-nav li a {
        font-size: 11px !important; /* Smaller text prevents wrapping */
        letter-spacing: 0;
    }

    .logo img {
        width: 130px !important; /* Scale logo down for more menu room */
        height: auto;
    }

    /* 7. Button Fixes */
    .nav-login, .nav-signup {
        padding: 6px 10px !important;
        white-space: nowrap; /* Prevents text like "SIGN UP" from breaking */
        border-radius: 20px;
    }

    /* Hide the '|' separator to save 20px of valuable space */
    .nav-separator {
        display: none !important;
    }
}

/* --- TABLET & DESKTOP ALIGNMENT FIX --- */
/* --- PERFECT ALIGNMENT FOR TABLET & DESKTOP --- */

@media screen and (min-width: 768px) {
    
    /* 1. Keep the standard container width so it doesn't hit the screen edges */
    .main-nav .container {
        display: block !important; 
        width: 100% !important; /* Uses the default Bootstrap container width */
    }

    /* 2. Force the row to distribute space between Logo and Menu */
    .main-nav .container .row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        margin-left: -15px;
        margin-right: -15px;
    }

    /* 3. Reset the columns so they don't stack */
    .main-nav .col-md-4, 
    .main-nav .col-md-8,
    .main-nav .col-sm-4,
    .main-nav .col-sm-8 {
        width: auto !important;
        float: none !important;
        flex: 0 0 auto !important;
        display: flex !important;
        align-items: center !important;
    }

    /* 4. Align the menu to the right of its own column */
    .main-nav .col-md-8 {
        justify-content: flex-end !important;
        padding-right: 5px !important; /* Change 5px to 0px to move it even MORE to the right */
    }

    /* 5. Horizontal Menu and Vertical Centering */
    ul#menu {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    ul#menu li {
        margin-left: 15px !important; /* Space between links */
        margin-top: 0 !important;      /* Centers vertically with logo */
        white-space: nowrap !important;
    }

    /* Fix the separator spacing */
    .nav-separator {
        margin: 0 5px !important;
    }
}/* --- SPECIFIC DESKTOP-ONLY NUDGE (1200px and up) --- */
/* --- EXTRA 100px NUDGE FOR DESKTOP ONLY --- */



/* --- REDUCE BUTTON PADDING WITHOUT MOVING POSITION --- */
@media screen and (min-width: 1200px) {
    
    /* 1. Keep the 100px Nudge and Container Width */
    .main-nav .container {
        width: 98% !important; 
        max-width: none !important;
    }

    .main-nav .col-md-8 {
        margin-right: -100px !important;
        display: flex !important;
        justify-content: flex-end !important;
    }

    /* 2. Target the LI to hold the position steady */
    .main-nav ul#menu li {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-left: 15px !important; /* This gap keeps buttons from touching */
        margin-top: 0 !important;
    }

    /* 3. The Button Change: Use 'min-width' to control size exactly */
    .main-nav .nav-login, 
.main-nav .nav-signup {
    /* 1. Set your desired padding */
    padding: 6px 12px !important; 
    
    /* 2. REDUCE this value. If it was 100px, try 70px or 80px */
    /* Or set it to 'auto' to let the padding control everything */
    min-width: 90px !important; 
    
    text-align: center !important;
    display: inline-block !important;
    white-space: nowrap !important;
}
}










/*----------------------------*/

/* --- Fix: Space between Button and Google Logo on Small Phones --- */



/* --- Fix: Move Google Logo Down but keep others together --- */
@media screen and (max-width: 400px) {
    
    /* 1. Turn the logo list into a flex container */
    .seen-in-section ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        padding-left: 0 !important;
        list-style: none !important;
    }

    /* 2. Target the Google logo (the first list item) */
    .seen-in-section li.no-hover:first-child {
        width: 100% !important;   /* This forces it to take a full line */
        margin-top: 15px !important; /* The gap from the button above */
        margin-bottom: 10px !important; /* Gap between Google and the next row */
        text-align: center !important;
    }

    /* 3. Target all other logos to sit 3-per-line */
    .seen-in-section li.no-hover:not(:first-child) {
        width: 30% !important;    /* Fits 3 logos perfectly in one row */
        margin-top: 5px !important;
        display: flex !important;
        justify-content: center !important;
    }

    /* Ensure the images themselves stay proportional */
    .seen-in-section li.no-hover img {
        max-width: 100% !important;
        height: auto !important;
    }
}


/*-----------------------------------------------*/

/* --- Target Mobile, Tablets, and Foldables (up to 912px) --- */
/* --- Center Hero CTA Elements (Phones, Tablets & Foldables up to 912px) --- */
/* --- Center CTA & Text: Phones, Tablets, and Asus Zenbook Fold (up to 912px) --- */
@media screen and (max-width: 912px) {
    
    /* 1. Force the container to align all children to the center */
    .hero-section .col-md-7,
    .hero-section .text-holder {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important; 
        text-align: center !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /* 2. Center the "START ONLINE BILLING" Button */
    a.primary-cta {
        display: inline-block !important;
        margin: 0 auto 20px auto !important; /* Centers and adds spacing below */
        float: none !important;
        min-width: 200px !important; /* Matches your inline style */
    }

    /* 3. RESET the -50px margins for Disclaimer and Phone text */
    p.cta-disclaimer, 
    p.small-text.cta-disclaimer {
        margin-left: 0 !important;   /* Overrides the inline -50px style */
        margin-right: 0 !important;
        text-align: center !important;
        width: 100% !important;
        display: block !important;
    }

    /* 4. Fix the Call for Demo row (removes negative margin and centers) */
    p.cta-disclaimer img {
        display: inline-block !important;
        vertical-align: middle !important;
        margin-right: 8px !important;
        float: none !important; /* Prevents icons from pulling to the side */
    }
}



/*    -----------------asus zenbook folfe green btn ---------*/




/*    -----------------footer center ---------*/
/* --- Center Footer & Hide Badges: Nest Hub, Asus Zenbook Fold, & All Mobiles --- */
@media screen and (max-width: 1024px) {
    
    /* 1. Hide the Comodo Badge and Awards completely */
    .comodo-badge,
    .sleek_awards {
        display: none !important;
    }

    /* 2. RESET the 150px margin-right on the footer text container */
    /* This targets the div that pulls the text to the left */
    footer div[style*="margin-right: 150px"] {
        margin-right: 0 !important;   /* Neutralizes the 150px pull */
        margin-left: 0 !important;
        text-align: center !important;
        width: 100% !important;
        padding: 0 15px !important;
    }

    /* 3. Force the parent Bootstrap column to center its remaining children */
    footer .col-md-12.text-center {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        float: none !important;
    }

    /* 4. Ensure the paragraph text is centered and neat */
    footer p {
        text-align: center !important;
        margin: 10px auto !important;
        line-height: 1.6 !important;
        max-width: 90% !important; /* Prevents text from hitting the screen edges */
    }
}


/*    -----------------nascom disc in center for mobile anf tab---------*/
/* --- Center NASSCOM & DSCI: iPad Mini, Air, Surface Pro, Zenbook Fold --- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    /* 1. Reset the Row: Stack images vertically and center them */
    .row:has(img[src*="NASSCOM.png"]) {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }

    /* 2. Reset Bootstrap Columns: Remove the 'push' and force full width */
    .col-md-6.col-md-push-3,
    .col-md-6.col-md-push-1 {
        left: 0 !important;      /* Kills the col-md-push effect */
        width: 100% !important;
        float: none !important;
        margin: 0 auto !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: center !important;
    }

    /* 3. Adjust the individual images for a clean look */
    .col-md-6 img[src*="NASSCOM.png"] {
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .col-md-6[style*="padding-bottom: 52px"] {
        padding-bottom: 20px !important; /* Reduces large desktop gap */
        margin-top: 0 !important;
    }

    .col-md-6 img[src*="DSCI.png"] {
        margin-top: 0 !important; /* Kills the 30px desktop margin */
    }
}




/*-----------------header in middle section--------*/


/* --- Center Header: Asus Zenbook Fold (912px), iPad Pro & Nest Hub (1024px) --- */
@media screen and (min-width: 911px) and (max-width: 1024px) {
    
    /* 1. Reset Header Container to a full-width vertical stack */
    header .container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 2. Center the Logo Column (col-md-4) */
    header .col-md-4 {
        width: 100% !important;
        float: none !important;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 25px !important; /* Professional gap below logo */
    }

    /* 3. Center the Content Column (col-md-8) */
    header .col-md-8 {
        width: 100% !important;
        float: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    /* 4. Rewrite the cta-row for perfect horizontal alignment */
    header .cta-row[style] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto !important;
        gap: 15px !important;
    }

    /* 5. Neutralize the -50px pull from your HTML inline styles */
    header .cta-disclaimer[style], 
    header .small-text[style] {
        margin-left: 0 !important;   /* This is critical for the Zenbook Fold */
        margin-right: 0 !important;
        text-align: center !important;
        width: 100% !important;
        display: block !important;
    }

    /* 6. Center the Green Button specifically */
    header a.primary-cta[style] {
        margin: 0 auto !important;
        float: none !important;
        display: inline-block !important;
    }
}


/*------------------grey area -----------------*/

/* --- Center Features & Hide Tablet: iPad Pro & Nest Hub (1024px) --- */
@media screen and (min-width: 914px) and (max-width: 1024px) {

    /* 1. Remove the Tablet image from both grey sections */
    .tablet-mockup, 
    img[src*="tablet.png"] {
        display: none !important;
    }

    /* 2. Fix the Second Grey Section: Center the Features */
    .grey .main-features {
        width: 100% !important; /* Spans full width to allow centering */
        float: none !important;
        display: flex !important;
        flex-direction: column !important; /* Stacks items vertically */
        align-items: center !important;    /* Centers items horizontally */
        justify-content: center !important;
        padding: 0 15px !important;
    }

    /* 3. Center the individual feature items (Icon + Text) */
    .grey .main-features .feature-image,
    .grey .main-features .feature-content {
        text-align: center !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    /* 4. Ensure the Mockup in the second section (Second Screen) stays centered */
    .grey .screen-mockup {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto 30px auto !important;
    }

    .grey .screen-mockup img {
        max-width: 550px !important; /* Makes the single mockup look prominent */
        height: auto !important;
    }

    /* 5. Clean up the row layout to stack the text and image on top of each other */
    .grey .row {
        display: flex !important;
        flex-direction: column !important; /* Text on top, Image below (or vice versa) */
        align-items: center !important;
    }
}


/*-------------------3 colum footer--------------*/

/* --- FIXED 4-COLUMN FOOTER: Asus Zenbook Fold (912px) --- */
@media screen and (min-width: 911px) and (max-width: 913px) {
    
    /* 1. FORCE THE ROW TO BE A FLEX CONTAINER */
    .row.footer-menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; /* Forces all 4 columns onto ONE line */
        align-items: flex-start !important;
        justify-content: space-between !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    /* 2. FORCE EACH COLUMN TO BE EXACTLY 25% */
    .row.footer-menu .col-md-3,
    .row.footer-menu div[class*="col-"] {
        flex: 0 0 25% !important; /* Prevents shrinking or growing */
        max-width: 25% !important;
        width: 25% !important;
        float: none !important;    /* Kills Bootstrap 3 floats */
        display: block !important;
        padding: 0 5px !important;
        margin: 0 !important;
    }

    /* 3. ALIGN LISTS */
    .row.footer-menu ul {
        text-align: left !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
    }

    .row.footer-menu ul li {
        margin-bottom: 8px !important;
        display: block !important;
    }

    /* 4. PREVENT TEXT WRAPPING ISSUES */
    .row.footer-menu ul li a {
        font-size: 12px !important; /* Slightly smaller to fit 4 cols on Fold */
        display: block !important;
        line-height: 1.3 !important;
        word-break: break-word !important;
    }
}

/* --- BULLETPROOF 4-COLUMN FOOTER: Asus Zenbook Fold & Similar --- */
@media screen and (min-width: 800px) and (max-width: 1050px) {
    
    /* 1. RESET THE ROW: Force it to stay on one line */
    .row.footer-menu {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; /* Forces the 4th column to stay on the line */
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
    }

    /* 2. FORCE THE 4 COLUMNS: 25% exactly */
    .row.footer-menu .col-md-3,
    .row.footer-menu div[class^="col-"] {
        width: 25% !important;
        min-width: 25% !important;
        max-width: 25% !important;
        flex: 0 0 25% !important;
        float: left !important; /* Keep float as a fallback, but Flex handles the rest */
        padding: 0 5px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    /* 3. STOP THE TEXT FROM PUSHING THE BOX WIDER */
    .row.footer-menu ul {
        width: 100% !important;
        overflow: hidden !important; /* Prevents long links from breaking the 25% rule */
    }

    .row.footer-menu ul li a {
        font-size: 12px !important; /* Keeps it small enough to fit 4 across */
        white-space: nowrap !important; /* Prevents ugly text wrapping */
        text-overflow: ellipsis !important; /* Adds '...' if link is too long */
        overflow: hidden !important;
        display: block !important;
    }

    /* 4. REMOVE BOOTSTRAP 'BEFORE/AFTER' BLOCKS */
    .row.footer-menu:before, 
    .row.footer-menu:after {
        display: none !important;
    }
}


/*-------------------testimonial -----------------------*/

/* --- Corrected Testimonial and Separation: All Mobiles & Tablets --- */
/* --- Universal Testimonial Alignment: All 3 Items --- */
@media screen and (max-width: 1024px) {

    /* 1. Target the Name & Company container for ALL testimonials */
    .testimonial-item .testimonial-author,
    .testimonial-item p.testimonial-author,
    .testimonial-item .author-info {
        margin-top: -25px !important;  /* Pulls name UP toward the quotes */
        min-height: auto !important;   /* Kills the 150px gap from your inspector */
        height: auto !important;
        display: block !important;
        padding-bottom: 50px !important; /* Controlled space AFTER each testimonial */
        text-align: center !important;
        width: 100% !important;
    }

    /* 2. Force the Name and Company to stay on separate lines */
    .testimonial-item .testimonial-author span,
    .testimonial-item .author-info span {
        display: block !important;
        width: 100% !important;
        margin: 0 auto !important;
        line-height: 1.4 !important;
    }

    /* 3. Style the Name (Top Line) */
    .testimonial-item .testimonial-author span:first-child,
    .testimonial-item .author-info span:first-child {
        font-weight: bold !important;
        margin-bottom: 4px !important; /* Small gap before company name */
    }

    /* 4. Style the Company (Bottom Line) */
    .testimonial-item .testimonial-author span:last-child,
    .testimonial-item .author-info span:last-child,
    .testimonial-item a.company {
        font-size: 13px !important;
        margin-top: 2px !important;
    }

    /* 5. Target the Quote Text for all 3 items */
    .testimonial-item p:not(.testimonial-author) {
        margin-bottom: 0 !important;
        padding-bottom: 5px !important;
    }

    /* 6. Ensure the next Testimonial Image (Avatar) starts with breathing room */
    .testimonial-item {
        margin-bottom: 20px !important; /* Overall card spacing */
    }

    .testimonial-item img {
        display: block !important;
        margin: 0 auto 15px auto !important; /* Centers and adds space below photo */
    }
}


/*----------------------------*/

/* --- Awards Section Spacing: iPad Air, Surface Pro 7, Asus Zenbook Fold --- */
@media screen and (min-width: 820px) and (max-width: 1024px) {
    
    /* 1. Target the columns within the Awards section */
    section[style*="background-color: rgb(252, 249, 249)"] .col-md-4 {
        margin-bottom: 30px !important; /* Creates the space where your red arrow is */
        display: block !important;
        float: none !important;
        width: 100% !important; /* Ensures they stay stacked for better visibility */
    }

    /* 2. Center the images and remove any negative margins */
    .main-feature-item img, 
    .main-feature-item1 img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        display: inline-block !important;
    }

    /* 3. Specific fix for the badges that are touching */
    img[src*="Capterra_VK_badge.png"],
    img[src*="SoftwareAdvice_VK_badge.png"] {
        margin-bottom: 10px !important; /* Extra breathing room for the badge itself */
    }
}


/* Remove white focus outline from navigation links */
.main-nav a:focus,
.main-nav a:active,
.slicknav_nav a:focus,
.slicknav_nav a:active {
    outline: none !important;
    box-shadow: none !important;
}


.get-app-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
}

.get-app-menu img {
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    margin: 0;
    vertical-align: middle;
}

.get-app-menu span {
    display: inline-block;
    line-height: 1;
}

@media (max-width: 767px) {
    .get-app-menu {
        gap: 4px;
    }

    .get-app-menu img {
        width: 16px;
        height: 16px;
    }
}