@font-face {
    font-family: "Open Sans";
    src: url("../Fonts/OpenSans-Italic.ttf") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../Fonts/OpenSans-Light.ttf") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../Fonts/OpenSans-LightItalic.ttf") format("woff2");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url("../Fonts/OpenSans-Regular.ttf") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("../Fonts/OpenSans-SemiBold.ttf") format("woff2");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url("../Fonts/OpenSans_SemiCondensed-BoldItalic.ttf") format("woff2");
    font-weight: 700;
    font-style: italic;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
:root {
    --blue: #08377a;
    --white: #ffffff;
    --text-color: #000;
    --font-family: "Open Sans", sans-serif;
}

.bg-blue {
    background-color: var(--blue);
}

header.chronoscope-header a.nav-link.active {
    font-weight: 600;
    border-bottom: 2px solid #ffffff;
    color: var(--white);
    font-size: 18px;
    line-height: normal;
    font-family: var(--font-family);
}

header.chronoscope-header a.nav-link {
    color: var(--white);
    font-size: 18px;
    line-height: normal;
    line-height: normal;
    font-family: var(--font-family);
    font-weight: 400;
}

button.btn.btn-outline-white {
    color: var(--white);
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: auto;
}

section.hero-section {
    background-image: url(../images/background-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.second-bannner-image-main img {
    margin-top: -220px;
}

h1 {
    font-size: 68px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    line-height: normal;
    font-family: var(--font-family);
}

.hero-section h3 {
    font-size: 40px;
    color: var(--white);
    font-weight: 300;
    font-style: italic;
    line-height: normal;
    font-family: var(--font-family);
}

.hero-section p {
    font-size: 22px;
    color: var(--white);
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 15px;
    font-family: var(--blue);
}

.hero-section h2 {
    font-size: 24px;
}

.hero-section h4 {
    font-size: 30px;
    line-height: normal;
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-family: var(--font-family);
}

h2 {
    font-size: 34px;
    color: var(--white);
    font-weight: 400;
    line-height: 44px;
    font-family: var(--font-family);
    font-style: italic;
}

.margin-x {
    margin-left: 3rem;
    margin-right: 3rem;
}

.padding-x {
    padding-left: 3rem;
    padding-right: 3rem;
}

.plans-main {
    padding: 35px 24px;
    background-color: #0000007d;
    border-radius: 20px;
    border: 1px solid #fff;
}

.padding-top {
    padding-top: 60px;
    padding-bottom: 264px;
}

.preffered p {
    margin: 0px;
    text-align: center;
    background-color: var(--blue);
    width: fit-content;
    padding: 0px 35px;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 12px;
    font-family: var(--font-family);
    font-weight: 500;
}

.preffered {
    position: absolute;
    top: -16px;
    margin: 0 auto;
    left: 30%;
    right: 30%;
}

section.do-more-faster h1 {
    text-align: center;
    color: var(--text-color);
}
section.do-more-faster h2 {
    text-align: center;
    color: var(--text-color);
}
section.do-more-faster p {
    color: var(--text-color);
    text-align: justify;
    text-align-last: center;
    margin-top: 5px;
    font-family: var(--font-family);
    font-size: 18px;
    font-weight: 500;
}

section.do-more-faster p:first-of-type {
    margin-top: 20px;
}
.table-chrponoscope {
    table-layout: fixed;
    margin-bottom: 0;
}

.product-comparison {
    background-image: url(../images/blue-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 996px;
}

.section-product-comparison {
    height: 100%;
}

.product-comparison {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* TABLE CSS  */

.table-chrponoscope {
    margin-top: 60px;
}
th.table-hide-column {
    padding: 50px;
    background-color: transparent;
    border-bottom: unset;
}

th.bg-white-column {
    background-color: var(--white);
    vertical-align: middle;
    text-align: center;
    padding: 30px;
}

th.bg-white-column h3 {
    font-size: 20px;
    color: var(--text-color);
    line-height: normal;
    font-weight: 500;
}

th.bg-white-column p {
    font-size: 16px;
    color: var(--text-color);
    line-height: normal;
    font-weight: 400;
}

th.bg-blue-column {
    background-color: var(--blue);
    vertical-align: middle;
    text-align: center;
}

.border-radius-left {
    border-radius: 0px 37px 0px 0px;
}

.border-radius-right {
    border-radius: 37px 0px 0px 0px;
}
td.fisrt-column {
    padding: 20px;
    background-color: #fff;
    color: #000;
    vertical-align: middle;
}

td.table-data-column {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

td.table-data-column-blue {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: var(--blue);
    color: var(--white);
}

/* section.data-table-chronoscoper .table-responsive.shadow {
  margin-top: -775px;
  border-radius: 37px;
} */

td.radius-bottom-right {
    border-radius: 0px 0px 0px 37px;
}

/* SLIDER CSS HERE  */

.testimonial {
    margin-top: 95px;
}

section.section-product-comparison {
    margin-top: 95px;
}

.pricing-plan {
    margin-top: 50px;
    background-color: #eeeeee;
    padding: 90px 0px;
}

.pricing-row {
    margin-top: 50px;
}

.bg-two {
    background-image: url(../images/plans-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 687px;
    border-radius: 35px;
    padding: 90px 32px;
}

.bg-one {
    background-image: url(../images/plans-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 687px;
    border-radius: 35px;
    padding: 90px 32px;
}

ul.plans-list li {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
    font-family: var(--font-family);
    font-weight: 500;
}

ul.plans-list {
    list-style-image: url(../images/check.png);
    padding: 0px 25px;
}
.bg-two .preffered {
    position: absolute;
    top: -19px;
    margin: 0 auto;
    left: 30%;
    right: 30%;
}
.bg-two .preffered p {
    margin: 0px;
    text-align: center;
    background-color: var(--blue);
    width: fit-content;
    padding: 10px 35px;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 12px;
    font-family: var(--font-family);
    color: var(--white);
}

.bg-two h4 {
    font-size: 30px;
    line-height: normal;
    color: #fff;
    font-style: italic;
    font-weight: lighter;
    font-family: var(--font-family);
}

.bg-one h4 {
    font-size: 30px;
    line-height: normal;
    color: #fff;
    font-style: italic;
    font-weight: lighter;
    font-family: var(--font-family);
}

.bg-one h2 sub {
    bottom: 0px;
    font-size: 20px;
    font-family: var(--font-family);
    font-style: italic;
    font-weight: lighter;
}

.bg-two h2 sub {
    bottom: 0px;
    font-size: 20px;
    font-family: var(--font-family);
    font-style: italic;
    font-weight: lighter;
}

.bg-one p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-family);
    margin-top: 10px;
}

.bg-two p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-family);
    margin-top: 10px;
}

.chronoscope-trial {
    margin-top: 95px;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--blue);
}
.form-group {
    position: relative;
}
.form-group i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: var(--blue);
}
.form-group input {
    padding-left: 32px;
}
.btn-blue-theme {
    background-color: #08377a;
    border: 1px solid #08377a;
    color: var(--white);
    font-size: 16px;
}
.btn-blue-theme:hover {
    background-color: #fff;
    border: 1px solid #08377a;
    color: var(--text-color);
}

label.form-label {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: var(--text-color);
}

.no-card {
    text-align: justify;
    text-align-last: center;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.form-check .form-check-input {
    border: 1px solid #000;
}

ul.chronoscope-footer-link li {
    list-style: none;
    padding: 0px 24px;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    color: var(--white);
    border-right: 1.5px solid #fff;
    margin-top: 20px;
}

ul.chronoscope-footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 250px;
}

footer.chronoscope-footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 664px;
}

