/* common css */
body {
    /*font-family: monospace, monospace;
     font-family: "Roboto",sans-serif !important; 
     font-family: 'Open Sans',arial,sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #212529;
}
.top-spacer{
    margin-top:69px;
}
b, strong {
    font-weight:600;
}
.hide{
    display: none;
}
.show{
    display:block;
}
strong span {
    font-weight:600s;
}
.nav a.free-quote-btn{
    font-weight: 510;
    font-size:13px;
}
.nav a.free-quote-btn:hover{
    color:#f2f2f2 !important;
}
.read-more a{
    color:#008c99;
    font-size: 12px;
}

.navbar-toggler{
    border: solid 2px #000;
    border-radius: 50%!important;
    height: 37px!important;
    width: 37px!important;
    font-size: 13px;
    background-color: #f1f1f1;
    color: #000;
    font-weight: bolder;
    padding: 0;
}

.navbar-toggler:focus{
    box-shadow: #000 0px 0px 0px 1px;
}

/* home page start */
.seprator{
    height:3px;
    background:linear-gradient(to right, #fff, #ddd, #fff);
}
.ft-seprator{
    height:3px;
    background:linear-gradient(to right, #343A40, #ddd, #343A40);
}
header {
    /*background:linear-gradient(rgba(255,255,255,1),rgba(255,255,255,1));*/
}
.top-menu ul li a {
    color: #000; 
    text-decoration: none;
    text-transform:uppercase;
    font-size: 11px;
    font-weight: 600;
    /*padding-top:7px!important;
    padding1: 2px 10px 1px 10px; */
    letter-spacing: 1.0px;
}

.top-menu ul li a:hover{
    color:#0e9752; /*#7AB046; */
}

.top-menu ul li a i
{
    font-size:16px;
    vertical-align:middle;
    padding-bottom: 3px;
}

.main-menu > ul > li > a
{
    color: #000!important; 
    text-decoration: none;
    text-transform:uppercase;
    font-size: 12px !important;
    font-weight: 500;
    padding-left:25px !important;
    /*padding: 2px 10px 1px 10px;*/
    letter-spacing: 1.0px;
    
}

.main-menu ul li a:hover, .main-menu ul li a:active{
    color:#01A346!important;/*#7AB046;*/
}

.main-menu ul li a.active{
    color:#01A346!important;
}
/* =============================== footer  =======================  */

.footer-spl h6{
	color1: #434343;
	font-size1: 0.875rem;
}

.footer-spl a{
	color: #848484;
	font-size: 0.75rem;
	font-weight:400;
}

.footer-spl a:hover{
	text-decoration:none!important;
	color:#515151!important;
}

.footer-spl a:not(:last-child):after {
	content: '|';
	margin: 0 5px;
	font-size:0.9575rem;
	color: #919191;
	font-weight:400;
}
.page-footer{
    color:#b2b2b2;
    font-size: 13px;
    font-weight: 501;
    letter-spacing: 0.5px;
    /* background: #eee;#343a40; */
    line-height: 22px;
    text-align:center;
    /* min-height: 100px; */
}
.page-footer a{
    color:#b2b2b2;
    font-size: 13px;
    font-weight: 501;
    letter-spacing: 0.4px;
    line-height: 23px;
    text-transform: capitalize;
}
.page-footer a:hover{
    color:#b2b2b2;
}

.page-footer .social-box{
    background:#00813E url('../img/bg-pattern1.png');
    color:#e1e1e1;
}
/*.social-links a i1{
    background1: #fff;
    border-radius: 50%;
    font-size:20px;
    height1: 30px;
    width1:30px;
    margin: 0 3px;
    display1: inline-block;
} */
.page-footer .social-box .social-links a i{
    vertical-align: middle;
    margin: 3px 3px;
    font-size:20px;
}
.page-footer .social-box .border-x{
    border-left: dotted 2px #cbcbcc;
    /* border-right: dotted 2px #cbcbcc; */
}

.page-footer h6{
    font-size: 15px;
    text-transform1: uppercase;
}

.page-footer hr{
    border:solid 1px #6c757d;
    width:70px;
    margin: auto;
    margin-top:0px;
    margin-bottom: 20px;
    display: inline-block;
}

.page-footer small{
    font-size:12px;
}

/* ----- side icons ---- */
    /* Style the links inside the sidenav */
#socialSidenav {
    position: fixed;
    top:200px;
    max-width: 4.688rem;
}
#socialSidenav1 a{
    display:block;
    /*transition: 0.3s; / * Add transition on hover */
    padding: 5px 7px; /* 15px padding */
    width: 50px; /* Set a specific width */
    text-decoration: none; /* Remove underline */
    font-size: 17px; /* Increase font size */
    color: white; /* White text color */
    border-radius: 0 7px 7px 0; /* Rounded corners on the top right and bottom right side */
    margin-left: -21px;
    transition: all 0.5s;
    text-align: right;
    cursor: pointer;
}

#socialSidenav a {
    display: block;
    padding: 5px 5px;
    width: 43px;
    text-decoration: none;
    font-size: 0.8125rem;
    color: #fff;
    border-radius: 0 7px 7px 0;
    margin-left: -1.3125rem;
    transition: all .5s;
    text-align: right;
    cursor: pointer
}

