/* =====================================================
   THEME INFO
===================================================== */
/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
Description: Child theme for Hello Elementor

*/

/* =====================================================float-card
   RESET & BASE
===================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html body{
    background-color:#f4f8fe;
}
html {
    scroll-behavior: smooth;
}
/* =====================================================
   HEADER
===================================================== */
.site-header {
background: #f4f8fe;
    max-width: 100% !important;

}
.site-header .header-wrap{
	  max-width: 1300px !important;
}
/* Default Header */
.site-header{
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
}

/* Sticky only after scroll */
.site-header.sticky-active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);padding: 20px;
}
.btn-black:hover{
	color:#fff
}
.container {
  max-width: 1300px;
  margin: auto;
  width: 100%;padding: 15px;

}
.header-wrap{
      padding: 10px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* LOGO */
.logo a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.custom-logo {
  width: 95px;
}

/* MENU (DESKTOP) */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.menu li a {
  text-decoration: none;
  color: #333;
}

/* BUTTON */
.btn {
  padding: 8px 22px;
  background: #dd0f19;
  color: #fff;
  border-radius: 24px;
  text-decoration: none;
}

/* SEARCH */
.search-icon {
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.search-popup {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  z-index: 999;
}

.search-popup.active {
  display: block;
}

/* HAMBURGER */
.menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* =====================================================
   MOBILE NAVIGATION (FIXED)
===================================================== */
@media (max-width: 768px) {

  .container {
    flex-wrap: wrap;
    position: relative;
  }
body .newsletter-form-wrap .form-title {
    display: block;
}
  /* HAMBURGER */
  .menu-toggle {
    display: block;
    order: 3;
  }

  /* LOGO */
  .logo {
    order: 1;
  }

  /* NAV MENU */
  .nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    border-top: 1px solid #ddd;
    z-index: 999;
    transition: all 0.3s ease;
  }

  .nav-menu.active {
    display: flex;
  }

  /* MENU ITEMS */
  .menu {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  /* SEARCH + BUTTON */
  .search-box,
  .header-btn {
    width: 100%;
    margin-top: 10px;
  }

  /* SEARCH POPUP */
  .search-popup {
    position: relative;
    top: 10px;
    right: auto;
    width: 100%;
  }
}

/* =====================================================
   HERO SECTION
===================================================== */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
padding: 0px 0px;
    gap: 40px;
}

.hero-left {
  width: 50%;
}

.hero-left h1 {
font-size: 12px;
    margin-bottom: 20px;
    display: inline;
    font-family: 'Roboto' !important;
 
}
.hero-left ul{
    list-style-position: inside;
    background: #dbeafe;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-left ul li::marker {
  color: #dd0f19;
}

.hero-left p {
  font-size: 18px;
  line-height: 1.6;
}

.hero-right {
  width: 50%;
  text-align: right;    position: relative;
}

.review-img img{
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
    border: 1px solid #ced8e4;
    border-radius: 24px;
    margin-top: 30px;
}

.hero-right img {
  max-width: 100%;
  border-radius: 10px;
}

.hero-right:hover  .float-card{
    display:flex;
}
    .float-card  a{
            color: #003c78;
            font-size:14px;
    }
 .float-badge {
      position: absolute; top: 18px; right: 18px;
      background: #fff;

      border-radius: 10px;
      padding: 0.55rem 1rem;
      display: flex; align-items: center; gap: 8px;
 font-size: 14px;
    font-weight: 700;
    color: #142d67;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);;
      animation: floatY 3s ease-in-out infinite;
    }
    .float-badge-icon { font-size: 1rem;    color: #dd0f19 }

    /* Floating card bottom-left */
    .float-card {
      position: absolute; bottom: 22px; left: 22px; right: 22px;
      max-width: 260px;
      background: #fff;
      border-radius: 14px;
      padding: 0.9rem 1.1rem;
      display: flex; align-items: flex-start; gap: 10px;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);;
      animation: floatY 3.5s .5s ease-in-out infinite;display:none;
    }
    .float-card-icon {
      width: 34px; height: 34px; border-radius: 50%;
      background: #dbfce7; display: flex; align-items: center; justify-content: center;
      font-size: 1rem; flex-shrink: 0;
    }
    .float-card-text strong {
      display: block; font-size: 0.88rem; font-weight: 700; color: #0f1a33;
      margin-bottom: 2px;
    }
    .float-card-text p {
      font-size: 0.76rem; line-height: 1.4;
    }
.float-card-icon i{
    color:#23b359;

}
.float-card-text{
    text-align:left;
}

.ti-widget.ti-goog .ti-widget-container {
    text-align: left;
    margin: 20px 0px;
}

/* HERO RESPONSIVE */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }
}


