/**
* Template Name: Eterna - v4.8.1
* Template URL: https://bootstrapmade.com/eterna-free-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #000000;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #e6573f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e96b56;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee8b7a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #2b7fe5;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #e96b56;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #e96b56;
}

#topbar .social-links a {
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}

#topbar .social-links a:hover {
  color: #e96b56;
}

#topbar button {
  border: none;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: auto;
  background-color: #f27124;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-left: 8px solid #e96b56;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  font-weight: bold;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #545454;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #e96b56;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #e96b56;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ec7f6d;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #545454;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e96b56;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
      left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #545454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
      display: block;
  }

  .navbar ul {
      display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e96b56;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e96b56;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}

/* .carousel {
  width: 100% !important;
  height: 100% !important;
} */

#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #2e2e2e;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #e96b56;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #e96b56;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #e96b56;
  background: #e96b56;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #e96b56;
  text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
  #hero {
      margin-bottom: 60px;
  }

  #hero .carousel-container {
      padding-bottom: 0;
  }

  #hero .carousel-indicators li {
      margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
      height: 90vh;
  }

  #hero .carousel-item {
      height: 90vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
      width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
      width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}

.section-title h2 {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Poppins", sans-serif;
  }  
}

@media screen and (max-width: 480px) {
  .section-title h2 {
    font-size: 27px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: "Poppins", sans-serif;
    text-align: left;
  }  
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 10px 0 10px 0;
  background: #1f2937;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
  margin: -5px;
  --bs-breadcrumb-divider-color: #ffffff;
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.featured .icon-box i {
  color: #e96b56;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: #e96b56;
}

.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

#animated-cards .card-header {
  height: auto;
  background-color: #1f2937;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
  width: 200px;
	text-align: center;
	margin-bottom: 25px;
    margin-top: -10px;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.14);
	border-radius: .375rem;
	z-index: 1 !important;
}

#animated-cards .heading-card {
  margin-top: 10px;
  font-weight: bold;
}

#animated-cards .cardheader-text {
  color: #fff;
}

#animated-cards .card-text:last-child {
  color: #000000;
}

#animated-cards .card.cards-shadown {
  box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
}

#animated-cards {
  margin: 40px;
}

#animated-cards .col {
  padding: 20px 7px 0px 7px;
}

/* Card Hover Scale & Effect */

#animated-cards .card:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 1200ms;
  z-index: 99;
}

#animated-cards .card {
  transition: all 1200ms;
  height: 100%;
}

/* Color on hover */

#animated-cards .card:hover .card-header:first-child {
  background-color: #f27026;
}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.services .icon-box img {
  width: 50%;
  height: 50%;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 100px;
  background: #e96b56;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #fbe2dd;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #545454;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #e96b56;
  border-color: #e96b56;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #e96b56;
}

.services .icon-box:hover .icon::before {
  background: #ef9383;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}

.clients .swiper-slide img {
  transition: 0.3s;
  height: 50px;
  width: auto;
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background: #fff;
  display: flex;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #e96b56;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #545454;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.carousel-inner .card {
  margin: 5px;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: white;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 62px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #545454;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e0e0e0;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #e96b56;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #e96b56;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #e96b56;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(84, 84, 84, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/
.career-form {
  background-color: #4e63d7;
  border-radius: 5px;
  padding: 0 16px;
}

.career-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
}

.career-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.career-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.career-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.career-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.career-form .custom-select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  height: auto;
  background-image: none;
}

.career-form .custom-select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.career-form .select-container {
  position: relative;
}

.career-form .select-container:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  font-size: 18px;
  color: #ffffff;
  content: '\F2F9';
  font-family: "Material-Design-Iconic-Font";
}

.filter-result .job-box {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 10px 35px;
}

ul {
  list-style: none;
}

.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}

.list-disk li:last-child {
  margin-bottom: 0;
}

.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px;
}

.career-title {
  background-color: #4e63d7;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .job-overview {
      position: -webkit-sticky;
      position: sticky;
      top: 70px;
  }
}

.job-overview .job-detail ul {
  margin-bottom: 28px;
}

.job-overview .job-detail ul li {
  opacity: 0.75;
  font-weight: 600;
  margin-bottom: 15px;
}

.job-overview .job-detail ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.job-overview .overview-bottom,
.job-overview .overview-top {
  padding: 35px;
}

.job-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .job-content ul li {
      border-bottom: 0;
      padding: 0;
  }
}

.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #e96b56;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #e96b56;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #e96b56;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #e96b56;
}

.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}

@media (max-width: 992px) {
  .pricing .box {
      max-width: 60%;
      margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
      max-width: 80%;
      margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
      max-width: 100%;
      margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 80px 20px;
  /* background: #fff; */
}

.team .member img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0 0 30px 0;
  margin-top: -20px;
}

.team h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
  padding-bottom: 15px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #e96b56;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.faq-nav {
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.nav-link {
  position: relative;
  display: block;
  margin: 0;
  padding: 13px 16px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #616161;
  transition: background-color .2s ease;
}

.nav-link:hover {
  background-color: #f6f6f6;
}

.nav-link.active {
  background-color: #f6f6f6;
  font-weight: 700;
  color: rgba(0, 0, 0, .87);
}

.nav-link:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0;
}

i.mdi {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
}

.tab-content {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.card {
  border-radius: 0;
}

.card-header {
  padding: 15px 16px;
  border-radius: 0;
  background-color: #1f2937;
  color: white;
}

.card-header h5 {
  margin: 0;
}

.card-header button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: 700;
  color: rgba(0, 0, 0, .87);
  text-align: left;
  white-space: normal;
}

.card-header:hover,
.card-header:focus,
.card-header:active,
.card-header:hover:active {
  text-decoration: none;
}

.accordion .card :not(:first-child) {
  border-top: 0;
}

.collapse.show .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #e96b56;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e96b56;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #e96b56;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6573f;
}

@-webkit-keyframes animate-loading {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.wrapper {
  width: 100%;
  margin: auto;
  padding: 30px;
}

.wrapper .search {
  border: 1px solid #c8c8c8;
  overflow: hidden;
  border-radius: 25px;
  padding: 0 10px;
  margin: 15px 0 20px;
  transition: all 0.3s
}

.wrapper .search:hover,
.wrapper .search:focus-within {
  border: 1px solid transparent;
  box-shadow: 2px 5px 8px #1f1f1f10, 0px -4px 5px #1f1f1f10
}

.wrapper .search .form-control {
  box-shadow: none;
  outline: none;
  border: none
}

.wrapper .search .form-control:focus::placeholder {
  opacity: 0
}

.wrapper .accordion-button {
  font-size: 0.9rem;
  font-weight: 500
}

.wrapper .accordion-button:hover {
  background-color: #f27124
}

.wrapper .accordion-button:focus {
  box-shadow: none
}

.wrapper .accordion-button::after {
  background-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8c8c8;
  background-position: center center;
  border-radius: 50%
}

.wrapper .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f7f7f7;
  font-weight: 600;
  border-bottom: 1px solid #ddd !important
}

.accordion-button:not(.collapsed)::after {
  border-color: #1E88E5
}

.wrapper .accordion-button.collapsed {
  border-bottom: 1px solid #ddd !important
}

.wrapper .accordion-collapse.show {
  border-bottom: 1px solid #ddd !important
}

.wrapper .accordion-collapse {
  background-color: #eaf3fa
}

.wrapper .accordion-collapse p {
  line-height: 2rem;
  width: 100%;
  padding: 0.5rem 1.3rem
}


@media (max-width: 777px) {
  .wrapper {
      margin: 50px 20px
  }
}

