/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&family=Lora&family=Montserrat:wght@500&display=swap");
body {
  line-height: 1.2;
  font-family: "";
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #1e293b; }

p, .paragraph {
  font-weight: 400;
  line-height: 1.9 !important;
  color: #1e293b;
  font-size: 15px;
  font-family: ""; }

h1, h2, h3, h4, h5, h6 {
  color: #0f172a;
  font-family: "";
  font-weight: 600 !important;
  line-height: 1.2;
  padding-bottom: 10px; }

h1, .h1 {
  font-size: 28px !important; }

h2, .h2 {
  font-size: 23px !important; }

.custom-h2 {
  font-size: 25px !important;
  font-weight: bold; }

h3, .h3 {
  font-size: 21px !important; }

h4, .h4 {
  font-size: 19px !important; }

h5, .h5 {
  font-size: 17px !important; }

h6, .h6 {
  font-size: 15px !important; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 22px !important; }
  h2, .h2,
  .custom-h2 {
    font-size: 20px !important; }
  h3, .h3 {
    font-size: 18px !important; }
  h4, .h4 {
    font-size: 17px !important; }
  h5, .h5 {
    font-size: 16px !important; }
  h6, .h6 {
    font-size: 15px !important; }
  p, .paragraph {
    font-size: 14px !important;
    line-height: 1.7 !important; } }

/* Button style */
.btn {
  font-size: 14px;
  font-family: "";
  text-transform: capitalize;
  padding: 10px 30px;
  border-radius: 2px;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: .2s ease; }
  .btn:hover, .btn:active, .btn:focus {
    outline: 0;
    box-shadow: none !important; }

