/*
    Created on : 23.06.2022, 00:56:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

/* CUSTOMIZE THE MAIN CAROUSEL
-------------------------------------------------- */
#mainCarousel .carousel {
    margin-bottom: 4rem;
}
#mainCarousel .carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
#mainCarousel .carousel-item {
    height: 32rem;
}
#mainCarousel .carousel-bg-filter {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

/* CAROUSEL FOR ADDITIONAL PRODUCT IMAGES
-------------------------------------------------- */
.additional-carousel-indicator {
    opacity: .5;
    transition: all 0.3s ease;
}
.additional-carousel-indicator:hover {
    opacity: 1;
    transition: all 0.3s ease;
}
.additional-carousel-indicator.active {
    opacity: 1;
    transition: all 0.3s ease;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron-bg-filter {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: #e9ecef;
    background: rgba(0, 0, 0, 0.4);
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
    --bs-pagination-color: #333;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #003b77;
    --bs-pagination-active-border-color: #003b77;
}

/* CARD
-------------------------------------------------- */
.blog-card-body a {
    color: #003b77;
}
.blog-card-body:hover {
    background-color: #003b77;
    color: lightgrey!important;
    transition: all .6s;
}
.blog-card-body a:hover {
    color: #fff!important;
}
.img-square {
    width: 100%;
    margin: auto;
    overflow: hidden; /* clearfix */
}
.img-square:before {
    content: "";
    padding-top: 100%;
    float: left;
}
.img-fluid-square {
    max-width: 100%;
    max-height: 100%;
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
    color: #000000;
}
a:hover {
    color: #003b77;
}
.text-darkblue {
    color: #003b77;
}
.text-orange {
    color: #e64c16;
}
.bg-darkblue {
    background-color: #003b77;
}
.bg-orange {
    background-color: #e64c16;
}
.text-lightgrey {
    color: #eaf0fb;
}
.error404 {
    font-size: 5rem;
}
@media (min-width: 390px) {
    .error404 {
        font-size: 7rem;
    }
}
@media (min-width: 576px) {
    .error404 {
        font-size: 10rem;
    }
}
@media (min-width: 768px) {
    .error404 {
        font-size: 14rem;
    }
}
@media (min-width: 1200px) {
    .error404 {
        font-size: 14rem;
    }
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #003b77;
    --bs-btn-border-color: #003b77;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #003b77;
    --bs-btn-active-border-color: #003b77;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #003b77;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }
    .navbar-search {
        display: block;
    }
}
.sidebar .nav-link {
    font-size: .875rem;
}
.sidebar .nav-link.active {
    font-weight: 500;
    color: #e64c16 !important;
}
.sidebar-heading {
    font-size: .75rem;
}

/* BOOTSTRAP SUBMENU 3 LEVEL
-------------------------------------------------- */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-img {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 1;
}
.fade-img:hover {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 0.5;
}

/* MEDIA
-------------------------------------------------- */
/*
@media (min-width: 390px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
*/
.undress-ai-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.warning-box {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 32px;
  font-size: 16px;
  color: #856404;
}

.undress-ai-container h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 24px;
  line-height: 1.2;
}

.undress-ai-container h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #34495e;
  margin: 40px 0 20px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #ecf0f1;
}

.undress-ai-container h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 32px 0 16px 0;
}

.undress-ai-container p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #2c3e50;
}

.lead {
  font-size: 20px;
  font-weight: 400;
  color: #7f8c8d;
  margin-bottom: 32px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.comparison-table th {
  background-color: #34495e;
  color: white;
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}

.comparison-table td {
  padding: 16px 12px;
  border-bottom: 1px solid #ecf0f1;
  font-size: 16px;
}

.comparison-table tr:hover {
  background-color: #f8f9fa;
}

.score-high {
  color: #27ae60;
  font-weight: 600;
}

.score-medium {
  color: #f39c12;
  font-weight: 600;
}

.score-low {
  color: #e74c3c;
  font-weight: 600;
}

.feature-list {
  list-style: none;
  margin: 20px 0;
}

.feature-list li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
}

.feature-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: bold;
}

.platform-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  margin: 24px 0;
  border-left: 4px solid #3498db;
}

.platform-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 12px;
}

.platform-description {
  color: #7f8c8d;
  margin-bottom: 16px;
}

.price-tag {
  display: inline-block;
  background-color: #5a6c7d;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.price-tag:hover {
  background-color: #4a5a6a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.section-divider {
  height: 2px;
  background: linear-gradient(90deg, #3498db, #9b59b6);
  margin: 40px 0;
  border-radius: 1px;
}

@media (max-width: 768px) {
  .undress-ai-container {
      margin: 10px;
      padding: 16px;
  }

  .undress-ai-container h1 {
      font-size: 2rem;
  }

  .undress-ai-container h2 {
      font-size: 1.5rem;
  }

  .undress-ai-container h3 {
      font-size: 1.2rem;
  }

  .undress-ai-container p {
      font-size: 16px;
  }

  .comparison-table {
      font-size: 14px;
  }

  .comparison-table th,
  .comparison-table td {
      padding: 12px 8px;
  }

  .platform-card h3 {
      margin-bottom: 8px;
  }

  .platform-card h3 + div {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }

  .platform-card h3 + div span {
      margin-right: 0 !important;
      display: block;
  }
}