﻿/*

TemplateMo 590 topic listing

https://templatemo.com/tm-590-topic-listing

*/

/*shop page customer*/
/*.shop-card {
    border-radius: 14px;
    background-color: #f8fbfd;*/ /* soft theme bg */
    /*border: 1px solid #d9edf1;*/ /* visible but clean */
    /*transition: all 0.3s ease;
}

    .shop-card:hover {
        transform: translateY(-6px);
        border-color: #80d0c7;*/ /* theme accent */
        /*box-shadow: 0 10px 25px rgba(19, 84, 122, 0.15);
    }

    .shop-card .card-body {
        padding: 20px;
    }

    .shop-card .card-footer {
        background-color: transparent;
    }

    .shop-card img {
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
    }

    .shop-card .btn {
        border-radius: 20px;
    }*/



/*active order input my orders page*/
.active-order-card {
    background: linear-gradient(135deg, #A4CE2D, #7FB51E);
    border-radius: 14px;
}

    .active-order-card .badge {
        background-color: rgba(255,255,255,0.2);
    }

    .active-order-card .btn {
        background-color: #fff;
        color: #13547a;
        border: none;
    }

        .active-order-card .btn:hover {
            background-color: #f1f1f1;
        }
/* MOBILE FILTER BEHAVIOR */
@media (max-width: 767px) {
    .filter-card {
        display: none;
    }
}



/*navbar*/
.custom-navbar {
    padding: 12px 0;
}

    .custom-navbar .nav-link {
        padding: 6px 12px;
        margin: 0 4px;
    }

main.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0;
    }

    .navbar-brand {
        font-size: 1.1rem;
    }
}

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #A4CE2D;
    --secondary-color: #7FB51E;
    --section-bg-color: #F6FDE8;
    --custom-btn-bg-color: #A4CE2D;
    --custom-btn-bg-hover-color: #7FB51E;
    --dark-color: #1f1f1f;
    --p-color: #5f6b3c;
    --border-color: #CFEF7A;
    --link-hover-color: #7FB51E;
    --body-font-family: 'Open Sans', sans-serif;
    --title-font-family: 'Montserrat', sans-serif;
    --h1-font-size: 58px;
    --h2-font-size: 46px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
    --p-font-size: 20px;
    --menu-font-size: 14px;
    --btn-font-size: 18px;
    --copyright-font-size: 16px;
    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family); 
  font-weight: var(--font-weight-semibold);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
    background-image: linear-gradient(135deg, #A4CE2D 0%, #7FB51E 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--white-color);
  border-radius: var(--border-radius-medium);
}

.nav-tabs {
  border-bottom: 1px solid #ecf3f2;
  margin-bottom: 40px;
  justify-content: center;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--p-color);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
    background: var(--custom-btn-bg-color);
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(164, 206, 45, 0.4);
}

    .custom-btn:hover {
        background: var(--custom-btn-bg-hover-color);
        color: var(--white-color);
        box-shadow: 0 8px 20px rgba(127, 181, 30, 0.6);
    }

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
    background-image: linear-gradient(135deg, #A4CE2D 0%, #7FB51E 100%);
    padding-top: 150px;
    padding-bottom: 80px;
}

.site-header .container {
  height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: var(--white-color);
}

.site-header .custom-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
  color: var(--secondary-color);
}

/* ===============================
   FINAL STABLE NAVBAR
================================ */

.kh-navbar {
    background: #ffffff !important;
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
    z-index: 999;
}

/* Logo */
.kh-logo {
    height: 28px;
}

/* Nav Links */
.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 18px;
    margin: 0 5px;
    border-radius: 30px;
    color: #222 !important;
    transition: 0.25s ease;
}

    .navbar-nav .nav-link:hover {
        background: rgba(164, 206, 45, 0.1);
    }

    .navbar-nav .nav-link.active {
        background: rgba(164, 206, 45, 0.18);
    }

/* Desktop Dropdown */
.dropdown-menu {
    border-radius: 14px;
    border: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0,0,0,0.07);
}

.dropdown-item:hover {
    background: rgba(164, 206, 45, 0.1);
}

/* Mobile Fix */
@media (max-width: 991px) {

    .navbar-collapse {
        background: #ffffff !important;
        margin-top: 12px;
        padding: 20px;
        border-radius: 18px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }

    .navbar-nav .nav-link {
        margin: 6px 0;
        padding: 14px;
        border-radius: 12px;
    }
}

/* Login Icon */
.kh-login-icon {
    background: #A4CE2D;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
}

    .kh-login-icon:hover {
        background: #000;
        color: #fff;
    }

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
    background: linear-gradient(135deg, #A4CE2D, #7FB51E);
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 150px;
}
    .hero-section .container {
        position: relative;
        z-index: 2;
    }

