/**
 * Theme Name:     Draftly Child
 * Author:         ThemeEverest
 * Template:       draftly
 * Text Domain:	   draftly-child
 * Description:    Draftly is a modern, elegant, and minimalist free WordPress theme suitable for bloggers, writers, newspapers, and news sites. This responsive theme is designed to be used for anything, from food, fashion, travel, and lifestyle to movies, clothing, and personal writing. It is search engine optimized (SEO), mobile-friendly, and includes a sidebar with widgets, Adsense, and affiliate links. The theme is simple, clean, and author-focused, making it perfect for business or personal use, portfolio, and writing. It comes with Elementor, a lightweight page builder, and is compatible with Visual Composer and Beaver Builder. This multi-purpose theme is customizable and beginner-friendly, making it perfect for startups, agency firms, and corporate use. It also includes schema markup and is translation-ready, making it easy to use for everyone. Gutenberg support is included, making it an excellent choice for beginners and advanced users alike.
 */
body, button, input, select, textarea {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, .site-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	color: #000;
	line-height: 140%;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top:0;
	font-family: 'Poppins', sans-serif;
}
article .entry-content {
	font-family: 'Poppins', sans-serif!important;
}
h1.entry-title, h2.entry-title, h2.entry-title{
	font-family: 'Poppins', sans-serif!important;
}
.site-footer{ font-family: 'Poppins', sans-serif;}

