/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/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.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6, p, a, b, strong, div, span ul, li {
    font-family: "Funnel Sans", sans-serif !important;
}
  body.home.blog.logged-in.admin-bar.wp-embed-responsive.wp-theme-twentythirteen.mega-menu-primary.single-author.sidebar.customize-support {
    overflow-x: hidden !important;
}
.event-label:hover {
    background: #c1c1c1 !important;
    color: #fff !important;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(41 30 30 / 55%);
    z-index: 0;
}

section.products-section.container h2 {
    color: #000;
}
.d-flex.justify-content-between.align-items-center.mb-4.extra {
    text-align: center;
}
section.achievements-section.container p {
    line-height: 27px;
}
section#geallery {
    margin: 60px 0 70px 0;
}
.video-overlay p {
    margin: 0 0 0 11px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}
.d-flex.justify-content-between.align-items-center.mb-4.extra b {
    color: #58b99d;
}
.clients-carousel .client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.clients-carousel .client-logo img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
}
h2.giver {
    color: #000;
}
section.pageheader {
    background: url(https://hivends.org/deml/wp-content/uploads/2025/09/Untitled-design-2025-09-16T131816.690-1.png) rgb(0 0 0 / 38%);
    background-size: cover;
    background-position: center;
    padding: 65px 0 50px 0;
    background-blend-mode: multiply;
    border-radius: 0px;
    margin-bottom: 30px;
}
span.breadcrumb_new {
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin: 55px 0 0 0;
}
span.breadcrumb_new a {
    color: #fff;
}

   .video-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }
     section#background {
    filter: brightness(0.5);
}
    /* Content styling */
    .hero-section {
      position: relative;
      height: 100vh;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index: 1;
    }

    .hero-section h1 {
      font-size: 2.8rem;
      font-weight: 600;
    }

    .divider {
      width: 60%;
      height: 1px;
      background: #fff;
      margin: 20px auto;
    }

    .event-bar {
      display: flex;
      align-items: center;
      justify-content: start;
      background: #fff;
      border-radius: 50px;
      overflow: hidden;
      max-width: 600px;
      margin-top: 20px;
    }

.event-label {
    background: #5a9a8c;
    color: #fff;
    padding: 10px 30px;
    font-weight: bold;
    border-radius: 50px 0 0 50px;
}
.event-label a {
    color: #ffebeb;
    text-decoration: none;
}
    .event-text {
      padding: 8px 20px;
      color: #000;
      flex: 1;
    }
	.achievements-section {
      padding: 60px 0;
    }
    .pdf-viewer {
      border: 1px solid #ddd;
      border-radius: 6px;
      box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
      height: 600px; /* Adjust height */
      width: 100%;
    }
.download-btn {
    border: 2px solid #4f9294;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #4f9294;
}
section.products-section.container.aos-init.aos-animate h6 {
    color: #619194;
}
/* ----------- state section css start -------------- */
/* scroll section  start */
.main-sticky-container {
	position: relative;
	height: auto;
}

.main-sticky-container .sticky-wrapper {
	height: 100vh;
	position: sticky;
	top: 0;
	overflow: hidden;
	display: flex;
}

.main-sticky-container .content-container {
	display: flex;
	width: 100%;
	height: 100%;
}

.main-sticky-container .image-side {
	width: 50%;
	position: relative;
	background-color: #f0f0f0;
	overflow: hidden;
}

.main-sticky-container .image-side img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
}

.main-sticky-container .image-side img.active {
	opacity: 1;
}

.main-sticky-container .text-side {
	width: 50%;
	background-color: var(--b2b-green-medium);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 32px;
	position: relative;
	overflow: hidden;
}

.main-sticky-container .text-content {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 64px;
	box-sizing: border-box;
	opacity: 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transform: translateY(50px);
}

.main-sticky-container .text-content h2 {
	font-size: 48px;
	font-weight: 700;
	color: var(--dark-blue);
	margin-bottom: 16px;
}

.main-sticky-container .text-content .number {
    font-size: 128px;
    font-weight: 200;
    color: rgb(79 120 119);
    line-height: 1;
    margin-bottom: 8px;
}
a.read-more {
    background: #587777;
    text-align: center;
}
.main-sticky-container .text-content p {
	color: var(--text-gray);
	font-size: 15px;
	line-height: 1.6;
}

