/******************************

    00 - Home
    01 - Inner Page
		01 - Our History
		02 - Service Detail
        03 - Portfolio Single 
        04 - Blog Detail
             Sidebar Right
             Blog Classic
             Blog Single
        05 - Team Single
        06 - Contact Us
        07 - Comment Form
    
******************************/

/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
#page {
    position: relative;
    overflow: hidden;
}

.globert-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
    text-align: left;
}

.site-header .site-branding .globert-logo {
    width: 76px;
    height: 76px;
    max-height: 76px;
    object-fit: contain;
    flex: 0 0 auto;
}

.globert-brand-name {
    display: flex;
    flex-direction: column;
    font-family: var(--pbmit-heading-typography-font-family);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.15;
    color: var(--pbmit-white-color);
    text-transform: none;
    white-space: nowrap;
}

.pbmit-sticky-header .globert-brand-name,
.pbmit-fixed-header .globert-brand-name {
    color: var(--pbmit-blackish-color);
}

.main-menu ul>li.dropdown>a:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    font-family: inherit;
    font-size: 0;
    line-height: 1;
    vertical-align: middle;
}

.globert-inner-banner {
    position: relative;
    min-height: 310px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--pbmit-blackish-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.globert-inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(8 8 8 / 71%)
}

.globert-contact-banner {
    background-image: url(../images/bg/titlebar-bg.jpg);
}

.globert-inner-banner .container {
    position: relative;
    z-index: 1;
}

.globert-inner-banner-content h1 {
    margin: 0;
    font-size: 56px;
    line-height: 1.05;
    color: var(--pbmit-white-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.globert-breadcrumb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: var(--pbmit-white-color);
    font-size: 14px;
    font-weight: 600;
}
.globert-breadcrumb li:not(:last-child)::after {
    content: "\e811";
    transform: rotate(-90deg);
    font-family: "pbminfotech-base-icons";
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px; /* Zarurat ho to -2px ya 0px adjust kar sakte ho */
    font-size: 14px;
    line-height: 1;
    font-size: 10px;
    color: var(--pbmit-global-color);
}

.globert-breadcrumb a {
    color: var(--pbmit-white-color);
}

.globert-breadcrumb a:hover {
    color: var(--pbmit-global-color);
}

.globert-contact-section {
    padding: 72px 0 0;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-white-color);
}

.globert-section-label {
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    padding-left: 45px;
    color: var(--pbmit-global-color);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.globert-section-label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 34px;
    height: 2px;
    background-color: var(--pbmit-global-color);
}

.globert-contact-info h2 {
    max-width: 470px;
    margin-bottom: 18px;
    color: var(--pbmit-blackish-color);
    font-size: 38px;
    line-height: 1.02;
    font-weight: 800;
    text-transform: uppercase;
}

.globert-contact-info>p {
    max-width: 500px;
    margin-bottom: 30px;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.65;
}

.globert-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 500px;
    padding-top: 28px;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.globert-contact-card {
    display: grid;
    grid-template-columns: 44px 1fr;
    column-gap: 18px;
    min-width: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.globert-contact-icon {
    grid-row: span 2;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    font-size: 20px;
}

.globert-contact-card h3 {
    margin: 0 0 2px;
    color: var(--pbmit-blackish-color);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
}

.globert-contact-card p,
.globert-contact-card a {
    margin: 0;
    color: #5f5f5f;
    font-size: 13px;
    line-height: 1.55;
    word-break: break-word;
}

.globert-contact-card a:hover {
    color: var(--pbmit-global-color);
}

.globert-contact-form {
    padding: 34px;
    border: 0;
    background-color: #f6f6f6;
    box-shadow: none;
}

.globert-form-head h2 {
    margin: 0 0 6px;
    color: var(--pbmit-blackish-color);
    font-size: 28px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
}

.globert-form-head p {
    margin-bottom: 22px;
    color: #777;
    font-size: 13px;
    line-height: 1.55;
}

.globert-contact-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--pbmit-blackish-color);
    font-size: 14px;
    font-weight: 600;
}

.globert-contact-form input,
.globert-contact-form textarea {
    width: 100%;
    min-height: 48px;
    margin-bottom: 16px;
    padding: 12px 15px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .04);
    border-radius: 0;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    font-size: 15px;
    outline: none;
}

.globert-contact-form textarea {
    min-height: 125px;
    resize: vertical;
}

.globert-contact-form input:focus,
.globert-contact-form textarea:focus {
    border-color: var(--pbmit-global-color);
    box-shadow: 0 0 0 3px rgba(var(--pbmit-global-color-rgb), .18);
}

.globert-contact-form button {
    width: 100%;
    min-height: 48px;
    border: 0;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    font-size: 15px;
    font-weight: 800;
    transition: all .25s ease;
}

.globert-contact-form button:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.globert-map-box {
    width: 100vw;
    margin: 70px 0 0 calc(50% - 50vw);
    border: 0;
    background-color: #f6f6f6;
    padding: 0;
    box-shadow: none;
}

.globert-map-box iframe {
    display: block;
    width: 100%;
    height: 430px;
    border: 0;
    filter: grayscale(1);
}

.globert-about-expert-section {
    padding: 105px 0 115px;
    background-color: var(--pbmit-white-color);
}

.globert-about-expert-wrap {
    display: grid;
    grid-template-columns: minmax(300px, .95fr) minmax(0, 1.05fr);
    gap: 90px;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
}

.globert-about-expert-media {
    position: relative;
    min-height: 520px;
}

.globert-about-expert-media img {
    position: relative;
    z-index: 2;
    display: block;
    width: 76%;
    height: 430px;
    margin: 0 auto;
    object-fit: cover;
}

.globert-about-frame {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 84px;
    width: 74%;
    height: 335px;
    border: 8px solid #efefef;
}

.globert-about-dots {
    position: absolute;
    right: 10px;
    bottom: 0;
    z-index: 1;
    width: 190px;
    height: 190px;
    background-image: radial-gradient(rgba(var(--pbmit-blackish-color-rgb), .38) 1.4px, transparent 1.4px);
    background-size: 17px 17px;
}

.globert-about-expert-content {
    position: relative;
    padding-top: 22px;
}

.globert-about-mark {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.globert-about-mark::before,
.globert-about-mark::after {
    content: "";
    position: absolute;
    background-color: rgba(var(--pbmit-blackish-color-rgb), .35);
}

.globert-about-mark::before {
    left: 0;
    top: 20px;
    width: 42px;
    height: 1px;
}

.globert-about-mark::after {
    left: 20px;
    top: 0;
    width: 1px;
    height: 42px;
}

.globert-about-mark {
    background:
        linear-gradient(var(--pbmit-global-color), var(--pbmit-global-color)) 28px 26px / 13px 13px no-repeat;
}

.globert-about-expert-content h2 {
    margin: 0 0 34px;
    color: var(--pbmit-blackish-color);
    font-size: 46px;
    line-height: 1.08;
    font-weight: 800;
}

.globert-about-highlight {
    max-width: 520px;
    margin-bottom: 28px;
    padding-left: 22px;
    border-left: 5px solid var(--pbmit-global-color);
}

.globert-about-highlight p,
.globert-about-expert-content>p {
    margin: 0;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.75;
}

.globert-about-expert-content>p {
    max-width: 620px;
    margin-bottom: 46px;
}

.globert-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 58px;
    padding: 0 28px;
    border: 3px solid rgba(var(--pbmit-blackish-color-rgb), .65);
    color: var(--pbmit-blackish-color);
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    gap: 20px;
}

.globert-about-btn i {
    width: 34px;
    height: 1px;
    background-color: rgba(var(--pbmit-blackish-color-rgb), .55);
}

.globert-about-btn:hover {
    color: var(--pbmit-blackish-color);
    border-color: var(--pbmit-global-color);
    background-color: var(--pbmit-global-color);
}

.globert-manufacturing-section {
    padding: 100px 0;
    background-color: #f7f8f9;
}

.globert-manufacturing-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 70px;
    align-items: center;
}

.globert-manufacturing-content h2 {
    max-width: 760px;
    margin: 0 0 26px;
    color: var(--pbmit-blackish-color);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
}

.globert-manufacturing-content p {
    max-width: 760px;
    margin: 0 0 22px;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.8;
}

.globert-manufacturing-list {
    display: grid;
    gap: 18px;
}

.globert-manufacturing-card {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 104px;
    padding: 24px 28px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .08);
    background-color: var(--pbmit-white-color);
    transition: all .25s ease;
}

.globert-manufacturing-card span {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    font-size: 18px;
    font-weight: 800;
}

.globert-manufacturing-card h3 {
    margin: 0;
    color: var(--pbmit-blackish-color);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.globert-manufacturing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(var(--pbmit-blackish-color-rgb), .08);
}

.globert-approach-section {
    padding: 105px 0;
    background-color: var(--pbmit-white-color);
    overflow: hidden;
}

.globert-approach-wrap {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(300px, 1.05fr);
    gap: 90px;
    align-items: center;
}

.globert-approach-content h2 {
    margin: 0 0 20px;
    color: var(--pbmit-blackish-color);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
}

.globert-approach-content p {
    max-width: 570px;
    margin: 0 0 20px;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.78;
}

.globert-approach-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 132px;
    min-height: 46px;
    margin-top: 8px;
    padding: 0 24px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(var(--pbmit-global-color-rgb), .28);
}

.globert-approach-btn:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.globert-approach-visual {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.globert-approach-image {
    position: relative;
    z-index: 2;
    width: min(420px, 88%);
    padding: 34px;
}

.globert-approach-image::before {
    content: "";
    position: absolute;
    inset: -20px;
    z-index: -1;
}

.globert-approach-image img {
    display: block;
    width: 100%;
    height: 490px;
    object-fit: contain;
}

.globert-approach-dot {
    position: absolute;
    border-radius: 50%;
    border: 4px solid var(--pbmit-global-color);
}

.globert-approach-dot.dot-one {
    right: 58px;
    bottom: 58px;
    width: 18px;
    height: 18px;
}

.globert-approach-dot.dot-two {
    right: 8px;
    bottom: 18px;
    width: 30px;
    height: 30px;
}

.globert-approach-dot.dot-three {
    right: 120px;
    bottom: 6px;
    width: 10px;
    height: 10px;
    border-width: 3px;
}

.globert-quality-section {
    padding: 100px 0;
    background-color: #f7f8f9;
}

.globert-quality-wrap {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr);
    gap: 62px;
    align-items: stretch;
    padding: 58px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.globert-quality-heading {
    position: relative;
    padding-right: 42px;
}

.globert-quality-heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(var(--pbmit-white-color-rgb), .16);
}

.globert-quality-heading h2 {
    margin: 0;
    color: var(--pbmit-white-color);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
}

.globert-quality-content {
    padding-left: 8px;
}

.globert-quality-content p {
    margin: 0 0 22px;
    color: rgba(var(--pbmit-white-color-rgb), .78);
    font-size: 16px;
    line-height: 1.8;
}

.globert-quality-content p:last-child {
    margin-bottom: 0;
}

.globert-industries-section {
    padding: 100px 0 110px;
    color: var(--pbmit-white-color);
    background:
        radial-gradient(circle at 20% 15%, rgba(var(--pbmit-global-color-rgb), .09), transparent 32%),
        radial-gradient(circle at 80% 80%, rgba(var(--pbmit-global-color-rgb), .08), transparent 30%),
        #062332;
}

.globert-industries-heading {
    max-width: 760px;
    margin: 0 auto 58px;
    text-align: center;
}

.globert-industries-heading .globert-section-label {
    padding-left: 0;
}

.globert-industries-heading .globert-section-label::before {
    display: none;
}

.globert-industries-heading h2 {
    margin: 0 0 18px;
    color: var(--pbmit-white-color);
    font-size: 52px;
    line-height: 1.05;
    font-weight: 800;
}

.globert-industries-heading h2 span {
    color: var(--pbmit-global-color);
}

.globert-industries-heading p {
    margin: 0;
    color: rgba(var(--pbmit-white-color-rgb), .78);
    font-size: 16px;
    line-height: 1.75;
}

.globert-industries-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 70px;
    max-width: 1050px;
    margin: 0 auto;
}

.globert-industry-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 88px;
    align-items: center;
    gap: 20px;
}

.globert-industry-item:nth-child(even) {
    grid-template-columns: 88px 1fr;
}

.globert-industry-text {
    position: relative;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 0 26px;
    border: 1px solid rgba(var(--pbmit-global-color-rgb), .8);
    color: var(--pbmit-white-color);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
}

.globert-industry-item:nth-child(odd) .globert-industry-text {
    justify-content: flex-end;
    text-align: right;
    border-right: 0;
    border-radius: 38px 0 0 38px;
}

.globert-industry-item:nth-child(even) .globert-industry-text {
    justify-content: flex-start;
    text-align: left;
    border-left: 0;
    border-radius: 0 38px 38px 0;
}

.globert-industry-icon {
    position: relative;
    z-index: 1;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid rgba(var(--pbmit-white-color-rgb), .12);
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .25);
    font-size: 38px;
}

.globert-industry-text::before,
.globert-industry-text::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid var(--pbmit-global-color);
    border-radius: 50%;
    background-color: #062332;
}

.globert-industry-item:nth-child(odd) .globert-industry-text::before,
.globert-industry-item:nth-child(odd) .globert-industry-text::after {
    right: -4px;
}

.globert-industry-item:nth-child(even) .globert-industry-text::before,
.globert-industry-item:nth-child(even) .globert-industry-text::after {
    left: -4px;
}

.globert-industry-text::before {
    top: -4px;
}

.globert-industry-text::after {
    bottom: -4px;
}

.globert-choose-section {
    position: relative;
    padding: 100px 0 110px;
    overflow: hidden;
    background-color: var(--pbmit-white-color);
}

.globert-choose-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #f8f8f8 0%, var(--pbmit-white-color) 38%);
    pointer-events: none;
}

.globert-choose-wrap {
    position: relative;
    z-index: 1;
    display: block;
}

.globert-choose-head {
    max-width: 860px;
    margin: 0 auto 54px;
    text-align: center;
}

.globert-choose-head .globert-section-label {
    padding-left: 0;
}

.globert-choose-head .globert-section-label::before {
    display: none;
}

.globert-choose-head h2 {
    margin: 0;
    color: var(--pbmit-blackish-color);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
}

.globert-choose-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    max-width: 1040px;
    margin: 0 auto;
    align-items: start;
}

.globert-choose-card {
    --choose-y: 0px;
    position: relative;
    min-height: 230px;
    padding: 34px 28px 30px;
    overflow: hidden;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .12);
    border-radius: 0;
    background-color: var(--pbmit-white-color);
    box-shadow: none;
    animation: globertChooseRise .7s ease both;
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.globert-choose-card:nth-child(3n + 2) {
    --choose-y: 52px;
}

