/* ===================================
    Cytosenz - Bisiness
====================================== */

/* pugal starts at 14/04/26 */
                
                .custom-checkbox{
                    min-height: 18px;
                    min-width: 18px;
                    cursor: pointer;
                    border: 2px solid #0d6efd;
                    margin-top: 0 !important;
                    box-shadow: none !important;
                }
                
                .form-check-label{
                    cursor: pointer;
                    user-select: none;
                }


            .container{
                    width:100%;
                    max-width:1200px;
                }
                
                body{
                    overflow-x:hidden;
                }
                img{
                    max-width:100%;
                    height:auto;
                    display:block;
                }
                /*.navbar-nav li a{*/
                /*        padding:14px 18px;*/
                /*    }*/
                    input,
                textarea,
                select{
                    width:100%;
                    min-height:48px;
                }
                @media (max-width:768px){
                    .hero-section{
                        padding:60px 20px;
                        text-align:center;
                    }
                
                    .hero-section h1{
                        font-size:28px;
                        line-height:1.3;
                    }
                
                    .hero-section .btn{
                        width:100%;
                        margin-bottom:10px;
                    }
                }
                
                @media(max-width:768px){
                    .whatsapp-btn{
                        width:55px;
                        height:55px;
                    }
                }
                body{
                    font-size:16px;
                    line-height:1.7;
                }

            .vertical-button {
                position: fixed;
                top: 50%;
                right: 0px;
                transform: translateY(-50%);
                padding: 10px;
                letter-spacing: 2px;
                background-color: #2196F3;
                z-index: 1000;
                border-radius: 5px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                writing-mode: vertical-rl;
                text-align: center;
                line-height: 1.2;
            }

            .vertical-button a {
                text-decoration: none;
                color: #fff;
                font-weight: bold;
                font-size: 12px;
                text-transform: uppercase;
                display: block;
                padding: 5px 0;
            }

          .whatsapp-btn {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background-color: #25D366;
            color: #fff;
            font-size: 22px;
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
            z-index: 999;
            transition: all 0.3s ease;
        }
        
        .whatsapp-btn:hover {
            transform: scale(1.1);
            background-color: #1ebe5d;
        }
        .whatsapp-btn {
                animation: pulse 2s infinite;
            }
            
            @keyframes pulse {
                0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
                70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
                100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
            }
            

       .scroll-progress {
        position: fixed;
        right: 30px;
        bottom: 40px;
        z-index: 999;
        display: none;
        }
        
        .scroll-top {
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}
        
        .scroll-line {
            width: 2px;
            height: 80px;
            background: #ddd;
            margin-top: 5px;
            position: relative;
            overflow: hidden;
        }
        
        .scroll-point {
            width: 100%;
            height: 20px;
            background: #000;
            position: absolute;
            top: 0;
        }
.custom-marker {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    border: 2px solid #00b894; /* Cytosenz theme color */
    transform: translate(-50%, -100%);
}

.custom-marker img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.map {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}


.enquiry-btn {
    white-space: nowrap;
    min-width: 100px;
    background: #0d6efd;
   
}
input, select, textarea, .form-control, .form-select {
    padding: 0px;
}
.text-justify-dark {
    color: #1f1f1f;
    text-align: justify;
}
.service-card {
    background: #fff;
    border: 1px solid #eee;
    transition: 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.custom-input {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.custom-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13,110,253,0.1);
}

.submit-btn {
    background: #0d6efd;
    color: #fff;
    border-radius: 25px;
    padding: 12px;
    border: none;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #0b5ed7;
    transform: translateY(-2px);
}

