/* ==========================
   BRANDON GROTESQUE (TTF)
   CORRECT FONT WEIGHTS
========================== */

/* Thin */
@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/brandon/HvDTrial_Brandon_Grotesque_thin.ttf")
        format("truetype");
    font-weight: 100;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/brandon/HvDTrial_Brandon_Grotesque_light.ttf")
        format("truetype");
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/brandon/HvDTrial_Brandon_Grotesque_regular.ttf")
        format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/brandon/HvDTrial_Brandon_Grotesque_bold.ttf")
        format("truetype");
    font-weight: 700;
    font-style: normal;
}

/* Black */
@font-face {
    font-family: "Brandon Grotesque";
    src: url("../fonts/brandon/HvDTrial_Brandon_Grotesque_black.ttf")
        format("truetype");
    font-weight: 900;
    font-style: normal;
}

/* LATO FONT  */

@font-face {
    font-family: "Lato", sans-serif;
    src: url("../Fonts/Lato/Lato-Black.ttf") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Lato", sans-serif;
    src: url("../Fonts/Lato/Lato-Bold.ttf") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Lato", sans-serif;
    src: url("../Fonts/Lato/Lato-Light.ttf") format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lato", sans-serif;
    src: url("../Fonts/Lato/Lato-Regular.ttf") format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lato", sans-serif;
    src: url("../Fonts/Lato/Lato-Thin.ttf") format("woff2");
    font-weight: 600;
    font-style: normal;
}

p,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

* {
    scroll-behavior: smooth;
}
.body {
    overflow-x: hidden;
}

body.chronoscope-main {
    background-color: #c4ddf230;
}

a {
    color: #193b5a;
    font-family: var(--font-family);
}

:root {
    --text-color: #000;
    --font-family: "Lato", sans-serif;
    --white: #fff;
    --color-primary: #275c8b;
    --color-primary-dark: #193b5a;
    --color-primary-light: #3071aa;
    --color-accent-soft: #c4ddf2;
    --seconday-font: "Brandon Grotesque";
}

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

header.chronoscope-header.fixed .bg-blue {
    background-color: var(--color-primary);
}
header.chronoscope-header.fixed a.nav-link.active {
    border-bottom: 2px solid var(--white);
    color: var(--white);
}

header.chronoscope-header.fixed a.nav-link {
    /* border-bottom: 2px solid var(--color-primary-dark); */
    color: var(--white);
}

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

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

a.btn.btn-outline-white {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: auto;
    outline: none;
}

/* a.btn.btn-outline-white:hover {
    background-color: var(--white);
    outline: none;
    border: 1px solid #ffff;
} */
/* 
section.hero-section {
    background-image: url(../images/background-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */

header.chronoscope-header a.navbar-brand img {
    max-width: 85px;
    max-height: 85px;
}
section.second-bannner-image-main img {
    margin-top: -220px;
}


.table-chrponoscope img {
    max-width: 75px;
    max-height: 75px;
}



h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    font-family: var(--seconday-font);
    text-transform: uppercase;
}

section.table-chronoscoper h1:before {
    content: "";
    display: inline-block;
    padding: 0px 30px;
    background-color:var(--color-primary-dark);
    width: 10px;
    height: 3px;
    margin-bottom: 14px;
    margin-right: 15px;
}


section.table-chronoscoper h1:after {
    content: "";
    display: inline-block;
    padding: 0px 30px;
    background-color: var(--color-primary-dark);
    width: 10px;
    height: 3px;
    margin-bottom: 14px;
    margin-left: 15px;
}

section.pricing-plan h1:before  {
    content: "";
    display: inline-block;
    padding: 0px 30px;
    background-color: var(--color-primary-dark);
    width: 10px;
    height: 3px;
    margin-bottom: 14px;
    margin-right: 15px;
}

section.testimonial h1:before{
        content: "";
    display: inline-block;
    padding: 0px 30px;
    background-color: var(--color-primary-dark);
    width: 10px;
    height: 3px;
    margin-bottom: 14px;
    margin-right: 15px;
}

