@charset "UTF-8";
/*
Theme Name: NextPage
Theme URI: http://solverwp.com/html/nextpage
Author: solverwp
Author URI: https://solverwp.com 
Description: NextPage - Blog, Magazine Html Template
Version: 1.0.3
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## accordion
    ## filter
    ## apartment
    ## blog
    ## city
    ## feature
    ## gallery
    ## intro
    ## main-search
    ## pricing
    ## service
    ## team
    ## user-list

--------------------------------------------------------------*/
/*** Template Main Color***/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500,600,700,800display=swap");
/***transition***/
:root {
  --main-color: #097bed;
  --heading-color: #201654;
  --paragraph-color: #565872;
  --search-bg-color: #086ed5;
  --heading-font: "Rubik", sans-serif;
  --body-font: "Rubik", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

.home-food {
  --main-color: #8cc63f;
  --heading-color: #201654;
  --search-bg-color: #7eb239;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
}

h1 {
  font-size: 60px;
  line-height: 1.3333333333;
}

h2 {
  font-size: 40px;
  line-height: 1.3380952381;
}

h3 {
  font-size: 36px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 30px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 18px;
  line-height: 1.3380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 500;
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--main-color);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "ï„…";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}


/* Cookie consent - minimal, dark-themed */
.cc-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  font-family: var(--body-font, "Rubik", sans-serif);
  color: #fff;
  background: rgba(16,21,29,0.95);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(2,6,23,0.6);
  overflow: visible;
}

.cc-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 18px;
}

.cc-message {
  flex: 1 1 400px;
  font-size: 14px;
  color: #e6eef8;
}
.cc-message a { color: #f7c34a; text-decoration: underline; }

.cc-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 0 0 auto;
}

.cc-btn {
  border: 0;
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
  color: #fff;
}

.cc-manage { background: transparent; color: #d7e6f8; border: 1px solid rgba(255,255,255,0.06); }
.cc-reject { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.06); }
.cc-accept { background: #f7c34a; color: #0f1621; box-shadow: 0 6px 16px rgba(247,195,74,0.2); }

/* Manage panel */
.cc-panel {
  display: none;
  background: #0b1116;
  margin: 12px;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  color: #dbe8f6;
}
.cc-panel h3 { margin: 0 0 8px; color: #fff; font-size: 18px; }
.cc-panel p.muted { margin: 0 0 12px; color: #9fb3c9; font-size: 13px; }

.cc-toggle { display:flex; justify-content:space-between; gap:12px; align-items:center; padding:10px 0; border-top:1px solid rgba(255,255,255,0.03); }
.cc-toggle:first-of-type { border-top: 0; }

.cc-toggle-left strong { display:block; margin-bottom:4px; color:#fff; }
.cc-toggle-left .muted { margin:0; color:#9fb3c9; font-size:13px; }

.cc-toggle-right input[type="checkbox"] {
  width: 42px; height: 24px;
  appearance: none;
  background: #1a2430;
  border-radius: 999px;
  position: relative;
  outline: none;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.06);
}
.cc-toggle-right input[type="checkbox"]:checked {
  background: #4da3ff;
}
.cc-toggle-right input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 16px; height: 16px;
  left: 4px; top: 3.5px;
  border-radius: 50%;
  background: #fff;
  transition: all .18s ease;
}
.cc-toggle-right input[type="checkbox"]:checked::after {
  transform: translateX(18px);
  background: #fff;
}

/* Panel actions */
.cc-panel-actions { display:flex; gap:10px; justify-content:flex-end; margin-top:14px; }
.cc-panel-save { background:#4da3ff; color:#fff; padding:10px 14px; border-radius:8px; border:0; }
.cc-panel-cancel { background:transparent; color:#d7e6f8; border:1px solid rgba(255,255,255,0.04); padding:10px 14px; border-radius:8px; }

/* Responsive */
@media (max-width:800px) {
  .cc-inner { flex-direction: column; align-items: stretch; }
  .cc-actions { justify-content: flex-end; width:100%; }
  .cc-message { order: 0; }
  .cc-panel { margin: 12px 0 0 0; }
}


/* STRONG MOBILE LAYOUT: pin buttons to bottom so gap disappears */
@media (max-width: 600px) {

  /* make banner compact and allow positioned children */
  .cc-banner {
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    padding: 8px !important;
    border-radius: 10px !important;
    max-width: calc(100% - 16px) !important;
  }

  /* position context for absolute actions */
  .cc-inner {
    position: relative !important;
    display: block !important;
    padding: 6px !important;
    margin: 0 !important;
    gap: 0 !important;
  }

  /* message area — spacing between text & buttons */
  .cc-message {
    display: block !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-left: 6px !important;
    padding-right: 6px !important;

    /* 👇 THIS IS THE SPACING YOU CAN CHANGE (BETWEEN TEXT & BUTTONS) */
    padding-bottom: 200px !important; 

    line-height: 1.28 !important;
    font-size: 13px !important;
    color: #e6eef8 !important;
  }

  .cc-message p,
  .cc-message div,
  .cc-message span {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Pin the actions to the bottom of the banner */
  .cc-actions {
    position: absolute !important;
    left: 8px !important;
    right: 8px !important;
    bottom: 8px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    align-items: stretch !important;
    width: calc(100% - 16px) !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    background: transparent !important;
  }

  /* button style — compact and equal width */
  .cc-btn {
    width: 100% !important;
    padding: 10px 8px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
  }

  /* extremely narrow screens */
  @media (max-width: 400px) {
    .cc-actions {
      grid-template-columns: 1fr !important;
      bottom: 8px !important;
    }

    /* remove override that fights your padding */
    .cc-message {
      padding-bottom: 200px !important;
    }
  }

  /* hide manage panel when closed */
  .cc-panel[aria-hidden="true"] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

}



/* Main section */
.who-we-are-section {
    background: #0d1117;
    padding: 40px 0;
}

/* White rounded container */
.who-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: #0f1621;
    padding: 20px;
    border-radius: 16px; /* keeps round corners */
}

/* Image block */
.who-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

/* Make image full width and tall on MOBILE */
.who-image img {
    width: 100%;
    height: 100%;
    min-height: 240px;            /* keeps the image tall on phone */
    object-fit: cover;            /* fills nicely without shrinking */
    display: block;
}

/* Card on top of image */
.who-card {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #102950;
    padding: 20px 25px;
    border-radius: 10px;
    max-width: 350px;
    color: #ffffff;               /* card text white */
}

.who-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;               /* card title white */
}

.who-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;               /* card paragraph white */
}

/* Bottom paragraph text */
.who-text {
    margin-top: 20px;
    line-height: 1.7;
    font-size: 15px;
    color: #ffffff !important;     /* ALL write-up white */
}

.who-text p {
    margin-bottom: 14px;
    color: #ffffff !important;     /* force white */
}

@media (min-width: 601px) {

    /* Increase entire section width */
    .who-container {
        max-width: 1250px;   /* ← WIDER (change this if you want more) */
        margin: 0 auto;
        padding: 0;
    }

    /* Image now expands to full container width */
    .who-image img {
        width: 100%;
        border-radius: 16px; 
        object-fit: cover;
        display: block;
    }

    /* Overlay card stays inside same container width */
    .who-card {
        left: 0 !important;
        margin-left: 0;
        max-width: 420px;   /* slightly bigger card */
    }

    /* Text matches container width */
    .who-text {
        max-width: 1220px; 
        margin: 20px auto 0 auto;
    }
}


/* MOBILE FIXES */
@media(max-width: 600px) {

    .who-card {
        max-width: 90%;           /* card fits well on small screens */
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 15px;
    }

    .who-card h3 {
        font-size: 18px;
    }

    .who-card p {
        font-size: 13px;
    }

    .who-image img {
        min-height: 280px;        /* makes image taller on mobile */
        object-fit: cover;
    }
}

/* ===== FORCE: overlay card inside image (Option A) ===== */
/* Apply only on desktop widths where you want overlay */
@media (min-width: 992px) {
  /* make wrapper a solid positioning context */
  .who-image {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  /* ensure image fills wrapper */
  .who-image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 16px !important;
  }

  /* forced overlay positioning for the card */
  .who-image > .who-card,
  .who-image .who-card {            /* both selectors to be safe */
    position: absolute !important;
    left: 96px !important;           /* horizontal distance from left edge of image */
    bottom: 48px !important;         /* vertical distance from bottom edge of image */
    z-index: 9999 !important;
    margin: 0 !important;
    transform: none !important;
    max-width: 420px !important;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35) !important;
    background: #102950 !important;
    padding: 20px 24px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
  }

  /* optional: slightly shift if image has 96px page gutter (keeps perfect alignment) */
  .who-image > .who-card { 
    /* no-op here, left already 96px; adjust if you need card a bit more inward */
  }
}


/* ===== STRONG OVERRIDE: dark accordion with WHITE content ===== */
/* Put this at the very end of your stylesheet to ensure it wins. */

.accordion,
.accordion * { box-sizing: border-box; }

/* container */
.accordion {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

/* hide native checkbox */
.accordion input[type="checkbox"] {
  display: none !important;
  appearance: none !important;
}

/* each item */
.accordion-item {
  background: #0f1621 !important;        /* dark background */
  border: 1px solid #2b3642 !important;
  border-radius: 14px !important;
  margin-bottom: 18px !important;
  overflow: hidden !important;
}

/* title bar (label) */
.accordion-item > label.accordion-title,
.accordion-title {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 18px 24px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  color: #ffffff !important;             /* title = white */
  background: #0f1621 !important;
}

/* chevron */
.accordion-title .chevron {
  width: 14px !important;
  height: 14px !important;
  border-right: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  transform: rotate(45deg) !important;
  transition: transform 0.28s ease !important;
}

/* rotate when opened */
.accordion-item > input[type="checkbox"]:checked + label.accordion-title .chevron,
.accordion input[type="checkbox"]:checked + .accordion-title .chevron {
  transform: rotate(-135deg) !important;
}

/* content box (collapsed by default) */
.accordion-content {
  max-height: 0 !important;
  overflow: hidden !important;
  background: #0f1621 !important;
  padding: 0 24px !important;
  transition: max-height 0.32s ease, padding 0.32s ease !important;
  color: #ffffff !important;            /* content = white */
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* when checked: expand */
.accordion-item > input[type="checkbox"]:checked ~ .accordion-content,
.accordion input[type="checkbox"]:checked ~ .accordion-content {
  max-height: 400px !important;
  padding: 18px 24px 24px !important;
}

/* safety: ensure link colors inside content are white */
.accordion-content a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* small screens keep spacing */
@media (max-width: 600px) {
  .accordion { padding: 0 12px !important; }
  .accordion-item { border-radius: 10px !important; }
  .accordion-title { padding: 14px 16px !important; font-size: 16px !important; }
  .accordion-content { font-size: 15px !important; }
}

/* ===== STRONG OVERRIDE: force dark accordion background + white text ===== */
.accordion,
.accordion * {
  box-sizing: border-box;
  color: #ffffff !important;
  background-color: transparent !important;
}

/* Force each accordion item background */
.accordion .accordion-item,
.accordion-item,
.accordion .accordion-item > label,
.accordion .accordion-content {
  background-color: #0f1621 !important;
  color: #ffffff !important;
  border-color: #2b3642 !important;
}

/* title */
.accordion .accordion-title,
.accordion-item > label.accordion-title {
  color: #ffffff !important;
  background-color: #0f1621 !important;
}

/* content area text and links */
.accordion .accordion-content,
.accordion .accordion-content p,
.accordion .accordion-content div,
.accordion .accordion-content span {
  color: #ffffff !important;
  background-color: #0f1621 !important;
}

/* link inside content */
.accordion .accordion-content a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* chevron color */
.accordion .chevron,
.accordion-title .chevron {
  border-right-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}

/* safety: override very specific selectors from theme */
[class*="accordion"] .accordion-item,
[class*="accordion"] .accordion-content,
[class*="accordion"] .accordion-title {
  background-color: #0f1621 !important;
  color: #ffffff !important;
  border-color: #2b3642 !important;
}




/* SECTION WRAPPER */
.who-more-section {
    padding: 50px 0;
    text-align: center;
}

/* SECTION TITLE */
.who-more-title {
    font-size: 28px;
    margin-bottom: 40px;
    color: #ffffff;
}

/* GRID LAYOUT FOR 3 BLOCKS */
.who-more-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    max-width: 1250px;
    margin: 0 auto;
}

/* LEFT DARK CARD */
.dark-box {
    background: #0f1621;
    padding: 40px;
    border-radius: 16px;
    text-align: left;
}

.dark-box h3 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 22px;
}

.dark-box p {
    color: #d5dce5;
    line-height: 1.6;
    margin-bottom: 20px;
}

.who-btn {
    display: inline-block;
    background: #d9480f;
    padding: 12px 18px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

/* CENTER IMAGE */
.who-more-image img {
    width: 100%;
    border-radius: 16px;
    height: 100%;
    object-fit: cover;
}

/* RIGHT BLOCK */
.who-more-card-right {
    background: #0f1621;
    border-radius: 16px;
    overflow: hidden;
    text-align: left;
}

.who-more-card-right .top-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.right-text {
    padding: 25px 30px;
}

.right-text h3 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 22px;
}

.right-text p {
    color: #d5dce5;
    line-height: 1.6;
    margin-bottom: 15px;
}

.read-more {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

/* MOBILE RESPONSIVE */
@media (max-width: 900px) {
    .who-more-grid {
        grid-template-columns: 1fr;
    }

    .who-more-image img {
        height: auto;
    }
}



/* (code name: Navbar — Complete Rewrite & Fixes)
   Place this ENTIRE block at the VERY END of your main stylesheet.
   This block is written to override theme/vendor CSS and provide a clean,
   responsive navbar with a static chevron and well-behaved submenus.
*/

/* -------------------------
   0) Safety reset for injected pseudo-elements
   ------------------------- */
.navbar-nav,
.navbar-nav ul,
.navbar-nav li,
.navbar-nav .sub-menu,
.navbar-nav .sub-menu li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
}

/* Neutralize common theme separators and stray pseudo elements */
.navbar-nav > li::before,
.navbar-nav > li::after,
.navbar-nav li::before,
.navbar-nav li::after,
.navbar-nav .menu-item-has-children::before,
.navbar-nav .menu-item-has-children::after,
[class*="menu"] li::before,
[class*="menu"] li::after,
[class*="nav"] li::before,
[class*="nav"] li::after {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

/* -------------------------
   1) Navbar container safety (prevent clipping)
   ------------------------- */
.navbar,
.navbar .nav-container,
.navbar .collapse,
.navbar .navbar-collapse,
.navbar .nav-container .navbar-collapse {
  overflow: visible !important;
  z-index: 9999 !important;
}

/* -------------------------
   2) Top-level menu item & link styles
   ------------------------- */
.navbar-nav {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.navbar-nav > li {
  position: relative !important;
  display: block !important;
}

/* top-level anchors */
.navbar-nav > li > a {
  display: inline-block !important;
  padding: 12px 18px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  position: relative !important;
  transition: color .18s ease !important;
}

/* hover/focus colour polish */
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #ffffff !important;
}

/* -------------------------
   3) Submenu (desktop dropdown)
   ------------------------- */
.navbar-nav .menu-item-has-children {
  position: relative !important;
}

/* base dropdown panel */
.navbar-nav .menu-item-has-children .sub-menu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;  /* distance under parent */
  left: 0 !important;                 /* align left edge with parent */
  min-width: 220px !important;
  max-width: 340px !important;
  background: #0f1621 !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,0.04) !important;
  padding: 6px !important;
  box-shadow: 0 10px 30px rgba(2,6,10,0.6) !important;
  white-space: nowrap !important;
  z-index: 10000 !important;
}

/* show on hover/focus for desktop */
@media (min-width: 992px) {
  .navbar-nav .menu-item-has-children:hover > .sub-menu,
  .navbar-nav .menu-item-has-children:focus-within > .sub-menu {
    display: block !important;
  }

  /* keep chevron visible on desktop too */
  .navbar-nav .submenu-toggle {
    display: inline-block !important;
  }
}

/* submenu items style */
.navbar-nav .menu-item-has-children .sub-menu li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.navbar-nav .menu-item-has-children .sub-menu li a {
  display: block !important;
  padding: 10px 14px !important;
  color: #e6eef8 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-radius: 6px !important;
  transition: background .18s ease, color .18s ease !important;
}
.navbar-nav .menu-item-has-children .sub-menu li a:hover,
.navbar-nav .menu-item-has-children .sub-menu li a:focus {
  background: rgba(255,255,255,0.03) !important;
  color: #ffffff !important;
}

/* -------------------------
   4) Mobile behaviour: nested static menu + toggle .open class
   (existing JS should add/remove .open on the parent <li>)
   ------------------------- */
@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column !important;
    gap: 6px !important;
  }

  .navbar-nav .menu-item-has-children .sub-menu {
    position: static !important;
    display: none !important;
    padding-left: 12px !important;
    margin-top: 6px !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
  }

  /* show when .open is present on li */
  .navbar-nav .menu-item-has-children.open > .sub-menu {
    display: block !important;
    background: #0f1621 !important;
    padding: 8px 6px !important;
    border-radius: 6px !important;
  }

  /* put the parent anchor and toggle on one row */
  .navbar-nav .menu-item-has-children > a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding-right: 12px !important;
  }

  .navbar-nav .menu-item-has-children .sub-menu li a {
    padding: 10px 12px !important;
    background: transparent !important;
    color: #e6eef8 !important;
  }

  /* ensure toggle visible on mobile */
  .navbar-nav .submenu-toggle {
    display: inline-block !important;
  }
}

