body{
	color: black !important;
	background-color: #f1f5f9 !important;
}

::selection{
	background: #ff8c00 !important;
}



/* For Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 6px;                 /* thin scrollbar */
/* 	background-color: #F1F5F9 !important: */
}

::-webkit-scrollbar-track {
  background: transparent;     /* no background */
}

::-webkit-scrollbar-thumb {
  background: #FF8C00;         /* orange thumb */
  border-radius: 6px;          /* rounded edges */
}

::-webkit-scrollbar-thumb:hover {
  background: #e67e00;         /* darker orange on hover */
}

.widget_categories ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before, .widget_recent_entries ul li a:before, .widget_nav_menu ul li a:before, .widget_block ul li a:before{
	color: black !important;
}

/* For Firefox */
* {
  scrollbar-width: thin;              /* makes it thin */
  scrollbar-color: #FF8C00 #F1F5F9; /* thumb | track */
}

body {
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
}

.reading-bar{		
	background: #f58700 !important;
background: linear-gradient(86deg, rgba(245, 135, 0, 1) 0%, rgba(245, 161, 59, 1) 21%, rgba(255, 226, 194, 1) 49%, rgba(245, 135, 0, 1) 73%, rgba(255, 226, 194, 1) 100%) !important;
}

.breadcrumb a {
    color: black !important;
}

.col-lg-8 a{
	color: #FF8C00 !important;
}

.col-lg-8 p{
	color: black !important;
}

.textwidget p,
.textwidget span{
    color: black !important;
}

a.category-badge {
    background: #ff8c00 !important;
    font-family: 'Montserrat' !important;
	padding: 8px 16px !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}

a.category-badge:hover{
	background: white !important;
}

.icon-button{
	 background: #ff8c00 !important;
}

.btn, body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link), .wp-block-button__link, .wp-block-search button[type=submit], .widget .searchform input[type=submit], .comment-reply-link, .post-password-form input[type=submit], input[type=submit]{
	background: #ff8c00 !important;
}

.post .post-format{
	background: #ff8c00 !important;
}

.elementor-element elementor-element-ba956d5 e-flex e-con-boxed e-con e-parent e-lazyloaded{
	background: #ff8c00 !important;
}

.page-item .page-numbers.current{
	background: #ff8c00 !important;
	cursor: pointer;
	font-weight: 500 !important;
}

.slick-dots li.slick-active button:before{
	background: #ff8c00 !important;
}

.page-numbers:hover{
	background: white !important;
	border: 1px solid #c2c2c2 !important;
}

.padding-30{
	margin-bottom: 100px !important;
}

.navbar{
	width: 1400px !important;
}


a.nav-link {
    font-size: 15px;
	color: #000000 !important;
	font-weight: 500 !important;
}

.navbar-nav li .nav-link.active{
	background: #FF8C00 !important;
}


.featured-post-md .post-title a,
.featured-post-md .meta{
	display: none !important;
}

.post.post-over-content.col-md-6.slick-slide.slick-current,
.post.post-over-content.col-md-6.slick-slide.slick-active{
/* 	width: 500px !important; */
}

.e-con-inner {
    width: 1400px !important;
}

.elementor-element.elementor-element-d6522ad.elementor-widget.elementor-widget-heading {
    width: 1400px;
    margin: 0 auto;
}

.clearfix .category-badge {
    font-size: 20px !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
	font-weight: 300 !important;
}



/* contact form in contact us page */
.wpcf7-form{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* General form fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #101082;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
	color: black !important;
}

/* Placeholder color */
.wpcf7 ::placeholder {
    color: black;
    opacity: 0.8;
}

/* Submit button */
.wpcf7 input[type="submit"] {
    background-color: #ff8c00; /* Orange */
    color: #fff;
    padding: 3px 30px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

/* Hover effect */
.wpcf7 input[type="submit"]:hover {
    background-color: #e67e00;        /* Slightly darker orange */
}

/* Small note under form */
.cf7-note {
    font-size: 14px;
    color: black;
/*     margin-top: 10px; */
}







.post .meta,
.post .meta a{
	color: black !important;
}


/* topbar */
/* =========================
   Top Bar CSS
   ========================= */
.top-header {
    background: #000080; /* dark blue */
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.top-header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ===== Left Side (Phone & Email) ===== */
.top-header-left a {
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.top-header-left a:hover {
    opacity: 0.7;
}

.top-header-left i {
    font-size: 16px;
    margin-right: 6px;
}

/* ===== Right Side (Social Icons) ===== */
.top-header-right a {
    margin-left: 12px;
    display: inline-block;
    text-decoration: none;
}

.top-header-right img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    transition: opacity 0.3s ease;
}

.top-header-right a:hover img {
    opacity: 0.7;
}

/* contact us */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #FF8C00 !important;
}
/*  */

/* side bar MD */

div#custom_html-4 {
    background: white !important;
}
div#categories-1 {
    background: white !important;
}
div#custom_html-5 {
    background: white !important;
}

/*  */
@media (max-width: 767px) {
    .top-header {
        display: none;
    }
}



section.not-found.d-flex.align-items-center.padding-30 a:hover {
    color: white !important;
}
section.not-found.d-flex.align-items-center.padding-30 a {
    padding: 15px 40px !important;
    font-size: 20px !important;
    border-radius: 50px !important;
    margin-top: 17px !important;
}


/* Tags */
div#tag_cloud-2 .widget-header.text-center {
    text-align: left !important;
}
div#tag_cloud-2 .widget-header.text-center h3 {
    color: #ff8c00 !important;
    text-transform: uppercase;
    font-size: 30px !important;
}
.tagcloud a.tag-cloud-link {
    background: #ff8c00 !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 5px 20px !important;
}
.tagcloud a.tag-cloud-link:hover {
    border-color: #ff8c00 !important;
}
div#tag_cloud-2 {
    background: white !important;
}

form#commentform textarea#comment:focus {
    border-color: #ff8c00 !important;
}
.tags a:hover {
    border-color: #ff8c00 !important;
}
form#commentform input:focus {
    border-color: #ff8c00 !important;
}





.single-post .main-content {
    margin-top: 0 !important;
    background: white !important;
}


div#customer_login {
    max-width: 1000px !important;
    margin: auto !important;
    padding: 50px 0 !important;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #FF8C00 !important;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit
 {
	   background: #FF8C00 !important;
}
p.woocommerce-LostPassword.lost_password a {
    color: #FF8C00 !important;
}
a.woocommerce-privacy-policy-link {
    color: #FF8C00 !important;
}
div#customer_login .u-column1.col-1 h2 {
    text-align: center !important;
}
div#customer_login .u-column2.col-2 h2
 {
    text-align: center !important;
}
p.woocommerce-form-row.form-row button.woocommerce-Button.button {
    background: #FF8C00 !important;
}

/* post page admin show */
.post-header ul.meta.list-inline.mb-0 {
    display: none !important;
}
.details ul.meta.list-inline.mb-0 {
    display: none !important;
}
/*  */
/* header */
ul#menu-new-menu li a {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
/*  */
/* contact us page */
.form-captcha {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-captcha .main-cf7-captcha input {
    margin: 0 !important;
}


.col-lg-8 a {
    color: #203656 !important;
}
.thumb.top-rounded a {
    color: white !important;
}




