/* ===============================
CORE COLOR(LIGHT MODE)
=============================== */
:root{

--c-white-100: #ffffff;
  --c-black-100: #000000;
  --c-black-90: #111111;
  --c-black-80: #161616;
  --c-black-70: #242423;

  /* === Greys === */
  --c-grey-900: #0b1220;
  --c-grey-800: #0f172a;
  --c-grey-700: #585858;
  --c-grey-600: #666666;
  --c-grey-500: #777777;
  --c-grey-400: #979797;
  --c-grey-300: #b2b2b2;
  --c-grey-250: #c2c2c2;
  --c-grey-200: #d2d2d2;
  --c-grey-150: #e2e2e2;
  --c-grey-100: #ebebeb;
  --c-grey-50:  #f9f9f9;

  /* === Primary Blues === */
  --c-blue-900: #022e61;
  --c-blue-800: #003d82;
  --c-blue-700: #0b3a77;
  --c-blue-600: #21498a;
  --c-blue-500: #396bff;
  --c-blue-400: #4077d1;
  --c-blue-300: #5b8def;
  --c-blue-200: #8ab4f8;

  /* === Accent Colors === */
  --c-yellow-500: #FEC328;
  --c-yellow-400: #fbbc04;
  --c-orange-500: #f76031;

  /* === Status === */
  --c-red-500: #e63946;
  --c-red-600: #d94a4a;
  --c-green-500: #22946e;

  /* === Background Tints === */
  --c-bg-soft-1: #f4f6f9;
  --c-bg-soft-2: #f1f5f9;
  --c-bg-soft-3: #eff4ff;

  /* === Overlays / RGBA === */
  --overlay-black-05: rgba(0,0,0,.05);
  --overlay-black-10: rgba(0,0,0,.1);
  --overlay-black-20: rgba(0,0,0,.2);
  --overlay-black-30: rgba(0,0,0,.3);
  --overlay-black-60: rgba(0,0,0,.6);

  --overlay-white-10: rgba(255,255,255,.1);
  --overlay-white-70: rgba(255,255,255,.7);
  
  --lat1: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  --lat2: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
  
  --small-label: #737373;
  --muted2: #585858;
  --muted3: #666666;
  --card: #ffffff;
  --card2: rgba(91, 66, 243, 0.08);
  --card3: rgba(91, 66, 243, 0.08);
  --text-color: #111111;
  --sub-text: #555555;
  --date-color: #323232;
  --acco: #444;
  --side-head: #696981;
  --acco-dark: #333;
  --card-icon: #3e3e3e;
  --main-li: #777777;
  --book-a: #979797;
  --load-dark: #ccdef2;
  --load-dark2: #ebf2fc;
  --load-dark-text: #5b8def;
  --white2: #eff4ff;
  --head-text: #676767;
  --button1-bg: #003d82;
  --button1-text: #ffffff;
  --foot-bg: #003d82;
  --copy-bg: #01346d;
  --banner-blue: #003d82;
  --cat-text: #0b1220;
  --cat-icon: #0b3a77;
  --cat-border-hover: #0b3a77;
  
  
  --bg: var(--c-white-100);
  --bg2: var(--c-bg-soft-1);
  --bg3: var(--c-bg-soft-2);
  --bg4: var(--c-bg-soft-3);
  --bg-5: #f9f9f9;

  --white: #ffffff;
  --black: var(--c-black-100);
  --black2: var(--c-black-70);

  --blue: var(--c-blue-800);
  --yellow: var(--c-yellow-500);

  --border: var(--c-grey-150);
  --border2: #e2e2e2;
  --border3: #c2c2c2;
  --border4: #d2d2d2;
  --border5: #e7e7e7;
  --border6: #ebebeb;
  --muted: var(--c-grey-600);
  --lat-bg: var(--white);
  --float: rgba(0, 61, 130, 0.75);
  
}


/* =====================================
   DARK MODE
===================================== */

html.dark-mode {
    
     /* Modal backdrop */
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.6;

  /* Modal container */
  --bs-modal-bg: var(--bg2);
  --bs-modal-border-color: var(--border);
  --bs-modal-header-border-color: var(--border);
  --bs-modal-footer-border-color: var(--border);

  /* Text */
  --bs-modal-color: var(--black);

  /* Close button */
  /*--bs-btn-close-color: var(--black);*/
  /*--bs-btn-close-opacity: 0.7;*/
  /*--bs-btn-close-hover-opacity: 1;*/


  /* ===== BASE ===== */
  --clr-dark-a0: #ffffff;
  --clr-light-a0: #000000;

  /* ===== PRIMARY (BLUE – REPLACED PURPLE) ===== */
  --clr-primary-a0: #21498a;
  --clr-primary-a10: #2f63b8;
  --clr-primary-a20: #4077d1;
  --clr-primary-a30: #5b8def;
  --clr-primary-a40: #7aa5ff;
  --clr-primary-a50: #a9c4ff;

  /* ===== SURFACE ===== */
  --clr-surface-a0: #1b1b1b;
  --clr-surface-a10: #282828;
  --clr-surface-a20: #3f3f3f;
  --clr-surface-a30: #575757;
  --clr-surface-a40: #717171;
  --clr-surface-a50: #8b8b8b;

  /* ===== TONAL SURFACE ===== */
  --clr-surface-tonal-a0: #121826;
  --clr-surface-tonal-a10: #1e293b;
  --clr-surface-tonal-a20: #334155;
  --clr-surface-tonal-a30: #475569;
  --clr-surface-tonal-a40: #64748b;
  --clr-surface-tonal-a50: #94a3b8;

  /* ===== STATUS ===== */
  --clr-success-a0: #22946e;
  --clr-success-a10: #47d5a6;
  --clr-success-a20: #9ae8ce;

  --clr-warning-a0: #a87a2a;
  --clr-warning-a10: #d7ac61;
  --clr-warning-a20: #ecd7b2;

  --clr-danger-a0: #9c2121;
  --clr-danger-a10: #d94a4a;
  --clr-danger-a20: #eb9e9e;

  --clr-info-a0: #21498a;
  --clr-info-a10: #4077d1;
  --clr-info-a20: #92b2e5;
  
  --lat1: linear-gradient(90deg,rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 1) 50%, rgba(18, 18, 18, 0) 100%);
  --lat2: linear-gradient(90deg,rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 1) 50%, rgba(18, 18, 18, 1) 100%);
  
  --small-label: #b3b3b3;
  --c-black-80: #b3b3b3;
  --muted2: #b3b3b3;
  --muted3: #b3b3b3;
  --text-color: #b3b3b3;
  --sub-text: #b3b3b3;
  --date-color: #b3b3b3;
  --acco: #b3b3b3;
  --card: #302d36;
  --acco-dark: #989898;
  --card2: #302d36;
  --card3: #676767;
  --card-icon: #b3b3b3;
  --main-li: #b3b3b3;
  --book-a: #b3b3b3;
  --load-dark: #28292a;
  --load-dark2: #28292a;
  --load-dark-text: #ffffff;
  --white: #ffffff;
  --white2: #1b1b1b;
  --head-text: #ffffff;
  --button1-bg: #4077d1;
  --button1-text: #ffffff;
  --foot-bg: #302d36;
  --copy-bg: #26242b;
  --banner-blue: #302d36;
  --float: rgba(48, 45, 54, 0.75);
  --cat-text: #ffffff;
  --cat-icon: #ffffff;
  --cat-border-hover: #e5e7eb;

  /* =====================================
     MAP TO YOUR EXISTING SITE VARIABLES
  ===================================== */

  --bg: var(--clr-surface-a0);
  --bg2: var(--clr-surface-a10);
  --bg3: var(--clr-surface-a20);
  --bg4: var(--clr-surface-tonal-a10);

  --white: var(--clr-surface-a0);
  --black: var(--clr-dark-a0);
  --black2: var(--clr-surface-a50);

  --blue: var(--clr-primary-a30);
  --yellow: var(--clr-warning-a10);

  --border: #605d66;
  --border2: #605d66;
  --border3: #605d66;
  --border4: #605d66;
  --border5: #605d66;
  --border6: #605d66;
  --muted: #b3b3b3;
  --lat-bg: var(--bg);
}

/* Safety apply */
html.dark-mode body {
  background-color: var(--bg);
  color: var(--black);
}

html.dark-mode .modal-content {
  background-color: var(--bg2);
  color: var(--black);
  border: 1px solid var(--border);
}

html.dark-mode .modal-header,
html.dark-mode .modal-footer {
  border-color: var(--border);
}
html.dark-mode .form-control,
html.dark-mode .form-select {
  background-color: var(--bg3);
  color: var(--black);
  border-color: var(--border);
}

html.dark-mode .form-control::placeholder {
  color: var(--muted);
}
/* ===============================
GLOBAL APPLICATION
=============================== */

body{
background-color:var(--bg);
color:var(--black);
}
.blog-main-item,
.blog-info-wrap,
.sidebar,
.author,
.comment,
.bg-all-sidebar,
.audio-wrapper,
.recent-list-wrap,
.country-cat-wrap,
.cont-wrap,
.login-cont,
.search-box2{
background-color:var(--card);
border-color:var(--border);
}

h1,h2,h3,h4,h5,h6{
color:var(--black);
}

/*p,span,li{*/
/*color:var(--black2);*/
/*}*/

.date,.location,.spot-date{
color:var(--muted);
}

/* ===============================
BUTTONS
=============================== */

/*button,.btn{*/
/*background-color:var(--blue);*/
/*color:var(--white);*/
/*border-color:var(--blue);*/
/*}*/

/* ===============================
LINKS
=============================== */

a{color:var(--blue);}
a:hover{color:var(--blue);}

/* ===============================
FORMS
=============================== */

input,textarea,select,.form-control{
background-color:var(--bg2);
color:var(--black);
border-color:var(--border);
}

::placeholder{color:var(--muted);}

/* ===============================
TABLES
=============================== */

table,th,td{border-color:var(--border);}
th{background-color:var(--bg3);color:var(--black);}
td{background-color:var(--bg2);}

/* ===============================
HEADER / FOOTER
=============================== */

#nav,#header{
background-color:var(--white);
margin-bottom: -18px;
}