.latest-insights{
    padding:100px 20px 60px 20px;
    background:#f7f9fc;
}

/* HEADER */
.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.section-header h2{
    font-size:28px;
    font-weight:700;
}



/* SEARCH */
.insights-search{
    position:relative;
    width:240px;
}

.insights-search input{
    width:100%;
    padding:10px 35px 10px 12px;
    border-radius:8px;
    border:1px solid #e5e7eb;
}

.insights-search .icon{
    position:absolute;
    right:10px;
    top:50%;
    transform:translateY(-50%);    border: none;
    color: #000;
}

/* VIEW ALL */
.view-all-btn{
   
    color:#003c78;
    padding:10px 14px;
    border-radius:8px;
    font-size:13px;
    text-decoration:none;    margin-top: 10px;
    display: block;
}
.header-right{
    text-align:right;
}
.insights-search input[type=search]{
        border-radius: 24px;
    background: #e6e6e6;
    border: 1px solid #ffff;
}
 .insights-search  button.icon {
    background-color: transparent;
    color: #000;
    text-decoration: none;
    border: none;    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
/* CARD */
.insight-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.insight-card:hover{
    transform:translateY(-6px);
}

/* IMAGE */
.card-image img{
    width:100%;
    
}

.category-badge{
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    color: #000;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 12px;    box-shadow:0 10px 25px rgba(0,0,0,0.08);border: 1px solid #003c78;
}

/* CONTENT */
.card-content{
    padding:16px;
}

/* META */
.meta-info{
    display:flex;
    gap:12px;
    font-size:12px;
    color:#6b7280;
    margin-bottom:10px;
}

/* TITLE */
.title{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;    min-height: 64px;
}

.title a{
    color:#003c78;
    text-decoration:none;
}

/* EXCERPT */
.excerpt{
    font-size:14px;
    color:#6b7280;
    margin-bottom:12px;
    min-height:83px;
}
.latestInsightsSwiper {
    position: relative;
    padding-bottom: 50px; /* KEY FIX: space for pagination */
}
/* AUTHOR */
.author-box{
    display:flex;
    align-items:center;
    justify-content:space-between;;
    margin-top:15px;
}
.latestInsightsSwiper .swiper-pagination {
    position: absolute;
    bottom: 0px;   /* pushes below cards */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
}
.author-box img{
    width:36px;
    height:36px;
    border-radius:50%;
}

.author-info{
    flex:1;
    margin-left:10px;
}
.meta-item i{
    margin-right:5px;
}
.author-info .name{
    display:block;
    font-weight:600;
    font-size:13px;
}

.author-info .role{
    font-size:11px;
    color:#9ca3af;
}

/* READ MORE */
.read-more{
    font-size:13px;
    color:#003c78;
    text-decoration:none;
    font-weight:600;
}
/* =====================================================
   BUTTON VARIANTS
===================================================== */
.btn {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: 0.3s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.btn-black {
  background: #0f1729;
  color: #fff;
  padding: 12px 24px;
  border-radius: 24px;
}

.btn-white {
    background: #fff;
    border: 1px solid #ced8e4;
    padding: 12px 24px;
    border-radius: 24px;
    color: #40557d;
}


.cta-row {
    display: flex;
    gap: 30px;
}

/* =====================================================
   TYPOGRAPHY
===================================================== */
.main-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.13;
  color: #0f1729;
  margin-bottom: 1.2rem;
  letter-spacing: -1px;
  font-size:52px;
}
h1 , h2, h3, h4, h5, h6{
      font-family: 'Playfair Display', serif !important;
}
body{
 font-family: "Roboto", sans-serif !important;
 
  font-weight: 400;
}
.main-title .accent , .title-heading{
    /* color: #153680; */
    background: linear-gradient(90deg, #0f192e, #072c7f, #1c53ce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* =====================================================
   FOOTER
===================================================== */
.site-footer {
  background: #0a2540;
  color: #fff;
  padding: 40px 15px 40px 15px !important;
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  max-width: unset !important;
}

.footer-top ,.footer-bottom , .newsletter-form-wrap {
  max-width: 1300px;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;align-items: center;
}
.newsletter-form .tnp-subscription input.tnp-submit{
  background-color: #dd0f19;
    color: #fff;
    width: auto;
    padding: 12px 20px;
    border-radius: 24px;
    border: 1px solid #fff;
}

.newsletter-form .tnp-subscription input[type=email]{
     background: #323948;
    border-radius: 24px;
    border: 1px solid #575e6a;
}
.footer-col {
  flex: 1;
}
.newsletter-form p{
    color: #6f7e94 !important;
    text-align: center;
    font-size: 12px;
}

.top-footer{
        background: #0f1729;
    padding: 20px 15px;
}
.newsletter-wrap{
	 padding: 80px 15px 0px 15px;
}
.top-footer h4 , .top-footer p, .newsletter-wrap h4, .newsletter-wrap p{
    color:#fff;
}

.newsletter-form-wrap .form-title{
        display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 30px;
}
.newsletter-form-wrap{
    background: #1b2334;
    padding: 30px;
    border-radius: 12px;
}
.newsletter-icon i{
        color: #fff;
    background: #dd0f19;
    border-radius: 50%;
    padding: 15px 22px;
    font-size: 30px;
}
.newsletter-form-wrap  .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
}

.newsletter-form {
    width: 40%;
}
.newsletter-form form{
   gap:10px
}
.newsletter-form .tnp.tnp-subscription {
    margin:0px;
}
.newsletter-form .tnp-subscription  label{
    display:none;
}
.newsletter-form .tnp-field-email{
 margin-bottom:0px;
}
.newsletter-form .tnp-field-email{
        width: 100%;
}
.footer-widget h4 {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-top ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
  margin-left: 0;
 display: flex;
    flex: none;
    flex-direction: column;
    gap: 0;
}

.footer-top ul li {
  margin-bottom: 8px;
}

.footer-top ul li::marker {
  color: #dd0f19;
}

.footer-top ul li a , .footer-bottom ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer-top ul li a:hover {
  color: #dd0f19;
}

/* CONTACT */
.contact-item {
  display: flex;
  align-items: flex-start; 

}
.contact-item a{
    color:#b8c2cc;
}
.contact-item a:hover{
    color:#fff;
}
.contact-item i {
  color: #dd0f19;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 5px;
}

.contact-item p {
  font-size: 14px;
  line-height: 1.5;
}

/* ABOUT */
.footer-about {
  color: #cfd8e3;
}

.footer-logo img {
  max-width: 100px;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #b8c2cc;
  margin-bottom: 15px;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1c3a57;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #0073aa;
}

/* FOOTER BOTTOM */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #24415a;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa;
}

/* FOOTER RESPONSIVE */
@media (max-width: 768px) {
  .footer-top, .footer-bottom {
    flex-direction: column;align-items: flex-start;    gap: 20px;text-align: left;

 
  }
  .newsletter-form , .newsletter-form-style1 {
    width: 100%;
}
  
  .newsletter-form-wrap {

    display: block;
  }
  
  .section-header {
    display: block;
  }
  .header-right {
    text-align: left;
}
 
.cta-row {
    display: block;
    gap: 30px;
}
.cta-row div {
    margin-bottom: 30px;
}
}
@media (max-width:1024px) {
  .cta-row {
    display: block;
    gap: 30px;
}
.newsletter-form {
    width: 100%;
}

.cta-row div {
    margin-bottom: 30px;
}  

.header-btn a{
        width: 100%;
    display: block;
}
    
}

/* =====================================================
   MISC
===================================================== */
.gt_selector {
  width: 80%;
}

.page-template-home-page-php .aioseo-author-bio-compact {
  display: none;
}


.explore-topics{
    padding:60px 20px;
    background:#fff;
}

/* HEADER */
.section-header{
    margin-bottom:25px;
}

.section-header h2{
    font-size:28px;
    font-weight:700;
}

/* SWIPER FIX */
.topicSwiper{
    position:relative;
    padding-bottom:60px;
}

.topic-card{
    position:relative;
    display:block;
    border-radius:16px;
    overflow:hidden;
}

/* IMAGE */
.topic-img img{
    width:100%;
    height:360px;
    object-fit:cover;
    display:block;
}

/* 🔥 FULL DARK OVERLAY */
.topic-overlay{
    position:absolute;
    inset:0; /* covers full image */
    background: rgba(0,0,0,0.5); /* full dark layer */
    z-index:1;
}

/* TEXT ABOVE OVERLAY */
.topic-content{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:20px;
    color:#fff;
    z-index:2;
}

/* TEXT */
.topic-overlay h3{
    font-size:18px;
    margin-bottom:5px;
}

.topic-overlay span{
    font-size:13px;
    opacity:0.9;
}

/* HOVER EFFECT */
.topic-card:hover img{
    transform:scale(1.05);
}

/* ARROWS */
.topicSwiper .swiper-button-next,
.topicSwiper .swiper-button-prev{
    width:40px;
    height:40px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
    color:#2b59ff;
}
.heading{
    padding-bottom:50px;
}
.text-center{
    text-align:center;
}

.topicSwiper .swiper-button-prev{
    left:-10px;
}

.topicSwiper .swiper-button-next{
    right:-10px;
}

/* PAGINATION BELOW */
.topicSwiper .swiper-pagination{
    bottom:0;
}

/* Blog Layout Container */
.blog-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
}

