/* Theme Name: Minton - Admin dashboard & Frontend
   Author: Coderthemes
   Author e-mail: coderthemes@gmail.com
   Version: 3.0.0
   File Description:Main CSS file of the template
*/


/*======= Reset ======== */
body {
  font-family: 'Pretendard Variable', Pretendard, sans-serif;
  color: #3d4654;
  background: #fff;
  font-size: 15px;
  line-height: 26px;
  overflow-x: hidden;
  word-break: keep-all;
  overflow-wrap: break-word;
}
::selection{
  background: rgba(151, 160, 175, 0.5);
  color: #ffffff;
}
::-moz-selection {
  background: rgba(151, 160, 175, 0.5);
  color: #ffffff;
}
a:hover,a:focus,.a:active {
  text-decoration: none;
  outline: none !important;
}

body, h1, h2, h3, h4, h5, h6, p, li, span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
a, button {
  cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Pretendard Variable', Pretendard, sans-serif;
}


.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

/*======= Helper classes ======== */
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.bg-gray {
  background-color: #fafafa;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
}
.bg-dark {
  background: -webkit-linear-gradient(#444F5C, #334159);
  background: -moz-linear-gradient(#444F5C, #334159);
  background: -ms-linear-gradient(#444F5C, #334159);
  background: -o-linear-gradient(#444F5C, #334159);
  background: linear-gradient(#444F5C, #334159);
}
.bg-overlay {
  background: -webkit-linear-gradient(#444F5C, #334159);
  background: -moz-linear-gradient(#444F5C, #334159);
  background: -ms-linear-gradient(#444F5C, #334159);
  background: -o-linear-gradient(#444F5C, #334159);
  background: linear-gradient(#444F5C, #334159);
  opacity: 0.35;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.bg-img-1 {
  background: url("../images/bg2.jpg");
}
.bg-img-2 {
  background: url("../images/bg1.jpg");
}
.page-sub-title {
  margin: 10px 0px !important;
}
.padding-t-0 {
  padding-top: 0px;
}
.hr {
  display: inline-block;
  border: 0;
  width: 35px;
  margin: 12px 0px 25px;
  padding: 0;
  height: 0;
  border-top: 2px solid #334159;
}
.title {
  font-weight: 700;
  line-height: 50px;
  margin-top: 0px;
}
.sub-title {
  color: #6b7785;
  margin-bottom: 50px;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

/*======= Buttons ======= */
.btn {
  border-radius: 2px;
  padding: 8px 16px;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px !important;
  font-size: 16px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px !important;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px !important;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-inverse,
.btn-purple,
.btn-pink {
  color: #ffffff !important;
}
.btn-default {
  background-color: #dae6ec;
  border-color: #dae6ec;
}
.btn-default:focus {
  background-color: #dae6ec;
  border-color: #C2CED4;
}
.btn-default:hover {
  background-color: #dae6ec;
  border-color: #C2CED4;
}
.btn-default:active {
  background-color: #dae6ec;
  border-color: #C2CED4;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: #dae6ec !important;
  border-color: #C2CED4 !important;
}
.btn-primary {
  background-color: #334159 !important;
  border: 1px solid #334159 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #263347 !important;
  border: 1px solid #263347 !important;
}
.btn-success {
  background-color: #00b19d !important;
  border: 1px solid #00b19d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  background-color: #009886 !important;
  border: 1px solid #009886 !important;
}
.btn-info {
  background-color: #3ddcf7 !important;
  border: 1px solid #3ddcf7 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  background-color: #25d8f6 !important;
  border: 1px solid #25d8f6 !important;
}
.btn-warning {
  background-color: #ffaa00 !important;
  border: 1px solid #ffaa00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  background-color: #e69900 !important;
  border: 1px solid #e69900 !important;
}
.btn-danger {
  background-color: #ef5350 !important;
  border: 1px solid #ef5350 !important;
}
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  background-color: #ed3c39 !important;
  border: 1px solid #ed3c39 !important;
}
.btn-inverse {
  background-color: #4c5667 !important;
  border: 1px solid #4c5667 !important;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #414a58 !important;
  border: 1px solid #414a58 !important;
}
.btn-purple {
  background-color: #7266ba !important;
  border: 1px solid #7266ba !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background-color: #6254b2 !important;
  border: 1px solid #6254b2 !important;
}
.btn-pink {
  background-color: #f76397 !important;
  border: 1px solid #f76397 !important;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active {
  background-color: #f64b87 !important;
  border: 1px solid #f64b87 !important;
}
.btn-custom {
  border-bottom: 3px solid transparent;
}
.btn-custom.btn-default {
  background-color: #dae6ec;
  border-bottom: 2px solid #a4b6bf !important;
}
.btn-custom.btn-primary {
  border-bottom: 2px solid #2494be !important;
}
.btn-custom.btn-success {
  border-bottom: 2px solid #007e70 !important;
}
.btn-custom.btn-info {
  border-bottom: 2px solid #08aac6 !important;
}
.btn-custom.btn-warning {
  border-bottom: 2px solid #cc8800 !important;
}
.btn-custom.btn-danger {
  border-bottom: 2px solid #c71612 !important;
}
.btn-custom.btn-inverse {
  border-bottom: 2px solid #21252c !important;
}
.btn-custom.btn-purple {
  border-bottom: 2px solid #443a80 !important;
}
.btn-custom.btn-pink {
  border-bottom: 2px solid #e80c59 !important;
}
.btn-rounded {
  border-radius: 2em;
  padding: 12px 22px;
}
.w-xs {
  min-width: 80px;
}
.w-sm {
  min-width: 95px;
}
.w-md {
  min-width: 110px;
}
.w-lg {
  min-width: 140px;
}

/* PRE LOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}




/*===== Navbar Custom ======*/


.logo {
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Pretendard Variable', Pretendard, sans-serif;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}
}



/*======= Home =======*/

.home {
  position: relative;
}
.home-wrapper {
  color: #ffffff;
  padding: 150px 0px 150px 0px;
}
.home-wrapper h1 {
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45);
}
.home-wrapper p {
  line-height: 24px;
  margin-top: 30px;
  color: #eee;
  margin-bottom: 50px;
  font-size: 16px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}

/*======= Services =======*/
.service-item {
  margin-top: 30px;
  margin-bottom: 30px;
}
.service-item i {
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
  line-height: 36px;
  color: #334159;
}
.service-item .service-detail h4 {
  font-weight: 600;
}
.service-item .service-detail p {
  color: #6b7785;
  margin-top: 15px;
  line-height: 26px;
  font-weight: 400;
}


/*======= FEATURES =======*/
#features1 img,
#features2 img,
#features3 img,
#features4 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 768px) {
  #features1 img,
  #features2 img,
  #features3 img,
  #features4 img {
    height: 260px;
  }
}
.feature-detail ul li {
  padding-left: 25px;
  padding-bottom: 20px;
  position: relative;
  color: #4c5667;
  font-weight: 400;
}
.feature-detail ul li i {
  position: absolute;
  left: 0px;
  top: 3px;
}

.feature-detail p.sub {
  margin-bottom: 30px;
  font-size: 15px;
  color: #6b7785;
  line-height: 28px;
}


/*======= FUN FACTS =======*/
.fun-facts {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #ffffff;
}
.fun-facts .facts i {
  color: #ffffff;
  font-size: 36px;
}

.fun-facts h1 {
  margin-top: 20px;
  font-weight: 500;
}
.fun-facts h4 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

/*======= Pricing =======*/
.pricing-item{
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.pricing-item-inner{
  border: 2px solid rgba(151, 160, 175, 0.2);
  vertical-align: middle;
  border-radius: 7px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pricing-item-inner:hover{
  border-color: #97a0af;
}
.main .pricing-item-inner{
  border-color: #97a0af;
}
.pricing-wrap{
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
}
.pricing-icon{
    padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  z-index: 1;
}
.pricing-title{
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}
.pr-list{
  margin: 0 -20px 30px;
  padding: 0;
  color: #97a0af;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;  
}
.pr-list li{
  padding: 12px 20px;
  list-style: none;
}
.pricing-num {
  font-size: 30px;
  font-weight: 700;
  line-height: 100px;
  height: 120px;
  width: 120px;
  margin: 0px auto;
  color: #334159;
  background: rgba(26, 58, 107, 0.15);
  border-radius: 50%;
  border: 12px solid #fafafa;
}

.pricing-num-yellow {
  background: rgba(255, 170, 0, 0.3);
  color: #ffaa00;
}

.pricing-num-pink {
  background: rgba(247, 99, 151, 0.3);
  color: #f76397;
}

.pricing-num sup{
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -20px;
  left: -3px;
  margin-left: -7px;
}
.pr-per{
  color: #97a0af;
  font-size: 12px;
}
.pr-button {
  margin-top: 30px;
}

.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#3BAFDA 0%, #334159 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #334159;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #334159;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #334159;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #334159;
}


/*======= FAQ ======*/
.question {
  color: #2d3440;
  font-weight: 600;
  font-size: 16px;
}
.answer {
  color: #6b7785;
  margin-bottom: 30px;
  line-height: 28px;
}


/*======= FOOTER ======*/
.footer-main {
  padding: 36px 0 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-logo {
  max-height: 36px;
  opacity: 0.85;
}
.footer-contact {
  color: rgba(255,255,255,0.65);
  font-size: 13px;
}
.footer-contact i {
  margin-right: 5px;
  color: rgba(255,255,255,0.65);
}
.footer-contact a {
  color: rgba(255,255,255,0.65);
  transition: color 300ms;
}
.footer-contact a:hover {
  color: #ffffff;
}
.footer-divider {
  margin: 0 14px;
  opacity: 0.3;
}
.footer-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-socials li {
  display: inline-block;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  margin-left: 6px;
  font-size: 13px;
  transition: all 300ms;
}
.footer-socials a:hover {
  color: #ffffff;
  border-color: #334159;
  background-color: #334159;
}
.copyright {
  color: rgba(255,255,255,0.35);
  margin: 0;
  padding: 16px 0;
  font-size: 12px;
}



/*======= Responsive ======*/
@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 768px) {
  .logo {
    margin-top: 7px;
  }
  .screen-space {
    margin: 0px auto 50px auto;
  }
  .facts {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .feature-detail {
    padding: 0px 0px 50px 30px !important;
  }
}
/* Floating CTA Button */
.float-cta {
  position: fixed;
  bottom: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #1d3a6e;
  color: #fff;
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  z-index: 9999;
  transition: background-color 0.2s, transform 0.2s, padding 0.3s;
  overflow: hidden;
  max-width: 160px;
}

.float-cta i {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.float-cta-label {
  white-space: nowrap;
  transition: max-width 0.3s ease, opacity 0.3s ease;
  max-width: 100px;
  opacity: 1;
}

.float-cta:hover {
  background-color: #152d57;
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .float-cta {
    bottom: 20px;
    right: 20px;
    padding: 12px 16px;
  }
}

/* Accordion List */
.accordion-list {
  margin-top: 10px;
}

.acc-item {
  border-bottom: 1px solid #e0e0e0;
}

.acc-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: none;
  border: none;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}

.acc-toggle i {
  color: #1d3a6e;
  font-size: 1rem;
  transition: transform 0.25s;
  flex-shrink: 0;
}

.acc-toggle.open i {
  transform: rotate(90deg);
}

.acc-toggle:hover {
  color: #1d3a6e;
}

.acc-body {
  display: none;
  padding: 0 0 14px 26px;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
