/*
Theme Name: fresh theme v9
Theme URI: http://www.freshdesignweb.com
Author: freshdesignweb
Author URI: http://www.freshdesignweb.com
Description: A custom WordPress theme for a blog with Schema Microdata.
Version: 9
License: GPL-2.0-or-later
Text Domain: freshdesignweb v9
*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/themes/freshv5/assets/fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF; /* Latin subset only */
}

body {
	font-family: "Poppins", sans-serif;
    background-color:#F5F5F5;
    color: #023D54;
    line-height: 1.9; /* Keeps text readable */
    padding: 0px;
    font-size: 16px; /* Default font size */
}
.block-container{
	width:100%;

}

a {
    text-decoration: none;
	 color: inherit;
}

a:hover {
   color: #0073aa;
}

/* Header */
header {
    padding: 0px;
}
h1.title{

}

h1 {
  font-size: 4em; /* Default size */
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 80px;
  color:#0cbc87;
  font-weight:bold;
  text-shadow: 2px 2px #0cbc87;
}
h2 {
  font-size: 1.7em;
  text-align: left; /* Align text to the left */
  margin: 20px 0; /* Add spacing above and below */
  line-height: 1.4; /* Comfortable line spacing */
}
.single_1 h2 {
  color:#003D59;
  font-weight: 800; /* Medium weight for a balanced look */
}
h3 {
  font-size: 1.3em;
  font-weight: 700; /* Medium weight for a balanced look */
  margin: 1.5em 0 0.5em; /* Spacing around the heading */
  line-height: 1.4; /* Slightly spaced-out lines for readability */
}

h4 {
  font-size: 1em;
  font-weight: 700; /* Medium weight for a balanced look */
  margin: 1.2em 0 0.8em; /* Adequate spacing above and below */
  line-height: 1.6; /* Balanced line height */

}