/* Flex wrapper */
.blog-wrapper {
    display: flex;
    gap: 30px;
}

/* Content area */
.blog-content {
    flex: 3;
}

/* Sidebar */
.blog-sidebar {
    flex: 1;
 
}

.sidebar{
    background-color: #fff;   padding: 20px;
}

.sidebar .widget-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
 
}

/* Blog Post */


/* Title */
.blog-title {
    font-size: 30px;
    margin-bottom: 10px;
}

/* Meta */
.blog-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

/* Content text */
.blog-text {
    line-height: 1.7;
    font-size: 16px;
}

/* Widgets */
.blog-sidebar .widget {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-wrapper {
        flex-direction: column;
    }

    .blog-sidebar {
        margin-top: 25px;
    }
	.blog-featured-image::before{
		display:none
	}
}

.blog-container ul li{
    list-style-position:inside;
}
.blog-container a , .has-vivid-red-color{
    
    color: #00366f;
}
.post .wp-post-image {
    max-height: unset !important;
}

.sticky-social {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}

.sticky-social a {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-radius: 4px 0 0 4px;
}

/* icon stays fixed */
.sticky-social i {
  font-size: 18px;
}

/* label hidden initially */
.sticky-social span {
  position: absolute;
  right: 45px;              /* appears outside icon */
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;

  opacity: 0;
  transform: translateX(10px);
  transition: 0.2s ease;
  pointer-events: none;
}

