
@font-face {
  font-family: 'safetywallettimes';
  src: url('/templates/sw/assets/fonts/Times New Roman Regular.ttf') format('truetype');
}

body {
  background-color: #000000 !important;
  color: #ffffff;
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0;
  padding: 1px;
  font-size: 1.2rem;
}

.safetywalletlogotext{
    font-family: 'safetywallettimes';
}
.maincontent{
    background-color: #000000 !important;
    width:100%;
}
/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

/* .container-nonflex {orange
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;

    justify-content: space-between;
    align-items: center;
}
.section-default {
    width: 100%;
    display: block;

} */
.orangeback{
    background-color:#ea6724;
}
.lightgreyback{
    background-color:#e9e9e9;
}
.greyback{
    background-color:#bebebe
}
.darkened {
background-size: cover;
background-position: center;
position: relative;
border-radius: 0 0 40px 40px;
overflow: hidden;
color: white;
z-index:0
}

.darkened::before {
content: '';
position: absolute;
inset: 0;
border-radius: 0 0 40px 40px;
background-color: transparent;
transition: background-color 0.3s ease;
}
.darkened-85::before {
background-color: rgba(0, 0, 0, 0.85);
}

.darkened-78::before {
background-color: rgba(0, 0, 0, 0.78);
}
.darkened-70::before {
    background-color: rgba(0, 0, 0, 0.70);
    }

.times-new-roman {
    font-family: 'safetywallettimes';
    letter-spacing: -1px;
}
.darktext{
    color:black !important;
}
.bolttext{
    font-weight:bold !important;
}
.stdbtn{
    padding:4px 12px !important;
}
.navbar {
    background-color: transparent;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 0.9rem;
}
.navbar li {
    position: relative;
    white-space: nowrap;
}
.navbar a {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 12px;
    display: block;
}
.navbar ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #333;
    padding: 0;
    z-index: 100;
    min-width: 220px;
    border-radius: 0.5rem;
}
.navbar ul ul li {
    display: block;
    white-space: nowrap;
    min-width: 220px;
}
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.menu-toggle .bar {
    background-color: white;
    height: 3px;
    width: 25px;
    margin: 5px 0;
}
.mobile-menu {
    display: none  !important;
}
.menu-item .down-arrow{
    position: absolute;
    top: 10px;
    right: -4px;
    font-size:13px;
}
/* Button Styles */
.btn {
    --bs-btn-padding-x: 0.1rem;
    --bs-btn-padding-y: 0.2rem;              
    /* display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 1px 1px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    border: 0px solid transparent;
    cursor: pointer;
    text-decoration: none; */
}

.topimagecrop{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
/* === Top section underline === */
.top-orange-line {
    background-color: #ff6600;
    height: 4px;
    width: 30%;
    border-radius: 2px;
    margin: 0 auto;
}

.frontpagelargeheaderh1{
        font-size:3.6rem;
        font-weight:600;
}
.homepagetoplogo {
    max-width:365px;
}
.homepagerightimg{
    max-width: 545px;
}

.highlight-text {
    color: #fff;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 4px;
}
.bkcolorgoldenbrown {
    background-color: #e9a43c;
}
.bkcolorverdigris {
    background-color: #39a8af;
}
.bkcolorblue{
    background-color: #24beff;
    }
.bkcolorbluedark{
    background-color: #083578;
}
.bg-dark {
    background-color: #191919 !important;
}
.btn-primary {
    background-color: #e9a43c;
    border-color: #e9a43c;
}

.swbutton{
    color:black;
    font-weight:bold;
    padding:10px 20px;
}
.btn-primary a {
    color: #000;
    font-weight: bold;
}

.btn-primary:hover {
    background-color: #e68a00;
    border-color: #cc7a00;
}
    .topbarbutton{
    margin:0px 2px;
}
.desktophide {
    display: none;
}

.swbuttondark{
    color:#fff !important;
    font-weight:bold;
    padding:6px 12px;
}

.btn-dark {
    background-color: #191919;
    border-color: #191919;
}
.btn-dark a {
    color: #fff !important;
    font-weight: bold;
}

.btn-dark:hover {
    background-color: #23272b;
    border-color: #23272b;
}
.home-into-par{
    padding: 12px 0 12px 0;
}
.support_button {
padding: 0.35rem 0.1rem
}
.support_button a {
    text-decoration: none;
    color: white;
    padding: 4px 8px;
    background-color: #ff6600;
    border-radius: 6px;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .support_button a:hover {
    background-color: #db5800;
    text-decoration: none;
  }

@media screen and (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }
    .desktop-menu {
        display: none !important;
    }
    .mobile-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #1e1e1e;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 100;
        box-shadow: 0 2px 8px rgba(255, 255, 255, 0.8); /* Added light shadow */
    }
    .mobile-menu.active {
        display: flex !important;
            margin: 25px 0px !important;

    }
    .navbar ul ul {
        width:100%;
    }
    .navbar a {
        font-size: 1.5rem; /* Increased font size for mobile navigation */
    }
    .topbarbutton{
        margin:2px 2px;
    }
    .mobilehide {
        display: none;
    }
    .desktophide {
        display: block;
    }
    .topmenulogo{


    }
    .menu-item .down-arrow{
        position: absolute;
        top: 8px;
        right: 4px;
    }
}

