/*--------------------------------------------------------------
# Spacing Utilities
--------------------------------------------------------------*/

/* Padding Top */
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-70 { padding-top: 70px; }
.pt-90 { padding-top: 90px; }
.pt-110 { padding-top: 110px; }
.pt-120 { padding-top: 120px; }
.pt-140 { padding-top: 140px; }

/* Padding Bottom */
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-100 { padding-bottom: 100px; }
.pb-120 { padding-bottom: 120px; }
.pb-125 { padding-bottom: 125px; }

/* Margin Bottom */
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-45 { margin-bottom: 45px; }
.mb-60 { margin-bottom: 60px; }
.mb-80 { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }

/* Margin Top */
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }
.mt-90 { margin-top: 90px; }

/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/

.flex {
    display: flex;
    gap: 10px;
}

p.small-font {
    font-size: 16px !important;
    line-height: 24px !important;
}

span.blue {
    color: #009fd9 !important;
}

.contact-section {
    padding: 50px 0;
    position: relative;
    width: 100%;
}

.contact-section .container {
    max-width: 1170px;
}
/*--------------------------------------------------------------
# Feature Section
--------------------------------------------------------------*/

.feature-img img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.feature-details {
    padding-left: 21px;
}

.feature-details > .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -1px;
    margin-bottom: 0;
}