.hero-section .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-section input[type="search"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-section button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}
.hero-subtitle {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    opacity: 0.95;
}
.hero-btn {
    background-color: #ffffff;
    color: #000;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

    .hero-btn:hover {
        background-color: #A4CE2D;
        color: #ffffff;
    }


/*    ------------------------------------
    OFFER BANNER
    ------------------------------------*/
/* ------------------------------------
   OFFER BANNER (GREEN PREMIUM VERSION)
------------------------------------ */

.offer-banner-section {
    background: linear-gradient(135deg, #A4CE2D, #7FB51E);
    border-radius: 28px;
    margin: 80px auto;
    padding: 60px 50px;
    max-width: 1100px; /* narrower = more white space */
    position: relative; /* ✅ REQUIRED */
    overflow: hidden;
}


    /* subtle overlay shape */
    .offer-banner-section::before {
        content: "";
        position: absolute;
        width: 400px;
        height: 400px;
        background: rgba(255,255,255,0.15);
        border-radius: 50%;
        top: -150px;
        right: -150px;
    }

.offer-title {
    font-weight: 800;
    font-size: 38px;
    line-height: 1.2;
}

.offer-description {
    font-size: 18px;
    margin-top: 20px;
    max-width: 500px;
}

/* BUTTON STYLE (optional if you want) */
.offer-btn {
    margin-top: 25px;
    padding: 12px 28px;
    background: #000;
    color: #A4CE2D;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

    .offer-btn:hover {
        background: #fff;
        color: #000;
    }

/* IMAGE BIGGER */
.offer-image {
    max-height: 420px;
    width: 100%;
    object-fit: contain;
    animation: floatImage 4s ease-in-out infinite;
    display: block;
}

/* Floating animation */
@keyframes floatImage {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}


/* ---------------- MOBILE RESPONSIVE ---------------- */

@media (max-width: 991px) {

    .offer-banner-section {
        padding: 40px 25px;
        text-align: center;
    }

    .offer-title {
        font-size: 28px;
    }

    .offer-description {
        font-size: 16px;
        margin: 15px auto;
    }

    .offer-image {
        max-height: 300px;
        margin-top: 30px;
        display: block;
    }
}



/*---------------------------------------
  TOPICS              
-----------------------------------------*/
.featured-section {
  background-color: var(--secondary-color);
  border-radius: 0 0 100px 100px;
  padding-bottom: 100px;
}

.featured-section .row {
  position: relative;
  bottom: 100px;
  margin-bottom: -100px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-block:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-block > a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 35px;
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.social-share {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px;
    display: flex;
    align-items: center;
    gap: 15px;
}


.social-share .bi-bookmark {
  color: var(--white-color);
  font-size: var(--h5-font-size);
}

.social-share .bi-bookmark:hover {
  color: var(--secondary-color);
}

.bg-design,
.bg-graphic,
.bg-advertising,
.bg-finance,
.bg-music,
.bg-education {
    background-color: #A4CE2D;
}

/* ================= MOBILE FIX FOR ABOUT SECTION ================= */

@media (max-width: 991px) {

    .custom-block-overlay {
        min-height: auto;
    }

    .custom-block-overlay-text {
        position: relative; /* 🔥 remove absolute */
        padding: 25px;
    }

    .social-share {
        position: relative; /* 🔥 remove absolute */
        padding: 20px 25px;
        margin-top: 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        align-items: center;
    }

        .social-share p {
            width: 100%;
            margin-bottom: 5px;
        }
}




/*---------------------------------------
  TOPICS               
-----------------------------------------*/
.topics-detail-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.topics-detail-block-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-family: var(--title-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: inline-block;
  text-align: center;
  margin: 30px;
  padding: 40px;
}

.topics-listing-page .site-header {
  padding-bottom: 65px;
}

.custom-block-topics-listing-info {
  margin: 30px 20px 20px 30px;
}

.custom-block-topics-listing {
  height: inherit;
}

.custom-block-topics-listing .custom-block-image {
  width: 200px;
}


/*---------------------------------------
  PAGINATION              
-----------------------------------------*/
.pagination {
  margin-top: 40px;
}

.page-link {
  border: 0;
  border-radius: var(--border-radius-small);
  color: var(--p-color);
  font-family: var(--title-font-family);
  margin: 0 5px;
  padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.page-item:first-child .page-link {
  margin-right: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
}

.active>.page-link, .page-link.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-image: url('../images/k-bg.gif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 87%;
  background-color: var(--primary-color);
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--secondary-color);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: var(--white-color);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--primary-color);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--primary-color);
}


/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
    background-color: #ffffff;
    font-weight: 600;
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: var(--border-radius-large);
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #A4CE2D;
    color: #000;
}
.faq-section .accordion-body {
    background-color: #F6FDE8;
}


/*---------------------------------------
  NEWSLETTER               
-----------------------------------------*/
.newsletter-image {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 150px;
}


/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.subscribe-form-wrap {
  padding: 50px;
}

.subscribe-form {
  width: 95%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  outline: none;
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/* ===============================
   FINAL CLEAN FOOTER
================================ */

.site-footer {
    background-color: #A4CE2D;
    color: #000;
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer-logo {
    height: 45px;
}

.site-footer-title {
    font-weight: 600;
    margin-bottom: 18px;
}

.site-footer-link {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

    .site-footer-link:hover {
        text-decoration: underline;
    }

.footer-text {
    font-size: 14px;
    line-height: 1.7;
}

.footer-area,
.footer-contact {
    font-size: 14px;
}

/* Social Icons */
.footer-social {
    display: flex;
    gap: 10px;
}

.social-icon {
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    font-size: 16px;
}

    .social-icon:hover {
        background: #fff;
        color: #000;
    }

.footer-divider {
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-top: 40px;
}

/* Mobile */
@media (max-width: 991px) {
    .site-footer {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-link {
    background: #000;
    color: #A4CE2D;
    border-radius: 50%;
}


.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing > .d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 75%;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 135px;
  }

  .subscribe-form-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