/* MOBILE IMPROVEMENT */
@media (max-width: 768px) {
    .card {
        padding: 20px !important;
    }

    .submit-btn {
        font-size: 15px;
    }
}
/*enquiry-btn {*/
/*    background: #0d6efd;*/
/*    color: #fff;*/
/*    border-radius: 50px;*/
/*    padding: 6px 16px;*/
/*    font-size: 14px;*/
/*    white-space: nowrap;*/
/*    transition: all 0.3s ease;*/
/*}*/
#content_block_04 .form-inner .appointment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
/* HOVER */
.enquiry-btn:hover {
    background: #0b5ed7;
    color: #fff;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 576px) {
    .service-card {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 10px;
    }

    .enquiry-btn {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 15px;
    }
}
/* Card Hover */
.service-card {
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.info-box {
    background: linear-gradient(135deg, #0d6efd, #6ea8fe);
    color: #fff;
}

.service-list .list-group-item {
    border: none;
    padding: 10px 0;
}

.btn-dark {
    border-radius: 20px;
}
.pb-5 {
  padding-bottom: 2% !important;
}
/* Enquiry Button Global */
.enquiry-btn {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

.enquiry-btn:hover {
    background: linear-gradient(135deg, #0a58ca, #084298);
    transform: translateY(-2px);
}

/* Smooth animation */
.assay-card {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.assay-card.show {
    opacity: 1;
    transform: translateY(0);
}
/* Tab container spacing */
.nav-tabs {
  gap: 10px;
}

/* Default tab style */
.nav-tabs .nav-link {
  position: relative;
  border: none;
  padding: 12px 18px;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Hover effect */
.nav-tabs .nav-link:hover {
  background: rgba(13, 110, 253, 0.08);
  transform: translateX(5px);
}

/* Active tab style */
.nav-tabs .nav-link.active {
  background: #ffffff;
  color: #0d6efd;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Left highlight bar animation */
.nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 4px;
  height: 70%;
  background: #0d6efd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Show highlight on active */
.nav-tabs .nav-link.active::before {
  transform: translateY(-50%) scaleY(1);
}

/* Icon styling */
.nav-tabs .nav-link i {
  transition: 0.3s;
}

/* Active icon color */
.nav-tabs .nav-link.active i {
  color: #0d6efd;
}

/* Smooth tab content fade */
.tab-pane {
  transition: opacity 0.4s ease;
}
.nav-tabs .nav-link.active {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
}

/* pugal ends at 14/04/26 */



/* font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@100;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #5758D6;
    --dark-gray: #262b35;
    --medium-gray:#868d98;
    --primary-font: 'Be Vietnam', sans-serif;
    --alt-font: 'Sora', sans-serif;
}
/* reset */
body { 
    font-size: 17px;
    line-height: 32px;
}
/* header */
header .navbar-brand img {
    max-height: 46px;
}
header .navbar-brand .mobile-logo {
  visibility: hidden;
  opacity: 0;
  width: 0;
  margin-left: 75px;
  
  
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
} 
/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(87, 88, 214,.8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a { 
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 26px;
}   
footer ul li {
    margin-bottom: 0;
}
.footer-dark a:hover {
    color: var(--white);
}
/* model popup */
.mfp-bg {
    background: #000000;
    opacity: 0.7;
}
/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    } 
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background:  var(--dark-gray);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
    
}
/* pugal starts mobile dropdown */

.footer-logo img {
    display: block;
    margin: 0 auto;
    max-height: 30px;
}
/* Mobile logo center alignment */
@media (max-width: 991px) {    
    .navbar-brand {        
        display: flex;        
        justify-content: center;        
        width: 100%;    
        
    }    
    .navbar-brand img {        
        margin: 0 auto;    
        
    }   
    
    .col-auto.col-xxl-3.col-lg-2.me-lg-0.mx-auto {        
        width: 100%;        
        display: flex;        
        justify-content: center;    
    }}

/* Hide dropdown icon on desktop */
@media (min-width: 992px) {
    .navbar .dropdown-toggle::after {
        display: none !important;
    }
}

/* Show dropdown icon on mobile */
@media (max-width: 991px) {
    .navbar .dropdown-toggle::after {
        display: none !important;
    }
}
/* Hide icon on desktop */
@media (min-width: 992px) {
    .mobile-only-icon {
        display: none !important;
    }
}

/* Show icon on mobile */
@media (max-width: 991px) {
    .mobile-only-icon {
        display: inline-block !important;
    }


/* Mobile dropdown fix */
/*.nav-link-wrapper{*/
/*    display:flex;*/
/*    justify-content:space-between;*/
/*    align-items:center;*/
/*}*/

/*.mobile-dropdown-icon{*/
/*    padding:10px;*/
/*    cursor:pointer;*/
/*}*/