@media (max-width: 365px) {
  .wrapper {
      margin: 50px 10px
  }

  .w-75 {
      width: 90% !important
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px;
}

.blog .entry {
  padding: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.blog .entry .entry-img {
  height: 20%;
  width: 50%;
  margin: 30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
  width: 50%;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e96b56;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  width: 50%;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e96b56;
  color: rgb(0, 0, 0);
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #ec7f6d;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e96b56;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e96b56;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #545454;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e96b56;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #eb7b68;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e96b56;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e96b56;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e96b56;
  background: #e96b56;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}


/**
 * ISNET Light Theme v2 — cleaner, quieter light mode
 */

:root {
  --isnet-coral: #e96b56;
  --isnet-coral-soft: #f8e8e4;
  --isnet-blue: #1f2937;
  --isnet-blue-soft: #f3f4f6;
  --isnet-ink: #111827;
  --isnet-muted: #4b5563;
  --isnet-line: #e8edf3;
  --isnet-surface: #ffffff;
  --isnet-wash: #f7f9fc;
  --isnet-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
  --isnet-radius: 14px;
}

/*--------------------------------------------------------------
# Base — calm white page
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  background: #fff;
  color: var(--isnet-ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

p {
  color: var(--isnet-muted);
}

a:hover {
  color: var(--isnet-coral);
}

.back-to-top {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  box-shadow: 0 8px 20px rgba(233, 107, 86, 0.25);
}

/*--------------------------------------------------------------
# News ticker — quieter
--------------------------------------------------------------*/
.bn-breaking-news {
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  box-sizing: border-box;
  position: relative;
  line-height: 38px;
  overflow: hidden;
  font-size: 13px;
  background: #111827;
}

.bn-label {
  position: relative;
  flex: 0 0 auto;
  height: 100%;
  background: var(--isnet-coral);
  text-align: center;
  color: #fff;
  font-weight: 700;
  z-index: 3;
  padding: 0 16px;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.bn-label a {
  color: #fff !important;
}

.bn-breaking-news marquee {
  flex: 1 1 auto;
  width: 0;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.bn-breaking-news marquee a,
.bn-breaking-news a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
}

.bn-breaking-news a:hover {
  color: #fff !important;
}

.bn-breaking-news img {
  filter: brightness(0) invert(1);
  opacity: 0.85;
  vertical-align: middle;
  margin-right: 4px;
}

/*--------------------------------------------------------------
# Header / Nav
--------------------------------------------------------------*/
#header {
  height: 76px;
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid var(--isnet-line);
}

#header .logo {
  display: flex;
  align-items: center;
}

#header .logo img {
  max-height: 52px;
  width: auto;
}

.navbar ul {
  font-weight: 600;
  gap: 0.15rem;
}

.navbar a,
.navbar a:focus {
  color: #374151;
  font-weight: 600;
  font-size: 13.5px;
  padding: 10px 0 10px 22px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--isnet-coral);
}

.navbar .dropdown ul {
  border-radius: 12px;
  border: 1px solid var(--isnet-line);
  box-shadow: var(--isnet-shadow);
  padding: 6px 0;
  overflow: hidden;
  top: calc(100% + 12px);
}

.navbar .dropdown ul a {
  color: #374151;
  padding: 10px 18px;
}

.navbar .dropdown ul a:hover {
  background: var(--isnet-wash);
  color: var(--isnet-coral);
}

/* Make Login feel like an action */
.navbar > ul > li:last-child > a {
  margin-left: 8px;
  padding: 8px 14px !important;
  border: 1px solid var(--isnet-line);
  border-radius: 999px;
  background: var(--isnet-wash);
}

.navbar > ul > li:last-child > a:hover,
.navbar > ul > li:last-child:hover > a {
  border-color: rgba(233, 107, 86, 0.35);
  background: var(--isnet-coral-soft);
}

/*--------------------------------------------------------------
# Section titles — quieter
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding: 0.75rem 0 1.5rem;
}

.section-title h2,
.section-title h1 {
  font-size: clamp(1.4rem, 2.2vw, 1.9rem) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: var(--isnet-ink) !important;
  margin-bottom: 0.85rem !important;
  padding-bottom: 0.85rem !important;
  letter-spacing: -0.02em;
  text-transform: none !important;
}

.section-title h2::after,
.section-title h1::after {
  width: 40px !important;
  height: 3px !important;
  background: var(--isnet-coral) !important;
  border-radius: 999px;
  left: calc(50% - 20px) !important;
}

.section-title p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--isnet-muted);
}

/*--------------------------------------------------------------
# Breadcrumbs — slim
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 10px 0 !important;
  background: var(--isnet-wash) !important;
  border-bottom: 1px solid var(--isnet-line);
  margin-bottom: 1.75rem !important;
  box-shadow: none !important;
}

.breadcrumbs ol li,
.breadcrumbs ol li a,
.breadcrumbs ol li + li::before,
.breadcrumbs .breadcrumb-item,
.breadcrumbs .breadcrumb-item a,
.breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  color: var(--isnet-muted) !important;
  font-size: 13px;
}

.breadcrumbs ol li a:hover,
.breadcrumbs .breadcrumb-item a:hover {
  color: var(--isnet-coral) !important;
}

.breadcrumbs h1 {
  color: var(--isnet-ink) !important;
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  margin-top: 0.35rem !important;
}

/*--------------------------------------------------------------
# Home hero
--------------------------------------------------------------*/
.home-hero {
  position: relative;
  margin: 0 0 1.5rem !important;
  background: var(--isnet-wash);
  border-bottom: 1px solid var(--isnet-line);
}

.home-hero .carousel-inner {
  max-height: none;
}

.home-hero .carousel-item img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  display: block;
}

.home-hero::after {
  display: none;
}

.home-hero .carousel-control-prev-icon,
.home-hero .carousel-control-next-icon {
  width: 2.4rem;
  height: 2.4rem;
  background-color: rgba(17, 24, 39, 0.4);
  border-radius: 50%;
  background-size: 55% 55%;
}

/*--------------------------------------------------------------
# Award / announcement — less nested
--------------------------------------------------------------*/
.award-announce {
  padding: 2.75rem 0 3rem !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  overflow: visible !important;
}

.award-announce::before {
  display: none !important;
}

.award-announce__intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 6.5rem);
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid var(--isnet-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(31, 41, 55, 0.08), transparent 34%),
    #fff;
  box-shadow: 0 22px 55px rgba(25, 48, 80, 0.07);
}

.award-announce__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--isnet-coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.award-announce__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.award-announce__heading h2 {
  max-width: 570px;
  margin: 0.85rem 0 1.15rem;
  color: var(--isnet-ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.award-announce__panel {
  min-width: 0;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.award-announce__lead {
  max-width: 450px;
  margin: 0;
  color: var(--isnet-ink);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.7;
}

.award-announce__trust {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  max-width: 390px;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--isnet-line);
}

.award-announce__trust > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: var(--isnet-blue-soft);
  color: var(--isnet-blue);
  font-size: 1.15rem;
}

.award-announce__trust strong,
.award-announce__trust small {
  display: block;
}

.award-announce__trust strong {
  margin-bottom: 0.15rem;
  color: var(--isnet-ink);
  font-size: 0.86rem;
}

.award-announce__trust small {
  color: var(--isnet-muted);
  font-size: 0.72rem;
  line-height: 1.45;
}

.award-announce__text {
  color: var(--isnet-muted);
  font-size: 0.93rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.award-announce__text--closing {
  margin: 1.25rem 0 0;
  padding-top: 1.15rem;
  border-top: 1px solid var(--isnet-line);
}

.award-announce__licenses {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.award-announce__licenses li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--isnet-line);
  border-radius: 12px;
}

.award-announce__license-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  background: #fff;
  color: var(--isnet-blue);
  border: 1px solid var(--isnet-line);
  font-size: 1.05rem;
}

.award-announce__licenses strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--isnet-ink);
  font-size: 0.86rem;
}

