/* @import url('https://fonts.cdnfonts.com/css/arial'); */

/************ // General HTML Tags // ************/
body{
    /* font-family: 'Arial', sans-serif; */
    font-family: Arial;
    color: #1e1e1e;
    background-color: #fff;
    overflow-x: hidden;
}
body > div{
    font-size: 20px;
}
a{
    outline: none !important;
    text-decoration: unset;
    color: var(--red);
}
:root{
    --red: #930724;
}
h1, h2, h3, h4, h5, h6{
    font-family: Arial;
}

h1 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 25px;
}
img{
    display: block;
}
p{
    margin: 0 0 20px;
}

/************ // Site Structure // ************/
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus{
    background-color: var(--red);
}
.banner-container img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.site-inner{
    max-width: 100%;
    padding: 0;
}
.wrap{
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
}
.entry{
    margin: 0;
    padding: 0;
}
.title-area{
    display: none;
}
.entry-header{
    display: none;
}
.widget{
    margin-bottom: 0px;
}
.button-with-errow{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
}
.eachButtonWhite {
  background-color: #fff;
  color: #000;
  padding: 3px 20px;
  display: block;
}
.quform-submit .button-with-errow{
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
}
.button-with-errow.red {
    color: var(--red);
}

.limitWidth{
    margin: 0 auto;
    max-width: 1200px;
}
.quform-submit .button-with-errow {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
}

/* .post-type-archive-specials .site-header, .single-specials .site-header, .single-product .site-header {
    background-color: #ffffff63;
    position: fixed;
    width: 100%;
    z-index: 5;
    box-shadow: -1px 5px 19px 5px #00000021;
}

.post-type-archive-specials .genesis-nav-menu a, .single-specials .genesis-nav-menu a, .single-product .genesis-nav-menu a {
    color: #000000;
}

.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
    color: #c3251d !important;
} */