/* -------------------------
   5) Toggle icon (static chevron) — THE SINGLE SOURCE OF TRUTH
   We draw a static downward chevron using ::before. We explicitly hide ::after.
   ------------------------- */

/* base container */
.submenu-toggle {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
  margin-left: 10px !important;
  position: relative !important;
  vertical-align: middle !important;
  font-size: 0 !important;
  line-height: 0 !important;
  cursor: pointer !important;
  z-index: 9999 !important;
}

/* remove any leftover vertical bar or extra pseudo elements */
.submenu-toggle::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* draw the static chevron — high contrast, clear */
.submenu-toggle::before {
  content: "" !important;
  position: absolute !important;
  width: 12px !important;
  height: 12px !important;
  border-right: 3px solid #ffffff !important;
  border-bottom: 3px solid #ffffff !important;
  transform: rotate(45deg) translateY(-1px) !important;
  top: 4px !important;
  left: 4px !important;
  display: block !important;
  opacity: 1 !important;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.45)) !important;
  box-sizing: content-box !important;
  border-radius: 1px !important;
}

/* keep static on .open — do not rotate/animate */
.menu-item-has-children.open > a > .submenu-toggle::before,
.menu-item-has-children.open > .submenu-toggle::before {
  transform: rotate(45deg) translateY(-1px) !important;
}

/* -------------------------
   6) Additional safety: neutralize very-specific theme selectors that could re-add diamond
   ------------------------- */