#socialSidenav a:hover {
    margin-left: 0px;
}

#facebook {
    background-color: #3b5999;
}

#pinterest {
    background-color: #c8232c;
}
#twitter {
    background-color: #1da1f2;
}

#googleplus {
    background-color: #dd4b39;
}

#linkedin {
    background-color: #0077b5;
}

#youtube {
    background-color: #cd201f;
}

#whatsapp {
    background-color: #25D366;
}

#mailto {
    background-color: #959595;
}

#instagram {
    background-color: #4c5fd7
}

.whatsapp-botm {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  /*color: #ccc;*/
  text-decoration: none;
  position: fixed;
  /*padding: 9px;*/
  text-align: center;
  background: #25D366;
  font-weight: 700;
  bottom: 30px;
  right: 11px;
  /*display: none;*/
  z-index: 11111111111111111111;
  padding: 7px 4px 0px 0px;
  line-height: 1;
}
.whatsapp-botm i {
     /*background-color: #25D366;*/
     font-size:27px;
     color:#fff;
     margin-top: 4px;
    margin-left: 4px;
}

.scroll-to-top{
    width:41px;
    height:41px; 
    border-radius: 50%;
    color: #ccc;
    text-decoration: none;
    position:fixed;
    padding:9px; 
    text-align:center; 
    background: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    bottom:80px;
    right:11px;
    display:none;
    z-index: 11111111111111111111111;
}
		
.scroll-to-top:hover{
    text-decoration:none;
    color:green;
}

.nav-right .icon-link{
    color:#333;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-decoration: none;
    background: #e9ecef;
    font-weight: 700;
    padding: 7px 4px 0px 0px;
    line-height: 1;
}

.nav-right .icon-link:hover{
    background-color:#ccc;
    text-decoration: none;
}
.nav-right .icon-link i{
    font-weight:700;
    font-size: 15px;
    color: #314259;
    margin-top: -8px;
    margin-left: 11px;
}

.page-footer .social-links a {
    display:inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 35px;
    width: 35px;
    background: #e9ecef;
    border-radius: 50%;
    line-height: 1;
}

.page-footer .social-links a i {
    /* vertical-align: middle; */
    margin: 3px 3px;
    font-size: 1.0rem;
    /* color:#000; */
}


.page-footer .social-links .bi-facebook {
    color: #3b5999;
}

.page-footer .social-links .bi-pinterest {
    color: #c8232c;
}
.page-footer .social-links .bi-twitter {
    color: #1da1f2;
}

.page-footer .social-links .bi-googleplus {
    color: #dd4b39;
}

.page-footer .social-links .bi-linkedin {
    color: #0077b5;
}

.page-footer .social-links .bi-youtube {
    color: #cd201f;
}

.page-footer .social-links .bi-instagram {
    color: #4c5fd7
}

