:root {
    --vs-primary: #033c57; /* Blue */
    --vs-secondary: #ffffff;
}

body {
    font-family: 'DM Sans', sans-serif; /* Body text font */
}

/* Headings Styling */
h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 48px; /* Largest size for main headings */
    font-weight: 700px; /* Bold font */
    line-height: 1.2; /* Adjust line spacing */
    color: #000; /* Optional: Set a specific color */
}

h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 40px;
    font-weight: 400px;
    line-height: 1.3;
    color: #000; /* Slightly lighter shade */
}

h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 16px; /* Smallest size for minor headings */
    font-weight: 700;
    line-height: 1.5;
}


/* Example for specific elements */
p {
    font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

.navbar-area .navbar-area a {
    font-family: 'Poppins', sans-serif;
}


.hamburger-menu .menu-collapsed {
  background: none; /* Remove background if you want it to be transparent */
  border: none; /* Remove default border if needed */
  color: black; /* Set text and icon color to black */
}

.hamburger-menu .menu-collapsed i {
  color: black; /* Ensure icon color is black */
}

.hamburger-menu .menu-collapsed:focus {
  outline: none; /* Remove default focus outline if needed */
}

.main-mobile-build {
    background: #000000;}

.mobile-collapsed > button {
    color: #000;
}

.hamburger-menu .menu-collapsed i.fa-bars {
  color: black !important; /* Override any existing color with black */
}
.dropdown-menu, .main-navbar .main-menu .menu-item.focus > .dropdown-menu {
    background-color: #fff;
}

.footer-aboves {
    padding: 2px 20px 30px 20px;
    background-color: ;var(--vs-primary)
}

.footer-map iframe {
    border: 0;
    width: 100%;
    height: 300px;
}

.footer-contact {
    padding: 10px;
}

.footer-contact h4 {
    font-size: 40px;
    margin-bottom: 10px;
}

.footer-social {
    margin-top: 30px;
}

.footer-social h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-social .social-icons {
    list-style: none;
    padding: 0;
}

.footer-social .social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social .social-icons li a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}

.footer-social .social-icons li a:hover {
    color: #fff;
	font-size: 33px;
}

@media (min-width: 992px) {
    .main-footer .main-menu .dropdown-menu li a,
    .main-footer .widget_nav_menu .sub-menu li a,
    .main-header .widget_nav_menu .sub-menu li a,
    .main-navbar .dropdown-menu li a {
        color: #000;
    }
}

.footer-nav h4 {
    margin-bottom: 15px;
}

.footer-nav ul {
    padding-left: 0;
}

.footer-nav .nav-link {
    color: #fff; /* Adjust color to match your design */
    padding: 5px 0;
	font-weight: bold;
	margin-bottom: 10px; 
}

.footer-nav .nav-link:hover {
    text-decoration: underline; /* Optional: add an underline on hover */
	color: #fff;
	font-size: 18px;
}

.article-favourite-link {
    top: -52px;}

@media (min-width: 992px) {
    body.home .blog-section .col-lg-8, 
    body.front-page .blog-section .col-lg-8 {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* Target the specific block cover to make it full width */
.wp-block-cover.alignfull {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100vw; /* Make the cover full width */
    max-width: 100%; /* Ensure it doesn't exceed the viewport width */
    position: absolute; /* Necessary for positioning */
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.breadcrumb-area1 {
    height: 200px;
}

.footer-main-contant {
    background-color: var(--vs-primary);
    color: #fff;
}

.wp-block-image {
    width: fit-content;
}


body.home #breadcrumb-section {
    display: none;
}

.blog-page .container .row  {
	padding-bottom: 100px;
}

.article-favourite-link {
    top: 60px;
	right: -5px;
}