div.coverage-content table:nth-of-type(1) {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
div.coverage-content table:nth-of-type(1) th {
    text-align: left;
    font-weight: normal;
    background: #eee;
}
div.coverage-content table:nth-of-type(1) .main-row th,
div.coverage-content table:nth-of-type(1) thead tr > th {
    font-family: var(--font-family-bold);
    margin-bottom: 10px;
    color: var(--primary-color);
}

div.coverage-content table:nth-of-type(1) thead > tr {
    background: #eee;
}
div.coverage-content table:nth-of-type(1) tbody > tr {
    background: white;
}
div.coverage-content table:nth-of-type(1) td {
    border: 1px solid #eee;
}
div.coverage-content table:nth-of-type(1) td,
div.coverage-content table:nth-of-type(1) th {
    padding: 10px;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    color: #002340;
}
.responsive-iframe {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 680px) {
    .responsive-iframe {
        height: 800px;
    }
}

div#accordionCoverage {
    margin-top: 50px;
    margin-bottom: 35px;
}

div#accordionCoverage button {
    color: #002340;
    font-size: 16px;
    line-height: 1;
}

div#accordionCoverage .accordion-item {
    border: 0;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 0;
}

.coverage-text {
    margin: 50px 0;
}


#accordionCoverage .accordion-button:focus {
    box-shadow: unset;
}

#accordionCoverage .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.coverage-title span {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #002340;
}

.coverage-content p {
    line-height: 19px;
    font-size: 14px;
    color: #002340;
}

div.coverage-content table:nth-of-type(1) {
    background-color: #f0f8ff;
  }
  

  /* .node--type-privacy .node--type-archive .node--type-faqs .node--type-services2 */


.node--type-privacy .container-fluid.g-0,
.node--type-archive .container-fluid.g-0,
.node--type-faqs .container-fluid.g-0,
.node--type-services2  .container-fluid.g-0{
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1280px;
}

.sidebar_first .menu--privacy-menu li a,
.sidebar_first .menu--archive-menu li a,
.sidebar_first .menu--services-menu li a,
.sidebar_first .menu--faqs-menu li a {
    color: #1a1a1a;
    padding: 15px 25px;
    display: block;
    opacity: 1;
}

.node--type-privacy p,
.node--type-archive p,
.node--type-services2 p,
.node--type-faqs p {
    color:#002340;
}
.node--type-privacy .field--name-body a,
.node--type-privacy .field--name-body a:hover,
.node--type-privacy .field--name-field-privacy-faq a,
.node--type-privacy .field--name-field-privacy-faq a:hover,
.node--type-archive .field--name-body a,
.node--type-archive .field--name-body a:hover,
.node--type-archive .field--name-field-privacy-faq a,
.node--type-archive .field--name-field-privacy-faq a:hover,
.node--type-services2 .field--name-body a,
.node--type-services2 .field--name-body a:hover,
.node--type-services2 .field--name-field-privacy-faq a,
.node--type-services2 .field--name-field-privacy-faq a:hover,
.node--type-faqs .field--name-body a,
.node--type-faqs .field--name-body a:hover,
.node--type-faqs .field--name-field-privacy-faq a,
.node--type-faqs .field--name-field-privacy-faq a:hover {
    color: inherit;
    text-decoration: underline;
}
.sidebar_first ul.clearfix.nav {
    display: block;
}

.sidebar_first .menu--privacy-menu li a.active,
.sidebar_first .menu--archive-menu li a.active,
.sidebar_first .menu--services-menu li a.active,
.sidebar_first .menu--faqs-menu li a.active {
    position: relative;
    color: #FFFFFF;
    background-color: #002340;
    text-align: left;
    /* vertical-align: middle; */
    width: 100%;
    display: block;
    padding-right: 28px;
}
.sidebar_first .block{
   padding: 0px 15px;
}

.sidebar_first .menu--privacy-menu li a.active::after,
.sidebar_first .menu--archive-menu li a.active::after,
.sidebar_first .menu--services-menu li a.active::after,
.sidebar_first .menu--faqs-menu li a.active::after {
    content: ">";
    /* font-family: "Font Awesome 5 Free"; */
    font-weight: 100;
    font-size: 20px;
    color: white;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: auto !important;
    height: auto !important;
}

/* General styles for the menu slider */
nav#block-bootstrap-subtheme-privacymenu-2 li a.nav-link,
nav#block-bootstrap-subtheme-archivemenu li a.nav-link,
nav#block-bootstrap-subtheme-servicesmenu li a.nav-link ,
nav#block-bootstrap-subtheme-faqsmenu li a.nav-link {
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    color:var(--primary-color);
    opacity: 1;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    line-height: 13px;
    align-items: center;
}

nav#block-bootstrap-subtheme-privacymenu-2,
nav#block-bootstrap-subtheme-archivemenu,
nav#block-bootstrap-subtheme-servicesmenu,
nav#block-bootstrap-subtheme-faqsmenu {
    margin-top: 30px;
    margin-bottom: 50px;
}

nav#block-bootstrap-subtheme-privacymenu-2 li,
nav#block-bootstrap-subtheme-archivemenu li,
nav#block-bootstrap-subtheme-servicesmenu li ,
nav#block-bootstrap-subtheme-faqsmenu li {
    display: inline-grid;
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 5px;
}

/* Individual menu items */
nav#block-bootstrap-subtheme-privacymenu-2 .swiper-slide,
nav#block-bootstrap-subtheme-archivemenu .swiper-slide,
nav#block-bootstrap-subtheme-servicesmenu .swiper-slide,
nav#block-bootstrap-subtheme-faqsmenu .swiper-slide {
    background-color: #F5F5F5;
    color: var(--primary-color);
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    white-space: nowrap;
    transition: background-color 0.3s, color 0.3s;
}