html.dark-mode #footer p,
html.dark-mode #footer a,
html.dark-mode #footer h3,
html.dark-mode #footer h4,
html.dark-mode #footer,
html.dark-mode #copy,
html.dark-mode #copy p{
  color: #ffffff !important;
}

/* ===============================
SCROLLBAR
=============================== */

::-webkit-scrollbar{width:10px;}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:var(--border3);border-radius:6px;}

/* ===============================
END – DARK MODE WORKS
=============================== */

/*.container{*/
/*    width: 1200px;*/
/*}*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Inter Tight", sans-serif; */
    /* font-family: "Montserrat", sans-serif; */
    /*font-family: "Plus Jakarta Sans", sans-serif;*/
    /*font-family: "Source Sans 3", sans-serif;*/
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}
body{
    background-color: var(--bg);
}


.container2{
    max-width: 1000px;
    margin: 0 auto;
}

/********* Back To Top Button Start *********/
#top{
    display: inline-block;
    background-color: var(--blue);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  #top::after {
    /*content: "\f102";*/
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: var(--white);
  }
  #top:hover {
    cursor: pointer;
    background-color: var(--black);
  }
  #top:active {
    background-color: var(--black);
  }
  #top.show {
    opacity: 1;
    visibility: visible;
  }

/********* Back To Top Button End *********/

/********* Header Section Start *********/


#nav{
    width: 100%;
    overflow: hidden;
}
#nav .logo a{
    color: var(--blue);
    font-weight: 700;
    text-decoration: none;
    transition: .4s ease-in-out;
}
#nav .logo a h1{
    font-weight: 600;
}
#nav .logo a:hover{
    color: var(--yellow);
}
#nav .menu ul{
    justify-content: right;
    display: flex;
}
#nav .menu ul li{
    padding: 10px;
    list-style: none;
}
#nav .menu ul li a{
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: var(--blue);
    margin: 0 10px;
    position: relative;
    transition: .4s ease-in-out;
}
#nav{
    /* position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); */
    z-index: 999999999;
    background-color: var(--white);
    margin: 0 auto !important;
    transition: .4s ease-in-out;
}
.nav-img{
    filter: brightness(0) saturate(100%) invert(42%) sepia(1%) saturate(133%) hue-rotate(314deg) brightness(92%) contrast(83%);
}
html.dark-mode .nav-img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(211deg) brightness(104%) contrast(103%);
}
#header .logo .logo-icon{
    width: 30px;
    height: 30px;
    background-color: var(--blue);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .logo .logo-icon i{
    color: var(--white);
    font-size: 19px;
}
#header .logo .logo-text{
    color: var(--black);
    margin-bottom: 0;
    font-weight: 700;
    font-size: 28px;
    margin-top: 1px;
    background: linear-gradient(90deg, #5029ec, #f76031);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    /*font-family: "Noto Sans", sans-serif;*/
    /*font-family: "Albert Sans", sans-serif;*/
}
#header .logo .logo-text span{
    color: var(--blue);
    margin-left: 2px;
    font-weight: 500;
}

.menu-color{
    background-image: none !important;
    background-color: var(--white) !important;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3);
}
.col-black{
    color: var(--black) !important;
}
.logo-white img{
    filter: none !important;
}

/********* Header Section End *********/


/********* Blog Listing Section Start *********/


.blog-main-item{
        border: none;
        box-shadow: 0 0px 32px 0 rgba(22, 22, 22, .1);
        border-radius: 20px;
        padding: 15px;
        margin-bottom: 25px;
    }

    .blog-main-item-img img,
    .blog-main-item-img video,
    .blog-main-item-img iframe{
        width:100%;
        height:100%;
        display:block;
        object-fit:cover;
        border-radius: 14px;
        border:0;
    }

    .blog-main-item-img iframe{
        height: 240px;
        background:#000;
    }


.blog-info-wrap{
    background-color: var(--card);
    padding: 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.blog-info-wrap .blog-info-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border4);
    border-radius: 50%;
}
.blog-info-wrap .blog-info-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-info-wrap ul{
    display: flex;
    gap: 3px;
}

.blog-info-wrap ul li{
    list-style: none;
    font-size: 15px;
    color: var(--yellow);
}
.blog-info-wrap h1{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--black);
    transition: .4s ease-in-out;
}
.blog-info-title a{
    text-decoration: none;
    transition: .4s ease-in-out;
}
.blog-info-title .tagline{
    line-height: 1.1;
    font-size: 15px;
    margin-bottom: 5px;
}
.blog-info-title a:hover h1{
    color: var(--blue);
}
.blog-info-title .sub-head{
    color: var(--side-head);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 5px;
    display: inline-block;
}
.blog-info-wrap .blog-btn a{
    display: inline-block;
    padding: 6px 20px;
    margin: 7px 0;
    width: 100%;
    width: 170px;
    color: var(--blue);
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid var(--blue);
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    transition: .4s ease-in-out;
}
html.dark-mode .blog-info-wrap .blog-btn a{
    color: #ffffff;
    border-color: #fff;
}
.blog-info-wrap .mobile-share button{
    display: inline-block;
    padding: 6px 20px;
    margin: 7px 0;
    width: 100%;
    /*width: 150px;*/
    color: var(--blue);
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid var(--blue);
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    transition: .4s ease-in-out;
}
.blog-info-wrap .mobile-share button:hover{
    color: var(--white);
    background-color: var(--black);
    border-color: var(--blue);
}
.blog-info-wrap .visit-website-wrap a{
    display: inline-block;
    padding: 6px 20px;
    margin: 7px 0;
    width: 100%;
    /*width: 150px;*/
    color: var(--blue);
    border-radius: 50px;
    background-color: transparent;
    border: 1px solid var(--blue);
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    transition: .4s ease-in-out;
}
html.dark-mode .blog-info-wrap .visit-website-wrap a{
    color: #ffffff;
    border-color: #fff;
}
.blog-info-wrap .visit-website-wrap a:hover{
    color: var(--white);
    background-color: var(--black);
    border-color: var(--blue);
}
html.dark-mode .blog-info-wrap .visit-website-wrap a:hover{
    color: #000;
    border-color: #fff;
}
html.dark-mode .blog-info-wrap .mobile-share button{
    color: #ffffff;
    border: 1px solid #ffffff;
}
html.dark-mode .blog-info-wrap .mobile-share button:hover{
    color: #000000;
    border-color: #ffffff;
}
.blog-info-wrap .blog-btn-2 a{
    color: var(--blue);
    background-color: transparent;
}
.blog-info-wrap .blog-btn a:hover{
    color: var(--white);
    background-color: var(--black);
    border-color: var(--blue);
}
html.dark-mode .blog-info-wrap .blog-btn a:hover{
    color: #000000;
    background-color: var(--black);
    border-color: var(--black);
}
.blog-main-item-img iframe{
    height: auto !important;
    aspect-ratio: 16 / 9;
}
.blog-info-stat-wrap{
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog-info-stat-wrap span{
    display: inline-block;
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 13px;
    background-color: var(--card3);
}
.blog-info-des{
    font-size: 15px;
    color: var(--sub-text);
}
#blog-info-main #navTab .nav-link{
    color: var(--muted3);
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    border: none;
    padding: 2px 10px;
    border-bottom: 3px solid transparent;
    margin-right: 15px;
    text-transform: capitalize;
    background-color: transparent;
    transition: .4s ease-in-out;
}
#blog-info-main #navTab .nav-link:hover{
    border-bottom: 3px solid var(--muted3);
}
#blog-info-main #navTab{
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    border-bottom: none;
    margin-bottom: 0;
}
#blog-info-main #navTab .nav::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

#blog-info-main #navTab .nav-link.active{
    color: var(--black);
    font-weight: 600;
    border-bottom: 3px solid var(--blue);
}

.blog-main-item{
    overflow: hidden;
    display: flex;
    gap: 15px;
    background-color: var(--card);
}
.blog-main-item.blog-item-grid{
    flex-direction: column;
}
.blog-main-item-img{
    width: 300px;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: relative;
    border: 1px solid var(--border4);
    transition: .4s ease-in-out;
}
.blog-item-grid .blog-main-item-img{
    width: 100%;
}


/* Exact 25px spacing between grid cards */
#grid-tab-pane .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  margin-top: 0;
}

/* Equal height columns */
#grid-tab-pane .row > [class*="col"] {
  display: flex;
}

/* Card stretch */
#grid-tab-pane .blog-main-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#grid-tab-pane .blog-main-item p{
  margin-bottom: 0 !important;
}

#grid-tab-pane #blog-info-main{
    padding-bottom: 30px !important;
}


/* Uniform image height */
#grid-tab-pane .blog-main-item-img img,
#grid-tab-pane .blog-main-item-img video,
#grid-tab-pane .blog-main-item-img iframe {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* Grow text area */
#grid-tab-pane .blog-main-item-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Push bottom stats down */
#grid-tab-pane .blog-main-item-text .d-flex:last-child {
  margin-top: auto;
}


#StyleTab{
    border:1px solid #cfd8e3;
    border-radius:40px;
    overflow:hidden;
    width:fit-content;
    background:#fff;
    margin-left: auto;
    margin-top: -50px;
}
#StyleTab .nav-link{
    border:0 !important;
    background:transparent;
    padding:5px 16px;
    color:#6c757d;
    border-radius: 0;
}
#StyleTab .nav-item + .nav-item{
    border-left:1px solid #cfd8e3;
}
#StyleTab .nav-link.active{
    background:#cfe6ff;
    color:#0d6efd;
}
#StyleTab i{
    font-size:16px;
}

html.dark-mode #StyleTab{
    border-color: #939395;
    background: transparent;
}
html.dark-mode #StyleTab .nav-link.active{
    background:var(--card3);
    color:#fff;
}
html.dark-mode #StyleTab .nav-link{
    color:var(--muted3);
}
html.dark-mode #StyleTab .nav-item + .nav-item{
    border-left:1px solid #939395;
}