.btn-inky {
    background-color: #314259;
    border-color: #4C5A6F;
    color: #F1F8FF;
    /* line-height: 1; */
  }
  
  .btn-inky:hover {
    /* background-color: #5c02a1;
    border-color: #5c02a1; */
    background-color: #4C5A6F ;
    /* border-color: #6602b4; */
    color: #F1F8FF;
  }

  /* outline green */
  .btn-outline-inky {
    border-color: #314259;
    color: #314259;
  }
  
  .btn-outline-inky:hover {
    background-color: #314259;
    color: #F1F8FF;
    border-color: #4C5A6F;
  }
  
  .btn-outline-inky:focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 66, 89, 0.5);
  }
  /* orange */
  .btn-orange {
    background-color: #D94134;
    border-color: #FD7569;
    color: #F1F8FF;
    /* line-height: 1; */
  }
  
  .btn-orange:hover {
    /* background-color: #5c02a1;
    border-color: #5c02a1; */
    background-color: #FD7569;
    /* border-color: #6602b4; */
    color: #F1F8FF;
  }

  .btn-outline-orange {
    border-color: #FD7569;
    color: #FD7569;
  }
  
  .btn-outline-orange:hover {
    background-color: #D94134;
    color: #ffffff;
    border-color: #FD7569;
  }
  
  .btn-outline-orange:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 65, 52, 0.5);
  }

  /* green */
  .btn-green {
    background-color: #36C89B;
    border-color: #4CD2A8;
    color: #F1F8FF;
  }
  
  .btn-green:hover {
    /* background-color: #5c02a1;
    border-color: #5c02a1; */
    background-color: #4CD2A8;
    border-color: #36C89B;
    color: #F1F8FF;
  }

  .btn-outline-green {
    border-color: #36C89B;
    color: #F1F8FF;
  }
  
  .btn-outline-green:hover {
    background-color: #4CD2A8;
    /* color: #F1F8FF; */
    border-color: #36C89B;
  }
  
  .btn-outline-green:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 65, 52, 0.5);
  }

/* button blue */
.btn-blue {
    background-color: #1151CF;
    border-color: #3369D3;
    color: #F1F8FF;
  }
  
  .btn-blue:hover {
    /* background-color: #5c02a1;
    border-color: #5c02a1; */
    background-color: #3369D3;
    border-color: #1151CF;
    color: #F1F8FF;
  }

  .btn-outline-blue {
    border-color: #1151CF;
    color: #1151CF;
  }
  
  .btn-outline-blue:hover {
    background-color: #1151CF;
    color: #F1F8FF;
    border-color: #3369D3;
  }
  
  .btn-outline-blue:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 65, 52, 0.5);
  }

/* ============== +++++++++++++++++ dsfgafffg ======================gfsgg asgasdds==  */
/* for single post  */
/* .blog-post article {
    border: none;
}
.blog-post article h1 a{
    color: #3e3e3e;
}
.blog-post article h1{
    font-size:33px;
    font-weight:400;
} */

/* Blog Post Main Styles - Responsive */

.blog-post article a{
    text-decoration: none;
}

/* Container */
.blog-post article {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #2d3748;
}

/* Main Article Title */
.blog-post article h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a202c;
  margin: 0 0 2rem 0;
  line-height: 1.2;
  letter-spacing: -0.025em;
  border-bottom: 4px solid #3182ce;
  padding-bottom: 1rem;
  /* text-align: center; */
  text-decoration: none;
}

/* Content Body Headings */
.blog-post article .body h2 {
  font-size: 2.0rem;
  font-weight: 700;
  color: #2d3748;
  margin: 3rem 0 1.5rem 0;
  line-height: 1.25;
  position: relative;
  padding-left: 1.5rem;
}

.blog-post article .body h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(135deg, #3182ce, #2b6cb0);
  border-radius: 3px;
}

.blog-post article .body h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2d3748;
  margin: 2.0rem 0 1.0rem 0;
  line-height: 1.3;
  position: relative;
}

/* .blog-post article .body h3::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: #3182ce;
  border-radius: 2px;
} */

.blog-post article .body h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #4a5568;
  margin: 2rem 0 1rem 0;
  line-height: 1.4;
}

.blog-post article .body h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #4a5568;
  margin: 1.75rem 0 0.75rem 0;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}

.blog-post article .body h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #718096;
  margin: 1.5rem 0 0.75rem 0;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1rem;
}

/* Paragraphs */
.blog-post article .body p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #4a5568;
  margin: 1.25rem 0;
  text-align: justify;
  text-justify: inter-word;
}

.blog-post article .body p:first-of-type {
  font-size: 1.25rem;
  font-weight: 400;
  color: #2d3748;
  margin-top: 2rem;
}

.blog-post article .body p:last-of-type {
  margin-bottom: 2rem;
}