.award-announce__licenses p {
  margin: 0;
  color: var(--isnet-muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.award-announce__docs {
  margin-top: 2rem;
}

.award-doc {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid var(--isnet-line);
  border-radius: var(--isnet-radius);
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.award-doc:hover,
.award-doc:focus-visible {
  transform: translateY(-3px);
  border-color: #c7d5e8;
  box-shadow: var(--isnet-shadow);
  outline: none;
}

.award-doc__frame {
  display: block;
  aspect-ratio: 3 / 4;
  background: var(--isnet-wash);
  overflow: hidden;
}

.award-doc__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.award-doc__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.85rem 0.95rem 1rem;
  border-top: 1px solid var(--isnet-line);
}

.award-doc__label {
  font-weight: 600;
  color: var(--isnet-ink);
  font-size: 0.95rem;
}

.award-doc__hint {
  color: var(--isnet-coral);
  font-size: 0.8rem;
  font-weight: 500;
}

.award-modal {
  border: 0;
  border-radius: var(--isnet-radius);
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .award-announce__intro {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .award-announce__intro {
    gap: 2rem;
    padding: 1.4rem;
    border-radius: 16px;
  }

  .award-announce__trust {
    margin-top: 1.5rem;
  }
}

/*--------------------------------------------------------------
# Who We Are
--------------------------------------------------------------*/
.who-we-are,
.isnet-section-wash {
  padding: 2.75rem 0 !important;
  background: var(--isnet-wash) !important;
  border-top: 1px solid var(--isnet-line);
  border-bottom: 1px solid var(--isnet-line);
}

.who-we-are__panel {
  background: #fff;
  border: 1px solid var(--isnet-line);
  border-radius: var(--isnet-radius);
  box-shadow: none;
  padding: 1.5rem 1.5rem 1.35rem;
  height: 100%;
}

.who-we-are__panel .section-title {
  text-align: left;
  padding: 0 0 0.5rem;
}

.who-we-are__panel .section-title h2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
}

.who-we-are__panel .section-title h2::after {
  left: 0 !important;
}

.who-we-are__panel p {
  text-align: left;
  color: var(--isnet-muted);
  margin: 0;
  line-height: 1.75;
}

.who-we-are__media {
  border-radius: var(--isnet-radius);
  overflow: hidden;
  border: 1px solid var(--isnet-line);
  background: #0f172a;
  height: 100%;
  min-height: 280px;
  box-shadow: none;
}

.who-we-are__media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-light {
  padding: 2.75rem 0 3rem;
  background: #fff;
}

.testimonials-light .slide-container {
  padding: 0 52px 2rem;
  overflow: hidden;
}

.testimonials-light .slide-content {
  height: auto;
  min-height: 440px;
  padding: 4px 2px 24px;
  margin: 0;
  overflow: hidden;
}

.testimonials-light .card-wrapper {
  align-items: stretch;
}

.testimonials-light .card {
  height: 410px !important;
  min-height: 410px;
  border-radius: var(--isnet-radius);
  background: #fff;
  border: 1px solid var(--isnet-line);
  box-shadow: none;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.testimonials-light .card-body {
  width: 100%;
}

.testimonials-light .testimony-logo {
  display: grid;
  width: 100%;
  height: 150px;
  place-items: center;
  overflow: visible;
}

.testimonials-light .testimony-logo img {
  width: auto !important;
  max-width: min(320px, 100%);
  height: 144px !important;
  object-fit: contain;
  transform: scale(1.2);
}

.testimonials-light .card:hover {
  transform: translateY(-2px);
  border-color: #c7d5e8;
  box-shadow: var(--isnet-shadow);
}

.testimonials-light .quote-icon i {
  font-size: 2rem !important;
  color: var(--isnet-coral) !important;
  opacity: 0.7;
}

.testimonials-light .testimony-text h5 {
  display: -webkit-box;
  overflow: hidden;
  color: var(--isnet-muted) !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.testimonials-light .testimony-footer {
  display: grid;
  min-height: 48px;
  align-content: end;
}

.testimonials-light .testimony-footer h5 {
  color: var(--isnet-ink) !important;
  font-size: 0.98rem !important;
}

.testimonials-light .testimony-footer p {
  color: #6b7280 !important;
  font-size: 0.86rem !important;
}

.testimonials-light .swiper-navBtn {
  color: var(--isnet-coral);
}

.testimonials-light .swiper-pagination-bullet {
  background: #d1d9e6;
  opacity: 1;
}

.testimonials-light .swiper-pagination-bullet-active {
  background: var(--isnet-coral);
}

@media (max-width: 768px) {
  .testimonials-light .slide-container {
    padding: 0 4px 2rem;
  }

  .testimonials-light .slide-content {
    margin: 0;
  }

  .testimonials-light .swiper-navBtn {
    display: none;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
#clients.clients {
  padding: 2.5rem 0 3rem;
  background: var(--isnet-wash);
  border-top: 1px solid var(--isnet-line);
}

#clients .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

#clients .swiper-slide img {
  width: auto !important;
  max-width: 100%;
  height: 64px !important;
  object-fit: contain;
  opacity: 0.85;
  filter: none;
  background: transparent !important;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#clients .swiper-slide img:hover {
  opacity: 1;
  transform: scale(1.03);
}

#clients.clients:not(.about-partners) .clients-slider {
  padding: 0.5rem 0 1.4rem;
}

#clients.clients:not(.about-partners) .swiper-slide {
  height: 90px;
  padding: 1rem;
  border: 1px solid var(--isnet-line);
  border-radius: 12px;
  background: #fff;
}

#clients.clients:not(.about-partners) .swiper-slide img {
  width: 100% !important;
  max-width: 130px;
  height: 54px !important;
}

#clients .swiper-pagination-bullet-active {
  background: var(--isnet-coral);
}

/*--------------------------------------------------------------
# Footer — dark charcoal
--------------------------------------------------------------*/
.footer-main {
  position: relative;
  padding-top: 2.5rem;
  background: #111827 !important;
  border-top: 0;
}

.footer-main::before {
  display: none !important;
}

.footer-main .address-main > div.col-lg-4 {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .footer-main .address-main > div.col-lg-4:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
  }
}

.footer-main .add-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-main h6 {
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  opacity: 0.95;
  position: relative;
  padding-bottom: 0.6rem;
  margin-bottom: 1.1rem !important;
}

.footer-main h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--isnet-coral);
  border-radius: 999px;
}

.footer-main p,
.footer-main a {
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.65;
  font-size: 0.95rem;
}

.footer-main a:hover {
  color: #fff !important;
}

.footer-main .btn-outline-light {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: rgba(255, 255, 255, 0.35);
}

.footer-main .btn-outline-light:hover {
  background: #fff;
  color: var(--isnet-blue) !important;
  border-color: #fff;
}

.footer-main .footer-bottom {
  margin-top: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/*--------------------------------------------------------------
# Floating social — compact icon stack
--------------------------------------------------------------*/
.social {
  position: fixed;
  top: auto;
  bottom: 96px;
  right: 14px;
  z-index: 10;
}

.social ul {
  padding: 0;
  margin: 0;
  transform: none !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.social ul li {
  display: block;
  margin: 0 !important;
  background: transparent !important;
  width: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: transform 0.2s ease;
}

.social ul li:hover {
  transform: translateY(-2px) !important;
  background: transparent !important;
}

.social ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--isnet-line);
  box-shadow: var(--isnet-shadow);
  color: var(--isnet-blue) !important;
  font-size: 0;
}

.social ul li a b {
  display: none;
}

.social ul li i {
  margin: 0 !important;
  color: var(--isnet-blue) !important;
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social ul li:hover a {
  border-color: rgba(31, 41, 55, 0.35);
  background: var(--isnet-blue-soft);
}

.social ul li:hover i {
  color: var(--isnet-blue) !important;
  background: transparent !important;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding: 0.5rem 0 3.5rem;
}

.contact__intro {
  max-width: 680px;
  margin-bottom: 1.75rem;
}

.contact__intro h2 {
  margin-bottom: 0.55rem;
  color: var(--isnet-ink);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.contact__intro p {
  margin: 0;
  line-height: 1.7;
}

.contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact .info-box {
  border: 1px solid var(--isnet-line);
  border-radius: var(--isnet-radius);
  background: #fff;
  box-shadow: none;
  padding: 1.35rem 1.4rem;
  text-align: left !important;
  height: 100%;
}

.contact .contact-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: start;
  column-gap: 0.9rem;
}

.contact .contact-card > i {
  grid-row: 1 / span 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 11px;
  background: var(--isnet-coral-soft);
}

.contact .contact-card h3,
.contact .contact-card p,
.contact .contact-card > div,
.contact .contact-card .contact__socials {
  grid-column: 2;
}

.contact .info-box:hover {
  transform: none;
  box-shadow: var(--isnet-shadow);
  border-color: #c7d5e8;
}

.contact .info-box i {
  color: var(--isnet-coral);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.contact .info-box h3 {
  color: var(--isnet-ink);
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.contact .info-box p {
  color: var(--isnet-muted);
  margin-bottom: 0.25rem;
  overflow-wrap: anywhere;
}

.contact .contact-card > div:not(.contact__socials) a {
  color: var(--isnet-blue);
  font-weight: 500;
}

.contact .contact-card > div:not(.contact__socials) a:hover {
  color: var(--isnet-coral);
}

.contact__socials {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.contact__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--isnet-line);
  border-radius: 50%;
  background: #fff;
}

.contact__socials a:hover {
  border-color: rgba(31, 41, 55, 0.35);
  background: var(--isnet-blue-soft);
}

.contact__socials a i {
  margin: 0 !important;
  color: var(--isnet-blue) !important;
  font-size: 1rem !important;
}

.contact__hours {
  padding: 1.5rem !important;
}

.contact__hours-title {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.1rem;
}

.contact__hours-title i {
  margin: 0 !important;
}

.contact__hours-title h3 {
  margin: 0 !important;
}

.contact__schedule {
  display: grid;
  gap: 0.75rem;
}

.contact__schedule-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--isnet-line);
}

.contact__schedule-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact__schedule-label {
  color: var(--isnet-ink);
  font-weight: 600;
}

.contact__schedule-value {
  color: var(--isnet-muted);
  text-align: right;
}

.contact__map {
  margin-top: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--isnet-line);
  border-radius: var(--isnet-radius);
  background: var(--isnet-wash);
}

.contact__map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