.feature-area .feature-details > .title {
    font-weight: 500;
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Feature & Blog Quote Styles
--------------------------------------------------------------*/

.blog-details-area .quote-wrap,
.feature-details .quote-wrap {
    background: #F5FAFF;
    padding: 15px 25px 15px 30px;
    padding-right: 10px;
    border-radius: 5px;
    border-left: 5px solid #004d6e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.post-wrap .post-text,
.post-wrap .quote-text,
.comments-meta .c-text,
.feature-details .quote-text {
    font-size: 15px;
    line-height: 23px;
    color: #70747D;
}

.post-wrap .quote-wrap .quote-author,
.feature-details .quote-author {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 35px;
    color: #646464;
}

/*--------------------------------------------------------------
# Feature Info
--------------------------------------------------------------*/

.feature-info .title {
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 5px 0;
}

/*--------------------------------------------------------------
# Counter Section
--------------------------------------------------------------*/

.counter-up .purecounter,
.counter-up .sign {
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
}

.counter-up .counter-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 15px;
    color: #70747D;
    margin-bottom: 0;
}

.counter-icon img {
    transition: transform 0.3s ease-in-out;
}

.counter-icon:hover img {
    transform: rotate(15deg) scale(1.1);
}

/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/

.section-title .title {
    font-size: 40px;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 15px;
}

.section-title .subtitle {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #6076a8;
    padding: 0 420px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Container Customization
--------------------------------------------------------------*/

.container.custom-container {
 /*   max-width: 946px; */
}

.container.customcontainer {
    max-width: 946px; 
}

/*--------------------------------------------------------------
# Customer Image
--------------------------------------------------------------*/

.customer-image img {
    width: 100%;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/

.box-text-area.bg-1 {
    background: url(../assets/images/small-1.png);
}

.box-text-area.bg-2 {
    background: url(../assets/images/small-2.png);
}

.box-text-area.bg-3 {
    background: url(../assets/images/small-4.png);
}

.box-text-area.bg-4 {
    background: url(../assets/images/small-bg.png);
}

.box-text-area.bg-5 {
    background: url(../assets/images/small-5.png);
}

.box-text-area.bg-1,
.box-text-area.bg-2,
.box-text-area.bg-3,
.box-text-area.bg-4,
.box-text-area.bg-5 {
    min-height: 351px;
    background-size: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 24px !important;
    background-repeat: no-repeat;
}

.box-text-area img {
    width: 100%;
}

.box-text-area {
    border-radius: 14px;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-bottom: 64px !important;
    transition: transform 0.3s ease-in-out;
}

.box-text-area:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.box-text-area h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.box-text-area h2.with-shadow{
    text-shadow: 0px 0px 3px #000;
}

.box-text-area p {
    font-size: 14px;
    line-height: 20px;
}

.box-text-area.light p,
.box-text-area.light h2 {
    color: #fff;
}

/*--------------------------------------------------------------
# Boxes Area
--------------------------------------------------------------*/

.boxes-area .blue {
    background-color: #eaf6fa;
    min-height: 351px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: flex-end !important;
}

.boxes-area .grey {
    background-color: #e9eced;
    min-height: 351px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: flex-end !important;
}

.boxes-area .top-radi {
    border-top-right-radius: 150px;
    border-top-left-radius: 150px;
}

.boxes-area .oval {
    border-radius: 14px;
}


/*--------------------------------------------------------------
# About Benefits
--------------------------------------------------------------*/
.about-benefits {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    gap: 1em;
    text-align: center;
}

/* Image Styling */
.about-benefits img {
    width: 150px;
    height: auto;
    display: inline-block;
}

/* Perk Text */
.perk {
    background: #efefef;
    min-height: 190px;
}

.perk-text {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

/* Perk Text - Title */
.perk-text h3 {
    font-size: 1.25em;
}

/* Perk Text - Paragraph */
.perk-text p {
    font-size: 1em;
    padding-bottom: 1em;
}


/*--------------------------------------------------------------
# Section Title
--------------------------------------------------------------*/

.sec-tl.contact-cont {
    margin-bottom: 25px;
}

.sec-tl > span {
    padding-bottom: 5px;
}

.sec-tl > h2 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.cnt-frm {
    width: 100%;
}

.cnt-frm > form {
    width: 100%;
}

.cnt-frm .mrg10 {
    margin: 0 -5px;
}

.cnt-frm .mrg10 > div {
    padding: 5px;
}

.cnt-frm > form input,
.cnt-frm > form textarea {
    float: left;
    width: 100%;
    padding: 15px 30px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    height: 50px;
}

.cnt-frm > form textarea {
    height: 180px;
}

.cnt-frm > form button {
    display: inline-block;
    margin-top: 20px;
    min-width: 290px;
    background: #0788cb;
    border: none;
}

/*--------------------------------------------------------------
# Theme Button
--------------------------------------------------------------*/

.theme-btn {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 14px 45px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.theme-btn:hover,
.theme-btn:focus {
    color: #fff;
}

/*--------------------------------------------------------------
# Contact Info Wrapper
--------------------------------------------------------------*/

.cnt-inf-wrp {
    width: 100%;
    margin-top: 50px;
}

.cnt-inf-wrp .sec-tl {
    margin-bottom: 35px;
}

/* Contact Info List */
.cnt-inf-lst {
    list-style: none;
}

.cnt-inf-lst > li {
    float: left;
    padding: 0 40px 0 50px;
    position: relative;
    font-size: 14px;
    width: 50%;
    margin-bottom: 45px;
}

.cnt-inf-lst > li i {
    font-size: 28px;
    position: absolute;
    left: 0;
    color: #ff9822;
}

.cnt-inf-lst > li strong {
    font-size: 20px;
    color: #222;
    font-weight: 400;
    display: block;
}

.cnt-inf-lst > li a,
.cnt-inf-lst > li span {
    display: block;
    line-height: initial;
    margin-top: 10px;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Contact Map
--------------------------------------------------------------*/

.cnt-mp {
    float: left;
    width: 100%;
    height: 350px;
    margin-top: 65px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.bd-footer,
.bd-footer a {
    clear: both;
}

/*--------------------------------------------------------------
# Subscribe Area
--------------------------------------------------------------*/

.subscribe-area .subscribe-text {
    padding-right: 40px;
}

.subscribe-area .subscribe-text .title {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.586px;
    margin-bottom: 0;
}

/* Subscribe Box */
.subscribe-area .subscribe-box {
    position: relative;
    float: right;
    margin-top: 30px;
    clear: both;
    width: 80%;
    border-bottom: 3px solid #000;
}

.subscribe-area .subscribe-box input {
    height: 60px;
    border: none;
    background: transparent;
    border-bottom: 3px solid #000;
    padding: 18px 20px;
    font-size: 18px;
}

.subscribe-area .subscribe-box button {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    text-align: center;
    color: #001e56;
    background: none;
    border: none;
    transition: all 0.3s ease-in-out;
}

.subscribe-area .subscribe-box button svg {
    display: inline-block;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}

/* --------------------------------------
   ðŸ“Œ Bottom CTA Area Styles
-------------------------------------- */

.bottom-cta-area {
    background-color: #fafafa !important;
}

/* âœ… Border & Spacing for Items */
.bottom-cta-area .bod {
    margin-bottom: 25px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e7e7e7 !important;
}

/* âœ… Remove Border for Last Item */
.bottom-cta-area .bod:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* âœ… Icon Styles */
.bottom-cta-area .icon {
    text-align: center;
}

.bottom-cta-area .icon i {
    font-size: 25px;
    margin-top: 8px;
}

/* âœ… Heading Styles */
.bottom-cta-area .heading h3 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}

/* âœ… Content Link */
.bottom-cta-area .content a {
    text-decoration: none;
}

/* --------------------------------------
   📌 Career Card Styles
-------------------------------------- */

.careerCard {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.05);
    min-height: 160px;
    display: flex;
    align-items: center;
    position: relative;
    padding-inline: 30px;
    max-width: 1240px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 30px;
}

/* ✅ Career Card Title */
.careerCard h6 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}

/* ✅ Career Card Link/Button */
.careerCard a {
    background: #074d6c;
    display: inline-block;
    padding: 7px 20px;
    margin: 20px 0;
    border-radius: 2px;
    color: #fff; /* Ensure text is visible */
    text-decoration: none;
}

/* --------------------------------------
   📌 Careers Section Styles
-------------------------------------- */

/* ✅ Standardized Heading */
.careersSection h4 {
    font-size: 25px; /* Removed duplicate size declarations */
    font-weight: 600;
}
/* ===================================
   Career Form Styles
=================================== */

#careerForm input[type="checkbox"],
#careerForm input[type="radio"],
#careerForm label {
    cursor: pointer;
}

/* Label Styling */
#careerForm label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

/* ===================================
   Career Form Styles
=================================== */

#careerForm input[type="checkbox"],
#careerForm input[type="radio"],
#careerForm label {
    cursor: pointer;
}

/* Label Styling */
#careerForm label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 5px;
}

/* Form Elements - Input, Select, Textarea, and Button */
#careerForm :is(
    input:not([type="checkbox"], [type="radio"]), 
    select, 
    textarea, 
    .ms-options-wrap > button
) {
    border: 1px solid #b8b6b6;
    border-radius: 8px;
    padding-left: 15px;
    min-height: 46px;
    width: 100%;
    display: block;
    font-size: 15px;
}