/* Lists */
.blog-post article .body ul,
.blog-post article .body ol {
  margin: 2rem 0;
  padding-left: 0;
  color: #4a5568;
  font-size: 1.125rem;
  line-height: 1.7;
}

.blog-post article .body ul {
  list-style: none;
}

.blog-post article .body ul li {
  position: relative;
  margin: 1rem 0;
  padding-left: 2rem;
}

.blog-post article .body ul li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: #3182ce;
  font-size: 1.5rem;
  line-height: 1.4;
}

.blog-post article .body ol {
  counter-reset: custom-counter;
  list-style: none;
}

.blog-post article .body ol li {
  position: relative;
  margin: 1rem 0;
  padding-left: 3rem;
  counter-increment: custom-counter;
}

.blog-post article .body ol li::before {
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 0;
  background: #3182ce;
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.875rem;
}

/* Nested Lists */
.blog-post article .body ul ul,
.blog-post article .body ol ol,
.blog-post article .body ul ol,
.blog-post article .body ol ul {
  margin: 0.75rem 0;
  font-size: 1rem;
}

.blog-post article .body ul ul li::before {
  content: '◦';
  font-size: 1.25rem;
  color: #718096;
}

.blog-post article .body ol ol li::before {
  background: #718096;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
}

/* Images */
.blog-post article .body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 3rem auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.blog-post article .body img:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Code Blocks - Base Styling */
.blog-post article .body code {
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Roboto Mono', 'Consolas', 'Courier New', monospace;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
  display: block;
  overflow-x: auto;
  line-height: 1.6;
  background: #1a202c;
  color: #e2e8f0;
  position: relative;
  border: 1px solid #2d3748;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.blog-post article .body code::before {
  content: attr(class);
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #3182ce, #2b6cb0);
  color: white;
  padding: 0.5rem 1rem;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Inline Code */
.blog-post article .body p code,
.blog-post article .body li code,
.blog-post article .body h1 code,
.blog-post article .body h2 code,
.blog-post article .body h3 code,
.blog-post article .body h4 code,
.blog-post article .body h5 code,
.blog-post article .body h6 code {
  display: inline;
  padding: 0.25rem 0.5rem;
  margin: 0;
  background: #edf2f7;
  color: #e53e3e;
  font-size: 0.9rem!important;
  border: 1px solid #e2e8f0;
  font-weight: 600;
  border-radius: 4px;
}

.blog-post article .body p code::before,
.blog-post article .body li code::before,
.blog-post article .body h1 code::before,
.blog-post article .body h2 code::before,
.blog-post article .body h3 code::before,
.blog-post article .body h4 code::before,
.blog-post article .body h5 code::before,
.blog-post article .body h6 code::before {
  display: none;
}

/* Blockquotes */
.blog-post article .body blockquote {
  margin: 2.5rem 0;
  padding: 1.5rem 2rem;
  background: #f7fafc;
  border-left: 5px solid #3182ce;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  font-size: 1.125rem;
  color: #2d3748;
  position: relative;
}

.blog-post article .body blockquote::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 1rem;
  font-size: 4rem;
  color: #3182ce;
  opacity: 0.3;
}

/* Tables */
.blog-post article .body table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.5rem 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blog-post article .body th,
.blog-post article .body td {
  padding: 1rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.blog-post article .body th {
  background: #3182ce;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.blog-post article .body tr:hover {
  background: #f7fafc;
}

/* Horizontal Rule */
.blog-post article .body hr {
  margin: 3rem 0;
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3182ce, transparent);
  border-radius: 1px;
}

/* Responsive Design */

