/**
 *
Lunar version  1.0
The MIT License (MIT)
Copyright (c) 2011-2019 vivekvasani955@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
 */
.modal .modal-dialog.modal-full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.modal .modal-content {
  border: 0;
  border-radius: 3px;
}
.modal.fade.modal-top-left .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-top-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-top-left .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-top-right .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-top-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-top-right .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-right .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-left .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal.fade.modal-bottom-center .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@media (min-width: 576px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    margin: 1.75rem auto;
  }
}
@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    width: calc(100% - (0.5rem*2));
  }
}
.modal .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 10px !important;
  height: 2.5rem;
  width: 2.5rem;
  background: rgba(193, 193, 193, 0.3) !important;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0;
}
.modal .close:focus {
  outline: 0;
}
.modal .close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}
.modal .close.light span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
}
.modal .close.size-sm {
  transform: scale(0.5);
  right: 0.5rem;
  top: 0.5rem;
}
.modal .close.close-pinned {
  top: -19px;
  right: -19px;
}

.modal[data-popup=true] {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: unset;
  height: unset;
}
.modal[data-popup=true].fade.modal-top-left .modal-dialog, .modal[data-popup=true].fade.modal-top-right .modal-dialog, .modal[data-popup=true].fade.modal-bottom-right .modal-dialog, .modal[data-popup=true].fade.modal-bottom-left .modal-dialog, .modal[data-popup=true].fade.modal-bottom-center .modal-dialog {
  position: fixed;
}
.modal[data-popup=true].fade .modal-content {
  box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19);
}

.body-scrollable {
  overflow: unset;
  padding-right: unset !important;
}
.body-scrollable .modal-backdrop {
  display: none;
}

.modal-backdrop {
  background: #2d343a;
}

/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/*Alert styles*/
.event-type {
  border: 3px solid #e0e6ed;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
  transition-delay: 0.3s;
}


.event-type .event-indicator {
  transition: all cubic-bezier(0, 0.89, 0.44, 1) 0.2s;
  transform: scale(0);
  opacity: 0;
  transition-delay: 0.5s;
}

.show .event-type .event-indicator {
  transform: scale(1);
  opacity: 1;
}

.show .event-type {
  border-color: #e0e6ed;
  background-color: #e0e6ed;
}

.show .event-type.success {
  border-color: #00CC99;
  background-color: #00CC99;
}

.show .event-type.error {
  border-color: #f2545b;
  background-color: #f2545b;
}

.show .event-type.warning {
  border-color: #f7bc06;
  background-color: #f7bc06;
}

.show .event-type.info {
  border-color: #19b5fe;
  background-color: #19b5fe;
}

/*==================================*/
/* Additional Utilities */
/*==================================*/
/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/*Overlay for images*/
.modal .overlay {
  background-color: rgba(0, 0, 0, 0.35);
}

.modal .overlay-light {
  background-color: rgba(0, 0, 0, 0.15);
}

/*Negative margins for creating pull effect */
.modal .pull-up-lg {
  margin-top: -70px;
}

.modal .pull-up-sm {
  /*margin-top: -35px;*/
}

.modal .border-thick {
  border-width: 0.3rem !important;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pointer-events-none {
  pointer-events: none;
}

/*Height utilities*/
.m-h-10 {
  min-height: 10vh;
}

.m-h-20 {
  min-height: 20vh;
}

.m-h-30 {
  min-height: 30vh;
}

.m-h-40 {
  min-height: 40vh;
}

.m-h-50 {
  min-height: 50vh;
}

.m-h-60 {
  min-height: 60vh;
}

.m-h-70 {
  min-height: 70vh;
}

.m-h-80 {
  min-height: 80vh;
}

.m-h-90 {
  min-height: 90vh;
}

.m-h-100 {
  min-height: 100vh;
}

.bg-rhino {
  background-color: #28304e !important;
}

.btn-cstm-light {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.btn-cstm-light:hover {
  color: #212841;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-cstm-light:focus, .btn-cstm-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-cstm-light.disabled, .btn-cstm-light:disabled {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.btn-cstm-light:not(:disabled):not(.disabled):active, .btn-cstm-light:not(:disabled):not(.disabled).active, .show > .btn-cstm-light.dropdown-toggle {
  color: #212841;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-cstm-light:not(:disabled):not(.disabled):active:focus, .btn-cstm-light:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-cstm-dark {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e;
}

.btn-cstm-dark:hover {
  color: #FFFFFF;
  background-color: #1b2035;
  border-color: #171b2c;
}

.btn-cstm-dark:focus, .btn-cstm-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 48, 78, 0.5);
}

.btn-cstm-dark.disabled, .btn-cstm-dark:disabled {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e;
}

.btn-cstm-dark:not(:disabled):not(.disabled):active, .btn-cstm-dark:not(:disabled):not(.disabled).active, .show > .btn-cstm-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #171b2c;
  border-color: #121624;
}

