/* CSS Document */

.wrap-pipe {
    position: relative;
    border-left: 8px solid var(--style-sec);
    padding-left: 107px;
}

.wrap-pipe::before {
    content: '';
    display: block;
    background: transparent;
    border-left: 8px solid var(--style-sec);
    position: absolute;
    left: -43px;
    height: 100%;
}

/* Images as Background Images */

.octane-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.octane-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.octane-content {
    position: relative;
    height: 100%;
}

.octane-position {
    position: relative;
}

.padding {
    padding: 160px 0;
}

.drain-title {
    font: var(--black-font);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 36px;
}

    .drain-title::before {
        content: '';
        display: block;
        background: url('/wp-content/uploads/2024/03/pipe-title.png') no-repeat;
        background-size: contain;
        position: absolute;
        left: -5px;
        width: 97px;
        height: 154px;
    }

.white {
    color: #fff;
}

.red {
    color: var(--style-sec);
}

.drain-link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    background: var(--style-sec);
    border-radius: var(--style-radius);
    color: #fff;
    text-transform: uppercase;
    font: var(--bold-font);
    font-size: 18px;
    padding: 4px 25px;
}

    .drain-link:hover {
        background: var(--style-main);
        color: #fff;
    }

/* Hero */

#hero .octane-background {
    background: var(--style-main);
}

#hero .octane-background img {
    object-fit: fill;
    object-position: 65px -8px;
}

#hero-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: 886px;
}

#hero-left {
    width: 50%;
}

#hero-title {
    font: var(--black-font);  
    text-transform: uppercase;
}

#hero-title .red {
    display: block;
    font-size: 140px;
    line-height: 129px;
}

#hero-title .white {
    font-size: 118px;
    line-height: 100px;
}

.ti-widget-container {
    text-align: left !important;
    margin: 0 !important;
}

a.ti-header.source-Google {
    padding: 0 !important;
}

.form {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.41);
    border: 4px solid var(--style-main);
    border-radius: var(--style-radius);
    padding: 18px 25px;
    width: 41%;
}

.form-title {
    font: var(--black-font);
    text-transform: uppercase;
    font-size: 48px;
    line-height: 52px;
}

.form textarea {
    height: 109px !important;
}

#mobile-form {
    display: none;
}

/* About */

#about {
    background: var(--style-main);
}

#pipe-top {
    position: absolute;
    background: var(--style-main);
    border: 8px solid var(--style-sec);
    border-radius: var(--style-radius);
    left: -60px;
    width: 78px;
    height: 27px;
}

#dot {
    position: relative;
    top: 18px;
    left: 12px;
}

#scroll {
    display: block;
    background: var(--style-sec);
    border-radius: 50%;
    width: 37px;
    height: 37px;
    top: 152px;
}

#about-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 36px;
}

#about-left {
    color: #fff;
    width: 53%;
}

#about-title {
    font: var(--bold-font);
    font-size: 32px;
    line-height: 36px;
}

    #about-left p:last-child {
        margin: 0;
    }

#about-right {
    order: 1;
    width: 41%;
}

#about-right img {
    border: 2px solid #F5F5F5;
    object-fit: cover;
    width: 100%;
    height: 291px;
}

/* Services */

#tabs {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 17px;
    margin: 0 0 19px;
}

.tablinks {
    background: var(--style-main);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: var(--style-radius);
    width: auto;
    padding: 0 !important;
    flex: 1 0 15%;
    height: 245px;
}

    .tablinks:hover,
    .tablinks.active {
        background: var(--style-sec);
    }

.tablinks img {
    margin: 0 0 17px;
}

.tabs-title {
    display: block;
    font: var(--bold-font);
    color: #fff;
    text-transform: capitalize;
    width: min-content;
    margin: 0 auto;
}

    .tablinks:last-of-type .tabs-title {
        width: 93%;
    }

.tabcontent {
    display: none;
    font: var(--semi-font);
    background: var(--style-tri);
    border-radius: var(--style-radius);
    padding: 35px;
}

    .tabcontent:nth-child(4) {
        display: block;
    }

.tabcontent .drain-title {
    display: block;
    text-transform: unset;
    margin: 0 0 20px;
}

    .tabcontent .drain-title::before {
        display: none;
    }

/* Specials */

#specials {
    background: var(--style-main);
}

#special-items {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0 23px;
    margin: 0 0 29px;
}