section.second-footer-image-main img.img-fluid {
    margin-bottom: -311px;
}

ul.chronoscope-footer-link li:after {
    content: "";
    padding: 0.5px;
    background-color: var(--white);
    display: inline;
    /* width: 1px; */
    margin-left: 20px;
}

ul.chronoscope-footer-link li:last-child::after {
    display: none;
}

ul.chronoscope-footer-link li.active {
    font-weight: 500;
}

.copyright {
    background-color: var(--blue);
    width: 100%;
    color: var(--white);
}

.copyright p {
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
    font-family: var(--font-family);
}

section.second-footer-image-main {
    margin-top: 95px;
}

/* LOGIN FORM CSS  */

.form-main {
    height: 84.8vh;
    display: flex;
    align-items: center;
}

.form-main h1 {
    font-size: 42px;
    color: #08377a;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--font-family);
}

.form-main .btn-blue-theme {
    background-color: #08377a;
    border: 1px solid #08377a;
    color: var(--white);
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
}

.form-main .form-control {
    border: 1px solid #000;
}

.form-main label.form-check-label {
    font-weight: 400;
    font-size: 18px;
    color: var(--text-color);
}

/* Registter css  */

.register-detail {
    background-image: url(../images/register.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 520px;
    padding: 45px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register-detail h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    color: var(--white);
    font-family: var(--font-family);
    font-style: italic;
}

.register-detail h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: var(--white);
    font-family: var(--font-family);
    font-style: italic;
}