.main-sticky-container .text-content ul {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 32px;
}

.main-sticky-container .text-content li {
	font-size: 16px;
	color: var(--text-gray);
	display: flex;
	align-items: center;
}

.main-sticky-container .text-content li i {
	color: var(--primary-green);
	margin-right: 8px;
}

.main-sticky-container .text-content .read-more {
    background-image: linear-gradient(to right, var(--medium-blue), var(--primary-green));
    padding: 12px 24px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin-top: 40px;
    font-weight: 600;
    transition: background-color 300ms ease;
}

.main-sticky-container .text-content .read-more:hover {
	background-image: linear-gradient(to right, var(--primary-green), var(--medium-blue));
}
span.callingo {
    font-size: 21px !important;
}
.main-sticky-container .scroll-indicator {
	display: none;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(-5px);
	}
}

@media (max-width: 768px) {

	.main-sticky-container .sticky-wrapper {
		flex-direction: column;
		height: auto;
		position: relative;
		overflow: visible;
	}

	.main-sticky-container {
		height: auto;
	}

	.main-sticky-container .image-side,
	.main-sticky-container .text-side {
		width: 100%;
	}

	.main-sticky-container .image-side {
		height: 50vh;
		position: relative;
	}

	.main-sticky-container .image-side img {
		position: relative;
		opacity: 1;
		height: 100%;
	}

	.main-sticky-container .text-content {
		height: auto;
		position: relative;
		opacity: 1;
		padding: 32px 16px;
		transform: translateY(0) !important;
	}

	.main-sticky-container .text-content h2 {
		font-size: 35px;
	}

	.main-sticky-container .text-content .number {
		font-size: 96px;
	}

	.main-sticky-container .text-content ul {
		grid-template-columns: 1fr;
	}

	.main-sticky-container .scroll-indicator {
		display: none;
	}
}



    .download-btn:hover {
      background: #000;
      color: #fff;
    }
    .download-btn i {
      margin-left: 8px;
      transition: transform 0.3s;
    }
    .download-btn:hover i {
      transform: translateX(5px);
    }
  .products-section {
      padding: 0 0 60px 0;
    }
    .products-section h2 {
      font-size: 2.2rem;
      font-weight: 600;
    }
    .products-section p {
      color: #555;

    }
    section.events-section a {
    color: #fff;
}
    .view-all {
      color: #d9534f;
      font-weight: 500;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      margin-top: 15px;
    }
    .view-all i {
      margin-left: 8px;
      transition: transform 0.3s;
    }
    .view-all:hover i {
      transform: translateX(5px);
    }

    .product-card {
      background: #f8f8f8;
      padding: 30px 15px;
      text-align: center;
      border-radius: 8px;
      transition: all 0.3s ease-in-out;
    }
    .product-card img {
      height: 140px;
      margin-bottom: 15px;
      object-fit: contain;
    }
    .product-card h5 {
      font-size: 1.1rem;
      font-weight: 500;
      margin: 0;
    }
    .product-card:hover {
      background: #fff;
      box-shadow: 0px 4px 15px rgba(0,0,0,0.1);
    }
	.events-section {
      background: #111;
      color: #fff;
      padding: 60px 0;
    }
    .events-section h2 {
      font-weight: 600;
    }
    .event-card {
      background: #222;
      border-radius: 50px;
      padding: 12px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
      transition: all 0.3s ease-in-out;
    }
  .event-card span {
    font-size: 0.95rem;
    font-weight: 400;
    color: #000;
}
.event-btn {
    background: #5b948d;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 6px 18px;
    font-size: 0.9rem;
    transition: all 0.3s ease-in-out;
}
    .event-btn:hover {
      background: #c0392b;
    }
    .view-all {
      color: #fff;
      font-weight: 500;
      margin-top: 20px;
      display: inline-flex;
      align-items: center;
      text-decoration: none;
    }
    .view-all i {
      margin-left: 6px;
      transition: transform 0.3s;
    }
    .view-all:hover i {
      transform: translateX(5px);
    }
    /* Video Section */
    .video-section {
      position: relative;
      margin-top: 40px;
      border-radius: 8px;
      overflow: hidden;
    }
.video-overlay {
    position: absolute;
    inset: 0;
    background: rgb(76 151 146 / 77%);
    display: flex;
    justify-content: center;
    align-items: center;
}
    .video-overlay i {
      font-size: 3rem;
      color: #fff;
      cursor: pointer;
    }
