/*------------------
Product Name: LetBlog - Multipurpose Blog Landing Template
Author: Codebucks
Version: 1.0.0
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap");
:root {
  --bs-body-font-size: 15px;
  --bs-body-font-family: DM Sans, sans-serif;
  --bs-primary: #005cb9;
  --bs-primary-rgb: 150, 73, 203;
  --bs-primary-bg-subtle: rgba(150, 73, 203, 0.15);
  --bs-primary-border-subtle: rgba(150, 73, 203, 0.3);
  --bs-secondary: #367ee7;
  --bs-secondary-rgb: 54, 126, 231;
  --bs-secondary-bg-subtle: rgba(54, 126, 231, 0.15);
  --bs-secondary-border-subtle: rgba(54, 126, 231, 0.3);
  --bs-success: #ff3385;
  --bs-success-rgb: 255, 51, 133;
  --bs-success-bg-subtle: rgba(255, 51, 133, 0.15);
  --bs-success-border-subtle: rgba(255, 51, 133, 0.3);
  --bs-info: #0dcaf0;
  --bs-info-rgb: 13, 202, 240;
  --bs-info-bg-subtle: rgba(13, 202, 240, 0.15);
  --bs-info-border-subtle: rgba(13, 202, 240, 0.3);
  --bs-warning: #E9C46A;
  --bs-warning-rgb: 233, 196, 106;
  --bs-warning-bg-subtle: rgba(233, 196, 106, 0.15);
  --bs-warning-border-subtle: rgba(233, 196, 106, 0.3);
  --bs-danger: #f36d50;
  --bs-danger-rgb: 243, 109, 80;
  --bs-danger-bg-subtle: rgba(243, 109, 80, 0.15);
  --bs-danger-border-subtle: rgba(243, 109, 80, 0.3);
  --bs-light: #FAF9F7;
  --bs-light-rgb: 250, 249, 247;
  --bs-light-bg-subtle: rgba(250, 249, 247, 0.15);
  --bs-light-border-subtle: rgba(250, 249, 247, 0.3);
  --bs-dark: #172815;
  --bs-dark-rgb: 23, 40, 21;
  --bs-dark-bg-subtle: rgba(23, 40, 21, 0.15);
  --bs-dark-border-subtle: rgba(23, 40, 21, 0.3);
  --bs-border-color: #e9ecef;
  --bs-border-color-translucent: #e9ecef;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1450px;
  }
}
a {
  text-decoration: none;
}

.space {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .space {
    padding: 50px 0;
  }
}
.main-category-img, .post-img, .post-card-img, .leftbar-feature-img, .left-cg-img, .element-img-two, .education-post-img, .education-card-img {
  overflow: hidden;
}
.main-category-img img, .post-img img, .post-card-img img, .leftbar-feature-img img, .left-cg-img img, .element-img-two img, .education-post-img img, .education-card-img img {
  transition: 0.8s ease-in-out;
}
.main-category-img:hover img, .post-img:hover img, .post-card-img:hover img, .leftbar-feature-img:hover img, .left-cg-img:hover img, .element-img-two:hover img, .education-post-img:hover img, .education-card-img:hover img {
  transform: scale(1.1);
}

.img-scale, .img-rotate {
  overflow: hidden;
}
.img-scale img, .img-rotate img {
  transition: 0.8s ease-in-out;
}
.img-scale:hover img, .img-rotate:hover img {
  transform: scale(1.1);
}

.img-rotate:hover img {
  transform: scale(1.1) rotate(2deg);
}

.bg-overlay {
  position: relative;
}
.bg-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2745098039);
}

.sticky {
  position: sticky;
  top: 90px;
}

.badge {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.8px;
  border-radius: 2px;
}

.blog-info .blog-date, .blog-info .blog-label {
  letter-spacing: 0.8px;
  font-size: 12px;
  font-weight: 500;
}
.blog-info .blog-date a, .blog-info .blog-label a {
  position: relative;
}
.blog-info .blog-date a::after, .blog-info .blog-label a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(4px);
  height: 1px;
  opacity: 0;
  transition: 0.3s;
  background: currentColor;
}
.blog-info .blog-date a:hover::after, .blog-info .blog-label a:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.quotes {
  font-family: "Dancing Script", cursive;
}
.quotes .name {
  font-family: "DM Sans", sans-serif;
}

.mega-font {
  height: 56px;
  width: 60px;
  line-height: 56px;
  font-size: 32px;
  margin-top: 7px;
  margin-right: 13px;
}

.lightbox-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #FAF9F7;
  border-radius: 100px;
  color: #000;
  transition: 0.5s ease-in-out;
}
.lightbox-icon:hover {
  background-color: #005cb9;
  color: #FAF9F7;
}

.text-color {
  transition: all 0.2s ease-in-out;
}
.text-color:hover {
  color: #005cb9;
}

@media (min-width: 992px) {
  .border-line {
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
  }
}
.btn {
  font-size: 15px;
  padding: 9px 20px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-primary) 100%, black 20%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-primary) 100%, black 20%);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-primary) 100%, black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-primary) 100%, black 20%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-secondary) 100%, black 20%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-secondary) 100%, black 20%);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-secondary) 100%, black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-secondary) 100%, black 20%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-success);
  --bs-btn-border-color: var(--bs-success);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-success) 100%, black 20%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-success) 100%, black 20%);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-success) 100%, black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-success) 100%, black 20%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-success);
  --bs-btn-disabled-border-color: var(--bs-success);
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-info);
  --bs-btn-border-color: var(--bs-info);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-info) 100%, black 20%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-info) 100%, black 20%);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-info) 100%, black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-info) 100%, black 20%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-info);
  --bs-btn-disabled-border-color: var(--bs-info);
}

.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-warning);
  --bs-btn-border-color: var(--bs-warning);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-warning) 100%, black 20%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-warning) 100%, black 20%);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-warning) 100%, black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-warning) 100%, black 20%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-warning);
  --bs-btn-disabled-border-color: var(--bs-warning);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-danger);
  --bs-btn-border-color: var(--bs-danger);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-danger) 100%, black 20%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-danger) 100%, black 20%);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-danger) 100%, black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-danger) 100%, black 20%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-danger);
  --bs-btn-disabled-border-color: var(--bs-danger);
}

.btn-light {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-light) 100%, black 20%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-light) 100%, black 20%);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-light) 100%, black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-light) 100%, black 20%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-light);
  --bs-btn-disabled-border-color: var(--bs-light);
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-dark);
  --bs-btn-border-color: var(--bs-dark);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: color-mix(in srgb, var(--bs-dark) 100%, black 20%);
  --bs-btn-hover-border-color: color-mix(in srgb, var(--bs-dark) 100%, black 20%);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: color-mix(in srgb, var(--bs-dark) 100%, black 20%);
  --bs-btn-active-border-color: color-mix(in srgb, var(--bs-dark) 100%, black 20%);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-dark);
  --bs-btn-disabled-border-color: var(--bs-dark);
}

/*------ NAVBAR-1 ------*/
.top-navbar .nav-serch-bar {
  width: 65%;
}