.register-detail p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    font-family: var(--font-family);
}

.register-detail .preffered p {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    font-family: var(--font-family);
}

button.btn.btn-outline-white:hover {
    background-color: var(--white);
    color: var(--text-color);
}

/* SEPRATE WITH DUPLICATE CSSS  */

section.data-table-chronoscoper {
    background-image: url(../images/blue-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    background-position: center;
    padding-top: 70px;
    margin-top: 70px;
}
/* Registter css  */

.register-detail {
    background-image: url(../images/register.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    padding: 45px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.register-detail h4 {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    color: var(--white);
    font-family: var(--font-family);
    font-style: italic;
}

.register-detail h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    color: var(--white);
    font-family: var(--font-family);
    font-style: italic;
}

.register-detail p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    font-family: var(--font-family);
}

.register-detail .preffered p {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    font-family: var(--font-family);
}

button.btn.btn-outline-white:hover {
    background-color: var(--white);
    color: var(--text-color);
}

/* MORE PAGESS CSSS  */

.more-pages-hero-section {
    background-image: url(../images/morePgs.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 444px;
    display: flex;
    align-items: center;
    justify-content: center;
}

html,
body {
    height: 100%;
    margin: 0;
}

.page-container {
    min-height: 100%;
}

footer {
    background-color: #f8f9fa;
    text-align: center;
}

.accordian-faq-section {
    margin-top: 6 0px;
}

.accordian-faq-section .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ededed;
    box-shadow: none !important;
}

.accordian-faq-section .accordion-button {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordian-faq-section .accordion-body {
    background-color: #f6f6f6;
    padding: 15px 30px;
    margin-bottom: 15px !important;
}

.accordian-faq-section .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 30px;
    font-size: 18px;
    gap: 5px;
    color: var(--text-color);
    font-weight: 500;
    font-style: italic;
    text-align: left;
    background-color: #ededed;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    margin-bottom: 12px;
    font-family: var(--font-family);
}

.accordian-faq-section .accordion-button::after {
    display: none;
}

.accordian-faq-section .accordion-button a.btn.btn-acrdn-plus {
    background-color: #08377a;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    font-family: var(--font-family);
}

.accordian-faq-section .accordion-body p {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--font-family);
}

section.more-pages-hero-section p {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    font-style: italic;
    margin-top: 10px;
    text-align: center;
    font-family: var(--font-family);
}

/* .hero-content {
    max-width: 800px;
    margin: 0 auto;
    margin-top: -130px;
} */

.support {
    padding: 20px;
    background-color: #08377a;
    height: 369px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.support p {
    font-size: 18px;
    color: var(--white);
    font-style: italic;
    font-weight: 500;
    font-family: var(--font-family);
}

.support h3 {
    font-size: 32px;
    color: var(--white);
    font-style: italic;
    font-weight: 700;
    margin-top: 10px;
    font-family: var(--font-family);
}

.support-margin {
    margin-top: -120px;
}

.support a {
    font-size: 18px;
    color: var(--white);
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    font-family: var(--font-family);
}

.who-we-are {
    margin-top: 60px;
}

.support-margin {
    margin-top: 30px;
}
.who-we-are p {
    font-size: 18px;
    color: var(--text-color);
    line-height: 24px;
    font-weight: 500;
    font-family: var(--font-family);
    margin-bottom: 20px;
    text-align: justify;
    text-align-last: center;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
}

.contact-us-form {
    margin-top: 60px;
}

.update-profile p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 10px;
    font-family: var(--font-family);
}