form .form-control,
form .form-select,
.contact .php-email-form input,
.contact .php-email-form textarea {
  border: 1px solid var(--isnet-line);
  border-radius: 10px;
  background: #fff;
  color: var(--isnet-ink);
}

form .form-control:focus,
form .form-select:focus {
  border-color: rgba(31, 41, 55, 0.4);
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.1);
}

.btn-primary,
button.btn-primary,
a.btn-primary,
.contact .php-email-form button[type=submit] {
  background: var(--isnet-coral);
  border-color: var(--isnet-coral);
  border-radius: 10px;
  font-weight: 600;
  box-shadow: none;
}

.btn-primary:hover,
button.btn-primary:hover,
a.btn-primary:hover {
  background: #e05740;
  border-color: #e05740;
}

/*--------------------------------------------------------------
# Survey form
--------------------------------------------------------------*/
.survey-page {
  background: var(--isnet-wash);
}

.survey-page .breadcrumbs {
  margin-bottom: 0 !important;
  background: #fff !important;
}

.survey-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background:
    radial-gradient(circle at 90% 8%, rgba(31, 41, 55, 0.09), transparent 30%),
    var(--isnet-wash);
}

.survey-shell::before {
  content: "";
  position: absolute;
  top: 140px;
  right: -110px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-radius: 50%;
}

.survey-intro {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin: 0 auto 2.5rem;
}

.survey-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--isnet-coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.survey-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.survey-intro h1 {
  margin: 0.8rem 0 1rem;
  color: var(--isnet-ink);
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.survey-intro p {
  max-width: 680px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.survey-alert {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  max-width: 960px;
  margin: 0 auto 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid;
  border-radius: 12px;
  background: #fff;
}

.survey-alert > i {
  margin-top: 0.1rem;
  font-size: 1.15rem;
}

.survey-alert strong,
.survey-alert span {
  display: block;
}

.survey-alert strong {
  margin-bottom: 0.15rem;
  color: var(--isnet-ink);
}

.survey-alert span {
  color: var(--isnet-muted);
  font-size: 0.88rem;
}

.survey-alert--success {
  border-color: #a7e1c0;
}

.survey-alert--success > i {
  color: #16834b;
}

.survey-alert--error {
  border-color: #f0b6b6;
}

.survey-alert--error > i {
  color: #c63f3f;
}

.survey-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 280px minmax(0, 680px);
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--isnet-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 26px 65px rgba(25, 48, 80, 0.09);
}

.survey-card__aside {
  position: relative;
  overflow: hidden;
  padding: 2.25rem;
  background: #111827;
  color: #fff;
}

.survey-card__aside::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border: 38px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.survey-card__step {
  display: inline-flex;
  margin-bottom: 2.5rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.survey-card__aside h2 {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.survey-card__aside > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.7;
}

.survey-card__aside ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}

.survey-card__aside li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
}

.survey-card__aside li i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
}

.survey-form {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.survey-form__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(150px, 0.6fr);
  gap: 1.2rem;
}

.survey-field {
  min-width: 0;
}

.survey-field--wide {
  grid-column: 1 / -1;
}

.survey-field label,
.survey-recommendation legend {
  display: block;
  width: auto;
  margin-bottom: 0.55rem;
  color: var(--isnet-ink);
  font-size: 0.82rem;
  font-weight: 650;
}

.survey-field label > span:not(.survey-field__optional),
.survey-recommendation legend > span {
  color: var(--isnet-coral);
}

.survey-field__optional {
  margin-left: 0.35rem;
  color: #8a96a6;
  font-size: 0.68rem;
  font-weight: 500;
}

.survey-form .form-control,
.survey-form .form-select {
  min-height: 48px;
  padding: 0.72rem 0.9rem;
  border: 1px solid #dce3ec;
  border-radius: 10px;
  background-color: #fff;
  color: var(--isnet-ink);
  font-size: 0.88rem;
}

.survey-form .form-control::placeholder {
  color: #9aa5b4;
}

.survey-form .form-control:focus,
.survey-form .form-select:focus {
  border-color: rgba(31, 41, 55, 0.52);
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.09);
}

.survey-form textarea.form-control {
  min-height: 125px;
  resize: vertical;
}

.survey-recommendation {
  margin: 1.6rem 0;
  padding: 0;
  border: 0;
}

.survey-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.survey-choice {
  cursor: pointer;
}

.survey-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.survey-choice span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  border: 1px solid #dce3ec;
  border-radius: 10px;
  background: #fff;
  color: var(--isnet-muted);
  font-size: 0.84rem;
  font-weight: 600;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.survey-choice span:hover {
  border-color: #bdc9d8;
  background: var(--isnet-wash);
}

.survey-choice input:checked + span {
  border-color: var(--isnet-blue);
  background: var(--isnet-blue-soft);
  color: var(--isnet-blue);
}

.survey-choice input:focus-visible + span {
  outline: 3px solid rgba(31, 41, 55, 0.16);
  outline-offset: 2px;
}

.survey-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--isnet-line);
}

.survey-form__footer p {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  max-width: 330px;
  margin: 0;
  color: #7a8696;
  font-size: 0.71rem;
  line-height: 1.55;
}

.survey-form__footer p i {
  margin-top: 0.1rem;
  color: var(--isnet-blue);
}

.survey-submit {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.8rem 1.2rem;
  border: 0;
  border-radius: 10px;
  background: var(--isnet-coral);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(233, 107, 86, 0.2);
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.survey-submit:hover {
  transform: translateY(-2px);
  background: #df5a43;
  box-shadow: 0 14px 26px rgba(233, 107, 86, 0.26);
}

.survey-submit i {
  transition: transform 160ms ease;
}

.survey-submit:hover i {
  transform: translateX(3px);
}

.survey-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 1.5rem;
  background: rgba(8, 16, 29, 0.72);
  backdrop-filter: blur(5px);
}

.survey-loader.is-visible {
  display: grid;
}

.survey-loader__panel {
  min-width: min(360px, 100%);
  padding: 2rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.survey-loader__spinner {
  display: block;
  width: 42px;
  height: 42px;
  margin: 0 auto 1rem;
  border: 4px solid var(--isnet-blue-soft);
  border-top-color: var(--isnet-blue);
  border-radius: 50%;
  animation: survey-spin 0.8s linear infinite;
}

.survey-loader__panel strong {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--isnet-ink);
}

.survey-loader__panel p {
  margin: 0;
  font-size: 0.85rem;
}

@keyframes survey-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 899.98px) {
  .survey-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .survey-card__aside {
    padding: 1.75rem;
  }

  .survey-card__step {
    margin-bottom: 1.25rem;
  }

  .survey-card__aside ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .survey-shell {
    padding: 2.75rem 0;
  }

  .survey-intro {
    margin-bottom: 1.75rem;
  }

  .survey-card {
    border-radius: 14px;
  }

  .survey-card__aside ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .survey-form__grid,
  .survey-choice-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .survey-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .survey-submit {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .survey-loader__spinner {
    animation-duration: 1.8s;
  }
}

/*--------------------------------------------------------------
# PIC update form
--------------------------------------------------------------*/
.pic-page {
  background:
    radial-gradient(circle at 92% 5%, rgba(31, 41, 55, 0.08), transparent 24%),
    var(--isnet-wash);
}

.pic-page .breadcrumbs {
  margin-bottom: 0 !important;
  background: #fff !important;
}

.pic-shell {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
}

.pic-intro {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  margin-bottom: 2rem;
}

.pic-intro__mark {
  display: grid;
  min-height: 130px;
  padding: 1.25rem;
  place-items: center;
  border: 1px solid var(--isnet-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 48, 80, 0.06);
}

.pic-intro__mark img {
  width: 100%;
  max-height: 90px;
  object-fit: contain;
}

.pic-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--isnet-coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pic-eyebrow::before {
  content: "";
  width: 25px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.pic-intro h1 {
  margin: 0.75rem 0 0.8rem;
  color: var(--isnet-ink);
  font-size: clamp(2.2rem, 4.5vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.pic-intro p {
  max-width: 650px;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.75;
}

.pic-notes {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 2rem;
  margin-bottom: 1.5rem;
  padding: 1.4rem;
  border: 1px solid #cddcf0;
  border-radius: 16px;
  background: var(--isnet-blue-soft);
}

.pic-notes__heading {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
}

.pic-notes__heading > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: var(--isnet-blue);
  font-size: 1rem;
}

.pic-notes__heading strong,
.pic-notes__heading small {
  display: block;
}

.pic-notes__heading strong {
  margin-bottom: 0.15rem;
  color: var(--isnet-ink);
  font-size: 0.87rem;
}

.pic-notes__heading small {
  color: var(--isnet-muted);
  font-size: 0.7rem;
}

.pic-notes ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.5rem;
  margin: 0;
  padding-left: 1.25rem;
  color: var(--isnet-muted);
  font-size: 0.74rem;
  line-height: 1.55;
}

.pic-form {
  display: grid;
  gap: 1.25rem;
}

.pic-form .accordion {
  display: grid;
  gap: 1rem;
}

.pic-form .accordion-item {
  overflow: hidden;
  border: 1px solid var(--isnet-line);
  border-radius: 16px !important;
  background: #fff;
  box-shadow: 0 10px 26px rgba(25, 48, 80, 0.04);
}

.pic-form .accordion-button {
  gap: 0.85rem;
  min-height: 68px;
  padding: 1rem 1.25rem;
  border: 0;
  background: #fff;
  box-shadow: none !important;
  color: var(--isnet-ink);
}

.pic-form .accordion-button::before {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: var(--isnet-blue-soft);
  color: var(--isnet-blue);
  font-size: 0.7rem;
  font-weight: 800;
}

.pic-form .accordion-item:nth-child(1) .accordion-button::before {
  content: "01";
}

.pic-form .accordion-item:nth-child(2) .accordion-button::before {
  content: "02";
}

.pic-form .accordion-item:nth-child(3) .accordion-button::before {
  content: "03";
}

.pic-form .accordion-item:nth-child(4) .accordion-button::before {
  content: "04";
}

.pic-form .accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--isnet-line);
  background: #fff;
  color: var(--isnet-blue);
}

