body {
    font-family: 'Nunito Sans', sans-serif;
  }
  
  .alt-font {
    font-family: 'Manrope', sans-serif;
  }

  
.navbar-light.sticky-header.affix,
.navbar-dark.sticky-header.affix {
    background: #FFFFFF !important
}

.navbar-dark .main-menu li a.nav-link,
.navbar-light .main-menu li a.nav-link {
    color: black !important;
}

.bg-purple {
    background: #FFFFFF !important
}

.footer-light .footer-nav-list li a,
.footer-light .footer-single-col p {
    color: #fff;
}

.copyright-text p,
.footer-social-list li a {
    color: #fff;
}

.checkout_items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 18px;
    right: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: hsl(204.63, 60.91%, 56.86%) !important;;
    font-size: 12px;
    color: #FFFFFF !important;
}

.ratings i {
    font-size: 16px;
    color: red;
}

.strike-text {
    color: red;
    text-decoration: line-through;
}

.product-image {
    width: 100%;
}

.dot {
    height: 7px;
    width: 7px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 3px;
    background-color: blue;
    border-radius: 50%;
    display: inline-block;
}

.spec-1 {
    color: #938787;
    font-size: 15px;
}

h5 {
    font-weight: 400;
}

.para {
    font-size: 16px;
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.shopping-cart {
    padding-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
}

.shopping-cart.dark {
    background-color: #f6f6f6;
}

.shopping-cart .content {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    background-color: white;
}

.shopping-cart .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.shopping-cart .block-heading p {
    text-align: center;
    max-width: 420px;
    margin: auto;
    opacity: 0.7;
}

.shopping-cart .dark .block-heading p {
    opacity: 0.8;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
    margin-bottom: 1.2rem;
    color: #3b99e0;
}

.shopping-cart .items {
    margin: auto;
}

.shopping-cart .items .product {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6 !important;
}

.shopping-cart .items .product .info {
    padding-top: 0px;
    text-align: center;
}

.shopping-cart .items .product .info .product-name {
    font-weight: 600;
}

.shopping-cart .items .product .info .product-name .product-info {
    font-size: 14px;
    margin-top: 5px;
}

.shopping-cart .items .product .info .product-name .product-info .value {
    font-weight: 400;
}

.shopping-cart .items .product .info .quantity .quantity-input {
    margin: auto;
    width: 70px;
}

.shopping-cart .items .product .info .price {
    /*margin-top: 15px;*/
    font-weight: bold;
    font-size: 18px;
}

.shopping-cart .summary {
    border-top: 2px solid #5ea4f3;
    background-color: #f7fbff;
    height: 100%;
    padding: 30px;
}

.shopping-cart .summary h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
}

.shopping-cart .summary .summary-item:not(:last-of-type) {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text {
    font-size: 1em;
    font-weight: 600;
}

.shopping-cart .summary .price {
    font-size: 1em;
    float: right;
}

.shopping-cart .summary button {
    margin-top: 20px;
}

.navbar-dark.sticky-header.affix .navbar-toggler span {
    color: #211A1D;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#lblCartCount {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px;
}

.text-justify {
    text-align: justify;
}

.padding-100 {
    padding-top: 100px;
}

.img-card {
    background-color: #fff;
    padding: 14px;
    border: none
}

.img-section {
    background-color: #fff;
}

.cart-mobile {
    margin-left: 105px;
}

.pricing-card {
    border: 2px solid #6c63ff;
    border-radius: 10px;
    background-color: #eeebff;
    padding: 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-card span {
    font-weight: bold;
    color: #6c63ff;
}

.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -130px;
    top: 350px;
    width: 170px;
    z-index: 1100;
}

.sticky-container>ul,
.sticky-container>ul>li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sticky-container .sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #cc0808;
    height: 43px;
    padding: 0;
    margin: 0 0 1px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.sticky-container .sticky li:hover {
    margin-left: -90px
}

.sticky-container .sticky li img {
    float: left;
    margin: -4px -4px;
    margin-right: 5px
}

.sticky-container .sticky li p {
    padding-top: 5px;
    margin: 0;
    line-height: 16px;
    font-size: 11px;
    display: flex;
}

.sticky-container .sticky li p a {
    text-decoration: none;
    color: #2c3539
}

.sticky-container .sticky li p a:hover {
    text-decoration: underline
}

.pricing-card-plan {
    background-color: #043a69; /* Dark blue background */
    color: #ffffff; /* White text */
    padding: 30px;
    border-radius: 15px;
    max-width: 400px;
}
.pricing-card-plan h4 {
    color: #ff5757; /* Reddish color for title */
    font-weight: bold;
}
.price {
    font-size: 25px;
    font-weight: bold;
}
.price span {
    font-size: 16px;
    font-weight: normal;
}
.features {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}
.features li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.features li::before {
    content: '✔';
    color: #ff5757; /* Red checkmark */
    font-weight: bold;
}

.billing-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.billing-option {
    display: flex;
    align-items: center;
    border: 2px solid transparent; /* No border by default */
    border-radius: 8px;
    /*padding: 5px 10px;*/
    padding: 0;
    background-color: #f5f3ff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.billing-option input {
    display: none;
}

.billing-option label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #4338ca;
}