.profile-pic img {
    width: 100px;
    height: 100px;
}

.profile-pic {
    position: relative;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #06367b;
}

.edit-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #06367b;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-wrapper {
    position: relative;
}

.toggle-password-input {
    padding-right: 40px; /* space for the icon */
}

.toggle-password-icon {
    position: absolute;
    right: 10px;
    top: 74%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}

.toggle-password-icon:hover {
    color: #000;
}

.text-blue-theme {
    color: #08377a;
    font-weight: 500;
}

.spinner-lg {
    width: 2rem; /* increase width */
    height: 2rem; /* increase height */
    border-width: 0.25em; /* thicker border */
}


@media screen and (max-width: 991px) {
    .form-main {
        margin: 0px 0px;
    }
}

.more-pages-hero-section {
    background-image: url(../images/morePgs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; /* Important for centering image */
    width: 100%;
    height: 60vh; /* Makes height responsive */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Tablets */
@media (max-width: 991px) {
    .more-pages-hero-section {
        height: 50vh;
    }

    section.more-pages-hero-section p {
        font-size: 14px;
        text-align: justify;
        text-align-last: center;
    }

    table.table.table-chrponoscope {
        table-layout: auto;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .more-pages-hero-section {
        height: 35vh;
    }

    .form-main h1 {
        font-size: 30px;
    }
}

.support a {
    font-size: 18px;
    color: var(--white);
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
    font-family: var(--font-family);
}

.table-bordered tbody tr.selected {
    background-color: #3f81e4 !important;
}

.table-chrponoscope tbody tr:last-child td {
    padding-bottom: 50px; /* adjust value as you need */
}



/* Default header */
.chronoscope-header {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
}

/* Sticky header style */
.chronoscope-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #08377a;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-100%);    animation: slideDown 0.4s forwards ease;
}

/* Smooth slide-down animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


    .testimonial-section {
      background: #f8f9fa;
      padding: 80px 0;
      position: relative;
    }

    .testimonial-section h2 {
      font-weight: 700;
      color: #08377a;
      margin-bottom: 50px;
    }

    .testimonial-box {
      background: #fff;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
      transition: all 0.4s ease;
      height: 100%;
    }

    .testimonial-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    }

    .feedback {
      font-style: italic;
      color: #555;
      line-height: 1.6;
      min-height: 80px;
    }

    .name {
      font-weight: 600;
      color: #08377a;
      margin-top: 20px;
    }

    /* Owl Dots */
    .owl-dots {
      text-align: center;
      margin-top: 30px;
    }

    .owl-dot span {
      width: 12px;
      height: 12px;
      margin: 5px;
      background: #ccc;
      display: inline-block;
      border-radius: 50%;
      transition: all 0.3s;
    }

    .owl-dot.active span {
      background: #08377a;
      transform: scale(1.2);
    }

    /* Nav arrows */
    .owl-nav {
      position: absolute;
      top: 40%;
      width: 100%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      pointer-events: none; /* allows clicking only on buttons */
    }

    .owl-nav button {
      background: #08377a !important;
      color: #fff !important;
      border: none;
      font-size: 22px !important;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      pointer-events: all; /* re-enable clicking */
      transition: all 0.3s ease;
    }

    .owl-nav button:hover {
      background: #08377a !important;
    }

    .owl-nav .owl-prev {
      position: absolute;
      left: -25px;
    }

    .owl-nav .owl-next {
      position: absolute;
      right: -25px;
    }

    @media (max-width: 768px) {
      .owl-nav .owl-prev { 
        left: 0;
      }
      .owl-nav .owl-next {
        right: 0;
      }
    }

    .card-plan-design p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-family: var(--font-family);
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