#special-items li {
    text-align: center;
    border: 4px dashed #fff;
    flex: 0 1 33%;
    height: 309px;
}

.specials-flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 65px;
}

    #special-items li:last-child .specials-flex {
        padding: 0 40px;
    }

    #special-items li:last-child .specials-title {
        margin: 0 0 11px;
    }

.specials-title .red {
    font-family: "Montserrat-Black";
    font-size: 68px;
    line-height: 72px;
}

    #special-items li:last-child .specials-title .red {
        font-size: 40px;
        line-height: 42px;
    }

.specials-title .white {
    display: block;
    font: var(--bold-font);
    font-size: 32px;
    line-height: 36px;
}

#special-items p {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 11px;
}

    #special-items li:last-child p {
        font-size: 16px;
        line-height: 24px;
    }

.expired {
    color: #fff;
    font-size: 14px;
    line-height: 18px;    
}

#specials .drain-link:hover {
    background: var(--style-tri);
    color: var(--style-main);
}

/* Reviews */

#reviews .slider-container {
    margin: 0 0 36px;
}

#reviews .wpmtst-testimonial-inner {
    border: 2px solid var(--style-tri);
    border-radius: var(--style-radius);
    padding: 20px;
}

#reviews .testimonial-name {
    font: var(--bold-font);
}

#reviews .strong-rating-wrapper .star svg path {
    fill: var(--style-sec);
}

/* Team */

#team {
    background: var(--style-main);
}

.team {
  text-align: center;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px 140px;
}

.team-member {
  flex: 0 1 396px;
}

.team-member img {
  border-radius: var(--style-radius);
  object-fit: cover;
  object-position: top;
  width: 100%;
  aspect-ratio: 5 / 3;
  margin: 0 auto 20px;
}

.member-name {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 5px;
}

.member-title {
  color: #fff;
  display: block;
  font: var(--bold-font);
  margin: 0;
}

/* Blog */

#blog {
    background: var(--style-main);
}

#blog-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 23px;
    margin: 0 0 23px;
}

.blog-post {
    background: #fff;
    border-radius: var(--style-radius);
    flex: 0 1 33%;
    min-height: 322px;
}

.blog-img {
    border-radius: 25px 25px 0 0;
    object-fit: cover;
    width: 100%;
    height: 154px;
}

.blog-content {
    padding: 12px;
}

.blog-title {
    color: var(--style-sec);
    font: var(--bold-font);
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}

.blog-link {
    display: block;
    text-align: right;
    font: var(--bold-font);
    color: var(--style-sec);
    font-size: 14px;
    line-height: 18px;
}

#blog .drain-link:hover {
    background: var(--style-tri);
    color: var(--style-main);
}

/* Responsive Design */

@media (max-width: 2050px) {

/* Hero */
    
    #hero .octane-background img {
        object-position: 125px -8px;
    }
        
    #hero-flex {
        height: 846px;
    }     
}

@media (max-width: 1920px) {

/* Hero */

    #hero .octane-background img {
        object-position: 150px -8px;
    } 
    
    #hero-flex {
        height: 806px;
    }   
}

@media (max-width: 1650px) {

.padding {
    padding: 120px 0;
}
    
/* Hero */

    #hero .octane-background img {
        object-position: 170px -8px;
    } 
    
    #hero-flex {
        /* height: 766px; */
    }
    
    #hero-left {
        width: 56%;
    } 

/* About */

    #scroll {
        top: 33px;
    }    
    
/* Specials */
    
    .specials-flex {
        padding: 0 45px;
    }   
}

@media (max-width: 1550px) {

.wrap-pipe {
    padding-left: 100px;
}
    
.padding {
    padding: 100px 0;
}
    
/* Hero */

    #hero .octane-background img {
        object-position: 155px -8px;
    } 
    
    #hero-flex {
        /* height: 726px; */
    }
    
    #hero-title .red {
        font-size: 120px;
        line-height: 109px;
    }
    
    #hero-title .white {
        font-size: 108px;
        line-height: 90px;
    }
    
    .form-title {
        font-size: 44px;
        line-height: 48px;
    }  

/* About */
    
    #scroll {
        top: 25px;
    } 
    
/* Services */
    
    .tabs-title {
        font-size: 20px;
        line-height: 24px;
    }
    
        .tablinks:last-of-type .tabs-title {
            width: 91%;
        }

