/*
Theme Name: Twenty Thirteen Child
Theme URI: https://wordpress.org/themes/twentythirteen/
Template: twentythirteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Tags: blog,one-column,two-columns,right-sidebar,custom-header,custom-menu,editor-style,featured-images,footer-widgets,microformats,post-formats,rtl-language-support,sticky-post,translation-ready,accessibility-ready,block-patterns
Version: 4.5.1768628368
Updated: 2026-01-17 05:39:28
*/

:root {
	--primary-navy: #005be1;
	--accent-gold: #333333;
	--light-gold: #fdf8e6;
	--text-body: #1f1f1f;
	--text-muted: #666666;
	--white: #ffffff;
	--footer-bg: #081427;
	--heading-font: "Roboto", sans-serif;
	--body-font: "Roboto", sans-serif;
	--transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
	font-family: var(--body-font);
	color: var(--text-body);
	line-height: 1.7;
	margin: 0;
	overflow-x: hidden;
}

@media(min-width:767px) {
.container, .container-fluid {
	max-width: 95% !important;
}
}
body.offcanvas-open {
	overflow: hidden;
}
.main-desc {
	color: #005be1;
}

a {
	text-decoration: none;
	transition: var(--transition);
}
.section-title {
	font-family: var();
	font-size: 50px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
	color: var(--accent-gold);
}

p.section-head-text{
   color: var(--primary-navy);
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-text {
    color: var(--text-body);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.7;
}

.col-lg-4.col-6.text-end.contact-info-head a span i {
    background: #000000;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* BANNER */
.vm-banner-area {
	position: relative;
	height: 85vh;
	min-height: 600px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.vm-banner-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -2;
}

.vm-banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 30, 59, 0.45);
	z-index: -1;
}

.vm-banner-glass-box {
    /* background: rgba(255, 255, 255, 0.1); */
    backdrop-filter: blur(1px);
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    border-radius: 20px;
    padding: 60px;
    width: 90%;
    max-width: 1100px;
    z-index: 5;
    /* box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37); */
}

.vm-banner-title {
	font-family: var(--heading-font);
	font-size: 64px;
	font-weight: 800;
	color: var(--white);
	line-height: 1.1;
	margin-bottom: 25px;
}

.vm-banner-title span {
	color: var(--accent-gold);
}

.vm-banner-desc {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	max-width: 600px;
	margin-bottom: 35px;
}

 /* About-us */

section#about {
    padding: 70px 0;
}