.logoa{
    padding:0px !important;
}

/* Training Section */  

/* .training-block {
    position: relative;
    width: 100%;
    max-width: 400px; 
    background: url('your-background-image.jpg') no-repeat center;
    background-size: cover;
    border-radius: 12px;
    padding: 20px;
    color: white;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.training-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    border-radius: 12px;
}

.training-content {
    position: relative;
    z-index: 2;
}

.training-title {
    font-size: 20px;
    font-weight: bold;
}

.training-text {
    font-size: 14px;
}

.training-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px; 
    height: auto;
    z-index: 1;
} */

.imageblockcard{
    /* border-radius:12px;
    background-color:#083578;
    padding:1px 15px;            
    margin:-5px 5px -1px 6px; */
    font-size:1.0rem;
    transition: transform 0.3s ease;
    position: relative; 
}
/* .imageblockcard .paragraph{
    font-size:1.0rem;
}
.imageblockcard .heading{
    font-size:1.4rem;
} */
    .imageblockcard:hover {
    transform: scale(1.05); /* Slight zoom on hover */
    cursor:pointer;
}

/* .ohsblockcard {
    display: flex !important            ;
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    border-radius: 12px;
    background-color: #bebebe;
    padding: 1px 15px;
    font-size: 1.0rem;
    margin: 10px 10px 10px 10px;
    transition: transform 0.3sease;
    min-height: 154px;
}  */

.card {
    min-height: 154px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 1rem;
    --bs-card-border-width: 0;
    border-width: 0 !important;
    box-shadow: none !important;
    }          
    .card-text {
    line-height: 1.2;
    }
    .card-custom-icon {
    height: 86px;
    flex-shrink: 0;
    }
    .card-bg-image {
    background-size: cover;
    background-position: center;
    }
    .card .card-body {
    padding: 0;
    }          
    .card-title {
    font-weight: bold;
    }          
    .card-body {
    justify-content: space-between;
    border: none !important;
    box-shadow: none !important;
    }
    #OHSBenefits .card, #About-SafetyWallet .card{
    flex-direction: row; 
}       
/* .ohsblockcard .bdg-sect{
    display: flex !important;
    padding: 0px 0 0px 0;
    align-items: center;
} */
/* .ohsblockcard .heading {
    font-size:1.4rem;      
}
.ohsblockcard .paragraph {
    font-size: 1.0rem;
} */
.ohssectionintro .paragraph{
    margin-right: 30px;
    color:#000;
}
.ohssectionintro .heading{
    margin: 0px;
    color:#000;
}

.expguidcard{
    display: flex !important;
    justify-content: flex-start!important;
    align-items: center!important;
    flex-wrap: nowrap!important;
}
.expguidcard .heading{
    font-size:1.4rem;
}
.expguidcard .paragraph {
    font-size: 1.0rem;
}
.expguidcard .iconcol{
    max-width: 100px;
}
.expguidcard .textcol{
    max-width: 600px;
}
.expguidpadding{
    padding: 5px 0 !important;
}