/* Specials */
    
        #special-items li:last-child .specials-flex {
            padding: 0 20px;
        }
    
    .specials-title .red {
        font-size: 64px;
        line-height: 68px;
    }
    
        #special-items li:last-child .specials-title .red {
            font-size: 36px;
            line-height: 38px;
        }   
}

@media (max-width: 1440px) {

/* Hero */

    #hero .octane-background img {
        object-position: 140px -8px;
    } 
    
    #hero-flex {
        height: 686px;
    }
    
    #hero-title .red {
        font-size: 100px;
        line-height: 89px;
    }
    
    #hero-title .white {
        font-size: 88px;
        line-height: 70px;
    }
    
    .form-title {
        font-size: 40px;
        line-height: 44px;
    }

    .form .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 12px
    }  

    .form input, .form select, .form textarea {
        border-radius: 20px;
        padding: 12px 16px !important;
    }

    .form input[type=submit], .form .button {
        padding: 16px 10px !important;
        width: 224px;    
    }  

/* Services */
    
    .tablinks {
        height: 225px;
    }
    
    .tablinks img {
        transform: scale(0.8);
    }   

/* Specials */
    
    .specials-title .red {
        font-size: 56px;
        line-height: 60px;
    }
    
        #special-items li:last-child .specials-title .red {
            font-size: 32px;
            line-height: 34px;
        }
    
    .specials-title .white {
        font-size: 28px;
        line-height: 32px;
    }
    
    #special-items p {
        font-size: 20px;
        line-height: 24px;
    }  

/* Blog */
    
    .blog-post {
        min-height: 342px;
    }
}

@media (max-width: 1350px) {

.wrap-pipe {
    border-left-width: 6px;
    padding-left: 80px;
}

    .wrap-pipe::before {
        border-left-width: 6px;
        left: -36px;
    }
    
    .drain-title::before {
        margin-top: 4px;
        width: 77px;
        height: 124px;
    }    
    
.padding {
    padding: 80px 0;
}
    
/* Hero */

    #hero .octane-background img {
        object-position: 120px -8px;
    } 
    
    #hero-flex {
        height: 646px;
    }
    
    #hero-title .red {
        display: block;
        font-size: 96px;
        line-height: 85px;
    }
    
    #hero-title .white {
        font-size: 84px;
        line-height: 66px;
    }
    
    .form-title {
        font-size: 36px;
        line-height: 40px;
    }

    .form .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 10px
    }
    
    .form textarea {
        height: 99px !important;
    }   

    .form input, .form select, .form textarea {
        border-radius: 16px;
        font-size: 16px !important;
        padding: 10px 14px !important;
    }

    .form input[type=submit], .form .button {
        font-size: 18px !important;
        padding: 12px 10px !important;
        width: 204px;    
    }   

/* About */

    #pipe-top {
        border-width: 6px;
        left: -55px;
    }

    #dot {
        top: 20px;
        left: 15px;        
    }
    
    #scroll {
        width: 33px;
        height: 33px;
    }    

/* Services */
    
    .tablinks {
        height: 215px;
    }
    
    .tabs-title {
        font-size: 18px;
        line-height: 22px;
    }  

/* Specials */
    
    .specials-flex {
        padding: 0 35px;
    }
    
    .specials-title .red {
        font-size: 48px;
        line-height: 52px;
    }
    
        #special-items li:last-child .specials-title .red {
            font-size: 32px;
            line-height: 34px;
        }
    
    .specials-title .white {
        font-size: 24px;
        line-height: 28px;
    } 

/* Blog */

    .blog-excerpt {
        font-size: 16px;
        line-height: 20px;        
    }  
}

@media (max-width: 1250px) {
        
/* Hero */

    #hero .octane-background img {
        object-position: 90px -3px;
    } 
    
    #hero-flex {
        /* height: 606px; */
    }
    
    #hero-left {
        width: 52%;
    }
    
    #hero-title .red {
        font-size: 92px;
        line-height: 81px;
    }
    
    #hero-title .white {
        font-size: 80px;
        line-height: 62px;
    }
    
    .form {
        width: 45%;
    }
    
    .form-title {
        font-size: 32px;
        line-height: 36px;
    }

/* About */ 
    
    #about-right img {
        height: 251px;
    }     

/* Services */
    
    .tablinks {
        height: 185px;
    }
    
    .tablinks img {
        transform: scale(0.7);
        margin: 0 0 0px;
    }
    
    .tabs-title {
        font-size: 16px;
        line-height: 20px;
    }  