/* Large Tablets and Small Desktops */
@media (max-width: 1024px) {
  .blog-post article {
    padding: 1.5rem;
  }
  
  .blog-post article h1 {
    font-size: 2.25rem;
  }
  
  .blog-post article .body h2 {
    font-size: 1.875rem;
    padding-left: 1.25rem;
  }
  
  .blog-post article .body h3 {
    font-size: 1.5rem;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .blog-post article {
    padding: 1rem;
  }
  
  .blog-post article h1 {
    font-size: 2rem;
    text-align: left;
    padding-bottom: 0.75rem;
    border-bottom-width: 3px;
  }
  
  .blog-post article .body h2 {
    font-size: 1.625rem;
    padding-left: 1rem;
    margin: 2rem 0 1rem 0;
  }
  
  .blog-post article .body h2::before {
    width: 4px;
  }
  
  .blog-post article .body h3 {
    font-size: 1.375rem;
  }
  
  .blog-post article .body h4 {
    font-size: 1.25rem;
  }
  
  .blog-post article .body p,
  .blog-post article .body ul,
  .blog-post article .body ol {
    font-size: 1rem;
  }
  
  .blog-post article .body p:first-of-type {
    font-size: 1.125rem;
  }
  
  .blog-post article .body code {
    font-size: 0.8rem;
    padding: 1.5rem;
    margin: 2rem 0;
  }
  
  .blog-post article .body ul li {
    padding-left: 1.5rem;
  }
  
  .blog-post article .body ol li {
    padding-left: 2.5rem;
  }
  
  .blog-post article .body ol li::before {
    width: 1.75rem;
    height: 1.75rem;
  }
  
  .blog-post article .body img {
    margin: 2rem auto;
    border-radius: 8px;
  }
  
  .blog-post article .body table {
    font-size: 0.875rem;
  }
  
  .blog-post article .body th,
  .blog-post article .body td {
    padding: 0.75rem 1rem;
  }
}

/* Mobile Phones */
@media (max-width: 480px) {
  .blog-post article {
    padding: 0.75rem;
  }
  
  .blog-post article h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  
  .blog-post article .body h2 {
    font-size: 1.375rem;
    padding-left: 0.75rem;
  }
  
  .blog-post article .body h3 {
    font-size: 1.25rem;
  }
  
  .blog-post article .body h4 {
    font-size: 1.125rem;
  }
  
  .blog-post article .body h5,
  .blog-post article .body h6 {
    font-size: 1rem;
  }
  
  .blog-post article .body p,
  .blog-post article .body ul,
  .blog-post article .body ol {
    font-size: 0.95rem;
    text-align: left;
  }
  
  .blog-post article .body code {
    font-size: 0.75rem;
    padding: 1rem;
    border-radius: 6px;
  }
  
  .blog-post article .body code::before {
    font-size: 0.625rem;
    padding: 0.375rem 0.75rem;
  }
  
  .blog-post article .body ul li {
    padding-left: 1.25rem;
  }
  
  .blog-post article .body ul li::before {
    font-size: 1.25rem;
  }
  
  .blog-post article .body ol li {
    padding-left: 2.25rem;
  }
  
  .blog-post article .body ol li::before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
  
  .blog-post article .body blockquote {
    padding: 1rem 1.5rem;
    margin: 2rem 0;
  }
  
  .blog-post article .body table {
    font-size: 0.8rem;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  
  .blog-post article .body th,
  .blog-post article .body td {
    padding: 0.5rem 0.75rem;
  }
}

/* Extra Small Mobile */
@media (max-width: 320px) {
  .blog-post article {
    padding: 0.5rem;
  }
  
  .blog-post article h1 {
    font-size: 1.5rem;
  }
  
  .blog-post article .body h2 {
    font-size: 1.25rem;
  }
  
  .blog-post article .body p,
  .blog-post article .body ul,
  .blog-post article .body ol {
    font-size: 0.9rem;
  }
  
  .blog-post article .body code {
    font-size: 0.7rem;
    padding: 0.75rem;
  }
}

/* Print Styles */
@media print {
  .blog-post article .body code {
    background: #f8f9fa !important;
    color: #212529 !important;
    border: 1px solid #dee2e6;
    page-break-inside: avoid;
  }
  
  .blog-post article .body img {
    box-shadow: none;
    border: 1px solid #dee2e6;
    page-break-inside: avoid;
  }
  
  .blog-post article .body h2,
  .blog-post article .body h3,
  .blog-post article .body h4 {
    page-break-after: avoid;
  }
  
  .blog-post article .body blockquote,
  .blog-post article .body table {
    page-break-inside: avoid;
  }
}

/* Accessibility & Focus States */
.blog-post article .body code:focus,
.blog-post article .body img:focus {
  outline: 3px solid #3182ce;
  outline-offset: 2px;
}

.blog-post article .body a:focus {
  outline: 2px solid #3182ce;
  outline-offset: 2px;
}

/* Selection Styling */
.blog-post article .body ::selection {
  background: #3182ce;
  color: white;
}

.blog-post article .body code::selection {
  background: rgba(255, 255, 255, 0.2);
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .blog-post article {
    background: #1a202c;
    color: #e2e8f0;
  }
  
  .blog-post article h1 {
    color: #f7fafc;
    border-bottom-color: #4299e1;
  }
  
  .blog-post article .body h2,
  .blog-post article .body h3,
  .blog-post article .body h4 {
    color: #e2e8f0;
  }
  
  .blog-post article .body p {
    color: #cbd5e0;
  }
  
  .blog-post article .body p code,
  .blog-post article .body li code {
    background: #2d3748;
    color: #fbb6ce;
    border-color: #4a5568;
  }
}

/* .blog-post article .body p{
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.blog-post article h1.title, .blog-post article h1 {
    font-size:37px;
    font-weight:500;
    text-decoration: none;
}
.blog-post article .body h2{
    font-size:25px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
}

.blog-post article .body h3{
    font-size:19px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-post article h1.title a {
    color: #3e3e3e;
    text-decoration: none;
}

.blog-post article h1.title a:hover, .blog-post article h1 a:hover {
    color: #3e2e2e;
    text-decoration: none;
}

.blog-post article .body li {
        font-size: 15px;
        color: #333;
        margin-bottom: 10px;
    }

.blog-post .post-body img{
    width:fit-content;
    
} */


/* .blog-post article {
    border-bottom: 1px solid #efefef;
} */
/* .blog-post article h1 a{
    text-decoration: none;
}
.blog-post article h1{
    font-size:33px;
    font-weight:400;
} */
 /*  ====================================== */
 /*
 * File: blog-post-styles.css
 * Description: General styling for blog post content.
 * Includes responsive adjustments.
 */

/* ... (previous CSS for .blog-post, article, headings, paragraphs, lists, images, pre, code) ... */

/* =======================================
   Post Details Section
   ======================================= */

.blog-post article .post-details {
  display: flex; /* Use flexbox for layout */
  flex-wrap: wrap; /* Allow items to wrap on smaller screens */
  align-items: center; /* Vertically align items */
  gap: 15px; /* Spacing between elements */
  margin: 0.5em auto 2.5em auto; /* Top/bottom margin for separation */
  /* padding: 1em 0; */
  font-family: 'Inter', sans-serif;
  color: #666; /* Muted color for details */
  font-size: 0.9em;
}

.blog-post article .post-details .author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-post article .post-details .author-info img {
  width: 40px; /* Fixed size for author image */
  height: 40px;
  border-radius: 50%; /* Make it circular */
  object-fit: cover; /* Ensure image covers the area */
  border: 2px solid #3498db; /* Blue border */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  margin: 0; /* Override previous image margins */
}

/* Style for Bootstrap Icons used as placeholders */
.blog-post article .post-details .author-info .bi {
  font-size: 26px; /* Adjust icon size */
  color: #3498db; /* Icon color */
}

.blog-post article .post-details .author-name {
  font-weight: 600;
  color: #2c3e50;
}

.blog-post article .post-details .detail-item {
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap; /* Prevent breaking for date/category */
}

.blog-post article .post-details .detail-item .bi {
  font-size: 1.1em; /* Adjust icon size relative to text */
  color: #666;
}

.blog-post article .post-details .detail-item:last-child {
  margin-right: 0; /* No right margin for the last item */
}

/* =======================================
   Responsive Adjustments for Post Details
   ======================================= */

@media (max-width: 768px) {
  .blog-post article .post-details {
    flex-direction: column; /* Stack items vertically on smaller screens */
    align-items: flex-start; /* Align to the start when stacked */
    gap: 10px;
    padding: 0.8em 0;
  }

  .blog-post article .post-details .author-info,
  .blog-post article .post-details .detail-item {
    width: 100%; /* Take full width when stacked */
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .blog-post article .post-details {
    font-size: 0.85em; /* Slightly smaller text for very small screens */
  }

  .blog-post article .post-details .author-info img {
    width: 35px;
    height: 35px;
  }

  .blog-post article .post-details .author-info .bi {
    font-size: 30px;
  }
}

/* ========================================== */
.blog-post article .info{
    font-size: 12px;
    color: #808080;
}

.blog-post article .info a {
    color: #3e3e3e;
    font-weight: 500;
    text-decoration: underline;
}


.blog-post article img{
    /* float:left; */
    margin: 6px 20px 20px 0;
}


/* =============== fot post listing  ================= */
.blog-list article {
    padding-top:30px;
    padding-bottom:35px;
    border-bottom: 1px solid #efefef;
}
.blog-list article:first-of-type {
    padding-top:0;

}
.blog-list article:last-of-type{
    border: none;
}

.blog-list article h2 a{
    color: #3e3e3e;
}
.blog-list article h2{
    font-size:24px;
    font-weight:400;
}
.blog-list article .info{
    font-size: 12px;
    color: #808080;
}

.blog-list article .info a {
    color: #3e3e3e;
    font-weight: 500;
    text-decoration: underline;
}
.blog-list article .info h2 a{
    text-decoration: none;
}

.blog-list article img, .article pre {
    margin: 0 20px 30px 20px;
    float: none;
    max-width: 100%;
    border-radius: 0;
}

.blog-list article img{
    float:left;
    margin: 6px 20px 20px 0;

}

.widget1 input[type="text"], .widget input[type="email"] {
    /* margin-top1: 10px;
    display: block; */
    /* width: 100% !important; */
    /* height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #545454;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #f1f1f1;
    border-top-color: rgb(241, 241, 241);
    border-right-color: rgb(241, 241, 241);
    border-bottom-color: rgb(241, 241, 241);
    border-left-color: rgb(241, 241, 241);
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    border-color: #f1f1f1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; */
}

.widget .form-control, .widget input[type="text"], .widget input[type="email"], .widget input[type="password"], .widget input[type="url"], .widget input[type="date"], .widget textarea, .widget select {
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    border: 1px solid #e1e1e1;
    color: #545454;
    /* background-color: #f8f9fa; */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*
.widget.widget_mailpoet_form .mailpoet_submit {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff;
    padding: 10px 28px;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
}*/

.widget .btn-default, .widget input[type="submit"], .widget input[type="reset"] {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff;
}

.widget .btn, .widget input[type="submit"], .widget input[type="reset"] {
    /* padding: 10px 28px; */
    font-size: 12px;
    font-weight: 300;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    
}

.widget .newsletter-frm button, .widget .newsletter-frm input[type="submit"] {
    padding: 8px 20px;
}

.widget .newsletter-frm button:hover, .widget .newsletter-frm input[type="submit"]:hover {
  background: #008c99;
}


.widget h3 {
    clear: both;
    letter-spacing: 0.5px;
    position: relative;
    /* margin: 30px 0 25px; */
    /* margin-top: 15px; */
    margin-bottom: 15px1;

    /*  */
    /* text-align: center; */
    /* margin-bottom: 20px; */
    font-size: 14px;
    font-weight: bold;
    text-transform:uppercase;
}

/* .widget h3 span{
    display: inline-block;
    max-width: 100%;
    position: relative;
    padding: 0 26px;
    
} */

/* .widget h3 span::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 20px;
    height: 4px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.widget h3 span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 20px;
    height: 4px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
} */

/* start search bar */

/* Style the search field */
.widget .search-box input[type=text] {
  /* padding-top1: 7px; */
  font-size: 14px;
  /*border: 1px solid grey; */
  float: left;
  width: calc(100% - 40px);
  background: #fff;
  margin:0!important;
  border-radius: 3px;
}

/* Style the submit button */
.widget .search-box button, .widget .search-box input[type="submit"] {
  float: left;
  width: 40px;
  padding: 6px 10px;
  /* background: #23272b;
  color: white; */
  /* color: #fff;
  background-color: #343a40;
  border-color: #343a40; */
  background-color: #314259;
    border-color: #4C5A6F;
    color: #F1F8FF;
  font-size: 14px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  border-radius: 3px;
}

.widget .search-box button:hover, .widget .search-box input[type="submit"]:hover {
  /* background: #008c99; */
  background-color: #4C5A6F;
  border-color: #314259;
}

/* Clear floats */
.widget .search-box form.search::after {
  content: "";
  clear: both;
  display: table;
}
/* end search bar */
.widget-box{
    /* background:#fff; */
    /* border:solid 1px #ccc;
    box-shadow: 5px 5px #ccc; */
    padding:20px;
    margin-bottom:30px;
}
.widget ul {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.widget li {
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.widget li a{
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    color:#222;
    text-decoration:none;
}

/* pagination  */
.paging{
    text-align: center;
    padding:20px 0;
}

.paging nav { display: inline-block; max-width: max-content;}
.pagination .active .page-link{
    /* background-color: #222!important;
    border:solid 1px #222!important; */
    background-color: #314259!important;
    border-color: #314259!important;
    color:#F1F8FF;
    padding: 2px 8px;
}
.pagination .page-link {
    padding: 2px 8px;
}
.pagination .page-link , .pagination .page-link:hover{
    color:#1151CF;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 11111111111111;
    cursor: pointer;
}
/* spinner */
#spinner{
    position:absolute;
    top:40%;
    left:48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 5px solid #ccc; /* Light grey */
    border-top: 5px solid #777; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    
}

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

.input-err{
    box-shadow: 0 0 3px rgba(200, 35, 51, 1) !important;
    border: 1px solid rgba(200, 35, 51, 1) !important;
    margin-right: 2px;
}

.blog-post img{
    width: 100%;
    width:-moz-available;
}

.blog-post table td{
    padding-left:10px;
    /* padding-right:3px; */
}
/* Ensure the image fills the width and has a fixed height */
.blog-post-summary img {
    width: 100%;            
    object-fit: cover;      
    border-radius: 8px;     
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
    object-position: center center;
  }
  
  /* Styling for the post title */
  .blog-post-summary .post-title a{
    /* font-size: 1.3rem; */
    /* font-weight: 630; */
    color: #333;
    /* margin-top: 0px; */
    /* margin-bottom: 10px; */
    /* font-size: 18px; */
    /* line-height: 18px!important; */
    /* -webkit-line-clamp: 3; */
  }
  
  /* Styling for post details (category, date, and author) */
  .blog-post-summary .post-details, article .post-details{
    font-size: 12px; /*0.675rem; */
    color: #6c757d;
  }
  
  .blog-post-summary .post-details a:hover, article .post-details a:hover{
    text-decoration:none;
  }
  /* Additional styling for the post summary */
  .blog-post-summary .post-summary {
    /* font-size: 1rem; */
    color: #1A1D23;
    /* line-height: 1.6; */
    margin-bottom: 20px;

    /* font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 20px; */
  }
  
  /* Add some spacing and alignment */
  /* .blog-post-summary .btn {
    padding: auto 20px!important;
    font-size: 1rem;
    font-weight: 500;
  } */
  
  /* Responsive behavior */
  @media (max-width: 767.98px) {
    .blog-post-summary .row {
      flex-direction: column;
    }
  
    .blog-post-summary .col-md-4 {
      order: 2; /* Image comes after the content on small screens */
    }
  
    .blog-post-summary .col-md-8 {
      order: 1; /* Content comes first */
    }
  }

  /* Tag Cloud Container */
.tag-cloud {
    list-style-type: none; /* Remove default list styling */
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Allow wrapping to the next line */
    gap: 12px; /* Add spacing between the tags */
}

/* Individual Tag Styles */
.tag-cloud li {
    display: inline-block; /* Display tags inline */
    margin-bottom: 5px; /* Space between rows of tags */
}

/* Tag Link Styles */
.tag-cloud li a {
    line-height: 1.7;
    display: inline-block;
    padding: 0px 10px 1px;
    font-size: 12px; /* Adjust font size */
    color: #007bff; /* Tag color */
    background-color: #f0f0f0; /* Background color */
    border: 1px solid #007bff; /* Border color */
    border-radius: 20px;
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s, color 0.3s; /* Hover effect */
}

/* Hover Effect */
.tag-cloud li a:hover {
    background-color: #007bff;
    color: #fff;
}

/* Varying font size for tags based on frequency (Optional) */
/* .tag-cloud li:nth-child(1) a {
    font-size: 18px;
}

.tag-cloud li:nth-child(2) a {
    font-size: 16px;
}

.tag-cloud li:nth-child(3) a {
    font-size: 15px;
}

.tag-cloud li:nth-child(4) a {
    font-size: 14px;
}

.tag-cloud li:nth-child(5) a {
    font-size: 13px;
}

.tag-cloud li:nth-child(6) a {
    font-size: 12px;
}

.tag-cloud li:nth-child(7) a {
    font-size: 14px;
}

.tag-cloud li:nth-child(8) a {
    font-size: 15px;
} */


.equal-height { display: flex; align-items: stretch; }
.block {
    background-color: lightblue;
    border: 1px solid #ddd;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  