.topbar-icon {
  transition: all 0.6s ease;
}
.topbar-icon:hover {
  transform: translateY(-5px);
}
.topbar-icon:hover i {
  color: #005cb9;
}

.navbar-main {
  background: #fff;
  height: 78px;
  z-index: 1001;
}
.navbar-main .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  padding: 27px 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  transition: color 0.3s;
}
.navbar-main .navbar-nav .nav-item .nav-link:hover {
  color: #005cb9;
}
@media (max-width: 991px) {
  .navbar-main .navbar-nav .nav-item .nav-link {
    padding: 15px;
  }
}
.navbar-main .navbar-toggler {
  box-shadow: none;
}
.navbar-main .nav-link:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .navbar-main {
    height: 60px;
  }
}
.dropdown-item:active {
  color: black;
}

.dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display: block;
  min-width: 200px;
}

.dropdown-item {
  font-weight: 400;
  padding: 10px 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.dropdown-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 0px;
  background-color: #005cb9;
  left: 0;
  transition: 0.5s ease-in-out;
}
.dropdown-item:hover {
  background: transparent;
  transform: translateX(7px);
  color: #005cb9;
}
.dropdown-item:hover::before {
  height: 20px;
}

@media (max-width: 991px) {
  .dropdown-item:hover {
    transform: translateX(0px);
  }
  .dropdown-item:hover::before {
    height: 0px;
  }
}
/* Submenu Styles */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  padding-left: 0;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%; /* Move to left */
    left: auto; /* Prevent conflict with 'left' */
    margin-top: 0;
    padding-left: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
  }
}
/* Mega Menu Styles */
.mega-menu {
  position: static !important;
}