.lefticon {
    position: relative;
    padding-left: 58px; /* Adjust padding based on image width */
}

.lefticon::before {
    content: "";
    background-image: url('/templates/sw/assets/icons/1. My Safety Hub/2. YT Icon.png'); /* Replace with actual image path */
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
    width: 85px; /* Adjust width based on image size */
    height: 55px; /* Adjust height based on image size */
}


.imageblockcard::after {
    content: "▶"; /* Unicode for right triangle */
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 10px !important;
    color: black; /* Adjust color as needed */
    background-color: white;
    border-radius: 50%;
    padding: 5px 7px 5px 8px;
}

.ohsonlineimageblock{
    background: url('/templates/sw/assets/images/general/1. About SafetyWallet/1. OHS Online.png') no-repeat center;
    background-size: cover;
}
.ohsonlineimagelearning{
    background: url('/templates/sw/assets/images/general/1. About SafetyWallet/2. eLearning.png') no-repeat center;
    background-size: cover;
}
.ohsonlineimagetriplecoach{
    background: url('/templates/sw/assets/images/general/1. About SafetyWallet/3. Triple P.png') no-repeat center;
    background-size: cover;
}
.ohsonlineimagemss{
    background: url('/templates/sw/assets/images/general/1. About SafetyWallet/4. My Safety Shop.png') no-repeat center;
    background-size: cover;
}

.ohsonlinetakecontrol {
    background: url('/templates/sw/assets/images/general/3. OHS Online/2. Dashboard.png') no-repeat;
    background-size: 100%;
    background-position: center 37%;
    border-radius: 12px 12px 12px 12px;
    padding: 0 10px 10px 10px;
}

.ohsonlinecompltrack{
    background: url('/templates/sw/assets/images/general/3. OHS Online/1. Compliance Tracking.png') no-repeat center;
    background-size: cover;
}         

.responsive-video {
    height: 300px;
}
    /* .ohsCard {
    background-size: cover;
    border-radius: 12px;
    padding: 1rem;
    min-height: 330px;
    position: relative;
} */
.ohs-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
    }
/* Training section New */

#OHSTraining .card {
    min-height: 330px;
    margin: 0;
    box-shadow: none !important;
    flex-direction: row;
    align-items: flex-start;
}
#OHSTraining .card.center-bg {
    background-position: center;
}        
#OHSTraining .card.bottom-bg {
    background-position: bottom;
} 

    #OHSTraining .ohs35courses .card-body {
    max-width: 400px;
} 
#OHSTraining .ohsProgressTrack .card-body, #OHSTraining .ohsOnDemand .card-body  {
    max-width: 380px; 
} 

.ohs35courses {
    background-image: url('/templates/sw/assets/images/general/4. Training/1. 35 Courses.png');
    background-size: cover;
    background-position: center;
}        
.ohsTripleP {
    background-image: url('/templates/sw/assets/images/general/4. Training/2. Triple P.png');
    background-size: cover;
    background-position: bottom;
}        
.ohsOnDemand {
    background-image: url('/templates/sw/assets/images/general/4. Training/3. On Demand.png');
    background-size: cover;
    background-position: center;
}

.ohsProgressTrack {
    background-image: url('/templates/sw/assets/images/general/4. Training/4. Progress Tracking.png');
    background-size: cover;
    background-position: center;
}
    .expguidsection{
    background: url('/templates/sw/assets/images/general/5. Expert Guidance/1. Shield.png') no-repeat right;
    background-size: 53%;
}
.whychoosecomprehen{
    background: url('/templates/sw/assets/images/general/2. Why Choose SW/1. Comprehensive.png') no-repeat center;
    background-size: cover;
    background-position: center;
}
.whychoosecustom{
    background: url('/templates/sw/assets/images/general/2. Why Choose SW/2. Customizable.png') no-repeat center;
    background-size: cover;
    background-position: center;
}
.whychoosesupport{
    background: url('/templates/sw/assets/images/general/2. Why Choose SW/3. Support.png') no-repeat center;
    background-size: cover;
    background-position: center;
}
.getincontact{
    background-image: url('/templates/sw/assets/images/general/6. Pricing Plans/1. Get In Touch.png');
    background-size: cover;
    background-position: center;
}  
.pp-table-custom {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    background-color: #e9e9e9;
    padding: 3rem 0 2rem 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    color:#000;
}