.navbar-area .nav-container .navbar-collapse .navbar-nav li::before,
.navbar-area .nav-container .navbar-collapse .navbar-nav li::after,
.navbar-area .nav-container .navbar-collapse .navbar-nav > li::before,
.navbar-area .nav-container .navbar-collapse .navbar-nav > li::after {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

/* very broad neutralizer */
[class*="menu"] li::before,
[class*="menu"] li::after,
[class*="nav"] li::before,
[class*="nav"] li::after {
  content: none !important;
  display: none !important;
  visibility: hidden !important;
}

/* -------------------------
   7) Minor visual polish (adjust spacing to fit shell-like layout)
   ------------------------- */
.navbar-nav > li > a { padding: 12px 20px !important; }
.navbar-nav .sub-menu { padding: 8px !important; }

/* ensure user can still keyboard-focus submenu links */
.navbar-nav .menu-item-has-children .sub-menu li a:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(9,105,218,0.12) !important;
}

/* End of Navbar — Complete Rewrite & Fixes */

.after-left-top::after {
    display: none !important;
    background: transparent !important;
    box-shadow: none !important;
}



/* START: Tight Banner Thumbs (paste at end of style.css) */
:root { --thumb-gap: 8px; --thumb-height-desktop: 130px; }

/* Scope to this container only */
.banner-area .container.banner-thumbs-container {
  padding-left: 12px !important;
  padding-right: 12px !important;
  max-width: 1140px !important; /* keep site width; change to 100% if you want full-bleed */
  margin-left: auto;
  margin-right: auto;
}

/* Make the row a flex container with tight gap */
.banner-area .container.banner-thumbs-container > .row.banner-thumbs-row {
  display: flex !important;
  flex-wrap: nowrap;               /* keep single-row on desktop */
  justify-content: flex-start !important;
  gap: var(--thumb-gap) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

/* Force exact 4-up on desktop */
@media (min-width: 992px) {
  .banner-area .container.banner-thumbs-container > .row.banner-thumbs-row > .col-lg-3 {
    flex: 0 0 calc(25% - (var(--thumb-gap) * 0.75)) !important;
    max-width: calc(25% - (var(--thumb-gap) * 0.75)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }

  /* tiny internal padding so the image doesn't touch the column edge */
  .banner-area .container.banner-thumbs-container > .row.banner-thumbs-row > .col-lg-3 .single-post-wrap {
    padding: 4px 6px !important;
  }
}

/* Mobile: wrap to two columns and allow natural height */
@media (max-width: 991.98px) {
  .banner-area .container.banner-thumbs-container > .row.banner-thumbs-row {
    flex-wrap: wrap !important;
    gap: calc(var(--thumb-gap) + 6px) !important;
  }
  .banner-area .container.banner-thumbs-container > .row.banner-thumbs-row > .col-lg-3 {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* Clean up any card default spacing that could add gaps */
.banner-area .single-post-wrap,
.banner-area .single-post-wrap .details,
.banner-area .single-post-wrap .post-meta-single {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Thumbnail wrapper rules */
.banner-area .single-post-wrap .thumb {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  background: transparent !important;
}

/* Thumb images: consistent height on desktop, full width */
.banner-area .single-post-wrap .thumb img {
  display: block !important;
  width: 100% !important;
  height: var(--thumb-height-desktop) !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  border-radius: 4px !important;
}

/* Make Read More tag sit above image without affecting layout */
.banner-area .single-post-wrap .thumb a.tag-base {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 3 !important;
  margin: 0 !important;
}

/* Mobile: let images be natural height */
@media (max-width: 991.98px) {
  .banner-area .single-post-wrap .thumb img { height: auto !important; }
}

/* Temporary debug outlines to see boundaries (remove when happy) */
.banner-area .container.banner-thumbs-container > .row.banner-thumbs-row > [class*="col-"] {
  outline: 1px dashed rgba(255,255,255,0.02) !important;
}
/* END: Tight Banner Thumbs */


/* FIX MOBILE THUMB SIZE */
@media (max-width: 991.98px) {

  /* Make each card take full width on small mobile */
  .banner-area .container.banner-thumbs-container > .row.banner-thumbs-row > .col-lg-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }

  /* Make thumbnail image full width and reasonable height */
  .banner-area .single-post-wrap .thumb img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  /* Reduce gap between cards */
  .banner-area .container.banner-thumbs-container > .row.banner-thumbs-row {
    gap: 12px !important;
  }
}



/* START: HERO IMAGE - Mobile left-gap fix */
.banner-area .col-lg-6:first-child,
.banner-area .col-lg-6.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Ensure thumb wrapper has no extra margin/padding and is full width */
.banner-area .thumb {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow: hidden;
  box-sizing: border-box;
}

/* Make hero image fill its column and behave predictably */
.banner-area .thumb img,
.banner-area .thumb .banner-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;        /* keep if you've set .thumb height on desktop */
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important; /* default for desktop */
  margin: 0 !important;
}

/* MOBILE: remove any left offset and align crop to left so image hugs left edge */
@media (max-width: 767.98px) {
  .banner-area .col-lg-6:first-child,
  .banner-area .col-lg-6.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* if you want the image to fill entire screen width on mobile, use this */
  .banner-area .thumb {
    width: 100vw !important;        /* full viewport width */
    margin-left: calc(-50vw + 50%) !important; /* centers viewport-wide element inside centered container */
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* align the crop to left so it doesn't leave blank space on the left */
  .banner-area .thumb img,
  .banner-area .thumb .banner-image {
    height: auto !important;
    object-fit: cover !important;
    object-position: left center !important;
  }
}
/* END: HERO IMAGE - Mobile left-gap fix */




/* ---------- Accessibility focus styling (keep keyboard visible focus) ---------- */
.navbar-nav a:focus {
outline: none !important;
box-shadow: 0 0 0 3px rgba(9,105,218,0.12) !important;
}

/* ---------- Force dark theme colors for submenu and title (high specificity) ---------- */
.navbar-nav .menu-item-has-children,
.navbar-nav .menu-item-has-children > a,
.navbar-nav .menu-item-has-children .sub-menu,
.navbar-nav .menu-item-has-children .sub-menu li a {
background-color: transparent !important;
color: #ffffff !important;
}

/* force background of submenu to be dark even if parent rules try to override */
.navbar-nav .menu-item-has-children .sub-menu {
background-color: #0f1621 !important;
}

/* ---------- Safety overrides to remove stray bracket/letter glyphs from themes/plugins ---------- */
/* remove default list markers and pseudo content again with broader selectors */
[class*="menu"] li::before,
[class*="menu"] li::after,
[class*="menu"] a::before,
[class*="menu"] a::after {
content: none !important;
display: none !important;
visibility: hidden !important;
}

/* Hide ::marker fallback */
.navbar-nav li::marker,
.navbar-nav .sub-menu li::marker {
display: none !important;
font-size: 0 !important;
color: transparent !important;
}

/* ensure submenu is never clipped by overflow-hidden parent */
.navbar,
.navbar * {
-webkit-transform: none !important;
transform: none !important;
}

/* ---------- final small polish ---------- */
/* slight rounding and gap of submenu items on desktop */
@media (min-width: 992px) {
.navbar-nav .menu-item-has-children .sub-menu li a {
padding-left: 14px !important;
padding-right: 14px !important;
}
}

/* End of Navbar Full Styles */
/* CSS CODE END (Navbar Full Styles — submenu, toggle, fixes) */


/* CSS CODE START (Show Toggle on Desktop) */

/* Show the plus icon on desktop too */
.navbar-nav .submenu-toggle {
    display: inline-block !important;
}

/* Keep submenu opening on hover (desktop) */
@media (min-width: 992px) {
    .navbar-nav .menu-item-has-children:hover > .sub-menu {
        display: block !important;
    }
}

/* CSS CODE END (Show Toggle on Desktop) */


/* (code name: Navbar Mobile Left Align Fix)
   Paste at the VERY END of your stylesheet.
   Fixes mobile centering: forces left alignment and keeps chevron at the right.
*/

@media (max-width: 991px) {

  /* Ensure collapse area uses full width and left alignment */
  .navbar .collapse,
  .navbar .nav-container,
  .navbar-collapse {
    width: 100% !important;
    padding-left: 12px !important;   /* small container inset */
    padding-right: 12px !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }

  /* Stack the list, left-align items and remove center alignment */
  .navbar-nav {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;     /* important: forces children left */
    align-items: flex-start !important;
  }

  /* Each top-level item stretches full width and is left-aligned */
  .navbar-nav > li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  /* Ensure anchors are left aligned and fill the row */
  .navbar-nav > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important; /* left-align label */
    gap: 12px !important;
    padding: 12px 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }

  /* Parent link + chevron container: chevron sits at far right */
  .navbar-nav .menu-item-has-children > a {
    justify-content: space-between !important; /* label left, chevron right */
  }

  /* Force the chevron to the right edge of the row */
  .navbar-nav .submenu-toggle {
    margin-left: 0 !important;    /* remove previous auto/center */
    margin-right: 0 !important;
    order: 2 !important;          /* ensure it stays after the text */
    flex: 0 0 28px !important;    /* reserve consistent width for icon */
    text-align: right !important;
  }

  /* Keep the text label on the left (and prevent it from centering) */
  .navbar-nav .menu-item-has-children > a > .menu-label,
  .navbar-nav .menu-item-has-children > a > span {
    order: 1 !important;
    flex: 1 1 auto !important;
    text-align: left !important;
  }

  /* Submenu panel: full width and properly indented */
  .navbar-nav .menu-item-has-children .sub-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    padding: 8px 12px !important;
    margin: 6px 0 12px 0 !important;
    background: #0f1621 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }

  .navbar-nav .menu-item-has-children.open > .sub-menu {
    display: block !important;
  }

  /* Small polish — ensure no strange centering from nested elements */
  .navbar-nav a, .navbar-nav a * {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    text-align: left !important;
  }
}


/* (code name: header image control) */

/* Ensure mobile logo shows only on mobile; hide on desktop */
.main-logo-img {
  width: 80px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Desktop: hide mobile placeholder (we already have the desktop adbar) */
@media (min-width: 992px) {
  .logo.d-lg-none.d-block { display: none !important; }
}

/* Mobile: hide the desktop banner ad so only the logo appears */
@media (max-width: 991px) {
  .adbar-area { display: none !important; } /* hide whole adbar on small screens */
  .logo.d-lg-none.d-block { display: block !important; }
}

/* Safety: prevent duplicate logo showing due to misplaced HTML */
.logo img { max-width: 100%; height: auto; display: inline-block; }

/* If other vendor rules hide images by selector, force display for mobile logo */
@media (max-width: 991px) {
  .logo.d-lg-none.d-block img {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }
}

/* (code name: mobile-logo-size) */

@media (max-width: 991px) {
  .logo.d-lg-none.d-block img.main-logo-img {
    width: 40px !important;   /* <— adjust size here */
    height: auto !important;
  }
}

/* (code name: mobile-logo-left-align) */

@media (max-width: 991px) {
  /* Align mobile logo with menu items */
  .responsive-mobile-menu .logo.d-lg-none.d-block {
    padding-left: 14px !important;  /* Same as menu padding-left */
    padding-right: 14px !important;
    margin: 0 !important;
  }

  /* Optional: adjust the logo size if needed */
  .responsive-mobile-menu .logo.d-lg-none.d-block img.main-logo-img {
    width: 60px !important;  /* adjust as needed */
    height: auto !important;
  }
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: 0.3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease-in;
}

.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

.custom-gutters-14 > .col,
.custom-gutters-14 > [class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}

.custom-gutters-20 > .col,
.custom-gutters-20 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

@media all and (min-width: 1600px) {
  .container {
    max-width: 1580px !important;
  }

  .home-food .container {
    max-width: 1170px !important;
  }
}
/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  height: 48px;
  line-height: 48px;
  padding: 0 35px;
  overflow: hidden;
  position: relative;
  border: 0;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  border-radius: 5px;
}
.btn:focus, .btn:active {
  outline: 0;
  box-shadow: none;
}

.btn-base {
  background: var(--main-color);
  color: #fff;
  border: 0;
}
.btn-base:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #283f62;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.4s;
}
.btn-base:hover, .btn-base:focus {
  color: #fff;
}
.btn-base:hover:before, .btn-base:focus:before {
  transform: scaleX(1);
}

.btn-white {
  background: #fff;
  color: var(--heading-color);
  border: 0;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #283f62;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.4s;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
}
.btn-white:hover:before, .btn-white:focus:before {
  transform: scaleX(1);
}

.btn-border {
  background: #fff;
  color: var(--heading-color);
  border: 2px solid #ced2d8;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 0;
}
.btn-border:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-color);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.4s;
}
.btn-border:hover, .btn-border:focus {
  color: #fff;
  border: 2px solid var(--main-color);
}
.btn-border:hover:before, .btn-border:focus:before {
  transform: scaleX(1);
}