.globert-choose-card:nth-child(3n) {
    --choose-y: 104px;
}

.globert-choose-card:nth-child(2) {
    animation-delay: .06s;
}

.globert-choose-card:nth-child(3) {
    animation-delay: .12s;
}

.globert-choose-card:nth-child(4) {
    animation-delay: .18s;
}

.globert-choose-card:nth-child(5) {
    animation-delay: .24s;
}

.globert-choose-card:nth-child(6) {
    animation-delay: .3s;
}

.globert-choose-card:nth-child(7) {
    animation-delay: .36s;
}

.globert-choose-card:nth-child(8) {
    animation-delay: .42s;
}

.globert-choose-card::before,
.globert-choose-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.globert-choose-card::before {
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background-color: var(--pbmit-global-color);
    transition: height .35s ease;
}

.globert-choose-card::after {
    right: 24px;
    bottom: 24px;
    width: 34px;
    height: 34px;
    border-right: 2px solid rgba(var(--pbmit-blackish-color-rgb), .18);
    border-bottom: 2px solid rgba(var(--pbmit-blackish-color-rgb), .18);
    transform: translate(-6px, -6px);
    transition: border-color .35s ease, transform .35s ease;
}

.globert-choose-card span {
    position: relative;
    z-index: 1;
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border: 2px solid rgba(var(--pbmit-blackish-color-rgb), .18);
    border-radius: 0;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    transition: color .35s ease, border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.globert-choose-card span::before {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -7px;
    width: 18px;
    height: 18px;
    border-right: 2px solid var(--pbmit-global-color);
    border-bottom: 2px solid var(--pbmit-global-color);
    transition: transform .35s ease;
}

.globert-choose-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 245px;
    color: var(--pbmit-blackish-color);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
    transition: color .35s ease;
}

.globert-choose-card:hover {
    border-color: rgba(var(--pbmit-global-color-rgb), .75);
    transform: translateY(calc(var(--choose-y) - 10px));
    box-shadow: 0 24px 60px rgba(var(--pbmit-blackish-color-rgb), .1);
}

.globert-choose-card:hover::before {
    height: 100%;
}

.globert-choose-card:hover::after {
    border-color: var(--pbmit-global-color);
    transform: translate(0, 0);
}

.globert-choose-card:hover span {
    color: var(--pbmit-global-color);
    border-color: var(--pbmit-blackish-color);
    box-shadow: 8px 8px 0 rgba(var(--pbmit-global-color-rgb), .2);
    transform: translate(-2px, -2px);
}

.globert-choose-card:hover span::before {
    transform: translate(4px, 4px);
}

@keyframes globertChooseRise {
    from {
        opacity: 0;
        transform: translateY(calc(var(--choose-y) + 24px));
    }

    to {
        opacity: 1;
        transform: translateY(var(--choose-y));
    }
}

.globert-commitment-section {
    padding: 95px 0;
    background:
        linear-gradient(90deg, rgba(var(--pbmit-blackish-color-rgb), .88), rgba(var(--pbmit-blackish-color-rgb), .78)),
        url(../images/bg/titlebar-bg.jpg) center / cover no-repeat;
}

.globert-commitment-wrap {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 52px;
    align-items: center;
    max-width: 1040px;
    margin: 0 auto;
    padding: 48px;
    border: 1px solid rgba(var(--pbmit-white-color-rgb), .14);
    background-color: rgba(var(--pbmit-white-color-rgb), .06);
}

.globert-commitment-mark {
    display: flex;
    min-height: 190px;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}