.StyleTabClass{
    border:1px solid #cfd8e3;
    border-radius:40px;
    overflow:hidden;
    width:fit-content;
    background:#fff;
    margin-left: auto;
    margin-top: -50px;
}
.StyleTabClass .nav-link{
    border:0 !important;
    background:transparent;
    padding:5px 16px;
    color:#6c757d;
    border-radius: 0;
}
.StyleTabClass .nav-item + .nav-item{
    border-left:1px solid #cfd8e3;
}
.StyleTabClass .nav-link.active{
    background:#cfe6ff;
    color:#0d6efd;
}
.StyleTabClass i{
    font-size:16px;
}

html.dark-mode .StyleTabClass{
    border-color: #939395;
    background: transparent;
}
html.dark-mode .StyleTabClass .nav-link.active{
    background:var(--card3);
    color:#fff;
}
html.dark-mode .StyleTabClass .nav-link{
    color:var(--muted3);
}
html.dark-mode .StyleTabClass .nav-item + .nav-item{
    border-left:1px solid #939395;
}

.blog-main-item-cat{
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
}
.blog-main-item-cat span{
    display: inline-block;
    text-align: center;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 50px;
    background-color: var(--button1-bg);
    color: var(--button1-text);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
    transition: .4s ease-in-out;
}
.auth-name a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--blue) !important;
}
.cir{
    font-size: 5px;
    color: var(--text-color);
    opacity: 0.3;
    transform: translateY(2.3px);
    
}
.blog-main-item-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    transition: .4s ease-in-out;
}
.blog-main-item-img video{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.blog-main-item a{
    text-decoration: none;
}
#cats .blog-main-item  .read-more-link{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
#cats .blog-main-item .read-more-link:hover{
    text-decoration: underline !important;
}
#cats .blog-main-item-text a.read-more-link{
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
#cats .blog-main-item-text a.read-more-link:hover{
    text-decoration: underline !important;
}
.blog-main-item a:hover h2{
    color: var(--blue);
}
.blog-main-item a:hover img{
    transform: scale(1.08);
}
.blog-main-item a:hover .cat-det{
    background-color: var(--black);
}
html.dark-mode .blog-main-item a:hover .cat-det{
    background-color: #000000;
}
.blog-main-item a:hover .blog-main-item-img{
    border-color: var(--blue);
}
.blog-main-item h2{
    color: var(--black);
    padding: 3px 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
    transition: .4s ease-in-out;
}
.blog-main-item p{
    color: var(--muted) !important;
    font-size: 14px;
    margin-bottom: 12px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blog-main-item .summary-text{
    
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.bookmark a{
    color: var(--book-a);
    font-size: 17px;
    transition: .3s ease-in-out;
}
.bookmark a:hover{
    color: rgb(58, 81, 213);
}
.date{
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    color: var(--date-color);
}
.blog-item-cat a span{
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid var(--blue);
    border-radius: 50px;
    font-size: 11px;
    color: var(--blue);
    /*max-width: 150px;*/
    text-align: center;
    transition: .4s ease-in-out;
}
.blog-item-cat a:hover span{
    background-color: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}
html.dark-mode .blog-item-cat a:hover span{
    color: #ffffff;
}
.blog-item-stat{
    font-size: 13px;
    color: var(--muted3);
}
.blog-main-item{
    padding: 16px;
    border: 1px solid var(--border2);
}
.bookmark-btn.active i{
    color: rgb(58, 81, 213) !important;
}
/*.blog-main-wrap .blog-main-item:last-of-type{*/
/*    border-bottom: none;*/
/*}*/
.load-more-wrap a{
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    background-color: transparent;
    color: var(--blue);
    border: 1px solid var(--blue);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    transition: .4s ease-in-out;
}
.load-more-wrap a:hover{
    background-color: var(--blue);
    color: var(--white);
}
#load-more-wrap{
    text-align: center;
}
#load-more-wrap a{
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    background-color: transparent;
    color: var(--blue);
    border: 1px solid var(--blue);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    transition: .4s ease-in-out;
}
#load-more-wrap a:hover{
    background-color: var(--blue);
    color: var(--white);
}
.location{
    font-size: 14px;
    color: var(--sub-text);
}
.location i{
    color: var(--blue);
}
.blog-info-social{
    margin-bottom: 8px;
}
.blog-info-social li a{
    display: inline-block;
    text-decoration: none;
    color: var(--black);
    border: 1px solid var(--border4);
    width: 30px;
    height: 30px;
    background-color: var(--card3);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    transition: .4s ease-in-out;
}
.blog-info-social li a:hover{
    background-color: var(--black);
    color: var(--white);
}
.blog-info-social li a i{
    font-size: 14px;
    /*transform: translateY(1px);*/
}

/********* Blog Listing Section End *********/

/********* Blog Details Section Start *********/


.blog-tag-head h4{
    color: rgb(130, 130, 130);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 15px !important;
}
.blog-tag{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    padding-bottom: 25px;
}
.blog-tag a{
    text-decoration: none;
    display: inline-block;
    padding: 7px 12px;
    background-color: var(--white);
    border: 1px solid var(--border2);
    font-size: 14px;
    color: var(--black);
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 3px 6px #00000029;
    white-space: nowrap;
    transition: .4s ease-in-out;
}
.blog-tag a:hover{
    border-color: rgb(58, 81, 213);
    background-color: var(--bg);
    color: rgb(58, 81, 213);
}
html.dark-mode .blog-tag a:hover{
    background-color: var(--blue);
    color: #ffffff;
}
.blog-details-main-top-wrap h1{
    font-size: 42px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
    /*font-family: "Albert Sans", sans-serif;*/
}
.blog-details-main-top-wrap h4{
    font-size: 20px;
    color: var(--muted3);
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.5;
}
.blog-details-top-pro-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--blue);
}
.blog-details-top-pro-img img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    transition: .4s ease-in-out;
}
.blog-details-top-pro-img a:hover img{
    transform: scale(1.1);
}
.blog-details-top-pro-det h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--black);
    transition: .4s ease-in-out;
}
.blog-details-top-pro-det a{
    text-decoration: none;
}
.blog-details-top-pro-det a:hover h6{
    color: var(--blue);
}
.blog-details-top-pro-det span{
    font-size: 15px;
    color: var(--muted3);
}
.blog-details-top-pro-btn a{
    display: inline-block;
    padding: 6px 25px;
    background-color: transparent;
    border: 1px solid var(--blue);
    border-radius: 50px;
    text-decoration: none;
    color: var(--blue);
    transition: .4s ease-in-out;
}
.blog-details-top-pro-btn a:hover{
    background-color: var(--blue);
    color: var(--white);
}
html.dark-mode .blog-details-top-pro-btn a:hover{
    color: #ffffff;
}
.blog-details-top-info{
    margin-bottom: 30px;
}
.blog-details-sub-top span{
    display: inline-block;
    font-size: 15px;
    color: var(--sub-text);
}
.blog-details-sub-top i{
    font-size: 5px;
    color: var(--blue);
}

.blog-details-sub-top span i{
    font-size: 15px;
    color: var(--sub-text);
}

/* heart base */
#likeBtn .span-icon {
    color: #6c757d;
    transition: color 0.2s ease;
}
#likeBtn.liked .span-icon {
    color: #e63946 !important;
}

/* animation trigger */
.heart-animate {
    animation: heartPop 0.6s ease forwards;
}

@keyframes heartPop {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    30% {
        transform: scale(1.6);
        opacity: 0.7;
    }
    60% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.blog-details-sub-top{
    margin-bottom: 30px;
}
.blog-details-thumb{
    margin-bottom: 30px;
}
.blog-details-thumb-img img{
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border2);
}
.blog-details-thumb-img video{
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border2);
}
.blog-details-thumb-img iframe{
    width: 100% !important;
    border-radius: 20px;
    border: 1px solid var(--border2);
    height: auto !important;
    aspect-ratio: 16 / 9;
}

#blog-details-main .blog-details-content h2{
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h2 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content h1{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h1 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content h3{
    font-size: 22px;
    padding-top: 20px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h3 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h4 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content h5{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h5 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content h6{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h6 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content p{
    margin-bottom: 25px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
}
#blog-details-main .blog-details-content > p:first-of-type::first-letter {
  color: var(--blue); 
  font-weight: 700;
  font-family: Georgia;
  initial-letter: 2;
  margin-right: 2px;
}
#blog-details-main .blog-details-content blockquote{
     border: 1px solid var(--border5);
    border-left: 5px solid var(--blue);
    background-color: var(--bg);
    padding: 15px 20px;
    margin-bottom: 30px;
}
#blog-details-main .blog-details-content blockquote p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: var(--muted2);
}
#blog-details-main .blog-details-content img{
    border: 1px solid var(--border4);
    width: 100% !important;
    height: auto !important;
}
#blog-details-main .blog-details-content ul{
    padding-left: 25px !important;
    margin-bottom: 30px;
    padding-left: 0;
}
#blog-details-main .blog-details-content ol{
    padding-left: 25px !important;
    margin-bottom: 30px;
    padding-left: 0;
}
#blog-details-main .blog-details-content ul li{
    list-style-type: square;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
}
#blog-details-main .blog-details-content ul li::marker{
   color: var(--blue);
}
#blog-details-main .blog-details-content table{
    width: 100% !important;
    margin-bottom: 30px;
}
#blog-details-main .blog-details-content table tr{
    padding: 10px 15px;
    border: 1px solid var(--border3);
    font-weight: 500;
}
#blog-details-main .blog-details-content table td{
    padding: 10px 15px;
    border: 1px solid var(--border3);
    font-weight: 400;
}
#blog-details-main .blog-details-content table th{
    padding: 10px 15px;
    background-color: var(--blue);
    color: var(--white);
    font-weight: 600 !important;
}
#blog-details-main .blog-details-content table th strong{
    font-weight: 600 !important;
}
/*.load-more-wrap{*/
/*    margin-top: 30px;*/
/*    margin-bottom: 15px;*/
/*    text-align: center;*/
/*}*/
.loader {
  width: 40px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue);
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}


.load-more-wrap a{
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid var(--blue);
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    background-color: transparent;
    color: var(--blue);
    text-decoration: none;
    transition: .4s ease-in-out;
}
.load-more-wrap a:hover{
    background-color: var(--blue);
    color: var(--white);
}
.load-more-wrap-2{
    margin-top: 30px !important;
    margin-bottom: 15px;
    text-align: center;
}
.load-more-wrap-2 a{
    display: block;
    padding: 11px 25px;
    border: 1px solid var(--load-dark);
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    background-color: var(--load-dark2);
    color: var(--load-dark-text);
    text-decoration: none;
    transition: .4s ease-in-out;
}
.load-more-wrap-2 a:hover{
    background-color: var(--load-dark);
}