.mega-menu .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 30px;
}

.mega-menu-column:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: white;
    padding: 20px;
    margin-top: 15px;
  }
  .navbar-nav {
    max-height: 70vh;
    overflow-y: auto;
  }
  .nav-link {
    padding: 12px;
  }
  .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 5px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  .mega-menu .dropdown-menu {
    padding: 10px;
  }
  .mega-menu-column:last-child {
    border-bottom: none;
  }
}
/* Show dropdowns on hover for larger screens */
@media (min-width: 991px) {
  .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.offcanvas .offcanvas-body .form-control {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.offcanvas .offcanvas-body .form-control:focus {
  border-color: #005cb9;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.offcanvas .offcanvas-body .form-check-input:checked {
  background-color: #005cb9;
  border-color: #005cb9;
}
.offcanvas .offcanvas-body .form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}
.offcanvas .offcanvas-body .btn-primary {
  background-color: #005cb9;
  border-color: #005cb9;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
}
.offcanvas .offcanvas-body .btn-primary:hover {
  background-color: #005cb9;
  transform: translateY(-1px);
}
.offcanvas .offcanvas-body .login-divider {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
.offcanvas .offcanvas-body .divider-line {
  flex-grow: 1;
  height: 1px;
  background-color: #e2e8f0;
}
.offcanvas .offcanvas-body .divider-text {
  padding: 0 1rem;
  color: #94a3b8;
  font-size: 0.875rem;
}
.offcanvas .offcanvas-body .btn-social {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.75rem;
  color: #1e293b;
  font-weight: 500;
  transition: all 0.2s ease;
}
.offcanvas .offcanvas-body .btn-social:hover {
  background-color: #f1f5f9;
}
.offcanvas .offcanvas-body .btn-social img {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}
.offcanvas .offcanvas-body .login-footer {
  text-align: center;
  margin-top: 2rem;
  color: #64748b;
  font-size: 0.875rem;
}
.offcanvas .offcanvas-body .login-footer a {
  color: #005cb9;
  text-decoration: none;
  font-weight: 500;
}
.offcanvas .offcanvas-body .login-footer a:hover {
  text-decoration: underline;
}

.navbar_scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  animation-name: fadeInUp;
  animation-duration: 1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    top: -50px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@media (max-width: 767px) {
  .logo-height img {
    height: 20px !important;
  }
}
/*------ HEADER-3 ------*/
.topbar-three .topbar-input ::placeholder {
  letter-spacing: 2px;
  font-size: 1rem;
}
.topbar-three .topbar-input input {
  border: 0;
  outline: none;
}
.topbar-three .topbar-input input:focus {
  border-bottom: 1px solid #000;
}

/*------ HEADER-5 ------*/
.navbar-five {
  height: 85px;
  z-index: 1001;
}

.offcanvas-side .offcanvas-body input {
  outline: none;
}

/*------ HEADER-8 ------*/
.topbar-eight .topbar-eight-img img {
  height: 115px;
}
.topbar-eight .topbar-eight-img h2 {
  font-family: "Dancing Script", cursive;
}

/*------ HEADER-10 ------*/
.topbar-ten .border-ver {
  height: 35px;
}
.topbar-ten #toggle-search {
  display: none;
}
.topbar-ten .search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.87);
  z-index: 1050;
  padding: 13rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.topbar-ten #toggle-search:checked ~ .search-overlay {
  display: block;
}
.topbar-ten .search-input {
  max-width: 800px;
  margin: 0 auto;
}
.topbar-ten .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 4rem;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
.topbar-ten .search-icon {
  cursor: pointer;
  font-size: 1.5rem;
}
.topbar-ten .form-control {
  font-size: 1.25rem;
  padding: 0.75rem;
}

