@font-face {
    font-family: 'SF Pro Text';
    src: url('https://cdn.jsdelivr.net/gh/sahibjotsaggu/SF-Pro-Fonts@latest/SF-Pro-Text-Regular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/sahibjotsaggu/SF-Pro-Fonts@latest/SF-Pro-Text-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.cdnfonts.com/css/sf-pro-display');

html {
    font-family: 'SF Pro Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: #00A8FF;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.swiper-container {
    position: relative;
}

/* Set base font styles */
html {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'SF Pro Text';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Body Styling */
body {
    background-color: #ffff;
    color: #222;
    font-size: 1rem;
    font-family: 'SF Pro Display', sans-serif;

}

/* Links */
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #01C1FF;
}

/* Root Variables */
:root {
    --primary-color: #01C1FF;
    --secondary-color: #1E2B56;
    --light-color: #f8f9fa;
    --dark-color: #222;
    --font-family-base: 'SF Pro Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    ;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --spacer: 1rem;
    --border-radius: 0.25rem;
    --box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-bold);
}

p {
    margin-bottom: var(--spacer);
}

ul,
ol {
    margin-bottom: var(--spacer);
    padding-left: 20px;
}

/* Buttons */
button {
    cursor: pointer;
    font-family: var(--font-family-base);
    font-weight: var(--font-weight-bold);
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: var(--border-radius);
    padding: 0.5rem 1rem;
    transition: var(--transition);
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 2px 9px #dae7ff
}

.static-banner-title {
    font-size: 60px;
}

.text-bold {
    font-weight: 700;
}