.btn-primary {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb; }
  .btn-primary:active, .btn-primary:hover, .btn-primary.focus, .btn-primary.active {
    background: #2563eb !important;
    border-color: #2563eb !important; }

.btn-outline-primary {
  background: transparent;
  color: #1e293b;
  border-color: #2563eb; }
  .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary.active {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff; }

body {
  background-color: #f8fafc;
  overflow-x: hidden; }

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1600px !important; }

::selection {
  background: #134cca;
  color: #ffffff; }

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; }

img {
  vertical-align: middle;
  border: 0;
  max-width: 100%; }

a:hover {
  color: #1d4ed8 !important; }

a,
a:hover,
a:focus {
  text-decoration: none !important;
  color: #2563eb !important; }

a,
button,
select {
  cursor: pointer;
  transition: .2s ease; }
  a:focus,
  button:focus,
  select:focus {
    outline: 0; }

.slick-slide {
  outline: 0; }

.section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .section-sm {
    padding-top: 30px;
    padding-bottom: 60px; }
  .section-title {
    margin-bottom: 20px; }
    .section-title-border {
      border-bottom: 1px solid #e2e8f0;
      padding-bottom: 20px;
      display: inline-block; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.border-default {
  border-color: #e2e8f0 !important; }

.outline-0 {
  outline: 0 !important; }

.bg-primary {
  background: #2563eb !important; }

.bg-light {
  background: #dbeafe !important; }

.text-primary {
  color: #2563eb !important; }

.text-light {
  color: #64748b !important; }

.text-dark {
  color: #0f172a !important; }

.text-default {
  color: #1e293b !important; }

.font-primary {
  font-family: "" !important; }

.font-secondary {
  font-family: "" !important; }

.font-tertiary {
  font-family: "" !important;
  letter-spacing: 1px; }

.zindex-1 {
  z-index: 1; }

.overflow-hidden {
  overflow: hidden; }

.mobile-view {
  display: none; }
  @media (max-width: 991px) {
    .mobile-view {
      display: block; } }
.desktop-view {
  display: block; }
  @media (max-width: 991px) {
    .desktop-view {
      display: none; } }
.form-group {
  margin-bottom: 40px; }
  .form-group label {
    font-family: "";
    color: #0f172a;
    font-size: 14px; }
  .form-group .form-control {
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 0;
    height: 40px; }

textarea.form-control {
  height: 100px !important; }

.input-group > .input-group-append:not(:last-child) > .btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

body,
p,
ul,
li {
  font-family: "Merriweather", serif !important;
  line-height: 1.9 !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif !important;
  line-height: 1.4 !important; }

/* Optional: Add a nice hover effect for links */
a {
  color: #2563eb !important;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out !important; }

/* Hover effect with translate and color change */
a:hover {
  color: #1d4ed8 !important;
  transform: translateY(-2px) !important;
  text-decoration: underline !important; }

img {
  border-radius: 20px; }

.card-title a:hover {
  text-decoration: underline; }

.rounded-circle {
  border-radius: 50% !important; }

.navbar {
  padding: 0; }
  @media (max-width: 991px) {
    .navbar {
      padding: 10px; } }
.navbar-light .navbar-nav .nav-link {
  color: #1e293b;
  text-transform: capitalize;
  font-family: "";
  font-size: 14px; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #2563eb; }

.navbar-expand-md .navbar-nav .nav-item {
  margin: 0; }
  .navbar-expand-md .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    font-size: 15px; }
  .navbar-expand-md .navbar-nav .nav-item .lang-list {
    margin: 15px 25px;
    color: #1e293b;
    font-size: 14px;
    font-family: "";
    border: 0;
    background-color: transparent; }

.navbar-expand-md .navbar-nav .dropdown-menu {
  background-color: #f8fafc;
  padding: 10px 0;
  margin: 0;
  border-radius: 0;
  border-color: #e2e8f0;
  text-align: center; }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
    color: #1e293b;
    font-family: "";
    font-size: 14px;
    padding: 7px 22px; }
    .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:hover {
      color: #2563eb; }

.search-wrapper {
  position: relative; }
  .search-wrapper input {
    height: 35px;
    width: 75%;
    margin-left: 25%;
    border: 1px solid #2563eb;
    border-radius: 40px;
    font-size: 12px;
    color: #0f172a;
    background-color: transparent;
    padding: 0 15px; }
    @media (max-width: 1200px) {
      .search-wrapper input {
        width: 90%;
        margin-left: 10%; } }
    .search-wrapper input:focus {
      outline: 0;
      border-color: #2563eb; }
    .search-wrapper input::placeholder {
      font-size: inherit;
      color: inherit; }
  .search-wrapper button {
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    padding: 11px 15px 10px 10px;
    top: 0;
    font-size: 12px;
    color: #64748b; }

/* search mobile */
.search-btn {
  border: 0;
  background-color: transparent; }

.search-collapsed {
  max-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  visibility: hidden;
  transition: .2s ease;
  opacity: 0; }
  .search-collapsed.open {
    visibility: visible;
    opacity: 1; }
  .search-collapsed form {
    height: 100%; }
  .search-collapsed input {
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #ffffff;
    font-size: 14px;
    padding: 0 10px; }
    .search-collapsed input:focus {
      box-shadow: none !important;
      border: 0;
      outline: 0; }
  .search-collapsed button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    padding: 10px;
    font-size: 20px; }

.social-icons a {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  font-size: 12px;
  color: #64748b; }
  .social-icons a:hover {
    color: #2563eb;
    border-color: #2563eb; }

.post-wrapper {
  position: relative; }
  .post-wrapper img {
    height: 500px;
    width: 100%;
    object-fit: cover; }
  .post-wrapper .post-content {
    position: absolute;
    text-align: center;
    padding: 30px 45px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 500px;
    background-color: rgba(255, 255, 255, 0.9); }

.post-title {
  color: inherit; }
  .post-title:hover {
    color: #2563eb; }

.post-category {
  font-family: "";
  color: #64748b;
  display: block;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px; }

.post-date {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b; }

.date-style {
  position: relative; }
  .date-style::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #64748b;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%); }
  .date-style::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #64748b;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%); }
  .date-style.large::before, .date-style.large::after {
    width: 40px; }

.post-slider .post-wrapper {
  margin: 0 10px; }

.post-slider .slick-list {
  overflow: visible; }

.post-slider .slick-dots {
  padding: 0;
  text-align: center;
  margin-top: 20px; }
  .post-slider .slick-dots li {
    display: inline-block;
    list-style-type: none;
    margin: 5px; }
    .post-slider .slick-dots li button {
      padding: 0;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #2563eb;
      color: transparent;
      overflow: hidden; }
    .post-slider .slick-dots li.slick-active button {
      background-color: #2563eb; }

.input-group {
  border-color: #e2e8f0; }
  .input-group .form-control {
    height: 50px; }

.form-control:focus {
  outline: 0;
  border-color: #2563eb;
  box-shadow: none; }

.form-control::placeholder {
  color: #64748b; }

.footer-list a {
  color: #1e293b;
  font-family: ""; }
  .footer-list a:hover {
    color: #2563eb; }

.card {
  border: 0;
  border-radius: 0; }
  .card-img-top {
    border-radius: 0; }

.widget {
  padding: 0px 15px;
  background-color: #ffffff;
  text-align: left;
  margin-bottom: 30px; }
  .widget-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 1px solid #e2e8f0; }
  .widget-list a {
    font-size: 12px;
    font-family: "";
    color: #2563eb;
    display: block;
    padding: 7px 0;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .widget .media {
    text-align: left; }
    .widget .media small {
      font-size: 10px; }

.content * {
  word-break: break-word;
  overflow-wrap: break-word; }

.content img {
  max-width: 100%; }

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 500; }

.content strong {
  font-weight: 600; }

.content a {
  color: #1e293b;
  border-bottom: 1px dotted #e2e8f0; }
  .content a:hover {
    color: #2563eb; }

.content ol,
.content ul {
  padding-left: 20px; }
  .content ol li,
  .content ul li {
    margin-bottom: 10px; }

.content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
  font-size: 15px; }
  .content ul li {
    padding-left: 20px;
    position: relative; }
    .content ul li::before {
      position: absolute;
      content: '';
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background: #2563eb;
      left: 3px;
      top: 8px; }

.content ol {
  font-size: 15px; }

.content .notices {
  margin: 2rem 0;
  position: relative;
  overflow: hidden; }

.content .notices p {
  padding: 10px;
  margin-bottom: 0; }

.content .notices p::before {
  position: absolute;
  top: 2px;
  color: #ffffff;
  font-family: "themify";
  font-weight: 900;
  content: "\e717";
  left: 10px; }

.content .notices.note p {
  border-top: 30px solid #6ab0de;
  background: #dbeafe; }

.content .notices.note p::after {
  content: 'Note';
  position: absolute;
  top: 2px;
  color: #ffffff;
  left: 2rem; }

.content .notices.tip p {
  border-top: 30px solid #78C578;
  background: #dbeafe; }

.content .notices.tip p::after {
  content: 'Tip';
  position: absolute;
  top: 2px;
  color: #ffffff;
  left: 2rem; }

.content .notices.info p {
  border-top: 30px solid #F0B37E;
  background: #dbeafe; }

.content .notices.info p::after {
  content: 'Info';
  position: absolute;
  top: 2px;
  color: #ffffff;
  left: 2rem; }

.content .notices.warning p {
  border-top: 30px solid #E06F6C;
  background: #dbeafe; }

.content .notices.warning p::after {
  content: 'Warning';
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2rem; }

.content blockquote {
  font-size: 20px !important;
  color: #1e293b;
  padding: 20px 40px;
  border-left: 2px solid #2563eb;
  margin: 20px 0;
  font-weight: bold;
  background: #dbeafe; }
  .content blockquote p {
    margin-bottom: 0 !important; }

.content pre {
  display: block;
  padding: 9.5px;
  margin: 10px 0px 10px;
  white-space: pre-wrap; }

.content code {
  margin-bottom: 0 !important;
  font-size: 100%; }

.code-tabs {
  border: 1px solid #e2e8f0;
  overflow: hidden;
  margin-bottom: 20px; }
  .code-tabs .nav-tabs {
    margin-bottom: 0; }
    .code-tabs .nav-tabs .nav-item {
      padding-left: 0;
      border-right: 1px solid #e2e8f0; }
      .code-tabs .nav-tabs .nav-item .nav-link {
        text-decoration: none;
        font-weight: 500;
        border: 0; }
      .code-tabs .nav-tabs .nav-item::before {
        display: none; }
      .code-tabs .nav-tabs .nav-item.active {
        background: #2563eb; }
        .code-tabs .nav-tabs .nav-item.active .nav-link {
          color: #ffffff; }
  .code-tabs .tab-content {
    padding: 20px 15px; }

.recent-thumb-alt {
  font-size: 0;
  height: 65px;
  width: 80px;
  background-color: #2563eb;
  text-align: center; }
  .recent-thumb-alt::first-letter {
    font-size: 50px;
    line-height: 65px;
    color: #ffffff; }

.pagination {
  margin-top: 30px;
  justify-content: center; }
  .pagination .page-item .page-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #dbeafe;
    text-align: center;
    padding: 0;
    margin-right: 10px;
    border: 0;
    color: #1e293b; }
    .pagination .page-item .page-link:hover {
      background: #2563eb;
      color: #ffffff; }
    .pagination .page-item .page-link:focus {
      box-shadow: none; }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    border-radius: 50%; }
  .pagination .page-item.active .page-link {
    background: #2563eb;
    color: #ffffff; }

/* Ensure the parent content is constrained */
.content {
  overflow-x: hidden;
  /* prevent page-wide horizontal scroll */ }

/* Make only the table scrollable */
.content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  white-space: nowrap;
  margin-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  font-size: 14px; }

/* Prevent content from breaking vertically */
.content th,
.content td {
  padding: 0.75rem;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid #e2e8f0; }

.content thead {
  background: #dbeafe; }

.content tbody {
  background: #f4f8ff; }

.scroll-image::-webkit-scrollbar {
  width: 6px; }

.scroll-image::-webkit-scrollbar-track {
  background: transparent; }

.scroll-image::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px; }

.scroll-image {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

.ti-world {
  color: #2563eb !important;
  font-size: 16px !important; }

.ev-hero {
  margin-bottom: 2.5rem; }

.ev-hero-inner {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 520px;
  display: flex;
  align-items: flex-end; }
  @media (max-width: 767px) {
    .ev-hero-inner {
      min-height: 340px; } }
.ev-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.3) 55%, transparent 100%);
  border-radius: 0; }

.ev-hero-content {
  position: relative;
  z-index: 1;
  padding: 2.5rem 1.5rem;
  color: #fff;
  max-width: 780px; }

.ev-hero-cat {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5eead4;
  font-weight: 700;
  display: block;
  margin-bottom: .5rem; }

.ev-hero-title {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.25;
  margin: 0 0 1rem; }
  .ev-hero-title a {
    color: #fff !important;
    text-decoration: none !important;
    transform: none !important; }
    .ev-hero-title a:hover {
      color: #ccfbf1 !important;
      text-decoration: none !important; }

.ev-hero-summary {
  font-size: .95rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  line-height: 1.7; }

.ev-posts-section {
  padding: 0 0 3rem; }

.ev-section-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  border-left: 4px solid #2563eb;
  padding-left: .75rem;
  margin-bottom: 1.75rem; }

.ev-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem; }
  @media (max-width: 991px) {
    .ev-post-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575px) {
    .ev-post-grid {
      grid-template-columns: 1fr; } }
.ev-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex;
  flex-direction: column; }
  .ev-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(13, 148, 136, 0.14); }

.ev-card-img-wrap {
  display: block;
  overflow: hidden;
  flex-shrink: 0; }

.ev-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform .35s ease;
  display: block; }
  .ev-card:hover .ev-card-img {
    transform: scale(1.04); }

.ev-card-body {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1; }

.ev-card-title {
  font-size: 1rem;
  line-height: 1.45;
  margin: .35rem 0 .4rem;
  flex: 1; }
  .ev-card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transform: none !important; }
    .ev-card-title a:hover {
      color: #2563eb !important;
      text-decoration: none !important; }

.ev-card-summary {
  font-size: .85rem;
  color: #64748b;
  line-height: 1.65;
  margin: .5rem 0 .75rem; }

.ev-read-more {
  font-size: .85rem;
  font-weight: 700;
  color: #2563eb !important;
  text-decoration: none !important;
  transform: none !important; }
  .ev-read-more:hover {
    color: #0f766e !important;
    text-decoration: underline !important; }

.ev-pagination {
  display: flex;
  gap: .5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5rem; }

.ev-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 .75rem;
  border-radius: 20px;
  background: #dbeafe;
  color: #1e293b !important;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none !important;
  transform: none !important;
  transition: background .2s, color .2s; }
  .ev-page-btn:hover, .ev-page-btn.active {
    background: #2563eb;
    color: #fff !important;
    text-decoration: none !important; }