/* Team */
    
    .team {
      gap: 40px 100px;
    }
    
    .team-member {
      flex: 0 1 356px;
    }
    
/* Blog */
    
    .blog-title {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-excerpt {
        font-size: 16px;
        line-height: 20px;        
    }  
}

@media (max-width: 1150px) {

.drain-title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 32px;
}
    
    .drain-title::before {
        margin-top: 0px;
    }    
    
/* Hero */

    #hero .octane-background img {
        object-position: 70px -3px;
    } 
    
    #hero-flex {
        /* height: 526px; */
    }
    
    #hero-title .red {
        font-size: 88px;
        line-height: 77px;
    }
    
    #hero-title .white {
        font-size: 72px;
        line-height: 54px;
    }
    
    .form {
        padding: 14px 20px;
    }
    
    .form-title {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 10px;
    }

    .gform_description {
        margin: 0;
    }

/* About */
    
    #about-title {
        font-size: 28px;
        line-height: 32px;
    }

    #about-left p {
        font-size: 16px;
        line-height: 20px;
    }
    
    #about-right img {
        height: 211px;
    }   

/* Services */

    #tabs {
        gap: 0 10px;
    }

        .tablinks:last-of-type .tabs-title {
            width: 85%;
        }
    
    .tabcontent .drain-title {
        font-size: 28px;
        line-height: 32px;
    }  

/* Specials */

    #special-items {
        gap: 0 13px;
    }
    
    .specials-title .red {
        font-size: 40px;
        line-height: 44px;
    }
    
        #special-items li:last-child .specials-title .red {
            font-size: 28px;
            line-height: 30px;
        }
    
    .specials-title .white {
        font-size: 20px;
        line-height: 24px;
    }
    
    #special-items p {
        font-size: 18px;
    }
    
        #special-items li:last-child p {
            line-height: 19px;
        }

/* Team */
    
    .team {
      gap: 40px 60px;
    }  
}

@media (max-width: 1024px) {

.wrap-pipe {
    border-left-width: 4px;
    padding-left: 60px;
}

    .wrap-pipe::before {
        border-left-width: 4px;
        left: -28px;
    }
    
    .drain-title::before {
        margin-top: 6px;
        left: -3px;
        width: 55px;
        height: 98px;
    }
    
.padding {
    padding: 60px 0;
}
    
/* Hero */

    #hero .octane-background img {
        object-position: 100px -3px;
    } 
    
    #hero-left {
        width: 54%;
    }
    
    #hero-title .red {
        font-size: 84px;
        line-height: 84px;
    }
    
    #hero-title .white {
        font-size: 68px;
        line-height: 50px;
    }
    
    .form {
        width: 41%;
    }
    
    .form textarea {
        height: 89px !important;
    }   

    .form input, .form select, .form textarea {
        border-radius: 12px;
        font-size: 15px !important;
        line-height: 20px !important;
        padding: 6px 10px !important;
    }

    .form input[type=submit], .form .button {
        font-size: 16px !important;
        width: 164px;    
    }

/* About */
    
    #pipe-top {
        border-width: 4px;
        left: -43px;
        width: 60px;
        height: 24px;
    }

    #dot {
        top: 19px;
        left: 13px;        
    }
    
    #scroll {
        width: 24px;
        height: 24px;
    }  

/* Services */
    
    .tablinks {
        height: 170px;
    }
    
    .tablinks img {
        transform: scale(0.6);
        margin: 0 0 -10px;
    }
    
    .tabs-title {
        font-size: 15px;
        line-height: 19px;
    }
    
        .tablinks:last-of-type .tabs-title {
            width: 79%;
        }

/* Specials */

    .specials-title {
        margin: 0 0 10px;
    }   

/* Team */

    .team {
      gap: 20px 5%;
    }
    
    .team-member {
      flex: 0 1 47%;
    }

    .member-name {
      font-size: 20px;
      line-height: 24px;
    }
    
    .member-title {
      font-size: 18px;
      line-height: 20px;
    }    
}

@media (max-width: 900px) {

.wrap-pipe {
    padding-left: 40px;
}
    
    .drain-title::before {
        display: none;
    }
    
/* Hero */

    #hero .octane-background img {
        object-fit: cover;
        object-position: 47% -3px;
    } 
    
    #hero-flex {
        height: 606px;
    }
    
    #hero-left {
        text-align: center;
        width: 52%;
    }
    
    #hero-title .red {
        font-size: 76px;
        line-height: 76px;
    }
    
    #hero-title .white {
        font-size: 60px;
        line-height: 46px;
    }

    .ti-widget-container {
        text-align: center !important;
        margin: 0 auto !important;
    }    
        
    .form {
        width: 44%;
    }