.custom-buttons button {
  width: 30px;
  height: 30px;
  background-color: var(--card2);
  color: var(--card-icon);
  border: none;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.custom-buttons button:hover {
  background: var(--black);
  color: var(--white);
}
.slick-dots{
    bottom: -40px !important;
}
.slick-dots li{
    margin: 0;
}
.slick-dots li button:before{
    font-size: 8px;
}
.blog-more-item{
    position: relative;
}
#blog-more a{
    text-decoration: none;
}
#blog-more h4{
    color: rgb(130, 130, 130);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 25px !important;
}
.blog-more-item .blog-more-img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--border4);
    transition: .4s ease-in-out;
}
.blog-more-item .blog-more-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
.blog-more-item .blog-more-content h3{
    color: var(--black);
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  transition: .4s ease-in-out;
}
.blog-more-item .blog-more-content p{
    color: var(--muted3);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.blog-more-content span{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid var(--blue);
    border-radius: 50px;
    margin-right: 12px;
    font-size: 11px;
    color: var(--blue);
    transition: .4s ease-in-out;
}
.blog-more-content .date{
    font-size: 13px;
}
#blog-more a:hover h3{
    color: var(--blue);
}
#blog-more a:hover img{
    transform: scale(1.06);
}
#blog-more a:hover span{
    background-color: var(--blue);
    color: var(--white);
}
#blog-more a:hover .blog-more-img{
    border-color: var(--blue);
}

#main-content .accordion-item {
    border: none;
    border-bottom: 1px solid var(--border5);
    border-radius: 0 !important;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#main-content .msg-box{
    padding: 20px;
}
#main-content .msg-box span{
    display: inline-block;
    margin-bottom: 20px;
    color: var(--book-a);
    font-size: 14px;
}
#main-content .msg-box .fil-btn a{
    display: block;
    padding: 12px 25px;
    background: var(--blue);
    border-radius: 50px;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    transition: .4s ease-in-out;
}
#main-content .msg-box .fil-btn a:hover{
    background: var(--black);
}

#main-content .accordion-button {
    background: none !important;
    padding: 20px;
    font-size: 17px;
    font-weight: 400;
    color: #242424;
    box-shadow: none !important;
    position: relative;
}

#main-content .accordion-button::after {
    content: "\f078"; /* FontAwesome down arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none !important;
    transform: rotate(0deg);
    transition: 0.25s ease;
    font-size: 16px;
    color: var(--muted2);
}

#main-content .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

#main-content .accordion-button:not(.collapsed) {
    color: var(--muted2);
    background: none !important;
    box-shadow: none !important;
}

#main-content .accordion-body {
    padding: 10px 0 5px 0;
    font-size: 15px;
    color: var(--acco);
}

.accordion,
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-button,
.accordion-button.collapsed {
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    border-radius: 0 !important;
}

.accordion-button {
    box-shadow: none !important;
}
#myAccordion{
    border: none;
}
#main-content .scroll-box{
    height: 170px;
    max-height: 400px;
    overflow: auto;
    padding: 0 20px;
    padding-bottom: 10px;
}
#main-content .scroll-input{
    padding: 0 20px;
    padding-bottom: 10px;
}
#main-content .scroll-box::-webkit-scrollbar {
    width: 7px;
}
#main-content .form-control {
    background-color: #f4f6f9;
    border: 1px solid transparent;
    font-size: 15px;
    height: 50px;
    line-height: 30px;
    color: #777;
}
#main-content .form-control:focus{
    box-shadow: none;
    border-color: var(--blue);
}

#main-content .scroll-box::-webkit-scrollbar-track {
    background: transparent; 
    border-radius: 10px;
}
#main-content .scroll-box::-webkit-scrollbar-thumb {
    background: var(--border3); 
    border-radius: 10px;
}

#main-content .scroll-box::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}
#main-content ul li{
    margin: 14px 0;
    font-size: 15px;
    color: var(--main-li);
    list-style: none;
}
#main-content .form-check-input:checked {
    background-color: var(--blue);
    border-color: var(--blue);
    box-shadow: none;
}
#main-content .sidebar{
    background: #fff;
    border-radius: 1rem;
    border: 1px solid var(--border4);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 10px;
    overflow: hidden;
}
#main-content .sidebar h4 {
    font-size: 22px;
    margin-bottom: 0 !important;
    padding: 25px 20px;
    border-bottom: 1px solid var(--border6);
}












/********* Blog Details Section End *********/

/** {*/
/*  font-family: "Plus Jakarta Sans", sans-serif;*/
/*}*/
.edit-text a:hover {
    color: #fff !important;
    background-color:var(--blue);
}
.progress-container {
    position: sticky;
    top: 0;
    z-index: 99999;
  width: 100%;
  height: 4px;
  background: #ccc;
}

.progress-bar {
  height: 4px;
  background: var(--blue);
  width: 0%;
}
#bread2 a{
font-weight: 600;
text-decoration: none;
color: var(--blue);
font-size: 14px;
transition: .3s ease-in-out;
}
#bread2 a:hover{
    color: var(--blue);
}
#bread2 i{
    margin-top: 2px;
    font-size: 11px;
}
#bread2 .blog-link{
    font-weight: 400;
    font-size: 14px;
    color: var(--border2);
}
#inner-blog .blog-img{
    width: 100%;
    height: 100%;
    max-height: 500px;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid var(--border4);
}
#inner-blog .blog-img img{
    width: 600px;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#inner-blog  a{
    text-decoration: none;
}
#inner-blog  h1{
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--black);
    transition: .4s ease-in-out;
}
#inner-blog  h6{
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 35px;
    font-weight: 400;
    color: var(--muted2);
    transition: .4s ease-in-out;
}
#inner-blog .blog-text p{
    font-size: 14px;
}
#inner-blog .blog-text a{
    font-size: 14px;
    font-weight: 600;
    color: var(--black);
    transition: .4s ease-in-out;
}
#inner-blog .blog-text a:hover{
    color: var(--blue);
}
#inner-blog .fww{
    font-size: 8px;
    color: var(--blue);
}
#inner-blog h6{
    line-height: 1.5;
}
#inner-blog .blog-text span{
    color: var(--blue);
    font-weight: 600;
    font-size: 15px;
}
#inner-blog .blog-cat .blog-cat-item{
    color: var(--black);
    font-size: 15px;
    padding: 4px 10px;
    background-color: var(--white);
    border: 1px solid var(--border3);
    border-radius: 50px;
    font-weight: 400 !important;
    transition: .4s ease-in-out;
    margin-right: 5px;
}
#inner-blog .blog-cat a:hover .blog-cat-item{
    color: var(--blue);
    border-color: var(--blue);
}

#inner-blog .sidebar h5{
    font-weight: 600;
    font-size: 18px;
}
#inner-blog .bg-all-sidebar{
    background-color: var(--white);
    box-shadow: 0px 5px 20px 0px rgba(114, 114, 255, 0.2);
    border-radius: 20px;
    padding: 22px;
    margin-bottom: 35px;
}
#inner-blog .bg-all-sidebar .side-head{
    color: var(--side-head);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#inner-blog .categories a{
    color: var(--muted2);
    font-weight: 500;
    font-size: 15px;
    padding: 10px 12px;
    transition: .4s ease-in-out;
}
#inner-blog .categories .accordion-header{
    background-color: transparent;
    border: 1px solid var(--border2);
}
#inner-blog .categories a:hover{
    border-color: var(--blue);
    color: var(--blue);
}
#inner-blog .categories a i{
    color: var(--blue);
}

#inner-blog .tags a{
    color: var(--muted2);
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid var(--bg);
    background-color: var(--bg);
    transition: .4s ease-in-out;
}
#inner-blog .tags a:hover{
    color: var(--blue);
    border-color: var(--blue);
}
#inner-blog .r-post img{
    width: 100px;
    height: 65px;
    margin-right: 15px;
    border-radius: 8px;
    object-fit: cover;
}
#inner-blog .r-post h6{
    font-size: 15px;
    line-height: 1.35;
    color: var(--black2);
    padding-right: 10px;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: .4s ease-in-out;
}
#inner-blog .r-post{
    border-bottom: 1px solid var(--border-5);
}
#inner-blog .r-post:last-of-type{
    border-bottom: none;
    padding-bottom: 0 !important;
}
#inner-blog .r-post a:hover h6{
    color: var(--blue);
}
#inner-blog .recent{
    position: sticky;
    top: 20px;
}

/* Base TOC styles */

#tocList li a {
    text-decoration: none;
    display: block;
    color: var(--acco-dark);
    transition: color 0.3s ease;
}
#tocList li {
    list-style: none;
}

#tocList li a:hover {
    color: var(--blue);
}

/* Hierarchy Styling */
#tocList .toc-h1 a {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 0;
}

#tocList .toc-h2 a {
    font-weight: 600;
    font-size: 15px;
    padding-left: 0;
    color: var(--acco);
    margin-bottom: 10px;
}

#tocList .toc-h3 a {
    font-weight: 500;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 7px;
    color: var(--muted2);
}
#tocList .toc-h3 {
  margin-left: 20px;
  position: relative;
}
#tocList .toc-h3::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--muted2);
  opacity: 0.5;/* your preferred color */
  font-size: 12px;
  line-height: 1.2;
}

#tocList .toc-h4 a {
    font-weight: 500;
    font-size: 12.5px;
    padding-left: 40px;
    margin-bottom: 7px;
}

#tocList .toc-h5 a {
    font-weight: 400;
    font-size: 12px;
    padding-left: 40px;
    margin-bottom: 7px;
}

