/*!
Theme Name: cibnp
Theme URI: https://webxdevelop.com/
Author: WebXDevelop
Author URI: https://webxdevelop.com/
Description: CIBNP Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cibnp

This theme, like WordPress, is licensed under the GPL.
*/

.announcement-text {
  position: relative;
  white-space: nowrap;
}

.card .blog-image {
  height: 200px;
}

.testimonials-slide {
  height: 550px !important;
}

.testimonial-image {
  max-height: 550px;
}

.services-box-style-06 img {
  width: 100%;
  height: 214.88px;
}

.admission-form .form-check {
  display: flex !important;
  width: 33.33%;
  align-items: center;
  gap: 10px;
}

.admission-form .form-check input {
  width: auto;
}

.no-home-header:not(.sticky-active) nav {
  background: #ffffff !important;
  color: var(--dark-gray);
  margin-top: 48px;
  padding-top: 0 !important;
}

.no-home-header .nav-link {
  color: var(--dark-gray) !important;
}

.no-home-header .navbar-brand .alt-logo {
  visibility: visible;
  opacity: 1;
  width: auto;
}

.no-home-header .navbar-brand .default-logo {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.no-home-header .col-auto.col-lg-2.me-lg-0.me-auto {
  color: #313e3b !important;
  padding-bottom: 20px !important;
}

.no-home-header .widget-text {
  color: var(--dark-gray);
}

.woocommerce-cart {
  padding: 0 !important;
}

.woocommerce-billing-fields h3 {
  display: none;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.upsell-product-option {
  margin-bottom: 20px;
  display: flex;
}

.upsell_product {
  width: auto !important;
  margin-right: 10px !important;
}

.woocommerce-form__label {
  display: flex !important;
}

.woocommerce form .form-row .input-checkbox {
  width: auto !important;
}

.page-title-center-alignment {
  padding-bottom: 90px;
}

#kajabi-form .kajabi-form__form-item {
  width: 100% !important;
}

#kajabi-form button {
  padding: 13px 32px;
  background-color: #2a98eb !importnat;
}

#kajabi-form .kajabi-form__btn {
  padding: 15px 38px !important;
  background-color: #2a98eb !important;
  border-radius: 30px !important;
  font-weight: 500 !important;
  font-family: var(--primary-font) !important;
  font-size: 17px !important;
  text-transform: capitalize !important;
}

#kajabi-form .kajabi-form__subtitle p {
  line-height: 1.5 !important;
}

#kajabi-form .kajabi-form__title {
  display: none;
}