img {
    max-width: 100%; /* Prevents images from overflowing their container */
    height: auto;    /* Maintains the aspect ratio */
    display: block;  /* Removes extra spacing below the image */

}
.full-width-image {
    width: 100%;
    height: auto;
    display: block;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

img[loading="lazy"] {
   /*  width: 100%;  */
    height: auto;
    display: block; /* Removes extra space below images */
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc; /* Light gray */
}
.aligncenter {
  display: flex;
  margin: 0 auto;
}
.site-logo {
    margin: 0px auto;
}
.site-title {
	 text-align:left;
	 margin: 0px auto;
}
.site-title h1 {
	font-size:24px;
    text-shadow: 1px 1px 0 #fff, 2px 2px 0 #ddd, 3px 3px 0 #bbb, 4px 4px 0 #999;
	 opacity: 0; /* Initially hidden */
      transform: translateX(-100%); /* Start off-screen */
      animation: flyIn 2s ease-out forwards; /* Fly in animation */
	line-height:60px;
}
 @keyframes flyIn {
      0% {
        opacity: 0;
        transform: translateX(-100%);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }
.site-title h1 a{
}
.dropcap {
            font-size: 4rem;
            float: left;
	        margin-right:10px;
            line-height: 1;
            font-weight: bold;
			color:#2163e8;
			padding:0 10px;
			font-weight:900;
        }
.dropcap-h2 {
            font-size: 1.4rem;
            line-height: 1;
            font-weight: bold;
			color:#2163e8;
			background-color:#e8effd;
			padding:0 0px;
			font-weight:900;
        }
.dropcap-h3 {
            font-size: 1.7rem;
            line-height: 1;
            font-weight: bold;
			color:#2163e8;
			background-color:#e8effd;
			padding:0 0px;
			font-weight:900;
        }
.dropcap-h4 {
            font-size: 1.4rem;
            line-height: 1;
            font-weight: bold;
			color:#d6293e;
			background-color:#fbe9eb;
			padding:0 0px;
			font-weight:900;
        }
time{
	padding:0px;
}
/* Navigation */
nav {
    text-align: right;
    margin: 0px auto;
	padding-top:10px;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav ul li a {
}

nav ul li a:hover {
    text-decoration:underline;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.menu-list li {
    margin: 0 10px;
}

.menu-list a {
    text-decoration: none;
	color:#0A7B54;
    font-weight:600;

}

.menu-list a:hover {
}

.menu-toggle {
    display: none;
    cursor: pointer;
    background: transparent;
    border: 1px solid transparent;
    color: inherit;
    padding: 8px;
    border-radius: 8px;
    font-size: 0; /* hide placeholder text like '?' */
}
.menu-toggle:focus-visible { outline: 3px solid #2163E8; outline-offset: 2px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; top: -40px; left: 8px; background: #2163E8; color: #fff; padding: 8px 12px; border-radius: 6px; text-decoration: none; z-index: 1000; transition: top .2s ease; }
.skip-link:focus { top: 8px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; border-radius: 8px; padding: 10px 14px; text-decoration: none; line-height: 1; border: 1px solid transparent; }
.btn-primary { background: #2163E8; color: #fff; border-color: #2163E8; }
.btn-second { background: #F1F4FB; color: #023D54; border-color: #D6E0F8; }
.btn:hover { filter: brightness(0.95); }
.btn:focus-visible { outline: 3px solid #2163E8; outline-offset: 2px; }

/* Pagination */
.pagination .nav-links { display: inline-flex; gap: 6px; align-items: center; }
.pagination a, .pagination span { display: inline-flex; min-width: 36px; height: 36px; align-items: center; justify-content: center; padding: 0 10px; border-radius: 8px; border: 1px solid #DCE4EF; }
.pagination a { text-decoration: none; background: #fff; }
.pagination .current { background: #2163E8; color: #fff; border-color: #2163E8; }
.pagination a:focus-visible { outline: 3px solid #2163E8; outline-offset: 2px; }

/* Search */
.search-form { display: flex; gap: 8px; }
.search-input { flex: 1; padding: 10px 12px; border: 1px solid #CBD5E1; border-radius: 8px; }
.search-input:focus { outline: 3px solid #2163E8; outline-offset: 1px; }
.search-button { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #CBD5E1; background: #fff; border-radius: 8px; cursor: pointer; }
.search-button:focus-visible { outline: 3px solid #2163E8; outline-offset: 2px; }

/* Responsive navigation */
@media (max-width: 768px) {
  .menu-toggle { display: inline-flex; }
  .menu-list { display: none; flex-direction: column; gap: 6px; background: #fff; padding: 10px; border: 1px solid #E5EAF1; border-radius: 10px; position: absolute; right: 12px; top: 60px; min-width: 200px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
  .menu-list.show { display: flex; }
}

/* Focus outlines for interactive elements */
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid #2163E8; outline-offset: 2px; }

 p {

  margin: 10px 0; /* Spacing between paragraphs */
}
.single p a {
  text-decoration:underline;
}
/* Breadcrumb */

.breadcrumb-wrapper li a .breadcrumb-home::before {
    content: ''; /* Remove the previous Unicode character */
    display: inline-block;
    width: 16px; /* Set the width of the icon */
    height: 16px; /* Set the height of the icon */
    background-image: url('https://www.freshdesignweb.com/wp-content/themes/freshv5/assets/images/home-32.svg'); /* Path to your home.svg icon */
    background-size: contain; /* Ensure the icon fits inside the specified width and height */
    background-repeat: no-repeat;
    margin-right: 5px; /* Space between the icon and the text */
    vertical-align: middle; /* Aligns the icon with the text */
}

.breadcrumb-wrapper li a .breadcrumb-home {
    display: inline-flex;
    align-items: center;
}

.breadcrumb-wrapper {
    margin-bottom: 10px;
	font-size:14px;
}

.breadcrumb-wrapper nav {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    width: 100%; /* Ensures it spans full width if needed */
    box-sizing: border-box;
	background-color:#e8effd;
}

.breadcrumb-wrapper ol {
    list-style: none;
}

.breadcrumb-wrapper li {
    margin-right: 10px;
}

.breadcrumb-wrapper li a {
    text-decoration: none;
	 color: #2163e8;
	 font-weight:600;
}

.breadcrumb-wrapper li a:hover {
    text-decoration: underline;
}

.breadcrumb-wrapper li:last-child span {
    font-weight: bold;
}

/* Base styles for breadcrumbs */
nav[aria-label="Breadcrumb"] {
  margin: 10px 0; /* Spacing between paragraphs */
}

nav[aria-label="Breadcrumb"] ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  padding: 0;
  margin: 0;
}

nav[aria-label="Breadcrumb"] li {
  display: flex;
  align-items: center;
  margin-right: 4px; /* Spacing between breadcrumb items */
}

/* Separator Style */
nav[aria-label="Breadcrumb"] li::after {
  content: "/";
  margin-left: 4px;
}
nav[aria-label="Breadcrumb"] li:last-child::after {
  content: ""; /* Remove separator for the last item */
}
nav[aria-label="Breadcrumb"] li:last-child span {
  font-weight: bold;
}	
	/* Layout container */
.container {
  width:    1270px; /* Set container width */
            margin: 0 auto; /* Center the container */
            display: flex;
            flex-direction: column;
            min-height: 100vh;
}
/* Main Content */
.main-content {
  display: flex;
            flex: 1;
            margin-top: 0px; /* Height of the header */
            position: relative;
}
.content {
            width: 770px; /* Set content width */
            padding: 1rem;

            flex-grow: 1;
            box-sizing: border-box;
}
.content-m2 {
            width: 980px; /* Set content width */
            padding: 1rem;
            background-color:#F5F5F5;
            flex-grow: 1;
            box-sizing: border-box;
}
.sidebar{
            padding: 1rem;
            position: sticky; /* Make sidebar sticky */
	        overflow-y: auto;
            top: 10px; /* Space from the top for the header */
            z-index: 10;
            height: 95vh; /* Ensure sidebars take the full height of the page */
}
 .sidebar.left {
            left: 0;
	        width: 250px; /* Set content width */
        }

        .sidebar.right {
            right: 0;
			width: 350px; /* Set content width */
        }
.container-header {
	display: flex; /* Enables flexbox */
    gap: 10px; /* Adds spacing between columns */
    width: 100%;
    margin: 0px auto;
    text-align:center;
}
.container-top{
	max-width: 100%;
	margin: 0px auto;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color:#e6f8f3;
}
.container-column {
	display: flex;
	flex-wrap: nowrap; /* Ensures columns don't wrap */
	max-width: 1600px;
	margin: 10px auto;
	justify-content: center; /* Centers horizontally */
      align-items: center;    /* Centers vertically */
      text-align: center;     /* Optional: aligns multi-line text */
}
.column {
      padding: 10px;
    }

    .column-left {
      width: 50%; /* Adjust width as needed */
    }
    .column-right {
      width: 50%; /* Adjust width as needed */
    }
.container-breadcrumb {
	display: flex;
	flex-wrap: nowrap; /* Ensures columns don't wrap */
	max-width: 1600px;
	margin: 5px auto
	padding:5px;	
	justify-content: center; /* Centers horizontally */
      align-items: center;    /* Centers vertically */
      text-align: center;     /* Optional: aligns multi-line text */
}
/* Target the ul inside the div with class 'my-list' */
.single_1 ul {
  list-style-type: square;  /* Changes bullets to square shape */
  padding-left: 10px;  /* Adds left padding to align bullets properly */
  padding: 0;  /* Removes default padding */
  margin: 0;  /* Removes default margin */
}

/* Style for li inside the div */
.single_1 li {
  padding: 0px;  /* Adds padding inside each list item */
  margin-bottom: 5px;  /* Adds space between list items */
  border-radius: 5px;  /* Rounds the corners */
  margin-left:20px;
  line-height: 1.9; /* Keeps text readable */
}
.single_1 li a:hover{
 text-decoration:underline;	
}
.single_1 a{
 text-decoration:underline;	
  background-color: transparent; /* No background initially */
  border-radius: 5px; /* Optional rounded corners */
  opacity: 1; /* Slightly transparent */
  transition: background-color 0.5s ease, color 0.5s ease, opacity 0.5s ease;
}
.single_1 a:hover{
background-color: #ffd700; /* Gold background on hover */
opacity: 1; /* Fully visible on hover */
}


/* Make sure the image container is properly sized */
.post-thumbnail {
    width: 100%; /* Full width of the container */
    max-width: 100%; /* Prevents the image from overflowing */
    height: auto; /* Maintain aspect ratio */
	margin-top:15px;
}

/* Ensure the image itself is responsive */
.post-thumbnail img {
    width: 100%; /* Image will scale to the container width */
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Remove any extra space below the image */
    object-fit: cover; /* Optionally, use to cover the container while maintaining the aspect ratio */
		border-radius: 20px;
}

.post-thumbnail {
    position: relative;
    display: inline-block;
}

.post-thumbnail  img{
    display: block;

    width: 100%;
}

.post-thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	mix-blend-mode: multiply;
    background-color:#e6f8f3; /* Blue overlay with 50% opacity */
}

.sidebar-widget {
 padding: 5px;
}
.sidebar-widget ul {
    list-style: none; /* Remove bullets */
    padding-left: 0;  /* Remove default padding */
    margin: 0;        /* Optional: Adjust margins */
}

.sidebar-widget ul li {
    margin-bottom: 10px; /* Optional: Add spacing between list items */
}

.single .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  margin-top:10px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.single .btn-primary {	
  font-weight: bold;
  text-decoration: none;
  display: inline-flex; /* Align text and icon inline */
  align-items: center; /* Vertically center the icon and text */
  background-color: #e8effd;
  color: #2163e8;
  border: none; /* Optional: remove any default button border */
  font-weight:600;
  text-transform: lowercase;
}

.single .btn-primary::before {
  content: '';
  display: inline-block;
  width: 16px; /* Adjust the icon size */
  height: 16px; /* Adjust the icon size */
  margin-right: 8px; /* Space between the icon and the text */
  background-image: url('https://www.freshdesignweb.com/wp-content/themes/freshv5/assets/images/read_more.svg'); /* Add the icon SVG */
  background-size: contain; /* Ensure the icon fits within the defined width/height */
  background-repeat: no-repeat; /* Prevent background repetition */
}	
.single .btn-primary a {
	text-decoration: none;
}
.single .btn-primary:hover {
  background-color: #cfdffd;
}
.single .btn-second {
  color: #0A7B54;
  background-color: #e6f8f3;
  display: inline-flex; /* Align text and icon inline */
  align-items: center; /* Vertically center the icon and text */
  text-decoration: none;
  width: 150px;
  text-transform: lowercase;
  font-weight:600;
}
.single .btn-second::before {
  content: '';
  display: inline-block;
  width: 16px; /* Adjust the icon size */
  height: 16px; /* Adjust the icon size */
  margin-right: 8px; /* Space between the icon and the text */
  background-image: url('https://www.freshdesignweb.com/wp-content/themes/freshv5/assets/images/icon-view.svg'); /* Add the icon SVG */
  background-size: contain; /* Ensure the icon fits within the defined width/height */
  background-repeat: no-repeat; /* Prevent background repetition */
}
.single .btn-second a {
	text-decoration: none;
}
.single .btn-second:hover {
  background-color: #d5f6ed;
}

.single .btn-third {
  color: #fff;
  background-color: #0b7fab;
  font-weight:bold;
    text-decoration: none;
}
.single .btn-third a {
	text-decoration: none;
}
.single .btn-third:hover {
  color: #fff;
  background-color: #0b7fab;
}
/* Search Container */
.search-container {
  position: relative;
  width: 100%;
  height: 50px;
}

/* Search Input */
.search-input {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding-left:10px;
  padding-right:40px;
  border-radius: 25px;
  font-size: 16px;
  color: #333;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.search-input:focus {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  background-color: #f9f9f9;
}



.search-button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: none;
  background: none;
  width: 24px; /* Set the width of the button */
  height: 24px; /* Set the height of the button */
  background-image: url('https://www.freshdesignweb.com/wp-content/themes/freshv5/assets/images/icons-search.svg'); /* Path to your search.svg icon */
  background-size: contain; /* Ensure the icon fits inside the button */
  background-repeat: no-repeat; /* Prevent icon from repeating */
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.search-button:hover {
  background-color: rgba(0, 115, 170, 0.1); /* Optional: change background color on hover */
}


/* Animation: Input Expand on Hover */
.search-container:hover .search-input {
  width: 100%;
}

/* Pagination Container */
.pagination {
    text-align: center;
    margin-top: 30px;
}

/* Pagination Links */
.pagination a,
.pagination span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 5px;
    font-size: 16px;
}

/* Pagination Links on Hover */
.pagination a:hover {
    background-color: #0073aa;
    color: #fff;
}

/* Active/Current Pagination Link */
.pagination .current {
    background-color: #0073aa;
    color: #fff;
    font-weight: bold;
}

/* Previous/Next Buttons */
.pagination .prev,
.pagination .next {
    font-weight: bold;
}

/* Disabled Previous/Next Buttons */
.pagination .disabled {
    background-color: #e0e0e0;
    color: #aaa;
    cursor: not-allowed;
}

pre {
  background-color: #f9f9f9; /* Dark background */
  color: #b48604; /* Light text */
  padding: 15px;
  border-radius: 8px;
  overflow-x: auto;
  font-family: 'Fira Code', monospace; /* Use a stylish monospace font */
  font-size: 14px;
}

code {
  background-color: transparent; /* Match pre background */
  color: inherit; /* Use parent color */
}

pre code {
  display: block; /* Ensure block formatting inside <pre> */
  white-space: pre-wrap; /* Allow wrapping if needed */
}
/* Footer */
footer {
	background-color:#e6f8f3;
    color:#0A7B54;
    text-align: center;
    padding: 5px;
}

footer p {
    font-size: 1em;
}

footer a {
    color: #0073aa;
}

footer a:hover {
    text-decoration: underline;
}

/* Footer Navigation */
footer nav ul {
    list-style: none;
    margin-top: 10px;
}

footer nav ul li {
    display: inline;
    margin-right: 15px;
}

footer nav ul li a {
    color: white;
}

footer nav ul li a:hover {
    text-decoration: underline;
}
.related-posts {
    padding: 20px;
}

.related-posts h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.related-posts ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive columns */
    gap: 20px; /* Space between grid items */
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-posts ul li {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-posts ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Hover effect */
}

.related-posts ul li .thumbnail {
    width: 100%;
    height: 150px; /* Fixed height for uniformity */
    overflow: hidden;
}

.related-posts ul li .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio and fill container */
}

.related-posts ul li .post-title {
    padding: 10px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    transition: color 0.3s ease;
}

.related-posts ul li .post-title:hover {
    color: #005177;
    text-decoration: underline;
}

/* Style the container of tags */
footer.tags-links {
    margin-top: 20px;
	text-align:left;
	padding:10px;
    border-radius: 5px; /* Rounded corners */
    display: inline-block; /* Ensures the background color surrounds the tags */
	width:100%;
	background:none;
	color:#916A08;
}

/* Style individual tags */
footer.tags-links a {
    text-decoration: none;
    padding: 5px 5px;
    background-color: #e8effd; /* Light gray background */
    border-radius: 5px;
	display: inline-block; /* Ensures the background color surrounds the tags */
	color:#2163e8;
    margin: 4px 2px; 
	font-weight:bold;
	font-size:12px;
}

/* Change color on hover */
footer.tags-links a:hover {
text-decoration:underline;
}

/* Style for when there is only one tag */
footer.tags-links a:last-child {
    margin-right: 0; /* Remove margin on the last tag */
}


/* Table of Contents styles */
.table-of-contents {
    padding: 15px;
}

.table-of-contents h2 {
    font-size: 18px;
	font-weight:bold;
    margin-bottom: 10px;
}

.table-of-contents ul {
    list-style-type: none;
    padding-left: 0;
}

.table-of-contents ul li {
	font-size:14px;
	font-weight:normal;
	margin: 10px 0;
	line-height:19px;
}

.table-of-contents ul li a {
    text-decoration: none;
	font-weight:normal;
}

.table-of-contents ul li a:hover {
    text-decoration: underline;
}
/* Style for the active TOC link */
.table-of-contents a.active {
    font-weight: bold;
}
.toc-h3 {
	padding-left:10px;
	font-size:10px;
}
.inline-update {
  display: flex; /* Use flexbox to align the elements inline */
  align-items: center; /* Vertically align the items in the center */
}

.inline-update img {
  margin-right: 8px; /* Optional: Adds space between the text and the image */
}
.inline-share {
  display: flex; /* Use flexbox to align the elements inline */
  align-items: center; /* Vertically align the items in the center */
}

.inline-share img {
  margin-left: 8px; /* Optional: Adds space between the text and the image */
}

.social-share a {
    margin: 0 5px;
    display: inline-block;
}

.social-share img {
    width: 32px;
    height: 32px;
}
.category {
	display:flex;
	justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
}
p.button {
  background: #e8effd;
  color:#2163e8;
  padding: 0px 10px;
  border-radius: 5px;
  font-weight: 600;
  margin:5px;
  text-transform: uppercase;
	text-shadow:none;
	font-size:14px;
}
p.button a{
	text-decoration:none;
}
p.button:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
}
.hero{
	margin-top:20px;
}
/* Portfolio Section */
#portfolio {
	max-width: 1200px;
	background-color:#e8effd;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    border-radius: 5px;
}

#portfolio h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2163e8;
}

/* Grid Layout for Portfolio Items */
#portfolio .portfolio-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

/* Portfolio Item Styling */
#portfolio .portfolio-item {
    border-radius: 5px;
    overflow: hidden;
	color:#023D54;
}

#portfolio .portfolio-item:hover {
}

/* Portfolio Image Styling */
#portfolio .portfolio-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
#portfolio .portfolio-item:hover img {
    transform: scale(1.05);
}

/* Portfolio Text Styling */
#portfolio .portfolio-item h3 {
    font-size: 1.6rem;
    margin: 15px;
}

#portfolio .portfolio-item p {
    font-size: 1rem;
    padding: 0 15px 15px;
}
/* General Styles */
#services {
    max-width: 1200px;
	background-color:#e8effd;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    border-radius: 5px;
}

#services h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2163e8;
}

/* Grid Container */
#services div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

/* Service Items */
#services div > div {
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	background-color:#2163e8;
	color:#f5fcfa;
}

#services div > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#services h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

#services p {
    font-size: 1rem;
    line-height: 1.6;
}
/* Highlight Section Styles */
        .guide-highlight-section {
            background-color: #f9f9f9; /* Light gray background */
            border-left: 4px solid #007BFF; /* Blue border */
            padding: 20px;
            margin: 20px 0;
            border-radius: 5px; /* Rounded corners */
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
        }
        .guide-highlight-section h2 {
            color: #007BFF; /* Blue heading color */
            margin-bottom: 10px;
        }
        .guide-highlight-section h3 {
            color: #007BFF; /* Blue heading color */
            margin-bottom: 10px;
        }
       .guide-highlight-section h4 {
            color: #007BFF; /* Blue heading color */
            margin-bottom: 10px;
        }
        .guide-highlight-section p {
            margin: 0;
            line-height: 1.6;
        }
/* CSS for the Scroll Progress Bar */
#scrollProgressBar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #2163e8; /* You can change this to your desired color */
    z-index: 9999; /* Ensure it stays on top */
    transition: width 0.1s ease-out;
}