#tocList .toc-h6 a {
    font-weight: 400;
    font-size: 11.5px;
    padding-left: 50px;
    margin-bottom: 7px;
}
#tocList li a.active {
    color: var(--blue);
    font-weight: 700;
}
.table-of-content{
    position: sticky;
    top: 20px;
}
.author{
    background-color: var(--white);
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}
.author .auth-img img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--blue);
}
.author h5{
    color: var(--blue);
    font-size: 20px;
    font-weight: 700;
    transition: .3s ease-in-out;
}
.author .auth-text a{
    display: inline-block;
}
.author .auth-text a:hover h5{
    color: var(--blue);
}
.author h6{
    font-size: 16px;
    font-weight: 600;
}
.author p{
    font-size: 14.5px;
    color: var(--muted2);
}
.author ul{
    display: flex;
    gap: 5px;
    align-items: center;
}
.author ul li{
    list-style: none;
}
.author ul li a{
    color: var(--border3);
    font-size: 20px;
    padding: 5px;
    transition: .3s ease-in-out;
}
.author ul li a:hover{
    color: var(--blue);
}
.comment{
    background-color: var(--white);
    border-radius: 20px;
    border: 1px solid var(--border3);
}
.comment .form-control:focus{
    box-shadow: none;
    border-color: var(--blue);
}
.comment button{
    padding: 8px 16px !important;
    background-color: var(--blue) !important;
}
.comment button:hover{
    border-color: var(--black);
    background-color: var(--black) !important;
}
html.dark-mode .comment button:hover{
    border-color: #ffffff;
    background-color: #ffffff !important;
    color: #000000;
}
.reply-form {
    background-color: var(--white);
    border-radius: 8px;
    padding: 10px;
}
.comment, .reply {
    /*background-color: #f9f9f9;*/
    /*border-radius: 10px;*/
}
.comment h4{
    color: rgb(130, 130, 130);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 25px !important;
}

.reply small {
    font-size: 0.85rem;
}
.t-link a{
    background-color: transparent !important;
    border: none !important;
    font-size: 16px !important;
}
.t-link a:hover{
    background-color: var(--bg) !important;
}
.toc{
    width: 300px !important;
    padding: 0;
}
.right-sidebar{
    padding: 0;
    width: 320px;
}
.tab-list{
    display: none;
    cursor: pointer;
    font-size: 22px;
    transition: .3s ease-in-out;
}
.tab-list:hover{
    color: var(--blue);
}
 #extraFields.hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
  }

  /* Show smoothly when active */
  #extraFields.show {
    opacity: 1;
    max-height: 500px; /* enough space for all fields */
    transition: all 0.4s ease;
  }
  
 /********* Home Banner Section Start *********/

#banner{
    padding: 49px 0;
    /*background: #57C785;*/
    /*background: linear-gradient(0deg,rgba(87, 199, 133, 0) 0%, rgba(0, 61, 130, 0.5) 50%, rgba(0, 61, 130, 1) 100%);*/
    background-color: var(--banner-blue);
}
#banner h1{
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 45px;
}
.word-slider {
  display: inline-block;
  height: 57px;
  position: relative;
  overflow: hidden;
  vertical-align: bottom;
  transition: width 0.4s ease;
}

.word-slider .word {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.5s ease, opacity 0.5s ease;
  white-space: nowrap;
}

.word-slider .word.current {
  opacity: 1;
  transform: translateY(0);
}

.word-slider .word.prev {
  opacity: 0;
  transform: translateY(-30px);
}
#banner p{
    color: var(--white);
    opacity: 0.7;
    font-size: 17px;
    margin-bottom: 25px;
}
#banner .ban-btn{
    display: flex;
    justify-content: center;
}

#banner .ban-btn a{
    display: inline;
    text-decoration: none;
    /*padding: 8px 25px;*/
    padding: 5px 12px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    border-radius: 10px;
    color: var(--black);
    transition: .4s ease-in-out;
}
#banner .ban-btn a:hover{
    background-color: var(--black);
    color: var(--white);
}
#banner .ban-btn a i{
    margin-left: 10px;
    color: var(--blue);
    font-size: 25px;
    transition: .4s ease-in-out;
}
#banner .ban-btn a:hover i{
    color: var(--white);
}
#banner .ban-btn{
    display: inline-block;
}

.Country-select {
    text-decoration: none;
}
.Country-select i {
    font-size: 16px;
    color: var(--muted2);
    /*transform: translateY(2px);*/
}
.coun-link {
    text-decoration: none;
    color: var(--black);
    transition: .4s ease-in-out;
}
.coun-link:hover{
    color: var(--blue);
}
.coun-link:hover .contry-head-wrap{
    border-color: var(--blue);
}
.contry-head-wrap.active{
    background-color: var(--load-dark) !important;
    border-color: var(--blue) !important;
    color: var(--black) !important;
}
html.dark-mode .contry-head-wrap.active{
    border-color: #e2e2e2 !important;
    background: rgba(255, 255, 255, 0.2) !important;
}
.contry-head-wrap {
    margin: 4px 0;
    padding: 8px 12px;
    background-color: var(--white);
    border: 1px solid var(--border2);
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: .4s ease-in-out;
}
#selectedCountryFlag{
    width: 37px;
    height: 25px;
}
.flags img{
    width: 32px;
    height: 21px;
}
.flags .flag-icon-wrap{
    width: 32px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flags .flag-icon-wrap i{
    font-size: 20px;
}
 
 /********* Home Banner Section End *********/
 
 #latest{
     background-color: var(--white);
     box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1);
 }
 #latest a{
     text-decoration: none;
     color: var(--black);
     font-size: 14px;
     font-weight: 400;
     transition: .4s ease-in-out;
 }
 #supermarquee{
     display: flex;
     padding: 8px 0;
     align-items: center;
 }
 #supermarquee i{
     font-size: 5px;
     color: var(--blue);
 }
 #latest a:hover{
     display: flex;
     color: var(--blue);
 }
 #latest .marq-wrap{
     position: relative;
     overflow: hidden;
 }
  #latest .lat,
#latest .lat2{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;

  display: flex;
  align-items: center;

  font-weight: 700;
  font-size: 15px;
  color: var(--black);

  pointer-events: none;
}
#latest .lat{
  left: 0;
  /*padding-left: 16px;*/
  padding-right: 90px; /* space before marquee */
}

#latest .lat2{
  right: 0;
  padding-right: 16px;
  padding-left: 80px; /* space after marquee */
}

#latest .lat::before,
#latest .lat2::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;

  opacity: 1;
  transition: opacity 0.35s ease;
}

#latest .lat::before{
  background: linear-gradient(
    90deg,
    var(--lat-bg) 0%,
    var(--lat-bg) 50%,
    transparent 100%
  );
}

#latest .lat2::before{
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--lat-bg) 50%,
    var(--lat-bg) 100%
  );
}
.theme-transition #latest .lat::before,
.theme-transition #latest .lat2::before{
  opacity: 0.85;
}
#latest .lat::before,
#latest .lat2::before{
  transition: opacity 0.5s ease;
}
 
 
  :root {
    --plyr-color-main: var(--blue); /* change this */
  }
/* Clean thick progress bar */
.plyr__progress input[type=range] {
  appearance: none;
  height: 10px;
  border-radius: 6px;
  background: #e5e7eb; /* light grey */
}

/* Played part */
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  height: 10px;
  border-radius: 6px;
}

/* Progress fill */
.plyr__progress input[type=range]::-webkit-slider-thumb {
  appearance: none;
  width: 0;
  height: 0;
}

/* Firefox */
.plyr__progress input[type=range]::-moz-range-track {
  height: 10px;
  border-radius: 6px;
  background: var(--blue) !important;
}

.plyr__progress input[type=range]::-moz-range-progress {
  height: 10px;
  border-radius: 6px;
  background: var(--blue) !important;

}
 .plyr__title {
    font-size: 14px;
    font-weight: 600;
  }

  .plyr__progress input[type=range] {
    height: 10px;
    border-radius: 6px;
  }

  .plyr__progress input[type=range]::-webkit-slider-thumb {
    appearance: none;
    width: 0;
    height: 0;
  }
  .audio-wrapper {
      background-color: var(--white);
      box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
  border-radius: 12px;
}
.plyr {
  --plyr-audio-controls-background: var(--bg4); /* your color */
  border-radius: 8px;
}
.plyr--audio .plyr__title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-right: auto; /* pushes controls right */
}
.custom-audio-title {
  font-size: 13px;
  font-weight: 500;
  margin-right: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
 
  /********* Category Section Start *********/
  
  
  .small-head{
      color: var(--small-label);
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.1px;
      margin-bottom: 25px;
  }
  .cat-img{
      width: 90px;
      height: auto;
      overflow: hidden;
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      border: 1px solid var(--border2);
  }
  .cat-img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .4s ease-in-out;
  }
  .cat-name{
      font-weight: 600;
      text-align: center;
      color: var(--c-black-80);
      font-size: 14px;
      margin-top: 10px;
      transition: .4s ease-in-out;
  }
  #cat a{
      text-decoration: none;
  }
  #cat a:hover img{
      transform: scale(1.05);
  }
  #cat a:hover .cat-name{
      color: var(--blue);
  }
  
  .sidebar .custom-check {
  accent-color: var(--blue);
}
  
   /********* Category Section End *********/
   
   .spot-cat{
       color: var(--blue);
       font-weight: 700;
      text-transform: uppercase;
      font-size: 11px;
      margin-bottom: 5px;
   }
   .spot-title{
       color: var(--black);
       font-weight: 600;
       font-size: 15px;
        display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 1.3;
  transition: .4s ease-in-out;
   }
   .spot-date{
       color: var(--muted3);
       font-size: 13px;
   }
   .spot-img{
       width: 100px;
       height: auto;
       aspect-ratio: 6 / 5;
       border-radius: 10px;
       border: 1px solid var(--border2);
       overflow: hidden;
   }
   .spot-img img{
       width: 100%;
       height: 100%;
       object-fit: cover;
       transition: .4s ease-in-out;
   }
   .spot-item{
       margin-top: 15px;
       padding-bottom: 15px;
       border-bottom: 1px solid var(--border4);
   }
   .spot-wrap a{
       text-decoration: none;
   }
   .spot-wrap a:hover .spot-title{
       color: var(--blue);
   }
   .spot-wrap a:hover img{
       transform: scale(1.05);
   }
   .spotlight{
       position: sticky;
       top: 30px;
   }
   
   .cont-wrap a{
       text-decoration: none;
       padding: 5px 0;
   }
   .cont-wrap .cont-img{
       width: 30px;
       height: 30px;
       overflow: hidden;
       border-radius: 50%;
       border: 1px solid var(--blue);
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .cont-wrap .cont-img img{
       width: 100%;
       height: 100%;
       object-fit: cover;
   }
   .cont-wrap .cont-icon img{
       width: 21px;
       transform: translateY(-3px);
   }
    .cont-wrap p{
       font-size: 14px;
       color: var(--black);
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;  
        overflow: hidden;
       font-weight: 500;
       max-width: 200px;
       transition: .4s ease-in-out;
   }
   .cont-wrap span{
           color: var(--muted3);
            font-size: 12px;
   }
   .cont-wrap i{
        color: var(--blue);
        font-size: 14px;
   }
   .cont-wrap .cont-icon i{
       color: yellow;
   }
   .cont-item{
       margin-top: 6px;
        padding-bottom: 6px;
   }
   .cont-wrap a:hover p{
       color: var(--blue);
   }
   .globe-main{
       font-size: 22px !important;
       transform: translateY(10px) !important;
       margin-top:20px;
   }
   .cont-wrap{
       box-shadow: 0 0px 32px 0 rgba(22, 22, 22, .1);
        border-radius: 20px;
        padding: 15px;
        position: relative;
   }
   .search-wrapper2 {
    max-width: 700px;
    margin: 0 auto;
    }
    .search-box2 {
    width: 80%;
    margin: 0 auto;
    position: relative;
    background: transparent;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.search-input2 {
    border: 1px solid var(--blue);
    box-shadow: 0 0 15px 0 rgba(57, 107, 255, 0.3);
    border-radius: 30px;
    padding: 12px 25px;
    padding-right: 50px;
    width: 100%;
    transition: all 0.3s ease;
}
.search-icon2 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--blue);
    transition: all 0.3s ease;
}