.international-presence {
    background-color: #286d6d;
    color: #fff;
    min-height: 450px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
a.hyperlink {
    color: #3c6c6c;
}
.container {
    max-width: 90% !important;
    margin: auto;
}
section.blogs-section a {
    color: #fff;
}
footer.footer a:hover {
    color: #476b6b;
}
section.container-fluid.international-presence {
    margin: 0 0 0px 0;
}
    .international-presence h5 {
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 1px;
    }
    .international-presence h2 {
      font-size: 42px;
      font-weight: 600;
      line-height: 1.2;
      margin: 20px 0;
    }
    .international-presence p {
      font-size: 16px;
      line-height: 1.6;
    }
    .international-presence .know-more {
      margin-top: 20px;
      display: inline-flex;
      align-items: center;
      font-weight: 500;
      color: #fff;
      text-decoration: none;
    }
    .international-presence .know-more i {
      margin-left: 8px;
      transition: 0.3s;
    }
    .international-presence .know-more:hover i {
      transform: translateX(5px);
    }
    .globe-img {
      max-width: 300px;
      margin: auto;
    }
    section.container-fluid.international-presence svg {
    animation: rotating 12s linear infinite;
    position: relative;
}
    @media (max-width: 768px) {
      .international-presence {
        padding: 50px 20px;
        text-align: center;
      }
      .international-presence h2 {
        font-size: 28px;
      }
      .globe-img {
        margin-top: 30px;
      }
    }
	 .certification-card {
      background: #f9f9f9;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 20px;
      height: 100%;
      transition: transform 0.3s ease;
    }
    .certification-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
   .certification-title {
    font-weight: bold;
    color: #476b6b;
    font-size: 18px;
}
    .certification-card p {
      font-size: 14px;
      color: #555;
    }
 .view-link {
    color: #577171;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    text-decoration: none;
}
    .view-link:hover {
      text-decoration: underline;
    }
    .carousel-item {
      padding: 20px 0;
    }
	 .milestone-item {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
    }

    .milestone-item img {
      width: 100%;
      height: 400px;
      object-fit: cover;
      display: block;
    }

    /* Overlay effect */
.milestone-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(60 108 108 / 47%);
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.see-all {
    display: inline-block;
    margin-bottom: 40px;
    color: #3c6c6c;
    font-weight: 500;
    text-decoration: none;
}
.blogs-section {
    background-color: #3c6c6c;
    color: #fff;
    padding: 60px 0;
}
    .milestone-item:hover .milestone-overlay {
      opacity: 1;
    }

    .milestone-overlay p {
      margin: 0;
      font-size: 14px;
    }

    .milestone-overlay h4 {
      font-size: 22px;
      font-weight: bold;
      margin-top: 10px;
    }

    /* Custom Nav Arrows */
.owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #5a948f !important;
    color: #fff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px !important;
}

    .owl-nav .owl-prev {
      left: -50px;
    }

    .owl-nav .owl-next {
      right: -50px;
    }

    .owl-dots {
      margin-top: 20px;
    }
	    
    .section-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .accordion-button {
      background-color: transparent;
      color: #fff;
      font-size: 1.1rem;
      border: none;
      box-shadow: none;
    }
    .accordion-button::after {
      filter: invert(1); /* makes chevron white */
    }
    .accordion-item {
      background-color: transparent;
      border-bottom: 1px solid #444;
    }
    .accordion-body {
      color: #bbb;
    }
    .know-more {
      margin-top: 20px;
      display: inline-block;
      color: #fff;
      font-weight: 500;
      text-decoration: none;
    }
    .know-more:hover {
      text-decoration: underline;
    }
section#this-lesscar {
    background: url(./images/dark-shared-img-bg.webp);
    background-position: center;
    background-size: cover;
    padding: 55px 0;
}