.price {
    font-weight: normal;
    color: #211A1D !important;
}

/* Active State: Add border & light background */
.billing-option input:checked + label {
    border: 2px solid hsl(204.63, 60.91%, 56.86%);
    background-color: #e0e7ff;
    border-radius: 8px;
    padding: 0px 10px;
}
.billing-option input:checked + .radio-card-content span {
    color: hsl(204.63, 60.91%, 56.86%); /* Active text color */
}

@media (min-width: 768px) {
    .cart-mobile {
        display: none;
    }

    .shopping-cart .items .product .info {
        /*padding-top: 25px;*/
        text-align: left;
    }

    .shopping-cart .items .product .info .price {
        font-weight: bold;
        font-size: 20px;
        top: 17px;
    }

    .shopping-cart .items .product .info .quantity {
        text-align: center;
    }

    .shopping-cart .items .product .info .quantity .quantity-input {
        padding: 4px 10px;
        text-align: center;
    }
}



@media screen and (max-width: 768px) {
    #grouped-section {
        text-align: center !important;
    }

    #shown-h4 {
        display: none;
    }

    #hidden-h4 {
        display: block !important;
    }

    .reverse {
        display: flex;
        flex-flow: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .ptb-mobile-120 {
        padding: 60px 0;
    }
    .action-btns a:first-of-type {
        margin-bottom: 0px;
    }

    .hero-content-wrap {
        padding-top: 65px;
    }

    /*.navbar-dark .navbar-brand {
        padding-left: 30px;
    }*/
    .logo-color {
        height: 35px;
    }
    .justify-content-center-custom {
        justify-content: unset !important;
    }

}

@media screen and (max-width: 321px) {
    .action-btns a:first-of-type {
        margin-bottom: 15px;
    }
}

@media (min-width:767px) and (max-width: 1025px) {
    #first-section {
        padding-top: 120px;
    }
}

@media screen and (max-width: 768px) {
    #first-section {
        padding-top: 22%;
    }

    .fi {
        width: 35% !important;
    }

    .seven {
        width: 300px !important;
        height: 300px !important;
        margin: 0 auto !important;
    }
}

.btn-outline-light {
    background-color: #d6d5e1;

    color: #3c4481;
}


.btn-outline-light:hover {
    color: #3c4481;
}

.bg-light {
    background-color: #cdf3ff !important;
}

.action-btns ul li a:hover {
    background-color: #f7f9fc00;
    border: 2px solid transparent;
    color: #010e2b00;
}

.action-btns ul li a {

    border: 2px solid #9b2cfa00;
}

.bg-dark .footer-social-list li a {
    background-color: #175cff;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    text-decoration: none;
    color: white
}

.hide {
    display: none !important;
}

.mj-w-iframe #error-block #message-block {
    border: 6px solid #34e0ff;
}

#list li {
    color: black;
    text-align: left;
}

.hero-app-img::before {
    width: 343%;
    height: 103%;
}

.text-warning {
    color: #f25244 !important;
}

h1 {
    color: #064072 !important;
}

.app-two-single-feature {
    border-radius: 36px;
}

.h5 {
    margin-bottom: 0 !important;
}

.fi {
    width: 100%;
}