/* About */

    #pipe-top {
        left: -41px;
        width: 55px;
    }
    
    #dot {
        left: 11px;
    } 
    
    #about-flex {
        flex-direction: column;
        gap: 36px 0;
    }
    
    #about-left {
        width: 100%;
    }

    #about-left p {
        font-size: 18px;
        line-height: 24px;
    }
    
    #about-right {
        order: 0;
        width: 100%;
    }
    
    #about-right img {
        height: 351px;
    }  

/* Services */

    #tabs {
        flex-wrap: wrap;
        gap: 19px;
    }
    
    .tablinks {
        flex: 1 0 31%;
        height: 170px;
    }
    
    .tablinks img {
        transform: scale(0.6);
        margin: -10px 0 -12px;
    }
    
    .tabs-title {
        font-size: 18px;
        line-height: 24px;
    }
    
        .tablinks:last-of-type .tabs-title {
            width: 79%;
        } 

/* Specials */
    
    #special-items li {
        height: 319px;
    }
    
    .specials-flex {
        padding: 0 20px;
    }
    
        #special-items li:last-child .specials-title .red {
            display: block;
            font-size: 24px;
            line-height: 24px;
        }
    
    .specials-title .white {
        font-size: 18px;
        line-height: 24px;
    }
    
    #special-items p {
        font-size: 18px;
    }  

/* Team */
    
/* Blog */
    
    #blog-flex {
        flex-wrap: wrap;
        gap: 23px;
    }
    
    .blog-post {
        flex: 1 0 48%;
        min-height: 312px;
    }
}

@media (max-width: 768px) {
    
/* Hero */

    #hero .octane-background img {
        object-position: 50% -3px;
    }

    #hero .octane-content {
        background: rgb(0 0 0 / 60%);
    }
    
    #hero-flex {
        height: 506px;
        padding: 0 0 130px;
    }
    
    #hero-left {
        width: 100%;
    }
    
    #hero .form {
        display: none;
    }

    #mobile-form {
        background: var(--style-main);
        display: block;
        padding: 0 0 30px;
    }    
    
    .form {
        position: relative;
        width: 100%;
        margin-top: -135px;
    }

/* Services */

    #tabs {
        gap: 10px;
    }    

/* Specials */

    #special-items {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 19px 0;
    }
    
    #special-items li {
        width: 100%;
        flex: 1 0 100%;
        height: auto;
    }
    
    .specials-flex {
        padding: 40px 20px !important;
    }
    
    .specials-title .red {
        font-size: 36px !important;
        line-height: 40px !important;
    }
    
    .specials-title .white {
        font-size: 20px;
        line-height: 24px;
    }

/* Team */
    
    .member-name {
      font-size: 18px;
      line-height: 24px;
    }
    
    .member-title {
      font-size: 16px;
      line-height: 20px;
    } 
    
/* Blog */
    
    .blog-post {
        flex: 1 0 100%;
        min-height: auto;
    }
    
    .blog-title {
        font-size: 18px;
        line-height: 24px;
    }
    
    .blog-link {
        text-align: center;
    }   
}

@media (max-width: 660px) {

.drain-title {
    margin: 0 0 26px;
}

/* Hero */

    #hero .octane-background img {
        object-position: 60% -3px;
    }
    
    #hero-title .red {
        font-size: 72px;
        line-height: 72px;
    }
    
    #hero-title .white {
        font-size: 56px;
        line-height: 42px;
    }
    
/* About */
    
    #about-flex {
        gap: 26px 0;
    }
    
    #about-right img {
        height: 311px;
    }   

/* Services */
    
    .tablinks {
        height: 180px;
    }
    
    .tablinks img {
        margin: -12px 0 -12px;
    }    

/* Reviews */

    #reviews .slider-container {
        margin: 0 0 26px;
    }

/* Team */

    .team {
      gap: 20px 0;
    }
    
    .team-member {
      flex: 1 0 100%;
    }
    
}

@media (max-width: 640px) {

/* Hero */

    .form .gform_wrapper.gravity-theme .ginput_complex {
        gap: 0 1%;
    }

    .form .gform_wrapper.gravity-theme .ginput_complex span {
        flex: 1;
        margin: 0;
    }

    .form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 6;
    }
    
    .form .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 1%;
        grid-row-gap: 8px
    }  
}