/* Active menu item */
.menu--privacy-menu .swiper-slide.active,
.menu--privacy-menu .swiper-slide:hover,
.menu--archive-menu .swiper-slide.active,
.menu--archive-menu .swiper-slide:hover,
.menu--services-menu .swiper-slide.active,
.menu--services-menu .swiper-slide:hover,
.menu--faqs-menu .swiper-slide.active,
.menu--faqs-menu .swiper-slide:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
}

/* Adjust spacing */
.tns-item {
    margin-right: 25px; /* Space between items */
}

/* Responsive styles */
@media (max-width: 768px) {
    .tns-item {
        margin-right: 15px;
    }
}

/* Custom Navigation Arrows */
.custom-prev, .custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #f5f5f5;
    color: var(--primary-color);
    border: none;
    padding: 2px 10px 2px 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 100;
}

/* Left arrow */
.custom-prev {
    left: -30px;
}

/* Right arrow */
.custom-next {
    right: -30px;
}

/* Hide arrows on mobile */
@media (max-width: 768px) {
    .custom-prev, .custom-next {
        display: none;
    }
}

nav#block-bootstrap-subtheme-privacymenu-2,
nav#block-bootstrap-subtheme-archivemenu,
nav#block-bootstrap-subtheme-servicesmenu,
nav#block-bootstrap-subtheme-faqsmenu {
    position: relative;
}

nav#block-bootstrap-subtheme-privacymenu-2 .tns-item:hover,
nav#block-bootstrap-subtheme-archivemenu .tns-item:hover,
nav#block-bootstrap-subtheme-servicesmenu .tns-item:hover ,
nav#block-bootstrap-subtheme-faqsmenu .tns-item:hover {
    background-color: var(--primary-color);
}
nav#block-bootstrap-subtheme-privacymenu-2 .tns-item:hover a,
nav#block-bootstrap-subtheme-archivemenu .tns-item:hover a,
nav#block-bootstrap-subtheme-servicesmenu .tns-item:hover a ,
nav#block-bootstrap-subtheme-faqsmenu .tns-item:hover a  {
    color: #fff;
}

/* Ensure dots are centered and styled properly on mobile */
@media (max-width: 767px) {
    .tns-nav {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    
    /* Style the dots */
    .tns-nav button {
        width: 4px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        border: 1px solid #002340;
    }

    /* Active dot styling */
    .tns-nav button.tns-nav-active {
        background-color: var(--secondary-color); 
    }
    div#tns1-ow {
        display: flex;
        flex-direction: column-reverse;
    }

    nav#block-bootstrap-subtheme-privacymenu-2 li a.nav-link,
    nav#block-bootstrap-subtheme-archivemenu li a.nav-link,
    nav#block-bootstrap-subtheme-servicesmenu li a.nav-link,
    nav#block-bootstrap-subtheme-faqsmenu li a.nav-link {
        padding-left: 0px;
        padding-right: 0px;
    }

    .node--type-privacy .container-fluid.g-0,
    .node--type-archive .container-fluid.g-0,
    .node--type-services2 .container-fluid.g-0 ,
    .node--type-faqs .container-fluid.g-0 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

nav#block-bootstrap-subtheme-privacymenu-2 li.active.tns-slide-active,
nav#block-bootstrap-subtheme-archivemenu li.active.tns-slide-active,
nav#block-bootstrap-subtheme-servicesmenu li.active.tns-slide-active ,
nav#block-bootstrap-subtheme-faqsmenu li.active.tns-slide-active {
    background-color: var(--primary-color);
}

nav#block-bootstrap-subtheme-privacymenu-2 li.active.tns-slide-active a,
nav#block-bootstrap-subtheme-archivemenu li.active.tns-slide-active a,
nav#block-bootstrap-subtheme-servicesmenu li.active.tns-slide-active a,
nav#block-bootstrap-subtheme-faqsmenu li.active.tns-slide-active a {
    color: #fff;
    opacity: 1;
}

div#block-bootstrap-subtheme-cognityprivacytitleblock h2 {
    font-size: 28px;
    line-height: 50px;
    color:#002340;
}
@media (max-width: 767px) {
    div#block-bootstrap-subtheme-cognityprivacytitleblock h2 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .node--type-privacy .sidebar_first,
    .node--type-archive .sidebar_first,
    .node--type-services2 .sidebar_first,
    .node--type-faqs .sidebar_first {
        padding-left: 15px;
    }
 
    .node--type-privacy #faqAccordion .accordion-body,
    .node--type-archive #faqAccordion .accordion-body,
    .node--type-services2 #faqAccordion .accordion-body,
    .node--type-faqs #faqAccordion .accordion-body {
        padding: calc(var(--bs-accordion-body-padding-y) / 2) calc(var(--bs-accordion-body-padding-x) / 2);
    }
}

.node--type-privacy .main-content,
.node--type-archive .main-content,
.node--type-services2 .main-content,
.node--type-faqs .main-content {
    padding-left: 15px;
    padding-right: 15px;
}

.node--type-privacy .sidebar_first,
.node--type-archive .sidebar_first,
.node--type-services2 .sidebar_first ,
.node--type-faqs .sidebar_first {
    padding-right: 15px;
}

.node--type-privacy .field--name-field-privacy-faq .field__label,
.node--type-archive .field--name-field-privacy-faq .field__label ,
.node--type-services2 .field--name-field-privacy-faq .field__label,
.node--type-faqs .field--name-field-privacy-faq .field__label {
    display: none;
}

/*archive-node*/

.node--type-archive .field--type-image img {
    width: 100%;
    object-fit: contain;
}