/*------ FOOTER ------*/
.footer {
  padding: 100px 0;
}
.footer li a {
  letter-spacing: 2px;
  color: gray;
  font-weight: 500;
  transition: 0.5s ease;
}
.footer li a:hover {
  color: #005cb9;
}
.footer .form-input {
  background-color: #2B2B2B;
  max-width: 430px;
  padding: 13px;
}
.footer ::placeholder, .footer i {
  color: #fff;
  opacity: 0.5;
}

@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}
.post-title .titleline {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
  flex-grow: 1;
  height: 4px;
  transition: all ease 0.31s;
}

/*------ HOME-1-MAIN------*/
.main-element {
  padding: 80px 0;
}
.main-element .main-element-img::before {
  content: "";
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  transform: scale(0, 1);
  transform-origin: 0 0;
  transition: opacity 0.35s, transform 0.35s;
}
.main-element .main-element-img::after {
  content: "";
  border-left: 2px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  transform: scale(1, 0);
  transform-origin: 100% 0;
  transition: opacity 0.35s, transform 0.35s;
}
.main-element .main-element-img:hover::before, .main-element .main-element-img:hover::after {
  opacity: 1;
  transform: scale(1);
}
.main-element .main-element-img .btn {
  background-color: #fff;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.5s ease-in-out;
}
.main-element .main-element-img .btn:hover {
  background-color: #005cb9;
  color: #fff;
}

/*------ HOME-2-EDUCATION ------*/
.education-video {
  padding: 80px 0;
  margin-top: 6%;
}

.home-two-post {
  outline: 20px solid #fff;
  border: 20px solid #fff;
  margin-top: -1%;
  z-index: 5;
  position: relative;
}

/*------ HOME-3-GADGET ------*/
.gadgets-new .gadget-new-post .nav-item .nav-link {
  color: #000;
}
.gadgets-new .gadget-new-post .nav-item .nav-link.active {
  color: #0dcaf0;
}

/*------ HOME-4-LIFESTYLE ------*/
.Lifestyle-latest-post .lifestyle-post-card .lifestyle-post-content {
  background-color: rgba(255, 255, 255, 0.7882352941);
}

.blog-quotes h2 {
  font-family: "Dancing Script", cursive;
}

.lifestyle-video, .travel-editor-post, .gadgets-Trending {
  padding-bottom: 150px;
}

/*------ HOME-5-FASHION ------*/
.fashion-post .load-btn {
  letter-spacing: 2px;
}
.fashion-post .bg-font img {
  height: 300px;
}
.fashion-post .bg-font::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1725490196);
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  border: 1px solid #fff;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
.fashion-post .bg-font h2 {
  font-family: "Lavishly Yours", cursive;
  transform: rotate(90deg);
  margin-top: -45%;
  margin-right: -70%;
  letter-spacing: 4px;
}

/*------ HOME-6-TRAVEL ------*/
.sidebar-travel .view-post-content {
  margin-top: -6%;
  width: 85%;
}