@media (max-width: 550px) {
    
.wrap-pipe {
    border-left-width: 0;
    padding-left: 0px;
}
    
    .wrap-pipe::before {
        display: none;
    }

.padding {
    padding: 40px 0;
}    

.drain-title {
    font-size: 24px;
    line-height: 28px;
}    

/* Hero */

    #hero .octane-background img {
        object-position: 65% -3px;
    }
    
    #mobile-form {
        padding: 0;
    }    
    
    .form-title {
        font-size: 24px;
        line-height: 28px;
    }
    
/* About */
    
    #pipe-top {
        display: none;
    }
    
    #about-title {
        font-size: 24px;
        line-height: 28px;
    }

    #about-left p {
        font-size: 16px;
        line-height: 20px;
    }
    
    #about-right img {
        height: 231px;
    }   

/* Services */
    
    .tablinks img {
        margin: -12px 0 -10px;
    }
    
    .tabs-title {
        font-size: 16px;
        line-height: 20px;
    }
    
    .tabcontent {
        padding: 25px;
    }
    
    .tabcontent .drain-title {
        font-size: 24px;
        line-height: 28px;
    }
    
    .tabcontent p {
        font-size: 16px;
        line-height: 20px;        
    }

/* Specials */
    
    .specials-title .red {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    
    .specials-title .white {
        font-size: 18px;
    }
    
    #special-items p {
        font-size: 16px;
        line-height: 20px;
    }  

/* Reviews */

    #reviews .strong-view.controls-type-sides-outside {
        padding: 0px !important;
    }
        
    #reviews .wpmtst-testimonial-content p {
        font-size: 16px;
        line-height: 20px;
    }

    #reviews .wpmslider-controls {
        display: none;
    }

/* Team */     
}

@media (max-width: 450px) {
    
/* Hero */

    #hero-flex {
        height: 426px;
        padding: 0 0 95px;
    }
    
    #hero-title .red {
        font-size: 68px;
        line-height: 68px;
    }
    
    #hero-title .white {
        font-size: 52px;
        line-height: 38px;
    }
    
    .form {
        margin-top: -105px;
    }

    .form .gform_wrapper.gravity-theme .ginput_complex {
        gap: 0;
    }

    .form .gform_wrapper.gravity-theme .ginput_complex span {
        flex: 1 0 100%;
        margin: 0 0 10px;
    }

        .form .name_last {
            margin: 0 !important;
        }

    .form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        grid-column: span 12;
    }
    
    .form .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 0;
    }
    
/* About */
    
    #about-flex {
        gap: 20px 0;
    }
    
    #about-right img {
        height: 191px;
    }  

/* Services */
    
    .tablinks {
        flex: 1 0 48%;
        height: 170px;
    }

    .tabcontent .drain-link {
        width: 224px;
    }
    
/* Specials */

    .specials-flex {
        padding: 30px 20px !important;
    }
    
    .specials-title .red {
        font-size: 28px !important;
        line-height: 32px !important;
    }   
  
}

@media (max-width: 350px) {

.drain-title {
    font-size: 22px;
    line-height: 26px;
}        

/* Hero */

    #hero .octane-background img {
        object-position: 70% -3px;
    }
    
    #hero-flex {
        height: 406px;
    }
    
    #hero-title .red {
        font-size: 64px;
        line-height: 64px;
    }
    
    #hero-title .white {
        font-size: 44px;
        line-height: 30px;
    }
    
    .form-title {
        font-size: 22px;
        line-height: 24px;
    }
    
/* About */

    #about-title {
        font-size: 22px;
        line-height: 26px;
    }
    
    #about-right img {
        height: 151px;
    }   

/* Services */
    
    .tablinks {
        height: 160px;
    }

    .tablinks img {
        transform: scale(0.5);
        margin: -24px 0 -14px;
    }
    
    .tabcontent .drain-title {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 10px;
    }  

    .tabcontent p {
        margin: 0 0 10px;
    }    

/* Specials */

    .specials-flex {
        padding: 20px 20px !important;
    }
    
    .specials-title .red {
        font-size: 24px !important;
        line-height: 28px !important;
    }     

/* Reviews */

    #reviews .testimonial-name {
        font-size: 22px;
        line-height: 26px;
    } 
  
}