/* PANEL VISIBILITY */
.panel{
    display:none;
}
.panel.active{
    display:block;
}


/* ===============================
   GRID / LIST LAYOUT
================================ */

/* GRID */
#content.grid.cols-3 .panel.active .blog-main-wrap{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:5px 25px;
}

#content.grid.cols-2 .panel.active .blog-main-wrap{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:5px 25px;
}

/* LIST */
#content.list .panel.active .blog-main-wrap{
    display:block;
}
#content.grid .blog-main-item{
    flex-direction: column;
}
#content.grid .blog-main-item-img{
    width: 100%;
}
/* PANEL ANIMATION */
.panel{
    display:none;
    opacity:0;
    transform:translateY(12px);
}

/* active panel animated */
.panel.active{
    display:block;
    animation: panelFade .4s ease forwards;
}



/* animation keyframe */
@keyframes panelFade{
    from{
        opacity:0;
        transform:translateY(25px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
/* Smooth layout transition */
.blog-main-wrap{
    transition: opacity .18s ease;
}

/* hide during layout swap */
.layout-switching{
    opacity:0;
}


/* BUTTON LOOK */
.simple-tabs button{
  color: var(--muted3);
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
    border: none;
    padding: 2px 10px;
    border-bottom: 3px solid transparent;
    margin-right: 15px;
    text-transform: capitalize;
    background-color: transparent;
    transition: .4s ease-in-out;
}
.simple-tabs button:hover{
    border-bottom: 3px solid var(--muted3);
}
.simple-tabs button.active{
  color: var(--black);
    font-weight: 600;
    border-bottom: 3px solid var(--blue);
}
.simple-tabs{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.simple-tabs::-webkit-scrollbar{
  height:5px;
}

.simple-tabs::-webkit-scrollbar-track{
  background:transparent;
  border-radius:10px;
}

.simple-tabs::-webkit-scrollbar-thumb{
  background:#e2e2e2;
  border-radius:10px;
}

.simple-tabs::-webkit-scrollbar-thumb:hover{
  background:#c2c2c2;
}

.custom-tooltip .tooltip-inner{
    background: #737373;
    color:#fff;
    font-size:12px;
    padding:6px 8px;
    border-radius:6px;
    font-weight:500;
}

/* arrow color */
.custom-tooltip .tooltip-arrow::before{
    border-bottom-color:#737373 !important;
    border-top-color:#737373 !important;
}

#blog-info-main #navTab .nav::-webkit-scrollbar {
  width: 10px;
  height: 0;
}
.layout-switch{
    border:1px solid #cfd8e3;
    border-radius:40px;
    overflow:hidden;
    width:fit-content;
    background:#fff;
    margin-left: auto;
    margin-top: -50px;
}
.layout-switch button{
    border:0 !important;
    background:transparent;
    padding:5px 16px;
    color:#6c757d;
    border-radius: 0;
}
.layout-switch button + button{
    border-left:1px solid #cfd8e3;
}
.layout-switch button.active{
    background:#cfe6ff;
    color:#0d6efd;
}
.layout-switch i{
    font-size:16px;
}

html.dark-mode .layout-switch{
    border-color: #939395;
    background: transparent;
}
html.dark-mode .layout-switch button.active{
    background:var(--card3);
    color:#fff;
}
html.dark-mode .layout-switch button{
    color:var(--muted3);
}
html.dark-mode .layout-switch button + button{
    border-left:1px solid #939395;
}


.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid var(--blue);
  border-right: none;
  padding: 5px 10px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  background: #f7f7f7;
  outline: none;
  font-size: 15px;
  color: var(--black);
}
html.dark-mode .searchTerm{
    background: transparent;
}

.searchTerm:focus{
  color: var(--black);
}

.searchButton {
  width: 40px;
  height: 40px;
  border: 1px solid var(--blue);
  background: var(--blue);
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 18px;
  transition: .4s ease-in-out;
}
.searchButton:hover{
    background-color: var(--black);
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 100%;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
}
.cont-wrap .wrap i{
    color: #fff;
    transition: .4s ease-in-out;
}
html.dark-mode .searchButton:hover i{
    color: var(--blue);
}

.panel {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease;
}

/* Activated panel */
.panel.active-ready {
    opacity: 1;
    transform: translateY(0);
}

.prestyle-grid #content { visibility:hidden }
.prestyle-list #content { visibility:hidden }


.slide-wrap {
  visibility: hidden;
  min-height: 100px;
}

.slide-wrap.slick-initialized {
  visibility: visible;
}

.mobile-top-menu-wrap{
    position: relative;
}
.mobile-top-menu-cat-item{
    position: absolute;
    top: 165%;
    width: 100%;
    z-index: 998;
    background-color: var(--card);
}
.mobile-top-menu-cat-item .user-category{
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
#mobile-top-menu{
    padding: 15px 0;
    background-color: var(--card);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 999;
}
#mobile-top-menu .mobile-top-menu-cat button{
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 3px;
    font-weight: 600;
    color: var(--black);
}
#mobile-top-menu .mobile-top-menu-cat button i{
    margin-right: 8px;
    width: 12px;
    height: 14px;
}
#mobile-top-menu .mobile-top-menu-search{
    position: relative;
}
#mobile-top-menu{
    display: none;
}
.mobile-top-menu-search .wrapper{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.mobile-top-menu-search .searchbox{
  position: relative;
}

.mobile-top-menu-search .searchbox .input{
  width: 0px;
  border: 0px;
  height: 35px;
  padding: 0;
  border-radius: 50px;
  box-shadow: 0 0 15px 1px #b6bbc0;
  outline: none;
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.5s linear;
}

.mobile-top-menu-search .searchbtn{
  position: absolute;
  top: 0;
  right: -1px;
  background: #f2f2f2;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s 0.6s linear;
}
html.dark-mode .mobile-top-menu-search .searchbtn{
  background: var(--card3);
}

.mobile-top-menu-search .searchbtn .fas{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: var(--blue);
  font-size: 18px;
  transition: all 0.5s 0.6s linear;
}
html.dark-mode .mobile-top-menu-search .searchbtn .fas{
  color: #fff;
}

/* jquery class */
.mobile-top-menu-search .searchbtn.bg-green{
  background: var(--blue);
  transition: all 0.2s linear;
}

.mobile-top-menu-search .searchbtn .fas.color-white{
  color: #fff;
  transition: all 0.2s linear;
}

.mobile-top-menu-search .searchbox .input.active-width{
  
  padding: 10px 15px;
}

.mobile-top-menu-cat-item {
    display: none;
}

.mobile-top-menu-cat-item.active {
    display: block;
}



/* =========================
   CATEGORY DIRECTORY
   Banner + Sections CSS
   Use with Bootstrap 5
========================= */

:root{
  --gz-primary:#0b3a77;
  --gz-text:#0f172a;
  --gz-muted:#64748b;
  --gz-border:#e5e7eb;
  --gz-bg:#ffffff;

  /* Banner */
  --gz-hero:#f6e1c8;        /* beige like screenshot */
  --gz-hero-soft:#f9ecd9;
}

/* ---------- Banner ---------- */
#inner-banner{
    margin-top: 18px;
  /*background: linear-gradient(180deg, var(--gz-hero) 0%, var(--gz-hero-soft) 100%);*/
  background-color: #ebf2fc;

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding: 17px 0;
}
#inner-banner .search-wrapper2{
    margin-top: 20px !important;
}
#inner-banner .search-input2{
    padding: 8px 25px;
}
html.dark-mode #inner-banner{
    background-color: var(--banner-blue);
}
#inner-banner .container-fluid{
  padding: 0 !important;
}
@keyframes ban {
          0%   {background-position: top;}
          50%  {background-position: bottom;}
          100% {background-position: top;}
        }
#inner-banner h1{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--blue);
  margin-bottom: 10px;
}
html.dark-mode #inner-banner h1{
    color: #ffffff;
}
#inner-banner p{
  color: var(--muted);
  opacity: 0.7;
  font-size: clamp(.95rem, 1.3vw, 1.1rem);
  max-width: 720px;
  margin: 0 auto;
}

/* ---------- Section Wrapper ---------- */
#cats{
  background: var(--white);
}
#cats h3{
  font-size: 23px;
  font-weight: 600;
  color: var(--cat-text);
}
#cats a{
  text-decoration: none !important;
  /*color: inherit;*/
}

