@charset "utf-8";
/* Start Responsive CSS Document */

/*========================================================================
	Author: Approval Pro &copy; 2025 ApprovalPro - All Rights Reserved.
========================================================================*/

/* Medium Devices, Desktops */
@media (max-width: 991px) {
  .header-lover .navbar .nav-item .nav-link {
    font-size: 10px;
    padding: 10px 8px;
  }
  .call-to-action-area h2 {
    font-size: 34px;
  }
  .footer-link li {
    margin: 0px 12px 0px 0px !important;
  }
  .navbar-brand img {
    max-width: 170px;  /* tablet width */
    max-height: 70px;  /* tablet height */
  }

  /* Only add border around navbar-collapse on collapsed navbar (mobile/tablet) */
  .header-lover .navbar .navbar-collapse {
    z-index: 999;
    padding: 10px;
  }

  .pricing-matrix .table-responsive {
    overflow-x: visible !important; /* remove horizontal scroll */
  }
  .pricing-matrix .pricing-table {
    width: 100% !important;        
    min-width: auto !important;    
    table-layout: auto;            
  }
  .pricing-table th,
  .pricing-table td {
    white-space: normal;           /* wrap text */
    text-align: left;
    padding: 0.6rem 0.5rem;
    font-size: 0.85rem;
  }
  .pricing-table th.text-start,
  .pricing-table td.text-start {
    text-align: left;
  }
  .pricing-table .badge {
    font-size: 0.7rem;
    padding: 0.25em 0.4em;
    min-width: auto;
  }
  .pricing-disclaimer {
    font-size: 0.8rem;
    text-align: center; /* center disclaimer */
    padding: 0.9rem;
    margin: 1rem auto;
    max-width: 95%; /* match table width roughly */
  }
  .slider,
  .carousel-inner,
  .carousel-item {
    height: auto;  
    min-height: 400px;  
  }
  .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; 
  }
  .slider .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .slider .carousel-caption .white-box {
    display: inline-block;
    max-width: 95%;  
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    border-radius: 6px;
    border: 2px solid #00bcd4;
    color: #333;
    text-align: left;
  }
  .slider h2 {
    font-size: 28px;
  }
  .slider .white-box p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .slider .carousel-caption .white-box .btn-style-1,
  .slider .carousel-caption .white-box .btn-style-2 {
    font-size: 11px;
    padding: 5px 16px;
  }
  .feature-area {
    padding-top: 10px !important; /* reduced from 80px */
  }
  .inner-page-title-area {
    padding: 176px 0px;
    background-position: center top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

/* Small Devices, Tablets */
@media (max-width: 767px) {
    .header-lover .navbar .navbar-collapse {
    border: 2px solid #00bcd4;
    background-color: #fff;
    z-index: 3;
    padding: 10px;
  }
    .header .nav-pills {
  	 max-width: 450px;
  }
  .header-lover:after {
    width: 45%;
  }
  .navbar-brand img {
    max-width: 140px;  /* mobile width */
    max-height: 55px;   /* mobile height */
  }
  .slider,
  .carousel-inner,
  .carousel-item {
    height: auto;  
    min-height: 300px;
  }
  .slider .carousel-caption .white-box {
    padding: 15px;
  }
  .slider h2 {
    font-size: 22px;
  }
  .slider .white-box p {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .slider .carousel-caption .white-box .btn-style-1,
  .slider .carousel-caption .white-box .btn-style-2 {
    font-size: 10px;
    padding: 4px 12px;
  }
  .feature-area {
    padding-top: 10px !important; 
  }
  /* Santa hat for the Home link */

.santa .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;         /* adjust up/down */
    left: -8px;        /* adjust left/right */

    width: 40px;       /* size of hat */
    height: 40px;

    background-image: url('/img/xmas/santa_hat-XS.svg'); /* <-- your file here */
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
}

/* Extra Small Devices, Phones */
@media (max-width: 575px) {
    .header-lover .navbar .navbar-collapse {
    border: 2px solid #00bcd4;
    background-color: #fff;
    z-index: 3;
    padding: 10px;
  }
  .header-lover:after {
    width: 57%;
    z-index: 2;
  }
  .header-lover .navbar-brand {
    z-index: 3;
  }
  .footer-link li {
    margin: 0px 0px 0px 0px !important;
    width: 49%;
  }
  .comments-box .img-wrapper {
    width: 100%;
  }
  .comments-box .text-wrapper {
    padding-left: 0px;
    padding-top: 20px;
    width: 100%;
  }
  .singal-blog-post .tags-post a {
    padding: 4px 8px;
  }
    /* Santa hat for the Home link */

.santa .nav-link::before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;         /* adjust up/down */
    left: -8px;        /* adjust left/right */

    width: 40px;       /* size of hat */
    height: 40px;

    background-image: url('/img/xmas/santa_hat-XS.svg'); /* <-- your file here */
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
}

/* Hover effects (desktop only) */
@media (hover: hover) and (pointer: fine) {
  .pricing-table tbody tr:hover td {
    background-color: #b2ebf2;
    transition: background-color 0.3s ease;
  }
}

/* Dropdown menus on desktop */
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu,
  .dropdown .dropdown-menu:hover,
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block !important;
  }
}

/* End Responsive CSS Document */