.btn-blue {
  background: #283f62;
  color: #fff;
  border: 0;
}
.btn-blue:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #097bed;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.4s;
}
.btn-blue:hover, .btn-blue:focus {
  color: #fff;
}
.btn-blue:hover:before, .btn-blue:focus:before {
  transform: scaleX(1);
}

.tag-base {
  height: 28px;
  line-height: 28px;
  padding: 0 14px;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
}
.tag-base .notice {
  height: 28px;
  width: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  right: -9px;
  top: -10px;
}

.tag-blue {
  background: var(--main-color);
  color: #fff;
}
.tag-blue:hover {
  background: #0f68c0;
  color: #fff;
}
.tag-blue .notice {
  background: #0f68c0;
}

.tag-light-blue {
  background: #e6f2fd;
  color: var(--main-color);
}
.tag-light-blue:hover {
  background: #cee3f6;
  color: #fff;
}
.tag-light-blue .notice {
  background: #cee3f6;
}

.tag-orange {
  background: #fa6400;
  color: #fff;
}
.tag-orange:hover {
  background: #fa2000;
  color: #fff;
}
.tag-orange .notice {
  background: #fa2000;
}

.tag-purple {
  background: #7530ff;
  color: #fff;
}
.tag-purple:hover {
  background: #6227da;
  color: #fff;
}
.tag-purple .notice {
  background: #6227da;
}

.tag-red {
  background: #ed1c24;
  color: #fff;
}
.tag-red:hover {
  background: #d21c23;
  color: #fff;
}
.tag-red .notice {
  background: #d21c23;
}

.tag-green {
  background: #00bff3;
  color: #fff;
}
.tag-green:hover {
  background: #18a9d1;
  color: #fff;
}
.tag-green .notice {
  background: #18a9d1;
}

.tag-light-green {
  background: #8dc63f;
  color: #fff;
}
.tag-light-green:hover {
  background: #74ad27;
  color: #fff;
}
.tag-light-green .notice {
  background: #74ad27;
}

.tag-yellow {
  background: #f3b500;
  color: #fff;
}
.tag-yellow:hover {
  background: #d4a10e;
  color: #fff;
}
.tag-yellow .notice {
  background: #d4a10e;
}


/* Section background */
.interest-section {
    background: #131b25;
    padding: 50px 50px;   /* desktop left & right spacing */
}

.interest-section h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #102950;
}

/* MAKE ONLY THIS HEADING WHITE */
.interest-section .interested-title {
    color: #ffffff;
}

/* Grid layout */
.interest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Individual card */
.interest-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.interest-card:hover {
    transform: translateY(-4px);
}

/* Card image */
.interest-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

/* Bottom text area */
.card-content {
    background: #0c0c0c;
    padding: 20px;
    color: #ffffff;
}

.card-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #ffffff;
}

.card-content a {
    color: #ffffff;
    opacity: 0.9;
    font-size: 14px;
    text-decoration: none;
}

.card-content a:hover {
    opacity: 1;
}

/* Responsive layout for tablets */
@media (max-width: 991px) {
    .interest-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile size fix */
@media (max-width: 768px) {
    .interest-section {
        padding: 40px 20px;
    }

    .interest-grid {
        grid-template-columns: 1fr;
    }
}


/* ðŸ”µ Section background */
.latest-news-section {
    background: #131b25; /* dark background */
    padding: 50px 50px;
}

/* ðŸ”µ Section title */
.latest-news-title {
    color: #ffffff;
    font-size: 32px;
    margin-bottom: 25px;
}

/* ðŸ”µ Grid layout */
.latest-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* ðŸ”µ News card */
.news-card {
    background: #0c0c0c;
    padding: 25px;
    border-radius: 18px;
    color: #ffffff;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* ðŸ”µ News title (link) */
.news-card a {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline;
}

.news-card a:hover {
    opacity: 0.8;
}

/* ðŸ”µ Date */
.news-date {
    color: #c7d0dc;
    font-size: 14px;
    margin-top: 15px;
}

/* ðŸ”µ Responsive grid */
@media (max-width: 991px) {
    .latest-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .latest-news-grid {
        grid-template-columns: 1fr;
    }
}



/* Section background */
.help-section {
    background: #0c0c0c; /* dark background like screenshot */
    padding: 50px 50px;
}

.help-section h2 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 25px;
}

/* Yellow rounded container */
.help-box {
    background: #d7a701; /* yellow colour */
    padding: 20px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

/* Individual item */
.help-item {
    background: #0f1621; /* dark inner block */
    padding: 12px 25px;
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    flex: 1; /* equal width for all items */
    cursor: pointer;
    transition: 0.2s;
}

.help-item:hover {
    opacity: 0.85;
}

/* Icon style */
.help-icon {
    font-size: 17px;
    opacity: 0.8;
}

/* Responsive (mobile view) */
@media (max-width: 768px) {
    .help-box {
        flex-direction: column;
    }

    .help-item {
        flex: unset;
        width: 100%;
    }
}



/*---------------------------------------
    ## Post meta
---------------------------------------*/
.post-meta-single p {
  font-size: 14px;
}
.post-meta-single p i {
  margin-right: 5px;
}
.post-meta-single ul {
  margin: 0;
  padding: 0;
}
.post-meta-single ul li {
  display: inline-block;
  margin: 0 6px;
  color: var(--heading-color);
  font-size: 14px;
}
.post-meta-single ul li i {
  margin-right: 5px;
}
.post-meta-single ul li:first-child {
  margin-left: 0;
}
.post-meta-single ul li:last-child {
  margin-right: 0;
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  position: relative;
  padding-bottom: 34px;
}
.section-title .title {
  margin-bottom: 0;
  font-size: 20px;
  display: inline-block;
  color: #201654;
}
.section-title.style-two {
  padding-bottom: 15px;
  margin-bottom: 45px;
  border-bottom: 1px solid #b3b3b3;
}
.section-title.style-white .title {
  color: #fff;
}
.section-title.style-white p {
  color: #fff;
}
.section-title.style-white .btn-read-more {
  color: #fff;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  line-height: 49px;
  z-index: 99;
  font-size: 16px;
  transition: 0.4s;
  cursor: pointer;
  display: none;
  animation: backto-top-bounce 4s infinite ease-in-out;
}
.back-to-top:hover {
  box-shadow: 0px 3px 7px 0px rgba(254, 242, 46, 0.35);
}
@keyframes backto-top-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/*------------------------------------------------
    ## social area
------------------------------------------------*/
.social-area {
  padding: 0;
  margin: 0;
}
.social-area li {
  list-style: none;
  display: inline-block;
  margin: 0 7px;
}
.social-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.social-area li a:hover {
  color: var(--main-color);
}
.social-area li:first-child {
  margin-left: 0;
}
.social-area li:last-child {
  margin-right: 0;
}

.social-area-2 li {
  margin: 0 6px;
}
.social-area-2 li a {
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}
.social-area-2 li a.facebook-icon {
  background: #3b5998;
}
.social-area-2 li a.twitter-icon {
  background: #55acee;
}
.social-area-2 li a.youtube-icon {
  background: #d42428;
}
.social-area-2 li a.instagram-icon {
  background: #6c27b3;
}
.social-area-2 li a.google-icon {
  background: #dc4e41;
}

.social-area-3 li {
  margin: 0 6px;
}
.social-area-3 li a {
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  color: #5e697e;
}
.social-area-3 li a:hover {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.social-area-list ul {
  margin: 0;
  padding: 0;
}
.social-area-list ul li {
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.social-area-list ul li .social-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}
.social-area-list ul li a {
  font-size: 14px;
}
.social-area-list ul li .facebook i {
  background: #3b5998;
}
.social-area-list ul li .twitter i {
  background: #55acee;
}
.social-area-list ul li .youtube i {
  background: #d42428;
}
.social-area-list ul li .instagram i {
  background: #6c27b3;
}
.social-area-list ul li .google-plus i {
  background: #dc4e41;
}
.social-area-list ul li span {
  margin-left: 18px;
}
.social-area-list ul li .fa-plus {
  color: #3b5998;
  font-size: 14px;
  float: right;
  padding-top: 13px;
  background: none !important;
}
.social-area-list ul li .sr-intro {
  color: #3b5998;
  font-size: 14px;
  float: right;
  margin: 8px 10px 0 0;
  padding-left: 6px;
  background: none !important;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.social-area-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.social-area-list.style-two ul {
  margin: 0;
  padding: 0;
}
.social-area-list.style-two ul li {
  list-style: none;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.social-area-list.style-two ul li .social-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}
.social-area-list.style-two ul li a {
  display: block;
  color: #fff;
}
.social-area-list.style-two ul li .facebook {
  background: #3b5998;
}
.social-area-list.style-two ul li .twitter {
  background: #55acee;
}
.social-area-list.style-two ul li .youtube {
  background: #d42428;
}
.social-area-list.style-two ul li .instagram {
  background: #6c27b3;
}
.social-area-list.style-two ul li span {
  margin-left: 8px;
}
.social-area-list.style-two ul li .fa-plus {
  color: #3b5998;
  font-size: 14px;
  float: right;
  padding-top: 13px;
  background: none !important;
}
.social-area-list.style-two ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.post-slider .owl-nav {
  display: inline-block;
  position: absolute;
  top: -63px;
  right: -4px;
}
.post-slider .owl-nav button {
  margin-left: 21px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  color: #097bed;
  font-size: 20px;
}

/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
.pre-wrap {
  position: fixed;
  content: "";
  transform: translate(-100%, -240%);
  font-size: 62px;
}

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999;
  background: rgba(16, 41, 80, 0.95);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.preloader-inner .cancel-preloader a {
  background-color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--main-color);
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  transition: all 0.4s ease;
}
.preloader-inner .cancel-preloader a:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--main-color);
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.td-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
}

.td-search-popup .search-form {
  min-width: 600px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 999;
}

.td-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  line-height: 54px;
  padding: 0 100px 0 30px;
  font-size: 18px;
}