.pp-table-custom th {
    height: 120px;
    vertical-align: bottom;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    background-color: #e9e9e9;
    border-bottom: 1px solid #747474;
    font-size: 0.8rem;
    font-weight: normal;
}

.pp-table-custom th:first-child {
    border: none;
    Width: 30%;
}

.pp-table-custom th:nth-child(2) {
    border-left: 1px solid #747474;
    border-top: 1px solid #747474;
    border-top-left-radius: 10px;
}

.pp-table-custom th:not(:first-child) {
    border-top: 1px solid #747474;
}

.pp-table-custom th:last-child {
    border-right: 1px solid #747474;
    border-top-right-radius: 10px;
}

.pp-table-custom td {
    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #747474;
    border-right: 1px solid #747474;
    font-size: 0.9rem;
}

.pp-table-custom td:nth-child(n+2):nth-child(-n+5) {
    min-width: 120px;
}

.pp-table-custom td:first-child {
    border-left: 1px solid #747474;
    border-radius: 0;
    text-transform: uppercase;
    text-align: left;
    padding: 8px 32px;
}

.pp-table-custom tr:last-child td {
    font-weight: 600;
    border-bottom: 1px solid #747474;
    font-size: 1.1rem;
}

.pp-table-custom tr:last-child .lastrowsub {
    font-size: 70%;
    font-weight: normal;
}

.pp-table-custom tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.pp-table-custom tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.pp-table-custom tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.pp-table-custom td:last-child {
    border-right: 1px solid #747474;
}

.pp-table-custom tr:nth-child(even) {
    background-color: #e1e1e1;
}

.pp-table-custom tr:nth-child(odd) {
    background-color: #cacaca;
}
.pp-table-custom .th1{
    margin: 16px 0 26px 0 !important;
    font-size: 4rem;
    font-weight:bold;
}
.pp-table-custom th.most-popular {
    position: relative;
    overflow: visible;
}

.pp-table-custom th.most-popular::before {
    content: 'MOST POPULAR';
    position: absolute;
    top: -27px;
    left: 0;
    width: 100%; 
    background-color: #5a5a5a;
    color: #ffcc00;
    font-size: 14px;
    padding: 4px 0px 4px 10px; 
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: uppercase;
    display: flex;
    justify-content: center; 
    align-items: center;
    background-image: url('/templates/sw/assets/images/general/6. Pricing Plans/7. pop_crown.png');
    background-size: 12px 10px;
    background-repeat: no-repeat;
    background-position: calc(10px + 1vw) center;
    max-width: 100%; 
    box-sizing: border-box; 
}

.pp-table-custom .check {
    background-image: url('/templates/sw/assets/images/general/6. Pricing Plans/5. pp_check.png');
}

.pp-table-custom .cross {
    background-image: url('/templates/sw/assets/images/general/6. Pricing Plans/6. pp_cross.png');
}


.hidden{
    display:none !important;
}


input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    padding: 10px 12px;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* margin-bottom: 16px; */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #66afe9;
    box-shadow: 0 0 8px rgba(102,175,233,0.6);
    outline: none;
}

.image-radius_responsive {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}
.subtlelink {
    text-decoration: none; /* No underline */
    border: none; /* No border */
    color: inherit; /* Keeps the text color same as parent */
    padding: 0; /* No extra spacing */
    margin: 0; /* No shifting */
    background: transparent; /* No sneaky background */
    outline: none !important; /* No focus outline */
    cursor: pointer;
}
/* Get in Contact */
#contact-popup {
    width: 350px;
    z-index: 1050;
    background-color: #191919;
    border: 1px solid #ea6724!important;
    bottom: 74px!important
}
#getincontact .btn-default {
    background-color: #e9a43c !important;
}
#getincontact label {
    color: #fff;
}
.news_articles .news-title {
    display: block;
    margin: 0 auto 40px;
    font-weight: 200;
    font-size: 2em;
    line-height: 46px;
    padding: 0 0 17px;
    position: relative;
    text-align: center;
}

.news_articles .news-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    background-color: #ea6724;
}