/* Style the entire comment form container */
.comment-container {
    width: 700px; /* Maximum width for larger screens */
    margin: 0 auto; /* Center the container */
    padding: 20px; /* Add some padding for spacing */
}
/* Style the entire comment form container */
.comment-respond {
    padding: 20px;
    margin-top: 30px;
}
/* Remove list styles from the comment list */
.commentlist,
.commentlist ol,
.commentlist li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Style the comment list items */
.commentlist li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

/* Style the author name in the comment */
.commentlist .comment-author {
    font-weight: bold;
    color: #2163e8;
    margin-bottom: 5px;
    display: block;
}

/* Style the comment text */
.commentlist .comment-text {
    font-size: 14px;
}

/* Style the comment metadata (date, time) */
.commentlist .comment-meta {
    font-size: 12px;
    color: #2163e8;
    margin-top: 5px;
}

/* Style reply link */
.commentlist .comment-reply-link {
    font-size: 13px;
    color: #2163e8;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

/* Hover effect for reply link */
.commentlist .comment-reply-link:hover {
    color: #2163e8;
}
/* Style the form title (Leave a Reply) */
.comment-respond h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Style the text fields (Name, Email, Website) */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

/* Add focus effect to input fields */
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
    outline: none;
}

/* Style the submit button */
.comment-form .form-submit input[type="submit"] {
    background-color: #e8effd;
    color: #2163e8;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
	font-weight:900;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Add hover effect to the submit button */
.comment-form .form-submit input[type="submit"]:hover {
    background-color: #c8d9fb;
}

/* Style the comments note (below the title) */
.comment-notes {
    font-size: 14px;
    margin-bottom: 15px;
}

/* Style the required field asterisk */
.comment-form .required {
    color: red;
}

/* Style the textarea */
.comment-form textarea {
    height: 120px;
    resize: vertical;
}

/* Adjust the spacing of comment form labels */
.comment-form label {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

/* Error message styling (if applicable) */
.comment-respond .error {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

/* Scrollbar for webkit-based browsers */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #e8effd, #2163e8); /* Gradient scrollbar */
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #4c00ff, #2163e8); /* Gradient on hover */
}

::-webkit-scrollbar-track {
  background: #2163e8; /* Light gray track */
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); /* Inner shadow for track */
}

/* For Firefox (using scrollbar-width) */
body {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #e8effd #f0f0f0; /* Thumb color and track color */
}

/* Responsive Design */
@media (max-width: 1240px) {
		h1 {
  font-size: 2em; /* Default size */
  line-height: 40px;
  word-spacing: -3px;
  letter-spacing: -2px;
}
h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: left; /* Align text to the left */
  margin: 20px 0; /* Add spacing above and below */
  line-height: 1.4; /* Comfortable line spacing */
}

h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 1.5em 0 0.5em; /* Spacing around the heading */
  line-height: 1.4; /* Slightly spaced-out lines for readability */
}
/* Adding optional effects */
h4 {
  font-size: 1.1em;
  font-weight: 600; /* Medium weight for a balanced look */
  margin: 1.2em 0 0.8em; /* Adequate spacing above and below */
  letter-spacing: 0.5px; /* Slightly spaced-out letters for clarity */
  line-height: 1.6; /* Balanced line height */
	}
	 .container {
                width: 100%;
                padding: 0 20px;
            }

            .sidebar {
                position: relative;
                width: 100%;
                height: auto;
                top: 0;
                bottom: unset;
            }

            .sidebar.left {
                order: 1;
				display:none;
            }

            .content {
                margin: 0;
                width: 100%;
                order: 2;
            }
            .content-m2 {
            margin: 0;
             width: 100%;
              order: 2;
}
            .sidebar.right {
                order: 3;
            }

            .main-content {
                flex-direction: column;
            }
	#portfolio {
        padding: 1.5rem;
    }

    #portfolio h2 {
        font-size: 2rem;
    }

    #portfolio .portfolio-items {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 15px;
    }

    #portfolio .portfolio-item h3 {
        font-size: 1.4rem;
    }

    #portfolio .portfolio-item p {
        font-size: 0.9rem;
    }
}
@media (max-width: 820px) {
	body{
		font-size: 14px; /* Default font size */
	} 
	
	h1 {
  font-size: 2em; /* Default size */
  line-height: 40px;
  word-spacing: -3px;
  letter-spacing: -2px;
}
h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: left; /* Align text to the left */
  margin: 20px 0; /* Add spacing above and below */
  line-height: 1.4; /* Comfortable line spacing */
}