.content-wrap {width:1180px;}
/*--blog-home-pagination-*/
span.page-numbers.current{color:#04ABFF}
.page-numbers li a{background:#04ABFF}
.read-more-blogfeed a{color:#04ABFF}

/* ==== Custom Header Layout ==== */
.headerBg{border:1px solid #ccc;border-radius:16px; background-color: #ffffff; position: relative; z-index: 2;margin-top:20px;height:70px;padding:10px;display:flex; box-shadow: 0px 1px 17.8px 0px #00659833;}

.logo-container{max-width: 18%}

.custom-logo{max-width:150px;}

.bottom-header-wrapper{margin-top:5px;}
/*
.center-main-menu {
   display:flex; max-width:45%;
}

*/
.logo-container {
  display: flex;
  align-items: center;
  gap: 15px; /* spacing between logo and divider */
}

.logo-divider {
  width: 1px;
  height: 30px;
  background-color: #C8C8C8;
  display: inline-block;
}

.center-main-menu .menu-primary-container .pmenu li:last-child{margin-right:20px;}

.menu-item-gtranslate .sub-menu{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}


/* Right buttons*/ 
.header-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.header-btn {
  padding: 10px 10px;
  border-radius: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  width:150px; text-align: center;
}

.btn-primary {
  background-color: #04ABFF;
  color: #fff;
}

.btn-primary:hover {
  background-color: #049ce9;
}

.btn-outline {
  border: 2px solid #A8A8A8;
  color: #36393E;
}

.footer-btn2:hover {
  background-color: #049ce9;
  color: #ffffff;
  border:2px solid #049ce9;
}
.btn-outline:hover a{color:#ffffff;}


/*==G|Translate button==*/
.headerbg .gtranslate_wrapper,
.headerbg .gt_switcher_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 10px; /* Adjust spacing if needed */
}

.headerbg .gt_selector,
.headerbg .gtranslate select {
  padding: 6px 8px;
  border: none;
  background: transparent;
  color: inherit;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.4;
  appearance: none;
  outline: none;
}

.menu-item-gtranslate .sub-arrow i{color:#04ABFF; padding-top:3px;}

.headerBg .menu-primary-container {width:100%;}


.menu-item-gtranslate .dropdown-menu {
  max-height: 200px; /* adjust height as needed */
  border-bottom-left-radius:16px;
  overflow-y: auto;
  overflow-x: hidden;
 
}
.menu-item-742{cursor: pointer;}
.menu-item-742 .sub-arrow i {color:#04ABFF}

/* Optional: style scrollbar (modern browsers) */
.menu-item-gtranslate .dropdown-menu::-webkit-scrollbar {
  width: 6px; border-bottom-right-radus:16px;
}

.menu-item-gtranslate .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.menu-item-gtranslate .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.menu-item-gtranslate ul li a {padding: 8px 16px;}

/* === Hero Section on Single Post === */
.top-nav-wrapper{background-color:transparent;}
.custom-header {
  position: relative;
  margin:auto;
/*  max-width: 1180px;*/
  z-index: 10;
}
.main-navigation ul li a{font-weight:normal;}

/*.main-navigation .mega-menu:last-child{align-items: flex-end;justify-content: flex-end}*/


div#content.site-content{margin-top:0px;}
/* Hero section starts at top behind header */
.single-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 52vh;
  margin-top:15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius:20px;
}

/* Dark overlay to contrast white header */
/*
.single-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
*/

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

.hero-title {
  font-size: 2.8rem;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #fff;
}

.hero-meta {
  font-size: 1rem;
  opacity: 0.9;
}

.hero-meta span {
  margin: 0 10px;
}


body.single-post .site-main {
  /* matches header height */
  background: #fff;
  position: relative;
  z-index: 5;
  
}
.featured-content{margin-top:60px}
.single h1.entry-title {text-align:left; color:#3A3A3A;}

.post-meta-above {
  font-size: 0.95rem;
  color: #666;
  margin: 20px 0;
  text-align: left;
}

.post-meta-above span {
  margin-right: 15px;
  display: inline-block;
}

.post-meta-above i {
  margin-right: 5px;
  color: #999;
  font-size: 0.9rem;
}

/* Divider dot between author and date */
.post-meta-above span + span::before {
  content: "•";
  margin-right: 10px;
  color: #ccc;
}

.entry-meta {
  font-size: 0.95rem;
  color: #666;
  margin-top: 8px;
}

.entry-meta span {
  margin-right: 15px;
  display: inline-block;
}

.entry-meta i {
  margin-right: 5px;
  color: #999;
  font-size: 0.9rem;
}

.single h1.entry-title{margin-bottom:0px;}
.entry-meta {text-align:left;padding-left:0;}
.entry-content{margin-top:25px;}

.entry-title .highlight-last {
  color: #04ABFF;
}



/*--sidebar--*/
.featured-sidebar{margin-top:60px;background:#E2F5FF; border-radius:12px; padding:10px}
.blogLink{ display:flex; align-items: center ;justify-content:space-between ; background:#ffffff; border-radius:83px; width:100%; margin:15px auto 25px auto;padding:8px}
.blogLink .wrap1{display:flex;align-items: center;}
.blogLink .wrap2{display:flex; align-items:center;padding-right:15px;text-align:center;line-height: 1}
.blogLink  .icon{ padding-left:15px; padding-right:10px;display: flex; height:27px; }
.blogLink  .icon img{height:27px; }

.blogLink  h4{font-size:28px; color:#484848;font-weight: 700;margin-top:0;margin-bottom:0; }
.blogLink .wrap2 .linkText{font-size:14px;color:#484848;padding-right:10px}
.blogLink .wrap2 .linkText a{text-decoration:none;}
.blogLink .wrap2 i{color:#04ABFF}

.sidebarBlogLink{background:#ffffff; border-radius: 15px;padding:10px; margin-bottom:10px}
.sidebarBlogLink .sidebar-thumb img{border-radius: 15px;}
.sidebarBlogLink .sidebar-post-title{font-size:15px;color:#111827; font-weight: 700}
.sidebarBlogLink .sidebar-post-title a{text-decoration:none;}
.sidebarBlogLink .sidebar-meta{color:#6B7280;font-size:12px;display: flex; justify-content: space-between;}


/*--footer--*/
.site-footer{background:#ffffff;}
.pre-footer-border{width:55%; height:0px; background:#cccccc;margin:50px auto 50px auto;opacity: 0.5;}
#footer_main {box-shadow:4px 5px 24.1px 0px #00659840;}

/*main footer*/

.footer_main-wrapper {display:grid; gap:30px; padding:30px; }

.footer-column-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 10px 30px 30px 30px;
}

.footer-column-three {
  color: #6C6C6C;
}

.footer-widget {
  margin-bottom: 20px;
  background:#ffffff;
  color:#6C6C6C;
}

.footer-column-three h3 {
  color: #DDDDDD;
  font-size: 1.5rem;
  margin-bottom: 15px;
 font-family: 'Poppins', sans-serif;
}

.footer-column-three a {
  color: #6C6C6C; font-weight: 500;
  text-decoration: none;
}
.footer_link{color:#6C6C6C;}
/*
.footer-column-three a:hover {
  color: #515050;
}
*/
.footer-column-three .widget-title{margin-bottom:10px;}
.footer-column-extra .widget-title{margin-top:50px}

.footer-app-btn{display:flex;padding-top:25px}
.footer-app-btn .app-btn {max-width:120px; margin-right:10px;}

.footer-column-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-column-three {
  flex: 1 1 250px; /* each column min 250px */
  max-width: 100%;
  width: auto !important;
}

.footer-column-three p, 
.footer-column-three a, 
.footer-column-three li {
  word-break: break-word;
  overflow-wrap: break-word;
}

.footer-column-left .box-wrap{display:flex; border-radius:10px;box-shadow: 0px 0px 11.1px 0px #00000026; 
color:#A2A2A2; background:#ffffff; padding:25px 5px; align-items: center;}

.footer-column-left .box-wrap {line-height:1.2;margin-top:0px;position:relative;margin-bottom:15px;}
.footer-column-left .box-wrap img{max-height: 50px; padding-right:5px;}
.footer-column-left .box-wrap h5{font-size:1.4rem; font-weight: 700;color:#767676;margin-bottom:0;margin-top:0;}
.footer-column-left .box-wrap p{font-size:10px; color:#A2A2A2;padding-top:5px;}
.footer-column-left .box-wrap i{transform:rotate(-50deg);position:absolute; right:0; bottom:0;color:#DEDEDE;font-size: 20px;
  padding-right: 5px; padding-bottom: 5px;}

.footer-column-three .widget-title{font-weight: 700; text-transform: capitalize;color:#dddddd;}

.pre-footer-block {
  width: 100%;
  color: #656565;
  margin-top: 0px;
  border-top: 1px solid #f1f1f1;
}

.pre-footer-wrap{  width:100%; background:url("http://localhost/autobgblog/wp-content/themes/draftly-child/assets/images/footer-bg.jpg");background-size:contain; background-repeat: no-repeat; display:flex;position:relative; align-items: center;height:auto;background-position:right;}
.footer_img{max-width:480px;position:absolute;top:-47px;right:0;}


@media (min-width:1025px) and (max-width:1199px){
	
	.footer-column-left .box-wrap h5{font-size:1rem;text-align: left;}
}
@media (max-width: 992px) {
	.footer_img{width:330px;position:absolute;top:0px;right:0;}
	.pre-footer-left{text-align: left;}
}

@media (max-width:767px){
	.pre-footer-left .pre-footer-title{font-size:3rem;}
	.pre-footer-left .pre-footer-text-1{font-size: 1rem;}
	.pre-footer-left .pre-footer-text{font-size: 1.5rem;}
	.footer_img{width:280px;position:absolute;top:-12px;right:0;}
	#app-btns{display:none;}
}
@media (min-width:651px) and (max-width:1023px){
	.single-hero{background-size:cover; height:50vh;}
	.featured-content{margin-top:20px;}
}
@media (max-width:650px){
	.single-hero{background-size:contain; height:35vh!important;}
	.featured-content{margin-top:20px;}
	.single h1.entry-title{font-size: 1.52rem; line-height: 1;}
}
@media (min-width:1025px){
	#app-btns{display:none;}
}
@media(max-width:1199px){
	.footer-column-left .box-wrap h5{font-size:1rem;text-align: left;}
}
@media (max-width: 640px) {
	.footer_img{width:280px;position:absolute;top:-13px;right:0;}
	.pre-footer-left{text-align: left;}
}

@media (max-width:574px) {
	.pre-footer-left{paddingleft:0px;}
	.footer_img{width:51%;top:10px;}
	.pre-footer-left .pre-footer-title{font-size:2rem;}
	.pre-footer-text-1{font-size:1rem; width:250px;}
	
}

@media (max-width:480px) {
/*	.pre-footer-wrap{height:150px}*/
	.pre-footer-left{padding-left:0px;}
	.pre-footer-left .pre-footer-title{font-size:2rem;}
	.footer_img{width:170px;top:0px;}
	.pre-footer-left .pre-footer-text-1{font-size:0.65rem;}
	.pre-footer-left .pre-footer-text{font-size:1rem;}
	.pre-footer-left .pre-footer-btn{padding:3px 8px}
	.pre-footer-left .pre-footer-box{margin-top:8px;}
}
@media (max-width:375px){
	
	.header-right{display:block; flex-direction:column;justify-content: center; align-items:center;}
	.header-right.btn-primary{order: 1}
	.header-right.btn-outline{order:2;}
	.single-hero{height:250px;}
}
/*
@media (max-width: 640px) {
	.footer_img{width:300px;position:absolute;top:50px;right:0;}
	.pre-footer-title{font-size:3rem;}
	.pre-footer-text-1{font-size: 1rem;}
	.pre-footer-text{font-size: 1.5rem;}*/

.pre-footer-container {
  max-width: 1504;
  margin: 0 auto;
  padding:0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap; /* makes it responsive */
  border-top-right-radius:12px;
}

.pre-footer-left {
  flex: 1;
  width: 70%;
  padding-left:20px;
}


.pre-footer-right {
  flex: 0 0 auto;
  text-align: right;
  width: 50%;
  position:relative;

}
.pre-footer-right .elements{position:absolute; right:0; bottom:0}
.pre-footer-right img{width:100%}
.pre-footer-right .footer_img {position:relative; max-width:100%;}
.pre-footer-right {align-items: flex-end;}
.pre-footer-title {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  background-color: #04ABFF;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(4,170,253,0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
   background-clip: text;
	margin-top:45px;
}
.pre-footer-text-1{
	font-size: 1.1rem;
  color: #656565; font-weight:300;
  margin-bottom: 0;line-height: 1;
}
.pre-footer-text {
  font-size: 2rem;
  color: #656565;font-weight: 700;
  margin-bottom: 0;
}

.pre-footer-btn {
  background: #04ABFF;
  color: #fff;
  padding: 8px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease;
}
.pre-footer-box{margin-top:10px;display:flex;padding-bottom:30px}
.pre-footer-box p{margin-bottom:0;}
.pre-footer-box p{padding-left:30px}
.pre-footer-box p:last-child{font-weight: 700;font-size:1.3rem}

.pre-footer-btn:hover {
  background: #e05c00;
  transform: translateY(-2px);
}
.footer-widget .footer-btn {
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease; color:#ffffff;
  width:200px; text-align: center;margin-bottom:10px;
}.footer-widget .footer-btn2 {
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease; color:#36393E;
  width:200px; text-align: center;margin-bottom:10px;display:block;
}
.footer-btn {display:block;}
.footer-column-middle ul, .footer-column-right ul, .footer-column-extra ul{margin-left:0;}
.footer-column-right ul{margin-bottom:30px;display: block}


/*post-footer-block-*/

.post-footer-container {
  max-width: 1504px;
  margin: 0 auto;
  padding:0 0 0 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap; 
  border-top-right-radius:12px;
}

.post-footer-left {
  flex: 1;
  width: 25%; display:flex; align-items: center;
	padding:20px 10px;

}
.post-footer-left img{ display:block; margin:auto;}

.post-footer-middle {
  flex: 1;
  width: 30%;
  background:#EEEEEE;padding:20px 10px;

}


.post-footer-right {
  flex: 0 0 auto;
  text-align: left;
  width: 45%; min-height: auto;
  position:relative;
  background:#EEEEEE;padding:20px 30px;
  border-top-right-radius:16px;
  border-bottom-right-radius:16px;
  margin-right:20px;
  color:#656565;
}
.post-footer-right-inner {display:flex; align-items: center; justify-content: space-between;padding-bottom:15px; border-bottom: 1px solid #d6d6d6;}
.post-footer-right-inner .text-box{color:#656565; font-size:18px; text-align: right;}

.post-footer-right-inner2{display:flex; align-items: center; justify-content: space-between;padding-top:15px;}
.post-footer-right-inner2 img{max-width: 250px;}
.post-footer-right-inner2 p{margin-bottom:0;line-height: 1; font-size:12px;}
.post-footer-right-inner2 span{display:block;}
.site-info {display:flex; justify-content: space-between;background:#04ABFF;padding:20px 30px;margin-top:20px;}




/* === Responsive Design === */

@media screen and (max-width: 1023px) {
  #smobile-menu .content-wrap, #smobile-menu .primary-menu ul {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
	.center-main-menu .menu-primary-container .pmenu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.center-main-menu .menu-primary-container .pmenu > .menu-item-gtranslate {
  margin-left: auto;
}
}



@media (max-width: 768px) {
  .pre-footer-container {
    flex-direction: column;
    text-align: center;
  }

  .pre-footer-right {
    text-align: center;
    margin-top: 20px;
  }
}




/* Responsive layout */
@media (min-width:767px){
	 #smobile-menu .content-wrap{width:90%;margin:0 auto;}
	.center-main-menu{width:100%}
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .single-hero {
    height: 50vh;
  }
  .hero-title {
    font-size: 1.8rem;
  }
.pre-footer-box	.pre-footer-text-1{display:none;}
}


/* Responsive (Mobile) */

@media (max-width: 1023px) {

	.headerBg{display:flex; flex-direction: column; height:auto;}

  .header-center .main-menu {
    flex-direction: column;
    gap: 10px;
  }

  .header-right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  margin-top:20px;
}
}
@media (max-width: 992px) {
.sidebar-meta {display:flex; flex-direction:initial;}
.sidebarBlogLink .sidebar-thumb img{width:100%;}
	
.pre-footer-title {margin-top:15px;}

}
@media (min-width: 993px) and (max-width:1199px) {
.sidebar-meta {display:flex; flex-direction:column}
	
}
@media (max-width:480px) {
.sidebar-meta {display:flex; flex-direction:column}

/*
	
/*--footer-responsive-*/
	/* === PRE-FOOTER WRAPPER === */
.pre-footer-block {
  width: 100%;
 background:#ffffff;
  height:auto;
  padding:0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.pre-footer-container {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap; /* allows column stacking */
}

/* LEFT SIDE */
/*
.pre-footer-left {
  flex: 1;
  min-width: 280px;
}
*/

/*
.pre-footer-box {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 10px;
  flex-wrap: wrap;
}
*/

/* RIGHT IMG */
.pre-footer-right {
  flex: 1;
  min-width: 280px;
  text-align: right;
}

.footer_img {
  max-width: 100%;
  height: auto;
}
}

/* RESPONSIVE FOR PRE-FOOTER */
@media (max-width: 992px) {
  .pre-footer-container {
	display: flex;
    flex-direction: row;
    text-align: center;
  }
/*
	.pre-footer-left {
		flex:1;
		width:60%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
*/
  .pre-footer-right {
	text-align: center;
	width:40%;
  }

}

	/*--footer-2-*/
/* FOOTER GRID */
.footer-column-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding-top: 40px;
}

/* Override old width:33% */
.footer-column-three {
  width: auto !important;
  float: none !important;
}



/* Safe text wrapping */
.footer-column-three,
.footer-column-three p,
.footer-column-three a,
.footer-column-three li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}


/*mobile -column-order-*/
@media (max-width: 649px){
    #footer_main .footer-column-wrapper {
        display: flex;
        flex-wrap: wrap;	
    }
    
    #footer_main .footer-column-wrapper > div {
        width: 100%;
    }
    
    .footer-column-extra { order: 1; width: 25%; }    
    .footer-column-left  { order: 2; width: 25%; }   
    .footer-column-middle{ order: 3; width: 25%;  }    
    .footer-column-right { order: 4; width: 25%;  }   
	.footer-column-three{text-align: left;}
	
}
@media (max-width: 574px){
	.footer-column-three{text-align: center; padding:10px 0;}
	.footer-column-three .footer-widget{max-width:300px;margin:auto}
	.footer-widget {text-align:left;}
	.footer-widget .footer-btn{width:100%;}
	.footer-widget .footer-btn2 {width:100%;display: block;}
	.footer-column-three .widget-title {margin-top:10px;text-align: left;}
	.footer-column-middle{text-align:left;}
	.swidget{margin-bottom:0;}
	.footer-column-right{text-align:left;}
	.post-footer-middle{display:none;}
	.post-footer-left{background:#F0FAFF}
	.post-footer-right {width:100%;padding:15px}
	.post-footer-right-inner .text-box{font-size:14px}
	.post-footer-right-inner2{text-align: left;}
	.post-footer-right-inner2 img{margin-top:12px;}
	.post-footer-right-inner2 p span {width:100%;float:none;}
	.post-footer-container{gap:0;}
	
}
@media (max-width: 480px){
	.post-footer-container .post-footer-left{width:100%;}
	.post-footer-container .post-footer-right{width:100%;}
	.post-footer-right-inner2 img{width:60%;}
	.post-footer-right {border-top-right-radius:none!important; border-bottom-right-radius: none!important;}
}
@media (min-width:481px) and (max-width: 649px){
	.footer-column-three {width:233px;}
	.footer-column-three{text-align: center; padding:10px 0;}
	.footer-column-three .footer-widget{max-width:300px;margin:auto}
	.footer-widget {text-align:left;}
	.footer-widget .footer-btn{width:100%;}
	.footer-widget .footer-btn2 {width:100%;display: block;}
	.footer-column-three .widget-title {margin-top:10px;text-align: left;}
	.footer-column-middle{text-align:left;}
	.swidget{margin-bottom:0;}
	.footer-column-right{text-align:left;}
	.post-footer-middle{display:none;}
	.post-footer-left{background:#F0FAFF;border-top-left-radius:16px;border-bottom-left-radius:16px;margin-left:15px}
	.post-footer-left{background:#F0FAFF}
	.post-footer-right {width:70%;padding:15px}
	.post-footer-right-inner .text-box{font-size:14px}
	.post-footer-right-inner2{}
	.post-footer-right-inner2 img{max-width:200px; margin-top:12px;}
	.post-footer-container{gap:0;}
	
}

@media (min-width:650px) and (max-width:767px) {

    /* Make wrapper flex */
    #footer_main .footer-column-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
    }

	.footer-column-three{flex: 1 1 233px;}

    /* Show footer 1,2,3 as 3 columns */
    #footer_main .footer-column-left,
    #footer_main .footer-column-middle,
    #footer_main .footer-column-right,
    #footer_main .footer-column-extra{
        width: 24% !important;
        display: block !important;
        margin: 0;
        padding: 0 10px; /* optional spacing */
        box-sizing: border-box;
    }

    /* Make sure internal content does not overflow */
    #footer_main .footer-column-left *,
    #footer_main .footer-column-middle *,
    #footer_main .footer-column-right * {
        max-width: 100% !important;
    }
	
	.post-footer-middle{display:none;}
	.post-footer-left{background:#F0FAFF;border-top-left-radius:16px;border-bottom-left-radius:16px;margin-left:15px}
	.post-footer-left{background:#F0FAFF}
	.post-footer-right {width:70%;padding:15px}
	.post-footer-right-inner .text-box{font-size:14px}
	.post-footer-right-inner2{}
	.post-footer-right-inner2 img{max-width:200px; margin-top:12px;}
	.post-footer-container{gap:0;}
}


/* TABLET VIEW: 3 columns — hide column 4 */
@media (min-width:768px) and (max-width:1024px) {

    /* Make wrapper flex */
    #footer_main .footer-column-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
		padding:40px 20px;
		gap:20px;
    }

	#footer_main .footer-column-three{
		flex:1 1 20px;
	}	
    /* Hide column 4 */
    #footer_main .footer-column-extra {
        display: none !important;
    }

    /* Force 3-column layout */
    #footer_main .footer-column-left,
    #footer_main .footer-column-middle,
    #footer_main .footer-column-right {
        width: 33.33% !important;
        display: block !important;
        margin: 0;
        padding: 0 0px; /* optional spacing */
        box-sizing: border-box;
    }
	.footer-column-left .box-wrap h5{font-size:1rem;}
    /* Avoid overflow from widget content */
    #footer_main .footer-column-left *,
    #footer_main .footer-column-middle *,
    #footer_main .footer-column-right * {
        max-width: 100% !important;
    }
	.post-footer-right-inner .text-box{font-size:0.81rem;}
	.post-footer-right-inner2 img{max-width:60%;}
	.footer-app-btn{padding-top:12px;}
	#app-btns{display:block;}
}

/*home-pagination-*/
ul.page-numbers li:first-child a,
ul.page-numbers li:last-child a{border-radius:0!important;width:auto;}
ul.page-numbers li a {
	border-radius:50%; background:#eeeeee;color:#666666;width:40px;height:40px;
}
ul.page-numbers .current {
	border-radius: 50%; background:#04ABFF;color:#ffffff;opacity: 1;
    border: 1px solid #a0d6f1; width:40px;height:40px;
}
.blog .site-main > nav,
.blog .site-main > .pag-wrapper {
    grid-column: 1 / -1;
}
/*
.blog .pagination *,
.blog .nav-links * {
    max-width: none !important;
}
*/

/* Individual page numbers */
.blog .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0 6px;
    border-radius: 50%;
/*    background: #f4f4f4;*/
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

/* Active page */
.blog .page-numbers.current {
    background: #04abff;
    color: #fff;
}


/* BLOG GRID */
.blog .site-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

/* CARD */
.blog article.post {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0px 4.68px 7.03px -1.17px #0000001A;
	padding-bottom:15px;
    display: flex;
    flex-direction: column;
	border-top-left-radius:16px;
	border-top-right-radius:16px;
}
.blog .featured-thumbnail-inner{border-top-left-radius: 16px; border-top-right-radius: 16px;}
/* FEATURE IMAGE */
.blog .post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* DATE + TIME (TOP) */
.blog .entry-meta {
    order: 1;
    font-size: 13px;
    color: #777;
    padding: 14px 18px 0;
}

/* TEXT (TITLE + EXCERPT) */

.blog h2.entry-title,
.blog h2.entry-title a {
  margin-top:10px;
}



/* Add custom Read → text */
.blog .read-more-blogfeed a {
    font-size: 0;
}

.blog .read-more-blogfeed a::before {
    content: "Read";
    font-size: 14px;
    font-weight: 600;
    color: #04ABFF;
}


.blog .read-more-blogfeed a::after {
    content: " → ";
    font-size: 18px;
    font-weight: 600;
    color: #04ABFF;
    transition: transform 0.3s ease;
}

.blog .read-more-blogfeed a:hover {
    transform: translateX(4px);
}


.featured-img-box > .read-more-blogfeed{display: flex; alignment-baseline:bottom;}


.featured-img-box{display:block!important;}
.featured-thumbnail{width:100%!important; height:180px!important;}

.content-wrapper .entry-header h2.entry-title a {font-size:18px!important;font-weight: bold}
.content-wrapper .entry-header h2.entry-title a:hover {font-size:20px!important;font-weight: inherit}
.content-wrapper h2.entry-title{font-size:18px;}
.blog .entry-header{padding:0;line-height:1}
.blog .entry-meta{padding:14px 0px}
.blog .entry-meta .posted-on:before{ font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f073";padding-right:10px;}
.blog .read-more-blogfeed{text-align:right;}
.blog .read-more-blogfeed a{font-weight: normal}
.blog .read-more-blogfee{font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f061";padding-left:10px;}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {padding-right:15px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu{padding:10px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{font-size:2rem;color:#d3d3d3;padding-top:10px;text-transform: none;}                                     
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu li.mega-menu-item a.mega-menu-link .mega-menu-title {font-size:14px; font-weight:bold;line-height: 1;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link::before{font-size:1.4rem;background:#99c2d6;width:40px;height:40px;border-radius:4px;text-align:center;color:#ffffff;}

.main-navigation ul li:last-child{float:right;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{color:#04ABFF;}
@media (max-width: 1023px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
        pointer-events: none;
    }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus{
	background-color: transparent; color: #222222;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link::before{
 display: inline-block; text-rendering: auto; font: inherit; font-size: inherit; font-family: inherit; font-family: 'Font Awesome 6 Free';
 content: '\40'; line-height: 40px; -webkit-font-smoothing: antialiased; position: static;  margin: 0 6px 0 0px;}
 
/*--pagination--media-query--*/
@media (max-width:480px){
	.page-numbers li a{padding:10px 10px}
	.page-numbers li a {font-size:11px;}
	.blog .page-numbers {margin:0px 4px;}
}
@media (max-width: 767px) {

    .page-numbers,
    .page-numbers {
        display: flex;
        flex-wrap: wrap;              /* allow wrapping */
        justify-content: center;
        gap: 6px;
     }

    .pagination a,
    .pagination span,
    .nav-links a,
    .nav-links span {
        min-width: auto !important;    remove fixed width 
        padding: 6px 10px;
        font-size: 14px;
        white-space: nowrap;
    }
}  

  