.about1-thumb__img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.about1-thumb-badge-shape-content__title {
    color: #0d6efd;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.about1-thumb-badge-shape-content__desc {
    color: rgba(31, 31, 31, 0.7);
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.about1-thumb__text {
    position: absolute;
    top: 15px;
    left: -6%;
    z-index: 1;
}

.about1-content {
    padding-top: 30px;
}

.section-top__subtitle {
    color: #005be1;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-top__title {
    font-size: 45px;
    font-weight: 700;
}

.section-top__desc {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.7;
}

.about1-content-checklist-item {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.about1-content-checklist-item i {
    color: #005be1;
}
ul{
	padding: 0 0 0 0 !important;
}

/* TEXT SLIDER (MARQUEE) */
.nbs-text-marquee-area {
	background-color: #333333;
	padding: 40px 0;
	overflow: hidden;
	position: relative;
}

.nbs-marquee-wrapper {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
}

.nbs-marquee-content {
	display: flex;
	animation: marquee 30s linear infinite;
}

.nbs-marquee-item {
	display: flex;
	align-items: center;
	padding: 0 40px;
}

.nbs-marquee-title {
	font-family: var(--heading-font);
	font-size: 60px;
	font-weight: 900;
    color:  rgba(240, 240, 240, 0.78);
	text-transform: uppercase;
	margin: 0;
	transition: var(--transition);
	cursor: default;
}

.nbs-marquee-item:hover .nbs-marquee-title {
	color: #fff;
	-webkit-text-stroke: 1px var(--accent-gold);
}

.nbs-marquee-dot {
	margin-left: 40px;
	width: 15px;
	height: 15px;
	background-color:  rgba(240, 240, 240, 0.78);
	border-radius: 50%;
	display: inline-block;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* SECTION HEADINGS */
.vm-section-subtitle {
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--accent-gold);
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}

.vm-section-title {
	font-family: var(--heading-font);
	font-size: 42px;
	font-weight: 800;
	color: var(--primary-navy);
	line-height: 1.2;
}

/* KEY FEATURES SECTION */
.nbs-features-area {
    padding: 70px 0;
    background: #f5f9ff; /* light pharma blue bg */
}

/* CARD */
.nbs-feature-card {
    background: var(--white);
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 35px rgba(0, 91, 225, 0.08);
    transition: 0.4s ease;
    border-bottom: 4px solid transparent;
    height: 100%;
    text-align: center;
}

/* HOVER EFFECT */
.nbs-feature-card:hover {
    transform: translateY(-10px);
    border-bottom: 4px solid var(--primary-navy);
    box-shadow: 0 15px 45px rgba(0, 91, 225, 0.15);
}

/* ICON */
.nbs-feature-icon {
    font-size: 42px;
    color: var(--primary-navy);
    margin-bottom: 20px;
    display: inline-block;
    transition: 0.3s;
}

.nbs-feature-card:hover .nbs-feature-icon {
    color: var(--accent-gold);
    transform: scale(1.1);
}

/* TITLE */
.nbs-feature-card h3 {
    font-family: var(--heading-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-navy);
    margin-bottom: 12px;
}

/* TEXT */
.nbs-feature-card p {
    color: var(--text-muted);
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 767px) {
    .nbs-feature-card {
        padding: 30px 20px;
    }

    .nbs-feature-card h3 {
        font-size: 20px;
    }
}


/* CTA SECTION */
.vm-cta-area {
	padding: 60px 0;
	background-color: var(--primary-navy);
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.vm-cta-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('https://images.unsplash.com/photo-1579165466541-71ae22406322?auto=format&fit=crop&q=80&w=1500') center center / cover no-repeat;
	opacity: 0.1;
	z-index: -1;
}

.vm-cta-content h2 {
	font-family: var(--heading-font);
	font-size: 45px;
	font-weight: 800;
	color: var(--white);
	margin-bottom: 20px;
}

.vm-cta-content p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 40px;
	max-width: 700px;
}

.vm-cta-btns {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.vm-btn-outline-white {
	border: 2px solid var(--white);
	color: var(--white);
	padding: 12px 30px;
	border-radius: 5px;
	font-family: var(--heading-font);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}

.vm-btn-outline-white:hover {
	background: var(--white);
	color: var(--primary-navy);
}

/* COUNTER / WORLD SECTION */
.nbs-world-area {
    padding: 70px 0;
    background-color: #333333;
    position: relative;
}

.nbs-counter-card {
    text-align: center;
    padding: 40px 20px 0 20px;
}

.nbs-counter-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: rgb(0 91 225);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
    border: 1px solid rgb(119 115 115);
}

.nbs-counter-number {
    font-family: var(--heading-font);
    font-size: 54px;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nbs-counter-number span {
    display: inline-block;
}

.nbs-counter-suffix {
    color: #fff;
    margin-left: 5px;
}

.nbs-counter-label {
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* PROJECT AREA */
section#nbs-project-area {
    padding: 0 0 70px 0;
    background: #f5f9ff;
}

/* CARD */
.nbs-project-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: var(--primary-navy);
}

/* IMAGE */
.nbs-project-item img {
    width: 100%;
    transition: 0.6s ease;
    filter: brightness(0.85);
}

/* HOVER IMAGE */
.nbs-project-item:hover img {
    transform: scale(1.1);
    filter: brightness(0.5);
}

/* CONTENT */
.nbs-project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px;
    z-index: 2;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s ease;
}

.nbs-project-item:hover .nbs-project-content {
    transform: translateY(0);
    opacity: 1;
}

.nbs-project-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}

.nbs-project-cat span {
    color: var(--accent-gold);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ICON */
.nbs-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.4s ease;
}

.nbs-project-item:hover .nbs-icon {
    opacity: 1;
    transform: scale(1);
}

.nbs-icon a {
    width: 50px;
    height: 50px;
    background: var(--accent-gold);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


section#nbs-products-area {
    padding: 70px 0 ;
}
.slick-dots li button {
    display: none;
}
/* SUBTITLE */
.nbs-section-subtitle {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: var(--accent-gold);
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}


/* SECTION TEXT (GLOBAL SUPPORT) */
.section-text {
	font-family: var(--body-font);
	font-size: 16px;
	line-height: 1.7;
	color: var(--text-muted);
}

/* SLIDER */
.nbs-products-slider {
	margin: 0 -15px;
    display: block;
}

.nbs-products-slider .slick-slide {
	margin: 0 10px;
}
section.nbs-products-area {
    padding: 70px 0;
    background: #f5f9ff;
}