.td-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: var(--main-color);
  color: #fff;
  transition: 0.4s;
  padding: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.td-search-popup .search-form .submit-btn:hover:before {
  opacity: 0.5;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: #1c3459;
  z-index: 991;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.9;
}

/*********** Magnific-popup style **************/
.mfp-zoom-in {
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0.7);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/****** video play btn *******/
.play-btn-large {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  padding-left: 3px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.play-btn-medium {
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  padding-left: 3px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}

.play-btn-small {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  padding-left: 3px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.play-btn-yellow {
  background: rgba(255, 190, 0, 0.8);
  color: #fff;
}
.play-btn-yellow:hover {
  color: #fff;
}

.play-btn-gray {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.play-btn-gray:hover {
  color: #fff;
}

.play-btn-blue {
  background: var(--main-color);
  color: #fff;
}
.play-btn-blue:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.bg-base {
  background: var(--main-color);
}

.bg-black {
  background: #0c0c0c;
}

.bg-sky {
  background: #f7fbff;
}

.bg-yellow {
  background: #ffbe00;
}

.bg-blue {
  background: #097bed;
}

.bg-after-sky {
  position: relative;
}
.bg-after-sky:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #f7fbff;
  z-index: -1;
}

.pd-top-50 {
  padding-top: 50px;
}

.pd-top-70 {
  padding-top: 70px;
}

.pd-top-75 {
  padding-top: 75px;
}

.pd-top-80 {
  padding-top: 80px;
}

.pd-top-82 {
  padding-top: 82px;
}

.pd-top-90 {
  padding-top: 90px;
}

.pd-top-95 {
  padding-top: 95px;
}

.pd-top-100 {
  padding-top: 100px;
}

.pd-bottom-50 {
  padding-bottom: 50px;
}

.pd-bottom-60 {
  padding-bottom: 60px;
}

.pd-bottom-70 {
  padding-bottom: 70px;
}

.pd-bottom-80 {
  padding-bottom: 80px;
}

.pd-bottom-90 {
  padding-bottom: 90px;
}

.pd-bottom-100 {
  padding-bottom: 100px;
}

.pd-bottom-150 {
  padding-bottom: 150px;
}

.mg-top--100 {
  margin-top: -100px;
}

/*------------------------------------------------
    ## widget-style
------------------------------------------------*/
.category-sitebar .widget {
  margin-bottom: 55px;
}
.category-sitebar .widget-title {
  border-bottom: 1px solid #b3b3b3;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.widget_tag_cloud .tagcloud a {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  transition: 0.4s;
  border: 1px solid #393e75;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.widget_tag_cloud .tagcloud a:hover {
  background: var(--main-color);
  border: 1px solid var(--main-color);
}

.widget-category .row {
  padding: 0 8px;
}

.widget-author {
  border: 1px solid #d7d7d7;
  padding: 40px 30px;
  border-radius: 8px;
}
.widget-author .thumb {
  margin-bottom: 15px;
}
.widget-author .thumb img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: inline-block;
  border: 10px solid #f3f9eb;
}
.widget-author .details h5 {
  margin-bottom: 15px;
}
.widget-author .details p {
  margin-bottom: 20px;
}
.widget-author .details ul {
  margin: 0;
  padding: 0;
}
.widget-author .details ul li {
  display: inline-block;
  list-style: none;
  margin: 0 8px;
  color: #9ba1b0;
  line-height: 1;
}
.widget-author .details ul li a {
  font-size: 15px;
}
.widget-author .details .btn {
  border-radius: 40px;
  margin-top: 30px;
}

.widget_nav_menu_food {
  margin: 0;
  padding: 0;
}
.widget_nav_menu_food li {
  position: relative;
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 17px;
  margin-bottom: 6px;
}
.widget_nav_menu_food li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  transition: 0.4s;
}
.widget_nav_menu_food li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu_food li:hover:before {
  background: var(--main-color);
}

/*----------------------------------------------
    # top bar 
----------------------------------------------*/
.topbar-area {
  background: #1c3459;
  padding: 18px 0;
}
.topbar-area .topbar-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.topbar-area .topbar-menu ul li {
  display: inline-block;
  margin: 0 8px;
}
.topbar-area .topbar-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.topbar-area .topbar-menu ul li a:hover {
  color: var(--main-color);
}
.topbar-area .topbar-menu ul li:first-child {
  margin-left: 0;
}
.topbar-area .topbar-menu ul li:last-child {
  margin-right: 0;
}
.topbar-area .lang-single-inner {
  display: inline-block;
}
.topbar-area .lang-single-inner .nice-select {
  padding: 0 25px 0 0;
  margin: 0;
  height: auto;
  line-height: 0.6;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 0;
}
.topbar-area .lang-single-inner .nice-select ul {
  margin: 0;
  padding: 0;
  margin-top: 6px;
  border-radius: 0;
}
.topbar-area .lang-single-inner .nice-select ul li {
  display: block;
  margin: 0;
  font-size: 13px;
  min-height: 36px;
  line-height: 30px;
  color: var(--main-color);
}
.topbar-area .topbar-social .social-area {
  display: inline-block;
}
.topbar-area .topbar-date {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  border-right: 1px solid #495d7a;
  padding-right: 20px;
  margin-right: 17px;
}
.topbar-area .topbar-date i {
  margin-right: 6px;
}

/*----------------------------------------------
    # add bar 
----------------------------------------------*/
.adbar-area {
  padding: 25px 0;
}