.globert-commitment-mark span {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.globert-commitment-mark strong {
    font-size: 54px;
    line-height: 1;
    font-weight: 800;
}

.globert-commitment-content .globert-section-label {
    padding-left: 0;
}

.globert-commitment-content .globert-section-label::before {
    display: none;
}

.globert-commitment-content h2 {
    margin: 0 0 18px;
    color: var(--pbmit-white-color);
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
}

.globert-commitment-content p {
    max-width: 720px;
    margin: 0 0 16px;
    color: rgba(var(--pbmit-white-color-rgb), .78);
    font-size: 17px;
    line-height: 1.78;
}

.globert-commitment-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .globert-about-expert-section {
        padding: 75px 0 85px;
    }

    .globert-about-expert-wrap {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .globert-about-expert-media {
        min-height: 460px;
    }

    .globert-manufacturing-section {
        padding: 75px 0;
    }

    .globert-manufacturing-wrap {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .globert-approach-section {
        padding: 75px 0;
    }

    .globert-approach-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .globert-approach-visual {
        min-height: 360px;
    }

    .globert-quality-section {
        padding: 75px 0;
    }

    .globert-quality-wrap {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 38px;
    }

    .globert-quality-heading {
        padding-right: 0;
        padding-bottom: 26px;
    }

    .globert-quality-heading::after {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
    }

    .globert-industries-section {
        padding: 75px 0 85px;
    }

    .globert-industries-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .globert-industry-item,
    .globert-industry-item:nth-child(even) {
        grid-template-columns: 74px 1fr;
    }

    .globert-industry-item:nth-child(odd) .globert-industry-icon {
        order: 1;
    }

    .globert-industry-item:nth-child(odd) .globert-industry-text {
        order: 2;
        justify-content: flex-start;
        text-align: left;
        border-left: 0;
        border-right: 1px solid rgba(var(--pbmit-global-color-rgb), .8);
        border-radius: 0 34px 34px 0;
    }

    .globert-industry-item:nth-child(odd) .globert-industry-text::before,
    .globert-industry-item:nth-child(odd) .globert-industry-text::after {
        left: -4px;
        right: auto;
    }

    .globert-industry-icon {
        width: 74px;
        height: 74px;
        font-size: 31px;
    }

    .globert-choose-section {
        padding: 75px 0;
    }

    .globert-choose-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .globert-choose-card {
        --choose-y: 0px;
        min-height: 168px;
        padding: 26px 22px;
    }

    .globert-choose-card:nth-child(3n + 2),
    .globert-choose-card:nth-child(3n) {
        --choose-y: 0px;
    }

    .globert-choose-card:nth-child(even) {
        --choose-y: 38px;
    }

    .globert-commitment-section {
        padding: 75px 0;
    }

    .globert-commitment-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 36px;
    }

    .globert-commitment-mark {
        min-height: 0;
        max-width: 220px;
    }
}

@media (max-width: 575px) {
    .globert-about-expert-media {
        min-height: 360px;
    }

    .globert-about-expert-media img {
        width: 82%;
        height: 310px;
    }

    .globert-about-frame {
        top: 58px;
        width: 78%;
        height: 250px;
        border-width: 6px;
    }

    .globert-about-dots {
        width: 130px;
        height: 130px;
        background-size: 14px 14px;
    }

    .globert-about-expert-content h2 {
        font-size: 34px;
    }

    .globert-manufacturing-content h2 {
        font-size: 30px;
    }

    .globert-manufacturing-card {
        padding: 20px;
    }

    .globert-manufacturing-card h3 {
        font-size: 20px;
    }

    .globert-approach-content h2 {
        font-size: 30px;
    }

    .globert-approach-image {
        width: 88%;
        padding: 22px;
    }

    .globert-approach-image img {
        height: 230px;
    }

    .globert-quality-wrap {
        padding: 28px 22px;
    }

    .globert-quality-heading h2 {
        font-size: 30px;
    }

    .globert-industries-heading h2 {
        font-size: 38px;
    }

    .globert-industry-text {
        min-height: 64px;
        padding: 0 18px;
        font-size: 16px;
    }

    .globert-choose-head h2 {
        font-size: 30px;
    }

    .globert-choose-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .globert-choose-card {
        --choose-y: 0px;
        min-height: 0;
        padding: 24px 20px;
    }

    .globert-choose-card:nth-child(even) {
        --choose-y: 0px;
    }

    .globert-choose-card:nth-child(3n + 2),
    .globert-choose-card:nth-child(3n) {
        --choose-y: 0px;
    }

    .globert-choose-card span {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }

    .globert-choose-card p {
        max-width: none;
        font-size: 20px;
    }

    .globert-commitment-section {
        padding: 60px 0;
    }

    .globert-commitment-wrap {
        padding: 28px 22px;
    }

    .globert-commitment-mark {
        max-width: none;
        padding: 22px;
    }

    .globert-commitment-mark strong {
        font-size: 42px;
    }

    .globert-commitment-content h2 {
        font-size: 30px;
    }

    .globert-commitment-content p {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .globert-inner-banner {
        min-height: 260px;
    }

    .globert-inner-banner-content h1 {
        font-size: 42px;
    }

    .globert-contact-section {
        padding: 60px 0 0;
    }

    .globert-contact-info {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .globert-contact-grid {
        grid-template-columns: 1fr;
    }

    .globert-contact-info h2 {
        font-size: 30px;
    }

    .globert-map-box {
        margin-top: 50px;
    }

    .globert-contact-form {
        padding: 20px;
    }

    .globert-contact-card {
        grid-template-columns: 40px 1fr;
        column-gap: 14px;
    }
}

/** Homepage 01 **/
.fade-section {
    opacity: 0;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-section.visible {
    opacity: 1;
}

.service-arrow {
    position: relative;
}


.about-section-one {
    margin: 0 70px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(../images/homepage-1/bg/pattern-img.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.about-one-left-bg {
    background-image: url(../images/homepage-1/bg/about-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-right: 20px;
}

.about-one-right-box {
    padding: 130px 100px 100px 85px;
}

.about-one-right-box .ihbox-style-area {
    padding-right: 140px;
}

.about-one-right-box .list-group-wrap {
    border-top: 1px solid #FFFFFF1A;
    margin-top: 60px;
    padding-top: 30px;
}

.about-one-right-box .list-group {
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: calc(-40px / 2);
    margin-left: calc(-40px / 2);
}

.about-one-right-box .list-group .list-group-item {
    margin-right: calc(40px / 2);
    margin-left: calc(40px / 2);
    margin-top: 0;
}

.ihbox-style-10-slider {
    padding: 25px 2px;
}

.ihbox-style-10-slider .pbmit-miconheading-style-10 {
    height: unset;
}

.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10 {
    border-radius: 30px 30px 0 0;
    border-width: 1px 1px 0 1px;
}

.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-style-10 {
    padding: 40px 35px 60px 35px;
    border-radius: 0 0 30px 30px;
    border-width: 0 0 1px 0;
}

.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:after,
.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 60px;
    width: 30px;
    box-shadow: 0 30px 0 0 var(--pbmit-body-color);
    z-index: 1;
}

.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:after {
    left: 100%;
    border-bottom-left-radius: 30px;
}

.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(odd) .pbmit-ihbox-style-10:before {
    right: 100%;
    border-bottom-right-radius: 30px;
}

.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(even) .pbmit-box-number {
    bottom: -25px;
    top: auto;
}

.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(even) .pbmit-ihbox-box {
    flex-direction: column-reverse;
}

.ihbox-style-10-slider .pbmit-miconheading-style-10:nth-child(even) .pbmit-element-title {
    padding: 25px 0 35px 0;
}

.pricing-section-one {
    margin: 0 70px;
    border-radius: 10px;
}

.pricing-toggle {
    padding: 4px !important;
    border-radius: 10px;
    border: 1px solid rgba(var(--pbmit-white-color-rgb), .1);
    display: grid;
    grid-template-columns: 2fr 2fr;
}

.pricing-check {
    display: none;
}

.pricing-toggle .pricing-toggler {
    padding: 12px 23px 12px 23px;
    font-size: 18px;
    color: var(--pbmit-white-color);
    min-width: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.pbminfotech-ele-ptable-style-1 .pbmit-price-wrapper.hide {
    display: none;
}

.pricing-toggle .pricing-toggler.toggler-active {
    border-radius: 10px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}

.pricing-section-one .left-col {
    background-image: url(../images/homepage-1/bg/pricing-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 60px;
}

.pricing-section-one .left-col .pbmit-heading-subheading .pbmit-heading-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pricing-section-one .right-col {
    padding: 60px 12px 12px 12px;
}

.pricing-section-one .right-col .pbmit-custom-heading {
    margin-bottom: 50px;
    text-align: center;
}

.pricing-section-one .right-col .pbmit-custom-heading .pbmit-title {
    font-size: 18px;
    line-height: 30px;
}

.team-section-one .pbmit-heading-subheading {
    margin-bottom: 60px;
}

.team-section-one .swiper-pagination {
    bottom: 0;
    padding: 35px 0 0 0;
    justify-content: flex-end;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.team-section-one .pbmit-bottom-text {
    margin-top: -20px;
    position: relative;
    z-index: 1;
    width: fit-content;
}

.pbmit-bottom-text a>u {
    transition: all .25s ease-in-out;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

.pbmit-bottom-text a:not(:hover)>u {
    text-decoration-color: rgba(var(--pbmit-blackish-color-rgb), .4);
}

.testimonial-section-one {
    margin: 0 70px;
    border-radius: 10px;
    background-image: url(../images/homepage-1/bg/dot-map.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.testimonial-section-one .video-play-bg {
    background-image: url(../images/product1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    border-radius: 10px 10px 0 0;
}

.testimonial-section-one .video-play-bg .pbmit-icon-wrapper {
    text-align: center;
}

.testimonial-section-one .testimonial-area .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: var(--pbmit-white-color);
}

.testimonial-section-one .testimonial-area .swiper-pagination {
    justify-content: flex-end;
    bottom: 10px;
}

.testimonial-section-one .testimonial-area .right-box .swiper-slider {
    padding-bottom: 0;
}

.pbmit-video-play-btn {
    padding: 40px;
    font-size: 24px;
    position: relative;
    display: inline-block;
    z-index: 1;
    border-radius: 50%;
    fill: var(--pbmit-white-color);
    background-color: rgba(var(--pbmit-blackish-color-rgb), .7);
}

.pbmit-video-play-btn::before,
.pbmit-video-play-btn::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid rgba(var(--pbmit-white-color-rgb), .1);
}

.pbmit-video-play-btn::before {
    animation: pulse-border-2 1.5s linear infinite;
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.7);
        -webkit-transform: scale(1.7);
        opacity: 0;
    }
}

.pbmit-video-play-btn::after {
    animation: pulse-border 1s linear infinite;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

.pbmit-video-play-btn svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
}

.testimonial-section-one .testimonial-area {
    padding: 100px 0;
}

.testimonial-section-one .testimonial-area .left-col {
    padding: 0 50px 0 100px;
}

.testimonial-section-one .testimonial-area .pbminfotech-ele-fid-style-3 {
    padding: 30px 0 40px;
}

.testimonial-section-one .testimonial-area .right-box {
    padding: 25px 100px;
    margin-left: 48px;
    border-left: 1px solid #FFFFFF33;
}

.accordion-section-one {
    margin: 10px 70px;
    border-radius: 10px;
}

.accordion-section-one .accordion-img {
    background-image: url(../images/homepage-1/bg/accordion-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.accordion-one-right-box {
    padding: 100px 70px;
}

.accordion-one-right-box .left-col {
    padding-right: 100px;
}

.accordion-one-right-box .accordion {
    padding-left: 25px;
}

/** Homepage 02 **/
.border-bottom {
    border-color: #DDDDDD;
}

.about-two-img {
    background-image: url(../images/homepage-2/about-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 100%;
    margin-right: -50px;
    position: relative;
}

.about-two-img:before,
.about-two-img:after {
    position: absolute;
    content: "";
    display: block;
    z-index: 1;
    height: 40px;
    width: 20px;
    box-shadow: 0 20px 0 0 var(--pbmit-white-color);
}

.about-two-img:before {
    top: 32.7%;
    left: calc(100% - 20px);
    border-radius: 0 0 10px 0;
}

.about-two-img:after {
    left: calc(100% - 146px);
    top: auto;
    bottom: 0px;
    border-bottom-right-radius: 10px;
}

.about-two-content {
    padding-top: 30px;
}

.about-two-content .pbmit-heading-subheading {
    padding-left: 115px;
}

.about-two-content .inner-box {
    background-color: var(--pbmit-white-color);
    border-radius: 10px 0 0 0;
    padding: 55px 0 0 40px;
    margin: -35px 0 0 -100px;
    position: relative;
}

.about-two-content .inner-box .list-group {
    padding: 20px 0 50px;
}

.about-two-content .inner-box .list-group .list-group-item {
    margin-bottom: 5px;
}

.about-two-content .inner-box .pbmit-column-one .pbmit-ihbox-style-5 {
    padding: 38px 35px 90px 35px;
}

.about-two-content .inner-box .swiper-slider .swiper-button-prev,
.about-two-content .inner-box .swiper-slider .swiper-button-next {
    top: auto;
    bottom: 30px;
    border: none;
    width: auto;
    height: auto;
    right: auto;
}

.about-two-content .inner-box .swiper-slider .swiper-button-prev {
    left: 40px;
}

.about-two-content .inner-box .swiper-slider .swiper-button-next {
    left: 100px;
}

.about-two-content .inner-box .swiper-slider .swiper-button-prev::after,
.about-two-content .inner-box .swiper-slider .swiper-button-next::after {
    content: "\e82d";
    font-size: 40px;
}

.about-two-content .inner-box .swiper-slider .swiper-button-prev:hover,
.about-two-content .inner-box .swiper-slider .swiper-button-next:hover {
    color: var(--pbmit-global-color);
    background-color: transparent;
}

.service-section-two {
    position: relative;
    margin: 0 70px;
    background-image: url(../images/homepage-2/bg/pattern-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 95px 0;
    border-radius: 10px;
    background-blend-mode: color-burn;
    overflow: hidden;
}

.service-section-two .service-slider-area {
    margin-right: -244px;
    border-radius: 10px;
    overflow: hidden;
}

.service-section-two .service-arrow {
    bottom: 10px;
}

.pbmit-bg-color-blackish .pbmit-bottom-text {
    color: rgba(var(--pbmit-white-color-rgb), .7);
}

.pbmit-bg-color-blackish .pbmit-bottom-text a:not(:hover) {
    color: var(--pbmit-white-color);
}

.pbmit-bg-color-blackish .pbmit-bottom-text a:not(:hover)>u {
    text-decoration-color: rgba(var(--pbmit-white-color-rgb), .7);
}

.about-us-section-two {
    padding: 15px 70px 0;
}

.about-us-two-leftbox {
    background-image: url(../images/homepage-2/factory-worker-img.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 55px 30px;
    border-radius: 10px;
}

.about-us-two-leftbox .pbmit-custom-heading {
    padding-right: 50%;
}

.about-us-two-leftbox .pbmit-custom-heading .pbmit-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
}

.about-us-two-leftbox .pbmit-btn {
    width: fit-content;
}

.about-us-two-rightbox {
    position: relative;
    padding: 50px 55px 30px;
    border-radius: 10px;
    height: 100%;
    background-image: url(../images/homepage-2/factory-img.png);
    background-position: 135% -25%;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}

.about-us-two-rightbox .pbmit-custom-heading {
    padding-right: 40%;
}

.about-us-two-rightbox .pbmit-custom-heading .pbmit-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--pbmit-body-typography-font-family);
}

.about-us-two-rightbox .pbminfotech-ele-fid-style-4 {
    margin-top: 94px;
}

.video-section-two {
    margin: 0 70px;
    border-radius: 10px;
    background-image: url(../images/homepage-2/bg/chart-bg.png);
    background-position: 0px 96%;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
}

.video-section-two .video-play-bg {
    background-image: url(../images/homepage-2/bg/play-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 155px 100px 130px;
    border-radius: 10px 10px 0 0;
}

.video-section-two .video-play-bg .pbmit-custom-heading .pbmit-title {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 20px;
    color: var(--pbmit-white-color);
}

.video-section-two .video-bottom-area {
    padding: 100px 100px 75px;
}

.video-bottom-area .chart-wrap {
    width: 235px;
}

.video-section-two .video-bottom-area .map-img {
    margin-top: -35px;
}

.video-section-two .video-bottom-area .content-box {
    padding-right: 80px;
    margin-right: 50px;
    border-right: 1px solid #FFFFFF1A;
}

.video-section-two .video-bottom-area .content-box .pbmit-heading-subheading .pbmit-subtitle {
    margin-bottom: 45px;
}

.video-section-two .video-bottom-area .content-box .list-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.video-section-two .video-bottom-area .content-box .list-group .list-group-item {
    margin: 0 8px 10px;
}

.portfolio-section-two {
    padding: 120px 0 60px;
}

.portfolio-section-two .pbmit-heading-subheading .pbmit-heading-desc {
    padding: 50px 0 0 60px;
    margin: 0;
}

.portfolio-section-two .pbmit-sortable-list-ul {
    text-align: left;
    margin-bottom: 55px;
}

.portfolio-section-two .pbmit-sortable-list-ul li::before {
    content: "/";
}

.portfolio-section-two .pbmit-sortable-list a {
    padding: 0;
    min-width: max-content;
}

.portfolio-section-two .pbmit-sortable-list a.pbmit-selected {
    color: var(--pbmit-global-color);
    background-color: transparent;
}

.client-section-two {
    padding: 0 65px 80px;
}

.team-section-two {
    margin: 0 70px;
    background-image: url(../images/homepage-2/bg/shape-img.png);
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 90px 0;
}

.team-section-two .pbmit-custom-heading {
    margin-bottom: 60px;
}

.team-section-two .pbmit-custom-heading .pbmit-title {
    font-size: 120px;
    line-height: 120px;
    -webkit-text-size-adjust: 0;
    overflow: visible;
    color: var(--pbmit-blackish-color);
    text-shadow: 1px 1px 0 rgba(var(--pbmit-white-color-rgb), .2), -1px -1px 0 rgba(var(--pbmit-white-color-rgb), .2), 1px -1px 0 rgba(var(--pbmit-white-color-rgb), .2), -1px 1px 0 rgba(var(--pbmit-white-color-rgb), .2), 1px 1px 0 rgba(var(--pbmit-white-color-rgb), .2);
    -webkit-text-fill-color: inherit;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: rgba(var(--pbmit-white-color-rgb), .2);
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 700;
    margin-bottom: 0;
}

.team-section-two .team-btn-bg-wrap {
    border-top: 1px solid #FFFFFF1A;
    padding-top: 30px;
    margin-top: -190px;
}

.team-section-two .team-btn-bg {
    background-image: url(../images/homepage-2/bg/team-button-bg.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    margin-left: -40px;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.team-section-two .team-btn-bg .pbmit-text {
    color: var(--pbmit-white-color);
    margin: 0;
}

.team-section-two .team-btn-bg .pbmit-btn.white .pbmit-button-content-wrapper:before {
    background-color: var(--pbmit-global-color);
}

.team-section-two .team-btn-bg .pbmit-btn.white .pbmit-button-icon i {
    color: var(--pbmit-blackish-color);
}

.testimonial-section-two {
    margin: 15px 70px 0;
    border-radius: 10px;
}

.testimonial-two-leftbox {
    background-image: url(../images/homepage-2/bg/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 10px 0 0 10px;
    margin-right: 50px;
}

.testimonial-two-rightbox {
    padding: 90px 90px 90px 30px;
}

.testimonial-two-rightbox .swiper-button-prev,
.testimonial-two-rightbox .swiper-button-next {
    top: auto;
    bottom: 15px;
    background-color: var(--pbmit-white-color);
}

.testimonial-two-rightbox .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}

.testimonial-two-rightbox .swiper-button-prev:hover,
.testimonial-two-rightbox .swiper-button-next:hover {
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    border-color: var(--pbmit-global-color);
}

/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Our History **/
.history-section {
    margin: 100px 70px;
    padding: 80px 30px;
    border-radius: 10px;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-inner {
    padding-bottom: 40px;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-inner:last-child {
    padding-bottom: 0px;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-inner {
    margin: 0 -3px;
}

.pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content {
    padding: 30px 70px 30px 40px;
    background-color: var(--pbmit-light-color);
    border-radius: 10px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}

.pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content .pbmit-title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 600;
}

.pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content .pbmit-year {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: var(--pbmit-global-color);
    margin-bottom: 5px;
}

.pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content .simple-text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-image img {
    border-radius: 10px;
}

.pbmit-element-timeline-style-2 .pbmit-ourhistory-row {
    align-items: center;
    position: relative;
}

.pbmit-element-timeline-style-2 .pbmit-ourhistory-right.last {
    padding-bottom: 0;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(even) .row.pbmit-ourhistory-row {
    flex-direction: row-reverse;
    align-items: center;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-left,
.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-right {
    padding-right: 30px;
    padding-left: 15px;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-right,
.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(odd) .pbmit-ourhistory-left {
    padding-right: 15px;
    padding-left: 30px;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-inner:nth-child(even) .pbmit-ourhistory-left {
    text-align: end;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-post-items {
    position: relative;
}

.pbmit-element-timeline-style-2 .pbmit-timeline-post-items::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: calc(50% - 1px);
    width: 1px;
    height: 100%;
    background: rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.pbmit-element-timeline-style-2 .pbmit-ourhistory-center {
    display: flex;
    justify-content: center;
    position: relative;
}

.pbmit-element-timeline-style-2 .pbmit-history-line {
    width: 130px;
    height: 1px;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.pbmit-element-timeline-style-2 .pbmit-history-center-dot {
    content: "";
    position: absolute;
    left: 50%;
    height: 20px;
    width: 20px;
    background-color: var(--pbmit-global-color);
    box-shadow: 0 0 0 4px var(--pbmit-body-color), 0 0 0 5px rgba(var(--pbmit-blackish-color-rgb), 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.4s ease-in;
}

.pbmit-element-timeline-style-2 .pbmit-ourhistory-row:hover .pbmit-history-center-dot {
    background-color: var(--pbmit-blackish-color);
    box-shadow: 0 0 0 6px var(--pbmit-body-color), 0 0 0 7px rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.pbmit-element-timeline-style-2 .pbmit-heading-subheading {
    margin-bottom: 70px;
}

/* For bg color */
.pbmit-bg-color-light .pbmit-element-timeline-style-2 .pbmit-ourhistory-right .content {
    background-color: var(--pbmit-white-color);
}

.pbmit-bg-color-light .pbmit-element-timeline-style-2 .pbmit-history-center-dot {
    box-shadow: 0 0 0 4px var(--pbmit-light-color), 0 0 0 5px rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.pbmit-bg-color-light .pbmit-element-timeline-style-2 .pbmit-ourhistory-row:hover .pbmit-history-center-dot {
    box-shadow: 0 0 0 6px var(--pbmit-light-color), 0 0 0 7px rgba(var(--pbmit-blackish-color-rgb), 0.2);
}

.client-style-area {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 75px;
}

.our-team-section {
    padding: 100px 0 40px;
}

/** 02 - Service Detail **/
.service-details .sidebar .widget.post-list .widget-title {
    margin-bottom: 12px;
}

.service-details .all-post-list li {
    margin-bottom: 1px;
    border-radius: 10px;
    transition: all 0.4s ease-in;
    position: relative;
    padding: 0;
}

.service-details .all-post-list li a {
    padding: 18px 50px 18px 45px;
    display: block;
    position: relative;
    border-radius: 10px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: var(--pbmit-blackish-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.service-details .all-post-list li a:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: 20px;
    font-size: 12px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    background-color: var(--pbmit-global-color);
    transition: all 0.4s ease-in;
    font-weight: 500;
}

.service-details .all-post-list li a:after {
    position: absolute;
    content: '\e815';
    font-family: "pbminfotech-base-icons";
    right: 5px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    top: 5px;
    border-radius: 10px;
    width: 45px;
    line-height: 45px;
    font-size: 16px;
    opacity: 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 10px);
    text-align: center;
    transform-style: preserve-3d;
    transition: all .4s ease;
}

.service-details .all-post-list li:hover a,
.service-details .all-post-list li.post-active a {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.service-details .all-post-list li.post-active a:after,
.service-details .all-post-list li:hover a:after {
    opacity: 1;
}

.service-details .all-post-list li.post-active a:before,
.service-details .all-post-list li a:hover:before {
    opacity: 1;
    color: var(--pbmit-white-color);
}

.widget .pbmit-download {
    display: block;
    padding: 0 15px;
}

.widget .pbmit-download .pbmit-item-download:first-child {
    padding-top: 5px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}

.widget .pbmit-download .pbmit-item-download {
    padding: 20px 0;
}

.widget a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i:before,
.widget .pbmit-download .pbmit-item-download a .pbmit-download-wrap i,
.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title,
.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i,
.widget .pbmit-download .pbmit-item-download a {
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.widget .pbmit-item-download .pbmit-download-wrap,
.widget .pbmit-item-download .pbmit-download-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget .pbmit-download .pbmit-item-download a .pbmit-download-wrap i {
    font-size: 35px;
    line-height: 45px;
    height: 45px;
    width: 45px;
    color: var(--pbmit-blackish-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: var(--pbmit-white-color);
}

.widget .pbmit-download .pbmit-item-download:first-child a .pbmit-download-wrap i {
    background-color: var(--pbmit-global-color);
}

.widget .pbmit-item-download .pbmit-download-wrap .pbmit-download-title {
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 0 15px;
    margin-bottom: 0px;
    color: var(--pbmit-blackish-color);
    font-weight: 500;
    letter-spacing: 0.32px;
}

.widget .pbmit-download .pbmit-item-download a .pbmit-download-item i {
    font-size: 26px;
    line-height: 26px;
    color: var(--pbmit-blackish-color);
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.widget .pbmit-download .pbmit-item-download a:hover .pbmit-download-wrap i {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

.widget .pbmit-download .pbmit-item-download a:hover .pbmit-download-item i {
    color: var(--pbmit-global-color);
}

.service-details .pbmit-service-feature-image img {
    width: 100%;
    margin: 20px 0 42px 0;
    border-radius: 10px;
}

.service-details .pbmit-ihbox-style-4-area {
    padding-right: 60px;
    border-bottom: 1px solid #16222D1A;
    margin-bottom: 30px;
}

.service-details .service-single-02-img {
    background-image: url(../images/service/service-single-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    height: 100%;
}

/** 03 - Portfolio Single **/
.pbmit-portfolio-single-style-1 .pbmit-single-project-details-list-wrapper {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0 40px;
}

.pbmit-portfolio-single-style-1 .pbmit-element-title1 {
    width: 65%;
    font-weight: 600;
    margin-bottom: 20px;
}

.pbmit-portfolio-single-style-1 .pbmit-short-description {
    line-height: 28px;
    padding-top: 5px;
}

.pbmit-portfolio-single-style-1 .pbmit-single-project-details-list {
    padding: 35px 40px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: var(--pbmit-light-color);
}

.pbmit-portfolio-single-style-1 .pbmit-portfolio-lines-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li::before {
    position: absolute;
    content: '\e810';
    font-family: "pbminfotech-base-icons";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    font-size: 25px;
    line-height: 55px;
    left: 0;
    top: -4px;
    text-align: center;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-white-color);
    transition: all 0.4s ease-in-out;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-title {
    font-size: 18px;
    line-height: 20px;
    color: var(--pbmit-blackish-color);
    padding-bottom: 5px;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li:hover::before {
    color: var(--pbmit-white-color);
    background: var(--pbmit-global-color);
    border-color: rgba(var(--pbmit-blackish-color-rgb), .05);
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.category::before {
    content: "\e82f";
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.location::before {
    content: "\e82e";
}

.pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li.timeline::before {
    content: "\e834";
}

.pbmit-portfolio-single-style-1 .pbmit-portfolio-single .pbmit-featured-img-wrapper,
.pbmit-portfolio-single-style-2 .pbmit-portfolio-single .pbmit-featured-img-wrapper {
    padding-bottom: 50px;
}

.pbmit-portfolio-single .pbmit-featured-img-wrapper img {
    border-radius: 10px;
    width: 100%;
}

.pbmit-portfolio-single .pbmit-entry-content .pbmit-custom-heading .pbmit-title,
.pbmit-team-single .pbmit-entry-content .pbmit-custom-heading .pbmit-title,
.service-details .pbmit-custom-heading .pbmit-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.pbmit-portfolio-single .pbmit-entry-content .pbmit-medium,
.service-details .pbmit-medium {
    font-weight: 500;
}

.pbmit-portfolio-single-style-1 .pbmit-entry-content .list-group-wrap {
    padding-left: 90px;
}

.pbmit-portfolio-single-style-1 .ihbox-style-area {
    padding-top: 30px;
    padding-bottom: 55px;
}

.pbmit-portfolio-single-style-1 .ihbox-style-area.pbminfotech-gap-0px .pbmit-miconheading-style-11:nth-child(4n+1) .pbmit-ihbox-style-11 {
    border-left-width: 1px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pbminfotech-gap-0px .pbmit-miconheading-style-11 .pbmit-ihbox-style-11 {
    border-width: 1px 0;
}

.pbmit-portfolio-single-style-1 .ihbox-style-area.pbminfotech-gap-0px .pbmit-miconheading-style-11:nth-child(4n) .pbmit-ihbox-style-11 {
    border-right-width: 1px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pbmit-portfolio-single .pbmit-entry-content .pf-detail-img {
    border-radius: 10px;
}

.pbmit-portfolio-single .pbmit-team-style-2 {
    padding-bottom: 0;
}

.pbmit-portfolio-single-style-1 .pbmit-element-team-style-2 {
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
}

.pbmit-portfolio-single-style-1 .pbmit-element-team-style-2 .pbmit-featured-wrapper img,
.pbmit-portfolio-single-style-2 .pbmit-element-team-style-2 .pbmit-featured-wrapper img {
    border-radius: 50%;
}

.pbmit-portfolio-single .post-navigation {
    margin-top: 70px;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
}

.pbmit-portfolio-single-style-2 .pbmit-single-project-content .pbmit-entry-content {
    padding-right: 30px;
}

.pbmit-portfolio-single-style-2 .ihbox-style-area {
    padding-bottom: 30px;
}

.pbmit-portfolio-single-style-2 .ihbox-style-area .pbmit-miconheading-style-11 {
    margin-bottom: 20px;
}

.pbmit-portfolio-single-style-2 .ihbox-style-area .pbmit-ihbox-style-11 {
    border-radius: 10px;
}

.pbmit-portfolio-single-style-2 .pbmit-element-team-style-2 {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px;
}

.pbmit-portfolio-single-style-2 .pbmit-ihbox-style-6 {
    padding: 30px 40px 20px 25px;
}

.pbmit-portfolio-single-style-2 .pbmit-single-project-details-list-inner {
    padding: 10px;
    background-color: var(--pbmit-light-color);
    border-radius: 10px;
    margin-bottom: 50px;
}

.pbmit-portfolio-single-style-2 .pbmit-single-project-details-list-inner .pbmit-element-title,
.pbmit-portfolio-single-style-2 .pbmit-project-detail-social-wrap .pbmit-social-share-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 13px 20px 13px 45px;
    position: relative;
    background-color: var(--pbmit-white-color);
    border-radius: 10px;
    margin-bottom: 20px;
}

.pbmit-portfolio-single-style-2 .pbmit-single-project-details-list-inner .pbmit-element-title::before,
.pbmit-portfolio-single-style-2 .pbmit-project-detail-social-wrap .pbmit-social-share-heading::before {
    content: "";
    position: absolute;
    left: 23px;
    top: 50%;
    height: 7px;
    width: 7px;
    background-color: var(--pbmit-global-color);
    transform: translateX(-50%) translateY(-50%);
}

.pbmit-portfolio-single-style-2 .pbmit-single-project-details-list-wrap {
    padding: 0 20px;
}

.pbmit-portfolio-single-style-2 .pbmit-portfolio-lines-ul {
    list-style: none;
    margin: 0;
    padding: 25px 0 35px 0;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(1, 1fr);
}

.pbmit-portfolio-single-style-2 .pbmit-portfolio-lines-wrapper .pbmit-portfolio-line-li {
    padding-top: 25px;
    padding-left: 80px;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.pbmit-portfolio-single-style-2 .pbmit-portfolio-lines-wrapper li.pbmit-portfolio-line-li::before {
    top: 20px;
    height: 65px;
    width: 65px;
}

.pbmit-portfolio-single-style-2 .widget.pbmit-service-ad {
    margin-bottom: 50px;
    border-radius: 10px;
}

.pbmit-portfolio-single-style-2 .pbmit-project-detail-social-wrap {
    padding: 10px;
    background-color: var(--pbmit-light-color);
    border-radius: 10px;
    margin-bottom: 50px;
}

.pbmit-portfolio-single-style-2 .pbmit-project-details-social {
    padding: 0 25px;
}

.pbmit-portfolio-single-style-2 .pbmit-project-details-social .pbmit-social-links {
    margin-bottom: 30px;
}

.pbmit-portfolio-single-style-2 .pbmit-project-details-social .pbmit-social-links li:not(:last-child) {
    padding: 0 2px 0 0;
}

.pbmit-portfolio-single-style-2 .pbmit-project-details-social .pbmit-social-links li a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: var(--pbmit-white-color);
}

.pbmit-portfolio-single-style-2 .pbmit-project-details-social .pbmit-social-links li a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

/** 04 - Blog Detail**/
/** Sidebar Right **/
.sidebar .widget {
    position: relative;
    padding: 10px;
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: var(--pbmit-light-color);
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget.widget-search {
    padding: 0;
    background-color: var(--pbmit-white-color);
}

.widget .search-form {
    position: relative;
}

.widget .search-form input {
    height: 60px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
    padding: 10px 30px;
    padding-right: 50px;
    background-color: transparent;
    font-size: 17px;
    font-weight: 400;
    border-radius: 10px;
    display: block;
    width: 100%;
}

.widget .search-form input:focus {
    color: var(--pbmit-blackish-color);
    border-color: rgba(var(--pbmit-blackish-color-rgb), 0.3);
}

.widget .search-form input::placeholder {
    color: rgba(var(--pbmit-blackish-color-rgb), .5);
}

.widget .search-form .search-submit {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    transition: all .6s;
    border-radius: 10px;
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
    transform: translateX(0) translateY(-50%);
}

.widget .search-form .search-submit:after {
    font-family: 'pbminfotech-base-icons';
    content: '\e835';
    font-size: 20px;
    line-height: normal;
    font-weight: normal;
    color: var(--pbmit-white-color);
}

.widget .search-form .search-submit:hover {
    background-color: var(--pbmit-blackish-color);
}

.sidebar .widget.pbmit-blog-authorbox {
    padding: 0;
    background-color: var(--pbmit-blackish-color);
    background-blend-mode: color-burn;
    background-image: url(../images/bg/author-box-bg.png);
    background-repeat: no-repeat;
}

.sidebar .textwidget::before,
.sidebar .textwidget::after {
    content: "";
    display: table;
}

.sidebar .textwidget::after {
    clear: both;
}

.single-blog-authorbox {
    text-align: center;
    padding: 45px 30px;
}

.single-blog-authorbox .authorbox-img {
    display: inline-block;
    border-radius: 50%;
}

.single-blog-authorbox img {
    display: inline-block;
    height: 225px;
    width: 225px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0;
}

.single-blog-authorbox .pbmit-authorbox-title {
    display: inline-block;
    font-size: 25px;
    line-height: 28px;
    margin: 20px 0 0px;
    text-transform: capitalize;
    color: var(--pbmit-white-color);
}

.single-blog-authorbox .pbmit-authorbox-position {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 15px;
    letter-spacing: 0.25px;
    color: var(--pbmit-global-color);
    text-transform: uppercase;
}

.pbmit-author-social .pbmit-social-links {
    text-align: center;
}

.single-blog-authorbox .pbmit-social-links li {
    padding: 0 4px 0 0;
}

.single-blog-authorbox .pbmit-social-links li a {
    font-size: 13px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
}

.single-blog-authorbox .pbmit-social-links li a:hover {
    background-color: var(--pbmit-global-color);
}

.sidebar .widget .widget-title {
    padding: 13px 20px 13px 45px;
    position: relative;
    background-color: var(--pbmit-white-color);
    border-radius: 10px;
    margin-bottom: 20px;
}

.sidebar .widget .widget-title:before {
    content: "";
    position: absolute;
    left: 23px;
    top: 50%;
    height: 7px;
    width: 7px;
    background-color: var(--pbmit-global-color);
    transform: translateX(-50%) translateY(-50%);
}

.sidebar .widget-categories ul {
    padding: 0 10px 0px;
}

.sidebar .widget-categories li {
    position: relative;
    padding: 0;
    margin: 0;
}

.sidebar .widget-categories .pbmit-cat-li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(var(--pbmit-blackish-color-rgb), .5);
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.05);
    transition: all .25s ease-in-out;
    padding: 15px 0;
    font-family: var(--pbmit-heading-typography-font-family);
}

.sidebar .widget-categories ul li:last-child .pbmit-cat-li {
    border-bottom: none;
}

.sidebar .widget-categories .pbmit-cat-li a,
.sidebar .widget-categories .pbmit-brackets {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    letter-spacing: 0.5px;
    padding-left: 0px;
    text-transform: capitalize;
    transition: all 0.4s ease;
}

.sidebar .widget-categories .pbmit-cat-li a {
    flex: 1;
}

.sidebar .widget-categories .pbmit-brackets {
    font-size: 14px;
}

.sidebar .widget-categories .pbmit-cat-li a:before {
    position: absolute;
    content: '\e815';
    left: 0;
    top: 50%;
    z-index: 1;
    font-size: 16px;
    font-family: "pbminfotech-base-icons";
    color: rgba(var(--pbmit-blackish-color-rgb), .6);
    transform: translateY(-55%);
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.sidebar .widget-categories .pbmit-cat-li:hover .pbmit-brackets {
    color: rgba(var(--pbmit-blackish-color-rgb), .6);
}

.sidebar .widget-categories .pbmit-cat-li a:hover {
    padding-left: 20px;
}

.sidebar .widget-categories .pbmit-cat-li a:hover:before {
    opacity: 1;
    visibility: visible;
}

.sidebar .widget-categories .pbmit-cat-li a:hover {
    color: rgba(var(--pbmit-blackish-color-rgb), .6);
}

.sidebar .recent-post-list {
    padding: 15px 15px 0;
}

.widget-recent-post .recent-post-list-li:first-child {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
}

.widget-recent-post .recent-post-list-li {
    display: flex !important;
    align-items: center;
    width: 100%;
    margin-top: 18px;
    padding-bottom: 18px;
    line-height: 20px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.10);
}

.widget-recent-post .recent-post-list-li:last-child {
    border-bottom: none;
    padding-bottom: 10px !important;
}

.widget-recent-post .recent-post-list-li>a {
    width: 80px;
    flex-shrink: 0;
    margin-right: 15px;
}

.widget-recent-post .recent-post-list-li>a img {
    border-radius: 10px;
}

.widget-recent-post .pbmit-rpw-content {
    display: flex;
    flex-direction: column-reverse;
}

.widget-recent-post .pbmit-rpw-title a {
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
}

.widget-recent-post .pbmit-rpw-title a:hover {
    color: rgb(var(--pbmit-blackish-color-rgb), .6);
}

.pbmit-rpw-content .pbmit-rpw-date a {
    padding: 4px 10px 2px;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--pbmit-blackish-color);
    letter-spacing: 0.25px;
    background-color: var(--pbmit-global-color);
    border-radius: 10px;
}

.widget ul a {
    display: inline-block;
}

.widget.pbmit-service-ad {
    position: relative;
    text-align: center;
    padding: 30px;
    min-height: 450px;
    overflow: hidden;
    background-image: url(../images/bg/blog-ads-img.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.widget.pbmit-service-ad:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
    border-radius: 10px;
    filter: blur(50px);
}

.pbmit-blog-ads-box {
    position: relative;
    z-index: 1;
}

.pbmit-blog-ads-box .pbmit-ad-subheading {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--pbmit-white-color);
}

.pbmit-blog-ads-box .pbmit-ad-subheading::before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background-color: var(--pbmit-global-color);
}

.pbmit-blog-ads-box .pbmit-ad-heading {
    font-size: 30px;
    line-height: 36px;
    color: var(--pbmit-white-color);
    margin-bottom: 25px;
}

.pbmit-blog-ads-box .pbmit-ad-button a {
    position: relative;
    display: inline-block;
    padding: 16px 30px 16px 60px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-white-color);
    border-radius: 10px;
}

.pbmit-blog-ads-box .pbmit-ad-button a:hover {
    color: var(--pbmit-global-color);
}

.pbmit-blog-ads-box .pbmit-ad-button a:before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: calc(100% - 10px);
    line-height: 45px;
    content: '\e83b';
    font-size: 22px;
    top: 5px;
    text-align: center;
    font-family: "pbminfotech-base-icons";
    left: 5px;
    right: auto;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}

.widget.widget-tag-cloud .tagcloud {
    padding: 0 15px;
}

.widget.widget-tag-cloud .tagcloud li,
.pbmit-blog-meta-bottom .tagcloud li {
    margin: 0 4px 0px 0;
    display: inline-block;
    padding-bottom: 12px;
}

aside.widget.widget-tag-cloud a,
.pbmit-blog-meta-bottom .tagcloud a {
    position: relative;
    display: inline-block;
    font-size: 15px !important;
    padding: 0;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(var(--pbmit-blackish-color-rgb), 0.6);
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
}

aside.widget.widget-tag-cloud .tagcloud li:not(:last-child):after,
.pbmit-blog-meta-bottom .tagcloud li:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin: 0 0 0 10px;
}

aside.widget.widget-tag-cloud a:before,
.pbmit-blog-meta-bottom .tagcloud a:before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--pbmit-blackish-color-rgb), 0.5);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

aside.widget.widget-tag-cloud a:hover,
.pbmit-blog-meta-bottom .tagcloud a:hover {
    color: var(--pbmit-blackish-color);
}

aside.widget.widget-tag-cloud a:hover:before,
.pbmit-blog-meta-bottom .tagcloud a:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/** Blog Classic **/
.site-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.post.blog-classic {
    position: relative;
    margin-bottom: 50px;
}

.post.blog-classic .pbmit-img-wrapper {
    position: relative;
}

.post.blog-classic .pbmit-featured-img-wrapper {
    margin-bottom: 35px;
}

.post.blog-classic .pbmit-featured-wrapper img {
    border-radius: 10px;
}

.post.blog-classic:last-child {
    margin-bottom: 0px;
}

.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    text-align: center;
    padding: 8px 13px;
    border-radius: 10px;
    color: var(--pbmit-white-color);
    background-color: rgba(var(--pbmit-blackish-color-rgb), .3);
    backdrop-filter: blur(20px);
}

.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date .pbmit-date {
    font-size: 48px;
    line-height: 48px;
}

.post.blog-classic .pbmit-img-wrapper .pbmit-meta-date>* {
    display: block;
}

.blog-classic .pbmit-blog-meta.pbmit-blog-meta-top {
    position: relative;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px 8px;
    border-radius: 10px;
    background-color: var(--pbmit-light-color);
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta {
    display: inline-block;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-classic .pbmit-blog-meta-top.pbmit-blog-meta,
.blog-classic .pbmit-blog-meta-top.pbmit-blog-meta a {
    color: var(--pbmit-blackish-color);
}

.pbmit-blog-meta-top .pbmit-meta a:hover {
    color: var(--pbmit-secondary-color);
}

.pbmit-blog-meta-top .pbmit-meta:not(:last-child) {
    padding-right: 30px;
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta:not(:last-child):after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: var(--pbmit-global-color);
    right: 10px;
    top: 6px;
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta .pbmit-author-link:hover,
.pbmit-blog-meta-top .pbmit-meta a:hover {
    color: rgba(var(--pbmit-blackish-color-rgb), 0.6);
}

.blog-classic .pbmit-blog-meta-top .pbmit-meta .pbmit-author-link {
    margin-left: 5px;
    color: var(--pbmit-blackish-color);
}

.blog-classic .pbmit-blog-classic-inner .pbmit-post-title {
    margin-bottom: 28px;
    padding-bottom: 22px;
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    line-height: 40px;
    border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.blog-classic .pbmit-blog-classic-inner .pbmit-read-more-link {
    margin-bottom: 10px;
}

.blog-classic .pbmit-blog-classic-inner .pbmit-read-more-link .pbmit-btn {
    padding: 20px 30px;
}

/** Blog Single **/
.blog-details .post.blog-classic {
    margin-bottom: 0px;
}

.blog-details .pbmit-firstletter::first-letter,
.pbmit-portfolio-single .pbmit-firstletter::first-letter {
    padding: 8px 9px 5px;
    border-radius: 5px;
}

.pbmit-firstletter::first-letter {
    padding: 10px 15px 7px;
    font-size: 30px;
    line-height: 30px;
    float: left;
    font-weight: 700;
    margin: 3px 13px 0 0;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    border-radius: 10px;
}

.pbmit-blog-classic-inner .pbmit-firstletter span {
    font-family: var(--pbmit-body-typography-font-family);
    font-weight: 500;
    font-style: normal;
}

.pbmit-blog-classic-inner .pbmit-underline-text {
    font-weight: 500;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(var(--pbmit-global-color-rgb), .5);
}

.blog-details .pbmit-entry-content blockquote {
    border: 0;
    padding: 33px 30px 30px 130px;
    font-size: 20px;
    line-height: 34px;
    margin: 30px 0;
    position: relative;
    letter-spacing: 0;
    border-radius: 10px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}

.blog-details .pbmit-entry-content blockquote:before {
    font-family: "pbminfotech-base-icons";
    content: "\e81c";
    font-size: 25px;
    position: absolute;
    top: 17%;
    left: 30px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    text-align: center;
    font-style: normal;
    color: var(--pbmit-global-color);
    background-color: var(--pbmit-white-color);
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.blog-details .pbmit-entry-content blockquote p {
    margin-bottom: 0;
}

.blog-details .pbmit-entry-content:after {
    clear: both;
    content: "";
    display: table;
}

.blog-details .pbmit-entry-content blockquote cite {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--pbmit-blackish-color);
    padding: 20px 0 0;
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
    display: block;
    line-height: 24px;
    font-style: normal !important;
    margin-top: 15px;
    letter-spacing: .5px;
}

.blog-details .pbmit-entry-content blockquote cite:before {
    content: "-";
    margin-right: 5px;
    color: var(--pbmit-global-color);
}

.blog-details .pbmit-entry-content blockquote:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.blog-details .pbmit-entry-content .pbmit-block-columns {
    display: flex;
    margin-bottom: 1.75em;
}

.blog-details .pbmit-entry-content .pbmit-block-columns img {
    margin-top: 15px;
    border-radius: 10px;
}

.blog-details .pbmit-entry-content .pbmit-block-column:first-child figure {
    padding: 0 8px 0 0;
}

.blog-details .pbmit-entry-content .pbmit-block-column:last-child figure {
    padding: 0 0 0 8px;
}

.blog-details .pbmit-entry-content .list-group .list-group-item:not(:first-child) {
    margin-top: calc(0px/2);
}

.blog-details .pbmit-entry-content .pbmit-custom-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details .list-group .pbmit-icon-list-icon,
.pbmit-portfolio-single .list-group .pbmit-icon-list-icon,
.pbmit-team-single .list-group .pbmit-icon-list-icon,
.service-details .list-group .pbmit-icon-list-icon {
    top: 2px;
    margin-right: 10px;
}

.blog-details .pbmit-blog-meta-bottom {
    margin-top: 10px;
    display: flex;
}

.pbmit-blog-meta-bottom-left {
    position: relative;
    overflow: hidden;
    width: 50%;
}

.pbmit-blog-meta-bottom-right {
    width: 50%;
    text-align: right;
}

.pbmit-blog-meta-bottom ul li {
    margin-right: 2px;
    display: inline-block;
    margin-bottom: 10px;
}

.pbmit-blog-meta-bottom .pbmit-social-share li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: var(--pbmit-white-color);
    font-size: 14px;
    border-radius: 50%;
}

.pbmit-social-share .pbmit-social-li-facebook a {
    background-color: #3B5998;
}

.pbmit-social-share .pbmit-social-li-twitter a {
    background-color: #55ACEE;
}

.pbmit-social-share .pbmit-social-li-linkedin a {
    background-color: #007bb5;
}

.pbmit-social-share .pbmit-social-li-instagram a {
    background-color: #125688;
}

.pbmit-blog-meta-bottom .pbmit-social-share li:hover a {
    transform: translateY(-3px);
}

.blog-details .post-navigation {
    border-top: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.10);
    margin-top: 35px;
}

.post-navigation .nav-links {
    margin-top: 0;
    padding: 40px 0 8px;
    display: flex;
    align-items: normal;
    width: 100%;
}

.post-navigation .nav-previous {
    width: 50%;
    margin-right: auto !important;
    position: relative;
}

.post-navigation .nav-links a {
    display: block;
    text-align: left;
    width: 300px;
    transition: all 0.3s ease-in;
}

.post-navigation .pbmit-post-nav-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 5px;
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-icon {
    justify-content: flex-start;
}

.post-navigation .nav-links .pbmit-post-nav-icon i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: var(--pbmit-blackish-color);
    transition: all 0.3s ease-in;
    background-color: var(--pbmit-light-color);
    text-align: center;
    border-radius: 5px;
}

.post-navigation .nav-links .pbmit-post-nav-icon i:before {
    font-weight: 600;
}

.post-navigation .nav-links .pbmit-post-nav-head {
    font-size: 14px;
    line-height: 24px;
    text-transform: none;
    transition: all 0.3s ease-in;
    margin-left: 10px;
    color: rgba(var(--pbmit-blackish-color-rgb), .6);
    letter-spacing: .5px;
}

.post-navigation .nav-links .pbmit-post-nav-wrapper {
    display: block;
}

.post-navigation .nav-links .nav-previous .pbmit-post-nav-wrapper {
    text-align: left;
}

.nav-links .pbmit-post-nav-wrapper {
    text-align: left;
    word-break: break-word;
}

.post-navigation .nav-links .nav-title {
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
    text-transform: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-family: var(--pbmit-heading-typography-font-family);
    font-weight: 600;
}

.post-navigation .nav-next {
    width: 50%;
    text-align: right;
    margin-left: auto;
}

.post-navigation .nav-links .nav-next a {
    display: block;
    text-align: right;
    margin-left: auto;
}

.post-navigation .nav-links .nav-next .pbmit-post-nav-wrapper {
    text-align: right;
}

.post-navigation .nav-links .nav-next .pbmit-post-nav-head {
    margin-right: 8px;
}

.post-navigation .nav-links a:hover .pbmit-post-nav-head,
.post-navigation .nav-links a:hover .pbmit-post-nav-icon i {
    color: var(--pbmit-blackish-color);
}

.post-navigation .nav-links a:hover .pbmit-post-nav-icon i {
    color: rgba(var(--pbmit-blackish-color-rgb), .5);
}

.blog-details .pbmit-author-box {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 80px;
    background-color: transparent;
    background-position: center center;
    background-repeat: repeat;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-radius: 20px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.blog-details .pbmit-author-image {
    width: 145px;
    min-width: 145px;
    height: 145px;
    line-height: 145px;
    display: block;
    overflow: hidden;
    margin-right: 35px;
    z-index: 1;
    text-align: center;
    border-radius: 20px;
    background-color: var(--pbmit-white-color);
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .09);
}

.blog-details .pbmit-author-image img {
    width: 135px;
    min-width: 135px;
    height: 135px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
}

.blog-details .pbmit-author-content {
    -webkit-flex-shrink: 100;
    flex-shrink: 100;
}

.blog-details .pbmit-author-content .pbmit-author-name {
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: inline-block;
}

.blog-details .pbmit-author-box a {
    color: var(--pbmit-global-color);
}

.blog-details .pbmit-author-content .pbmit-text {
    margin: 0;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}

.blog-details .comments-area {
    margin-top: 60px;
}

.blog-details .comments-area .comments-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 48px;
}

.comment-list .pbmit-comment-avatar {
    float: left;
}

.comment-list .pbmit-comment-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
}

.blog-details .pbmit-comment-content {
    position: relative;
    padding: 0px 0px 30px 0;
    margin-left: 105px;
    min-height: 115px;
}

.blog-details .pbmit-comment-meta {
    display: flex;
    align-items: center;
}

.pbmit-comment-content .pbmit-comment-author {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
    text-transform: capitalize;
    color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-author-inner {
    margin: 0 5px;
    color: var(--pbmit-blackish-color);
}

.blog-details .pbmit-comment-author-inner a {
    color: var(--pbmit-blackish-color);
}

.blog-details .pbmit-comment-author-inner a:hover {
    color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-date {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--pbmit-blackish-color-rgb), 0.8);
    padding: 0 0 0 20px;
}

.blog-details .pbmit-comment-date a {
    font-size: 14px;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
    color: var(--pbmit-secondary-color);
}

.blog-details .pbmit-comment-content p {
    margin: 10px 0 18px;
}

.blog-details .pbmit-comment-content .reply a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
    position: relative;
    padding-right: 40px;
    color: var(--pbmit-blackish-color);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.blog-details .pbmit-comment-content .reply a::before {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--pbmit-global-color-rgb), .5);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.blog-details .pbmit-comment-content .reply a:after {
    font-family: 'pbminfotech-base-icons';
    content: '\e82d';
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    font-size: 30px;
    margin-left: 6px;
    position: absolute;
    right: 0;
    color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-content .reply a:hover {
    color: var(--pbmit-global-color);
}

.blog-details .pbmit-comment-content .reply a:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.comment-list .children {
    margin-left: 100px;
    padding-top: 8px;
}

.blog-details .comment-respond {
    padding: 60px;
    border-radius: 20px;
    margin-top: 28px;
    margin-bottom: 20px;
}

.blog-details .comment-respond .comment-reply-title {
    margin-bottom: 20px;
}

.blog-details .comment-respond .comment-notes {
    font-size: 17px;
    margin-bottom: 20px;
}

.blog-details .comment-respond .comment-form .form-check {
    margin: 0px 0 25px 0;
}

.blog-details .comment-respond .comment-form .form-check label {
    font-size: 17px;
}

.blog-details .comment-respond .comment-form form button.submit-btn {
    padding: 18px 30px;
    border-radius: 10px;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    border: none;
    transition: all .6s;
}

.blog-details .comment-respond .comment-form form button.submit-btn:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

/** 05 - Team Single **/
.pbmit-team-single .pbmit-featured-img-wrapper img {
    border-radius: 10px;
    width: 100%;
}

.pbmit-team-single .pbmit-team-detail-content {
    padding-top: 30px;
}

.pbmit-team-single .pbmit-team-detail {
    position: relative;
    padding-bottom: 45px;
}

.pbmit-team-summary .pbmit-team-designation {
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 5px 12px 3px;
    margin-bottom: 15px;
    letter-spacing: .5px;
    font-weight: 500;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
    border-radius: 5px;
}

.pbmit-team-single .pbmit-team-title {
    font-size: 48px;
    line-height: 48px;
    color: var(--pbmit-blackish-color);
}

.pbmit-team-single .pbmit-short-description {
    padding-top: 15px;
    margin-bottom: 40px;
}

.pbmit-team-single .pbmit-single-team-info {
    position: relative;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.pbmit-single-team-info li,
.pbmit-single-team-info li a {
    font-size: 17px;
    line-height: 24px;
}

.pbmit-team-single .pbmit-single-team-info li {
    padding: 16px 25px 16px 38px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
}

.pbmit-team-single .pbmit-single-team-info li span {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: var(--pbmit-blackish-color);
    transition: all 0.4s ease-in-out;
}

.pbmit-team-single .pbmit-single-team-info li span::before {
    position: absolute;
    content: "";
    height: 7px;
    width: 7px;
    left: -15px;
    top: 7px;
    background-color: var(--pbmit-global-color);
}

.pbmit-single-team-info li a {
    color: rgba(var(--pbmit-blackish-color-rgb), .7);
}

.pbmit-team-single .pbmit-team-social-links li {
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 0;
}

.pbmit-team-single .pbmit-team-social-links li a,
.pbmit-team-single .pbmit-team-social-links li,
.pbmit-team-single .pbminfotech-box-social-links {
    transition: all .4s ease-in-out;
}

.pbmit-team-single .pbmit-team-social-links a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-light-color);
}

.pbmit-team-single .pbmit-team-social-links a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-team-single .pbmit-entry-content .ihbox-style-2-area {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 25px;
}

.pbmit-team-single .list-group {
    margin-bottom: 40px;
}

.pbmit-team-single .pbmit-team-contact-area {
    overflow: hidden;
    margin-top: 80px;
    padding: 70px 50px 60px 60px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: 37% bottom;
    background-size: auto;
    background-image: url(../images/bg/team-contact-bg.png);
}

.pbmit-team-single .pbmit-team-contact-form-wrap {
    padding-top: 10px;
}

.pbmit-team-single .pbmit-team-icon-box-area {
    display: flex;
}

.pbmit-team-single .pbmit-team-icon-wrapper,
.pbmit-team-single .pbmit-team-icon-box i {
    font-size: 62px;
    margin-right: 20px;
    position: relative;
    display: flex;
    height: 90px;
    width: 90px;
    line-height: 90px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    color: var(--pbmit-blackish-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-team-single .pbmit-team-icon-wrapper svg {
    height: 60px;
    width: 60px;
}

.pbmit-team-single .pbmit-icon-box-content {
    padding-top: 10px;
}

.pbmit-team-single .pbmit-icon-box-heading {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color: rgba(var(--pbmit-blackish-color-rgb), .5);
}

.pbmit-team-single .pbmit-icon-box-text-1,
.pbmit-team-single .pbmit-icon-box-text-2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    letter-spacing: .36px;
}

.pbmit-team-single .pbmit-icon-box-text-1 a:hover,
.pbmit-team-single .pbmit-icon-box-text-2 a:hover {
    color: rgba(var(--pbmit-blackish-color-rgb), .6);
}

.pbmit-team-single .pbmit-team-contact-form-wrap form .form-check,
.contact-us-section .contact-form.left-box .form-check {
    position: relative;
    padding: 0;
    margin: 0 0 25px 0;
}

.pbmit-team-single .pbmit-team-contact-form-wrap form .form-check-input[type=checkbox],
.contact-us-section .contact-form.left-box .form-check-input[type=checkbox] {
    position: absolute;
    left: 10px;
    top: 8px;
    margin: 0;
    width: 11px;
    height: 11px;
    border: none;
    border-radius: 0;
    transform: scale(2);
    background-color: var(--pbmit-white-color);
}

.pbmit-team-single .pbmit-team-contact-form-wrap form .form-check-input[type=checkbox]:checked:before,
.contact-us-section .contact-form.left-box .form-check-input[type=checkbox]:checked:before {
    content: '\2713';
    font-size: 10px;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-global-color);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pbmit-team-single .pbmit-team-contact-form-wrap form .form-check-label {
    margin-left: 60px;
}

.pbmit-team-single .progressbar-area {
    margin-right: 120px;
}

/** 06 - Contact Us **/
.contact-us-section {
    padding: 120px 0 80px;
}

.contact-us-section .fid-style-3-wrap {
    display: flex;
    justify-content: flex-end;
}

.contact-us-section .contact-form.left-box .form-control {
    padding: 10px 20px;
}

.contact-us-section .contact-form.left-box .form-control::placeholder {
    color: rgba(var(--pbmit-blackish-color-rgb), 0.5);
}

.contact-us-section .contact-form.left-box textarea.form-control {
    height: 210px;
    padding-top: 20px;
}

.contact-iframe-section iframe {
    height: 600px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    border-radius: 20px;
}

.contact-us-section .contact-form.left-box .form-check-input[type=checkbox] {
    border-radius: 3px;
    background-color: var(--pbmit-light-color);
}

.contact-us-section .contact-form.left-box .form-check-label {
    margin-left: 50px;
}

.contact-us-section .contact-form.left-box button.pbmit-btn {
    padding: 18px 35px;
    border-radius: 15px;
}

.contact-us-section .contact-form.left-box .pbmit-btn .pbmit-button-icon {
    left: -15px;
}

.contact-form-right-box {
    border-radius: 10px;
    margin-left: 20px;
    padding: 45px 10px 10px;
    background-image: url(../images/bg/contact-bg-img.png);
}

.contact-form-right-box>.pbminfotech-gap-20px {
    padding: 0 50px;
}

.contact-form-right-box .pbmit-social-links-bg {
    border-radius: 10px;
    padding: 0 26px;
}

.contact-form-right-box .pbmit-social-links-bg .pbmit-heading-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
    padding: 30px 0 30px 0px;
}

.contact-form-right-box .pbmit-social-links-bg .pbmit-social-links li:not(:last-child) {
    padding: 0 5px 0 0;
}

.contact-form-right-box .pbmit-social-links-bg .pbmit-social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 50%;
    color: var(--pbmit-blackish-color);
    border: 1px solid var(--pbmit-blackish-color);
    transition: all 0.4s ease-in-out;
}

.contact-form-right-box .pbmit-social-links-bg .pbmit-social-links li a:hover {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-blackish-color);
}

label.error {
    color: #dc3232;
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 16px;
    display: block;
    margin-top: 0px;
}

.form-control.error {
    margin-bottom: 0 !important;
}

/**07 - Comment Form **/
.form-control {
    display: block;
    font-weight: 400;
    line-height: normal;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), .1);
    background-color: var(--pbmit-white-color);
    height: 60px;
    font-size: 17px;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    background-clip: inherit;
}

form textarea.form-control {
    padding: 20px 30px;
    resize: none;
    height: 130px;
}

form .form-check {
    margin: 10px 0 25px 0;
}

form .form-check-input[type=checkbox] {
    width: 13px;
    height: 13px;
    border-radius: 2px;
    margin-top: 7px;
    border-color: rgb(var(--pbmit-blackish-color-rgb), .6);
}

.pbmit-bg-color-light form .form-control::placeholder {
    color: rgb(var(--pbmit-blackish-color-rgb), .5);
}

.pbmit-bg-color-light form .form-control:focus,
.contact-us-section .contact-form.left-box .form-control:focus {
    color: var(--pbmit-blackish-color);
    border-color: rgba(var(--pbmit-blackish-color-rgb), 0.3);
}

.pbmit-bg-color-light form .form-control:focus::placeholder,
.contact-us-section .contact-form.left-box .form-control:focus::placeholder {
    color: var(--pbmit-blackish-color);
}

.globert-expertise-icon svg {
    display: none;
}

.globert-why-section {
    padding: 60px 0;
    background: #f7f8f9;
}

.globert-why-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 48px;
    align-items: center;
}

.globert-why-media {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--pbmit-blackish-color);
}

.globert-why-media img {
    width: 100%;
    height: 100%;
    min-height: 750px;
    object-fit: cover;
    display: block;
}

.globert-why-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 132px;
    min-height: 132px;
    padding: 18px;
    border-radius: 8px;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-global-color);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.globert-why-badge span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.globert-why-badge strong {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    letter-spacing: 0;
}

.globert-why-content .pbmit-heading-subheading {
    margin-bottom: 34px;
}

.globert-why-content .pbmit-title {
    max-width: 760px;
}

.globert-why-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.globert-why-card {
    display: flex;
    gap: 18px;
    min-height: 176px;
    padding: 24px;
    border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.1);
    border-radius: 8px;
    background: var(--pbmit-white-color);
}

.globert-why-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 30px;
    line-height: 1;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-global-color);
}

.globert-why-card h3 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    color: var(--pbmit-blackish-color);
}

.globert-why-card p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 1199px) {
    .globert-why-layout {
        grid-template-columns: 1fr;
    }

    .globert-why-media,
    .globert-why-media img {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .globert-why-section {
        padding: 72px 0;
    }

    .globert-why-grid {
        grid-template-columns: 1fr;
    }

    .globert-why-card {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .globert-why-layout {
        gap: 32px;
    }

    .globert-why-media,
    .globert-why-media img {
        min-height: 320px;
    }

    .globert-why-badge {
        right: 16px;
        bottom: 16px;
        width: 112px;
        min-height: 112px;
        padding: 14px;
    }

    .globert-why-badge strong {
        font-size: 32px;
        line-height: 36px;
    }

    .globert-why-card {
        padding: 20px;
        gap: 14px;
    }

    .globert-why-icon {
        flex-basis: 50px;
        width: 50px;
        height: 50px;
        font-size: 26px;
    }
}

.globert-footer {
    color: rgba(var(--pbmit-white-color-rgb), 0.76);
    background: #080808;
}

.globert-footer .container {
    max-width: 1320px;
}

.globert-footer-main {
    display: grid;
    grid-template-columns: minmax(280px, 1.3fr) repeat(3, minmax(0, 1fr));
    gap: 42px;
    padding: 80px 0 58px;
}

.globert-footer a {
    color: rgba(var(--pbmit-white-color-rgb), 0.76);
    text-decoration: none;
    transition: color 0.3s ease;
}

.globert-footer a:hover {
    color: var(--pbmit-global-color);
}

.globert-footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.globert-footer-brand img {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    object-fit: contain;
    border-radius: 8px;
    background: var(--pbmit-white-color);
}

.globert-footer-brand span {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.globert-footer-brand strong {
    color: var(--pbmit-white-color);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.globert-footer-brand small {
    color: rgba(var(--pbmit-white-color-rgb), 0.7);
    font-size: 13px;
    line-height: 18px;
}

.globert-footer-about p {
    max-width: 370px;
    margin: 0;
    color: rgba(var(--pbmit-white-color-rgb), 0.72);
    font-size: 16px;
    line-height: 27px;
}

.globert-footer-col h3 {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 12px;
    color: var(--pbmit-white-color);
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.globert-footer-col h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 2px;
    background: var(--pbmit-global-color);
}

.globert-footer-links,
.globert-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.globert-footer-links li:not(:last-child) {
    margin-bottom: 12px;
}

.globert-footer-links a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}

.globert-footer-links a::before {
    content: "";
    flex: 0 0 6px;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background: var(--pbmit-global-color);
}

.globert-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(var(--pbmit-white-color-rgb), 0.76);
    font-size: 16px;
    line-height: 25px;
}

.globert-footer-contact li:not(:last-child) {
    margin-bottom: 18px;
}

.globert-footer-contact i {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--pbmit-blackish-color);
    background: var(--pbmit-global-color);
}

.globert-footer-contact span,
.globert-footer-contact a {
    min-width: 0;
    overflow-wrap: anywhere;
}

.globert-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 24px 0;
    border-top: 1px solid rgba(var(--pbmit-white-color-rgb), 0.12);
}

.globert-footer-bottom p {
    margin: 0;
    color: rgba(var(--pbmit-white-color-rgb), 0.72);
    font-size: 15px;
    line-height: 24px;
}

@media (max-width: 1199px) {
    .globert-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .globert-footer-main {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 64px 0 44px;
    }

    .globert-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .globert-footer-brand {
        align-items: flex-start;
    }

    .globert-footer-brand img {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
    }

    .globert-footer-brand strong {
        font-size: 18px;
        line-height: 24px;
    }

    .globert-footer-contact li {
        gap: 10px;
    }
}


.crane-inner-banner {
    position: relative;
    min-height: 366px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--pbmit-blackish-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.crane-inner-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(8 8 8 / 45%);
}

.crane-contact-banner {
    background-image: url(../images/crane-page.png);
    width: 100%;
    height: 10vh;
}



.crane-inner-banner .container {
    position: relative;
    z-index: 1;
}

.crane-inner-banner-content h1 {
    margin: 0;
    font-size: 56px;
    line-height: 1.05;
    color: var(--pbmit-white-color);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.crane-breadcrumb {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    color: var(--pbmit-white-color);
    font-size: 14px;
    font-weight: 600;
}
.crane-breadcrumb li:not(:last-child)::after {
    content: "\e811";
    transform: rotate(-90deg);
    font-family: "pbminfotech-base-icons";
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px; /* Zarurat ho to -2px ya 0px adjust kar sakte ho */
    font-size: 14px;
    line-height: 1;
    font-size: 10px;
    color: var(--pbmit-global-color);
}

.crane-breadcrumb a {
    color: var(--pbmit-white-color);
}

.crane-breadcrumb a:hover {
    color: var(--pbmit-global-color);
}

.eot-section {
  padding: 90px 0;
  background: #fff;
  font-family: Arial, sans-serif;
}

.eot-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.eot-content h2 {
  font-size: 46px;
  line-height: 1.18;
  color: #061426;
  margin-bottom: 25px;
  font-weight: 800;
}

.eot-content p {
  font-size: 17px;
  line-height: 1.75;
  color: #333;
  margin-bottom: 22px;
}

.eot-info-section {
  padding: 90px 0;
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(6, 20, 38, 0.04) 1px, transparent 1px),
    #f7f9fc;
  background-size: 34px 34px;
}

.eot-info-section .eot-container {
  display: block;
}

.eot-info-section .eot-content {
  max-width: 1120px;
  margin: 0 auto;
  padding: 54px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 55px rgba(6, 20, 38, 0.12);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 46px;
  align-items: start;
}

.eot-info-section .eot-content::before {
  content: "";
  width: 8px;
  height: 100%;
  background: #ffc21a;
  position: absolute;
  top: 0;
  left: 0;
}

.eot-info-section .eot-content::after {
  content: "EOT";
  position: absolute;
  right: 28px;
  bottom: -18px;
  color: rgba(6, 20, 38, 0.04);
  font-size: 120px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.eot-info-heading,
.eot-info-copy {
  position: relative;
  z-index: 1;
}

.eot-info-heading span {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 15px;
  background: #ffc21a;
  color: #061426;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.eot-info-section .eot-content h2 {
  font-size: 40px;
  margin-bottom: 0;
  padding-bottom: 24px;
  position: relative;
}

.eot-info-section .eot-content h2::after {
  content: "";
  width: 78px;
  height: 4px;
  background: #ffc21a;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

.eot-info-section .eot-content p {
  margin-bottom: 18px;
  position: relative;
}

.eot-info-section .eot-content p:last-of-type {
  margin-bottom: 0;
}

.eot-info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.eot-info-list li {
  min-height: 88px;
  padding: 20px 18px 18px;
  background: #f7f9fc;
  border: 1px solid rgba(6, 20, 38, 0.08);
  border-radius: 8px;
  color: #061426;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  position: relative;
}

.eot-info-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffc21a;
  border-radius: 50%;
  display: block;
  margin-bottom: 14px;
  box-shadow: 0 0 0 6px rgba(255, 194, 26, 0.18);
}

.eot-choice-section {
  padding: 95px 0;
  background: #061426;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.eot-choice-section::before {
  content: "";
  width: 42%;
  height: 100%;
  background: #ffc21a;
  clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.95;
}

.eot-choice-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 70px;
  align-items: center;
}

.eot-choice-title {
  color: #061426;
}

.eot-choice-title span,
.eot-choice-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.eot-choice-title span {
  background: #061426;
  color: #ffffff;
}

.eot-choice-title h2 {
  max-width: 430px;
  margin: 0;
  color: #061426;
  font-size: 44px;
  line-height: 1.14;
  font-weight: 800;
}

.eot-choice-content {
  display: grid;
  gap: 24px;
}

.eot-choice-text {
  max-width: 690px;
}

.eot-choice-text p,
.eot-choice-scenario p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.78;
}

.eot-choice-scenario {
  max-width: 760px;
  padding: 34px 36px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.eot-choice-label {
  background: #ffc21a;
  color: #061426;
}

.eot-choice-scenario p + p {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.eot-features-section {
  padding: 95px 0;
  background-size: 34px 34px;
  position: relative;
  overflow: hidden;
}

.eot-features-container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.eot-features-head {
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.eot-features-head h2 {
  margin: 0 0 18px;
  color: #061426;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 800;
}

.eot-features-head p {
  margin: 0 0 18px;
  color: #333333;
  font-size: 17px;
  line-height: 1.75;
}

.eot-features-head h3 {
  display: inline-block;
  margin: 0;
  padding: 9px 18px;
  background: #ffc21a;
  color: #061426;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.eot-features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 46px;
  position: relative;
}

.eot-features-list::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ffc21a, transparent);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.eot-feature-item {
  min-height: 116px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 56px 76px 1fr;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid rgba(6, 20, 38, 0.12);
  position: relative;
  overflow: visible;
  transition: 0.3s ease;
}

.eot-feature-item:hover {
  transform: translateX(8px);
}

.eot-feature-item::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #ffc21a;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px rgba(255, 194, 26, 0.2);
  z-index: 2;
  transition: 0.3s ease;
}

.eot-feature-item:nth-child(even)::before {
  right: auto;
  left: -29px;
}

.eot-feature-item:hover::before {
  transform: translateY(-50%) scale(1.35);
  box-shadow: 0 0 0 10px rgba(255, 194, 26, 0.18);
}

.eot-feature-item::after {
  content: "";
  width: 0;
  height: 2px;
  background: #ffc21a;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: 0.3s ease;
}

.eot-feature-item:hover::after {
  width: 100%;
}

.eot-feature-item span {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(6, 20, 38, 0.18);
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  transition: 0.3s ease;
}

.eot-feature-item i {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #061426;
  color: #ffc21a;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 12px 28px rgba(6, 20, 38, 0.16);
  transition: 0.35s ease;
}

.eot-feature-item h4 {
  margin: 0;
  color: #061426;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 800;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}

.eot-feature-item:hover span {
  color: #ffc21a;
  transform: translateY(-4px);
}

.eot-feature-item:hover i {
  background: #ffc21a;
  color: #061426;
  transform: rotate(8deg) scale(1.08);
}

.eot-feature-item:hover h4 {
  color: #000000;
}

.eot-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  padding: 16px 34px;
  background: #ffc21a;
  color: #111;
  text-decoration: none;
  border-radius: 35px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.eot-btn span {
  font-size: 25px;
  transition: 0.3s ease;
}

.eot-btn:hover {
  background: #061426;
  color: #fff;
  transform: translateY(-4px);
}

.eot-btn:hover span {
  transform: translateX(6px);
}

.eot-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

@media (max-width: 991px) {
  .eot-container {
    grid-template-columns: 1fr;
  }

  .eot-content h2 {
    font-size: 34px;
  }

  .eot-image img {
    height: 420px;
  }

  .eot-info-section {
    padding: 60px 0;
  }

  .eot-info-section .eot-content {
    padding: 34px 28px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .eot-info-section .eot-content h2 {
    font-size: 30px;
  }

  .eot-info-list {
    grid-template-columns: 1fr;
  }

  .eot-choice-section {
    padding: 70px 0;
  }

  .eot-choice-section::before {
    width: 100%;
    height: 210px;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 0 100%);
  }

  .eot-choice-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .eot-choice-title h2 {
    font-size: 32px;
  }

  .eot-choice-scenario {
    padding: 28px 24px;
  }

  .eot-features-section {
    padding: 70px 0;
  }

  .eot-features-head h2 {
    font-size: 32px;
  }

  .eot-features-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .eot-features-list::before {
    left: 28px;
    transform: none;
  }

  .eot-feature-item {
    min-height: auto;
    grid-template-columns: 56px 68px 1fr;
    padding-left: 58px;
  }

  .eot-feature-item::before,
  .eot-feature-item:nth-child(even)::before {
    left: 23px;
    right: auto;
  }

  .eot-feature-item h4 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .eot-feature-item {
    grid-template-columns: 48px 58px 1fr;
    gap: 12px;
    padding-left: 44px;
  }

  .eot-feature-item span {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }

  .eot-feature-item i {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }

  .eot-features-list::before {
    left: 20px;
  }

  .eot-feature-item::before,
  .eot-feature-item:nth-child(even)::before {
    left: 15px;
  }
}




.eot-benefits {
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
  background: #f7f8f9;
  font-family: Arial, sans-serif;
}


.benefit-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.benefit-heading {
  max-width: 780px;
  margin: 0 auto 50px;
  text-align: center;
  color: #fff;
  animation: fadeUp 1s ease forwards;
}

.benefit-heading span {
  display: inline-block;
  color: #000;
  background: #f7da1e;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.benefit-heading h2 {
  font-size: 42px;
  margin: 0 0 18px;
  line-height: 1.2;
  color: #000;
}

.benefit-heading p {
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
  color: #000;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.benefit-card {
  background: #fff;
  padding: 35px 28px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.16);
  transition: all 0.4s ease;
  animation: fadeUp 1s ease forwards;
}

.benefit-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #f7da1e;
  left: 0;
  top: 0;
  transition: height 0.4s ease;
  z-index: 0;
}

.benefit-card:hover::before {
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-12px);
}

.benefit-card * {
  position: relative;
  z-index: 1;
}


.benefit-card h3 {
  font-size: 21px;
  color: #111;
  margin: 0 0 14px;
  transition: color 0.4s ease;
}

.benefit-card p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #555;
  margin: 0;
  transition: color 0.4s ease;
}

.benefit-card:hover h3,
.benefit-card:hover p {
  color: #000;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatShape {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(40px);
  }
}

@media (max-width: 991px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-heading h2 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .eot-benefits {
    padding: 60px 15px;
  }

  .benefit-heading h2 {
    font-size: 28px;
  }
}

.eot-applications-section {
  padding: 100px 0;
  background: radial-gradient(circle at center, #ffffff 0 28%, #eef0f2 29% 100%);
  overflow: hidden;
}

.eot-applications-container {
  width: 90%;
  max-width: 1180px;
  min-height: 900px;
  margin: 0 auto;
  position: relative;
}

.eot-applications-center {
  width: 310px;
  height: 310px;
  padding: 34px;
  background: #ffffff;
  border: 12px solid #f2f3f4;
  border-radius: 50%;
  box-shadow: 0 22px 50px rgba(6, 20, 38, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.eot-applications-center h2 {
  margin: 0 0 14px;
  color: #061426;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
}

.eot-applications-center p {
  margin: 0 0 14px;
  color: #444444;
  font-size: 14px;
  line-height: 1.6;
}

.eot-applications-center h3 {
  margin: 0;
  color: #061426;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.eot-applications-wheel {
  width: 1100px;
  height: 900px;
  margin: 0 auto;
  position: relative;
}

.eot-applications-wheel::before {
  content: "";
  width: 650px;
  height: 650px;
  border: 2px dashed rgba(6, 20, 38, 0.14);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.eot-application-item {
  width: 195px;
  min-height: 82px;
  padding: 15px 18px;
  border-radius: 55px;
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(6, 20, 38, 0.18);
  display: flex;
  align-items: center;
  gap: 14px;
  position: absolute;
  z-index: 2;
  transition: 0.35s ease;
}

.eot-application-item span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background: rgba(255, 255, 255, 0.92);
  color: #061426;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
}

.eot-application-item h4 {
  margin: 0;
  color: inherit;
  font-size: 14.5px;
  line-height: 1.28;
  font-weight: 800;
}

.eot-application-item:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 24px 46px rgba(6, 20, 38, 0.24);
}

.app-item-1,
.app-item-7 {
  background: #16b6aa;
}

.app-item-2,
.app-item-8 {
  background: #f4b438;
  color: #061426;
}

.app-item-3,
.app-item-9 {
  background: #147bc0;
}

.app-item-4,
.app-item-10 {
  background: #8a5b24;
}

.app-item-5,
.app-item-11 {
  background: #e71976;
}

.app-item-6,
.app-item-12 {
  background: #061426;
}

.app-item-1 { left: 665px; top: 45px; }
.app-item-2 { left: 850px; top: 170px; }
.app-item-3 { left: 905px; top: 330px; }
.app-item-4 { left: 850px; top: 500px; }
.app-item-5 { left: 665px; top: 630px; }
.app-item-6 { left: 458px; top: 770px; }
.app-item-7 { left: 250px; top: 630px; }
.app-item-8 { left: 65px; top: 500px; }
.app-item-9 { left: 10px; top: 330px; }
.app-item-10 { left: 65px; top: 170px; }
.app-item-11 { left: 250px; top: 45px; }
.app-item-12 { left: 458px; top: 0; }

@media (max-width: 991px) {
  .eot-applications-section {
    padding: 70px 0;
    background: #f4f6f8;
  }

  .eot-applications-container {
    min-height: auto;
  }

  .eot-applications-center {
    width: auto;
    height: auto;
    max-width: 720px;
    margin: 0 auto 34px;
    border-radius: 8px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .eot-applications-wheel {
    width: auto;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .eot-applications-wheel::before {
    display: none;
  }

  .eot-application-item,
  .app-item-1,
  .app-item-2,
  .app-item-3,
  .app-item-4,
  .app-item-5,
  .app-item-6,
  .app-item-7,
  .app-item-8,
  .app-item-9,
  .app-item-10,
  .app-item-11,
  .app-item-12 {
    width: auto;
    min-height: 92px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

@media (max-width: 575px) {
  .eot-applications-wheel {
    grid-template-columns: 1fr;
  }

  .eot-applications-center {
    padding: 28px 22px;
  }

  .eot-applications-center h2 {
    font-size: 26px;
  }
}


.serve-belt-section{
  padding:90px 20px;
  background:#fffdf0;
  font-family:Arial,sans-serif;
  overflow:hidden;
}

.serve-wrap{
  max-width:1200px;
  margin:auto;
}

.serve-head{
  text-align:center;
  max-width:760px;
  margin:0 auto 8px;
}

.serve-head span{
  display:inline-block;
  background:#000;
  color:#f7da1e;
  padding:8px 24px;
  border-radius:30px;
  font-weight:700;
  margin-bottom:15px;
}

.serve-head h2{
  font-size:42px;
  color:#111;
  margin:0 0 15px;
}

.serve-head p{
  font-size:17px;
  color:#555;
  line-height:1.7;
  margin:0 0 18px;
}

.serve-head h4{
  display:inline-block;
  background:#f7da1e;
  color:#000;
  padding:10px 28px;
  border-radius:8px;
  margin:41px 0px 0px 0px;;
}

.belt-layout{
  position:relative;
  padding:30px 0;
}

.belt-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
}

.serve-box{
  background:#fff;
  border:2px solid #111;
  border-radius:18px;
  min-height:150px;
  padding:25px 15px;
  text-align:center;
  font-size:38px;
  position:relative;
  transition:.4s ease;
  box-shadow:8px 8px 0 #f7da1e;
}

.serve-box h3{
  font-size:17px;
  color:#111;
  margin:18px 0 0;
  line-height:1.4;
}

.serve-box:hover{
  background:#f7da1e;
  transform:translateY(-10px) rotate(-1deg);
  box-shadow:8px 8px 0 #000;
}

.belt-line{
  height:70px;
  margin:25px 0;
  background:repeating-linear-gradient(
    90deg,
    #000 0 40px,
    #f7da1e 40px 80px
  );
  border-radius:50px;
  position:relative;
  overflow:hidden;
  border:5px solid #000;
}

.belt-line::before{
  content:"";
  position:absolute;
  inset:12px;
  background:#fffdf0;
  border-radius:40px;
}

.belt-line span{
  position:absolute;
  top:50%;
  width:16px;
  height:16px;
  background:#000;
  border-radius:50%;
  transform:translateY(-50%);
  animation:moveDot 3s linear infinite;
}

.belt-line span:nth-child(1){left:10%;animation-delay:0s;}
.belt-line span:nth-child(2){left:30%;animation-delay:.3s;}
.belt-line span:nth-child(3){left:50%;animation-delay:.6s;}
.belt-line span:nth-child(4){left:70%;animation-delay:.9s;}
.belt-line span:nth-child(5){left:90%;animation-delay:1.2s;}

@keyframes moveDot{
  from{transform:translate(-30px,-50%);}
  to{transform:translate(30px,-50%);}
}

@media(max-width:991px){
  .belt-row{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:575px){
  .serve-head h2{
    font-size:30px;
  }

  .belt-row{
    grid-template-columns:1fr;
  }

  .belt-line{
    display:none;
  }

  .belt-row.bottom{
    margin-top:22px;
  }
}

.serve-belt-section {
  background: #061426;
  position: relative;
}

.serve-belt-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.6;
}

.serve-wrap {
  position: relative;
  z-index: 1;
}

.serve-head {
  margin-bottom: 44px;
}

.serve-head span {
  background: #f7da1e;
  color: #061426;
}

.serve-head h2 {
  color: #ffffff;
}

.serve-head p {
  color: rgba(255, 255, 255, 0.76);
}

.serve-head h4 {
  margin-top: 14px;
  border-radius: 30px;
}

.belt-layout {
  padding: 18px 0 0;
  overflow: hidden;
}

.belt-line {
  display: none;
}

.belt-row,
.belt-row.bottom {
  display: flex;
  width: max-content;
  gap: 18px;
  margin: 0;
}

.belt-row {
  animation: serveMarquee 26s linear infinite;
}

.belt-row.bottom {
  margin-top: 20px;
  animation: serveMarqueeReverse 28s linear infinite;
}

.belt-layout:hover .belt-row {
  animation-play-state: paused;
}

.serve-box {
  min-width: 285px;
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 0;
  white-space: nowrap;
  transition: 0.35s ease;
}

.serve-box::before {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  background: #f7da1e;
  color: #061426;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  transition: 0.35s ease;
}

.serve-box::after {
  content: "";
  width: 58px;
  height: 2px;
  background: rgba(247, 218, 30, 0.5);
  order: 3;
}

.belt-row:first-child .serve-box:nth-child(1)::before { content: "\f275"; }
.belt-row:first-child .serve-box:nth-child(2)::before { content: "\f1b9"; }
.belt-row:first-child .serve-box:nth-child(3)::before { content: "\f1ad"; }
.belt-row:first-child .serve-box:nth-child(4)::before { content: "\f085"; }
.belt-row:first-child .serve-box:nth-child(5)::before { content: "\f0ad"; }
.belt-row.bottom .serve-box:nth-child(1)::before { content: "\f187"; }
.belt-row.bottom .serve-box:nth-child(2)::before { content: "\f0f7"; }
.belt-row.bottom .serve-box:nth-child(3)::before { content: "\f0e7"; }
.belt-row.bottom .serve-box:nth-child(4)::before { content: "\f2bd"; }
.belt-row.bottom .serve-box:nth-child(5)::before { content: "\f1b3"; }

.serve-box h3 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.serve-box:hover {
  color: #f7da1e;
  transform: translateY(-5px);
}

.serve-box:hover::before {
  background: #ffffff;
  transform: scale(1.08);
}

.serve-box:hover h3 {
  color: #000;
}

@keyframes serveMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-35%); }
}

@keyframes serveMarqueeReverse {
  from { transform: translateX(-35%); }
  to { transform: translateX(0); }
}

@media(max-width:991px){
  .serve-box {
    min-width: 255px;
  }
}

@media(max-width:575px){
  .serve-belt-section {
    padding: 70px 15px;
  }

  .belt-row,
  .belt-row.bottom {
    display: grid;
    width: auto;
    grid-template-columns: 1fr;
    animation: none;
  }

  .serve-box {
    min-width: 0;
  }

  .serve-box::after {
    flex: 1;
  }
}

.eot-why-globet-section {
  padding: 100px 20px;
  background: #eeeeee;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.eot-why-globet-container {
  max-width: 1120px;
  margin: 0 auto;
}

.eot-why-globet-head {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.eot-why-globet-head h2 {
  margin: 0 0 18px;
  color: #111111;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
}

.eot-why-globet-head p {
  margin: 0;
  color: #444444;
  font-size: 17px;
  line-height: 1.75;
}

.eot-why-steps {
  display: grid;
  gap: 30px;
}

.eot-why-step {
  min-height: 112px;
  display: grid;
  grid-template-columns: 125px 135px 1fr;
  align-items: stretch;
  background: #ffffff;
  border-radius: 58px;
  position: relative;
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  transition: 0.35s ease;
}

.eot-why-step:hover {
  transform: translateX(10px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.18);
}

.step-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--step-color);
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--step-color);
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.step-number::before,
.step-number::after {
  content: "";
  width: 72px;
  height: 100%;
  background: var(--step-dark);
  position: absolute;
  top: 0;
  z-index: -1;
}

.step-number::before {
  left: -26px;
  transform: skewX(-20deg);
  border-radius: 16px 0 0 16px;
}

.step-number::after {
  right: -36px;
  transform: skewX(-20deg);
  border-radius: 0 16px 16px 0;
}

.step-content {
  padding: 24px 36px 24px 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-content h3 {
  margin: 0 0 8px;
  color: #111111;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.step-content p {
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}

.step-red {
  --step-color: #e93118;
  --step-dark: #b51e10;
}

.step-green {
  --step-color: #b6df00;
  --step-dark: #75b900;
}

.step-pink {
  --step-color: #d81aa3;
  --step-dark: #7d12b5;
}

.step-orange {
  --step-color: #ff4a18;
  --step-dark: #d40000;
}

.step-blue {
  --step-color: #147bc0;
  --step-dark: #0b4f88;
}

@media (max-width: 991px) {
  .eot-why-globet-section {
    padding: 70px 20px;
  }

  .eot-why-globet-head h2 {
    font-size: 34px;
  }

  .eot-why-step {
    grid-template-columns: 88px 105px 1fr;
    border-radius: 42px;
  }

  .step-number {
    font-size: 36px;
  }

  .step-content {
    padding: 22px 24px 22px 42px;
  }
}

@media (max-width: 575px) {
  .eot-why-globet-head h2 {
    font-size: 28px;
  }

  .eot-why-step {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .step-label {
    min-height: 42px;
    background: #ffffff;
  }

  .step-number {
    min-height: 76px;
  }

  .step-number::before,
  .step-number::after {
    display: none;
  }

  .step-content {
    padding: 24px;
    text-align: center;
  }
}

.eot-faq-section {
  padding: 95px 20px;
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(6, 20, 38, 0.04) 1px, transparent 1px),
    #f7f8f9;
  background-size: 34px 34px;
  font-family: Arial, sans-serif;
}

.eot-faq-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: start;
}

.eot-faq-heading {
  padding: 42px 36px;
  background: #061426;
  border-radius: 8px;
  position: sticky;
  top: 110px;
  overflow: hidden;
}

.eot-faq-heading::after {
  content: "FAQ";
  position: absolute;
  right: -14px;
  bottom: -18px;
  color: rgba(255, 255, 255, 0.05);
  font-size: 118px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.eot-faq-heading span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 22px;
  background: #111111;
  color: #f7da1e;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.eot-faq-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.eot-faq-accordion {
  display: grid;
  gap: 14px;
}

.eot-faq-item {
  background: #ffffff;
  border: 1px solid rgba(6, 20, 38, 0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(6, 20, 38, 0.08);
  transition: 0.3s ease;
}

.eot-faq-item:has(.eot-faq-question[aria-expanded="true"]) {
  border-color: rgba(247, 218, 30, 0.75);
  box-shadow: 0 18px 44px rgba(6, 20, 38, 0.13);
}

.eot-faq-question {
  width: 100%;
  min-height: 74px;
  padding: 20px 74px 20px 26px;
  background: #ffffff;
  border: 0;
  color: #061426;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  text-align: left;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}

.eot-faq-toggle {
  content: "+";
  width: 40px;
  height: 40px;
  background: #f7da1e;
  color: #111111;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  transition: 0.3s ease;
  pointer-events: none;
}

.eot-faq-toggle::before {
  content: "+";
}

.eot-faq-question[aria-expanded="true"] .eot-faq-toggle::before {
  content: "-";
}

.eot-faq-question[aria-expanded="true"] .eot-faq-toggle {
  background: #ffffff;
  transform: translateY(-50%) rotate(180deg);
}

.eot-faq-question:hover,
.eot-faq-question[aria-expanded="true"] {
  background: #061426;
  color: #ffffff;
}

.eot-faq-question:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(247, 218, 30, 0.7);
}

.eot-faq-answer {
  padding: 24px 28px 28px;
  color: #555555;
  font-size: 16px;
  line-height: 1.75;
  background: #ffffff;
  border-top: 1px solid rgba(6, 20, 38, 0.08);
}

@media (max-width: 991px) {
  .eot-faq-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .eot-faq-heading {
    position: relative;
    top: auto;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .eot-faq-section {
    padding: 60px 15px;
  }

  .eot-faq-heading h2 {
    font-size: 30px;
  }

  .eot-faq-question {
    min-height: 68px;
    padding: 18px 64px 18px 18px;
    font-size: 16px;
  }

  .eot-faq-toggle {
    right: 16px;
    width: 36px;
    height: 36px;
  }

  .eot-faq-answer {
    padding: 20px 18px;
    font-size: 15px;
  }
}

.eot-solution-cta {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.eot-solution-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 58px;
  background: #061426;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(6, 20, 38, 0.16);
}

.eot-solution-wrap::before {
  content: "";
  width: 9px;
  height: 100%;
  background: #f7da1e;
  position: absolute;
  top: 0;
  left: 0;
}

.eot-solution-wrap::after {
  content: "";
  width: 210px;
  height: 210px;
  border: 34px solid rgba(247, 218, 30, 0.12);
  border-radius: 50%;
  position: absolute;
  right: -72px;
  bottom: -84px;
}

.eot-solution-content {
  max-width: 920px;
  position: relative;
  z-index: 1;
}

.eot-solution-content span {
  display: block;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
}

.eot-solution-content p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.75;
}

.eot-solution-content p:last-child {
  margin-bottom: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #f7da1e;
  font-weight: 700;
}

@media (max-width: 575px) {
  .eot-solution-cta {
    padding: 60px 15px;
  }

  .eot-solution-wrap {
    padding: 36px 26px;
  }

  .eot-solution-content span {
    font-size: 28px;
  }

  .eot-solution-content p {
    font-size: 15.5px;
  }
}


.eot-invest-section {
  padding: 70px 20px;
  font-family: Arial, sans-serif;
}

.eot-invest-wrap {
  max-width: 1280px;
  margin: auto;
  background: #f6f7f9;
  border-left: 7px solid #f7da1e;
  border-radius: 0 12px 12px 0;
  padding: 60px;
  position: relative;
  overflow: hidden;
}


.eot-small-title {
  display: inline-block;
  color: #f7da1e;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.eot-invest-content {
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.eot-invest-content h2 {
  font-size: 48px;
  line-height: 1.15;
  color: #000;
  margin: 0 0 25px;
  font-weight: 800;
}

.eot-invest-content p {
  font-size: 21px;
  line-height: 1.65;
  color: #222;
  margin: 0 0 22px;
}

@media (max-width: 768px) {
  .eot-invest-wrap {
    padding: 35px 25px;
  }

  .eot-invest-content h2 {
    font-size: 34px;
  }

  .eot-invest-content p {
    font-size: 17px;
  }
}





/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

.quality-commitment{
    position:relative;
    background:#050505;
    border-radius:18px;
    overflow:hidden;
    padding:90px 80px;
    font-family:'Poppins',sans-serif;
    color:#fff;
    margin:60px auto;
    max-width:1400px;
}

.quality-content{
    position:relative;
    z-index:2;
    max-width:950px;
}

/* Small Label */

.quality-tag{
    display:inline-block;
    padding:14px 28px;
    background:#202020;
    color:#fff;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    margin-bottom:35px;
    transition:.4s;
}

.quality-tag:hover{
    background:#f7da1e;
    transform:translateY(-3px);
}

/* Heading */

.quality-content h2{
    font-size:58px;
    line-height:1.15;
    font-weight:700;
    margin-bottom:30px;
    letter-spacing:-1px;
}

.quality-content h2 span{
    color:#f7da1e;
}

/* Paragraph */

.quality-content p{
    font-size:20px;
    line-height:1.9;
    color:#d4d4d4;
    max-width:1000px;
}

/* Decorative Circle */

.circle{
    position:absolute;
    width:340px;
    height:340px;
    border:35px solid rgba(255,255,255,.06);
    border-radius:50%;
    right:-170px;
    bottom:-170px;
    animation:rotateCircle 18s linear infinite;
}

/* Orange Glow */

.quality-commitment::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(242,140,24,.12);
    filter:blur(90px);
    top:-80px;
    left:-80px;
}

/* Top Border */

.quality-commitment::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:0%;
    height:4px;
    background:#f7da1e;
    transition:.7s;
}

.quality-commitment:hover::after{
    width:100%;
}

/* Animation */

@keyframes rotateCircle{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

/* Responsive */

@media(max-width:992px){

.quality-commitment{
    padding:70px 40px;
}

.quality-content h2{
    font-size:42px;
}

.quality-content p{
    font-size:18px;
}

.circle{
    width:260px;
    height:260px;
    right:-130px;
    bottom:-130px;
}

}

@media(max-width:576px){

.quality-commitment{
    padding:55px 25px;
}

.quality-content h2{
    font-size:32px;
}

.quality-content p{
    font-size:16px;
    line-height:1.8;
}

.quality-tag{
    font-size:15px;
    padding:12px 22px;
}

.circle{
    display:none;
}

}


.market-area-section {
  padding: 90px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
}

.market-area-section::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(6, 20, 38, 0.08);
  position: absolute;
  left: 0;
  top: 0;
}

.market-area-wrap {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.market-area-title {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.market-area-title span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 22px;
  background: #061426;
  color: #f7da1e;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.market-area-title h2 {
  margin: 0;
  color: #061426;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
}

.market-area-grid {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 0;
  counter-reset: market-location;
  border-top: 1px solid rgba(6, 20, 38, 0.12);
}

.market-area-grid a {
  min-height: 92px;
  padding: 22px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(6, 20, 38, 0.12);
  border-radius: 0;
  color: #061426;
  text-decoration: none;
  display: grid;
  grid-template-columns: 90px 58px 1fr;
  align-items: center;
  gap: 22px;
  text-align: left;
  font-size: 24px;
  font-weight: 800;
  position: relative;
  overflow: visible;
  counter-increment: market-location;
  transition: 0.35s ease;
}

.market-area-grid a::before {
  content: counter(market-location, decimal-leading-zero);
  color: rgba(6, 20, 38, 0.2);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  transition: 0.35s ease;
}

.market-area-grid a i {
  width: 52px;
  height: 52px;
  background: #061426;
  color: #f7da1e;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: relative;
  z-index: 1;
  transition: 0.35s ease;
}

.market-area-grid a span {
  position: relative;
  z-index: 1;
}

.market-area-grid a:hover {
  color: #061426;
  transform: translateX(10px);
}

.market-area-grid a:hover::before {
  color: #f7da1e;
}

.market-area-grid a:hover i {
  background: #f7da1e;
  color: #061426;
  transform: scale(1.08);
}

@media (max-width: 991px) {
  .market-area-grid {
    max-width: 760px;
  }
}

@media (max-width: 575px) {
  .market-area-section {
    padding: 65px 15px;
  }

  .market-area-title h2 {
    font-size: 30px;
  }

  .market-area-grid {
    border-top: 0;
  }

  .market-area-grid a {
    grid-template-columns: 48px 46px 1fr;
    gap: 14px;
    min-height: 78px;
    font-size: 19px;
  }

  .market-area-grid a::before {
    font-size: 20px;
  }

  .market-area-grid a i {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