/*------ HOME-7-INTERIOR ------*/
.interior-post .interior-sidebar .post-title h6 {
  letter-spacing: 2px;
}
.interior-post .interior-sidebar .product-card .cart-btn {
  font-size: 13px;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.4s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.interior-post .interior-sidebar .product-card:hover .cart-btn {
  opacity: 1;
  transform: translateY(0);
}

/*------ HOME-8-FOOD ------*/
.food-post .food-post-content .more-link {
  letter-spacing: 1px;
  font-size: 14px;
}

.food-video video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/*------ HOME-9-NEWS ------*/
.news-post .news-ads img {
  height: 230px;
}
@media (max-width: 767px) {
  .news-post .news-ads img {
    height: auto;
  }
}

.top-news-post .img-news .news-text {
  display: block;
  position: absolute;
  height: 0;
  top: 0;
  opacity: 0;
  transition: 0.8s ease-in-out;
  overflow-y: scroll;
}
.top-news-post .img-news:hover .news-text {
  opacity: 1;
  height: 100%;
}

/*------ HOME-1 ------*/
.home-one {
  /* Keyframe animations for CTA */
  /* Keyframe animations for Description */
  /* Keyframe animations for Sub Heading */
  /* Keyframe animations for Main Heading */
  /* Keyframe animations for background */
}
.home-one .slider-wrap {
  height: 850px;
}
@media (max-width: 767px) {
  .home-one .slider-wrap {
    height: 400px;
  }
}
.home-one .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
}
.home-one .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.home-one .swiper-slide-active .slide--bg {
  animation: zoomInBg 1.5s ease forwards;
}
.home-one .slide--bg .slide-bg--inner {
  padding: 200px 400px;
  background: rgba(255, 255, 255, 0.6117647059);
  margin: auto;
}
@media (max-width: 991px) {
  .home-one .slide--bg .slide-bg--inner {
    padding: 150px 300px;
  }
}
.home-one .swiper-slide-active .slide--bg .slide-bg--inner {
  animation: zoomInInner 1s ease forwards;
}
.home-one .slide-main--heading {
  display: block;
  text-align: center;
  color: #000;
  line-height: normal;
  padding: 0px 0px 23px;
  font-weight: 700;
  font-size: 52px;
  white-space: normal;
  text-transform: capitalize;
}
.home-one .from-left, .home-one .from-right {
  opacity: 0;
  font-size: 1.8rem;
  filter: blur(4px);
  transition: opacity 0.5s ease, filter 0.5s ease;
}
@media (max-width: 991px) {
  .home-one .from-left, .home-one .from-right {
    font-size: 1rem;
  }
}
.home-one .swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s;
}
.home-one .swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards;
  animation-delay: 1s;
}
.home-one .slide-main--subheading {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0;
  filter: blur(4px);
}
.home-one .swiper-slide-active .slide-main--subheading {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInDown 1s ease forwards;
  animation-delay: 1.2s;
}
.home-one .slide-des {
  color: rgb(255, 255, 255);
  margin: auto;
  opacity: 0;
}
.home-one .swiper-slide-active .slide-des {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1.4s;
}
.home-one .slide-cta .slide-btn {
  text-align: inherit;
  line-height: 27px;
  border-width: 1px;
  margin: 0px;
  padding: 18px 70px 18px 46px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  background-size: 200% auto;
  display: inline-block;
  border: 2px solid transparent;
  position: relative;
  transition: 0.3s ease-in-out !important;
  opacity: 0;
}
.home-one .swiper-slide-active .slide-cta .slide-btn {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp2 1s ease forwards;
  animation-delay: 1.4s;
}
.home-one .slide-cta .slide-btn:hover {
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  transform: translate3d(0, -2px, 0);
  background-position: right center;
}
.home-one .slide-cta .slide-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  position: absolute;
  border-radius: 100%;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  background: #fff;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.home-one .parallax-slider .slide-btns {
  width: 54px;
  height: 54px;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}
.home-one .slide-btns.swiper-button-next:after, .home-one .slide-btns.swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.home-one .slide-btns:hover {
  border: 1px solid #fff;
  background: #fff;
}
.home-one .slide-btns:hover:after {
  color: #232323;
}
.home-one span.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: background 0.3s ease;
  opacity: 1;
  display: none;
}
.home-one span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.home-one .autoplay-progress {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 10px;
}
.home-one .progress-fill {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1490196078);
  width: var(--progress, 0%);
  transition: width 0.5s ease;
}