/* WooCommerce Shop Styles */
.shop-modern {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop-modern .grid-sizer,
.shop-modern .grid-item {
  width: 25%;
}

.shop-modern.xl-grid-3col .grid-sizer,
.shop-modern.xl-grid-3col .grid-item {
  width: 33.3333%;
}

.shop-modern.sm-grid-2col .grid-sizer,
.shop-modern.sm-grid-2col .grid-item {
  width: 50%;
}

.shop-modern.xs-grid-1col .grid-sizer,
.shop-modern.xs-grid-1col .grid-item {
  width: 100%;
}

.shop-box {
  position: relative;
  overflow: hidden;
}

.shop-image {
  position: relative;
  overflow: hidden;
}

.shop-image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.shop-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.shop-box:hover .shop-overlay {
  opacity: 1;
}

.shop-buttons-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.shop-box:hover .shop-buttons-wrap {
  opacity: 1;
}

.shop-hover {
  position: absolute;
  top: 20px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.shop-box:hover .shop-hover {
  opacity: 1;
}

.shop-hover ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop-hover ul li {
  display: inline-block;
}

.lable.new {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.pagination-wrap {
  margin-top: 3rem;
}

.pagination {
  gap: 5px;
}

.pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
  padding: 0;
}

.pagination .page-item.active .page-link {
  background-color: #0e3d76;
  border-color: #0e3d76;
  color: #fff;
}

.pagination .page-link:hover {
  background-color: #0e3d76;
  border-color: #0e3d76;
  color: #fff;
}

.pagination .page-link:focus {
  box-shadow: none;
  z-index: 0;
}

.pagination .feather {
  stroke-width: 2px;
  width: 16px;
  height: 16px;
}

@media (max-width: 1199px) {
  .shop-modern .grid-sizer,
  .shop-modern .grid-item {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .shop-modern .grid-sizer,
  .shop-modern .grid-item {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .shop-modern .grid-sizer,
  .shop-modern .grid-item {
    width: 100%;
  }
}

/* WooCommerce Shop Styles - Bootstrap Version */
.shop-section {
  background-color: #fff;
}

.product-card {
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.product-image {
  overflow: hidden;
}

.product-image img {
  transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-overlay {
  transition: all 0.3s ease;
}

.product-card:hover .product-overlay {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.product-actions,
.product-quick-actions {
  transition: all 0.3s ease;
}

.product-card:hover .product-actions,
.product-card:hover .product-quick-actions {
  opacity: 1 !important;
}

.product-quick-actions .btn {
  width: 35px;
  height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-quick-actions .btn i {
  font-size: 16px;
}

.card-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.price-wrap {
  font-size: 0.95rem;
}

.price-wrap del {
  color: #999;
  margin-right: 0.5rem;
}

.price-wrap ins {
  text-decoration: none;
  font-weight: 600;
  color: #333;
}

.shop-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
}

.pagination .page-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0.25rem;
  border: none;
  background-color: #f8f9fa;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
  background-color: #333;
  color: #fff;
}

@media (max-width: 991.98px) {
  .product-card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .shop-controls {
    flex-direction: column;
    gap: 1rem;
  }
}

/* Hide empty WooCommerce notices wrapper */
.woocommerce-notices-wrapper:empty {
  display: none;
  margin: 0;
  padding: 0;
  height: 0;
}

/* WooCommerce Single Product Styles */
.single-product-section {
  background-color: #fff;
}

.product-gallery {
  position: relative;
}

.product-gallery .woocommerce-product-gallery {
  margin-bottom: 0;
}

.product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.product-gallery .flex-viewport {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.product-gallery .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px !important;
  padding: 0;
}

.product-gallery .flex-control-thumbs li {
  width: auto !important;
  flex: 1;
}

.product-gallery .flex-control-thumbs img {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease;
}

.product-gallery .flex-control-thumbs img.flex-active,
.product-gallery .flex-control-thumbs img:hover {
  border-color: #0e3d76;
}

.product-summary {
  padding-left: 2rem;
}

.product-summary .product_title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #333;
}

.product-summary .price {
  font-size: 1.5rem;
  color: #0e3d76;
  margin-bottom: 1.5rem;
}

.product-summary .price del {
  color: #999;
  font-size: 1.2rem;
  margin-right: 0.5rem;
}

.product-summary .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
}

.product-summary .cart {
  margin-bottom: 2rem;
}

.product-summary .quantity {
  margin-right: 1rem;
}

.product-summary .quantity .qty {
  width: 70px;
  height: 45px;
  padding: 0.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.product-summary .single_add_to_cart_button {
  height: 45px;
  padding: 0 2rem;
  background-color: #0e3d76;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.product-summary .single_add_to_cart_button:hover {
  background-color: #0a2d57;
}

.product-tabs {
  margin-top: 3rem;
}

.product-tabs .nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.product-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  padding: 1rem 1.5rem;
  font-weight: 500;
  color: #666;
  transition: all 0.3s ease;
}

.product-tabs .nav-link:hover {
  color: #0e3d76;
}

.product-tabs .nav-link.active {
  color: #0e3d76;
  border-bottom-color: #0e3d76;
}

.product-tabs .tab-content {
  padding: 2rem 0;
}

.related.products {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #e5e5e5;
}

.related.products > h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .product-summary {
    padding-left: 0;
    margin-top: 2rem;
  }

  .product-summary .product_title {
    font-size: 1.5rem;
  }

  .product-tabs .nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}

.woocommerce-checkout section {
  padding: 0;
}

.woocommerce-checkout .page-title-center-alignment,
.woocommerce-checkout form {
  padding-bottom: 90px;
}

/* Style select fields to match input fields */
select {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  height: 40px;
  color: #333;
}

/* Add a background image for the dropdown arrow */
select::-ms-expand {
  display: none; /* Remove default arrow in IE */
}

select:focus {
  border-color: #0e3d76; /* Match focus color */
  outline: none;
}

/* Style WooCommerce select fields to match input fields */
.woocommerce select {
  appearance: none; /* Remove default styling */
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  height: 40px;
  color: #333;
}

/* Add a background image for the dropdown arrow */
.woocommerce select::-ms-expand {
  display: none; /* Remove default arrow in IE */
}

.woocommerce select:focus {
  border-color: #0e3d76; /* Match focus color */
  outline: none;
}

select {
  height: auto;
}
/* 
/* Style the select2 container to match input fields */
.select2-container--default .select2-selection--single {
  border: 1px solid #e4e4e4;
  padding: 12px;
  font-size: 16px;
  border-radius: 2px;
  background-color: #fff;
  height: 56px;
  display: flex;
  align-items: center;
  color: var(--medium-gray);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--medium-gray) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #333;
  line-height: 1.5;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  right: 10px;
}

.select2-container--default .select2-selection--single:focus {
  border-color: #0e3d76; /* Match focus color */
  outline: none;
}
*/ abbr[title] {
  text-decoration: none !important;
}

.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  width: auto;
  margin-right: 10px;
}

input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

.shop_table {
  width: 100%;
  margin-bottom: 20px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 15px 38px !important;
  background-color: #2a98eb !important;
  border-radius: 30px !important;
  font-weight: 500 !important;
  font-family: var(--primary-font) !important;
  font-size: 17px !important;
  text-transform: capitalize !important;
  color: #fff;
  border: none;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  max-width: 80px;
  margin-right: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.testimonial-image{
 height:550px;
}