/*----------------------------------------------
    # Nav bar 
----------------------------------------------*/
.navbar-area {
  padding: 0;
  top: 0;
  z-index: 98;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  transition: all 0.4s;
  padding: 0;
}
.navbar-area .navbar {
  background: #1c3459;
}
.navbar-area .nav-container {
  background-color: transparent;
  transition: all 0.4s;
}
.navbar-area .nav-container .logo a {
  display: inline-block;
}
.navbar-area .nav-container .logo a img {
  height: auto;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-weight: 400;
  line-height: 52px;
  text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child {
  border: 0;
  padding-left: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 17px;
  padding-left: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 14px;
  transition: all 0.4s ease-in;
  z-index: 9;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  height: 10px;
  width: 2px;
  background: #fff;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  z-index: -9;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 26px;
  height: 2px;
  width: 10px;
  background: #fff;
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  z-index: -9;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  opacity: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 60px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  transition: all 0.4s ease;
  border: 0;
  padding-left: 0;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s;
  color: #767575;
  font-size: 14px;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: "ï„…";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a span {
  background: #ed1c24;
  float: right;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  padding: 4px 5px 3px 5px;
  margin-top: 2px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--main-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "ï„…";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area.navbar-area-2 .nav-container {
  padding: 15px;
}
.navbar-area.navbar-area-2 .topbar-area {
  background: #102950;
}
.navbar-area.navbar-area-2 .navbar {
  background: #fff;
}
.navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li > a {
  color: #121213;
  font-weight: 600;
}
.navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:before {
  display: none;
}
.navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:after {
  content: "ï„‡";
  color: #121213;
  font-family: "fontAwesome";
  top: 0px;
}

.sticky-active {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
}

/********** navbar right part **********/
.menu-search-inner {
  background: var(--search-bg-color);
}
.menu-search-inner input {
  height: 48px;
  padding: 0 0 0 20px;
  border: 0 !important;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.menu-search-inner input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.menu-search-inner button {
  height: 48px;
  line-height: 48px;
  border: 0 !important;
  background: transparent;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: #fff;
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

.toggle-btn {
  left: auto;
  right: -10px;
  position: absolute;
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  border: 0;
  background: transparent;
  top: 9px;
}
.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #ffffff;
  left: 7px;
}
.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: #ffffff;
  left: 18px;
}
.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: #ffffff;
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

.navbar-area-fixed .icon-left {
  background-color: #fff;
}
.navbar-area-fixed .icon-left:before {
  background-color: #fff;
}
.navbar-area-fixed .icon-left:after {
  background-color: #fff;
}
.navbar-area-fixed .icon-right {
  background-color: #fff;
}
.navbar-area-fixed .icon-right:before {
  background-color: #fff;
}
.navbar-area-fixed .icon-right:after {
  background-color: #fff;
}

.nav-right-part-desktop {
  margin-left: 20px;
}

.nav-right-part-mobile {
  display: none;
}

.sopen {
  display: block !important;
}

@media all and (min-width: 992px) {
  .navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li:hover a,
.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
.navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li a {
    color: #fff;
  }
}
@media all and (max-width: 991px) {
  .navbar-area .nav-container {
    padding: 15px;
  }

  .nav-right-part {
    margin-right: 50px;
  }

  .nav-right-part-desktop {
    display: none;
  }

  .nav-right-part-mobile {
    display: block;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
    padding-right: 25px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 26px;
    right: 3px !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "ï„‡";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }

  .navbar-area-2 .nav-right-part .header-search {
    color: #102950;
  }

  .navbar-area-2 .toggle-btn .icon-left {
    background-color: #102950;
    left: 7px;
  }
  .navbar-area-2 .toggle-btn .icon-left:before {
    background-color: #102950;
  }
  .navbar-area-2 .toggle-btn .icon-left:after {
    background-color: #102950;
  }
  .navbar-area-2 .toggle-btn .icon-right {
    background-color: #102950;
  }
  .navbar-area-2 .toggle-btn .icon-right:before {
    background-color: #102950;
  }
  .navbar-area-2 .toggle-btn .icon-right:after {
    background-color: #102950;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child {
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    color: #fff;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    border-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
    padding-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse {
    padding-right: 0;
  }

  .navbar-area-2 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    color: #102950;
  }
}
/********** banner style ************/
.banner-inner-1 {
  padding-bottom: 43px;
}

.banner-inner {
  padding-bottom: 70px;
}
.banner-inner .thumb {
  position: relative;
}
.banner-inner .thumb img {
  position: relative;
  z-index: 3;
  border-radius: 5px;
}
.banner-inner .thumb.after-left-top {
  margin-left: 30px;
  margin-top: 30px;
}
.banner-inner .thumb.after-left-top:after {
  content: "";
  background: #ffbe00;
  position: absolute;
  left: -30px;
  top: -30px;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 5px;
}
.banner-inner .banner-details {
  margin-left: 50px;
}
.banner-inner .banner-details .post-meta-single {
  margin-bottom: 38px;
}
.banner-inner .banner-details .post-meta-single li {
  color: #ffffff;
}
.banner-inner .banner-details .post-meta-single li .tag-base {
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  padding: 0 28px;
  border-radius: 5px;
}
.banner-inner .banner-details .post-meta-single li.date {
  font-size: 14px;
  margin-left: 17px;
}
.banner-inner .banner-details p {
  color: #fff;
  margin-top: 27px;
}
.banner-inner .banner-details h2 {
  color: #fff;
}
.banner-inner .banner-details .btn {
  margin-top: 32px;
}

.banner-inner-3 {
  margin-bottom: 58px;
}
.banner-inner-3 .thumb {
  margin-bottom: 20px;
  overflow: hidden;
}
.banner-inner-3 .thumb img {
  transform: scale(1.01);
  transition: 0.8s;
}
.banner-inner-3 .thumb:hover img {
  transform: scale(1.06);
}
.banner-inner-3 .author-meta span {
  color: var(--main-color);
}
.banner-inner-3 .author-meta .media-left img {
  border-radius: 50%;
}
.banner-inner-3 .single-post-wrap {
  margin-bottom: 20px;
}
.banner-inner-3 .single-post-wrap.style-overlay-bg .details {
  position: absolute;
  bottom: 0;
  padding: 18px 30px;
  z-index: 4;
  margin: 0;
  border: 5px solid var(--main-color);
  border-top: 0;
  background-color: rgba(0, 0, 0, 0.502);
  border-radius: 0 0 6px 6px;
  width: 100%;
}
.banner-inner-3 .single-post-wrap.style-overlay-bg .details p,
.banner-inner-3 .single-post-wrap.style-overlay-bg .details .title {
  color: #fff;
}

/*---------------------------------------
    ## Single Post Wrap
---------------------------------------*/
.add-area img {
  width: 100%;
}

.single-post-wrap {
  position: relative;
  margin-bottom: 30px;
  transition: 0.4s;
}
.single-post-wrap .thumb {
  position: relative;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 5px;
}
.single-post-wrap .thumb img {
  transition: 0.8s;
  transform: scale(1.01);
}
.single-post-wrap .thumb .tag-base {
  position: absolute;
  left: 17px;
  top: 19px;
  z-index: 3;
}
.single-post-wrap .thumb .btn-date {
  position: absolute;
  left: 17px;
  bottom: 19px;
  z-index: 3;
  height: 40px;
  line-height: 41px;
  padding: 0 22px;
  display: inline-block;
  border-radius: 40px;
  background: #fff;
  color: var(--heading-color);
  margin-bottom: 0;
}
.single-post-wrap .thumb .btn-date i {
  margin-right: 5px;
}
.single-post-wrap .thumb .play-btn-large {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  z-index: 5;
}
.single-post-wrap .thumb .play-btn-medium {
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
  z-index: 5;
  opacity: 0.8;
}
.single-post-wrap .thumb .play-btn-small {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}
.single-post-wrap .details .title {
  margin-bottom: 0;
}
.single-post-wrap .details p {
  margin-bottom: 0;
  margin-top: 16px;
  color: var(--heading-color);
}
.single-post-wrap .details .btn {
  padding: 0 17px;
  height: 44px;
  line-height: 44px;
  font-weight: 400;
}
.single-post-wrap .spw-bottom {
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  padding-top: 18px;
}
.single-post-wrap .spw-bottom ul {
  margin: 0;
  padding: 0;
}
.single-post-wrap .spw-bottom ul li {
  display: inline-block;
  margin: 0 5px;
}
.single-post-wrap .spw-bottom ul li:first-child {
  margin-left: 0;
}
.single-post-wrap .spw-bottom ul li:last-child {
  margin-right: 0;
}
.single-post-wrap .spw-bottom ul li p {
  font-size: 14px;
  margin-top: 0;
}
.single-post-wrap .spw-bottom .media .media-left {
  margin-right: 10px;
}
.single-post-wrap .spw-bottom .media .media-left img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.single-post-wrap .spw-bottom .media .media-body p {
  margin: 0;
}
.single-post-wrap:hover .thumb img {
  transform: scale(1.06);
}
.single-post-wrap.style-white .post-meta-single p,
.single-post-wrap.style-white .post-meta-single li {
  color: rgba(255, 255, 255, 0.8);
}
.single-post-wrap.style-white .details .title {
  color: #fff;
}
.single-post-wrap.style-white .details p {
  color: #fff;
}
.single-post-wrap.style-overlay .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay .thumb img {
  min-height: 119px;
}
.single-post-wrap.style-overlay .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.6) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay .thumb:before {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay .details {
  position: absolute;
  bottom: 0;
  padding: 18px 20px;
  z-index: 4;
}
.single-post-wrap.style-overlay .details .title {
  color: #fff;
}
.single-post-wrap.style-overlay .details .title:hover a {
  color: #ffbe00;
}
.single-post-wrap.style-overlay .details p {
  color: #fff;
}
.single-post-wrap.style-overlay .post-meta-single {
  margin-bottom: 8px;
}
.single-post-wrap.style-overlay .post-meta-single p {
  margin-bottom: 10px;
}
.single-post-wrap.style-overlay .post-meta-single li {
  color: #fff;
}
.single-post-wrap.style-overlay:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-overlay-bg .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-overlay-bg .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.3) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-post-wrap.style-overlay-bg .thumb:before {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.38) 52%, rgba(0, 0, 100, 0));
  height: 75%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 4;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-overlay-bg .details {
  position: absolute;
  bottom: 0;
  padding: 18px 18px;
  z-index: 4;
  margin: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}
.single-post-wrap.style-overlay-bg:hover .thumb:before {
  visibility: visible;
  opacity: 1;
}
.single-post-wrap.style-box {
  border-radius: 5px;
  overflow: hidden;
  background: #fafafa;
}
.single-post-wrap.style-box .thumb {
  margin-bottom: 0;
  border-radius: 0;
}
.single-post-wrap.style-box .details {
  padding: 25px;
}
.single-post-wrap.style-box:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.09);
}

/***trending post****/
.trending-post .single-post-wrap.style-overlay .post-meta-single p {
  margin-bottom: 7px;
}
.trending-post.style-box {
  background: #fff;
  padding: 33px 23px 23px;
  border-radius: 5px;
  box-shadow: 0px 6px 47px 3px rgba(37, 37, 37, 0.05);
}