div#qualityAccordion {
    margin: 40px 0 0 0;
}
    .clients-section {
      padding: 60px 0;
      text-align: center;
    }
    .clients-section h6 {
      font-weight: bold;
      color: #555;
      letter-spacing: 1px;
    }
   .clients-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}
    .clients-section p {
      max-width: 800px;
      margin: 0 auto 20px;
      color: #666;
    }
	.blogs-section {
    background-color: #3c6c6c;
    color: #fff;
    padding: 60px 0;
}
section#this-lesscar h6 {
    color: #fff;
}
    .blogs-section h6 {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
    }
    .blogs-section h2 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
   .view-all {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
}
    .view-all:hover {
      text-decoration: underline;
    }
    .blog-card {
      background: transparent;
      border: none;
      color: #fff;
    }
    .blog-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      margin-bottom: 15px;
    }
    .blog-card h5 {
      font-size: 1.2rem;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .blog-card p {
      font-size: 0.95rem;
      margin-bottom: 10px;
    }
    .read-more {
      color: #fff;
      font-weight: 500;
      text-decoration: none;
    }
    .read-more:hover {
      text-decoration: underline;
    }
    .see-all:hover {
      text-decoration: underline;
    }
    .client-logo {
      border: 1px solid #ddd;
      background: #fff;
      padding: 30px;
      height: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .client-logo:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
.client-logo img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
    transition: filter 0.3s ease;
}
    .client-logo:hover img {
      filter: grayscale(0%);
    }
	   .newsletter-section {
      text-align: center;
      padding: 60px 20px;
      background: #fff;
    }
    .newsletter-section h6 {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 14px;
      color: #333;
      margin-bottom: 10px;
    }
.newsletter-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}
    .newsletter-section p {
      max-width: 700px;
      margin: 0 auto 25px;
      color: #555;
      font-size: 1rem;
    }
    .newsletter-form {
      max-width: 500px;
      margin: 0 auto;
      display: flex;
      gap: 0;
    }
    .newsletter-form input {
      border-radius: 50px 0 0 50px;
      border: 1px solid #ccc;
      padding: 12px 20px;
      flex: 1;
      outline: none;
    }
    .newsletter-form button {
      border-radius: 0 50px 50px 0;
      background: #000;
      color: #fff;
      border: none;
      padding: 12px 30px;
      font-weight: 500;
      transition: 0.3s;
    }
    .newsletter-form button:hover {
      background: #333;
    }
	.footer {
    background-color: #000000;
    color: #fff;
    padding: 50px 20px;
}
    .footer h5 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .footer a {
      display: block;
      color: #ddd;
      text-decoration: none;
      margin-bottom: 8px;
      transition: color 0.3s;
    }
    .footer a:hover {
      color: #fff;
    }
    .footer-logo img {
      max-height: 60px;
      margin-bottom: 20px;
    }
footer.footer.this {
    background-color: #000000;
    color: #ddd;
    padding: 50px 20px 20px;
    font-size: 15px;
    border-top: 1px solid;
}
    .footer h5 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #fff;
    }
    .footer a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.3s;
    }
    .footer a:hover {
      color: #fff;
    }
    .social-icons a {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 5px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #ddd;
      text-align: center;
      color: #ddd;
      transition: all 0.3s;
    }
    .social-icons a:hover {
      background: #fff;
      color: #111;
    }
    .footer-bottom {
      border-top: 1px solid #333;
      margin-top: 30px;
      padding-top: 15px;
      font-size: 14px;
      text-align: center;
    }
	section#geallery h2 {
    color: #000;
}
section.container-fluid.international-presence h2 {
    color: #fff !important;
}

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
header#masthead {
    padding: 20px 0;
}
footer.footer h5 {
    color: #476b6b;
}
   .section-title {
      font-size: 1rem;
      font-weight: 700;
      color: #00796b;
      letter-spacing: 1px;
      margin-bottom: 10px;
      text-transform: uppercase;
    }
    .section-heading {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .section-text {
      font-size: 1rem;
      color: #555;
    }
 .highlight-box {
    background: #131312;
    color: #fff;
    padding: 25px;
    border-radius: 10px;
}
    .highlight-box a {
      display: inline-block;
      margin-top: 15px;
    }
   .road-section {
    background: #ffecec;
    padding: 50px 20px;
    border-radius: 15px;
}
.mt-2 {
    margin-top: .5rem!important;
}
a.btn.btn-success.mt-3 {
    background: #000 !important;
}
    .clients-logos img {
      max-width: 160px;
      margin: 15px auto;
      display: block;
      filter: grayscale(100%);
      transition: all 0.3s ease;
    }
    .clients-logos img:hover {
      filter: grayscale(0%);
    }
        .product-section {
      padding: 60px 0;
      border-bottom: 1px solid #eee;
    }
    .product-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #d32f2f;
      margin-bottom: 15px;
    }
    .product-text {
      font-size: 1rem;
      color: #555;
      margin-bottom: 20px;
    }
    .btn-explore {
      background: #000;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
    }
    .btn-explore:hover {
      background: #d32f2f;
      color: #fff;
    }
    .product-img {
      max-width: 100%;
      margin: auto;
      display: block;
    }
