.hamburger-menu {
    width: 30px;
    cursor: pointer;
    float: right;
    margin-top: 0px;
}

.hamburger-menu span {
    display: block;
    height: 3px;
    background: #000;
    margin: 6px 0;
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 9999;
    padding: 40px 20px;
}

.offcanvas-menu.active {
    right: 0;
}

.offcanvas-menu ul {
    list-style: none;
    padding: 0;
}

.offcanvas-menu li {
    margin-bottom: 15px;
}

.offcanvas-menu a {
    text-decoration: none;
    color: #fff; 
    font-size: 18px;
}

.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #18b0b4;
    transition: right 0.3s ease;
    z-index: 99999;
    padding: 70px 30px 30px;
    overflow-y: auto;
    box-shadow: 0 0 12px #000;
}

.offcanvas-menu.active {
    right: 0;
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
	border-radius:50%;
    border: none;
    font-size: 32px;
    cursor: pointer;
    line-height: 1;
}

.offcanvas-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcanvas-menu li {
    position: relative;
    text-align: left;
	text-transform:uppercase;
}

.offcanvas-menu .sub-menu {
    margin-left: 20px;
    padding-left: 15px;
   
}

.offcanvas-menu .sub-menu li {
    margin: 8px 0;
	text-transform:capitalize;
}

.offcanvas-menu a {
    display: block;
    padding: 10px 30px 10px 0;
    text-decoration: none;
}
span.submenu-toggle {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.solution-sec .card strong {
    display: block;
    font-weight: 1000;
    font-size: 1.5em;
    line-height: 0.;
    margin-bottom: -20px;
    color: inherit;
}
.solution-sec .card {
    margin: 0 -8px;
}
/* Remove spacing between Feature Box 2 and Feature Box 3 */
#featured-box-2,
#featured-box-2 .widget,
#featured-box-2 .solution-sec {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#featured-box-3,
#featured-box-3 .widget,
#featured-box-3 .logo-slider {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.logo-slider,
.logo-slider * {
    margin-top: 0 !important;
}

.logo-slider {
    transform: translateY(-120px);
}
.why-subtitle {
    font-size: 1.4em;
    font-weight: 700;
    margin: 20px 0 15px;
    line-height: 1.4;
}

.why-intro,
.why-closing {
    margin-bottom: 20px;
    line-height: 1.7;
}

.why-list {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

.why-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.why-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: 700;
}

/* Make the closing paragraph white */
.why-sec .why-intro,
.why-sec .why-closing {
    font-size: 1.05rem;
    line-height: 1.8;
}
.why-sec .why-subtitle {
    font-size: 2.25rem;
    font-weight: 800;
}
/* FORCE all text in this section to white */
.why-sec,
.why-sec h3,
.why-sec h3 span,
.why-sec .why-subtitle,
.why-sec .why-intro,
.why-sec .why-closing,
.why-sec p,
.why-sec ul,
.why-sec li {
    color: #ffffff !important;
}

/* Subtitle styling */
.why-sec .why-subtitle {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin: 20px 0;
}

/* Remove the overlapping tick icons */
.why-sec .why-list {
    list-style: none !important;
    padding-left: 0;
    margin: 2px 0;
}

.why-sec .why-list li {
    color: #ffffff !important;
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 1px;
    padding-left: 0;
    list-style: none !important;
}

/* Remove the custom checkmarks */
.why-sec .why-list li:before {
    content: none !important;
    display: none !important;
}

/* Intro and closing paragraphs */
.why-sec .why-intro,
.why-sec .why-closing {
    color: #ffffff !important;
    font-size: 1.5rem;
    line-height: 1.8;
}
/* Section Label */
.dashboard-sec h4 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* Layout */
.dashboard-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 10px;
}

/* Left column */
.dashboard-copy {
    max-width: 900px;
}

/* Main Heading */
.dashboard-copy h3 {
    font-size: 64px;
    line-height: 1.1;
    font-weight: 900;
    margin: 0 0 24px;
}

/* Subheading */
.dashboard-copy h5 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 14px;
}

/* Paragraphs */
.dashboard-copy p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 10px;
}

/* Bullet list */
.dashboard-copy ul {
    margin: 0 0 24px 25px;
    padding: 0;
}

.dashboard-copy li {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* CTA button */
.dashboard-row .btn.dark {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 20px 36px;
    white-space: nowrap;
    align-self: center;
}
.testimonials-sec {
  text-align: center;
}

.testimonial-overview {
  max-width: 760px;
  margin: 0 auto 40px;
}

.testimonial-overview h4 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.testimonial-overview p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.testimonials-sec * {
    color: #ffffff;
}
/* Section Heading */
.testimonials-sec h3 {
    color: #F1A81C;
}

/* Main testimonial copy */
.testimonials-sec h4,
.testimonials-sec p,
.testimonials-sec .testimonial-overview p,
.testimonials-sec .testimonial-content,
.testimonials-sec .testimonial-text,
.testimonials-sec .testimonial-message {
    color: #ffffff;
}

/* Testimonial author */
.testimonials-sec .testimonial-author,
.testimonials-sec .testimonial-name,
.testimonials-sec .testimonial-client,
.testimonials-sec .testimonial-title {
    color: #18B0B4 !important;
}
/* Team section */
.container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

/* Force 2 columns */
.container .row > div {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    position: relative;
    margin-bottom: 24px;
}

/* Images */
.our-team-thumb {
    display: block;
    overflow: hidden;
    position: relative;
}

.our-team-thumb img {
    display: block;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

/* Overlay */
.our-team-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    text-align: center;
    padding: 18px 15px;
    z-index: 2;
}

.our-team-meta strong,
.our-team-meta small {
    display: block;
}

.our-team-meta strong {
    font-size: 18px;
    font-weight: 400;
}

.our-team-meta small {
    font-size: 15px;
    margin-top: 4px;
}

/* Prevent the team section from overflowing into the sidebar */
.site-main .container,
.content .container,
.entry-content .container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/* Tablet */
@media (max-width: 768px) {
    .container .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .our-team-thumb img {
        height: auto;
    }
}