/* Hover & Focus Effect */
#careerForm :is(
    input:not([type="checkbox"], [type="radio"]), 
    select, 
    textarea
):hover, 
#careerForm :is(
    input:not([type="checkbox"], [type="radio"]), 
    select, 
    textarea
):focus {
    outline: 1px solid var(--clr-secondary);
}



.blog-wrapper .fa {
  margin-right: 5px;
}
.blog-wrapper .inner {
  height: auto;
  overflow: hidden;
  background: #e9eced;
  border: 1px solid #e9eced;
  border-radius: 14px;
  position: relative;
  z-index: 0;
}
.blog-wrapper .inner {
  padding: 20px;
}
.blog-wrapper .inner .category {
  color: #0788cb;
  font: 900 13px;
  text-transform: uppercase;
  display:none;
}
.blog-wrapper  .inner .date {
  font: 900 13px;
  color: #9b9eab;
  margin-left: 5px;
}
.blog-wrapper .inner h2 {
  font-size: 23px;
    text-transform: capitalize;
    margin-bottom: 18px;
    color: #0f3f53;
    font-weight: 600;
}
.blog-wrapper  .inner p {
  font-size: 14px;
  line-height: 22px;
  color: #0f3f53;
}
.blog-wrapper  .inner .read-more {
  color: #0788cb; 
  display: block;
  font: 900 13px;
  position: relative;
  text-decoration: none;
}
.blog-wrapper .inner .read-more:hover {
  text-decoration: none;
}
.blog-wrapper .inner {
    padding: 20px;
    margin-bottom: 25px;
    transition: transform 0.3s ease-in-out;
}
.blog-wrapper .inner:hover {
    transform: scale(1.01);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.blog-wrapper .inner .read-more {
    color: #0788cb;
    display: block;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}
.blog-details h1.text-center {
        font-size: 40px;
    font-weight: 600;
    max-width: 710px;
    margin: 0px auto;
}


.blog-content {
    /* Add general styles for .blog-content if needed */
}

/* Headings */
.blog-content h2 {
    font-size: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Paragraphs */
.blog-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-content p strong {
    color: #074d6c;
}

/* Lists */
.blog-content ul {
    margin-bottom: 20px;
}

.blog-content ul li {
    font-size: 16px;
    line-height: 30px;
}

.blog-content ul li strong {
    font-weight: 600;
    color: #074d6c;
}

.sidebar {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
}

/* Quick Links Styling */
.quick-links h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.quick-links ul {
    list-style-type: none; /* Removes default bullets */
    padding-left: 0; /* Removes default padding */
}

.quick-links ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 25px; /* Space for custom bullet */
    border-bottom: 1px dashed #999; /* Softer dashed border */
    font-size: 16px; /* Slightly larger font */
    font-weight: 500; /* Medium font weight for better readability */
    color: #333; /* Darker text for contrast */
    transition: all 0.3s ease-in-out; /* Smooth transition */
    position: relative;
}

.quick-links ul li:last-child {
    border-bottom: none;
}

/* Custom Bullet */
.quick-links ul li::before {
    content: "•"; /* Custom bullet */
    color: #074d6c; /* Highlight color */
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 3px;
}

/* Link Styling */
.quick-links ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #3e3e3e;
    padding: 5px 0;
    display: block;
}