.btn-cstm-danger {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b;
}

.btn-cstm-danger:hover {
  color: #FFFFFF;
  background-color: #ef3039;
  border-color: #ee252e;
}

.btn-cstm-danger:focus, .btn-cstm-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.btn-cstm-danger.disabled, .btn-cstm-danger:disabled {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b;
}

.btn-cstm-danger:not(:disabled):not(.disabled):active, .btn-cstm-danger:not(:disabled):not(.disabled).active, .show > .btn-cstm-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ee252e;
  border-color: #ed1922;
}

.btn-cstm-danger:not(:disabled):not(.disabled):active:focus, .btn-cstm-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.btn-cstm-success {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99;
}

.btn-cstm-success:hover {
  color: #FFFFFF;
  background-color: #00a67c;
  border-color: #009973;
}

.btn-cstm-success:focus, .btn-cstm-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.btn-cstm-success.disabled, .btn-cstm-success:disabled {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99;
}

.btn-cstm-success:not(:disabled):not(.disabled):active, .btn-cstm-success:not(:disabled):not(.disabled).active, .show > .btn-cstm-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #009973;
  border-color: #008c69;
}

.btn-cstm-success:not(:disabled):not(.disabled):active:focus, .btn-cstm-success:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.btn-cstm-secondary {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9;
}

.btn-cstm-secondary:hover {
  color: #FFFFFF;
  background-color: #7c96bc;
  border-color: #738fb8;
}

.btn-cstm-secondary:focus, .btn-cstm-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}

.btn-cstm-secondary.disabled, .btn-cstm-secondary:disabled {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9;
}

.btn-cstm-secondary:not(:disabled):not(.disabled):active, .btn-cstm-secondary:not(:disabled):not(.disabled).active, .show > .btn-cstm-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #738fb8;
  border-color: #6b88b3;
}

.btn-cstm-secondary:not(:disabled):not(.disabled):active:focus, .btn-cstm-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}

/*==================================*/
/* Testimonials Carousel Navigation */
/*==================================*/

/* Navigation arrows */
.reviews-1-wrapper .owl-nav {
  margin-top: 30px;
  text-align: center;
}

.reviews-1-wrapper .owl-nav button {
  display: inline-block;
  margin: 0 10px;
  padding: 12px 16px;
  background-color: #19b5fe;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 26px;
}

.reviews-1-wrapper .owl-nav button:hover {
  background-color: #0ea5e9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(25, 181, 254, 0.3);
}

.reviews-1-wrapper .owl-nav button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(25, 181, 254, 0.2);
}

.reviews-1-wrapper .owl-nav button.owl-prev,
.reviews-1-wrapper .owl-nav button.owl-next {
  opacity: 1;
}

.reviews-1-wrapper .owl-nav button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Dots pagination */
.reviews-1-wrapper .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.reviews-1-wrapper .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.reviews-1-wrapper .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  transition: all 0.3s ease;
  cursor: pointer;
}