/* PRODUCT CARD */
.nbs-product-item {
	background: var(--white);
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
	border: 1px solid #f0f0f0;
	margin-bottom: 30px;
}

.nbs-product-item:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	border-color: var(--accent-gold);
}

/* IMAGE */
.nbs-product-thumb {
	position: relative;
	height: 250px;
	overflow: hidden;
}

.nbs-product-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease;
}

.nbs-product-item:hover .nbs-product-thumb img {
	transform: scale(1.1);
}

/* BADGE */
.nbs-product-badge {
	position: absolute;
	top: 15px;
	right: 15px;
	background: var(--accent-gold);
	color: var(--white);
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 4px;
	text-transform: uppercase;
}

/* CONTENT */
.nbs-product-content {
	padding: 25px;
	text-align: center;
}

.nbs-product-content h4 {
	font-family: var(--body-font);
	font-size: 20px;
	font-weight: 700;
	color: var(--primary-navy);
	margin-bottom: 10px;
}

.nbs-product-content p {
	font-size: 14px;
	color: var(--text-muted);
	margin-bottom: 20px;
}

/* TESTIMONIALS SECTION */
.vm-testimonial-area {
	padding: 60px 0;
	background-color: var(--light-gold);
}

.vm-testimonial-slider {
	margin-top: 50px;
}

.vm-testimonial-item {
	padding: 15px;
}

.vm-testimonial-card {
	background: var(--white);
	padding: 40px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	position: relative;
}

.vm-testimonial-quote {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 50px;
	color: rgba(197, 160, 77, 0.1);
	font-family: serif;
}

.vm-testimonial-stars {
	color: var(--accent-gold);
	font-size: 14px;
	margin-bottom: 15px;
}

.vm-testimonial-text {
	font-style: italic;
	color: var(--text-body);
	margin-bottom: 25px;
	font-size: 16px;
}

.vm-testimonial-user {
	display: flex;
	align-items: center;
	gap: 15px;
}

.vm-testimonial-user img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid var(--accent-gold);
}

.vm-testimonial-info h5 {
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--primary-navy);
	margin: 0;
}

.vm-testimonial-info span {
	font-size: 13px;
	color: var(--accent-gold);
	font-weight: 600;
	text-transform: uppercase;
}


/* WHY CHOOSE SECTION */
.nbs-choose-area {
	padding: 60px 0;
	background-color: var(--white);
}

.nbs-choose-thumb {
	position: relative;
}

.nbs-choose-thumb img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 20px 20px 0px #005be117;
}

.nbs-choose-experience {
	position: absolute;
	bottom: 40px;
	right: -20px;
	background: var(--accent-gold);
	color: var(--white);
	padding: 30px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.nbs-choose-experience h4 {
	font-size: 36px;
	font-weight: 800;
	margin: 0;
}

/* FAQ */
.nbs-faq-wrapper {
	margin-top: 40px;
}

.nbs-faq-item {
	background: #fdfdfd;
	border: 1px solid #eee;
	border-radius: 12px;
	margin-bottom: 15px;
	overflow: hidden;
	transition: var(--transition);
}

.nbs-faq-item:hover {
	border-color: var(--accent-gold);
	box-shadow: 0 5px 15px rgba(197, 160, 77, 0.1);
}

.nbs-faq-header {
	width: 100%;
	padding: 20px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
}

.nbs-faq-header h4 {
	font-size: 17px;
	font-weight: 700;
	color: var(--primary-navy);
	margin: 0;
}

.nbs-faq-icon {
    width: 30px;
    height: 30px;
    background: #333333ab;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: var(--transition);
}

.nbs-faq-item.active .nbs-faq-icon {
	background: var(--accent-gold);
	color: var(--white);
	transform: rotate(180deg);
}

.nbs-faq-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	padding: 0 25px;
}

.nbs-faq-item.active .nbs-faq-content {
	max-height: 200px;
	padding-bottom: 20px;
}

/* =========================
   CTA SECTION
========================= */

.nbs-cta-area {
	padding: 80px 0;
	background: var(--accent-gold);
	position: relative;
	overflow: hidden;
	color: var(--white);
}

.nbs-cta-area::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: rgb(0 91 225 / 23%);
    border-radius: 50%;
    top: -300px;
    right: -300px;
    z-index: 0;
}
.nbs-cta-content {
	position: relative;
	z-index: 1;
}