h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 1.5em 0 0.5em; /* Spacing around the heading */
  line-height: 1.4; /* Slightly spaced-out lines for readability */
}
/* Adding optional effects */
h4 {
  font-size: 1.1em;
  font-weight: 600; /* Medium weight for a balanced look */
  margin: 1.2em 0 0.8em; /* Adequate spacing above and below */
  letter-spacing: 0.5px; /* Slightly spaced-out letters for clarity */
  line-height: 1.6; /* Balanced line height */
	}
 .container {
                width: 100%;
                padding: 0 20px;
            }

            .sidebar {
                position: relative;
                width: 100%;
                height: auto;
                top: 0;
                bottom: unset;
            }

            .sidebar.left {
                order: 1;
				display:none;
            }

            .content {
                margin: 0;
                width: 100%;
                order: 2;
            }
          .content-m2 {
            margin: 0;
             width: 100%;
              order: 2;
}
            .sidebar.right {
                order: 3;
            }

            .main-content {
                flex-direction: column;
            }

    nav ul li {
        display: block;
        margin-bottom: 10px;
    }
	.menu-list {
        display: none;
        flex-direction: column;
		background-color: #e6f8f3;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 1;
    }

    .menu-list.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    footer nav ul li {
        display: block;
        margin-bottom: 10px;
    }
	nav[aria-label="Breadcrumb"] ol {
    flex-wrap: wrap; /* Ensure breadcrumbs wrap on smaller screens */
  }

  nav[aria-label="Breadcrumb"] li {
    margin-right: 8px; /* Slightly larger spacing for smaller screens */
    font-size: 14px; /* Adjust font size for readability */
  }

  nav[aria-label="Breadcrumb"] li::after {
    margin-left: 6px;
  }
	.table-of-contents-widget {
        padding: 10px;
        margin-bottom: 15px;
    }

    .table-of-contents-widget h2 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .table-of-contents-widget ul {
        padding-left: 10px;
    }

    .table-of-contents-widget li {
        font-size: 14px;
        margin: 6px 0;
    }

    .table-of-contents-widget a {
        font-size: 14px;
    }
	.container-column {
    flex-direction: column; /* Stacks columns vertically on smaller screens */
  }

  .column-left, .column-right {
    width: 100%;
  }
	 #services h2 {
        font-size: 2rem;
    }

    #services div > div {
        padding: 1.2rem;
    }

    #services h3 {
        font-size: 1.3rem;
    }

    #services p {
        font-size: 0.95rem;
    }
	#portfolio {
        padding: 1rem;
    }

    #portfolio h2 {
        font-size: 1.8rem;
    }

    #portfolio .portfolio-items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 10px;
    }

    #portfolio .portfolio-item h3 {
        font-size: 1.2rem;
    }

    #portfolio .portfolio-item p {
        font-size: 0.85rem;
    }