.fff {
    width: 82%;
}

/* .fff-exc{
        width: 29vw !important;
    } */
.seven {
    display: inline-block;
    position: relative;
    width: 39vw;
    height: 39vw;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #064072;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100% !important;
}

.odd {
    background-color: #cdf3fe !important;
}

.even {
    background-color: white !important;
}

.app-two-mockup::before {
    display: no ne !important;
}

[data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

.two-bg-dark-light {
    background: #FFFFFF;
}
.child-phone-section {
    background: #4e9dd4;
}
.bg-black {
    background-color: black;
}
.footer-light .footer-nav-list li a, .footer-light .footer-single-col p {
    opacity: 1;
}
.bg-white {
    background: #FFFFFF;
}

  .feature-card {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    overflow: hidden;
    min-width: 250px;
    max-width: 280px;
    margin-right: 1rem;
  }

  .scrolling-wrapper {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
  }

  .card-img-overlay-custom {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255,255,255,0.9);
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 0.75rem;
  }

  .chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0066ff;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 1000;
  }
  .text-black {
    color: black;
  }

  .profile-card {
    background-color: #4C9ED9; /* background like your screenshot */
    color: #fff;
    padding: 2rem;
    border-radius: 12px;
    max-width: 350px;
    margin: auto;
    text-align: center;
  }

  .profile-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 20px; /* rounded corners like in image */
    margin-bottom: 1rem;
  }

  .profile-name {
    font-weight: 700;
    font-size: 1.1rem;
  }

  .profile-role {
    font-size: 0.95rem;
    font-weight: 500;
    color: #e6e6e6;
    margin-bottom: 1rem;
  }

  .profile-desc {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #f0f0f0;
  }


  /*Shop Page*/
  .product-section {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }

  .model-card {
    min-width: 280px;
    margin-right: 1rem;
    border: none;
    background: none;
  }

  .image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  .color-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
  }

  .btn-outline-primary,
  .btn-primary {
    border-radius: 20px;
    font-weight: 500;
    padding-left: 14px;
    padding-right: 14px;
  }

  .btn-outline-primary {
    background-color: white;
    color: #0071e3;
    border: 1px solid #0071e3;
  }

  .btn-primary {
    background-color: #0071e3;
    border: none;
  }

  .justify-content-center-custom {
        justify-content: center;
    }
  @media (max-width: 576px) {
    .model-card {
      min-width: 240px;
    }
  }

  /*Shop Page*/

  a, .btn-link, .product-name {
    color: hsl(204.63, 60.91%, 56.86%) !important;
  }
  .btn-primary {
    background: hsla(42.30414747,89.30041152%,52.35294118%,1) !important;
    color: #211A1D !important;
    box-shadow: unset !important;
  }

  .unset-font-weight {
    font-weight: 500 !important;
  }
  .text-warning-grey {
    color: #545454;
  }
  .text-black-custom {
    color: #211A1D !important;
  }
  .custom-underline {
    text-decoration: underline;
    text-underline-offset: 5px; /* adjust the value as needed */
  }
  body {
    background-color: white !important;
  }
  
  .offcanvas-backdrop::before {
    background-color: unset !important;
  }
.paragraphLinkColor {
    color: hsla(204.63,60.91%,56.86%,1) !important;
}
.underline-none {
    text-decoration: none;
}
.lSSlideOuter .lSPager.lSGallery {
    margin-top: 10px !important; /* Adjust value as needed */
}

.lSSlideWrapper img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain; /* or 'cover' if you want full fill */
  display: block;
  margin: 0 auto;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .benefit-item i {
    color: #1dbf73; /* Green color */
    font-size: 1.2rem;
    margin-right: 10px;
  }

  .model-card {
    width: 220px;
    margin: 8px;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
  }
  
  .price-offer-container {
    min-height: 40px; /* Reduce height */
    margin-bottom: 4px; /* Reduce bottom margin */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    gap: 4px; /* Small gap between lines */
  }
  
  .product-name {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px; /* Reduce bottom margin */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .card-body {
    padding: 12px 12px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  

  .product-img {
    height: 180px;
    object-fit: contain;
    width: 100%;
    background: white;
    border-bottom: 1px solid #ddd;
  }
  