.nbs-cta-btns {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.nbs-btn-primary {
	background: var(--accent-gold);
	color: var(--primary-navy);
	font-weight: 700;
	border-radius: 8px;
	text-decoration: none;
	transition: 0.3s ease;
	display: inline-flex;
	align-items: center;
	border: none;
}

.nbs-btn-primary:hover {
	background: none;
	color: var(--primary-navy);
	border: 2px solid var(--primary-navy);
	transform: translateY(-2px);
}

.nbs-btn-outline-white {
	border: 2px solid #fff;
	color: #fff;
	padding: 13px 30px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s ease;
	display: inline-flex;
	align-items: center;
}

.nbs-btn-outline-white:hover {
	background: #fff;
	color: var(--primary-navy);
}

.nbs-cta-floating-icon {
	position: relative;
	z-index: 1;
}


/* =========================
   CONTACT SECTION
========================= */

.nbs-contact-area {
	padding: 60px 0;
	background-color: #f8f9fa;
	position: relative;
	overflow: hidden;
}

.nbs-contact-area::before {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	background: var(--light-gold);
	border-radius: 50%;
	top: -250px;
	left: -250px;
	opacity: 0.3;
	z-index: 0;
}

.nbs-contact-wrapper {
	position: relative;
	z-index: 1;
}

/* LEFT BOX */
.nbs-contact-info-box {
	background: var(--primary-navy);
	padding: 60px;
	border-radius: 20px;
	color: var(--white);
	height: 100%;
	box-shadow: 0 20px 50px rgba(11, 30, 59, 0.2);
}

.nbs-contact-info-box h3 {
	font-family: var(--heading-font);
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 30px;
	color: var(--accent-gold);
}

.nbs-contact-item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 35px;
}

.nbs-contact-icon {
	width: 50px;
	height: 50px;
	background: rgba(197, 160, 77, 0.2);
	border: 1px solid var(--accent-gold);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-gold);
	font-size: 20px;
	flex-shrink: 0;
}

.nbs-contact-text h5 {
	font-family: var(--heading-font);
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.nbs-contact-text p {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

/* RIGHT FORM */
.nbs-contact-form-box {
	background: var(--white);
	padding: 60px;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	height: 100%;
}

.nbs-form-group {
	margin-bottom: 25px;
}

.nbs-form-group label {
	display: block;
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--primary-navy);
	margin-bottom: 8px;
	font-size: 14px;
	text-transform: uppercase;
}

.nbs-form-control {
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px 20px;
	border-radius: 8px;
	font-family: var(--body-font);
	transition: 0.3s ease;
	outline: none;
}

.nbs-form-control:focus {
	border-color: var(--accent-gold);
	background: var(--white);
	box-shadow: 0 0 0 4px rgba(197, 160, 77, 0.1);
}

textarea.nbs-form-control {
	height: 150px;
	resize: none;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
	.section-title {
		font-size: 32px;
	}

	.nbs-contact-info-box,
	.nbs-contact-form-box {
		padding: 40px;
	}

	.nbs-cta-btns {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.section-title {
		font-size: 26px;
	}

	.nbs-contact-info-box,
	.nbs-contact-form-box {
		padding: 25px;
	}
}

/* FAQ NEW SECTION DESIGN */
.vm-n-faq-section {
	padding: 60px 0;
	background-color: #ffffff;
}

.vm-n-sticky-box {
	top: 100px;
}

.vm-n-faq-image img {
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.vm-n-contact-box {
	background: #f9fafb;
	border: 1px solid #eee;
}

.vm-n-badge {
	background-color: var(--bg-light-green);
	color: var(--dark-green);
	font-family: var(--heading-font);
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
}

/* Accordion Customization - Bootstrap 5 Style Overrides */
.vm-n-accordion .accordion-item {
	border: none !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
	margin-bottom: 20px;
	border-radius: 12px !important;
	overflow: hidden;
}

.vm-n-accordion .accordion-button {
	padding: 20px 25px;
	font-family: var(--heading-font);
	font-weight: 700;
	color: var(--primary-navy);
	font-size: 17px;
	background-color: white !important;
	box-shadow: none !important;
}

.vm-n-accordion .accordion-button:not(.collapsed) {
	color: var(--accent-gold);
	border-bottom: 1px solid #f0f0f0;
}

.vm-n-accordion .accordion-button::after {
	background-size: 14px;
	transition: var(--transition);
}

.vm-n-accordion .accordion-body {
	padding: 25px;
	color: var(--text-muted);
	font-size: 15px;
	line-height: 1.8;
}

/* FOOTER MODERN STYLING */


/* =========================
   FOOTER SECTION
========================= */

.nbs-main-footer {
    background-color: #333333;
    padding: 70px 0 0;
    color: var(--white);
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}

.nbs-main-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('https://www.transparenttextures.com/patterns/cubes.png');
	opacity: 0.03;
	pointer-events: none;
}

/* BRAND COLUMN */
.nbs-footer-brand-col img {
	max-width: 200px;
	margin-bottom: 30px;
}

.nbs-footer-brand-col p {
	color: rgb(255, 255, 255);
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 1.8;
}

/* SOCIAL */
.nbs-social-links {
	display: flex;
	gap: 12px;
}

.nbs-social-links a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: 0.3s ease;
}

.nbs-social-links a:hover {
	background: var(--accent-gold);
	color: var(--white);
	border-color: var(--accent-gold);
	transform: translateY(-5px);
}

/* WIDGET TITLE */
.nbs-footer-widget-title {
	font-family: var(--heading-font);
	font-size: 20px;
	font-weight: 800;
	color: var(--white);
	margin-bottom: 35px;
	position: relative;
	display: inline-block;
}

.nbs-footer-widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 35px;
	height: 3px;
	background: #ffffff;
}