ul.brand-mv-list {
    text-align: left;
}
.brand-achievement-card, .brand-mission-card, .brand-vision-card, .brand-value-card {
    background: var(--brand-white);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border-top: 4px solid #353173;
    text-align: center;
}
.brand-value-card h4 {
    margin: 15px 0 0 0;
}
.achievement-icon, .mv-icon, .value-icon {
    width: 60px;
    height: 60px;
    background: rgba(139, 194, 74, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #518f8f;
    font-size: 1.5rem;
    margin: auto;
}
.brand-page-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #383180;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
}
.brand-section-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: #37317b;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 10px;
}
.brand-section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #363177;
    position: relative;
    padding-bottom: 15px;
}
.brand-process-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.process-number {
    display: none;
}
.brand-quote {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--brand-primary);
    padding: 20px;
    background: rgb(151 192 91 / 20%);
    border-left: 4px solid #433c8e;
    border-radius: 0 8px 8px 0;
}
     .location-section {
      padding: 60px 0;
      border-bottom: 1px solid #eee;
    }
    .location-title {
      font-size: 1.6rem;
      font-weight: 600;
      color: #d32f2f;
      margin-bottom: 15px;
    }
    .location-text {
      font-size: 1rem;
      color: #555;
      margin-bottom: 20px;
    }
    .btn-map {
      background: #000;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
    }
    .btn-map:hover {
      background: #d32f2f;
      color: #fff;
    }
    .location-img {
      max-width: 100%;
      margin: auto;
      display: block;
      border-radius: 10px;
      box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
    }
    .career-diabetic-txt {
    padding: 60px 60px;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px;
    background: #f5f5f5;
    transition: 0.4s;
    text-align: justify;
    margin: 60px 0;
}
.Career-with-us h3 {
    color: #fff;
}
section#career-form {
    background: #000000;
    border: 4px solid #000000;
    padding: 10px 20px;
}
    .events-sectionr h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .event-card {
      background: #fff;
      border-radius: 50px;
      padding: 15px 25px;
      margin-bottom: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }
    .event-card:hover {
      transform: translateY(-3px);
      transition: 0.3s ease;
    }
    .event-title {
      font-size: 1rem;
      font-weight: 500;
      margin: 0;
    }
    .btn-event {
      background-color: #d64234;
      color: #fff;
      border-radius: 30px;
      padding: 8px 25px;
      font-weight: 500;
    }
    .btn-event:hover {
      background-color: #b73228;
      color: #fff;
    }
      .contact-section {
      display: flex;
      flex-wrap: wrap;
      min-height: 100vh;
    }
    .contact-left {
      background: url('https://hivends.org/deml/wp-content/uploads/2025/09/IMG_1107.JPEG-min-1-scaled.jpg') no-repeat center center/cover;
      color: #fff;
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
    }
    section#director-message {
    border: 2px dotted #538f8f;
    padding: 50px 0 0 0;
    margin: 0 35px 60px 35px;
    border-radius: 10px;
}
 .contact-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 79%);
}
.content p {
    margin: 30px 0 0 0 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.submitBtn {
    width: 100%;
    background: #518e8e;
    border: none;
    padding: 10px;
    color: #fff;
}
.innerteambxx {
    background: #f5f5f5;
    padding: 19px 15px;
    border-radius: 10px;
    margin: 20px 0;
    min-height: 370px;
}
.innerteambxx img {
    border: 1px solid #688a8c;
    padding: 1px;
    width: 100%;
    float: left;
    border-radius: 169px;
  
}
    .contact-left .content {
      position: relative;
      z-index: 2;
    }
    .contact-left h3 {
      font-size: 1.5rem;
      margin-bottom: 20px;
      font-weight: 600;
    }
    .contact-left p {
      margin: 5px 0;
    }
    .contact-right {
      flex: 1;
      padding: 60px;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .form-control {
      margin-bottom: 15px;
      padding: 12px;
    }
    .btn-submit {
      background: #111;
      color: #fff;
      width: 100%;
      padding: 12px;
    }

.sidebar-team {
    background: #4f8d8e;
    color: #fff;
    border-radius: 0px;
    border-top: 4px solid #000000;
    position: sticky;
    top: 0;
}
.sidebar-team h3 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 3px solid;
    background: #000;
    padding: 10px 20px;
}
.sidebar-team ul li {
    line-height: 30px;
    border-bottom: 1px dotted;
    padding: 7px;
}
.sidebar-team h4 {
    background: #000;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}
.sidebar-team a {
    color: #fff;
    text-decoration: none;
}
.sidebar-team a:hover {
    color: #d2d2d2;
    text-decoration: none;
}
.sidebar-team ul li a {
    color: #fff;
	 text-decoration: none;
}
.sidebar-team ul li a:hover {
    color: #d2d2d2;
    text-decoration: none;
}
.extrom.position-relative {
    background: #4a8989;
    text-align: center;
    color: #fff;
    padding: 10px;
}
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
    @media(max-width: 992px) {
      .contact-section {
        flex-direction: column;
      }
      .contact-left, .contact-right {
        flex: unset;
        width: 100%;
        min-height: 50vh;
      }
    }
@media (min-width: 767px) and (max-width: 1367px){
div#mega-menu-wrap-primary a {
    font-size: 15px !important;
}
.main-sticky-container .text-content h2 {
    font-size: 28px !important;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 16px;
}
.main-sticky-container .text-content .number {
    font-size: 60px !important;
    font-weight: 200;
    color: rgb(79 120 119);
    line-height: 1;
    margin-bottom: 8px;
}
.main-sticky-container .text-content li {
    font-size: 14px !important;
    color: var(--text-gray);
    display: flex;
    align-items: center;
}
p {
    font-size: 14px !important;
}
}
@media (min-width: 1367px) and (max-width: 1500px){
div#mega-menu-wrap-primary a {
    font-size: 15px !important;

  }
.main-sticky-container .text-content h2 {
    font-size: 35px !important;
}

}
/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {span.callingo {
    font-size: 12px !important;
    line-height: 0px !important;
}
 section.blog-single-page.bg-white .col-lg-4 {
    order: 1 !important;
}
section.blog-single-page.bg-white .col-lg-8 {
    order: 2 !important;
}
	.innerteambxx img {
    margin: 0 0 30px 0 !important;
}
	.sidebar-team {
    display: none !important;
}
	.pin {
    position: absolute;
    width: 4px !important;
    height: 4px !important;
    background: #1abc9c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
	#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #fff !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
}
#sequence {
    width: 100%;
    float: left;
    background: #5b948d;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: var(--themeht-light-color) !important;
    margin: 0 !important;
}
	section.map-section h2 {
    color: #000 !important;
}
  .main-sticky-container .content-container {
    display: unset !important;
}
.container {
    max-width: 100% !important;
    margin: auto;
}
.career-diabetic-txt {
    padding: 60px 18px !important;
}
button.owl-next {
    display: none !important;
}
.main-sticky-container .text-side {
    padding: 0px !important;
}
.engager {
    margin: 30px 0 0 0 !important;
}
	section#director-message {
    border: 2px dotted #538f8f;
    padding: 50px 0 0 0;
    margin: 0 20px 60px 20px !important;
    border-radius: 10px;
}
.pageheader {
    padding: 56px 0 0px 0 !important;
}
span.breadcrumb_new {
    margin: 0px 0 0 0 !important;
    font-size: 13px !important;
}
section.products-section.container.aos-init.aos-animate {
    width: 94% !important;
}
.products-section {
    padding: 15px 0 !important;
}
section.container-fluid.international-presence h2 {
    color: #ffffff !important;
}
.breadcrumb_new {
    display: unset !important;
    float: left !important;
    height: 45px !important;
}
h2.h4 {
    color: #000 !important;
}
.hero-section h1 {
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 38px !important;
}
	div#csaas-channels-0 {
    display: none !important;
}
section.events-section h2 {
    color: #fff !important;
}
.products-section h2 {
    font-size: 27px !important; 
    font-weight: 600;
}
section.events-section h6 {
    color: #6c9093;
}
section.pageheader h1 {
    display: unset !important;
    font-size: 21px !important;
}
.achievements-section {
    padding: 40px 0 40px 0 !important;
}
section.blogs-section h2 {
    color: #fff !important;
}
a.view-all {
    display: none !important;
}
button.owl-prev {
    display: none !important;
}
.pdf-viewer {
    height: auto !important;
}
.certification-card {
    margin: 25px 0 35px 0 !important;
}
.newsletter-form button {
    padding: 10px 8px !important;
}

}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/* Sidebar container */
.prodcut-sidebar {
   position: sticky;
	top: 40px; 
  background: #558E8A;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}


.product-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex: 1;
  overflow-y: auto;

}