/*****single-post-list-wrap*****/
.single-post-list-wrap {
  margin-bottom: 17px;
}
.single-post-list-wrap .media-left {
  position: relative;
}
.single-post-list-wrap .play-btn-small {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 5;
}
.single-post-list-wrap .media .media-left {
  margin-right: 13px;
}
.single-post-list-wrap .media img {
  border-radius: 5px;
}
.single-post-list-wrap .media .media-body .post-meta-single ul li {
  font-size: 14px;
  color: var(--heading-color);
}
.single-post-list-wrap .media .media-body h6 {
  margin-bottom: 0;
}
.single-post-list-wrap .media .media-body p {
  margin-bottom: 0;
}
.single-post-list-wrap.style-white .media .media-body .post-meta-single ul li {
  color: #fff;
}
.single-post-list-wrap.style-white .media .media-body h6 {
  color: #fff;
}
.single-post-list-wrap.style-white .media .media-body p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
  margin-bottom: 0;
}
.single-post-list-wrap.style-two {
  margin-bottom: 30px;
}
.single-post-list-wrap.style-two .media .media-left {
  margin-right: 20px;
}

/******** nxp-tab-inner *********/
.nxp-tab-inner ul {
  border: 0 !important;
}
.nxp-tab-inner ul li a {
  background: none !important;
  border: 0 !important;
  padding: 0;
}
.nxp-tab-inner ul li a .single-post-list-wrap {
  display: block;
}
.nxp-tab-inner .nav-link {
  display: block;
  overflow: hidden;
}

.nxp-tab-post ul {
  display: inline-block;
}
.nxp-tab-post ul li {
  margin: 0 10px;
  display: inline-block;
}
.nxp-tab-post ul li:first-child {
  margin-left: 0;
}
.nxp-tab-post ul li:last-child {
  margin-right: 0;
}
.nxp-tab-post ul li a {
  border-radius: 0 !important;
}
.nxp-tab-post ul li a.active {
  color: #102950;
}
.nxp-tab-post.style-two ul li {
  margin: 0 5px;
}
.nxp-tab-post.style-two ul li:first-child {
  margin-left: 0;
}
.nxp-tab-post.style-two ul li:last-child {
  margin-right: 0;
}
.nxp-tab-post.style-two ul li a {
  height: 48px;
  line-height: 48px;
  background: #f4f4f4 !important;
  padding: 0 20px;
  display: inline-block;
}
.nxp-tab-post.style-two ul li a.active {
  background: var(--main-color) !important;
  color: #fff;
}

.nxp-tab-post-two ul {
  border: 1px solid #f1f3f5 !important;
  line-height: 1;
}
.nxp-tab-post-two ul li {
  margin: 0;
  display: inline-block;
  border-right: 1px solid #f1f3f5;
  line-height: 1;
  width: 33.33%;
}
.nxp-tab-post-two ul li:last-child {
  border-right: 0;
}
.nxp-tab-post-two ul li a {
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: var(--heading-color);
  border-radius: 0 !important;
}
.nxp-tab-post-two ul li a.active {
  background: var(--main-color) !important;
  color: #fff !important;
}

.nxp-tab-content-2 {
  margin-bottom: 50px;
}
.nxp-tab-content-2 .tab-pane .single-post-list-wrap {
  border-bottom: 1px solid #f0f2f3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.nxp-tab-content-2 .tab-pane .single-post-list-wrap:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-category-inner {
  position: relative;
  margin-bottom: 15px;
}
.single-category-inner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
}
.single-category-inner .tag-base {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  margin-top: -14px;
  z-index: 4;
  border-radius: 30px;
  padding: 0 25px;
}
.single-category-inner .total-cat {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-25%);
  top: 50%;
  margin-top: -14px;
  z-index: 4;
  border-radius: 30px;
  padding: 0 25px;
  color: #fff;
  line-height: 1.4;
}

/******* single-input-inner ********/
.single-newsletter-inner {
  padding: 22px 25px 30px 25px;
  border-radius: 5px;
}
.single-newsletter-inner p {
  color: var(--heading-color);
  margin-bottom: 28px;
}
.single-newsletter-inner.bg-blue h5,
.single-newsletter-inner.bg-blue p {
  color: #fff;
}
.single-newsletter-inner.bg-blue input {
  background: transparent;
  color: #fff;
}
.single-newsletter-inner.bg-blue input::placeholder {
  color: rgba(255, 255, 255, 0.702);
}
.single-newsletter-inner.bg-black h5,
.single-newsletter-inner.bg-black p {
  color: #fff;
}
.single-newsletter-inner.bg-black input {
  background: transparent;
  color: #fff;
}
.single-newsletter-inner.bg-black input::placeholder {
  color: rgba(255, 255, 255, 0.702);
}
.single-newsletter-inner.style-food {
  padding: 45px 30px 50px 30px;
}
.single-newsletter-inner.style-food h5,
.single-newsletter-inner.style-food p {
  color: rgba(255, 255, 255, 0.95);
}

.single-input-inner {
  margin-bottom: 12px;
}
.single-input-inner input {
  height: 48px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  padding: 0 18px;
}

/*---------------------------------------------
	cs-partner-slider-11
----------------------------------------------*/
.most-view-slider {
  width: 100%;
  margin: 0 auto;
}

.most-view-slider .single-most-view-inner {
  transform: scale(0.85);
  transition: 0.4s;
  margin: 30px 0;
}

.most-view-slider .single-most-view-inner .thumb img {
  display: inline-block;
  transform: scale(1.07);
}

.most-view-slider .item {
  transition: 0.6s;
}

.most-view-slider .active.center .single-most-view-inner {
  transform: scale(1.1);
}

.most-view-slider .active.center {
  margin-right: 0;
  z-index: 2;
}
.most-view-slider .active.center .single-post-wrap.style-overlay .details {
  padding: 18px 20px;
}

.most-view-slider .active.center ~ .active {
  margin-left: -36px;
  position: relative;
  z-index: -1;
}
.most-view-slider .active.center ~ .active .single-post-wrap.style-overlay .details {
  padding: 18px 20px 18px 50px;
  transition: 0.4s;
}

.most-view-slider .owl-stage-outer {
  margin: 0 45px;
}

.most-view-slider .active {
  margin-right: -36px;
  position: relative;
  z-index: -1;
}
.most-view-slider .active .single-post-wrap.style-overlay .details {
  padding: 18px 50px 18px 20px;
  transition: 0.4s;
}

.most-view-slider .owl-nav {
  display: none;
}

.most-view-slider .owl-dots {
  text-align: center;
}
.most-view-slider .owl-dots .owl-dot {
  border: 1px solid #909cae;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  background: transparent;
  margin: 0 5px;
  line-height: 0;
}
.most-view-slider .owl-dots .owl-dot span {
  height: 6px;
  width: 6px;
  background: transparent;
  display: inline-block;
  margin-top: -1px;
  border-radius: 50%;
}
.most-view-slider .owl-dots .owl-dot.active span {
  background: var(--main-color);
}

.video-tab-inner-2 {
  padding: 35px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.video-tab-inner-2 li {
  border-bottom: 1px solid #53a3f2;
  margin-bottom: 10px !important;
  display: block;
  width: 100%;
}
.video-tab-inner-2 li .single-post-list-wrap {
  margin-bottom: 10px;
}
.video-tab-inner-2 li:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.video-tab-inner-2 li:last-child .single-post-list-wrap {
  margin-bottom: 0;
}

.post-slider .single-post-wrap.style-overlay {
  margin-bottom: 25px;
}

.tag-area-shadow {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 25px 30px 10px 30px;
  background: #fff;
  border-radius: 6px;
}

.error-area-inner {
  position: relative;
  padding: 230px 0;
}
.error-area-inner h2 {
  color: #e6f2fd;
  font-size: 320px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-bottom: 0;
  z-index: -1;
}
.error-area-inner h3 {
  margin-bottom: 30px;
}

/*---------------------------------------------------
    #page-title-area
---------------------------------------------------*/
.pagination {
  display: inline-flex;
  text-align: center;
  margin: 0;
}
.pagination .page-item {
  margin: 0 5px;
}
.pagination .page-item .page-link {
  height: 50px;
  width: 50px;
  line-height: 48px;
  padding: 0;
  background: #f3f4f9;
  border-radius: 4px;
  border: 0;
  color: var(--heading-color);
  box-shadow: none;
  background: transparent;
  border: 2px solid #e3e3e3;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: var(--main-color);
  color: #fff;
  border: 2px solid var(--main-color);
}
.pagination .page-item:first-child {
  margin-left: 0;
}
.pagination .page-item:last-child {
  margin-right: 0;
}

.page-title-area {
  padding: 25px 0 22px;
  background: #e6f2fd;
}
.page-title-area .breadcrumb-inner .page-title {
  margin-bottom: 5px;
}
.page-title-area .breadcrumb-inner .page-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-title-area .breadcrumb-inner .page-list li {
  font-size: 16px;
  color: #565872;
  font-weight: 400;
  display: inline-block;
}
.page-title-area .breadcrumb-inner .page-list li a {
  position: relative;
  margin-right: 9px;
  padding-right: 11px;
  color: var(--main-color);
}
.page-title-area .breadcrumb-inner .page-list li a:hover {
  color: #565872;
}
.page-title-area .breadcrumb-inner .page-list li a:after {
  position: absolute;
  right: 0;
  top: -4px;
  content: "/";
  height: 15px;
  width: 1px;
}

.single-blog-inner {
  margin-bottom: 55px;
}
.single-blog-inner .thumb {
  position: relative;
}
.single-blog-inner .thumb .video-play-btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  text-align: center;
  line-height: 100px;
  top: 50%;
  margin: -50px 0 0 -50px;
}
.single-blog-inner .thumb .video-play-btn i {
  font-size: 18px;
  color: var(--main-color);
}
.single-blog-inner .single-blog-details {
  margin: 35px 0;
}
.single-blog-inner .single-blog-details .meta {
  color: #696969;
  font-size: 18px;
  margin-bottom: 10px;
}
.single-blog-inner .single-blog-details .meta span {
  margin-right: 25px;
}
.single-blog-inner .single-blog-details .meta span i {
  color: var(--main-color);
  margin-right: 7px;
}
.single-blog-inner .single-blog-details h3 {
  font-size: 34px;
  font-weight: 600;
}
.single-blog-inner .single-blog-details h3:hover {
  color: var(--main-color);
}
.single-blog-inner .single-blog-details p {
  font-size: 15px;
  color: #696969;
  margin-top: 21px;
}
.single-blog-inner .single-blog-details .btn {
  margin-top: 22px;
}
.single-blog-inner .blockquote {
  padding: 14px 48px 35px 140px;
  background: #f2f8fe;
  position: relative;
}
.single-blog-inner .blockquote i {
  font-size: 70px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.single-blog-inner .blockquote p {
  margin-bottom: 0;
}

.single-blog-inner-2 {
  padding: 45px 25px 36px 50px;
}
.single-blog-inner-2 .single-blog-details {
  margin: 0;
}
.single-blog-inner-2 .single-blog-details .meta span {
  color: #8394a2;
}
.single-blog-inner-2 .single-blog-details .meta span i {
  color: #ffffff;
}
.single-blog-inner-2 .single-blog-details h3 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
}
.single-blog-inner-2 .single-blog-details h3:hover {
  color: #27debf;
}