.pic-form .accordion-button > p,
.pic-form .pic-accordion-title {
  margin: 0 !important;
  color: inherit !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  line-height: 1.4;
  text-align: left !important;
}

.pic-form .pic-accordion-title > span {
  color: var(--isnet-coral);
}

.pic-form .accordion-body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.pic-form .accordion-body > .p-3,
.pic-form .accordion-body > .col.p-3,
.pic-form > .accordion > .row.p-3 {
  margin: 0;
  padding: 0.65rem 0 !important;
}

.pic-form .accordion-body > .row.p-3 {
  padding: 0.65rem 0 !important;
}

.pic-form .accordion-body .row {
  --bs-gutter-x: 1rem;
}

.pic-form .accordion-body p,
.pic-form .accordion-body .form-label,
.pic-form > .accordion > .row .form-label {
  margin-bottom: 0.5rem;
  color: #344155;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.025em;
}

.pic-form .form-control,
.pic-form .form-select {
  min-height: 48px;
  padding: 0.72rem 0.9rem;
  border: 1px solid #d9e1eb;
  border-radius: 10px;
  background: #fff;
  color: var(--isnet-ink);
  font-size: 0.86rem;
}

.pic-form textarea.form-control {
  min-height: 105px;
  resize: vertical;
}

.pic-form .form-control:focus,
.pic-form .form-select:focus {
  border-color: rgba(31, 41, 55, 0.5);
  box-shadow: 0 0 0 3px rgba(31, 41, 55, 0.09);
}

.pic-form .form-check {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0.2rem 0.45rem 0.2rem 0;
  padding: 0.45rem 0.8rem 0.45rem 2.1rem;
  border: 1px solid var(--isnet-line);
  border-radius: 9px;
  background: var(--isnet-wash);
}

.pic-form .form-check-input {
  margin-top: 0;
}

.pic-form .form-check-input:checked {
  border-color: var(--isnet-blue);
  background-color: var(--isnet-blue);
}

.pic-form .form-check-label {
  color: var(--isnet-ink);
  font-size: 0.76rem;
  font-weight: 650;
}

.pic-form > .accordion > .row {
  margin: 0;
  padding: 1.25rem !important;
  border: 1px solid var(--isnet-line);
  border-radius: 14px;
  background: #fff;
}

.pic-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 0 0;
}

.pic-form__actions p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 420px;
  margin: 0;
  color: #7d8998;
  font-size: 0.72rem;
}

.pic-form__actions p i {
  color: var(--isnet-blue);
}

.pic-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.8rem 1.25rem;
  border: 0;
  border-radius: 10px;
  background: var(--isnet-coral);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(233, 107, 86, 0.22);
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pic-submit:hover {
  transform: translateY(-2px);
  background: #df5a43;
  box-shadow: 0 14px 27px rgba(233, 107, 86, 0.27);
}

.pic-review {
  padding: 0 0 4rem;
}

.pic-review #submittedData > .container {
  max-width: 900px;
  padding: 2rem;
  border: 1px solid var(--isnet-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(25, 48, 80, 0.08) !important;
}

.pic-review #submittedData .border {
  border: 0 !important;
}

.pic-review #submittedData img {
  max-height: 110px;
  object-fit: contain;
}

.pic-review #submittedData p {
  color: var(--isnet-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.pic-review #submittedData p.h5 {
  color: var(--isnet-ink);
  font-size: 1rem;
}

.pic-review #submittedData span {
  color: var(--isnet-ink);
  font-weight: 600;
}

.pic-review #generatePdfBtn,
.pic-review #editBtn {
  min-height: 44px;
  margin: 0 0.25rem;
  padding: 0.7rem 1rem;
}