/* LIST */
.nbs-footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nbs-footer-list li {
	margin-bottom: 18px;
	position: relative;
	padding-left: 20px;
}

.nbs-footer-list li::before {
	content: '\f105';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 14px;
}

.nbs-footer-list li a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	transition: 0.3s ease;
}

.nbs-footer-list li a:hover {
	color: rgb(0 91 225);
	padding-left: 8px;
}

/* CONTACT */
.nbs-footer-contact-item {
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
	align-items: flex-start;
}

.nbs-footer-contact-icon {
    width: 45px;
    height: 45px;
    background: rgb(233 233 233 / 24%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    flex-shrink: 0;
    border: 1px solid rgb(13 110 253 / 39%);
}
.nbs-footer-contact-text h6 {
	font-family: var(--heading-font);
	font-size: 16px;
	font-weight: 700;
	color: var(--white);
	margin-bottom: 4px;
}

.nbs-footer-contact-text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

/* BOTTOM BAR */
.nbs-footer-bottom {
	margin-top: 40px;
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.nbs-copyright-text {
    color: rgb(255 255 255);
    font-size: 14px;
    margin: 0;
}
.nbs-footer-bottom-links {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
}

.nbs-footer-bottom-links a {
	color: rgb(255, 255, 255);
	font-size: 14px;
	transition: 0.3s ease;
}

.nbs-footer-bottom-links a:hover {
	color: var(--accent-gold);
}

/* RESPONSIVE */
@media (max-width: 991px) {

	.nbs-footer-bottom-links {
		justify-content: center;
		margin-top: 15px;
	}

	.nbs-copyright-text {
		text-align: center;
	}

	.nbs-main-footer {
		padding: 30px 0 0;
	}
}


/* Breadcrumb Css */
.page-breadcrumb {
    background: linear-gradient(135deg, var(--accent-gold) 0%, var(--primary-navy) 100%);
    padding: 40px 0 40px 0;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    overflow: hidden;
}
.page-breadcrumb .container-fluid{
	position: relative;
	z-index: 1;
}

.page-breadcrumb::before {
	content: "";
	position: absolute;
	top: -50px;
	right: -50px;
	width: 200px;
	height: 200px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.page-breadcrumb::after {
	content: "";
	position: absolute;
	bottom: -80px;
	left: -80px;
	width: 250px;
	height: 250px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.page-breadcrumb .container {
	position: relative;
	z-index: 1;
}

.page-breadcrumb span.breadcrumb_new a {
	color: #fff;
	background: var(--accent-gold);
	padding: 5px;
	border-radius: 7px;
	text-decoration: none;
}

.page-breadcrumb span.breadcrumb_new {
	color: #fff;
}

.page-breadcrumb .extraa {
	margin: 54px 0;
}

@media(max-width:767px) {
.page-breadcrumb {
    padding: 45px 0 30px;
}

	.page-breadcrumb .extraa {
		margin: 15px 0;
	}
}

section.inner-page {
    padding: 60px 0;
}


/* about us */
        .about-page-main-section {
            background-color: #ffffff;
            border-radius: 15px;
            margin-top: 2rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }
        .about-page-main-section h2 {
            font-weight: 600;
            color: var(--primary-navy);
            margin-bottom: 2.5rem;
        }
        
        .about-content-block h3 {
            font-weight: 500;
            color: var(--primary-navy);
            margin-bottom: 1.5rem;
        }
        .about-content-block p {
            font-size: 16px;
            line-height: 1.7;
            color: #555;
        }
        .about-image-container {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }
        .about-image-container img {
            width: 100%;
            height: auto;
            display: block;
        }
       .vision-section {
    padding: 3rem 0 ;
    background-color: #e9f7ff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    text-align: center;
}
        .vision-section h3 {
            font-weight: 600;
            color: var(--primary-navy); 
            margin-bottom: 1.5rem;
        }
        .vision-section p {
            font-size: 16px;
            line-height: 1.8;
            color: #495057;
            max-width: 900px;
            margin: 0 auto;
        }

@media(max-width:767px) {
		.vision-section {
    padding: 1rem 0 0;
}
}

    /* director message */
       
        .directors-section-heading {
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-navy);
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 1rem;
}
        .directors-section-heading::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
            width: 80px;
            height: 4px;
            background-color: var(--primary-navy);
            border-radius: 2px;
        }

        .message-content-section {
            padding: 3.5rem; 
            background: linear-gradient(135deg, #e0f2f7, #cce7ff);
            border-radius: 18px; 
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
            text-align: center;
            border: 1px solid var(--primary-navy); 
        }
        .message-content-section h3 {
            font-weight: 700;
            color: var(--primary-navy); 
            margin-bottom: 2rem; 
            font-size: 25px;
        }
        .message-content-section p {
            font-size: 1rem; 
            line-height: 1.9;
            color: #3a4750; 
            margin-bottom: 1.25rem;
        }
        .director-signature {
            font-weight: 700; 
            font-size: 1.3rem; 
            color: #212529; 
            margin-top: 2.5rem; 
            display: block;
        }
        .director-title {
            font-size: 1rem;
            color: #6c757d;
        }

        .director-profile-section {
            padding: 3.5rem 0 0; 
            margin-bottom: 4rem; 
            background-color: #f7faff; 
            border-radius: 20px; 
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }
        .director-profile-image-container {
            border-radius: 50%; 
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); 
            margin-bottom: 2.5rem;
            width: 300px; 
            height: 300px; 
            margin-left: auto;
            margin-right: auto;
            border: 6px solid var(--accent-gold); 
            transition: transform 0.3s ease;
        }
        .director-profile-image-container:hover {
            transform: scale(1.03); 
        }
        .director-profile-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover; 
        }
        .director-profile-text h4 {
            font-weight: 700;
            color: var(--primary-navy); 
            margin-bottom: 1.5rem; 
            font-size: 2.2rem; 
            position: relative;
            padding-bottom: 0.75rem;
        }
        .director-profile-text h4::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            height: 3px;
            background-color: var(--accent-gold);
            border-radius: 2px;
        }
        .director-profile-text p {
            font-size: 16px; 
            line-height: 1.9; 
            color: #495057; 
        }

        .future-outlook-section {
            padding: 3.5rem; 
            background: linear-gradient(135deg, #e0f2f7, #cce7ff);
            border-radius: 18px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            text-align: center;
            border: 1px solid rgba(0, 123, 255, 0.2);
        }
        .future-outlook-section h3 {
            font-weight: 700;
            color: var(--primary-navy); 
            margin-bottom: 2rem; 
            font-size: 25px;
        }
        .future-outlook-section p {
            font-size: 1rem; 
            line-height: 1.9; 
            color: #3a4750; 
            max-width: 900px;
            margin: 0 auto;
        }

@media(max-width:767px) {
		.directors-section-heading {
font-size: 25px;
}
.message-content-section {
    padding: 1.5rem;

}
.director-profile-text h4 {
    font-size: 1.2rem;
}
}
/* mission,vission */
         .mvv-card-unique {
            background-color: #ffffff;
            border-radius: 25px;
            padding: 30px;
            margin-bottom: 40px;
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
            transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 1px solid rgba(255, 255, 255, 0.5);
            min-height: 320px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(5px);
            background: rgba(255, 255, 255, 0.9);
        }

        .mvv-card-unique::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, var(--accent-gold), #285EA7);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease-out;
        }

        .mvv-card-unique:hover {
            transform: translateY(-20px) scale(1.0);
            box-shadow: 0 25px 60px rgba(0,0,0,0.2);
        }

        .mvv-card-unique:hover::before {
            transform: scaleX(1);
        }

        .mvv-card-unique .card-icon-unique {
            font-size: 3.5rem;
            color: #0A2E50;
            margin-bottom: 30px;
            text-align: center;
            width: 100%;
            transition: color 0.4s ease, transform 0.4s ease;
            text-shadow: 0 3px 8px rgba(0,0,0,0.1);
        }

        .mvv-card-unique:hover .card-icon-unique {
            color: var(--accent-gold);
            transform: scale(1.1);
        }

        .mvv-card-unique h3 {
            font-size: 25px;
            font-weight: 700;
            color: var(--primary-navy);
            margin-bottom: 25px;
            text-align: center;
            letter-spacing: -0.5px;
        }

       .mvv-card-unique p {
    font-size: 15px;
    color: #4A4A4A;
    text-align: center;
    flex-grow: 1;
}
        .values-section-unique .mvv-card-unique {
            min-height: 280px;
        }

        .values-section-unique .mvv-card-unique h3 {
            font-size: 1.9rem;
            margin-bottom: 15px;
        }

        .values-section-unique .mvv-card-unique .card-icon-unique {
            font-size: 3.5rem;
        }

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

        @keyframes floatShape {
            0% { transform: translate(0, 0) rotate(0deg); }
            25% { transform: translate(20px, -20px) rotate(15deg); }
            50% { transform: translate(0, 0) rotate(0deg); }
            75% { transform: translate(-20px, 20px) rotate(-15deg); }
            100% { transform: translate(0, 0) rotate(0deg); }
        }

        @media (max-width: 1024px) {
            .hero-section-unique h1 {
                font-size: 3.5rem;
            }
            .hero-section-unique p {
                font-size: 1.3rem;
            }
            .mvv-card-unique {
                padding: 30px;
                min-height: 280px;
            }
            .mvv-card-unique .card-icon-unique {
                font-size: 4rem;
            }
            .mvv-card-unique h3 {
                font-size: 2.2rem;
            }
            .mvv-card-unique p {
                font-size: 1.05rem;
            }
            .values-section-unique .mvv-card-unique {
                min-height: 240px;
            }
            .values-section-unique .mvv-card-unique h3 {
                font-size: 1.7rem;
            }
            .values-section-unique .mvv-card-unique .card-icon-unique {
                font-size: 3.5rem;
				margin-bottom: 10px;
            }
        }

        @media (max-width: 768px) {
            .hero-section-unique {
                padding: 70px 0;
                border-bottom-left-radius: 60px;
                border-bottom-right-radius: 60px;
            }
            .hero-section-unique h1 {
                font-size: 2.8rem;
            }
            .hero-section-unique p {
                font-size: 1.1rem;
            }
            .mvv-card-unique {
                padding: 25px;
                min-height: auto;
            }
            .mvv-card-unique .card-icon-unique {
                font-size: 3.5rem;
				margin-bottom: 10px;
            }
            .mvv-card-unique h3 {
                font-size: 1.8rem;
            }
            .mvv-card-unique p {
                font-size: 1rem;
            }
            .values-section-unique .mvv-card-unique {
                min-height: auto;
            }
        }

        @media (max-width: 480px) {
            .hero-section-unique {
                padding: 50px 0;
                border-bottom-left-radius: 40px;
                border-bottom-right-radius: 40px;
            }
            .hero-section-unique h1 {
                font-size: 2.2rem;
            }
            .hero-section-unique p {
                font-size: 0.95rem;
            }
            .mvv-card-unique {
                padding: 20px;
				margin-bottom: 0;
            }
            .mvv-card-unique .card-icon-unique {
                font-size: 3rem;
            }
            .mvv-card-unique h3 {
                font-size: 1.5rem;
            }
        }

		 #nbs-mobile-quick-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--primary-navy);
        padding: 10px 6px;
        z-index: 99;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
        animation: slideUp 0.6s ease forwards;
    }

    #nbs-mobile-quick-menu a {
        flex: 1;
        text-align: center;
        color: var(--white);
        font-family: var(--body-font);
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        padding: 10px 6px;
        border-radius: 10px;
        transition: var(--transition);
        position: relative;
        overflow: hidden;
    }

    #nbs-mobile-quick-menu i {
        display: block;
        font-size: 20px;
        margin-bottom: 4px;
        transition: var(--transition);
    }

    #callll {
        background: linear-gradient(135deg, var(--accent-gold), #b8943c);
    }

    #whatsappp {
        background: linear-gradient(135deg, #25D366, #1ebe5d);
    }

    #nbs-mobile-quick-menu .custom-primary {
        background: linear-gradient(135deg, var(--primary-navy), var(--footer-bg));
        border: 1px solid var(--accent-gold);
    }

    #nbs-mobile-quick-menu a:hover,
    #nbs-mobile-quick-menu a:focus {
        transform: translateY(-4px);
    }

    #nbs-mobile-quick-menu a:hover i {
        transform: scale(1.2) rotate(-5deg);
    }

    #nbs-mobile-quick-menu a::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.15);
        opacity: 0;
        transition: var(--transition);
    }

    #nbs-mobile-quick-menu a:active::after {
        opacity: 1;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    #whatsappp {
        animation: pulseGlow 2.5s infinite;
    }

    @keyframes pulseGlow {
        0% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
        }

        70% {
            box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        }
    }

	@media(max-width:767px){
		.vm-offcanvas-area {
    display: none;
}
.vm-contact-info-box {
    padding: 30px 10px;
}
section {
	overflow: hidden;
}
	}