/* show ONLY hovered item */
.sticky-social a:hover span {
  opacity: 1;
  transform: translateX(0);
  color:#fff;
}
.sticky-social a:hover {
    color:#fff;
}
.sticky-social a{
    background-color: #003466;
}

.blog-categories,
.blog-share,
.blog-navigation {
    margin-top: 20px;
}



.blog-navigation {
    display: flex;
    justify-content: space-between;
}

.sidebar .widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .widget_recent_entries li {
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.sidebar .widget_recent_entries a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
}

.sidebar .widget_recent_entries a:hover {
    color: #00366f;
}
.sidebar .widget_archive ul {
    list-style: none;
    padding: 0;
}

.sidebar .widget_archive li {
    margin-bottom: 10px;
}

.sidebar .widget_archive a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    display: block;
    padding: 6px 10px;
    border-radius: 6px;
    transition: 0.3s;
}

.sidebar .widget_archive a:hover {
    background: #00366f;
    color: #fff;
}

.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

/* Input field */
.search-form .search-field {
    flex: 1;
    height: 42px;
    padding: 0 15px;
    border: 1px solid #d0dbe8;
    border-right: none;
    border-radius: 25px 0 0 25px;
    outline: none;
    font-size: 14px;
}

/* Submit button (default WP input) */
.search-form .search-submit {
    height: 42px;
    padding: 0 18px;
    border: none;
    background: #00366f;
    color: #fff;
    cursor: pointer;

    border-radius: 0 25px 25px 0;
    font-size: 14px;
}

/* Hover effect */
.search-form .search-submit:hover {
    background: #0050a0;
}