section.testimonial h1:after {
    content: "";
    display: inline-block;
    padding: 0px 30px;
    background-color: var(--color-primary-dark);
    width: 10px;
    height: 3px;
    margin-bottom: 14px;
    margin-left: 15px;
}


section.pricing-plan h1:after  {
    content: "";
    display: inline-block;
    padding: 0px 30px;
    background-color: var(--color-primary-dark);
    width: 10px;
    height: 3px;
    margin-bottom: 14px;
    margin-left: 15px;
}
.hero-section h3 {
    font-size: 30px;
    color: var(--white);
    font-weight: 300;
    line-height: normal;
    font-family: var(--font-family);
}

.hero-section p {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 15px;
    font-family: var(--font-family);
    text-align: left;
}

.content-parent h1.slide-in-bottom {
    font-size: 48px;
    color: var(--color-primary-dark);
    font-weight: 600;
    line-height: normal;
    font-family: var(--seconday-font);
    text-transform: capitalize;
}
.hero-section h2 {
    font-size: 24px;
}

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

h2 {
    font-size: 26px;
    color: var(--white);
    font-weight: 500;
    line-height: 24px;
    font-family: var(--seconday-font);
    text-transform: uppercase;
}

.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;
}

a.btn.btn-outline-white {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: auto;
    outline: none;
    border: 1px solid var(--color-primary-dark);
    background-color: var(--color-primary-dark);
    padding: 10px 25px;
    font-family: var(--font-family);
}

.register-login-btn-parent a.btn.btn-outline-white {
    color: var(--color-primary-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: auto;
    outline: none;
    background-color: var(--white);
    padding: 10px 25px;
    font-family: var(--font-family);
    border: none;
}
.hero_area {
    height: 95vh;
    background-image: linear-gradient(to right, #c1d7de, #a8e2f300);
}

a.btn.btn-outline-white.slide-in-bottom:hover {
    background-color: var(--color-primary-dark);
    color: var(--white);
}

.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-weight: 500;
}

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

section.do-more-faster h1 {
    text-align: left;
    color: var(--text-color);
}
section.do-more-faster h2 {
    text-align: left;
    color: var(--color-primary-light);
    font-family: var(--font-family);
}
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: 14px;
    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;
}

section.table-chronoscoper h2 {
    color: #000;
    text-align: left;
}
section.table-chronoscoper h1 {
    color: #000;
    text-align: left;
}

/* TABLE CSS  */

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;
    font-family: var(--font-family);
}

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

th.bg-blue-column {
    background-color: var(--color-primary-dark);
    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;
    font-family: var(--font-family);
}

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(--color-primary-dark);
    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 {
    /* background-color: #eeeeee; */
    /* padding: 90px 0px; */
}

.pricing-box-main {
    padding: 45px;
}

ul.plan-policy-list li {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: var(--text-color);
}

.plan-card-header h2 {
    font-size: 30px;
    color: var(--white);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: 44px;
}

.plan-card-header p {
    font-size: 18px;
    color: var(--white);
    font-family: var(--font-family);
    font-weight: 500;
    margin-bottom: 30px;
}

.plan-card-header h3 > span {
    font-size: 45px;
    color: var(--white);
    margin: 20px 0px;
    font-family: var(--font-family);
    font-weight: 500;
}
h3.plan-price {
    font-size: 70px;
    font-weight: 900;
    color: var(--white);
    font-family: var(--seconday-font);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

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

.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;
}
.pricing-box-main-plan {
    background-color: var(--color-primary-dark);
    padding: 12px;
    border-radius: 5px 25px 0px 5px;
    border-right: 9px solid var(--color-primary-dark);
    border-bottom: 27px solid var(--color-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.plan-policy-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pricing-box-main-plan h4:after {
    content: "";
    border: 2px solid #ffffff;
    padding: 1px 36px;
    width: 30px;
    border-left: none;
    border-right: none;
    margin-bottom: 2px;
    margin-left: 10px;
    display: inline-block;
}

.pricing-box-main-plan h4:before {
    content: "";
    border: 2px solid #ffffff;
    padding: 1px 36px;
    width: 30px;
    border-left: none;
    border-right: none;
    margin-bottom: 2px;
    margin-right: 10px;
    display: inline-block;
}
.pricing-box-main-plan h4 {
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-family);
}

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-weight: lighter;
    font-family: var(--font-family);
}

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

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