/* HEADER TOP */
.nbs-header-top-area {
    background: var(--primary-navy);
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
}

.nbs-header-top-list-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}

.nbs-header-top-social-box a {
    color: #fff;
    margin-left: 10px;
}

/* HEADER */
.nbs-header-area {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.nbs-header-logo img {
    max-width: 160px;
}

/* BUTTONS */
.nbs-btn-primary {
    background: var(--primary-navy);
    color: #fff;
    padding: 10px 20px;
    margin-left: 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.nbs-btn-primary:hover {
    background: var(--accent-gold);
    color: #fff;
}

.nbs-btn-secondary {
    background: #595959;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.3s;
}

.nbs-btn-secondary:hover {
    background: var(--accent-gold);
    color: #fff;
}

/* MENU ICON */
.nbs-menu-bar {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--primary-navy);
    margin-left: 15px;
}

/* RESPONSIVE */
.contact-info-head {
    display: inline-block;
}

@media (max-width:767px){
    .contact-info-head {
        display: none !important;
    }
}

@media(min-width:767px) and (max-width:1399px) {
    .nbs-header-area .nbs-btn-primary,
    .nbs-header-area .nbs-btn-secondary {
        padding: 8px 15px !important;
    }

    .nbs-header-top-area {
        font-size: 13px;
    }
}


/* HERO SECTION */
.hero-section {
    position: relative;
    background: url('https://hivends.org/nbsmed/wp-content/uploads/2026/04/freepik_i-want-to-use-all-the-ima_2832557225.png') no-repeat center center / cover;
    padding: 120px 0 150px 0;
    color: #fff;
    z-index: 1;
}
section.hero-form-section {
    padding: 70px 0 0 0;
}
/* DARK OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 78%) 35%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.hero-section .container {
    position: relative;
    z-index: 2;
}


/* CONTENT */
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-subtitle {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #fff;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

/* BUTTON */
.hero-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}

.wpcf7-form p {
    margin: 0;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.3s;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #0094da;
    box-shadow: 0 0 0 2px rgba(0,148,218,0.1);
    outline: none;
}
.wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 14px;
    background: var(--primary-navy);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    margin: 45px 0 0 0;
}

.wpcf7-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #333333, #313337);
}

.wpcf7-form input::placeholder {
    color: #999;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    color: red;
}

.wpcf7-mail-sent-ok {
    color: green;
    font-size: 14px;
    margin-top: 10px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 991px) {
    .hero-form {
        margin-top: 30px;
    }
}
.view-all-btn {
    background-color: #005be1;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}
.view-all-btn:hover {
    background: #333333;
}

.view-all-btn .arrow-icon {
    background: #000000;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-all-btn .arrow-icon:hover {
    background: #005be1;
}


label {
    display: inline-block;
    width: 100%;
}


@media (max-width: 767px) {
	p.hero-desc {
    display: none;
}
	.hero-title {
    font-size: 32px;
}
	.hero-section {
    position: relative;
    padding: 55px 0 131px 0;
    color: #fff;
    z-index: 1;
    background: url(https://hivends.org/nbsmed/wp-content/uploads/2026/04/nbs-med-responsive.png);
		display:block !important;
}
	section.hero-form-section {
    padding: 0px 0 0 0;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 68%) 35%, rgb(0 0 0 / 30%) 18%);
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.40) 40%, rgba(0, 0, 0, 0.10) 100%);
}

}