/* ---------- Pill Cards (Categories / Locations) ---------- */
.country-cat-wrap a{
    padding: 10px 12px;
    display: block;
}
.country-cat-wrap{
  background: var(--card);
  border:1px solid var(--border2);
  border-radius: 6px;                 /* pill-ish like screenshot */
  transition: .4s ease-in-out;
  box-shadow: 0 1px 0 rgba(15,23,42,0.02);
}
.country-cat-wrap:hover{
  border-color: var(--cat-border-hover);
  box-shadow: 0 10px 24px rgba(2,6,23,0.08);
  transform: translateY(-1px);
}
.country-cat-wrap h2{
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: var(--cat-text);
  display: flex;
  align-items: center;
  gap: 3px;
}
.country-cat-wrap i{
  color: var(--cat-text);
  font-size: 1rem;
  margin-top: 1px;
}

/* Make the category/location grid align like screenshot */
#cats .row.mb-2.mb-lg-5{
  row-gap: 12px;
}

/* ---------- Recent Listing Card ---------- */
.recent-list-wrapper{
  display: block;
}
.recent-list-wrap{
  background:#fff;
  border:1px solid var(--gz-border);
  border-radius: 12px;
  overflow: hidden;
  transition: .18s ease;
  box-shadow: 0 1px 0 rgba(15,23,42,0.02);
}
.recent-list-wrap:hover{
  border-color: rgba(11,58,119,0.35);
  box-shadow: 0 12px 26px rgba(2,6,23,0.10);
  transform: translateY(-1px);
}

.recent-list{
  display: flex;
  gap: 14px;
  padding: 14px 16px;
}

.recent-img{
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 64px;
  background: var(--white);
  border: 1px solid rgba(15,23,42,0.08);
}
.recent-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.recent-text{
  flex: 1;
  min-width: 0;
}
.recent-text h4{
  margin: 0 0 6px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0b1220;
}
.recent-text p{
  margin: 0;
  color: rgba(15,23,42,.72);
  line-height: 1.35;
  font-size: .95rem;

  /* keep like screenshot: single/2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}




/* ---------- Footer Section Start ---------- */

#footer{
    background-color: var(--foot-bg);
}
#footer a{
    text-decoration: none;
}
#footer .social-links{
    display: flex;
    align-items: center;
    gap: 10px;
}

#footer .social-links a {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: 1rem;
    transition: all 0.3s;
}
#footer .social-links a:hover {
   background-color: var(--white);
   color: var(--blue);
}
#footer p{
    color: var(--white);
    opacity: 0.7;
    font-size: 14px;
    margin: 15px 0;
    padding-bottom: 10px;
}
#footer h3{
    color: var(--white);
    margin-bottom: 0;
    font-weight: 700;
    font-size: 28px;
    margin-top: 1px;
    font-family: "Albert Sans", sans-serif;
}
#footer h4{
    font-weight: 600;
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#footer ul li{
    list-style: none;
    margin: 4px 0;
}
#footer ul li a{
    color: var(--white);
    opacity: 0.7;
    font-size: 14px;
    font-weight: 500;
    transition: .4s ease-in-out;
}
#footer ul li a i{
   transition: .4s ease-in-out;
}
#footer ul li a:hover{
    opacity: 1;
}
#footer ul li a:hover i{
    margin-right: 12px !important;
}
#copy{
    background-color: var(--copy-bg);
}
#copy p{
    color: var(--white);
    font-size: 14px;
    opacity: 0.9;
}
.ft-link a{
    text-decoration: none;
    font-size: 14px;
    color: #efefef;
    opacity: 0.7;
    transition: .4s ease-in-out;
}
.ft-link a:hover{
    color: #fff;
    opacity: 1;
}


/* ---------- Footer Section End ---------- */


/********* Others Section Start *********/


.pri-item{
    margin-bottom: 30px;
}
.pri-item ul{
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 3em;
}
.pri-item ul li{
   font-size: 17px;
   padding-left: 1em;
   margin-top: 2px;
}
.pri-item ul li::marker{
  content: "\f192 ";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 13px;
  margin-right: 15px;
  color: var(--blue);
  transform: translateY(10px);
}
.pri-item h2{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    color: var(--black);
    line-height: 1.35;
}
.pri-item p{
    margin-bottom: 0;
    font-size: 17px;
}
.pri-item span{
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 17px;
    display: inline-block;
}
.pri-item a{
    font-weight: 600;
}
.pri-bg a{
    font-weight: 600;
}
.pri-bg{
    padding: 15px;
    text-align: center;
    font-size: 17px;
    border-radius: 10px;
    border: 1px solid var(--border5);
    background-color: #eff4ff;
}

/********* Others Section End *********/

#countrymodal ul{
    border-color: var(--border2);
}
.coun-tab .nav-link{
    border: none;
    border-bottom: 3px solid transparent;
    color: var(--text-color);
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
}
.coun-tab .nav-link.active{
    border: none;
    border-bottom: 3px solid var(--blue) !important;
    color: var(--blue);
}

html.dark-mode .coun-tab .nav-link.active{
    background-color: #3c3a40;
}
html.dark-mode .coun-tab .nav-link:hover{
    background-color: var(--card);
}
#floating-social {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

#floating-social ul {
    margin: 0;
    padding: 0;
}

#floating-social li {
    list-style: none;
    margin: 4px 0;
}

#floating-social a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.float-wrap {
    display: flex;
    align-items: center;
    width: 130px;
    background: var(--float);
    transform: translateX(90px);
    transition: .4s ease-in-out;
}
.float-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.float-text {
    padding-right: 12px;
    font-size: 14px;
    white-space: nowrap;
}
#floating-social li:hover .float-wrap {
    transform: translateX(0);
    background-color: rgba(5, 85, 176, 1);
}


.login-cont .pad{ padding-top:10px !important; padding-bottom:10px !important; font-size: 14px; }
.login-cont{width:500px; max-width:100% !important; border:1px solid var(--border2) !important; border-radius:10px !important; }
.login-cont .link{ color:#396bff !important; font-weight:500; text-decoration: none !important; transition: .3s ease-in-out; }
.login-cont .link:hover{ color:#396bff !important; text-decoration: underline !important; }
.login-cont button:hover{ background-color:var(--blue) !important; border-color: var(--blue) !important; }
.already{
    font-size: 11px;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.already a{
    font-weight: 600 !important;
}

.btn-all-modal{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
html.dark-mode .login-cont .link:hover{ color:#396bff !important; text-decoration: underline !important;}
.btn-light:hover{
    background-color: var(--blue);
    color: var(--white);
}
html.dark-mode .btn-light:hover{
    color: #ffffff !important;
}
.login-cont p{
    color: var(--muted) !important;
}

.more-btn a{
    display: inline-block;
    background-color: transparent;
    padding: 8px 25px;
    border-radius: 50px;
    border: 1px solid var(--blue);
    color: var(--blue);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: .4s ease-in-out;
}
.more-btn a:hover{
    background-color: var(--blue);
    color: var(--white);
}

.share-btn {
    padding: 12px;
    background: transparent;
    color: rgb(58, 81, 213);
    border: none;
    font-size: 16px;
    cursor: pointer;
    display: none;
    transition: .4s ease-in-out;
}
.share-btn:hover{
    color: var(--blue);
}

.fallback-share {
    display: none;
    gap: 10px;
}
.fallback-share.show{
  display:flex;
}

.fallback-share a {
    padding: 8px 12px;
    background: #f1f1f1;
    border-radius: 6px;
    text-decoration: none;
    color: var(--acco-dark);
    font-size: 14px;
}
/*.mobile-share {*/
/*    display: none;*/
/*}*/

.all-social-btn{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.all-social-btn br{
    display: none;
}
#nativeShareBtn br{
    display: none;
}

.all-social-btn button{
    padding: 5px 10px;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid var(--blue);
    border-radius: 8px;
    color: var(--black);
    white-space: no-wrap;
    font-size: 14px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.all-social-btn button i{
    color: var(--blue);
    transition: color 0.25s ease;
}

/* 🔹 Hover state */
.all-social-btn button:hover{
    background-color: rgba(13, 110, 253, 0.08); /* soft blue */
    border-color: var(--blue);
    color: var(--blue);
}

.all-social-btn button:hover i{
    color: var(--blue);
}

/* 🔹 Active click (press) */
.all-social-btn button:active{
    transform: scale(0.96);
    background-color: rgba(13, 110, 253, 0.15);
}

/* 🔹 Liked / Active state */
.all-social-btn button.liked{
    background-color: rgba(230, 57, 70, 0.12);
    border-color: #e63946;
    color: #e63946;
}

.all-social-btn button.liked i{
    color: #e63946;
}

.link-more-btn-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.link-more-btn-wrap a{
    display: block;
    width: 150px;
    font-size: 14px;
    padding: 9px;
    border-radius: 7px;
    background-color: var(--blue);
    border: none;
    color: var(--white);
    transition: .4s ease-in-out;
}
html.dark-mode .link-more-btn-wrap a{
    background-color: var(--blue);
    color: #ffffff;
    transition: .4s ease-in-out;
}
.link-more-btn-wrap a:hover{
    background-color: var(--black);
}
html.dark-mode .link-more-btn-wrap a:hover{
    background-color: #ffffff;
    color: #000000;
}
.btn-close:hover{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(282deg) brightness(88%) contrast(112%);
}
.btn-close{
    transition: .4s ease-in-out;
}
html.dark-mode .btn-close{
    filter: brightness(0) saturate(100%) invert(85%) sepia(2%) saturate(7%) hue-rotate(16deg) brightness(85%) contrast(91%);
}
html.dark-mode .btn-close:hover{
    filter: brightness(0) saturate(100%) invert(98%) sepia(3%) saturate(620%) hue-rotate(289deg) brightness(116%) contrast(100%);
}
.blog-list-link{
    color: var(--muted);
}
#togglePwdBtn:hover i{
    color: #fff !important;
}
.login-cont button.btn:hover{
    color: #fff !important;
}

#commentsContainer .small-date{
    color: var(--muted);
    font-size: 13px !important;
}

#commentsContainer .reply-btn{
    color: var(--black);
    transition: .4s ease-in-out;
}
#commentsContainer .reply-reply-btn{
    color: var(--black);
    transition: .4s ease-in-out;
}
#commentsContainer .reply-btn:hover{
    background-color: var(--blue);
    color: #fff;
    border-color: var(--blue) !important;
}
#commentsContainer .reply-reply-btn:hover{
    background-color: var(--blue);
    color: #fff;
    border-color: var(--blue) !important;
}


