/*//// STYLE VARS ////*/
:root {
    --flex-gap: 0px;
}

/*//// MAIN WRAPS SECTIONS EXCEPT FOR NAVIGATION AND FOOTER - DESIGN WIDTH ////*/
main {
    display: block;
    position: relative;
    z-index: 10;
}
/*//// SECTIONS HOLD PAGE/DESIGN ELEMENTS ////*/
section { 
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 10px;
}

/*//// CONTAINERS - CONTENT WIDTH ////*/
div.container-content-width {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    background-color: inherit;
}

/*// A HOTSPOT //*/
a.hotspot {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*// CUSTOM VOICE STYLES //*/
div#voice-scale-wrap {
    position: relative;
    overflow: hidden;
}
main#voice {
    width: 1920px; /* baseline design width */
    width: 100%;
    margin: 0 auto; /* center on wide screens */
    transform-origin: top left;
    will-change: transform;  /* small perf hint */
    backface-visibility: hidden; /* mac retina */
}
/*ELEMENTOR PAGE STYLE */
.padding-default.full-width {
    /*padding-top: 100px;*/
    padding-bottom: 0;
}



/*////// VOICE SECTION //////*/
section.voice-section {}
section.voice-section div.voice-container {
    min-height: 645px;;
    padding: 130px 225px;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url('https://ntrakwahcodev.wpenginepowered.com/wp-content/uploads/2025/11/ntrakwah-voices-backgroundx1-final-OPT.png');
}
div.voice-container div.voice {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 386px;
    padding: 80px 145px 30px 145px;
    background-color: #ffffff;
    text-align: center;
}

/*// SPECIFICS //*/
#voice-1 {}

/*// ELEMENTS //*/
#voice-1 h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -85%);
    display: inline-block;
    padding: 14px 45px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    text-align: center;
    background: #4777A7;
}
#voice-1 h4 {
    color: #383838;
    text-align: center;
    font-family: Roboto;
    /*font-size: 30px;*/
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25; /* 37.707px */
    letter-spacing: -0.3px;
    text-align: center;
}
#voice-1 h5 {
    margin-top: 60px;
    color: #4777A7;
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.28px;    
    text-align: center;
}
#voice-1 h6 {
    color: #383838;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.18px;    
    text-align: center;
}


/*//// RESPONSIVE ////*/
/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1600px) { 
        div.voice-container div.voice { padding: 80px 145px 30px 145px; }
        div.voice-container div.voice { padding: 80px 9.0625% 30px 9.0625%; }
        /*padding: 5% 9.0625% 1.875% ;*/
        #voice-1 h3 { font-size: 24px; }
        #voice-1 h4 { font-size: 26px; }
        #voice-1 h5 { font-size: 24px; }
        #voice-1 h6 { font-size: 14px; }
}
@media only screen and (max-width: 1440px) { 
        #voice-1 h3 { font-size: 22px; }
        #voice-1 h4 { font-size: 24px; }
        #voice-1 h5 { font-size: 22px; }
        #voice-1 h6 { font-size: 12px; }
}
@media only screen and (max-width: 1365px) { 
        #voice-1 h3 { font-size: 18px; }
        #voice-1 h4 { font-size: 20px; }
        #voice-1 h5 { font-size: 18px; }
        #voice-1 h6 { font-size: 12px; }
}


@media only screen and (max-width: 1024px) { }
/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) { 

    section.voice-section div.voice-container { padding: 80px 70px; min-height: auto; }

} 
@media only screen and (max-width: 480px) { 

    section.voice-section div.voice-container { padding: 80px 40px; min-height: auto; }

}
@media only screen and (max-width: 380px) { }
@media only screen and (max-width: 360px) { }
@media only screen and (max-width: 320px) { }

/*//// LANDSCAPE STYLES ////*/
@media screen and (max-width: 851px) and (orientation: landscape) { }
@media screen and (max-width: 815px) and (orientation: landscape) { }
@media screen and (max-width: 667px) and (orientation: landscape) { }
@media screen and (max-width: 570px) and (orientation: landscape) { }