.product-menu ul li {
  margin-bottom: 12px;
}

.product-menu ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: white;
  transition: all 0.3s ease;
  display: inline-block;
}

.product-menu ul li a:hover {
  color: black;
  text-decoration: underline;
}

/* Contact form styling */
.contact-prodcut input,
.contact-prodcut textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.contact-prodcut input:focus,
.contact-prodcut textarea:focus {
  outline: none;
  border-color: #0073e6;
  box-shadow: 0 0 4px rgba(0,115,230,0.3);
}

.contact-prodcut .wpcf7-submit {
  background: #000000;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-prodcut .wpcf7-submit:hover {
  background: transparent;
	border: 2px solid #000000;
}
  .map-section {
      padding: 50px 0;
      position: relative;
    }

    .map-container {
      position: relative;
      display: inline-block;
      max-width: 100%;
    }

    .map-container img {
      width: 100%;
      height: auto;
    }

    /* Pin styling */
    .pin {
      position: absolute;
      width: 18px;
      height: 18px;
      background: #1abc9c;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      box-shadow: 0 0 10px rgba(0,0,0,0.4);
    }

    /* Tooltip text (hidden by default) */
    .pin::after {
      content: attr(data-country);
      position: absolute;
      bottom: 28px;
      left: 50%;
      transform: translateX(-50%);
      background: #1abc9c;
      color: #fff;
      padding: 4px 8px;
      font-size: 12px;
      border-radius: 5px;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    /* Show tooltip on hover */
    .pin:hover::after {
      opacity: 1;
      transform: translate(-50%, -35px);
    }

    /* Pulse effect */
    .pin::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: rgba(26, 188, 156, 0.4);
      transform: translate(-50%, -50%) scale(1);
      animation: pulse 1.5s infinite;
      z-index: -1;
    }

    @keyframes pulse {
      0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
      100% { transform: translate(-50%, -50%) scale(2.5); opacity: 0; }
    }
