/********** Template CSS **********/
:root {
    --primary: #7e23e3;
    --secondary: #056ce9;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
    --bpr: #fd7e14;
    --bpr-blue: #203778;
    --bpr-green: #28a745;
}

body {
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--dark);
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

.text-bpr {
    color: var(--bpr-blue) !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-bpr {
    background: var(--bpr-blue);
    color: #fff;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
    background: #FFFFFF;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, .1);
    z-index: 9999;
}

@media screen and (max-width: 991.98px) {
    .fixed-top {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }


}

.bg-theme {
    background: #fff;
    color: #000;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu a.nav-link{
    color: var(--dark)!important;
    padding: 10px 25px;
    font-weight: 500;
    min-width: 200px;
    transition: .5s;
}

.navbar .dropdown-menu a.nav-link:hover {
    color: var(--primary)!important;
}

.nav-bar-bpr{
    background-color: #203778;
}
.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--bs-white);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bpr);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar-toggler{
        border: none;
        outline: none;
        color: var(--bs-white);
    }

    .navbar-toggler i{
        color: #fff;

    }

    .navbar .navbar-nav .nav-link {
        padding: 15px 10px;
        color: var(--dark);
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-brand .logo-text{
    margin-left: 10px;
}
.navbar-brand .logo-text h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0px;
    letter-spacing: 10px;
    color: #fff;
}
.navbar-brand .logo-text h3 {
    font-size: 0.8rem;
    color: #fff;
    text-transform: uppercase;
}

/*** Header ***/
.carousel-inner{
    margin-top: 100px;
}

@media screen  and (max-width: 768px) {
    .carousel-inner{
        margin-top: 60px;
    }

    .carousel-caption {
        padding-bottom: 20px;
        text-align: center;
    }

    .carousel-caption h1 {
        font-size: 1.5rem!important;
        text-align: center;
    }
    .carousel-caption p {
        font-size: 0.85rem!important;
        text-align: center;
    }

}
.carousel-caption {
/* background: linear-gradient(90deg,rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.22) 50%, rgba(0, 0, 0, 0) 100%); */
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));

    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
    color: #FFFFFF;
}

.carousel-caption h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.carousel-caption p {
    font-size: 1.2rem;
    font-weight: 200;
}
.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--bpr-blue);
    border: 10px solid var(--bpr-blue);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 10rem;
    padding-bottom: 4rem;
    background: url(../images/header.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
    color:#000;
    text-decoration: none;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}