.reviews-1-wrapper .owl-dots .owl-dot.active span,
.reviews-1-wrapper .owl-dots .owl-dot:hover span {
  background-color: #19b5fe;
  transform: scale(1.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .reviews-1-wrapper .owl-nav {
    margin-top: 20px;
  }
  
  .reviews-1-wrapper .owl-nav button {
    width: 45px;
    height: 45px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 25px;
  }
}

@media (max-width: 480px) {
  .reviews-1-wrapper .owl-nav button {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 24px;
  }
}

/*==================================*/
/* Newsletter Form Styles */
/*==================================*/

/* Newsletter form states */
.newsletter-form .form-notification {
  display: block;
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  transition: all 0.3s ease;
}

.newsletter-form .form-notification.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.newsletter-form .form-notification.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* Newsletter form error state */
.newsletter-form.newsletter-error input[type="email"] {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Newsletter form success state */
.newsletter-form.newsletter-success input[type="email"] {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* Loading state for submit button */
.newsletter-form button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.newsletter-form button[type="submit"] .loading {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Newsletter form input focus states */
.newsletter-form input[type="email"]:focus {
  border-color: #19b5fe;
  box-shadow: 0 0 0 0.2rem rgba(25, 181, 254, 0.25);
  outline: none;
}

/* Responsive newsletter notification */
@media (max-width: 767px) {
  .newsletter-form .form-notification {
    font-size: 13px;
    padding: 6px 10px;
  }
}

/*==================================*/
/* Blog Image Centering Styles */
/*==================================*/

/* Main blog post images */
.blog-post-img {
  text-align: center;
}

.blog-post-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Inner post images (section images) */
.post-inner-img {
  text-align: center;
}

.post-inner-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Blog listing images */
.blog-post .blog-post-img {
  text-align: center;
}

.blog-post .blog-post-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Wide post images (featured posts) */
.wide-post .blog-post-img {
  text-align: center;
}

.wide-post .blog-post-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Video preview wrapper centering */
.video-preview {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.video-preview img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Single post layout images */
.single-post .blog-post-img {
  text-align: center;
}

.single-post .blog-post-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* Responsive adjustments for blog images */
@media (max-width: 768px) {
  .blog-post-img img,
  .post-inner-img img {
    max-width: 100%;
    height: auto;
  }
  
  .wide-post .blog-post-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .blog-post-img,
  .post-inner-img {
    margin-bottom: 15px;
  }
}

/*==================================*/
/* Learning Section Styles */
/*==================================*/

/* Learning section main container */
.learning-section {
  margin-top: 40px;
  padding: 20px 0;
}

/* Learning section header */
.learning-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  border-radius: 8px 8px 0 0;
  margin-bottom: 0;
}

/* Learning table styling */
.learning-table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

/* Learning table rows - hierarchical structure */
.learning-section .learning-table tr.level-0 td {
  background-color: #f8f9fa !important;
  font-weight: 600 !important;
  font-size: 1.1em !important;
  padding: 16px 20px !important;
  border-left: 4px solid #19b5fe !important;
  transition: all 0.3s ease !important;
}

.learning-section .learning-table tr.level-1 td {
  background-color: #ffffff !important;
  padding: 12px 40px 12px 40px !important;
  border-left: 3px solid #e9ecef !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}

.learning-section .learning-table tr.level-2 td {
  background-color: #f8f9fa !important;
  padding: 10px 60px 10px 60px !important;
  border-left: 2px solid #dee2e6 !important;
  font-size: 0.95em !important;
  color: #6c757d !important;
  transition: all 0.3s ease !important;
}

/* Hover effects for learning table rows */
.learning-section .learning-table tr.level-0:hover td {
  background-color: #e3f2fd !important;
  transform: translateX(5px) !important;
  box-shadow: 0 2px 8px rgba(25, 181, 254, 0.2) !important;
}

.learning-section .learning-table tr.level-1:hover td {
  background-color: #f0f8ff !important;
  transform: translateX(8px) !important;
  border-left-color: #19b5fe !important;
  box-shadow: 0 2px 6px rgba(25, 181, 254, 0.15) !important;
}

.learning-section .learning-table tr.level-2:hover td {
  background-color: #f8fbff !important;
  transform: translateX(12px) !important;
  border-left-color: #19b5fe !important;
  color: #495057 !important;
}

/* Cell spacing and borders */
.learning-table td {
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
  line-height: 1.5;
}

.learning-table tr:last-child td {
  border-bottom: none;
}

/* Learning section price columns */
.learning-table .price-column {
  text-align: center;
  width: 22%;
  font-weight: 600;
}

.learning-table .feature-column {
  width: 34%;
}

/* Responsive adjustments for learning section */
@media (max-width: 768px) {
  .learning-header {
    font-size: 1.1em;
    padding: 10px;
  }
  
  .learning-table tr.level-0 td {
    padding: 14px 15px !important;
    font-size: 1.05em;
  }
  
  .learning-table tr.level-1 td {
    padding: 10px 15px 10px 30px !important;
  }
  
  .learning-table tr.level-2 td {
    padding: 8px 15px 8px 45px !important;
    font-size: 0.9em;
  }
  
  .learning-table .price-column {
    width: 20%;
    font-size: 0.9em;
  }
  
  .learning-table .feature-column {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .learning-section {
    margin-top: 30px;
  }
  
  .learning-header {
    font-size: 1em;
    padding: 8px;
  }
  
  .learning-table tr.level-0 td {
    padding: 12px 10px !important;
    font-size: 1em;
  }
  
  .learning-table tr.level-1 td {
    padding: 8px 10px 8px 25px !important;
  }
  
  .learning-table tr.level-2 td {
    padding: 6px 10px 6px 40px !important;
    font-size: 0.85em;
  }
  
  .learning-table .price-column {
    width: 18%;
    font-size: 0.85em;
  }
  
  .learning-table .feature-column {
    width: 46%;
  }
}

/* Force transitions and indentation to work */
.learning-section .learning-table tr td {
  transition: all 0.3s ease !important;
}

.learning-section .learning-table tr:hover {
  z-index: 1 !important;
  position: relative !important;
}

/* Override any conflicting table styles with maximum specificity */
.comp-table .learning-section .learning-table tr td {
  border-bottom: 1px solid #e9ecef !important;
}

.comp-table .learning-section .learning-table tr.level-1 td {
  padding-left: 40px !important;
}

.comp-table .learning-section .learning-table tr.level-2 td {
  padding-left: 60px !important;
}

/* Nuclear option - override Bootstrap/framework table styles */
table.learning-table tr.level-1 td {
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

table.learning-table tr.level-2 td {
  padding-left: 60px !important;
  padding-right: 60px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}