/*------ HOME-4-LIFESTYLE ------*/
.home-four {
  background-image: url(../images/lifestyle-bg-1.avif);
  padding: 300px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-four .home-four-content {
  background-color: rgba(255, 255, 255, 0.337254902);
  width: 50%;
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .home-four {
    padding: 100px 0;
  }
  .home-four .home-four-content {
    width: 90%;
  }
}
/*------ HOME-5-FASHION ------*/
.home-five .home-five-content {
  padding: 23%;
}
@media (max-width: 767px) {
  .home-five .home-five-content {
    padding: 10px;
  }
}
.home-five .home-slider {
  width: 100%;
  margin-bottom: 10px;
}
.home-five .home-slider .swiper-slide {
  height: auto;
  max-height: 800px;
}
.home-five .home-slider .swiper-slide img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.home-five .home-thumbs {
  width: 100%;
  overflow: hidden;
}
.home-five .home-thumbs .swiper-slide {
  width: 290px;
  height: 100px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.home-five .home-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.home-five .home-thumbs .swiper-slide img {
  width: 290px;
  height: 100%;
}

/*------ HOME-5-TRAVEL ------*/
.home-six .video-six {
  height: 1000px;
}
@media (max-width: 767px) {
  .home-six .video-six {
    height: 400px;
  }
}

/*------ HOME-8-FOOD ------*/
.home-eight {
  background-image: url(../images/food-bg-3.avif);
  background-repeat: no-repeat;
  background-position: center;
  padding: 250px 0;
}
.home-eight .box {
  width: 50%;
}

@media (max-width: 767px) {
  .home-eight {
    padding: 150px 10px;
  }
  .home-eight .box {
    width: auto;
  }
}
/*------ HOME-9-NEWS ------*/
.home-nine .home-nine-img {
  width: 80%;
}
.home-nine .news-card {
  width: 35%;
  top: 12%;
}
@media (min-width: 767px) and (max-width: 990px) {
  .home-nine .home-nine-img {
    width: 100%;
  }
  .home-nine .news-card {
    top: 7%;
  }
  .home-nine .news-card h3 {
    font-size: 1.4rem;
  }
}

/*------ HOME-10-FITNESS ------*/
.home-ten {
  background-image: url(../images/gym-bg-3.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0;
}
.home-ten::before {
  background-color: rgba(0, 0, 0, 0.6784313725);
}

@media (max-width: 767px) {
  .home-ten {
    padding: 100px 0;
  }
}
/*------ INSTAGRAM ------*/
.insta .insta-img::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3647058824);
  top: 11px;
  right: 11px;
  bottom: 11px;
  left: 11px;
  border: 1px solid #fff;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.insta .insta-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.insta .insta-img .insta-link {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.insta .insta-img:hover::before, .insta .insta-img:hover .insta-link {
  opacity: 1;
  transform: scale(0.96);
}
.insta .insta-img:hover::after {
  background-color: transparent;
}
.insta .follow-link {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  color: #005cb9;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
.insta .follow-link:hover {
  background-color: #005cb9;
  color: #fff;
}
.insta .follow-link-two {
  color: #f36d50;
}
.insta .follow-link-two:hover {
  background-color: #f36d50;
}
.insta .follow-link-three {
  color: #0dcaf0;
}
.insta .follow-link-three:hover {
  background-color: #0dcaf0;
}
.insta .follow-link-four {
  color: #000;
}
.insta .follow-link-four:hover {
  background-color: #000;
}
.insta .follow-link-five {
  color: #E9C46A;
}
.insta .follow-link-five:hover {
  background-color: #E9C46A;
}
.insta .follow-link-six {
  color: #172815;
}
.insta .follow-link-six:hover {
  background-color: #172815;
}
.insta .follow-link-eight {
  color: #367ee7;
}
.insta .follow-link-eight:hover {
  background-color: #367ee7;
}
.insta .follow-link-nine {
  color: #ff3385;
}
.insta .follow-link-nine:hover {
  background-color: #ff3385;
}

/*------ LEFT-SIDEBAR ------*/
.leftbar-feature .leftbar-feature-img {
  width: 32%;
}

.leftbar-newsletter .msg-icon, .leftbar-newsletter .arrow-icon {
  background-color: var(--bs-primary-bg-subtle);
  width: 60px;
  height: 50px;
  line-height: 50px;
}
.leftbar-newsletter .newsletter-box input {
  outline: none;
}

.leftbar-category .left-cg-img {
  height: 70px;
}

.leftbar-tags a {
  color: #777;
  transition: all 0.5s ease;
}
.leftbar-tags a:hover {
  background-color: #005cb9;
  color: #fff;
}

.leftbar-ads .ads-overlay::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2823529412);
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
  border: 1px solid #fff;
}
.leftbar-ads .ads-overlay h2 {
  font-family: "Lavishly Yours", cursive;
}

