/***************/
/*** HERO*** ***/
/***************/
    .tk .hero{
       background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://di-uploads-pod11.dealerinspire.com/jimellisvolkswagenofkennesaw/uploads/2025/03/gradbonus.jpg');
        background-size: cover;
        background-position: 50% 30%;
        width: 100%;
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .tk .hero h1{
        font-size: 4rem;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

/***************/
/*** MAIN ***/
/***************/
    .tk .page-container {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
      gap: 30px;
      padding: 20px;
    }

    .tk .main-content {
      flex: 2;
      background: #ffffff;
      padding: 20px;
      border-radius: 8px;
    }

    .tk .main-content h1 {
      font-size: 28px;
      margin-bottom: 15px;
    }

    .tk .main-content h2 {
      margin-top: 25px;
      color: #001e50;
    }

    .tk .sidebar-right {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 0;
      padding: 0 1rem;
    }

   .tk .custom-html-box img {
      width: 100%;
      border-radius: 8px;
    }

   .tk .button-stack {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

   .tk .button-stack a {
        background: #001e50;
        color: white;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        transition: background 0.3s;
    }

.tk .button-stack a:hover {
    background: #005fa3;
}

.tk .hours-widget {
  background: #f0f0f0;
  font-size: 14px;
  padding: 1rem;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}

.tk .hours-widget .section {
  background: #e4e4e4;
  margin-bottom: 1rem;
}

.tk .hours-widget .section .section-header {
  background: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-left: 5px solid;
}

.tk .hours-widget .section .section-header .icon {
  width: 14px;
  height: 14px;
  background: #002b5c;
  margin-right: 8px;
  border-left: 5px solid;
}

.tk .subsection-title {
  font-weight: bold;
  background: #fff;
  padding: 0.3rem 0.5rem;
  margin: 0.5rem 0 0.3rem;
}

.tk .dt {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0.5rem;
}

.tk .dt .day,
.tk .dt .time{
  flex:1;
}


/******************/
/*** DISCLAIMER ***/
/******************/

.tk .disclaimer-box{
    width: 100%; 
    color: #00000099; 
    background-color: #f5f5f5;
}

.tk .disclaimer{
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 2rem;
}

/*************************/
/*** RESPONSIVE STYLES ***/
/*************************/
@media (max-width: 768px) {
.tk .page-container {
    flex-direction: column!important;  
    gap: 10px!important;   
}
.tk .hero h1{
  font-size: 2.5rem!important;
}
}

/*****************/
/*** OVERRIDE ***/
/*****************/

.entry-title{
display:none!important;
}
.post-content {
padding-top:0!important;
}

.button.gform_button{
    margin: 10px auto!important;
}

.row {
    margin-left: 0!important;
    margin-right: 0!important;
}