.bg-two h2 sub {
    bottom: 0px;
    font-size: 20px;
    font-family: var(--font-family);
    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;
}

.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: #193b5a;
    border: 1px solid #193b5a;
    color: var(--white);
    font-size: 16px;
}
.btn-blue-theme:hover {
    background-color: #fff;
    border: 1px solid #193b5a;
    color: var(--text-color);
}

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

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

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

.chronoscope-footer-link a {
    list-style: none;
    padding: 0px 24px;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    color: var(--white);
    border-right: 1.5px solid #fff;
    text-decoration: none;
    font-family: var(--font-family);
}


.chronoscope-footer-link a:hover {
    color: var(--color-accent-soft);
}
.chronoscope-footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 0px;
    flex-wrap: wrap;
}

footer.chronoscope-footer {
    background-color: #193b5a;
}

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(--color-primary-dark);
    width: 100%;
    color: var(--white);
    border-top: 1px solid #fff;
}

.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 {
    display: flex;
    align-items: center;
}

.form-main h1 {
    font-size: 42px;
    color: #193b5a;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: var(--seconday-font);
}

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

.form-main .form-control {
    border: 1px solid #000;
    font-weight: 400;
    font-size: 18px;
    font-family: var(--font-family);
    color: rgb(41, 41, 41);
}

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


.plan-deatail-box {
    background-color: #193b5a;
    border-radius: 5px 42px 0px 5px;
}

.row.pricing-row {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}

/* 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;
}

/* 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;
    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: #193b5a;
    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);
    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: #193b5a;
    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-weight: 500;
    font-family: var(--font-family);
}

.support h3 {
    font-size: 32px;
    color: var(--white);
    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-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: left;
    margin-bottom: 80px;
}

.who-we-are p::first-letter {
    font-size: 36px;
    font-weight: 600;
    color: var(--color-primary-dark);

}

.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: 25px;
    top: 55px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #5c5b5b;
}

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

.text-blue-theme {
    color: #193b5a;
    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-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: 10; /* adjust value as you need */
}

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

/* Sticky header style */
.chronoscope-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #193b5a;
    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: #193b5a;
    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 {
    color: #555;
    line-height: 1.6;
    min-height: 80px;
}

.name {
    font-weight: 600;
    color: #193b5a;
    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: #193b5a;
    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: #193b5a !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: #193b5a !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;
}

.content-parent h1.slide-in-bottom span.color-change {
    color: var(--color-primary);
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
}

/* Content upar rahe */
.hero_content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.waves {
    position: absolute;
    width: 100%;
    height: 8vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .waves {
        height: 30px;
        min-height: 30px;
    }
}

/* Waves Animation end*/

/* ===== Slide In From Bottom (Clean Professional) ===== */

.slide-in-bottom {
    opacity: 0;
    transform: translateY(60px);
    animation: slideBottom 0.9s ease-out forwards;
    animation-play-state: paused;
    will-change: transform, opacity;
    backface-visibility: hidden;
}

@keyframes slideBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Stagger delays */
.delay-1 {
    animation-delay: 0.2s;
}
.delay-2 {
    animation-delay: 0.4s;
}
.delay-3 {
    animation-delay: 0.6s;
}
.delay-4 {
    animation-delay: 0.8s;
}
.delay-5 {
    animation-delay: 1s;
}

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

.product-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.product-list li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: -20px;
    top: -13px;
    color: var(--color-primary-dark);
    font-size: 37px;
}

.product-list li {
    margin: 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: var(--text-color);
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-family);
    margin-bottom: 0;
}

ul.product-list {
    padding: 20px 26px;
    border-bottom: 2px solid var(--color-primary-dark);
    margin-bottom: 25px;
    margin-right: 72px;
}

.section-top-margin {
    margin-top: 80px;
}

/* section.do-more-faster {
    background-image: url(../images/product-feature.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    background-attachment: fixed;
    padding: 60px 0px;
} */