.leftbar-title {
  position: relative;
}
.leftbar-title::after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0dcaf0;
}

.leftbar-title-2::after {
  background-color: #f36d50;
}

.leftbar-title-6::after {
  background-color: #172815;
}

.leftbar-title-1::after {
  background-color: #005cb9;
}

.leftbar-title-9::after {
  background-color: #ff3385;
}

/*------ RIGHT-SIDEBAR ------*/
.heading h2 {
  letter-spacing: 6px;
  line-height: 0.9;
}

.right-sidebar .rightbar-video .right-video-img {
  border: 35px solid #fff;
  margin-top: -58%;
}
@media (max-width: 767px) {
  .right-sidebar .rightbar-video .right-video-img {
    margin-top: 0;
  }
}

.contact-form textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #d8d8d8;
  outline: 0;
  background-color: transparent;
  color: #989898;
  box-sizing: border-box;
  transition: border 0.3s ease-in-out;
}
.contact-form input[type=text] {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #d8d8d8;
  outline: 0;
  background-color: transparent;
  color: #989898;
  box-sizing: border-box;
  transition: border 0.3s ease-in-out;
}

/*------ FULL-SIDEBAR ------*/
@media (min-width: 1440px) {
  .full-container .container, .typography .container {
    max-width: 1200px;
  }
}

/*------ GALLERY ------*/
.timelineSwiper {
  max-height: 600px;
}

.arrow-link, .swiper-btn {
  cursor: pointer;
}

.swiper-slide-thumb-active {
  background: #005cb9 !important;
  color: #fff !important;
}