.section-about {
    /* Gradien lembut dari pink muda ke ungu muda */
    background: linear-gradient(135deg, #ffffff 0%, #cfe2ff 100%);
}

.section-about .nav-tabs .nav-item.show .nav-link,.section-about .nav-tabs .nav-link.active {
    color: var(--bs-white);
    background-color: var(--bs-orange);
}

.section-about .nav-tabs .nav-link {
    color: var(--bs-dark);
}
.section-about .nav-tabs {
    border-color: #f5d3ec!important;
}

.section-about a.read {
    background-color: var(--bs-orange);
    color: var(--bs-white);
    border: none;
}

.section-two {
    /* Gradien lembut dari oranye pastel ke krem */
    background: linear-gradient(135deg, #FFDAB9 0%, #FFEFD5 100%);
}
.section-three {
    /* Gradien lembut dari hijau mint ke biru langit */
    background: linear-gradient(135deg, #C8E6C9 0%, #BBDEFB 100%);
}

.bg-about{
     background-color: rgb(247, 250, 255);
}

.bg-produk{
    background-color: #07072b;
    color:#fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 0.5px #fff;
}

.section-one-hard {
    background: linear-gradient(135deg, #FF69B4, #8A2BE2); /* Pink cerah ke Ungu */
}
.section-two-hard {
    background: linear-gradient(135deg, #FFA500, #FFD700); /* Oranye ke Emas */
}
.section-three-hard {
    background: linear-gradient(135deg, #32CD32, #1E90FF); /* Hijau Limau ke Biru Dodger */
}



/* Styling untuk fitur di bagian bawah section-two */
        .features-row {
             border-radius: 1rem;
            padding: 2rem;
            margin-top: 3rem; /* Memberi jarak dari content-box di atasnya */
            box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
            color: #333; /* Warna teks lebih gelap agar kontras */
        }
        .feature-item {
            display: flex;
            flex-direction: column; /* Mengatur ikon di atas teks */
            align-items: center;
            text-align: center;
            padding: 1rem;
        }
        .feature-item .icon-wrapper {
            background-color: rgba(255, 255, 255, 0.8); /* Latar belakang putih untuk lingkaran ikon */
            border-radius: 50%;
            padding: 0.75rem;
            margin-bottom: 1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px; /* Ukuran lingkaran */
            height: 60px; /* Ukuran lingkaran */
            box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
        }
        .feature-item .icon {
            font-size: 2rem; /* Ukuran ikon lebih besar */
            color: #4A90E2; /* Warna ikon biru cerah agar menonjol */
        }
        .feature-item h6 {
            color: #333; /* Warna teks judul fitur lebih gelap */
        }
        .feature-item small {
            color: #555; /* Warna teks deskripsi fitur lebih gelap */
            opacity: 1; /* Pastikan opacity penuh */
        }

/*** Feature ***/
.feature .feature-box{
    transition: .5s;
    background-color: rgba(255, 255, 255, 0.8);

    color: var(--dark);
}

.feature .feature-box:hover {
    background: var(--primary);
    color: #fff;
}

.feature .feature-box:hover i, .feature .feature-box:hover a {
    color: #fff;
}

.feature .feature-box:hover * {
    /* color: #FFFFFF !important; */
}

/*** Info ***/
.section-info {
     background: linear-gradient(135deg, #fdfdfd 0%, #cfe2ff 100%);
    color: #000;
}

.section-info a, .section-peristiwa a{
    color: var(--bpr-blue);
    font-weight: 500;
    text-decoration: none;
}

 .single-blog {
  margin-top: 30px;
  overflow: hidden !important;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.164);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.164);
  border-radius: 8px;
  background-color: #fff;
  min-height: 340px;
}

.single-blog .blog-img {
  overflow: hidden;
  height: 240px;
  position: relative;
}
 .single-blog .blog-img a {
  width: 100%;
}

 .single-blog .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  object-fit: cover;
  object-position: center top;
}

 .single-blog a{
    color: var(--bpr-blue);
    font-weight: 500;
    text-decoration: none;
}

 .single-blog .blog-content {
  padding: 30px;
}

 .single-blog .blog-content .category {
  font-size: 14px;
  color: #a7312a;
  display: inline-block;
  font-weight: 600;
}

 .single-blog .blog-content h4 {
  display: block;
  margin-top: 5px;
  line-height: 25px;
}

 .single-blog .blog-content h4 a {
  font-size: 19px;
  color: #081828;
  display: inline-block;
}

 .single-blog .blog-content h4 a:hover {
  color: #a7312a;
}

 .single-blog .blog-content p {
  display: block;
  margin-top: 20px;
}

 .single-blog .blog-content .autor {
  position: relative;
  margin-top: 30px;
}

 .single-blog .blog-content .autor img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

 .single-blog .blog-content .autor ul .name {
  color: #666;
  display: inline-block;
  margin-bottom: 1px;
  font-weight: 500;
  font-size: 14px;
}

  .single-blog .blog-content .autor .name:hover {
  color: #3865F2;
}

 .single-blog .blog-content .autor .meta-content {
  margin-left: 0px;
    padding-left: 0px;
}
 .single-blog .blog-content .autor .meta-content li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: #888;
}

 .single-blog .blog-content .autor .meta-content li a {
  font-size: 13px;
  font-weight: 500;
  color: #888;
  text-decoration: none;
}

 .single-blog .blog-content .autor .meta-content li a:hover {
  color: #3865F2;
}

 .single-blog .blog-content .autor .meta-content li::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  background-color: #d2d2d2;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

  .single-blog .blog-content .autor .meta-content li:last-child {
  margin: 0;
  padding: 0;
}

  .single-blog .blog-content .autor .meta-content li:last-child::before {
  display: none;
}


/*** Info ***/
.section-peristiwa {
    background: linear-gradient(135deg, #fdfdfd 0%, #cfe2ff 100%);
    color: #000;
}

.section-peristiwa .single-blog {
  margin-top: 30px;
  overflow: hidden !important;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.164);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.164);
  border-radius: 8px;
  background-color: #fff;
  min-height: 300px;
}

.section-peristiwa .single-blog .blog-img {
  overflow: hidden;
  height: 380px;
  position: relative;
  display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5; /* Warna latar belakang untuk gambar */
}
.section-peristiwa .single-blog .blog-img a {
  width: 100%;
}

.section-peristiwa .single-blog .blog-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  object-fit: cover;
  object-position: center center;
  scale: 1.5;
  transition: all 0.3s ease;
}

.section-peristiwa .single-blog .blog-img img:hover {
    scale: 1;
    transition: all 0.3s ease;
}

/*** Service ***/
.section-service {
    background: linear-gradient(135deg, #fff, #cfe2ff); /* Pink cerah ke Ungu */
    color: #000;
}

.section-service a.read{
    background-color: #0d6efd;
    color: #fff;
}
.service .nav .nav-link {
    transition: .5s;
    background-color: #211f3f;
    border: none!important;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}

/* detail */
.section-detail {
     color: #000;
}

.section-detail .single-blog{
    padding: 30px;
    border: 1px solid var(--light);
    border-radius: 8px;
    background: #fff;
    transition: .5s;
}

.section-detail  .post-social-media {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.section-detail .post-social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-detail .post-social-media ul li {
    display: inline-block;
    margin-right: 10px;
}
.section-detail .post-social-media ul li a {
    color: var(--bpr-blue);
    font-size: 1rem;
    text-decoration: none;
    transition: .3s;
}
.section-detail .post-social-media ul li a i {
    color: var(--bpr-blue);
    font-size: 1rem;
    background-color: #e7e7e7;
    padding: 10px;
    border-radius: 50%;
}

.section-detail .post-social-media ul li a:hover {
    color: var(--secondary);
}
.section-detail .post-social-media ul li a span {
    text-transform: capitalize;
}

/* News sidebar */
.sidebar .widget {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
          box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sidebar .widget:first-child {
    margin-top: 30px;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget-title {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  line-height: 28px;
  z-index: 1;
}

.sidebar .widget.search-widget form {
  position: relative;
}

.sidebar .widget.search-widget form input {
  width: 100%;
  background-color: transparent;
  height: 55px;
  border: none;
  padding: 0 70px 0 30px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  border: 1px solid #eee;
}

.sidebar .widget.search-widget form input::-webkit-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input:-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::-ms-input-placeholder {
  color: #333;
}

.sidebar .widget.search-widget form input::placeholder {
  color: #333;
}

.sidebar .widget.search-widget form button {
  border: none;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 42px;
  height: 42px;
  z-index: 1;
  color: #fff !important;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  border-radius: 5px;
  padding: 0 !important;
  border: none;
  background: #3865F2;
}

.sidebar .widget.search-widget form button:hover {
  background-color: #081828;
  color: #fff;
}

.sidebar .widget.popular-feeds .single-popular-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.sidebar .widget.popular-feeds .single-popular-feed:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc {
  position: relative; 
  display: inline-block;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory {
  font-size: 12px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  color: #888;
  padding: 0 10px 0 0px;
  font-weight: 400;
  position: relative;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory::after{
  position: absolute;
  content: ",";
  right: 2px;
  width: 5px;
  height: 0;
  background-color: #888;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .cetagory:hover {
  color: #a7312a;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img {
  position: absolute;
  left: 0;
  top: 5px;
  overflow: hidden;
  width: 120px;
  height: 120px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .feed-img img {

  border-radius: 8px;
  height: 80px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
  margin-bottom: 0px!important;
  line-height: 1.5;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
    color: var(--bpr-blue);
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
  color: #a7312a;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
  font-weight: 400;
  font-size: 12px;
}

.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time i {
  margin-right: 4px;
}


.post-details .post-social-media ul {
  display: inline-block;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .post-details .post-social-media ul {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}

.post-details .post-social-media ul li {
  display: inline-block;
  margin-right: 15px;
}

.post-details .post-social-media ul li a {
  font-size: 14px;
  color: #999;
  position: relative;
}

.post-details .post-social-media ul li a:hover {
  color: #3865F2;
}

.post-details .post-social-media ul li a span {
  background-color: #3865F2;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-details .post-social-media ul li a span::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid #3865F2;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.post-details .post-social-media ul li a:hover span {
  opacity: 1;
  visibility: visible;
  top: -35px;
}

.post-details .detail-inner ul{
  margin-left: 20px;
  list-style-type: inherit;
}

.post-details .detail-inner ol {
  margin-left: 20px;
  list-style-type: decimal;
}

.post-details .detail-inner ul li, .post-details .detail-inner ol li {
  margin-bottom: 10px;
}


/* News Details */
.blog-single {
  background: #f9f9f9;
}

.blog-single .single-inner .main-content-head {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
          box-shadow: 0px 1px 20px 0px rgba(32, 32, 32, 0.11);
  border-radius: 8px;
  overflow: hidden;
}

.blog-single .meta-information {
  background-color: #fff;
  padding: 40px;
}

@media (max-width: 767px) {
  .blog-single .meta-information {
    padding: 25px;
  }
}

.blog-single .meta-info {
  margin-top: 25px;
}

.blog-single .meta-info li {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-single .meta-info li {
    margin-bottom: 5px;
  }
  .blog-single .meta-info li::before {
    display: none;
  }
  .blog-single .meta-info li:first-child {
    display: block;
    margin-bottom: 15px;
  }
}

.blog-single .meta-info li::before {
  position: absolute;
  content: "";
  right: -5px;
  top: 50%;
  background-color: #d2d2d2;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-single .meta-info li:last-child {
  margin: 0;
  padding: 0;
}

.blog-single .meta-info li:last-child::before {
  display: none;
}

.blog-single .meta-info li a {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}

.blog-single .meta-info li a i {
  display: inline-block;
  margin-right: 2px;
}

.blog-single .meta-info li a:hover {
  color: #3865F2;
}

.blog-single .meta-info li a img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.blog-single .post-thumbnils img {
  width: 100%;
}

.blog-single .detail-inner {
  background-color: #fff;
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .blog-single .detail-inner {
    padding: 25px;
  }
}

.blog-single .post-title {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 32px;
  display: inline-block;
  font-size: 34px;
}

@media (max-width: 767px) {
  .blog-single .post-title {
    line-height: 26px;
  }
}

.blog-single .post-title a {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-single .post-title a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog-single .post-title a {
    font-size: 18px;
  }
}

.blog-single .post-title a:hover {
  color: #3865F2;
  
}

.blog-single p {
  font-size: 15px;
  margin: 20px 0;
  line-height: 26px;
}

.blog-single p:first-child {
  margin-top: 0;
}

.blog-single h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
}

.blog-single .list {
  margin: 30px 0;
}

.blog-single .list li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

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

.blog-single .list li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #fff;
  font-size: 15px;
  color: #3865F2;
}


.blog-list {
  background: #f9f9f9;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .blog-list .pagination {
    margin-top: 20px;
  }
}
/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bpr-blue);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
    text-decoration: none;
}

.copyright a:hover {
    color: var(--primary);
}