.floating-icon button{
    position: fixed;
    bottom: 15px;
    left: 15px;
    border: none;
    background-color: var(--blue);
    padding: 7px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    z-index: 99999;
    transition: .4s ease-in-out;
}
.floating-icon button i{
    font-size: 18px;
}
.floating-icon button:hover{
    background-color: var(--black);
    color: var(--white);
}

.user-category .accordion-item{
    background-color: transparent !important;
}
.user-category a{
    color: var(--muted2);
    font-weight: 500;
    font-size: 15px;
    padding: 10px 12px;
    transition: .4s ease-in-out;
}
.user-category .accordion-header{
    background-color: transparent !important;
    border: 1px solid var(--border2);
}
.user-category a:hover{
    border-color: var(--blue);
    color: var(--blue);
}
.user-category a i{
    color: var(--blue);
}
.user-category .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 0;
}
.user-category .accordion-item:last-of-type{
    border-radius: 0;
}
.user-category .accordion-button{
    width: 40px !important;
}

.user-category .accordion-button:not(.collapsed){
    background-color: transparent;
    box-shadow: none;
}
.user-category .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{
    border-radius: 0;
}
.user-category .accordion-item{
    border: none;
}
.user-category .accordion-item:first-of-type>.accordion-header .accordion-button{
    border: none;
    box-shadow: none;
}
.user-category .accordion-body{
    background-color: #f5f5f5;
}
html.dark-mode .user-category .accordion-body{
    background-color: var(--card3);
}
.user-category .accordion-button{
    width: 40px !important;
    background-color: #f5f5f5 !important;
    height: 40px;
    transition: .4s ease-in-out !important;
} 
html.dark-mode .user-category .accordion-button{
    background-color: var(--card3) !important;
    color: #fff !important;
}
html.dark-mode .user-category .accordion-button:hover{
    background-color: var(--blue)!important;
}
.user-category .accordion-button::after{
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(34%) sepia(41%) saturate(3267%) hue-rotate(215deg) brightness(101%) contrast(105%);
    transform: scale(0.8) rotate(-90deg);
    transition: .4s ease-in-out;
}
html.dark-mode .user-category .accordion-button::after{
    filter: brightness(0) saturate(100%) invert(98%) sepia(94%) saturate(0%) hue-rotate(249deg) brightness(107%) contrast(100%);
}
html.dark-mode .user-category a{
    color: #fff;
}
html.dark-mode .user-category a:hover{
    color: var(--blue);
}
.user-category .accordion-button:focus{
    box-shadow: none;
}
.user-category .accordion-button:not(.collapsed)::after{
    transform: scale(0.8) rotate(0);
}
.user-category .accordion-button:hover{
    background-color: var(--blue) !important;
}
.user-category .accordion-button:hover::after{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(218deg) brightness(102%) contrast(103%);
}
.user-category .accordion-body ul li{
    list-style: none;
    padding: 7px 0;
    border-bottom: 1px solid #d6d6d6;
}
.user-category .accordion-body ul li:last-of-type{
    list-style: none;
    padding: 7px 0;
    border-bottom: none;
}
.user-category .accordion-body ul li a{
    font-weight: 500 !important;
}
.user-category .accordion-button {
      border: none;
      background: none;
      padding: 0;
      margin-left: auto;
      transition: transform 0.2s ease;
    }

    .user-category .accordion-toggle-btn.collapsed::after {
      transform: rotate(0deg);
    }
#user-category{
    position: sticky;
    top: 30px;
}
.user-category .accordion-item:last-of-type{
    margin-bottom: 0 !important;
}
#footer hr{
    border-color: rgba(255, 255, 255, 0.7);
}
/*#footer{*/
/*    overflow: hidden;*/
/*}*/

.footer-country {
    position: relative;
    width: 250px;
    font-size: 16px;
    margin-bottom: 20px;
}

/* Toggle Button */
.country-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.country-toggle i{
    margin-top: 0;
    font-size: 17px !important;
    transform: translateY(2px) !important;
}

.country-toggle img {
    height: 16px;
}

.country-toggle i {
    transition: transform 0.3s ease-in-out;
}
.country-menu i{
    margin-top: 0;
    font-size: 17px !important;
    transform: translateY(2px) !important;
}

.country-menu i {
    transition: transform 0.3s ease-in-out;
}


/* Dropdown Menu */
.country-menu {
    position: absolute;
    left: 0;
    width: 100%;

    top: 100%;           
    margin-top: 8px;      

    background: var(--card);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    z-index: 999;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    border: 1px solid #e2e2e2;

    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

/* Open State */
.footer-country.active .country-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.footer-country.active .country-toggle i {
    transform: rotate(180deg);
}
.footer-country {
    position: relative;
}

/* Items */
.country-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    font-size: 15px;
    color: var(--muted);
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.country-menu a:hover {
    background: var(--card3);
    color: var(--black);
}

.country-menu a.active {
    background: var(--load-dark);
    color: var(--black);
}
html.dark-mode .country-menu a.active {
    background: rgba(255, 255, 255, 0.2);
}
/* Open state */
.footer-country.active .country-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* When opening upward */
.footer-country.open-up .country-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 8px;
    transform: translateY(-8px);
}

.footer-country.open-up.active .country-menu {
    transform: translateY(0);
}
.faq-acco button{
    font-weight: 500;
}

.country-menu span.con-head{
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    display: inline-block;
    padding: 7px 12px;
    border-bottom: 1px solid #e2e2e2;
}
html.dark-mode .country-menu span.con-head{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
html.dark-mode .country-toggle{
    color: #ffffff;
}
html.dark-mode .country-toggle{
    background-color: rgba(255, 255, 255, 0.2);
}
html.dark-mode .country-menu{
    border-color: rgba(255, 255, 255, 0.2);
}



/* ---------- Responsive ---------- */
@media (max-width: 991.98px){
  #inner-banner .container{
    padding-left: 14px;
    padding-right: 14px;
  }
  .country-cat-wrap a{
    padding: 12px 12px;
  }
  /*.mobile-share {*/
  /*      display: block;*/
  /*  }*/
  .share-btn {
    font-size: 18px;
}
#mobile-top-menu{
    display: block;
}
}

.load-more{
    background-color: transparent;
    border: none;
    color: var(--blue);
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    display: none;
}

@media (max-width: 767.98px){
  /* make pills full width on mobile */
  #cats .col-lg-3{
    width: 100%;
  }
  .recent-list{
    align-items: flex-start;
  }
  .recent-img{
    width: 56px;
    height: 56px;
    flex-basis: 56px;
  }
  .recent-text h4{
    font-size: 1rem;
  }
  .recent-text p{
    font-size: .92rem;
    -webkit-line-clamp: 3;
  }
  .clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.clamp-text.expanded {
  -webkit-line-clamp: unset;
}
.load-more{
    display: inline-block;
}
}

@media (max-width: 420px){
  .recent-list{
    padding: 12px 12px;
    gap: 12px;
  }
  .country-cat-wrap h2{
    font-size: .98rem;
  }
}
/* ===============================
   THEME TOGGLE (FA ICONS)
=============================== */

.theme-toggle {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: none;
  background: #f8f8f8;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Base icon */
.theme-toggle .icon {
  position: absolute;
  font-size: 18px;
  transition:
    transform 0.35s cubic-bezier(.4,0,.2,1),
    opacity 0.25s ease,
    color 0.25s ease;
}

/* ☀️ SUN (LIGHT MODE) */
.theme-toggle .sun {
    width: 20px;
  color: #fbbc04; /* Google yellow */
  opacity: 0.8;
  transform: rotate(0deg) scale(1);
}

/* 🌙 MOON (HIDDEN INITIALLY) */
.theme-toggle .moon {
  color: #8ab4f8; /* Google blue */
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
}

/* ===== DARK MODE STATE ===== */
.theme-toggle.is-dark .sun {
  opacity: 0;
  transform: rotate(90deg) scale(0.5);
}

.theme-toggle.is-dark .moon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* Hover (Material feel) */
.theme-toggle:hover {
  background-color: rgba(138, 180, 248, 0.12);
}

:root.dark-mode .theme-toggle:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.theme-toggle:active {
  transform: scale(0.9);
}

/* ===============================
   THEME SWITCH TRANSITION
   (ONLY DURING TOGGLE)
=============================== */

.theme-transition body,
.theme-transition header,
.theme-transition footer,
.theme-transition main,
.theme-transition .blog-main-item,
.theme-transition .blog-info-wrap,
.theme-transition .sidebar,
.theme-transition .author,
.theme-transition .comment,
.theme-transition .audio-wrapper,
.theme-transition #latest,
.theme-transition #nav,
.theme-transition #header {
  transition:
    background-color 0.4s ease,
    color 0.4s ease,
    border-color 0.4s ease;
}


.form-brake{
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--muted);
    white-space: nowrap;
    gap: 10px;
}
.form-brake .lines{
    width: 100%;
    height: 1px;
    background-color: var(--border4);
}



@media (prefers-reduced-motion: reduce) {
  .theme-transition *,
  .theme-transition *::before,
  .theme-transition *::after {
    transition: none !important;
  }
}
.theme-transition body {
  transition: background-color 0.4s ease;
}

@media (max-width: 768px) {
    
    .footer-accordion{
        margin-bottom: 0 !important;
        padding: 14px 10px;
        border-top: 1px solid #256dbe;
    }
    html.dark-mode .footer-accordion{
        border-color: var(--border4);
    }
  .footer-content {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  .footer-content ul{
      margin-top: 20px;
  }
  .footer-title {
    cursor: pointer;
    position: relative;
    padding-right: 28px;
    margin-bottom: 0 !important;
  }

   .footer-title::after {
    content: "\f078"; /* chevron-down */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 2px;
    transition: transform 0.35s ease;
  }

  .footer-accordion.active .footer-title::after {
    transform: rotate(180deg);
  }
}