.py-6 {
    padding: 65px 0px;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

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

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

.mt-1 {
    margin-top: 0.5rem;
}

.mt-2 {
    margin-top: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.mb-1 {
    margin-bottom: 0.5rem;
}

.mb-2 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.px-8 {
    padding-inline: 80px;
}

img.w-126 {
    width: 126px;
    object-fit: cover;
}

img.h-126 {
    height: 126px;
}

.br50 {
    border-radius: 50%;
}

.flex-1 {
    flex: 1;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.mw-175 {
    max-width: 175px;
}

.mh-84 {
    max-height: 84px;
}

.minht-400 {
    min-height: 400px !important;
}

.minht-350 {
    min-height: 350px !important;
}


.w-86 {
    width: 86%;
}

img.mw-157 {
    max-width: 157px;
}

img.mh-115 {
    max-height: 115px;
}

.position-relative {
    position: relative !important;
}

.bg-light {
    background-color: #fff;
}

.bg-warning {
    background-color: #00AEEF !important;
}

.card.bg-warning {
    border-radius: 12px;
}

.btn-warning {
    background-color: #00AEEF !important;
    border-radius: 30px;
    padding: 8px 20px;
    border: none !important;
    margin-top: 10px;
}

.btn.border-1 {
    border: 1px solid #313131;
}

.brimg {
    border-radius: 10px;
}

.btn-light {
    border-radius: 10px;
    padding: 8px 20px;
}

.btn-light.br2 {
    border-radius: 90px;
    padding: 8px 20px;
}

.btn-warning:hover {
    background-color: #00AEEF;
}

/*======================= header */
.top-bar {
    font-size: 14px;
    background-color: #1E2B56;
    color: #fff;
}

.navbar {
    padding: 5px 0;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 600;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #00AEEF;
    border-bottom: 2px solid #00AEEF;
}

/* ========================== Slider Section ========================== */
.slider {
    /* position: relative; */
    width: 100%;
    overflow: hidden;
    height: 80vh;
}

@media (max-width: 1024px) {
    .slider {
        height: 100%;
    }
}

.carousel-inner {
    position: relative;
    width: 100%;
    padding-top: 38%;
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* Best for responsive background-style fit */
}

/* .contact-sec{
    padding: 0 20px;
    border-left: 1px solid #000;
} */
.help-section-main {
    padding: 40px 0;
    /* background-image: linear-gradient(180deg, #fff, #F3FCFF); */
    background-image: url("./img/issue-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.help-section-left h1 {
    color: #222222;
}

.help-section-left p {
    /* color: #7b7b7b; */
    margin-top: 20px;
    text-align: justify;
}

.help-section-right {
    background-image: url("./img/water-pattern.png");
    background-repeat: no-repeat;
    justify-content: end;
    display: flex;
}

.content-help {
    background-color: #F4FAFE;
    padding: 30px;
    width: 450px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.content-help::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 15%;
    height: 15%;
    background-color: #00B6D2;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}

.content-help p {
    color: #7b7b7b;
    font-size: 14px;
}

.content-help-data-row {
    border-bottom: 1px solid #DEEAF3;
    margin-bottom: 20px;
}

.amount-help {
    color: #00A8FF;
    margin-bottom: 0;
}

.products-section-main {
    padding: 40px 0;
    /* background-color: #F3FCFF; */
    background-image: url("./img/our-products.png");
    background-repeat: no-repeat;
    background-size: cover;

}

.comparison-table {
    overflow-x: auto;
    width: 100%;
    /* border: 1px solid #00b1f0;
    border-radius: 20px; */
}

.comparison-table::-webkit-scrollbar{
    display: none;
}

.comparison-table table {
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.navbar .container a img{
  width: 200px;
}
.footer .container .row .col-md-6 img{
  width: 200px;
}
.footer .container .row .col-md-6 .footer-app-logo a img{
  width: 150px;
}

.comparison-table th,
.comparison-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
}

.comparison-table th {
    background-color: rgb(0 0 0 / 27%);
    color: #fff;
    font-size: 16px;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: rgba(255,255,255,0.1);
}

/* Remove mobile stacking completely */
@media (max-width: 768px) {
    /* .comparison-table table,
    .comparison-table thead,
    .comparison-table tbody,
    .comparison-table th,
    .comparison-table td,
    .comparison-table tr {
        display: table;
    } */
     .comparison-table th,
.comparison-table td {
    padding: 5px;
    font-size: 12px;
}

    .comparison-table td::before {
        content: none;
    }
}
@media (max-width: 580px) {
    /* .comparison-table table,
    .comparison-table thead,
    .comparison-table tbody,
    .comparison-table th,
    .comparison-table td,
    .comparison-table tr {
        display: table;
    } */
     .comparison-table th,
.comparison-table td {
   width: 60px;
   font-size: 10px;
}
}

.products-section-main-new {
    padding: 40px 0;
    background-color: #F3FCFF;
    background-image: url("./img/products-bg-new.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.products-tabs-btns {
    justify-content: center;
    gap: 15px;
    border: none !important;
}

.products-tabs-btn {
    background-color: #EEF8FF !important;
    color: #728393;
    border: 1px solid #00A8FF !important;
    border-radius: 10px !important;
    position: relative;
    width: 215px !important;
}

.products-tabs-btn.active {
    background-color: #00A8FF !important;
    color: #fff !important;
    border: 1px solid #00A8FF !important;
}

/* .products-tabs-btn.active::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00A8FF;
} */
.product-card {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.product-card img {
    width: -webkit-fill-available;
    height: 200px;
}

.btn-view-plan {
    background-color: #00A8FF !important;
    color: #fff !important;
    box-shadow: 0px 3px 0px 0px #0055A5;
}

.btn-more-product {
    background-color: #00A8FF !important;
    color: #fff !important;
    text-align: center;
    margin-top: 40px;
}

.crystal-section-main {
    padding: 40px 0;
}

.card-container-crystol {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
    /* justify-content: flex-start; */
    justify-content: space-between;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    margin-top: 30px;
}

.upper-crystol {
    /* height: 260px; */
    height: 220px;
    display: grid;
    justify-content: center;
    align-items: center;
}

.upper-crystol-head-first {
    color: #fff;
    white-space: normal !important;
    font-size: 48px;
}

.upper-crystol-text-first {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.lower-crystol {
    margin-top: 40px;
}

.lower-crystol-text p {
    font-size: 14px;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.lower-crystol-text hr {
    color: #fff !important;
}

.lower-crystol p {
    font-size: 14px;
    color: #222222;
    margin-bottom: 0 !important;
}

.crystol-img-section {
    height: 210px;
    margin-top: 10px;
    align-content: center;
}

.card-1 {
    flex: 0 0 250px;
    height: auto;
}

.card-products-data {
    background-color: #fff;
    padding: 0 30px 20px;
    border-radius: 10px;
}

.app-section-main-new {
    padding: 40px 0;
    background-image: url("./img/smart-app.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.app-section-main {
    padding: 40px 0;
    background-image: url("./img/app-new.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.app-section-img {
    width: 500px;
}

.app-left-section h2 {
    color: #00A8FF;
}

.app-left-section p {
    color: #7b7b7b;
    text-align: justify;
}

.faq-section-main {
    padding: 40px 0;
    text-align: justify;
}

.faq-text {
    text-align: center;
    color: #595959;
    margin-top: 20px;
}

.accordion-item-faq {
    /* padding: 10px 0; */
    margin: 15px 0;
    box-shadow: 0px 2px 10px #dfdfdf;
    border-radius: 10px !important;
}

.accordion-button-faq {
    border-radius: 10px !important;
}

.accordion-button-faq:focus {
    border: none !important;
    box-shadow: none !important;
}

.accordion-button-faq:not(.collapsed) {
    color: #00A8FF !important;
    background-color: #F4FAFE !important;
}

.plan-section-main {
    padding: 40px 0;
    /* background-image: url("./img/plan-bg.png");
    background-repeat: no-repeat;
    background-size: cover; */
}

.plan-tabs-all {
    background-color: #00A8FF;
    /* padding: 0px 5px 5px 5px; */
}

.plan-tabs-btn {
    color: #fff;
    font-weight: 500;
}

.plan-tabs-btn.active {
    color: #01C1FF !important;
    background-color: #fff;
    font-weight: 500;
}

.plan-tabs-btn:hover {
    color: #01C1FF !important;
    background-color: #fff;
    font-weight: 500;
}

.card-plan {
    background-color: #fff;
    border: 1px solid #00A8FF;
    border-radius: 10px;
}

.plan-card-label {
    color: #728393;
    margin-bottom: 5px;
}

.plan-card-rate {
    text-decoration: line-through;
    color: #728393;
}

.inputWithIcon {
    position: relative;
    margin-bottom: 10px;
}

.form-control:focus {
    background-color: #EEF8FF !important;
    box-shadow: none !important;
}

.inputWithIcon input[type="text"] {
    padding-left: 40px;
    font-size: 14px;
    color: #728393 !important;
}

.inputWithIcon input[type="email"] {
    padding-left: 40px;
    font-size: 14px;
    color: #728393 !important;
}

.inputWithIcon select {
    padding-left: 40px;
    font-size: 14px;
    color: #728393 !important;
}

.inputWithIcon svg {
    position: absolute;
    left: 10px;
    top: 8px;
    transition: 0.3s;
}

.form-input-popup {
    background-color: #EEF8FF;
    border: none;
    padding: 10px;
}

/* .card-upload {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
} */
.upload-box {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.upload-field {
    width: 120px;
    height: 100px;
    border: 2px dashed #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
}

.upload-field input {
    display: none;
}

.upload-field img {
    width: 30px;
    height: 30px;
}

.upload-field span {
    font-size: 14px;
    margin-top: 5px;
}

.input-box {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #eaf6ff;
}

.card-plan-details {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: sticky;
    top: 100px;
}

.plan-heading {
    border: 1px solid #c8e8ff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    /* Hide extra slides */
    position: relative;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* Smooth slide transition */
    width: 100%;
}

.slide {
    min-width: 100%;
    /* Each slide takes full width */
    box-sizing: border-box;
}

.slides img {
    width: 100%;
    /* height: 400px; */
    padding: 0 60px;
    object-fit: contain;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.thumbnail-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.thumbnail-container img {
    width: 80px;
    height: auto;
    margin: 5px;
    cursor: pointer;
    opacity: 0.6;
}

.thumbnail-container img.active {
    opacity: 1;
    border: 2px solid #00abff;
}

.description-tags-below {
    padding: 10px;
    background-color: #EEF8FF;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 20px;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 10px;
}

.product-features img {
    width: 250px;
}

.slider-feature-container {
    position: relative;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.slider-feature-container .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-feature-container .slides img {
    width: 100%;
    height: auto;
    padding: 0px !important;
}

.dots-container {
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

.description-text {
    font-size: 14px;
}

.address-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn-change {
    background-color: #fff !important;
    color: #00A8FF !important;
    border: 1px solid #00A8FF;
    box-shadow: 0px 3px 0px 0px #0055A5;
}

.btn-change:hover {
    background-color: #00A8FF !important;
    color: #fff !important;
    border: 1px solid #00A8FF;
}

.form-input-code {
    background-color: #EEF8FF;
    padding: 10px;
    border: none !important;
}

.header-dark {
    background-image: url("./img/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.header-dark .container .navbar-collapse ul li a {
    color: #fff;
}

.contact-section {
    width: 80%;
    margin: 50px auto;
    background: #F3FCFF;
    padding: 40px;
    border: 1px solid #00B6D2;
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 40%;
    background-color: #00B6D2;
    clip-path: polygon(0% 0, 100% 100%, 0 100%);
}

.card-contact-info {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}

.contact-info-content {
    width: 180px;
    margin-bottom: 20px;
}

.contact-info-content p {
    font-size: 16px;
    word-break: break-word;
}

.price-card-head {
    padding: 20px;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #d4d4d4;
    background-color: #fff;
    background-image: linear-gradient(#EEF8FF, #fff);
}

.price-card-head h6 {
    font-size: 18px;
}

.back-icon svg {
    position: absolute;
}

.price-card-head-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
}

.price-card-head-step {
    background-color: transparent;
    border: 1px solid #E5E5E5;
    padding: 20px 20px 0;
    margin-top: 20px;
}

.price-card-head-step p {
    margin-bottom: 0;
}

.plan-tabs-btn {
    background-color: #fff !important;
    border: 1px solid #E7E8F1 !important;
    color: #000 !important;
    border-radius: 10px !important;
}

.plan-tabs-btn p {
    font-size: 14px;
    color: #4E4B66;
}

.product-card h5 {
    /* height: 100%; */
}

.product-card p {
    /* height: 100%; */
}

.ltr-count-plan {
    /* background-color: #EEF8FF !important; */
    /* border: 1px solid #00A8FF !important; */
    color: #00A8FF !important;
    border-radius: 10px !important;
    padding: 10px 0px;
    font-size: 20px;
    align-items: center;
    width: fit-content;
    display: flex;
}

.ltr-count-plan svg {
    margin-right: 10px;
}

.plan-tabs-btn.active {
    background-color: #EEF8FF !important;
    border: 1px solid #00A8FF !important;
    color: #00A8FF !important;
    border-radius: 10px !important;
}

.plan-tabs-btn.active .plan-tabs-btns-plan {
    border-bottom: 1px solid #00A8FF !important;
}

.plan-tabs-btn.active p {
    color: #00A8FF !important;
}

.plan-tabs-btns-plan {
    border-bottom: 1px solid #A0A3BD;
}

.plan-tabs-btns {
    justify-content: start;
    gap: 10px;
    border: none !important;
}

.plan-tabs-btns-days {
    border-bottom: 1px solid #E7E8F1 !important;
    padding-bottom: 20px;
}

.rate-plan {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.rate-plan h5 {
    color: #00770C;
    font-size: 30px;
}

.btn-view-plan-outline {
    background-color: #fff !important;
    color: #00A8FF !important;
    border: 1px solid #00A8FF;
}

.btn-view-plan-outline:hover {
    background-color: #00A8FF !important;
    color: #fff !important;
    box-shadow: 0px 3px 0px 0px #0055A5;
}

.hamburger-new {
    display: none;
}

.footer {
    background-image: url("./img/footer-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.footer-social-icon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-links a {
    padding: 0 10px;
}

.footer-links-border {
    border-right: 1px solid #A8A8A8;
}

.footer-app-logo {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-bottom {
    background-color: #fff;
    color: #171616;
    padding: 10px;
}


/* Background blur for modal of plan details page */
.modal-backdrop.show {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
}

/* Responsive */
@media (max-width: 992px) {
    .d992none {
        display: none;
    }

    html {
        font-size: 14px;
    }

    .app-section-img {
        width: 300px;
    }

    .hamburger-new {
        display: block;
    }

}

@media (max-width: 767px) {
    .footer .container .row .col-md-6 {
        justify-content: center !important;
        display: grid;
    }

}

@media (max-width: 767px) {
    .footer-app-logo {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .help-section-left {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .product-features {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 489px) {
    .dsm-none {
        display: none;
    }
}
.download-text {
  font-size: 18px !important;
  font-weight: 600 !important;
}