.quick-links ul li a:hover {
    text-decoration: none;
}

/* Hover Effects */
.quick-links ul li:hover {
    color: #ff6600; /* Changes color on hover */
    border-bottom: 1px solid #ff6600;
}



#main-services label i {
    display: block;
    /*font-size: 25px;
    color: #608bbb;*/ 
    margin-bottom: 5px;
}

#main-services label {
    display: block;
    padding: 20px 10px;
    font-size: 13px;
    min-width: 130px;
}

.box input:checked+label i {
    color: #fff !important;
}

div#main-services .box:hover label, #main-services .box input:checked+label {
    color: #fff !important;
    background:#074d6c !important;
}

div#main-services .box:hover label img, #main-services .box input:checked+label img{
    filter:invert(1);
}
.header-links {
      background:#074d6c;
    color: #fff;
    margin: 22px 10px 0;
    border-radius: 4px;
    padding: 9px 20px;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    cursor:pointer;
    text-align: center;
}

.header-links + .header-links {
    background: #ff0012;
}

.nav{
    justify-content: flex-start;
    
}
.header-links:hover {
    background: #ad0410;
    color: #fff;
}


section.seller-form {
    background: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 70px;
}
section.home-grow {
    margin-bottom: 50px;
}
.seller-form > .container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
}

.tag-container a {
    border: 1px solid #787676;
    font-size: 13px;
    padding: 10px 15px 10px;
    text-decoration: none;
    margin: 10px 10px 0 0;
    border-radius: 40px;
    color: #787676;
    display: inline-block;
}
div#password-feedback {
    font-size: 14px;
    text-align: right;
}
.form-step input[type="text"], .form-step input[type="email"] {
    padding: 10px 10px 7px 8px;
    border-radius: 0px;
    border-bottom: 4px solid #ddd;
}
.form-step input:focus, .form-step input:active {
  outline: none;
  box-shadow: none;
  border-color:#004d6e;
}
#multiStepForm .btn {
    background: #004c70 !important;
}
span.seller-note {
    font-size: 11px;
}
a.company_size.activeone {
    background: #004d6e;
    color: #fff;
    border:1px solid #004d6e;
}


.formstep.card {
    width: 100% !important;
    padding: 40px;
}

.helloform {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 700px;
}

.helloform.extra-width {
    max-width: 1200px;
}
.form-check {
    color: #333;
    width: 48%;
    float: left;
    margin: 0 1% 0 0;
    font-size: 14px;
    font-weight: 500;
}
.form-step > h3{
    font-size:30px;
    font-weight:bold;
margin-bottom:4px !important;
}


form#multiStepForm h5 {
    font-size: 13px;
    text-align: center;
    margin: 0 0 30px 0;
    color: #777;
    font-weight: 400;
}

.formstep h3 {
    font-size: 19px;
    margin: 0 0 20px 0;
    position: relative;
color:#004b72;
    padding-bottom:10px;}

.formstep h3:before{
    content:"";
    width:15%;
    height:2px;
    background:#004b72;
    display:block;
    bottom:0;
    position:absolute;
}


.form-check label img {
    width: 46px;
    margin: 0 10px 0 0;
}

.form-check label {
    cursor:pointer !important;
    display:block;
    padding:5px 5px 5px 40px;
    margin:0 0 0px 0;
    position:relative;
    box-shadow:0px 0px 10px #f7f7f7;
}

.form-check input[type="checkbox"]:checked + label {
margin: 0 10px 0 0;
}

.form-check input[type="checkbox"]{
    visibility:hidden;
}


.form-check label:hover:before, .form-check label:hover {
  
}

.form-check {
    padding-left: 0;
}


.form-check label:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f046';
    position:absolute;
    color:#c0bbbb;
    left:10px;
    top:15px;
    bottom:0;
    margin:auto;
    font-size:20px;
}

.form-check input[type="checkbox"]:checked + label:before {
    color:#004c70;
}


span#emailExists, span#emailError {
    color: #ff0000 !important;
    position: absolute;
    top: 38px;
    font-size: 12px;
    right: 20px;
}
li.nav-item.haschild:hover a {
    background: #004d6e;
    color: #fff;
}

.emailcontainer {
    position: relative;
}