/*.single .blog-meta{
    border-top: 1px solid #000;
    padding: 10px;
    border-bottom: 1px solid #000;
}*/
.single .blog-meta{
    padding:15px 0px;
}
.category-page {
    max-width: 1300px;
    margin: auto;
    padding: 20px;
}

/* Header */
.category-header {
    text-align: center;
    margin-bottom: 30px;
}

.category-header h1 {
    font-size: 28px;
    color: #00366f;
}

/* Grid */
.category-page .posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card */
.category-page .post-card {
    background: #fff;
    border: 1px solid #e6eef7;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.category-page .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.category-page .post-thumb img {
    width: 100%;
   
}

.category-page .post-content {
    padding: 15px;
}

.category-page .post-title {
    font-size: 18px;
    margin-bottom: 10px;    min-height: 49px;
}

.category-page .post-title a {
    color: #00366f;
    text-decoration: none;
}

.category-page .post-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.category-page .post-excerpt {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.category-page .read-more {
    color: #00366f;
    font-weight: 600;
    text-decoration: none;
}

/* Pagination */
/* Pagination wrapper */
.pagination {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* WordPress nav container */
.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

/* Page numbers */
.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 38px;
    height: 38px;

    padding: 0 10px;
    border-radius: 6px;

    border: 1px solid #dbe5f1;
    background: #fff;
    color: #00366f;

    font-size: 14px;
    text-decoration: none;

    transition: 0.3s ease;
}

/* Hover */
.pagination a:hover {
    background: #00366f;
    color: #fff;
    border-color: #00366f;
}

/* Current page */
.pagination .current {
    background: #00366f;
    color: #fff;
    border-color: #00366f;
}

/* Prev / Next */
.pagination .prev,
.pagination .next {
    padding: 0 14px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 600px) {
    .pagination a,
    .pagination span {
        min-width: 34px;
        height: 34px;
        font-size: 13px;
    }
}

/* Responsive */
@media (max-width: 992px) {
   .category-page   .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
   .category-page   .posts-grid {
        grid-template-columns: 1fr;
    }
}

/* Parent wrapper ensures no conflict */


/* Container */
.blog-page-wrap .blog-page, .blog-page-wrap.related-section {
    max-width: 1300px;
    margin: auto;
    padding: 20px;
}


/* Header */
.blog-page-wrap .blog-header {
    text-align: center;
    margin-bottom: 30px;
}

.blog-page-wrap .blog-header h1 {
    font-size: 28px;
    color: #00366f;
}

/* Grid */
.blog-page-wrap .blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card */
.blog-page-wrap .blog-card {
    background: #fff;
    border: 1px solid #e6eef7;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

.blog-page-wrap .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Image */
.blog-page-wrap .blog-thumb img {
    width: 100%;

}

/* Content */
.blog-page-wrap .blog-content {
    padding: 15px;
}

.blog-page-wrap .blog-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-page-wrap .blog-title a {
    color: #00366f;
    text-decoration: none;
}

.blog-page-wrap .blog-meta {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

.blog-page-wrap .blog-excerpt {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.blog-page-wrap .read-more {
    color: #00366f;
    font-weight: 600;
    text-decoration: none;
}

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

/* Responsive */
@media (max-width: 992px) {
    .blog-page-wrap .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .blog-page-wrap .blog-grid {
        grid-template-columns: 1fr;
    }
}

.breadcrumb {
    font-size: 12px;
    color: #777;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 10px 0;
    letter-spacing: 0.2px;
}

/* Links */
.breadcrumb a {
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* Hover (very subtle) */
.breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

/* Separator */
.breadcrumb a + a::before,
.breadcrumb a + span::before {
    content: "›";
    margin: 0 8px;
    color: #bbb;
    font-weight: 300;
}

/* Current page */
.breadcrumb span {
    color: #111;
    font-weight: 500;
}

.aioseo-author-bio-compact{
	    display: flex;
    gap: 30px;
    border: 1px solid #003466;
    padding: 10px;
}
img.aioseo-author-bio-compact-image {
    width: 100px;
}




.bis{
	display:none;
	width:650px;
	box-shadow:1px 1px 1px;
	border-radius:5px;
	position: fixed;
    background-color: #fff;
    padding: 30px;
    z-index: 111111;
	right:0;
	border: 1px solid #003466;
	margin-right: 10px;
    top: 30%;
    left: 40%;
}

.newsletter-form-style1 p{
	display:flex;
	gap:12px
}
.newsletter-form-style1 input[type=submit]{
  background-color: #dd0f19;
    color: #fff;
    width: auto;
    padding: 8px 20px;
    border-radius: 24px;
    border: 1px solid #fff;
}

.newsletter-form-style1  input[type=email]{
     background: #323948;
    border-radius: 24px;  color: #fff;
    border: 1px solid #575e6a;
}

.blog-hero{
    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:60px;padding-bottom:50px
}

.blog-hero-left{
    width:40%;
}

.blog-hero-right{
    width:60%;
    position:relative;
}
.blog-featured-image{
	text-align:right
}

.site-header {

    padding-bottom: 0px !important;
}



.breadcrumb{
    margin-bottom:20px;
    font-size:12px;
}

.blog-featured-image img{
	height:500px;
	border-radius:10px;
	    box-shadow: 0 5px 20px rgb(0 0 0 / .08);
}

/*
 * .blog-hero .blog-featured-image img{
    width:100%;
   height: 500px;
    object-fit: contain;
    display:block;
}.blog-featured-image img{
    width:100%;
    height:auto;
    display:block;
}.blog-featured-image::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:250px;
    height:100%;
    z-index:2;
 display:block;
       background: linear-gradient(90deg, #f4f8fe 0, rgb(244 248 254) 19%, #fff0 100%);
}
 * .blog-featured-image::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
 background: linear-gradient(to right, #f4f8fe 30%, #f4f8fe 100%);
  z-index: 1;
  pointer-events: none;
}.blog-featured-image{
      -webkit-mask-image: linear-gradient(to right, transparent 0%, black 40%);
  mask-image: linear-gradient(to right, transparent 0%, black 40%);
}
*/


.breadcrumb a{
    text-decoration:none;
}

.hero-category{
    margin-bottom:20px;
}
.single .sidebar h3{
	color:#00366f
}
.hero-category a{
    display:inline-block;
    background:#dd0f19;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    text-decoration:none;
    font-size:14px;
}

.blog-title{
    font-size:52px;
    line-height:1.2;
    margin-bottom:25px;
}

.blog-meta{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
}

.blog-second-row , .blog-hero{
    display:flex;
    gap:50px;
    align-items:flex-start;    max-width: 1300px;
    margin: auto;    padding: 12px 20px;

}

.blog-main-content{
    width:70%;
}

.blog-sidebar{
    width:30%;
    position:sticky;
    top:30px;
}

.sidebar{
  background: #fff;
    padding: 30px;
    /* border-radius: 20px; */
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.18);
}

.blog-text{
    line-height:1.9;
}

.blog-share{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:0px;
}

.blog-share a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}

.blog-navigation{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-top:50px;
    padding-top:30px;
    border-top:1px solid #ddd;
}

.blog-navigation a{
    text-decoration:none;
    font-weight:600;
}

.related-section{
    margin-top:80px;
}

.section-title{
    margin-bottom:30px;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.blog-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.blog-thumb img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

.blog-card-content{
    padding:25px;
}

.blog-card-title{
    font-size:22px;
    margin:15px 0;
    line-height:1.4;
}

.blog-card-title a{
    text-decoration:none;
    color:#000;
}

.read-more{
    text-decoration:none;
    font-weight:600;
}
ul ,li{
     list-style-position:inside;
}
@media(max-width:1024px){ 
    
      .blog-second-row, .blog-hero{
      padding:20px;
    }
}
@media(max-width:991px){

    .blog-hero{
        flex-direction:column;
        gap:30px;
    }

    .blog-hero-left,
    .blog-hero-right,
    .blog-main-content,
    .blog-sidebar{
        width:100%;
    }

    .blog-second-row{
        flex-direction:column;padding:20px;
    }

    .blog-title{
        font-size:36px;
    }

    .blog-featured-image img{
        height:auto;
    }

    .blog-sidebar{
        position:relative;
        top:0;
    }

    .blog-grid{
        grid-template-columns:1fr;
    }

}

/* SUBSCRIBE */
.subscribe-icon{

  display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    margin-bottom: 20px;
    gap: 10px
}
.subscribe-icon i {
    width: 30px;
    height: 30px;
    border-radius: 12px;
    background: #dd0f19;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subscribe-box h3{
    font-size:24px;
    line-height:1.2;
    margin-bottom:15px;
}
.subscribe-box .newsletter-form-style1 p {
    display: block;
}
.subscribe-box  .newsletter-form-style1 input[type=submit] {
    background-color: #dd0f19;
    color: #fff;
    width: 100%;
    margin-top: 10px;
}
.subscribe-box p{
    font-size:17px;
    line-height:1.8;
    color:#666;
    margin-bottom:25px;
}
.consultation-content{
    display:flex;
    gap:20px;
    align-items:flex-end;
}

.consultation-text{
    flex:1;
}

.consultation-text h3 , .author-label{
    font-size:24px;
    line-height:1.2;
    margin-bottom:15px;
    text-align:left;
}

.consultation-text p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:25px;
}

.consult-btn{
    display:block;
    align-items:center;
    gap:10px;
    background:#dd0f19;
    color:#fff;
  padding: 8px 24px;
    border-radius: 24px;
    text-decoration:none;
    font-weight:600;
}

.consultation-image{
    width:180px;
    flex-shrink:0;
}
.single .aioseo-author-bio-compact{
    display:none;
}
.consultation-image img{
    width:100%;
    border-radius:20px;
    display:block;
    object-fit:cover;
}
.sidebar-author{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
}

.author-image{
    margin-bottom:25px;    display: flex;
}

.author-image img{
    width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
    display:block;
    margin:auto 10px;
}

.author-content{
        text-align: left;
}

.author-name{
    font-size:20px;
    line-height:1.2;
    margin-bottom:15px;
}

.author-bio{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:25px;
}



.author-social a{
    color: #dd0f19;
    /* display: flex; */
    text-decoration: underline;
    margin-bottom: 20px;
    /* align-items: center; */
    display: block;
}

.blog-share{
 
    bottom:30px;
    left:30px;

    display:flex;
    align-items:center;
    gap:12px;

   

    
    border-radius:50px;

  
}

.blog-share strong{
    font-size:14px;
    color:#555;
    margin-right:5px;
    font-weight:600;
}

.blog-share a{
    width:38px;
    height:38px;
    border-radius:50%;

    background:#fff;
    color:#111;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    transition:0.3s ease;

    border:1px solid #e5e5e5;
}

.blog-share a:hover{
    transform:translateY(-3px);
    background:#000;
    color:#fff;
}

a.badge-category {
    background: #dbeafe;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
} 


.topic-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.topic-card{
    display:block;
    text-decoration:none;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 3px 15px rgba(0,0,0,.08);
}


.topic-img {
  
    height: 120px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
}


.topic-img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.topic-overlay{
    display:none;
}

.topic-content{
    position:static;
    padding:15px;
    text-align:center;
}

.topic-content h3{
    margin:0;
    font-size:18px;
    color:#222;
}

.topic-card:hover img{
    transform:scale(1.05);
}

.topic-img img{
    transition:.4s ease;
}

@media(max-width:991px){
    .topic-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .topic-grid{
        grid-template-columns:1fr;
    }
}

.latest-insights-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.hidden-post{
    display:none;
}

.load-more-wrap{
    text-align:center;
    margin-top:40px;
}

@media(max-width:991px){
    .latest-insights-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .latest-insights-grid{
        grid-template-columns:1fr;
    }
}

.loadmore-btn{
	    color: #fff;
    padding: 8px 24px;
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    border:1px solid #fff;
    background: #dd0f19 !important;
    border-radius: 24px;
}
.loadmore-btn:hover, .loadmore-btn:active, .loadmore-btn:visited{
	background-color:#0f1729
}
.bis{
	    top: 32%;
    left: 30%;
}
#top-footer{
	scroll-margin-top:200px
}
.top-scroll{
	    background: #003466;
    color: #fff;
}
.top-scroll  a{
	 color: #fff !important;
	    
    font-weight: 700;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.site-header.sticky-active{
		padding:0px
	}
	.site-header.sticky-active .header-wrap {
    padding: 0px 20px;
	}
	.newsletter-form-style1 p {
    display: block;
	}
	.newsletter-form-style1 input[type=email]{
		    margin-bottom: 20px;
	}
	.newsletter-form-style1 input[type=submit]{
		width:100%
	}
}
.site-header.sticky-active{
	padding-top:0px
}
.site-header.sticky-active .header-wrap{
	padding-top:0px
}
.site-header.sticky-active .custom-logo {
    width: 85px;
}

