/*!
Theme Name: ConveneAK Child
Template: convene-ak
Theme URI: http://underscores.me/
Author: anastiak
Author URI: https://www.linkedin.com/in/anastia-kristiana/
Description: Wordpress Developer Test - Convene
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: convene-ak
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ConveneAK is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/*/

:root {
  --font-primary: 'Poppins', sans-serif;
}


body {
  font-family: var(--font-primary);
}

h1,
h2,
h3 {
  font-family: var(--font-primary);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 3rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Mobile-font-size */
@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 0.75rem;
  }
}

/* Tablet-font-size */
@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 1.5rem;
  }

  h6 {
    font-size: 0.75rem;
  }

  p {
    font-size: 0.75rem;
  }
}

input::placeholder,
textarea::placeholder,
select::placeholder {
  font-family: var(--font-primary);
}

.nav>li>a {
  text-decoration: none;
  margin-right: 25px;
  font-family: var(--font-primary);
  color: #000000;
}

.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:active {
  text-decoration: none;
}

.nav>li:last-child>a {
  margin-right: 0;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 2px solid #A41C31;
  color: #A41C31;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 50px;
  opacity: 1;
}

.nav .nav-link {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #000;
}

.nav .nav-link:hover {
  text-decoration: none;
  color: #007bff;
}

.offcanvas-body .nav-link {
  padding: 1.75rem 0;
  font-size: 1.25rem;
  color: #333;
}

.offcanvas-body .nav-link:hover {
  color: #007bff;
}

.custom-offcanvas {
  height: 100vh;
  width: 25vw;
  max-width: 300px;
  top: 25vh;
  border-radius: 10px 0 0 10px;
  overflow-y: auto;
}

.mobile-nav .nav-link {
  padding: 0.75rem 0;
  font-size: 1.1rem;
  color: #333;
  text-decoration: none;
}

.mobile-nav .nav-link:hover {
  color: #007bff;
}

.mobile-nav .menu-item {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

.mobile-nav .menu-item:last-child {
  margin-top: 2rem;
}

.feature-image {
  height: 500px;
  max-height: 500px;
  width: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

@media (max-width: 576px) {
  .heading-tablet {
    min-height: 100vh;
  }

  .footer-btn {
    font-size: 0.65rem !important;
  }
}
.nav-pills .nav-link {
  color: #000;
  font-weight: 400;
  border-left: 4px solid transparent;
  border-radius: 0;
  transition: all 0.3s ease;
}

.nav-pills .nav-link.active {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  color: #000;
  border-left: 4px solid #00B55E;
}

.nav-pills .nav-link strong {
  font-weight: 400;
}

.nav-pills .nav-link.active strong {
  font-weight: 600;
}

.feature-subtitle ul {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}

.custom-benefit-btn {
  background-color: #009BF0;
  color: #ffffff !important;
  border: none;
}

.custom-benefit-btn:hover {
  background-color: #007ec2;
}

.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) .toggle-icon {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.toggle-icon {
  transition: transform 0.3s ease;
}

#featuresAccordion .accordion-item {
  border: none;
  border-radius: 0;
}

#featuresAccordion .accordion-button {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#featuresAccordion .accordion-item:not(:last-child) {
  border-bottom: none;
}

#featuresAccordion .accordion-button:not(.collapsed) {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  color: #000;
  font-weight: 600;
  border-left: 4px solid #00B55E;
}

#featuresAccordion .accordion-button.collapsed {
  font-weight: 400;
  border-left: 4px solid transparent;
}

#featuresAccordion ul {
  padding-left: 0;
  margin-left: 1rem;
  list-style-position: outside;
}

@media (min-width: 768px) {
  .extra-padding {
    padding-left: 18rem;
    padding-right: 18rem;
  }

  .extra-right-padding {
    padding-right: 10rem !important;
  }

  .contact-form-wrapper {
    width: 80%;
  }

  .testimonial-name {
    font-size: 1.25rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .nav>li>a {
    text-decoration: none;
    margin-right: 15px;
    font-family: var(--font-primary);
    color: #000000;
    font-size: 0.75rem;
  }

  .extra-padding {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .heading-tablet {
    height: 500px !important;
  }

  .extra-right-padding {
    padding-right: 2rem !important;
  }

  .contact-form-wrapper {
    height: 360px !important;
    padding: 10px 20px !important;
  }

  .feature-tabs-section {
    height: 60vh !important;
  }

  .testimonial-name {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .accreditation-tablet {
    max-width: 80px !important;
  }
}

.extra-right-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.testimonial-name {
  font-size: 1rem;
  line-height: 1.25rem;
}

.footer-btn {
  background-color: #009BF0;
  color: #ffffff !important;
  border: none;
  border-radius: 50px;
}

.footer-btn:hover {
  background-color: #007ec2;
}

.contact-form-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  opacity: 1;
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form .form-control {
  border: 1px solid #909CAA;
  color: #000;
}

.contact-form-wrapper input::placeholder {
  color: #909CAA;
  font-size: 0.85rem;
}

.submit-btn {
  width: 100%;
  background-color: #AD2B3F;
  border-color: #AD2B3F;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 600;
}

.submit-btn:hover {
  background-color: #941F32;
  border-color: #941F32;
  color: #ffffff;
}