@media (max-width: 767.98px) {
  .pic-intro,
  .pic-notes {
    grid-template-columns: minmax(0, 1fr);
  }

  .pic-intro__mark {
    max-width: 260px;
  }

  .pic-notes ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .pic-form .accordion-body {
    padding: 1rem;
  }

  .pic-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pic-submit {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Company events
--------------------------------------------------------------*/
.events-page {
  background: var(--isnet-wash);
}

.events-page .breadcrumbs {
  margin-bottom: 0 !important;
  background: #fff !important;
}

.events-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border-bottom: 1px solid var(--isnet-line);
  background:
    radial-gradient(circle at 90% 12%, rgba(31, 41, 55, 0.1), transparent 32%),
    #fff;
}

.events-hero::after {
  content: "";
  position: absolute;
  top: 18%;
  right: -80px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-radius: 50%;
}

.events-hero__content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.events-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--isnet-coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.events-eyebrow::before {
  content: "";
  width: 25px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.events-hero h1 {
  margin: 0.8rem 0 1rem;
  color: var(--isnet-ink);
  font-size: clamp(2.75rem, 5.5vw, 4.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.events-hero p {
  max-width: 660px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.events-featured {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.events-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.65fr);
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.event-feature {
  overflow: hidden;
  border: 1px solid var(--isnet-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(25, 48, 80, 0.08);
}

.event-feature__gallery {
  position: relative;
  overflow: hidden;
  background: #0d1727;
}

.event-feature__gallery .carousel-item {
  display: none;
  aspect-ratio: 16 / 9;
}

.event-feature__gallery .carousel-item.active,
.event-feature__gallery .carousel-item-next,
.event-feature__gallery .carousel-item-prev {
  display: block;
}

.event-feature__gallery .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-feature__gallery-controls {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(8, 16, 29, 0.72);
  color: #fff;
  backdrop-filter: blur(8px);
}

.event-feature__gallery-controls button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.event-feature__gallery-controls button:hover {
  background: var(--isnet-coral);
}

.event-feature__gallery-controls span {
  padding: 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 650;
}

.event-feature__placeholder {
  display: grid;
  min-height: 360px;
  place-items: center;
  background: linear-gradient(135deg, #16243a, #0d1727);
  color: rgba(255, 255, 255, 0.35);
  font-size: 4rem;
}

.event-feature__body {
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
}

.event-feature__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.event-feature__meta > span {
  color: var(--isnet-coral);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-feature__meta time {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #7d8998;
  font-size: 0.72rem;
  font-weight: 550;
}

.event-feature__body h2 {
  margin: 0 0 0.8rem;
  color: var(--isnet-ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.22;
}

.event-feature__body p {
  margin: 0 0 1.4rem;
  font-size: 0.9rem;
  line-height: 1.75;
}

.event-feature__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--isnet-blue);
  font-size: 0.8rem;
  font-weight: 700;
}

.event-feature__link i {
  transition: transform 160ms ease;
}

.event-feature__link:hover i {
  transform: translate(2px, -2px);
}

.events-latest {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid var(--isnet-line);
  border-radius: 16px;
  background: #fff;
}

.events-latest__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.3rem;
  border-bottom: 1px solid var(--isnet-line);
}

.events-latest__heading span:not(.events-latest__count) {
  color: var(--isnet-coral);
  font-size: 0.64rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.events-latest__heading h2 {
  margin: 0.3rem 0 0;
  color: var(--isnet-ink);
  font-size: 1.25rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.events-latest__count {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: var(--isnet-blue-soft);
  color: var(--isnet-blue);
  font-size: 0.72rem;
  font-weight: 700;
}

.events-latest__list {
  display: grid;
}

.event-list-item {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--isnet-line);
  color: inherit;
  transition: background-color 160ms ease;
}

.event-list-item:last-child {
  border-bottom: 0;
}

.event-list-item:hover,
.event-list-item.is-current {
  background: var(--isnet-wash);
  color: inherit;
}

.event-list-item.is-current {
  box-shadow: inset 3px 0 0 var(--isnet-coral);
}

.event-list-item__date {
  display: grid;
  width: 43px;
  height: 48px;
  place-content: center;
  border: 1px solid var(--isnet-line);
  border-radius: 10px;
  background: #fff;
  color: var(--isnet-ink);
  text-align: center;
}

.event-list-item__date strong,
.event-list-item__date small {
  display: block;
}

.event-list-item__date strong {
  font-size: 0.9rem;
  line-height: 1;
}

.event-list-item__date small {
  margin-top: 0.15rem;
  color: var(--isnet-coral);
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
}

.event-list-item__content {
  min-width: 0;
}

.event-list-item__content strong,
.event-list-item__content small {
  display: block;
}

.event-list-item__content strong {
  overflow: hidden;
  margin-bottom: 0.25rem;
  color: var(--isnet-ink);
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.45;
}

.event-list-item__content small {
  color: #8a96a6;
  font-size: 0.65rem;
}

.event-list-item > i {
  color: #a6b0bd;
  font-size: 0.68rem;
}

.events-empty {
  padding: 5rem 1.5rem;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

.events-empty > i {
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  place-items: center;
  border-radius: 16px;
  background: var(--isnet-blue-soft);
  color: var(--isnet-blue);
  font-size: 1.4rem;
}

.events-empty h1,
.events-empty h2 {
  margin: 0 0 0.5rem;
  color: var(--isnet-ink);
  font-size: 1.4rem;
  font-weight: 750;
}

.events-empty p {
  margin: 0;
}

.events-empty a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--isnet-blue);
  font-weight: 650;
}

.event-detail-hero {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #101a2b;
}

.event-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 600;
}

.event-detail__back:hover {
  color: #fff;
}

.event-detail-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.event-detail-hero h1 {
  max-width: 880px;
  margin: 0.75rem 0 0;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.event-detail__date {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.event-detail__date > span {
  color: var(--isnet-coral);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.event-detail__date strong,
.event-detail__date small {
  display: block;
}

.event-detail__date strong {
  font-size: 0.8rem;
}

.event-detail__date small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
}

.event-detail {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.event-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

.event-detail__gallery {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #0d1727;
  box-shadow: 0 20px 50px rgba(25, 48, 80, 0.12);
}

.event-detail__gallery .carousel-item {
  display: none;
  aspect-ratio: 16 / 9;
}

.event-detail__gallery .carousel-item.active,
.event-detail__gallery .carousel-item-next,
.event-detail__gallery .carousel-item-prev {
  display: block;
}

.event-detail__gallery .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-detail__gallery .carousel-control-prev,
.event-detail__gallery .carousel-control-next {
  width: 64px;
  opacity: 1;
}

.event-detail__gallery .carousel-control-prev > span,
.event-detail__gallery .carousel-control-next > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: rgba(8, 16, 29, 0.68);
  color: #fff;
  backdrop-filter: blur(6px);
}

.event-detail__photo-count {
  position: absolute;
  z-index: 2;
  right: 1rem;
  bottom: 1rem;
  padding: 0.55rem 0.75rem;
  border-radius: 9px;
  background: rgba(8, 16, 29, 0.72);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.event-detail__content {
  margin-top: 1.5rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid var(--isnet-line);
  border-radius: 16px;
  background: #fff;
  color: var(--isnet-muted);
  font-size: 0.92rem;
  line-height: 1.85;
}

.event-detail__content-label {
  display: block;
  margin-bottom: 1rem;
  color: var(--isnet-coral);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-detail__aside {
  top: 96px;
}

@media (max-width: 991.98px) {
  .events-layout,
  .event-detail__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .events-latest {
    position: static;
  }

  .events-latest__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .event-list-item {
    border-right: 1px solid var(--isnet-line);
  }
}

@media (max-width: 575.98px) {
  .events-hero {
    padding: 3rem 0;
  }

  .event-feature {
    border-radius: 14px;
  }

  .event-feature__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .events-latest__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .event-list-item {
    border-right: 0;
  }

  .event-detail-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .event-detail__date {
    justify-self: start;
  }
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/
.faq-page {
  background: var(--isnet-wash);
}

.faq-page .breadcrumbs {
  margin-bottom: 0 !important;
  background: #fff !important;
}

.faq-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 5.75rem) 0 4.5rem;
  background:
    radial-gradient(circle at 90% 15%, rgba(31, 41, 55, 0.12), transparent 32%),
    #111827;
}

.faq-hero::before,
.faq-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.faq-hero::before {
  top: -120px;
  right: -80px;
  width: 360px;
  height: 360px;
}

.faq-hero::after {
  right: 15%;
  bottom: -160px;
  width: 280px;
  height: 280px;
}

.faq-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #f5a595;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.faq-hero h1 {
  margin: 0.8rem 0 0.85rem;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.faq-hero p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.98rem;
  line-height: 1.75;
}

.faq-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  max-width: 650px;
  min-height: 58px;
  margin: 2rem auto 0;
  padding: 0 0.75rem 0 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(5, 20, 45, 0.25);
}

.faq-search > i {
  color: var(--isnet-blue);
  font-size: 1.05rem;
}

.faq-search input {
  width: 100%;
  min-width: 0;
  padding: 1rem 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--isnet-ink);
  font-size: 0.92rem;
}

.faq-search input::placeholder {
  color: #909baa;
}

.faq-search button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: var(--isnet-wash);
  color: var(--isnet-muted);
}

.faq-search button:hover {
  background: var(--isnet-blue-soft);
  color: var(--isnet-blue);
}

.faq-content {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.faq-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.faq-categories {
  position: sticky;
  top: 96px;
}

.faq-categories__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0 0.3rem;
}

.faq-categories__heading span {
  color: var(--isnet-ink);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-categories__heading small {
  color: #8995a5;
  font-size: 0.68rem;
}

.faq-categories__list {
  display: grid;
  gap: 0.4rem;
}

.faq-category {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.68rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: var(--isnet-muted);
  font-size: 0.8rem;
  font-weight: 600;
  text-align: left;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.faq-category:hover {
  background: #fff;
  color: var(--isnet-ink);
}

.faq-category.is-active {
  border-color: var(--isnet-line);
  background: #fff;
  color: var(--isnet-blue);
  box-shadow: 0 8px 20px rgba(24, 46, 76, 0.05);
}

.faq-category__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 9px;
  background: #edf1f6;
  color: #667487;
}

.faq-category.is-active .faq-category__icon {
  background: var(--isnet-blue-soft);
  color: var(--isnet-blue);
}

.faq-category__arrow {
  color: #aab3c0;
  font-size: 0.72rem;
}

.faq-category.is-active .faq-category__arrow {
  color: var(--isnet-coral);
}

.faq-questions {
  min-width: 0;
}

.faq-questions__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.faq-questions__label {
  color: var(--isnet-coral);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.faq-questions__header h2 {
  margin: 0.4rem 0 0;
  color: var(--isnet-ink);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 750;
  letter-spacing: -0.035em;
}

#faqResultCount {
  flex: 0 0 auto;
  color: #8490a0;
  font-size: 0.75rem;
  font-weight: 600;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-item {
  overflow: hidden;
  border: 1px solid var(--isnet-line);
  border-radius: 13px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.faq-item:hover,
.faq-item.is-open {
  border-color: #c8d4e4;
}

.faq-item.is-open {
  box-shadow: 0 12px 28px rgba(25, 48, 80, 0.06);
}

.faq-item[hidden] {
  display: none;
}

.faq-item h3 {
  margin: 0;
}

.faq-item__question {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  padding: 1.1rem 1.2rem;
  border: 0;
  background: #fff;
  color: var(--isnet-ink);
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.5;
  text-align: left;
}

.faq-item__question:hover {
  color: var(--isnet-blue);
}

.faq-item__toggle {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 9px;
  background: var(--isnet-wash);
  color: var(--isnet-blue);
  font-size: 0.8rem;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.faq-item.is-open .faq-item__toggle {
  transform: rotate(45deg);
  background: var(--isnet-coral);
  color: #fff;
}

.faq-item__answer {
  padding: 0 1.2rem 1.2rem;
}

.faq-item__answer[hidden] {
  display: none;
}

.faq-item__answer > div {
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--isnet-coral);
  border-radius: 0 9px 9px 0;
  background: var(--isnet-wash);
  color: var(--isnet-muted);
  font-size: 0.86rem;
  line-height: 1.75;
}

.faq-item__answer a {
  color: var(--isnet-blue);
  font-weight: 600;
}

.faq-empty {
  padding: 4rem 1.5rem;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.faq-empty[hidden] {
  display: none;
}

.faq-empty > span {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 1rem;
  place-items: center;
  border-radius: 14px;
  background: var(--isnet-blue-soft);
  color: var(--isnet-blue);
  font-size: 1.2rem;
}

.faq-empty h3 {
  margin: 0 0 0.45rem;
  color: var(--isnet-ink);
  font-size: 1.1rem;
  font-weight: 700;
}

.faq-empty p {
  margin: 0 0 1.1rem;
  font-size: 0.85rem;
}

.faq-empty button {
  padding: 0.68rem 1rem;
  border: 0;
  border-radius: 9px;
  background: var(--isnet-blue);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 650;
}

@media (max-width: 767.98px) {
  .faq-hero {
    padding: 3rem 0 3.5rem;
  }

  .faq-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .faq-categories {
    position: static;
  }

  .faq-categories__list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.4rem;
    scroll-snap-type: x proximity;
  }

  .faq-category {
    grid-template-columns: auto minmax(max-content, 1fr);
    width: auto;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .faq-category__arrow {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .faq-search {
    min-height: 54px;
  }

  .faq-questions__header {
    align-items: flex-start;
  }

  .faq-item__question {
    gap: 0.8rem;
    padding: 1rem;
  }

  .faq-item__answer {
    padding: 0 1rem 1rem;
  }
}

/*--------------------------------------------------------------
# News carousel
--------------------------------------------------------------*/
.other-news {
  margin-top: 4rem;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  border-top: 1px solid var(--isnet-line);
  background: var(--isnet-wash);
}

.other-news__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.other-news__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--isnet-coral);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.other-news__eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.other-news__heading h2 {
  margin: 0.65rem 0 0;
  color: var(--isnet-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.other-news__controls {
  display: flex;
  gap: 0.55rem;
}

.other-news__controls button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid #dbe2eb;
  border-radius: 50%;
  background: #fff;
  color: var(--isnet-ink);
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.other-news__controls button:hover {
  transform: translateY(-2px);
  border-color: var(--isnet-blue);
  background: var(--isnet-blue);
  color: #fff;
}

.other-news__carousel {
  margin: 0 -0.6rem;
}

.other-news__carousel > .carousel-inner {
  padding: 0.6rem;
}

.other-news__carousel .carousel-item {
  align-items: stretch;
}

.other-news__column {
  display: flex;
  flex: 0 0 33.333333%;
  padding: 0 0.6rem;
}

.other-news-card {
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--isnet-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.other-news-card:hover {
  transform: translateY(-5px);
  border-color: #c7d4e4;
  box-shadow: 0 18px 38px rgba(25, 48, 80, 0.09);
}

.other-news-card__image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dce3ec;
}

.other-news-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 16, 29, 0.26));
  pointer-events: none;
}

.other-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 350ms ease;
}

.other-news-card:hover .other-news-card__image img {
  transform: scale(1.035);
}

.other-news-card__date {
  position: absolute;
  z-index: 1;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  width: 52px;
  height: 52px;
  place-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(8, 16, 29, 0.14);
  color: var(--isnet-ink);
  text-align: center;
  backdrop-filter: blur(5px);
}

.other-news-card__date strong,
.other-news-card__date small {
  display: block;
}

.other-news-card__date strong {
  font-size: 1rem;
  line-height: 1;
}

.other-news-card__date small {
  margin-top: 0.18rem;
  color: var(--isnet-coral);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.other-news-card__body {
  display: flex;
  min-height: 190px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.25rem;
}

.other-news-card__label {
  margin-bottom: 0.65rem;
  color: var(--isnet-coral);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.other-news-card__body h3 {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.5;
}

.other-news-card__body h3 a {
  color: var(--isnet-ink);
}

.other-news-card__body h3 a:hover {
  color: var(--isnet-blue);
}

.other-news-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: var(--isnet-blue);
  font-size: 0.76rem;
  font-weight: 700;
}

.other-news-card__link i {
  transition: transform 160ms ease;
}

.other-news-card__link:hover i {
  transform: translate(2px, -2px);
}

@media (max-width: 767.98px) {
  .other-news {
    margin-top: 2.5rem;
  }

  .other-news__column {
    flex-basis: 100%;
  }

  .other-news__carousel .carousel-item > .other-news__column:not(:first-child) {
    display: none;
  }
}

/*--------------------------------------------------------------
# About / FAQ / cards
--------------------------------------------------------------*/
.cards-shadow,
.card.cards-shadow {
  background: #fff !important;
  border: 1px solid var(--isnet-line) !important;
  border-radius: var(--isnet-radius) !important;
  box-shadow: none !important;
  overflow: hidden;
}

.cards-shadow .card-header {
  background: #fff;
  border-bottom: 1px solid var(--isnet-line);
  padding: 1rem;
}

.cards-shadow .heading-card,
.cards-shadow .card-header h3 {
  color: var(--isnet-ink);
  font-size: 1.05rem;
  margin: 0;
}

.cards-shadow .card-body p {
  color: var(--isnet-muted);
}

section .col-lg-6 img.img-fluid {
  border-radius: var(--isnet-radius);
  border: 1px solid var(--isnet-line);
}

#myInput {
  width: min(480px, 100%) !important;
  font-size: 14px !important;
  padding: 0.7rem 1rem !important;
  border: 1px solid var(--isnet-line) !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  margin: 1rem auto 1.25rem !important;
  display: block;
}

#myUL li span.accordion-thumb {
  border: 1px solid var(--isnet-line) !important;
  border-radius: 10px !important;
  margin-bottom: 0.45rem !important;
  background: #fff !important;
  color: var(--isnet-ink) !important;
  padding: 0.85rem 1rem !important;
  font-weight: 600 !important;
}

#myUL li span.accordion-thumb:hover {
  background: var(--isnet-wash) !important;
  border-color: #c7d5e8 !important;
  color: var(--isnet-ink) !important;
}

#myUL .accordion-panel {
  border: 1px solid var(--isnet-line);
  border-radius: 10px;
  margin: -0.15rem 0 0.65rem;
  color: var(--isnet-muted) !important;
  background: var(--isnet-wash) !important;
}

.grid .card {
  border-radius: 12px !important;
  border: 1px solid var(--isnet-line) !important;
  box-shadow: none !important;
}

.grid .card.active,
.grid .card:hover {
  border-color: rgba(233, 107, 86, 0.45) !important;
  background: #fffaf8;
}

.hover {
  border-radius: var(--isnet-radius);
  border: 1px solid var(--isnet-line);
  box-shadow: none !important;
  background: #fff;
}

.modal-content {
  border: 0;
  border-radius: var(--isnet-radius);
}

.card.card-has-bg {
  border-radius: var(--isnet-radius) !important;
  border: 1px solid var(--isnet-line);
  box-shadow: none !important;
}

/*--------------------------------------------------------------
# Our Business
--------------------------------------------------------------*/
.solutions-page {
  background: #f8fafc;
}

.solutions-hero {
  padding: 3.75rem 0;
  border-bottom: 1px solid var(--isnet-line);
  background: #fff;
}

.solutions-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 6rem);
}

.solutions-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--isnet-coral);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solutions-hero__eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.solutions-hero h1 {
  max-width: 680px;
  margin: 0 0 1rem;
  color: var(--isnet-ink);
  font-size: clamp(2.25rem, 4.3vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.solutions-hero__copy p {
  max-width: 610px;
  margin: 0;
  color: var(--isnet-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.solutions-hero__summary {
  padding: 1.5rem;
  border: 1px solid var(--isnet-line);
  border-radius: 16px;
  background: var(--isnet-ink);
  color: #fff;
}

.solutions-hero__summary-label {
  display: block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solutions-hero__summary ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions-hero__summary li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.solutions-hero__summary li::before {
  content: "✓";
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--isnet-coral);
  color: #fff;
  font-size: 0.7rem;
}

.solutions-catalog {
  padding: 3.5rem 0 4.5rem;
}

.solution-category {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(2rem, 4.5vw, 4rem);
  padding: 2.75rem;
  border: 1px solid var(--isnet-line);
  border-radius: 18px;
  background: #fff;
}

.solution-category + .solution-category {
  margin-top: 1.5rem;
}

.solution-category__heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.solution-category__index {
  color: var(--isnet-coral);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.6;
}

.solution-category__heading h2 {
  margin: 0.3rem 0 0.65rem;
  color: var(--isnet-ink);
  font-size: 1.35rem;
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.solution-category__label {
  color: var(--isnet-blue);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution-category__heading p {
  margin: 0;
  color: var(--isnet-muted);
  font-size: 0.78rem;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.solution-card {
  min-width: 0;
  border: 1px solid var(--isnet-line);
  border-radius: 14px;
  background: #fff;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.solution-card:hover {
  border-color: rgba(233, 107, 86, 0.48);
  background: #fffdfc;
  box-shadow: 0 12px 28px rgba(32, 52, 84, 0.08);
}

.solution-card__link {
  display: block;
  min-height: 100%;
  color: inherit;
}

.solution-card__link:hover {
  color: inherit;
}

.solution-card__content {
  display: flex;
  min-height: 255px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem;
}

.solution-card__top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.solution-card__number {
  color: #9aa5b5;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.solution-card__arrow {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--isnet-wash);
  color: var(--isnet-blue);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.solution-card:hover .solution-card__arrow {
  transform: translate(2px, -2px);
  background: var(--isnet-coral);
  color: #fff;
}

.solution-card__content h3 {
  margin: 0 0 0.65rem;
  color: var(--isnet-ink);
  font-size: 1.08rem;
  font-weight: 750;
  line-height: 1.38;
}

.solution-card__content p {
  margin: 0 0 1.25rem;
  color: var(--isnet-muted);
  font-size: 0.86rem;
  line-height: 1.62;
}

.solution-card__cta {
  margin-top: auto;
  color: var(--isnet-coral);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(233, 107, 86, 0.35);
  text-underline-offset: 4px;
}

/*--------------------------------------------------------------
# About page
--------------------------------------------------------------*/
.about-page {
  background: #fff;
}

.about-page .breadcrumbs {
  margin-bottom: 0 !important;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--isnet-coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.about-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  background:
    radial-gradient(circle at 92% 8%, rgba(31, 41, 55, 0.08), transparent 34%),
    #fff;
}

.about-hero::before {
  content: "";
  position: absolute;
  top: 12%;
  right: -80px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-radius: 50%;
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6.5rem);
}

.about-hero__copy {
  position: relative;
  z-index: 1;
}

.about-hero__copy > h1 {
  max-width: 760px;
  margin: 1rem 0 2rem;
  color: var(--isnet-ink);
  font-size: clamp(2.5rem, 5.2vw, 4.65rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.about-hero__story {
  max-width: 650px;
  padding-left: 1.35rem;
  border-left: 3px solid var(--isnet-coral);
}

.about-hero__story p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.78;
}

.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.6rem;
  padding: 0.85rem 1.2rem;
  border-radius: 10px;
  background: var(--isnet-blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(31, 41, 55, 0.2);
  font-size: 0.95rem;
  font-weight: 700;
  transition: background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.about-text-link:hover {
  transform: translateY(-2px);
  background: #0b1220;
  color: #fff;
  box-shadow: 0 14px 28px rgba(31, 41, 55, 0.25);
}

.about-text-link i {
  transition: transform 180ms ease;
}

.about-text-link:hover i {
  transform: translateY(3px);
}

.about-hero__visual {
  position: relative;
}

.about-hero__image-frame {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 26px 26px 90px 26px;
  background: var(--isnet-wash);
  box-shadow: 0 28px 70px rgba(29, 53, 87, 0.14);
}

.about-hero__image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 55%, rgba(18, 63, 138, 0.2));
  pointer-events: none;
}

.about-hero__image-frame img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.about-hero__badge {
  position: absolute;
  right: -1.5rem;
  bottom: 2.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 185px;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: #111827;
  box-shadow: 0 16px 35px rgba(18, 63, 138, 0.25);
  color: #fff;
}

.about-hero__badge i {
  color: #fff;
  font-size: 1.6rem;
}

.about-hero__badge span {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.about-values {
  padding: clamp(3.5rem, 7vw, 6rem) 0 !important;
  border-top: 1px solid var(--isnet-line);
  background: var(--isnet-wash);
}

.about-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.about-section-heading h2 {
  max-width: 650px;
  margin: 0.75rem 0 0;
  color: var(--isnet-ink);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.about-section-heading > p {
  max-width: 500px;
  margin: 0;
  padding-left: 1.25rem;
  border-left: 1px solid #cbd5e1;
  font-size: 0.93rem;
  line-height: 1.75;
}

.about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-value-card {
  min-height: 295px;
  padding: 1.55rem;
  border: 1px solid var(--isnet-line);
  border-radius: 18px;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.about-value-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 41, 55, 0.25);
  box-shadow: 0 20px 44px rgba(31, 50, 80, 0.08);
}

.about-value-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.about-value-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 13px;
  background: var(--isnet-blue-soft);
  color: var(--isnet-blue);
  font-size: 1.2rem;
}

.about-value-card__number {
  color: #a5afbd;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.about-value-card h3 {
  margin: 0 0 0.8rem;
  color: var(--isnet-ink);
  font-size: 1.15rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.about-value-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.72;
}

.about-core {
  padding: clamp(4rem, 8vw, 7rem) 0 !important;
  background: #101a2b;
}

.about-section-heading--light {
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.about-section-heading--light h2 {
  color: #fff;
}

.about-core__brand {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.about-core__brand span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-core__brand img {
  width: 170px;
  max-height: 64px;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}

.about-core__list {
  display: grid;
}

.about-core__item {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6rem);
  padding: 3.5rem 0;
}

.about-core__item + .about-core__item {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-core__index {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--isnet-coral);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.about-core__copy h3 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.45rem, 2.7vw, 2.2rem);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.about-core__copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.8;
}

.about-core__supporting-image {
  width: 100%;
  max-height: 130px;
  margin-top: 1.25rem;
  border-radius: 10px;
  object-fit: cover;
}

.about-core__media {
  min-height: 350px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #08101d;
}

.about-core__media > img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.about-core__media .laravel-embed__responsive-wrapper {
  height: 100% !important;
  min-height: 350px;
}

.about-core__media iframe {
  min-height: 350px;
}

#clients.about-partners {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 !important;
  border: 0;
  background: #fff;
}

.about-section-heading--partners {
  margin-bottom: 2rem;
}

.about-partners .clients-slider {
  padding: 1.4rem 1rem 0.75rem;
  border: 1px solid var(--isnet-line);
  border-radius: 18px;
  background: var(--isnet-wash);
}

.about-partners .swiper-slide {
  display: flex;
  height: 96px;
  padding: 1rem;
  border: 1px solid var(--isnet-line);
  border-radius: 12px;
  background: #fff;
}

.about-partners .swiper-slide img {
  width: 100% !important;
  max-width: 140px;
  height: 56px !important;
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .about-hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-hero__copy {
    max-width: 760px;
  }

  .about-hero__visual {
    max-width: 720px;
  }

  .about-hero__badge {
    right: 1.25rem;
  }

  .solutions-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .solutions-hero__summary {
    max-width: 620px;
  }

  .solution-category {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .award-announce,
  .who-we-are,
  .testimonials-light,
  #clients.clients {
    padding: 2rem 0 !important;
  }

  .who-we-are__panel {
    padding: 1.15rem;
  }

  .social {
    display: none;
  }

  .contact__grid {
    grid-template-columns: 1fr;
  }

  .contact__schedule-row {
    display: grid;
    gap: 0.2rem;
  }

  .contact__schedule-value {
    text-align: left;
  }

  .contact__map iframe {
    height: 300px;
  }

  .about-hero {
    padding: 3rem 0 3.5rem;
  }

  .about-hero__copy > h1 {
    margin-bottom: 1.5rem;
  }

  .about-hero__image-frame,
  .about-hero__image-frame img {
    min-height: 320px;
  }

  .about-hero__badge {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .about-section-heading {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 1rem;
  }

  .about-section-heading > p {
    padding: 0;
    border: 0;
  }

  .about-values__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .about-value-card {
    min-height: 0;
  }

  .about-value-card__top {
    margin-bottom: 2rem;
  }

  .about-core__brand {
    justify-self: start;
  }

  .about-core__item {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    padding: 2.5rem 0;
  }

  .about-core__media,
  .about-core__media .laravel-embed__responsive-wrapper,
  .about-core__media iframe,
  .about-core__media > img {
    min-height: 260px;
  }

  .solutions-hero {
    padding: 2.5rem 0 2.75rem;
  }

  .solutions-hero__summary {
    display: none;
  }

  .solutions-catalog {
    padding: 1rem 0 3rem;
  }

  .solution-category + .solution-category {
    margin-top: 1rem;
  }

  .solution-category {
    gap: 1.25rem;
    padding: 1.25rem;
  }

  .solution-card__content {
    min-height: 235px;
  }

  .solution-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .navbar > ul > li:last-child > a {
    margin-left: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    padding: 10px 0 10px 22px !important;
  }
}