.map iframe {
    width: 100% !important;
    height: 240px;
}

.pageheader {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px; /* adjust as needed */
  color: #fff;
  display: flex;
  align-items: center;
}

.pageheader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.58); /* dark overlay */
  z-index: 1;
}

.pageheader .container {
  position: relative;
  z-index: 2;
}

.pageheader .pagetitle {
  min-height: 130px;
  display: flex;
  align-items: center;
  color: #fff;
}

.pageheader .breadcrumb_new,
.pageheader .breadcrumb_new a {
  color: #fff;
}
.career-slideshow {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Slides */
.career-slideshow .slides img {
  width: 100%;
  display: none;
  object-fit: cover;
  height: 400px;
}

.career-slideshow .slides img.active {
  display: block;
  animation: fade 1s ease-in-out;
}

/* Fade effect */
@keyframes fade {
  from {opacity: 0.4;}
  to {opacity: 1;}
}

/* Arrows */
.career-slideshow .prev,
.career-slideshow .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.career-slideshow .prev { left: 10px; }
.career-slideshow .next { right: 10px; }

.career-slideshow .prev:hover,
.career-slideshow .next:hover {
  background: rgba(0,0,0,0.8);
}
.career-slideshow {
  position: relative;
  width: 100%;
  height: 400px; /* fixed height for all images */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Slides */
.career-slideshow .slides img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;          /* keep all images same height */
  object-fit: cover;     /* crop instead of squish */
  display: none;
}

.career-slideshow .slides img.active {
  display: block;
  animation: fade 1s ease-in-out;
}
.extrom.text-white.text-center.py-4.position-relative {
    background: #529190;
}
section#director-message-2 p {
    line-height: 30px !important;
}
.ngg-gallery-thumbnail img {
    border: 1px solid #528c8b;
}
.director-image-wrapper img {
    border-radius: 190px;
    border: 2px solid #5e8b8d;
}