/*------ NO-SIDEBAR SCSS------*/
.no-sidebar .slider {
  width: 100%;
  margin: 30px auto;
  position: relative;
}
.no-sidebar .item {
  width: 100%;
  max-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-sidebar .slick-prevs, .no-sidebar .slick-nexts {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.no-sidebar .slick-prevs {
  left: 10px;
}
.no-sidebar .slick-nexts {
  right: 10px;
}
.no-sidebar .full-sidebar-video img {
  max-height: 700px;
}
.no-sidebar .full-sidebar-video i {
  cursor: pointer;
}
.no-sidebar .full-sidebar-video video {
  display: none;
  max-height: 700px;
}
.no-sidebar .full-sidebar-video .fullsidebar-quotes h2 {
  font-family: "Dancing Script", cursive;
}
.no-sidebar .full-sidebar-video .fullsidebar-quotes .name {
  font-family: "DM Sans", sans-serif;
}

/*------ CONTACT PAGE ------*/
.contact-home {
  background-image: url(../images/contact-3.avif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 0;
}
.contact-home .contact-heading {
  letter-spacing: 2px;
}

.contact form input, .contact form textarea {
  outline-color: #005cb9;
}

.about-home img {
  height: 750px;
}

.team-img {
  transition: transform 0.5s ease-in-out;
}
.team-img:hover {
  transform: scale(1.1);
}

.team-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #005cb9;
  transition: transform 0.5s ease-in-out;
}
.team-img:hover::before {
  transform: scale(0.75);
}

.team-icon {
  width: 35px;
  height: 35px;
  line-height: 43px;
  background-color: #005cb9;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  transition: transform 0.5s ease-in-out;
}
.team-icon:hover {
  background-color: transparent;
  color: #005cb9;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 60px;
  width: 60px;
  line-height: 79px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  display: inline-block;
  background: #fff;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}
.waves {
  position: absolute;
  width: 170px;
  height: 170px;
  background: rgba(230, 227, 227, 0.459);
  opacity: 0;
  border-radius: 100%;
  right: -55px;
  bottom: -55px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/*------ AUTHORS ------*/
.author .author-img {
  height: 443px;
}

.lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox-overlay:target {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox-content img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2em;
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  z-index: 10000;
}

.close::after {
  content: "X";
  color: #FAF9F7;
}

/*------ BLOG-BAND ------*/
.blog-band .band-img {
  height: 305px;
}

.pagination .page-link {
  color: #000;
  transition: 0.5s ease-in-out;
}
.pagination .page-link:focus, .pagination :hover {
  background-color: #005cb9;
  color: #fff;
}
.pagination .page-link.active {
  border: 0;
  background-color: #005cb9;
  color: #fff;
}

/*------ BLOG-STANDARD ------*/
.blog-standard .blog-standard-img {
  height: 600px;
}

/*------ ERROR ------*/
.error-section {
  /* Path visual */
  /* Background elements */
  /* Suggested links */
}
.error-section .error-container {
  position: relative;
  z-index: 2;
}
.error-section .error-page {
  padding: 100px 0;
  position: relative;
}
.error-section .error-page h2 {
  font-size: 12rem;
}
@media (max-width: 576px) {
  .error-section .error-page h2 {
    font-size: 7rem;
  }
}
.error-section .error-desc {
  font-size: 1.1rem;
  max-width: 500px;
}
.error-section .btn-primary {
  background: linear-gradient(135deg, #005cb9, #005cb9);
  border: none;
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3);
  padding: 12px 30px;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
.error-section .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}
.error-section .btn-outline {
  color: #005cb9;
  background: transparent;
  border: 2px solid #005cb9;
  padding: 10px 28px;
  font-weight: 600;
  transition: 0.5s ease-in-out;
}
.error-section .btn-outline:hover {
  color: white;
  background-color: #005cb9;
  transform: translateY(-3px);
}
.error-section .path-visual {
  position: relative;
  height: 100px;
  margin: 2rem auto;
  max-width: 600px;
}
.error-section .path-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #d1d5db 0px, #d1d5db 6px, transparent 6px, transparent 12px);
}
.error-section .path-node {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #005cb9;
  border: 2px solid #d1d5db;
}
.error-section .node-start {
  left: 0%;
  background-color: #005cb9;
  border-color: #005cb9;
}
.error-section .node-middle {
  left: 50%;
  background-color: #d1d5db;
  border-color: #000;
  position: relative;
}
.error-section .node-middle::after {
  content: "?";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--gray-800);
  font-weight: bold;
  font-size: 14px;
}
.error-section .node-end {
  left: 100%;
  background-color: #ff3385;
  border-color: #ff3385;
}
.error-section .node-label {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: var(--gray-600);
  white-space: nowrap;
}
.error-section .bg-element {
  position: absolute;
  opacity: 0.2;
  z-index: -1;
}
.error-section .bg-element.circle {
  background: linear-gradient(45deg, #005cb9, #005cb9);
  border-radius: 50%;
}
.error-section .bg-element.circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -150px;
}
.error-section .bg-element.circle-2 {
  width: 200px;
  height: 200px;
  bottom: -70px;
  right: 0;
}
.error-section .bg-element.square {
  width: 120px;
  height: 120px;
  background-color: #005cb9;
  opacity: 0.1;
  transform: rotate(45deg);
  top: 20%;
  right: 10%;
}
.error-section .bg-element.triangle {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-bottom: 130px solid #005cb9;
  opacity: 0.1;
  bottom: 10%;
  left: 10%;
}
.error-section .suggested-links {
  margin-top: 4%;
}
.error-section .suggested-links h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.error-section .suggested-links a {
  display: inline-block;
  margin: 5px;
  padding: 8px 20px;
  background-color: white;
  border-radius: 20px;
  color: #172815;
  text-decoration: none;
  font-size: 0.95rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.5s ease-in-out;
}
.error-section .suggested-links a:hover {
  background-color: #005cb9;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2);
}/*# sourceMappingURL=main.css.map */