.quform-theme-underlined .quform-element-submit.quform-button-style-theme > .quform-button-submit-default > button, .quform-button-submit-default > button{
    background-color: var(--red) !important;
    border: 2px solid var(--red) !important;
    color: #fff !important;
    padding: 8px 35px;
}
.empty-space{
    height: 230px;
}
.textCenter{
    text-align: center;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.quform-theme-underlined .quform-label > label{
    color: #000;
    font-size: 16px !important;
    text-transform: capitalize !important;
}
/************ // Header // ************/

/************ // Menu // ************/
#custom_html-2 .logo-section a{
    display: flex;
    align-items: center;
    width: 80px;
}
#nav_menu-2 {
    margin-left: 60px;
    font-size: 28px;
    margin-bottom: 20px;
}
.site-header > .wrap{
    padding: 0px 80px;
    max-width: 100%;
}
.site-header .widget-area{
    display: flex;
    align-items: center;
    width: 100%;
}
.genesis-nav-menu a{
    color: #fff;
    padding: 32px 40px;
    font-size: 22px;
    font-family: Arial;
    font-weight: 300;
}
.site-header{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #000000 0%, #000000c7 40%, #00000061 65%, #00000000 100%);
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus{
    text-decoration: unset;
}
/* .logo-section a{
    display: flex;
    height: 60px;
}
.logo-section a img{
    height: 100%;
    width: auto;
    object-fit: cover;
} */
/************ // Content // ************/
/* =================== Home Page ============== */
/* welcome section */
.welcome-section{
    text-align: center;
    padding-top: 50px;
    margin-bottom: 13px;
    position: relative;
}
.welcome-section .wrap{
    z-index: 2;
    position: relative;
}
.welcome-section .wrap h1{
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}
.welcome-section p{
    font-size: 22px;
}
.welcome-section .wrap .header-img{
    position: relative;
    display: inline-block;
    width: 100%;
}
.welcome-section .wrap .header-img img{
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    z-index: 1;
}
.welcome-section .bg-element{
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
.dots-element {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  z-index: 1;
}
.welcome-section .bg-element img{
    width: 100%;
    height: auto;
}
.text-imge{
    margin-top: -76px;
}
.text-imge img{
    width: 100%;
}
/* tiles section */
.tiles-section{
    padding: 0px 32px;
    text-align: center;
    z-index: 2;
    position: relative;
    margin-top: 55px;
}
.tiles-section .tiles-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.tiles-section .tiles-container .each-tile{
    overflow: hidden;
    border-radius: 60px;
    box-shadow: 7px 5px 25px rgba(0,0,0,0.6);
}
.tiles-section .tiles-container .each-tile a{
    display: flex;
    width: 100%;
    position: relative;
}
.tiles-section .tiles-container .each-tile a .overlayer{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00000061;
}
.tiles-section .tiles-container .each-tile a span{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    padding: 0px 50px;
    text-align: left;
    font-size: 45px;
    color: #fff;
}
.tiles-section .tiles-container .each-tile a img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* home archive */
.models-archive-section {
    padding-left: 32px;
    text-align: center;
    margin-top: 120px;
}
.models-archive-section .each-model-container img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.models-archive-section .content-wrap{
    text-align: left;
    color: #1e1e1e;
    margin-top: 22px;
}
.models-archive-section .content-wrap h3{
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 500;
}
.models-archive-section .content-wrap a{
    font-size: 22px;
    color: inherit;
}
.models-archive-section .swiper-button-next::after, .models-archive-section .swiper-button-prev::after{
    display: none;
}
.models-archive-section .swiper-button-next, .models-archive-section .swiper-button-prev{
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    border: 1px solid #000;
    margin: 0px 10px;
    height: 55px;
    width: 55px;
    border-radius: 100PX;
}
.models-archive-section .swiper-button-prev{
    transform: rotate(180deg);
}
.models-archive-section .bottom-controls{
    padding-right: 32px;
    margin-top: 30px;
}
.models-archive-section .bottom-controls .swiper-button-container{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;

}
.models-archive-section .view-all-models{
    text-align: right;
    margin-top: -55px;
}
.models-archive-section .view-all-models a{
    padding: 15px 40px;
    border: 1px solid #000;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}

/* ==========================================
Finance Page Styles
=========================================*/
a.backFinanceButton, button.backFinanceButton {
    display: inline-block;
    background-color: #000;
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: #fff;
    max-width: 250px;
    padding: 12px;
}
.finance-page .call-to-action{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
/********* // Calculator // **********/

.calculator-container {
    padding: 30px 60px;
    max-width: 750px;
    margin: 30px auto;
    box-shadow: 0px 4px 7px 8px #0000004f;
}

.form-row {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.form-label {
    flex: 0 0 200px;
    font-size: 18px;
    font-weight: 500;
}

.form-input {
    flex: 1;
    position: relative;
}

.form-input input,
.form-input select {
    width: 100%;
    padding: 10px 5px;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.button-container {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.finance-button {
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid var(--red);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    max-width: 145px;
    background-color: var(--red);
}

.finance-button svg {
    margin-left: 10px;
}

.calculate-button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    cursor: pointer;
}

.results-container {
    margin-top: 20px;
}

.results-title {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: Arial;
    font-weight: 700;
}

.results-message {
    font-size: 18px;
    margin-bottom: 15px;
}

.results-details {
    margin-top: 20px;
    font-size: 14px;
}

.results-row {
    margin-bottom: 5px;
}

.monthly-payment {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
    color: #E62E2E;
}

/* ==========================================
Service Page Styles
=========================================*/
.contentSection, .contactUsPage {
  padding: 70px 0px;
}
.service-page .content-wrap, .contact-us-page .content-wrap{
    padding: 0px 70px;
}
section .content-wrap h1.textCenter{
    padding-bottom: 30px;
    border-bottom: 1px solid #3333;
    margin-bottom: 50px;
}
/* ==========================================
Contact Us Page Styles
=========================================*/
.form-contentHolder{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.contactInfoLower {
  display: flex;
  flex-wrap: wrap;
  gap: 29px;
  justify-content: start;
  padding: 12px;
}
.contactInfoLower a {
  color: #000;
  text-decoration: none;
  display: inline-flex;
  gap: 25px;
  align-items: center;
  font-size: 18px;
}
/************ // WooCommerce // ************/


/************ // Footer // ************/
.site-footer {
    color: #fff;
    background: linear-gradient(180deg, #fff 0%, #9e082580 20%, #9e0825c7 40%, #9e0825 65%, #9e0825 100%);
    padding-bottom: 100px;
    border: unset;
    padding-top: 300px;
}
.footer-section .footer-wrap{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin-bottom: 60px;
    margin-left: 106px;
    margin-right: 106px;
}
.footer-section .footer-wrap .each-section{
    text-align: left;
}
.footer-section .footer-wrap .each-section h5{
    font-size: 47px;
    font-weight: 500;
    margin-bottom: 25px;
}
.footer-section .footer-wrap .each-section ul li{
    margin-bottom: 8px;
}
.footer-section .footer-wrap .each-section ul li a, .footer-section p{
    color: inherit;
    font-size: 25px;
}
.footer-section p{
   font-size: 22px; 
}
.footer-section a{
    color: inherit;
}
.developed-by{
    width: 190px;
    margin: auto;
    margin-top: 35px;

}
/* sandton MG footer */
.footer-widgets {
    color: #fff;
    background: linear-gradient(180deg, #fff 0%, #9e082580 20%, #9e0825c7 40%, #9e0825 65%, var(--red) 100%);
    padding-bottom: 33px;
    border: unset;
    padding-top: 300px;
}
.widget-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 100;
}

ul.footerList a {
    color: #fff;
    text-decoration: none;
}

ul.footerList li {
    margin: 0 !important;
    padding: 0 !important;
}

.site-footer {
    background: var(--red);
    border-top: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
}

.footerLogos {
    display: flex;
    margin-bottom: 0;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.footerLogos img {
    margin: 5px;
}

.site-footer .wrap {
    max-width: unset;
}

.footer-widgets .wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1800px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: unset;
    width: unset;
}
img.rokkitLogo {
  max-width: 150px;
  margin: 5px auto;
}
/************ // Responsive // ************/
@media screen and (max-width: 1495px) {
    .genesis-nav-menu a{
        padding: 32px 20px;
    }
}
@media screen and (max-width: 1400px) { /* Laptop */
    /* navigation */
    .genesis-nav-menu a{
        padding: 32px 20px;
    }
    
}
@media screen and (max-width: 1280px) { 
    /* navigation */
    .site-header > .wrap{
        padding: 0px 20px;
    }
    .genesis-nav-menu a{
        font-size: 22px;
        padding: 16px 16px;
    }
    #nav_menu-2{
        margin-left: auto;
    }
    /* footer */
    .footer-section .footer-wrap{
        padding: 0px 15px;
        grid-template-columns: 33% 33% 33%
    }

    /* home page */
    .tiles-section .tiles-container .each-tile a span{
        font-size: 40px;
    }
    .tiles-section .tiles-container{
        gap: 20px;
    }
    .models-archive-section{
        margin-top: 80px;
    }
    .welcome-section .wrap .header-img img{
        width: 100%;
    }
}
@media screen and (max-width: 1200px) { /* Laptop */

    .wrap{
        max-width: 960px;
    }

    /* contact us page */
    .service-page .content-wrap, .contact-us-page .content-wrap{
        padding: 0px;
    }
    .footer-section .footer-wrap{
        margin-left: unset;
        margin-right: unset;
    }
}

@media screen and (max-width: 1023px) { /* Older Desktop */
    /* navigation bar */
    .site-header .menu-toggle{
        background-color: transparent !important;
        color: #fff;
        outline: none !important;
        padding: 0px;
        line-height: unset;
    }
    .site-header .menu-toggle.dashicons-menu::before{
        font-size: 35px;
    }
    .js nav.nav-primary, .js .site-header nav{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
        height: 100dvh;
    }
    .js .nav-primary .genesis-nav-menu .menu-item, .js .site-header .genesis-nav-menu .menu-item{
        border-bottom: 1px solid #00000029;
        padding: 10px 25px;
    }
    .js .nav-primary .genesis-nav-menu .menu-item a, .js .site-header .genesis-nav-menu .menu-item a{
        color: #000;
    }
    .js nav button:focus, .js .menu-toggle:focus, .js .menu-toggle:hover, .js nav button:hover{
        color: #fff;
    }
    /* home page */
    .dots-element{
        top: 230px;
    }
    .welcome-section .wrap .header-img img{
        display: none;
    }

}

@media screen and (max-width: 768px) { /* iPad */
    .wrap{
        padding: 0px 20px;
    }
    /* navigation */
    .site-header{
        background-color: #000;
        position: relative;
        width: 100%;
    }
    #custom_html-2 .logo-section a{
        width: 70px;
        margin-top: 0px;
    }
    .genesis-nav-menu a{
        font-size: 18px;
        padding: 5px 0 !important;
    }
    #nav_menu-2{
        margin-bottom: auto;
        margin-top: auto;
    }
    .site-header .menu-toggle.dashicons-menu::before{
        width: unset;
        height: unset;
    }

    /* finance */
    .calculator-container {
        padding: 20px;
    }
    .form-label{
       flex: 0 0 170px; 
    }

    /* footer */
    .footer-section .footer-wrap{
        grid-template-columns: 1fr;
    }
    .footer-section .footer-wrap .each-section{
        margin-bottom: 25px;
    }
    .footer-section .footer-wrap .each-section h5{
        margin-bottom: 15px;
    }
    .footer-widgets .wrap {
        display: unset;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        padding: 10px 20px;
    }
    .footerLogos {
        display: flex;
        margin-bottom: 0;
        text-align: center;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px;
        position: unset;
        width: 100%;
        flex-direction: column;
        gap: 6px;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 0px;
    }

    .footer-widgets {
        padding: 140px 0px 0;
    }
    /* service page */
    .contentSection, .contactUsPage {
        padding: 30px 0px;
    }
    .service-page .content-wrap, .contact-us-page .content-wrap{
        padding: 0px;
    }

    /* contact us page */
    .form-contentHolder{
        grid-template-columns: repeat(1,1fr);
    }

    /* home page */
    .tiles-section .tiles-container{
        grid-template-columns: 1fr;
    }
    .models-archive-section, .tiles-section{
        padding: 0px 15px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) { /* iPhone 6 Plus, Landscape Display */
    h1{
        font-size: 40px;
    }
    body > div{
        font-size: 16px;
    }
    .wrap{
        padding: 0px 15px;
    }

    /* contact us */
    .contactInfoLower{
        padding: 12px 0px;
    }
    section .content-wrap h1.textCenter{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    /* home page */
    .models-archive-section .view-all-models{
        text-align: center;
        margin-top: 15px;
    }
    .tiles-section .tiles-container .each-tile a span{
        padding: 0px 30px;
    }
    .welcome-section .wrap h1{
        font-size: 38px;
    }
    p{
        margin-bottom: 15px;
    }

    .dots-element{
        top: 400px;
    }
    .welcome-section p{
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) { /* iPhone 4,5, Portrait Display */

}