@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

h1, h2, h3, h4, h5, h6{
  margin: 0px;
}
p, ol, li, ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
}
body{
  font-family: "Urbanist", sans-serif;
}
.body_inner{
  min-height: 100dvh;
}
main{
  flex: 1;
}
.h-captcha{
  padding-top: 24px;

}
.box-shadow{box-shadow: -6px 15px 73px #9b9b9b;
  border-radius: 28px;
  padding: 27px;}
/* ===================================== header ===================================== */
.header_nav{
  padding: 16px;
}
.main_logo .navbar-brand{
  gap: 5px;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  color: #0E5FE3;
}
.header_nav .container-fluid > div{
  grid-template-columns: auto 1fr;
}
.header_side .header_menu{
  margin: 0 auto;
  padding: 0;
}
.header_menu .nav-item{
  transition: all 0.35s;
}
.header_menu .nav-item a{
  font-size: 16px;
  padding: 8px 20px;
  line-height: 1;
  font-weight: 500;
  transition: all 0.35s;
  color: #181818;
}
.header_menu .nav-item a.active,
.header_menu .nav-item a:hover{
  color: #0E5FE3;
}
/* .header_menu:hover .nav-item{
  opacity: 0.5;
  filter: blur(2px);
}
.header_menu:has(.nav-item:hover) .nav-item:hover{
  opacity: 1;
  filter: blur(0px);
}  */
.header_search{
  position: relative;
  margin-right: 10px;
}
.header_search input{
  padding: 13px 22px;
  border: 1px solid rgba(24, 24, 24, 0.2);
  border-radius: 50px;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  line-height: 1;  
  font-size: 15px;
  color: #181818;
}
.header_search .btn{
  aspect-ratio: 1/1;
  height: calc(100% - 6px);
  position: absolute;  
  right: 3px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  color: #fff;
}
.header_search .btn svg{
  width: 18px;
  height: 18px;
}
.header_btn{
  gap: 5px;
}
.btn{
  padding: 13px 22px;
  border-radius: 50px;
  cursor: pointer;
  line-height: 1;  
  font-size: 15px;
  font-weight: 600;
}
.btn.btn-primary{
  background-color: #0E5FE3;
  border-color: #0E5FE3;
  color: #fff;
}
.btn.btn-secondary{
  background-color: #181818;
  border-color: #181818;
  color: #fff;
}
.user_id {
  border: none;
  background-color: transparent;
  gap: 6px;
  padding: 0px;
}
.user_id .first_letter{
  background: linear-gradient(180deg, rgba(0, 105, 255, 1) 0%, rgba(0, 70, 168, 1) 100%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.user_id  .user_names{
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  color: #181818;
}
.user_login .dropdown-menu{
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgb(14 95 227 / 10%);
  box-shadow: 0px 16px 032px -8px rgb(0 0 0 / 20%);
  top: 3% !important;
  overflow: hidden;
}
.user_login .dropdown-menu .user_name{
  padding: 17px;
  border-bottom: 1px solid rgb(14 95 227 / 10%);
  gap: 12px;
}
.user_login .dropdown-menu .user_name .first_letter{
  background: linear-gradient(180deg, rgba(0, 105, 255, 1) 0%, rgba(0, 70, 168, 1) 100%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.user_login .dropdown-menu .user_name .user_names{
  font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
    color: #181818;
}
.log_out{
  gap: 10px;
  padding: 14px 17px;
  color: #C14D4D;
  transition: all 0.35s;
}
.log_out svg{
  width: 18px;
  height: 18px;
}
.log_out span{
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}

.toggle_menu{
  width: 46px;
  margin-left: 10px;
  height: 46px;
  border-radius: 50%;
  display: none;
  background-color: #181818;
}
.toggle_menu svg{
  width: 20px;
  height: 20px;
  color: #fff;
}
header .offcanvas-header .btn-close{
  box-shadow: none !important;
  transition: all 0.35s;
}
.offcanvas-body .header_side{
  height: 100%;
}
.offcanvas-body .header_menu{
  margin: 0px;
  width: 100%;
}
.offcanvas-body .header_menu .nav-item a {
  padding: 14px;
}
.offcanvas-body  .header_search {
  position: relative;
  margin-bottom: 10px;
  margin-right: 0px;
  width: 100%;
}
.offcanvas-body .header_btn {
  gap: 5px;
  margin-top: auto;
  width: 100%;
}

/* ===================================== footer ===================================== */

.main_footer{
  padding: 0px 16px 16px;
}
.main_footer .main_footer_inner{
  padding: 24px;
  border-radius: 20px;
  background-color: #181818;
}
.main_footer .main_footer_inner p{
  font-size: 14px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* ================================================ index page ================================================ */

/* ===================================== hero section ===================================== */
.hero_section{
  padding: 16px 16px 0px;
}
.hero_section .hero_Section_inner{
  overflow: hidden;
  padding: 100px 50px;
  border-radius: 20px;
  background: linear-gradient(180deg,rgba(0, 105, 255, 1) 0%, rgba(0, 70, 168, 1) 100%);
}
.hero_Section_inner .container{
  position: relative;
  z-index: 1;
}
.hero_Section_inner .shape{
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.hero_Section_inner .shape:nth-child(1){
  width: 500px;
  height: 500px;
  top: -280px;
  left: -120px;
}
.hero_Section_inner .shape:nth-child(2){
  width: 500px;
  height: 500px;
  top: -270px;
  left: -210px;
}
.hero_Section_inner .shape:nth-child(3){
  width: 500px;
  height: 500px;
  bottom: -280px;
  right: -120px;
}
.hero_Section_inner .shape:nth-child(4){
  width: 500px;
  height: 500px;
  bottom: -270px;
  right: -210px;
}
.hero_Section_left .hero_badge{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.hero_Section_left h1{
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  padding-bottom: 40px;
}
.hero_Section_left .header_search{
  max-width: 400px;
  width: 100%;
}
.hero_Section_left .header_search input{
  border-radius: 16px;
  padding: 14px 20px;
}
.hero_Section_left .header_search button{
  padding: 0px 20px;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 500;
}
.hero_desc p{
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  opacity: 0.6;
  max-width: 600px;
  width: 100%;
}

/* ===================================== letest blog ===================================== */
.letest_blog{
  padding: 100px 0px;
}
.letest_blog .heading{
  padding-bottom: 50px;
}

.letest_blog .heading h6{
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  color: #181818;
  gap: 5px;
  font-weight: 600;
}
.letest_blog .heading p{
  font-size: 16px;
  font-weight: 500;
  color: rgba(24, 24, 24, 0.8);
  max-width: 600px;
  width: 100%;
}
.letest_blogs{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.blogs_img{
  border-radius: 10px;
}
.blogs_img img{
  transform: scale(1);
  aspect-ratio: 19/12;
  width: 100%;
  transition: all 0.35s;
}
.blogs:hover .blogs_img img{
  transform: scale(1.02);
}
.blog_badge{
  top: 10px;
  left: 10px;
  gap: 5px;
  line-height: 1px;
  background-color: #0E5FE3;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
}
.blog_badge svg{
  width: 14px;
  height: 14px;
}
.blog_arrow{
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  color: #0E5FE3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.blog_arrow svg{
  width: 20px;
  height: 20px;
}
.blogs_content{
  padding-top: 16px;
}
.blogs_content .blogs_date{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #181818;
  opacity: 0.5;
}
.blogs_content .blogs_title{
  font-size: 26px;
  padding: 5px 0px 10px;
  line-height: 32px;
  font-family: "Oswald", sans-serif;
  color: #181818;
  transition: all 0.35s;
}
.blogs:hover .blogs_content .blogs_title{
  color: #0E5FE3;
}
.blogs_disc{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  color: #181818;
  opacity: 0.7;
}
.blogs_read{
  padding-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #181818;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* ================================================ about us page ================================================ */

/* ===================================== hero section ===================================== */
.hero_section .hero_Section_inner.sub_page_hero{
  padding: 50px;
}
.sub_page_hero h6{
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  padding-bottom: 10px;
}
.sub_page_hero p{
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  opacity: 0.6;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

/* ===================================== about details ===================================== */
.about_details, .impressum_section, .contact_info{
  padding: 100px 0px;
}
.about_details_img{
  padding-right: 30px;
}
.about_details_img img{
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 20px;
}
.about_details_content h6{
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 14px;
  font-family: "Oswald", sans-serif;
}
.about_details_content p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #181818;
  opacity: 1;
  padding-bottom: 14px;
}
.what_we{
  padding-top: 30px;
}
.about_details_content ul{
  gap: 14px;
}
.about_details_content ul li{
  gap: 10px;
}
.about_details_content ul li div{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0E5FE3;
  color: #fff;
}
.about_details_content ul li div svg{
  width: 18px;
  height: 18px;
}
.about_details_content ul li span{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #181818;
}

/* ================================================ impressum page ================================================ */

/* ===================================== impressum ===================================== */
.impressum_inner p{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  color: #181818;
  opacity: 1;
  padding-bottom: 34px;
}
.impressum_content li{
  padding-bottom: 30px;
}
.impressum_content li div{
  gap: 8px;
  padding: 14px 24px;
  background-color: rgba(24, 24, 24, 0.1);
  border-radius: 10px;
}
.impressum_content li div strong{
  font-size: 18px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: rgba(24, 24, 24, 0.5);
}
.impressum_content li div span{
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #181818;
}

/* ================================================ contect us page ================================================ */

/* ===================================== contect us ===================================== */
.contact_form{
  padding: 30px;
  border: 1px solid rgba(24, 24, 24, 0.2);
  border-radius: 30px;
}
.contact_heading{
  padding-bottom: 30px;
}
.contact_heading h6 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 5px;
  font-family: "Oswald", sans-serif;
}
.contact_heading p{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #181818;
  opacity: 1;
}
.form_inner{
  gap: 5px;
  padding-bottom: 24px;
}
#frmContact label,
.login_inner .form-label{
  font-size: 14px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  color: #181818;
  margin: 0;
  padding: 0px 5px;
  text-transform: capitalize;
}
#frmContact input,
#frmContact textarea,
.login_inner input.form-control{
  padding: 13px 22px;
  border: 1px solid rgba(24, 24, 24, 0.2) !important;
  border-radius: 50px !important;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  line-height: 1;
  font-size: 15px;
  color: #181818;
}
#frmContact textarea{
  border-radius: 20px !important;
}
#frmContact #submitBtn{
  margin-top: 6px;
}
.contant_add{
  padding-top: 6px;
  padding-right: 16px;
  display: grid;
  gap: 24px;
}
.contant_add li div {
  gap: 10px;
  padding: 20px;
  background-color: rgba(24, 24, 24, 0.05);
  border-radius: 10px;
}
.contant_add li div strong {
  font-size: 16px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  color: rgba(24, 24, 24, 0.5);
}
.contant_add li div span {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #181818;
}
.social_icons{
  gap: 10px;
  padding-top: 24px;
}
.socials{
  gap: 10px;
  padding: 3px 20px 3px 3px;
  border-radius: 50px;
  border: 1px solid rgba(24, 24, 24, 0.2);
}
.socials .icons{
  aspect-ratio: 1/1;
  height: 30px;
  border-radius: 50%;
  background-color: #181818;
  color: #fff;
}
.socials .icons svg{
  width: 16px;
  height: 16px;
}
.socials span{
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: #181818;
}

/* ================================================ login page ================================================ */

.login_Section{
  padding: 100px 0px;
}
.login_inner .contact_heading h6 {
  font-size: 30px;
}
.login_inner .input-group-text{
  position: absolute;
  padding: 0;
  background: transparent;
  border: transparent;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

/* ================================================ single blog page ================================================ */
.blog_heading {
    padding-bottom: 238px;
    background: rgba(0, 70, 168, 0.1);
    margin-bottom: 21px;
    padding-top: 51px;
}
.single_post .breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 600;
  color: rgba(24, 24, 24, 0.7);
}
.single_post .breadcrumb .breadcrumb-item.active{
  max-width: 300px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
}
.single_post .breadcrumb .breadcrumb-item a{
  color: #0E5FE3;
}

.post_heading h6{
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  color: #181818;
  padding-bottom: 40px;
}
.post_main_img{
  aspect-ratio: 19 / 10;
  overflow: hidden;
  margin-bottom: -200px;
}
.post_main_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.post_content_inner h1,
.post_content_inner h2,
.post_content_inner h3,
.post_content_inner h4,
.post_content_inner h5,
.post_content_inner h6{
  font-size: 20px;
  font-weight: 700;
  margin: 16px 0px;
  color: #181818;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
}
.post_content_inner p{
  margin: 10px 0px;
  font-size: 16px;
  line-height: 24px;
  color: #181818;
  font-weight: 500;
}
.post_content_inner ol, .post_content_inner ul{
  padding-left: 30px;
}
.post_content_inner ol, .post_content_inner li, .post_content_inner ul{
  list-style: unset !important;
}
.gallery_grid {
  padding-top: 20px;
}
.comments_heading{
  font-size: 24px !important;
  margin: 0px !important;
  font-family: "Oswald", sans-serif;
  color: #181818 !important;
  line-height: 1 !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(14, 96, 227, 0.2);
  font-weight: 600;
}
.comments_inner {
  padding: 16px 0px;
  position: relative;
}
.comments_inner:not(:last-child){
  border-bottom: 1px solid rgba(14, 96, 227, 0.2);
}
.comments_inner > div,
.author_name{
  margin: 0px !important;
}
.author_name strong{
  font-size: 18px !important;
  color: #181818;
}
.author_name .date{
  font-family: "Urbanist", sans-serif !important;
  font-size: 14px !important;
  padding-top: 5px;
  font-weight: 500 !important;
  color: rgba(24, 24, 24, 0.5) !important;
}
.comments_inner .author_comment{
  margin: 0px !important;
  font-size: 16px;
  padding-top: 16px;
  line-height: 24px;
  color: #181818;
  font-weight: 500;
}
.delete_comment{
  position: absolute;
  top: 16px;
  right: 0;
  padding: 0 !important;
  width: 30px;
  height: 30px;
}
.delete_comment svg{
  width: 16px;
  height: 16px;
}


















.my-custom-error-class {
  color: red;
}
.page-content{
  padding: 0;
}
.page-title-box{
  margin: 0px ;
  padding: 10px 0px;
}
/* Post Card Styling */
.post-card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.3s;
}

/* Hover Effect */
.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #90959d;
}

/* Title Styling */
.post-card .card-title {
  font-weight: 600;
}

/* Button Styling (optional) */
.post-card .btn-outline-primary {
  /* border-radius: 50px; */
  width: 34%;
  /* background-color: red; */
}

.text-color {
  color: rgb(114 114 114);
}

.text-black {
  color: rgb(0 0 0);
}

.btn-custom-primary {
  background-color: #3398DA;
  color: white;
}

.post-img {
  border-radius: 13px;
  box-shadow: 5px 2px 3px #d9d9d9;
}

/* Sidebar Styles */
.sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  /* Hidden by default */
  width: 300px;
  height: 100%;
  background-color: #f4f4f4;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
  padding: 20px;
  transition: right 0.3s ease;
  z-index: 1000;
}

/* When sidebar is visible */
.sidebar.active {
  right: 0;
}

.sidebar h2 {
  margin-top: 0;
}

.sidebar button#closeSidebar {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.eye-btn {
  top: 49%;
  right: 14px;
  font-size: 1.2rem;
  transform: translateY(-50%);
  cursor: pointer;
}


.user-eye-btn {
  /* position: absolute; */
  /* top: 56%; */
  /* right: 34px; */
  /* transform: translateY(-44%); */
  /* cursor: pointer; */
  /* font-size: 1.2rem; */
  position: absolute;
  top: 56%;
  right: 9px;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 1.2rem;
  z-index: 2;
  color: #888;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.ri-mail-fill:before {

  color: #167EDD;
}

.background-secondary {
  background-color: #F8FAFB;
}

select#dt-length-0 {
  width: 32%;
}

.post-card {
  transition: transform 0.2s ease;
  background-color: #fff;
  border-radius: 12px;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

  .image-box {
    aspect-ratio: 1 / 1;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .image-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .image-box:hover img {
    transform: scale(1.05);
  }
a.frfr {
    margin: 0px;
    color: rgb(77, 91, 124);
    font-family: Inter, sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    font-weight: 400;
}

.post-date {
    margin: 0px;
    font-family: Inter, sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 500;
    color: #3e3e3e;
}
.filepond--root .filepond--drop-label{
      background-color: #eaeaea !important;
}
a.c-pointer.pe-auto.text-decoration-none {
cursor: pointer !important;
}
.box-register, .box-login{box-shadow: -6px 15px 73px #9b9b9b;
    border-radius: 28px;
    padding: 27px;}