.single-blog-inner-3 {
  border: 2px solid #eeeeee;
  padding: 7px 40px 15px 50px;
}

/***blog-details-page***/
.blog-details-page-inner .single-blog-inner h5 {
  margin-top: 35px;
  margin-bottom: 15px;
}
.blog-details-page-inner .single-blog-inner p {
  margin-bottom: 35px;
}
.blog-details-page-inner .meta {
  color: #696969;
  font-size: 18px;
  margin-top: 31px;
}
.blog-details-page-inner .meta span {
  color: #14212b;
  font-size: 18px;
  font-weight: 500;
}
.blog-details-page-inner .meta a:hover {
  color: var(--main-color);
}
.blog-details-page-inner .meta .social-area-2 li {
  margin: 0 2px;
}
.blog-details-page-inner .author-area {
  padding: 40px;
  margin-top: 70px;
}
.blog-details-page-inner .section-title {
  margin-bottom: 28px;
}
.blog-details-page-inner .section-title h3 {
  font-weight: 600;
}

.author-area {
  background: #f2f8fe;
  padding: 40px;
}
.author-area .media-left img {
  border-radius: 50%;
}
.author-area .media-body {
  margin-left: 29px;
}
.author-area .media-body p {
  font-size: 15px;
  color: #696969;
  margin-bottom: 0;
}
.author-area.style-two {
  padding: 0;
  background: none;
}

.related-post {
  margin-top: 70px;
}
.related-post .recent-post-wrap:hover .post-details {
  background-color: white;
  box-shadow: 0px 10px 30px 0px rgba(203, 203, 203, 0.3);
}
.related-post .recent-post-wrap .post-details {
  padding: 34px 30px;
  position: relative;
  background: whitesmoke;
  transition: 0.4s;
}
.related-post .recent-post-wrap .post-details .meta {
  position: absolute;
  left: 30px;
  top: -68px;
  margin: 0;
}
.related-post .recent-post-wrap .post-details .meta span {
  font-size: 14px;
  background-color: #49009b;
  color: #ffffff;
  height: 38px;
  line-height: 40px;
  border-radius: 50px;
  font-weight: 400;
  padding: 0 20px;
}
.related-post .recent-post-wrap .post-details .meta span i {
  margin-right: 10px;
}
.related-post .recent-post-wrap .post-details h5 {
  margin-bottom: 14px;
}
.related-post .recent-post-wrap .post-details h5 a {
  font-size: 24px;
  font-weight: 600;
}
.related-post .recent-post-wrap .post-details a {
  font-size: 18px;
  font-weight: 500;
}
.related-post .recent-post-wrap .post-details a:hover {
  color: var(--main-color);
}

.blog-comment {
  margin-top: 67px;
}
.blog-comment .media {
  align-items: center;
  margin-bottom: 35px;
}
.blog-comment .media a img {
  border-radius: 50%;
}
.blog-comment .media.nesting {
  margin-left: 60px;
}
.blog-comment .media .media-body {
  margin-left: 30px;
}
.blog-comment .media .media-body h5 {
  display: inline-block;
}
.blog-comment .media .media-body h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #14212b;
}
.blog-comment .media .media-body .date {
  font-size: 13px;
  color: #616161;
  margin-left: 14px;
}
.blog-comment .media .media-body p {
  font-size: 15px;
  color: #696969;
}
.blog-comment .media .media-body a {
  font-size: 18px;
  font-weight: 500;
  color: #696969;
}
.blog-comment .media .media-body a:hover {
  color: var(--main-color);
}

.comment-form {
  margin-top: 70px;
}
/*********** ***********/
.single-input-wrap {
  margin-bottom: 30px;
  border: 2px solid #dbdfe5;
}
.single-input-wrap input {
  height: 60px;
  line-height: 60px;
  padding: 0 22px;
  border: 0;
}
.single-input-wrap textarea {
  padding: 18px 22px;
  border: 0;
}
.single-input-wrap .input-group-text {
  background: transparent;
  border: 0;
  padding: 0 20px;
}
.single-input-wrap.message .input-group-text {
  align-items: normal;
  margin-top: 18px;
}
.single-input-wrap .form-control:hover, .single-input-wrap .form-control:active, .single-input-wrap .form-control:focus {
  box-shadow: none !important;
  outline: 0;
}

/*********** banner-food-area **********/
.banner-food-area {
  position: relative;
  padding: 160px 0 200px 0;
}
.banner-food-area:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.6) 52%, rgba(0, 0, 100, 0));
  height: 90%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  transition: 0.4s;
}
.banner-food-area .banner-inner {
  position: relative;
  z-index: 2;
}
.banner-food-area .banner-inner a {
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.banner-food-area .banner-inner a:hover {
  background: #74ac2a;
}
.banner-food-area .banner-inner h2 {
  font-size: 36px;
  line-height: 1.3;
}

/*********** food category **********/
.fd-category-inner {
  background: #fff;
  padding: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  display: block;
}
.fd-category-inner .thumb {
  margin-bottom: 12px;
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.fd-category-inner .thumb img {
  transition: 0.8s;
}
.fd-category-inner .details {
  display: block;
}
.fd-category-inner .details h6 {
  color: #292250;
  margin-bottom: 0;
}
.fd-category-inner .details h6 img {
  margin-left: 2px;
  transition: 0.4s;
}
.fd-category-inner:hover .thumb img {
  transform: scale(1.06);
}
.fd-category-inner:hover .details h6 img {
  margin-left: 6px;
}

/*********** single-post-wrap **********/
.single-post-wrap.style-food-overlay-bg {
  margin-bottom: 62px;
}
.single-post-wrap.style-food-overlay-bg .thumb {
  margin-bottom: 0;
}
.single-post-wrap.style-food-overlay-bg .thumb img {
  width: 100%;
}
.single-post-wrap.style-food-overlay-bg .thumb:after {
  content: "";
  background: linear-gradient(to top, rgba(32, 22, 84, 0.2) 52%, rgba(0, 0, 100, 0));
  height: 70%;
  left: 0;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
  width: 100%;
  z-index: 3;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.single-post-wrap.style-food-overlay-bg .thumb:before {
  display: none;
}
.single-post-wrap.style-food-overlay-bg .details {
  position: absolute;
  bottom: -30px;
  padding: 18px 18px;
  z-index: 4;
  margin: 35px 35px 0 35px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 3px 0px 7px rgba(0, 0, 0, 0.2);
}
.single-post-wrap.style-food-overlay-bg:hover .thumb:after {
  visibility: visible;
  opacity: 1;
}

/********* food-slider **********/
.food-slider .single-post-list-wrap .media img {
  width: 75px;
  height: 72px;
}

/****** food-about-widget *******/
.food-about-widget {
  margin-top: -33px;
}

/*------------------------------------------------
    ## footer-style
------------------------------------------------*/
.footer-area .widget {
  margin-bottom: 70px;
}
.footer-area .widget-title {
  color: #fff;
  margin-bottom: 27px;
  font-weight: 500;
}
.footer-area .widget_about {
  margin-top: -7px;
}
.footer-area .widget_about p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-area .contact_info_list {
  margin: 0;
  padding: 0;
  margin-top: -7px;
}
.footer-area .contact_info_list li {
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
}
.footer-area .contact_info_list li i {
  position: absolute;
  left: 0;
  top: 7px;
}
.footer-area .contact_info_list li:last-child {
  margin-bottom: 0;
}
.footer-area .widget_recent_post .media .media-body .post-meta-single ul li {
  color: rgba(255, 255, 255, 0.8);
}
.footer-area .widget_recent_post .media .media-body h6 {
  color: rgba(255, 255, 255, 0.8);
}

.footer-top {
  padding-bottom: 80px;
}
.footer-top .social-area {
  margin-top: 42px;
}
.footer-top .widget_nav_menu {
  margin-top: 33px;
}
.footer-top .widget_nav_menu li:after {
  display: none;
}

.footer-bottom {
  border-top: 1px solid #586a85;
  padding: 25px 0;
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
  margin-top: 5px;
}

.widget_nav_menu {
  margin: 0;
  padding: 0;
}
.widget_nav_menu li {
  display: inline-block;
  position: relative;
  padding: 0 15px 0 10px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.widget_nav_menu li:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0px;
}
.widget_nav_menu li:before {
  display: none;
}
.widget_nav_menu li:first-child {
  padding-left: 0;
}
.widget_nav_menu li:last-child {
  padding-right: 0;
}
.widget_nav_menu li:last-child:after {
  display: none;
}