.comment-container {
        max-width: 95%; /* Reduce the width for tablets */
        padding: 15px; /* Adjust padding for smaller screens */
    }
	.comment-respond {
        padding: 15px;
    }
.commentlist li {
        padding: 10px;
    }

    .commentlist .comment-text {
        font-size: 13px;
    }

    .commentlist .comment-reply-link {
        font-size: 12px;
    }
    .comment-respond h3 {
        font-size: 20px;
    }

    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"],
    .comment-form textarea {
        font-size: 13px;
        padding: 8px;
    }

    .comment-form .form-submit input[type="submit"] {
        padding: 8px 15px;
        font-size: 14px;
    }
	
	 .breadcrumb-wrapper {
        font-size: 13px; /* Slightly smaller text for smaller screens */
    }

    .breadcrumb-wrapper nav {
        padding: 8px; /* Reduced padding for smaller screens */
    }

    .breadcrumb-wrapper li {
        margin-right: 5px; /* Reduce space between items */
    }
}

@media  (max-width: 480px) {
	img[loading="lazy"] {
        max-width: 100%;
    }
	p.button{
		font-size:12px;
		padding:0px 5px 0px 5px;
		margin:5px;
	}
.sidebar-widget li{
	font-size: 1rem; /* Decrease font size for small screens */
    line-height: 1.4; /* Slightly tighter line height */
	}
	.container-footer p{
	font-size: 1rem; /* Decrease font size for small screens */
    line-height: 1.4; /* Slightly tighter line height */
	}	
.single .btn-primary {
  font-size: 12px; /* Decrease font size for small screens */
  line-height: 1.4; /* Slightly tighter line height */
  font-weight:bold;
  text-decoration: none;
  padding:5px;
}
.single .btn-primary a {
	text-decoration: none;
}
.single .btn-primary:hover {
}
.single .btn-second {
  font-weight:bold;
  text-decoration: none;
  font-size: 12px; /* Decrease font size for small screens */
  line-height: 1.4; /* Slightly tighter line height */
  padding:5px;
}	
.single .btn-second a {
	text-decoration: none;
}
.single .btn-second:hover {
}
.table-of-contents-widget {
        padding: 8px;
        margin-bottom: 12px;
    }

    .table-of-contents-widget h2 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .table-of-contents-widget ul {
        padding-left: 15px;
    }

    .table-of-contents-widget li {
        font-size: 13px;
        margin: 5px 0;
    }

    .table-of-contents-widget a {
        font-size: 13px;
    }
	#services {
        padding: 1.5rem;
    }

    #services h2 {
        font-size: 1.8rem;
    }

    #services div {
        grid-template-columns: 1fr; /* Stack all items vertically */
    }

    #services div > div {
        padding: 1rem;
    }

    #services h3 {
        font-size: 1.2rem;
    }

    #services p {
        font-size: 0.9rem;
    }
	#portfolio {
        padding: 0.5rem;
    }

    #portfolio h2 {
        font-size: 1.5rem;
    }

    #portfolio .portfolio-items {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    #portfolio .portfolio-item h3 {
        font-size: 1rem;
    }

    #portfolio .portfolio-item p {
        font-size: 0.8rem;
    }
	footer.tags-links a {
		 font-size: 12px;          /* Slightly smaller font size for smaller screens */
         padding: 5px 5px;       /* Adjust padding for smaller screens */
	}
	footer.tags-links {
	font-size:12px;
}
 .comment-container {
        max-width: 100%; /* Full width for mobile */
        padding: 10px; /* Minimize padding for tight spaces */
	    margin:10px;
    }
.comment-respond {
        padding: 10px;
    }

    .comment-respond h3 {
        font-size: 18px;
        text-align: center;
    }

    .comment-form input[type="text"],
    .comment-form input[type="email"],
    .comment-form input[type="url"],
    .comment-form textarea {
        font-size: 12px;
        padding: 6px;
    }

    .comment-form .form-submit input[type="submit"] {
        font-size: 13px;
        padding: 6px 10px;
        width: 100%; /* Full width for smaller screens */
    }
	.breadcrumb-wrapper {
        font-size: 12px; /* Slightly smaller text for smaller screens */
    }

    .breadcrumb-wrapper nav {
        padding: 5px; /* Reduced padding for smaller screens */
    }

    .breadcrumb-wrapper li {
        margin-right: 5px; /* Reduce space between items */
    }
	nav[aria-label="Breadcrumb"] ol {
    justify-content: center; /* Center breadcrumbs on very small screens */
  }

  nav[aria-label="Breadcrumb"] li {
    margin-right: 6px;
    font-size: 12px; /* Smaller font size for very small screens */
  }

  nav[aria-label="Breadcrumb"] li::after {
    margin-left: 4px;
  }
}
