/*
Theme Name: Dynamic Courier
Author: Acqurio Tech
Author URI: https://acquriotech.com/
Description: Custom theme for Dynamic Courier
Version: 1.0
Text Domain: dc.acqurio.tech
*/

body {
  background-color: #ffffff;
}
/* start 28-05-2026 document page */
.download-icons {
	display: flex;
	gap: 10px;
	align-items: center;
}
span.wpcf7-not-valid-tip {
	text-align: left !important;
}
#DownloadPopup button {
	border: 1px solid var(--pbmit-global-color) !important;
}
.text-center.cbtnp p, .text-center.cbtnp button {
	margin: 0 !important;
}
.doc-page td i {
	font-size: 25px;
}
.doc-page i.fa.fa-file-pdf {
	color: red;
}
.doc-page i.fa.fa-file-excel {
	color: green;
}
/* end 28-05-2026 Document page */
/* start 28-05-2026 single services */
.service-detail-hero {
	position: relative;
	z-index: 1;
	padding: 150px 0 10px 0;
	display: flex;
	align-items: end;
}
/* end 28-05-2026 single services */
/* start 28-05-2026 */
body {
  user-select: text !important;
  -webkit-user-select: text !important;
}

/* end 28-05-2026 */
/* Start 20-02-2026 */
.page-id-9 .iti__selected-dial-code,
.single-post .iti__selected-dial-code {
  color: #ffffff8c !important;
}

ul.iti__country-list li span.iti__country-name {
  color: #304364 !important;
}

/*ul.iti__country-list {
    overflow: auto;
    width: auto;
    max-width: 465px;
}*/
.page-id-9 .iti__arrow,
.page-id-9 .iti__arrow.iti__arrow--up,
.single-post .iti__arrow,
.single-post .iti__arrow.iti__arrow--up {
  border-top-color: #96a5cc !important;
  border-bottom-color: #96a5cc !important;
}

.page-id-9 .iti__selected-flag:focus,
.single-post .iti__selected-flag:focus {
  outline: none !important;
}

.iti__country-list {
  max-width: 400px !important;
  padding: 0 !important;
}

/* End 20-02-2026 */
.clr-white {
  color: #fff;
}

.pbmit-service-style-3 .pbmit-service-description p {
  -webkit-line-clamp: unset !important;
}

/* header button hover */
/* .header-style-1 .pbmit-header-button2 a:hover {
    background-color: #fff;
    color: #37ac4a;
} */
.header-style-1 .pbmit-header-button2 a:hover {
  background-color: #ffffff00;
  color: #ffffff;
  box-shadow: 0px 0px 5px lightcyan;
}

.header-style-1 .pbmit-header-button2 a {
  font-size: 18px;
}

.header-style-1:after {
  background: linear-gradient(to bottom,
      rgb(4 23 47 / 90%) 5%,
      rgb(4 23 47 / 90%) 0%,
      rgb(4 19 37 / 0%) 100%);
}

.pbmit-title-bar-wrapper::after {
  background: none;
}

/* header button hover */
/* slider height */
.pbmit-slider-one .pbmit-slider-item {
  height: 760px;
}

.track-order {
  padding: 12px 60px 12px 30px;
}

.track-order .pbmit-button-text:before {
  content: "\e8d2";
  position: absolute;
  font-size: 16px;
  right: 4px;
  top: 4px;
  left: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 39px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* munu hover color change */

.site-navigation ul.navigation>li::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #00358d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  margin-top: 45px;
}

.site-navigation ul.navigation>li:hover::after,
.site-navigation ul.navigation>li.active::after,
.site-navigation ul.navigation>li.current-menu-parent::after {
  transform: scaleX(1);
}

/* slider height */
/* slider */
.pbmit-slider-one .pbmit-slider-right-content {
  padding-left: 0px !important;
}

.pbmit-slider-one .swiper-slide-active .pbmit-slider-right-content:before {
  width: 0 !important;
}

.pbmit-slider-area .slider-content-cus p.pbmit-title,
.slider-content-cus p.pbmit-title {
  font-size: 37px;
  line-height: 42px;
}

.pbmit-slider-area .slider-content-cus p.pbmit-title a,
.slider-content-cus p.pbmit-title a {
  color: #fff;
}

.pbmit-slider-area .slider-content-cus,
.slider-content-cus {
  background-color: #00000070;
  padding: 20px 35px;
  border-radius: 15px;
  margin-bottom: 15px;
}

.services-detail .pbmit-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: var(--pbmit-white-color);
}

.services-detail .pbmit-sub-title {
  font-size: 12px;
  line-height: 22px;
  border: 1px solid var(--pbmit-white-color);
  border-radius: 50px;
  font-weight: 600;
  padding: 4px 15px 2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: max-content;
  margin-bottom: 20px;
  color: var(--pbmit-white-color);
}

.slider-content-cus .pbmit-sub-title {
  background-color: #00358d;
}

.slider-social-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  font-family: var(--pbmit-btn-typography-font-family);
  font-size: var(--pbmit-btn-typography-font-size);
  font-weight: var(--pbmit-btn-typography-variant);
  line-height: var(--pbmit-btn-typography-line-height);
  letter-spacing: 0px;
  font-style: normal;
  padding: 12px 30px 12px 30px;
  border: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  white-space: nowrap;
  fill: var(--pbmit-white-color);
  color: var(--pbmit-white-color) !important;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 15px;
}

.pbmit-slider-one .pbmit-button a.whatsapp-btn,
a.whatsapp-btn {
  background-color: #28a745;
}

.pbmit-slider-one .pbmit-button a.call-btn,
a.call-btn {
  background-color: #28a745;
}

.pbmit-slider-one .pbmit-button a.connect-btn,
a.connect-btn {
  background-color: #00358d;
}

.pbmit-slider-one .pbmit-button a {
  background-color: #00358d;
}

.pbmit-slider-one .pbmit-button a:hover {
  background-color: rgba(var(--pbmit-white-color-rgb), 0.25);
  color: #fff;
}

.hero_section .call-btn:hover,
.hero_section .whatsapp-btn:hover {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
  background: white !important;
  box-shadow: 0px 0px 5px lightgreen !important;
}

.hero_section .connect-btn:hover {
  color: #00358d !important;
  background: white !important;
  box-shadow: 0px 0px 5px #00368d75 !important;
}

/* slider */
/* about home */
.about-one-img {
  padding: 375px 0;
}

.about-three-right-box {
  padding: 0px;
}

.about-three-left-box .about-second-img .img-wrap:before {
  bottom: 123px;
  top: auto;
  left: -20px;
  box-shadow: 0 20px 0 0 white;
}

.about-three-left-box .about-second-img .img-wrap:after {
  top: -40px;
  left: calc(100% - 70px);
  box-shadow: 0 20px 0 0 white;
}

.about-three-left-box .about-second-img .img-wrap {
  background-color: white;
}

.hero_section p {
  margin-bottom: 15px;
}

/* about home */
/* contact form cta */
.pbmit-heading-subheading .contact-title {
  font-size: 30px;
  line-height: 20px;
}

.contact-one-right-bg {
  padding: 50px 60px 15px 60px;
}

.pbmit-heading-subheading {
  margin-bottom: 25px;
}

/* contact form cta */
/* popup form */
/* .popmake {
    padding: 0 !important;
    border: 0 !important;
}

.popmake .left-block,
.popmake .right-block {
    padding: 40px;
} */
/* Ensure modal-content is relatively positioned */
.modal-content {
  position: relative;
}

/* Position close button in the top-right corner of modal */
.custom-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1055;
}

.model {
  width: 700px !important;
}

.modal-body .left-block {
  background-color: #3d3e52;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.modal-body .contact-block-text {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-body .contact-block-text,
.modal-body .divider {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.modal-body .right-block button.pbmit-btn.pbmit-btn-white.submit.my-3 {
  background-color: #00348b;
  color: #fff;
}

/* .modal-dialog-centered{
    min-height: unset;
} */
/* .btn-close{
    position: absolute;
} */

.modal-body .right-block {
  padding-top: 20px;
  padding-right: 25px;
}

.modal-body .right-block .pbmit-btn-white .pbmit-button-text:before {
  background-color: #fff;
  color: #000;
}

.modal-body .form-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.modal-body .right-block .form-content {
  margin-bottom: 15px;
}

/* popup form */
/* counter */
.fid-two-area {
  margin-top: 7px !important;
  z-index: 9;
  padding: 10px 0px 10px 0px;
}

p.pbmit-fid-inner {
  font-weight: 600;
  font-size: 48px !important;
  line-height: 48px !important;
}

p.pbmit-fid-inner span.pbmit-fid {
  margin-left: 10px;
}

.pbmit-fid-icon-title {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

.pbmit-fid-icon-title span.pbmit-fid-title {
  color: #fff !important;
}

/* counter */
/* marquee section */
.pbmit-marquee-effect-style-1 .pbmit-element-title {
  font-size: 80px !important;
}

/* marquee section */
/* how it work section */
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox {
  width: 50%;
}

/* how it work section */
/* feature section home */
.pbmit-ihbox-style-8 .pbmit-ihbox-box {
  align-items: start;
}

/* feature section home */

/* social icon header and footer */
.site-header .social-links-wrapper ul li a,
.site-footer .pbmit-social-links li a {
  font-size: 20px !important;
}

/* social icon header and footer */
/* whatsapp sticky */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  background-color: #25d366;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  animation: bounce 2s infinite;
  transition: transform 0.3s;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* whatsapp sticky */

/* header sticky*/

header.header-style-1 {
  overflow: visible !important;
  margin: 20px 0px;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #4d80da;
  transition: background-color 0.3s ease;
}

.pbmit-header-content {
  padding: 0px 20px;
}

.header-style-1 .pbmit-header-overlay {
  padding-top: 0px !important;
}

.pbmit-header-overlay .scrolled {
  background-color: var(--pbmit-global-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 20px 0px;
  width: 100%;
}

.pbmit-main-header-area {
  padding-top: 25px;
}

/* header sticky */

/* faqs section */
.accordion-item .accordion-button {
  padding: 20px 0 20px 50px;
}

.page-template-home-page .accordion-body {
  padding: 0px 200px 0px 50px;
}

.accordion-item .pbmit-number {
  font-size: 24px;
}

/* faqs section */

/* home page service section */
.pbmit-service-style-3 .pbmit-content-box {
  width: 100%;
}

.home .pbmit-service-description p {
  color: #fff !important;
}

/* home page service section */

/* paggination for main service page */
ul.pagination li {
  margin: 0 15px;
}

/* paggination for main service page */

/* Document page */
.documents-main .widget .pbmit-download .pbmit-item-download {
  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
}

/* Document page */

/* service detail page */
.list-style-main ul li {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 10px;
}

/* service detail page */

/* sub menu */
.main-menu .navigation>li>ul a,
.main-menu .navigation>li a {
  font-size: 14px;
  text-transform: capitalize !important;
}

/* sub menu */
/* footer */
.site-footer {
  padding-top: 0;
}

.footer-widget {
  margin-bottom: 10px;
}

.site-footer .pbmit-footer-text-area a {
  color: var(--pbmit-global-color);
  font-size: 15px;
  text-decoration: underline;
}

.site-footer .pbmit-footer-text-area a:hover {
  text-decoration: underline !important;
}

.site-footer .menu li>a:hover {
  color: var(--wp--preset--color--pale-cyan-blue);
}

.Addresss {
  display: inline-flex;
}

/* footer */

.home-info .pbminfotech-ele-fid-style-2 .pbmit-fld-wrap {
  display: flex;
  align-items: center;
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.home-info-desc p {
  margin-bottom: 15px !important;
  line-height: 20px;
}

.pbmit-slider-area .slider-content-cus,
.slider-content-cus {
  padding: 15px 35px;
}

.fid-two-area .col-md-12 {
  text-align: center;
  border-right: 1px solid white;
}

.pbmit-slider-area .pbmit-slider-content .pbmit-sub-title {
  margin-bottom: 0;
}

/* ensure buttons always clickable on iOS Safari */
.pbmit-slider-content,
.pbmit-button,
.pbmit-button a {
  z-index: 50 !important;
}

/* background should never capture clicks */
.pbmit-slider-bg {
  pointer-events: none !important;
}

/* reduce tap delay feel */
.call-btn,
.whatsapp-btn,
.connect-btn {
  touch-action: manipulation !important;
  -webkit-tap-highlight-color: transparent !important;
}

/* internal text color */
.main-title-span {
  color: #16388e;
  font-weight: bold;
}

.main-para-span {
  color: #092d8a;
  color: #00358d;
  font-weight: bold;
}

.slider-content-cus p.pbmit-sub-title.transform-right.transform-delay-1 {
  padding: 12px 20px 12px 20px !important;
  font-size: 14px;
}

.pbmit-slider-area .transform-right span {
  margin-right: 5px;
}

.slider-content-cus .pbmit-base-icon-arrow-right:before {
  font-size: 14px;
}

.slider-content-cus .pbmit-slider-area .pbmit-slider-content .pbmit-sub-title {
  text-transform: inherit;
}

.pbmit-static-box-style-1 .pbmit-box-number {
  left: 14px;
}

.pbmit-static-box-style-1 .pbmit-content-box .pbmit-box-number {
  text-align: right;
  right: -81%;
}

.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title {
  font-size: 19px;
}

.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title {
  display: block;
  font-weight: 600;
}

.home-form .wpcf7-list-item-label {
  color: white;
}

.home-form p {
  margin: 0px 0px 20px;
}

.home-form input {
  margin-bottom: 0px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
  background: white;
  margin: 1em 0.5em 1em;
  padding: 10px;
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.kyc-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form-rightbox .wpcf7 form.invalid .wpcf7-response-output {
  color: red;
  background: white;
  margin: 1em 0.5em 1em;
  padding: 10px;
  border: 2px solid #ff0000;
  border-radius: 10px;
}

.kyc-form p {
  margin: 0px;
}

.kyc-form .form-label {
  margin-left: 20px;
}

.kyc-form input[type="file"].form-control {
  margin-bottom: 5px;
  /* opacity: 0; */
}

.list_document ul {
  margin-left: 15px;
}

.list_document ul li {
  list-style: disc;
}

.list_document ul.kyc-list {
  margin-bottom: 25px;
}

.popup-main .wpcf7 form.invalid .wpcf7-response-output {
  color: red;
  background: var(--wp--preset--color--white);
  margin: 1em 0.5em 1em;
  padding: 10px;
  border: 2px solid #ff000099;
  border-radius: 10px;
}

.home-form .pbmit-heading-subheading .pbmit-heading-desc {
  margin-top: 15px;
}

a.email-btn {
  background-color: #0d6efd;
}

.pbmit-heading-subheading .pbmit-title {
  font-size: 50px;
  line-height: 55px;
}

.pbmit-heading-subheading .pbmit-subtitle {
  text-transform: inherit;
  font-size: 16px;
}

.why-choose-box .pbmit-ihbox-style-8 {
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  padding: 30px 20px;
  transition:
    transform 0.3s ease-in-out,
    background 0.5s ease-in-out;
  cursor: default;
  /* height: 395px; */
}

.why-choose-box .pbmit-ihbox-style-8:hover {
  transform: scale(1.03);
  /* background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5); */
  background: linear-gradient(to right, #6190e8, #a7bfe8);
}

.why-choose-box .pbmit-ihbox-style-8:hover .why-image {
  filter: invert(1);
}

.why-choose-box .pbmit-ihbox-style-8:hover.pbmit-ihbox-style-8 .pbmit-element-title,
.why-choose-box .pbmit-ihbox-style-8:hover.pbmit-ihbox-style-8 .pbmit-heading-desc {
  color: white !important;
}

/* .single-services .why-choose-box .pbmit-ihbox-style-8 {
    height: 205px;
} */

.our-partners-logo {
  background: #ebeff3;
  padding: 50px 0px;
  margin-top: 50px;
}

.our-partners-logo .swiper-wrapper {
  height: 70px;
}

.map-countrys h3 {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  color: white !important;
}

.map-countrys .col-lg-2 {
  border-right: 1px solid white;
  justify-content: center;
}

.about-us-section-two {
  padding: 60px 0 30px 0;
}

.about-us-section-two .pbmit-ihbox-style-2 .pbmit-element-title {
  padding: 15px 0px;
  margin: 0px;
}

.how-it-work {
  background: #ebeff3;
  padding: 50px 0px;
}

.home-form {
  background: #ebeff3;
}

.marquee,
.contact-Us-Section,
.service-main-page {
  background: #ebeff3;
}

.page-template-services-page-php .how-it-work {
  background-color: #ebeff3;
}

.page-template-services-page-php .site-content {
  background-color: #ebeff3;
}

.pbmit-service-style-1 .pbmit-service-description p {
  -webkit-line-clamp: 3;
}

/* .page-template-services-page-php .pbmit-content-box {
    height: 210px;
} */

/* .page-template-services-page-php .why-choose-box .pbmit-ihbox-style-8 {
    height: 200px;
} */

/* .page-template-services-page-php .service-common-cta2 {
    background: #ebeff3;
} */

/* #6a7dad0f */

.blog-section {
  background: #ebeff3;
  padding: 50px 0px;
}

.accordion-item .pbmit-accordion-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.service-one-bg {
  margin: 50px 20px;
}

.testimonial-home .testimonial-one {
  border: 0;
  padding: 50px 0px;
}

.testimonial-home .testimonial-one .swiper-slider {
  padding: 0;
}

.hero_section .about-one-heading-subheading {
  padding: 25px 0px;
}

.why-choose-box {
  padding: 40px 0px;
}

.service-home-page .swiper-wrapper {
  padding-top: 30px;
}

.service-home-page .pbmit-service-style-3 .pbminfotech-post-item {
  border: none;
  border-radius: 30px;
  box-shadow: 0px 0px 5px lightcyan;
}

.service-home-page .swiper-slider {
  padding: 20px;
}

.service-home-page .pbmit-service-style-3 .pbmit-service-description {
  border-top: 1px solid white;
  margin: 20px 0px 0px;
}

/* common CTA Section Start */
.service-detail-cta-main p.cta-headding {
  font-size: 35px;
  font-weight: bold;
}

.row.service-detail-cta-main {
  background-color: #d5dbeb;
  padding: 50px;
  border-radius: 15px;
}

.service-detail-cta-main .btn-col {
  display: flex;
  vertical-align: middle;
  margin: auto;
  flex-basis: content;
}

.blog-detail-common-cta .service-detail-cta-main .btn-col {
  margin: unset !important;
}

/* service page new section */
/* Industry box */
.industry-box {
  background-color: #fff;
  position: relative;
  padding: 40px 19px 0px;
  border-radius: 10px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  height: 160px;
  transition: all 0.4s ease;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* Content with icon and title */
.-industry-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  transition: all 0.4s ease;
}

/* On hover: move content up */
.industry-box:hover .-industry-content {
  transform: translateY(-30px);
}

/* Icon */
.industry-box .-industry-content img {
  transition: all 0.4s ease;
  transform-origin: left center;
  /* prevent shifting */
}

/* Icon on hover - smaller but stays left */
.industry-box:hover .-industry-content img {
  transform: scale(0.5);
}

/* Title text */
.industry-box .-industry-content p {
  font-size: 27px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  color: #000;
  transition: all 0.4s ease;
  text-align: left;
}

/* Title on hover - smaller */
.industry-box:hover .-industry-content p {
  font-size: 22px;
  line-height: 23px;
  margin-left: -37px;
}

/* Description - initially hidden */
.industry-description {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  pointer-events: none;
  text-align: left;
}

/* Description visible on hover */
.industry-box:hover .industry-description {
  opacity: 1;
  transform: translateY(-40px);
  pointer-events: auto;
}

.industry-description p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
}

.send-courier .send-courier-para {
  color: #00358d;
  font-size: 16px;
  font-weight: 600;
}

.send-courier h5 {
  font-size: 50px;
  margin-bottom: 20px;
}

.how-it-work h6 {
  font-size: 50px;
}

aside.one-widget p {
  text-align: justify;
}

.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-desc {
  overflow: visible !important;
  display: block;
}

.service-home-page .pbmit-service-style-3 .pbminfotech-box-content-desc-wraper {
  padding: 30px 30px 0px;
  height: 305px;
}

.service-common-cta {
  background: #ebeff3;
}

.single-services .testimonial-home {
  background: #ffffff;
  border-top: 5px solid #ebeff3;
  border-bottom: 5px solid #ebeff3;
}

.row.service-detail-cta-main {
  background: linear-gradient(to right, #182848, #4b6cb7);
  color: white;
}

.service-common-cta .slider-social-btn:hover,
.service-common-cta2 .slider-social-btn:hover,
.modal-body .slider-social-btn:hover {
  background-color: #ffffff;
  color: #28a745 !important;
}

.service-common-cta .connect-btn:hover,
.service-common-cta2 .connect-btn:hover,
.modal-body .email-btn:hover {
  background-color: #ffffff;
  color: #00358d !important;
}

.modal-body .email-btn {
  background-color: #00358d;
}

/* .service-common-cta2 .slider-social-btn:hover {
    background-color: #ffffff;
    color: #28a745;
} */

/* .service-common-cta2 .connect-btn:hover {
    background-color: #ffffff;
    color: #00358d;
} */

.service-detail-hero .slider-social-btn:hover {
  background-color: rgba(var(--pbmit-white-color-rgb), 0.25);
  color: #fff;
}

/* map image height */
.map-image {
  height: 400px;
  overflow: hidden;
}

/* mobile contact icon */
.mobile-device {
  display: none;
}

/* track-shipment */
.track-shipment {
  display: none;
  position: fixed;
  top: 465px;
  right: -81px;
  background: #00358d;
  z-index: 99;
  rotate: 90deg;
  border-radius: 0px 0px 10px 10px;
  /* animation: rippleWave 1.5s ease-in-out infinite; */
}

@keyframes rippleWave {
  0% {
    box-shadow: 0 0 0 0 rgba(180, 180, 180, 0.5);
  }

  100% {
    box-shadow:
      0 0 15px 10px rgba(160, 160, 160, 0.4),
      0 0 30px 20px rgba(130, 130, 130, 0.25),
      0 0 45px 30px rgba(100, 100, 100, 0.1);
  }
}

.track-shipment a {
  color: white;
  font-size: 17px;
  line-height: 53px;
  text-transform: uppercase;
  padding: 15px 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.track-shipment a i {
  rotate: 270deg;
  font-size: 20px;
  color: #c4cacf;
}

/* kyc form secton  */

.kyc-section .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  transition: all 0.3s ease-in-out;
}

.kyc-section .form-control {
  height: auto;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.kyc-submit {
  background-color: var(--pbmit-global-color);
}

.list-group-item {
  padding-left: 1.2rem;
  border: none;
  font-size: 16px;
  background-color: transparent;
}

.kyc-section-1 {
  background-color: #ffffff;
}

.kyc-section-1 .accordion-button {
  font-weight: 600;
}

.kyc-section-1 .accordion-body ul {
  padding-left: 1.2rem;
  list-style-type: disc;
}

.kyc-section-1 .accordion-body p {
  margin-bottom: 0.5rem;
}

.kyc-section-1 .accordion-item .accordion-button {
  padding: 20px 20px 20px 20px;
}

.kyc-section-1 .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.kyc-section-1 .accordion-body {
  padding: 20px;
}

.kyc-section-1 .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #00358d;
  transition: none;
}

.kyc-notes i {
  margin-right: 10px;
  color: #00358d;
}

/* .page-template-kyc-page-php .pbmit-title-bar-wrapper {
    min-height: auto;
} */

/* 
input[type="file"]::file-selector-button {
    background-color: #00358d !important;
    color: white !important;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

input[type="file"]::file-selector-button:hover {
    background-color: #00358d !important;
    color: white !important;
} */

input[type="file"].form-control {
  display: block;
  width: 100%;
  padding: 0px;
  height: 60px;
  font-size: 15px;
  border: 1px solid rgba(var(--pbmit-blackish-color-rgb), 0.15);
  background-color: transparent;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #333;
  cursor: pointer;
}

/* Hide default file upload button */
/* input[type="file"].form-control::-webkit-file-upload-button {
    visibility: hidden;
}

input[type="file"].form-control::before {
    content: 'Choose File';
    display: inline-block;
    background: #00358d;
    color: white;
    padding: 20px 33px;
    border-radius: 30px;
    border: none;
    margin-right: -77px;
    cursor: pointer;
} */

/* .custom-file-label {
    display: inline-block;
    background: #00358d;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    margin-right: 10px;
}

.hidden-file {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.custom-file-label .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
}

.file-name {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    color: #555;
} */
.kyc-form .wpcf7 form p {
  margin: 0;
  display: contents;
}

.custom-file-wrapper-with-border {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 60px;
  border: 1px solid #ccc;
  /* padding: 10px 15px; */
  border-radius: 30px;
  background-color: transparent;
  margin-bottom: 10px;
}


.custom-file-label {
  display: inline-block;
  background: #00358d;
  color: #fff;
  padding: 18px 30px;
  border-radius: 30px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hidden-file {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.custom-file-label .wpcf7-form-control-wrap {
  position: absolute;
  inset: 0;
}

.file-name {
  font-size: 14px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-file-label .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0px;
  color: #dc3232;
  font-size: 1rem;
  font-weight: normal;
  white-space: nowrap;
  z-index: 2;
  background: transparent;
}

/* Optional: Style for when a file is selected */
input[type="file"].form-control:focus::before {
  outline: 2px solid #aaa;
}

/* single blog start */
.single-blog table td {
  border: 1px solid;
  padding: 10px;
  word-break: break-all;
}

.single-blog table {
  margin-bottom: 15px;
}

/* single blog end */

/* blog section start */
.blog-section .accordion-item .accordion-button {
  padding: 20px;
}

.blog-section .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.blog-section .accordion-body {
  padding: 20px 0 20px 20px;
}

.blog-section .faq_section_1 .accordion-body {
  padding: 20px 20px 20px 20px;
}

.blog-section .faq_section_1 .accordion-item {
  margin-bottom: 10px;
}

.blog-section .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #00358d;
  transition: none;
}

.blog-section ul {
  list-style: disc;
  padding-left: 30px;
}

#collapseOne ul {
  list-style: auto !important;
}

.blog-section h2 {
  font-size: 33px;
  line-height: 38px;
  letter-spacing: 0px;
}

.blog-section p {
  margin: 10px 0 10px;
}

.scroll-spy {
  scroll-margin-top: 110px;
}

.blog-detail-sidebar-form {
  padding: 35px;
  background: #16388e;
  color: white;
  border-radius: 20px;
  position: sticky;
  top: 180px;
  overflow: visible;
}

.blog-detail-sidebar-form h2 {
  color: white;
  margin-bottom: 20px;
}

.blog-section .wpcf7-form .form-control {
  border: 1px solid white;
  color: white;
}

.wpcf7-form input:hover {
  -webkit-appearance: auto;
}

.wpcf7-form input:focus {
  -webkit-appearance: auto;
}

.blog-section .wpcf7 input::placeholder,
.blog-section .wpcf7 textarea::placeholder {
  color: white !important;
  opacity: 1;
}

.blog-detail-common-cta .row.service-detail-cta-main {
  padding: 20px;
}

.blog-detail-common-cta .service-detail-cta-main p.cta-headding {
  line-height: 40px;
}

.pbmit-blog-style-1 .pbmit-meta-date-wrapper:before {
  display: none;
}

/* contact us page  */
.contact-Us-Section .pbmit-ihbox-style-5 .pbmit-ihbox-contents {
  margin-bottom: 0px;
  /* height: 200px; */
}

.contact-Us-Section {
  padding-top: 50px;
  padding-bottom: 20px;
}

.Contact_Form_ .pbmit-btn-white {
  color: #ffffff;
  background-color: var(--pbmit-link-color-hover);
}

.Contact_Form_ .pbmit-btn-white:hover {
  background-color: #ffffff00;
  color: var(--pbmit-global-color);
  box-shadow: 0px 0px 5px var(--pbmit-global-color);
}

.Contact_Form_ .pbmit-btn-white:hover .pbmit-button-text::before {
  color: var(--wp--preset--color--white);
  background-color: var(--pbmit-global-color);
}

.Contact_Form_ .pbmit-btn-white .pbmit-button-text::before {
  color: var(--pbmit-link-color-hover);
  background-color: white;
}

/* popup form cta */
.popup-main {
  padding: 0px;
}

.popup-main .right-block .wpcf7-form .invalid p {
  margin-bottom: 0px;
}

.popup-main .right-block .wpcf7-form input {
  margin-bottom: 10px;
}

.page-template-services-page-php .slider-content-cus {
  margin-bottom: 5px;
}

.single-services .slider-content-cus {
  margin-bottom: 5px;
}

.wpcf7-not-valid-tip {
  margin-left: 20px;
  margin-top: 5px;
}

.form-control {
  margin-bottom: 0px;
}

#popmake-510 {
  top: 70px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  color: #000;
}

.wpcf7-form .wpcf7-textarea {
  color: #000;
}

.home-form .wpcf7-form input[type="text"],
.home-form .wpcf7-form input[type="email"],
.home-form .wpcf7-form input[type="tel"] {
  color: white;
}

.home-form .wpcf7-form .wpcf7-textarea {
  color: white;
}

.blog-detail-sidebar-form .wpcf7 .wpcf7-form input[type="text"],
.blog-detail-sidebar-form .wpcf7 .wpcf7-form input[type="email"],
.blog-detail-sidebar-form .wpcf7 .wpcf7-form input[type="tel"] {
  color: white;
}

.blog-detail-sidebar-form .wpcf7-form .wpcf7-textarea {
  color: white;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #888;
}

.about-section-three {
  padding: 50px 0 130px 0;
}

.logo-menu {
  display: none !important;
}

/* .faqs .accordion.style-3 .accordion-item .pbmit-accordion-title {
    font-size: 32px;
} */

.call-box .pbmit-heading-desc i,
.call-box .pbmit-heading-desc a {
  font-size: 16px;
}

.privacy- {
  display: none;
}

.page-template-tracking-page .pbmit-title-bar-wrapper {
  background-position: 0% 75%;
}

.page-template-contact-page .pbmit-tbar-title {
  margin-left: -141px;
}

.track-iframe #btnsubmit {
  background: #16388e !important;
}

.upload_document_ {
  font-size: 24px;
  line-height: 30px;
}

.service-details .accordion.style-3 .accordion-body {
  padding: 0px 200px 0px 50px;
}

.page-template-services-page .service-details .accordion.style-3 .accordion-body,
.page-template-kyc-page .service-details .accordion.style-3 .accordion-body,
.page-template-document-page .service-details .accordion.style-3 .accordion-body {
  padding: 0px 200px 20px 60px;
}

.single-post.postid-5163 .pbmit-title-bar-wrapper {
  background-position: 10% !important;
}

.single-post.postid-5179 .pbmit-title-bar-wrapper {
  background-position: 2% !important;
}

/*28-05-2026 start*/
.our-partners-logo .slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.our-partners-logo .slider-wrapper .slider-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

.our-partners-logo .slider-wrapper .slider-track .slide {
  flex: 0 0 auto;
  padding-right: 0;
  height: 90px;
}

.our-partners-logo .slider-wrapper .slider-track .slide img {
  margin-right: 100px;
  display: block;
}

/* Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.postid-5523 h3,
.postid-5585 h3,
.postid-5567 h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
}

.postid-5025 p {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.postid-5025 b,
.postid-5025 strong {
  font-weight: 500;
  color: #16388e;
}

.postid-5025 .pbmit-title-bar-wrapper {
  background-position: left;
}


.iti {
  display: block !important;
}

.custom-file-wrapper-with-border .hidden-file {
  z-index: -1 !important;
}

.page-id-2933 .pbmit-title-bar-content {
  padding: 350px 0 50px 0;
}

span.wpcf7-not-valid-tip {
  display: none;
}

span.wpcf7-not-valid-tip:first-of-type {
  display: block;
}

.ui-overlay {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 50%);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 300ms ease, visibility 0s linear 300ms;
}

.ui-dialog {
  position: relative;
  width: 600px;
  max-width: 92vw;
  /* max-height: 92vh; */
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
  text-align: center;
  overflow: hidden;
  transform: translateY(16px) scale(0.98);
  opacity: 0;
  transition: transform 300ms ease, opacity 300ms ease;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 18px;
}

.ui-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 300ms ease, visibility 0s linear 0s;
}

.ui-overlay.is-open .ui-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.ui-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.ui-close:hover {
  background: #e5e7eb;
}

.ui-header {
  grid-row: 1;
}

.ui-body {
  grid-row: 2;
  /* margin: 16px 0 22px; */
}

.ui-footer {
  grid-row: 3;
}

.ui-heading {
  font-size: 28px;
  line-height: 35px;
  margin: 0;
  margin-top: -6px;
  margin-bottom: -7px;
}

.ui-visual {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.ui-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ui-footer .pbmit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  width: 100%;
}

.ui-footer .slider-social-btn {
  margin-right: 0 !important;
  padding: 12px 20px;
}

.popup-points {
  position: absolute;
  left: 0px;
  bottom: 30px;
  z-index: 2;
  text-align: left;
  max-width: 320px;
}

.popup-points h3 {
  display: inline-block;
  background: #2d3353;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 25px;
  border-radius: 0 22px 22px 0;
  margin: 0 0 14px;
  line-height: 1.2;
}

.popup-points ul {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0;
}

.popup-points li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  line-height: 1.3;
}

.popup-points li::before {
  content: "✓";
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  background: #38c76a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cus-ui-pop.ui-overlay {
		position: fixed !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100dvh !important;
		z-index: 999999999 !important;
		background: rgba(0, 0, 0, 0.55) !important;
		align-items: center !important;
		justify-content: center !important;
		padding: 16px !important;
		box-sizing: border-box !important;
		overflow-y: auto !important;
	}

	.cus-ui-pop.ui-overlay.is-open {
		display: flex !important;
	}

	.cus-ui-pop .ui-dialog {
		width: min(80%, 100%) !important;
		max-width: 100% !important;
		max-height: calc(100dvh - 32px) !important;
		background: #fff !important;
		border-radius: 8px !important;
		text-align: start !important;
		padding: 0 !important;
		gap: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		overflow: hidden !important;
	}

	.cus-ui-pop .ui-header {
		padding: 10px 16px !important;
		border-bottom: 1px solid lightgray !important;
		flex-shrink: 0 !important;
	}

	.cus-ui-pop .ui-header .d-flex {
		gap: 10px !important;
	}

	.cus-ui-pop .ui-header h4 {
		margin: 0 !important;
		font-size: 20px !important;
	}

	.cus-ui-pop .ui-body h4 {
		font-size: 20px !important;
	}

	.cus-ui-pop .ui-header p {
		margin: 0 !important;
		font-size: 14px !important;
	}

	.cus-ui-pop .ui-body {
		padding: 16px !important;
		overflow-y: auto !important;
		flex: 1 1 auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	.cus-ui-pop .ui-footer {
		display: block !important;
		padding: 10px 16px !important;
		border-top: 1px solid lightgray !important;
		flex-shrink: 0 !important;
	}

	.cus-ui-pop #btn-close-kyc {
		width: 2em !important;
		height: 2em !important;
		font-size: 18px !important;
		line-height: 18px !important;
	}

	.kyc-form-image .kyc-image-sticky {
		position: sticky;
		top: 150px;
	}

	.kyc-section-1 {
		background: #ebeff3;
	}

	@media (max-width: 768px) {
		.cus-ui-pop.ui-overlay {
			height: 100dvh !important;
			padding: 70px 10px 15px 10px !important;
			align-items: flex-start !important;
			overflow-y: auto !important;
		}

		.cus-ui-pop .ui-dialog {
			width: 100% !important;
			max-height: calc(100dvh - 85px) !important;
			margin-top: 0 !important;
		}

		.cus-ui-pop .ui-header h4 {
			font-size: 18px !important;
			width: 100% !important;
		}

		.cus-ui-pop .ui-header .d-flex {
			align-items: flex-start !important;
		}

		.cus-ui-pop .ui-header .text-end {
			text-align: left !important;
		}

		.cus-ui-pop .ui-body {
			padding: 12px !important;
			overflow-y: auto !important;
			flex: 1 1 auto !important;
			min-height: 0 !important;
			max-height: none !important;
		}
	}

	@media (max-width: 480px) {
		.cus-ui-pop.ui-overlay {
			padding-top: 65px !important;
		}

		.cus-ui-pop .ui-dialog {
			width: 100% !important;
			max-height: calc(100dvh - 80px) !important;
			margin-top: 0 !important;
		}

		.cus-ui-pop .ui-header {
			padding: 10px 12px !important;
		}

		.cus-ui-pop .ui-body {
			padding: 12px !important;
			overflow-y: auto !important;
			flex: 1 1 auto !important;
			min-height: 0 !important;
			max-height: none !important;
		}

		.cus-ui-pop .ui-footer {
			padding: 10px 12px !important;
		}
	}


@media (max-width:1200px) {
  .ui-visual {
    max-height: 500px;
  }

  .ui-dialog {
    width: 600px;
  }
}

/* ================= MOBILE PORTRAIT (AS-IT-IS) ================= */
@media (max-width: 480px) {
  .ui-dialog {
    width: min(92vw, 420px);
    padding: 18px;
    max-height: 92vh;
  }

  .ui-footer .slider-social-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .popup-points {
    bottom: 20px;
    max-width: 240px;
  }

  .popup-points h3 {
    font-size: 10px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .popup-points ul {
    padding: 0 0 0 6px;
  }

  .popup-points li {
    font-size: 9px;
    margin-bottom: 6px;
    gap: 6px;
  }

  .popup-points li::before {
    width: 14px;
    height: 14px;
    min-width: 14px;
    font-size: 7px;
  }

  .ui-heading {
    font-size: 19px;
    line-height: 24px;
  }
}


@media (orientation: landscape) and (max-height: 750px) {

  .ui-dialog {
    /* width: 75vw;
			height: 92vh; */
    max-width: 700px;
    padding: 16px;
    border-radius: 14px;
    grid-template-columns: 50% 48%;
    grid-template-rows: auto 1fr;
    gap: 14px;
    align-items: stretch;
  }

  .ui-header {
    grid-column: 1 / -1;
    grid-row: 1;
    text-align: center;
  }

  .ui-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .ui-body {
    grid-column: 1;
    grid-row: 2;
    margin: 0 !important;

    height: 100%;
    min-height: 0;
    display: flex;
  }

  .ui-visual {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: block;
    object-fit: contain;
    background: #fff;
  }

  .ui-footer {
    grid-column: 2;
    grid-row: 2;
    margin: 0 !important;

    height: 100%;
    min-height: 0;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ui-footer .pbmit-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .ui-footer .slider-social-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 16px;
    font-size: 20px;
  }

  .popup-points h3 {
    display: inline-block;
    background: #2d3353;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 0 22px 22px 0;
    margin: 0 0 14px;
    line-height: 1.2;
  }

  .popup-points {
    bottom: 12px;
  }

  .popup-points li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 8px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .popup-points li::before {
    content: "✓";
    width: 14px;
    height: 14px;
    min-width: 14px;
    border-radius: 50%;
    background: #38c76a;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ui-overlay,
  .ui-dialog {
    transition: none;
  }
}

/*28-05-2026 end*/
@media (min-width: 2550px) {

  .postid-5256 .pbmit-title-bar-wrapper,
  .postid-5296 .pbmit-title-bar-wrapper,
  .postid-5254 .pbmit-title-bar-wrapper,
  .postid-5262 .pbmit-title-bar-wrapper,
  .postid-5260 .pbmit-title-bar-wrapper,
  .postid-5523 .pbmit-title-bar-wrapper {
    background-position: center bottom;
  }

  .postid-5256 .pbmit-title-bar-wrapper,
  .postid-5296 .pbmit-title-bar-wrapper {
    min-height: 650px;
  }

}

@media (max-width: 1780px) {
  .track-shipment {
    display: block;
  }

  .track-order {
    display: none;
  }

  .pbmit-header-button2 .pbmit-button-text {
    font-size: 0;
  }

  .pbmit-header-button2 .pbmit-button-text i {
    font-size: 25px;
    margin-right: 0;
  }

  .header-buttons .slider-social-btn {
    padding: 12px 30px 5px 30px;
  }

  .page-template-contact-page .pbmit-tbar-title {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1025px) {
  .service-home-page .pbmit-service-style-3 .pbminfotech-box-content-desc-wraper {
    padding: 30px 30px 0px;
    height: 430px;
  }

  .sub-menu {
    display: none;
  }

  .sub-menu.open {
    display: block;
  }
}

@media screen and (max-width: 1366px) {
  .site-navigation ul.navigation>li>a {
    font-size: 10px;
  }

  .contact-Us-Section .pbmit-ihbox-style-5 .pbmit-ihbox-headingicon {
    height: 360px !important;
  }
}

@media screen and (min-width: 1201px) {
  .services-drop ul.sub-menu {
    column-count: 3;
    column-gap: 30px;
    width: 770px;
    padding: 20px;
  }

  .services-drop ul.sub-menu li {
    break-inside: avoid;
    margin-bottom: 0px;
    padding: 5px 0px 0px 14px !important;
    width: 240px;
  }

  .header-style-1 .site-branding {
    padding-right: 73px;
  }
}

@media screen and (max-width: 1200px) {
  .mobile-device-1 {
    display: flex;
    margin-right: 15px;
  }

  .mobile-device {
    display: block;
    color: lightgreen;
    margin-right: 15px;
  }

  .main-menu .navigation>li>ul li.active>a {
    color: var(--pbmit-global-color);
  }

  .site-navigation ul.navigation>li>a {
    font-size: 15px;
  }

  .site-navigation ul.navigation>li::after {
    content: "";
    margin-top: 0px;
  }

  .site-header.header-style-1 .main-menu .navigation>li:first-child {
    margin-left: 15px;
  }

  .site-header .site-navigation ul.navigation>li>a {
    padding: 15px 0px;
  }

  .main-menu .navigation>li>ul a {
    padding: 5px 15px;
  }

  .main-menu .navigation>li.dropdown>ul.open {
    padding-left: 0px;
  }

  .service-main-page .pbmit-service-style-1 .pbmit-content-box {
    height: 233px;
  }
}

@media (max-width: 1024px) {
  #nav_menu-5 .widget-title {
    display: none;
  }

  header.header-style-1 {
    margin: 0px;
  }

  .header-style-1:after {
    border-radius: 0px;
  }

  #popmake-510 {
    top: 18px !important;
  }

  .why-choose-box .pbmit-ihbox-style-8 {
    height: 400px;
  }

  .industry-box {
    height: 200px;
    padding: 60px 20px 0px;
  }

  .industry-box:hover {
    padding: 40px 20px 0px;
  }

  .kyc-section-1 .accordion-body {
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service-home-page .pbmit-service-style-3 .pbminfotech-box-content-desc-wraper {
    padding: 30px 30px 0;
    height: 350px;
  }

  .home .pbmit-service-description p {
    color: #fff !important;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #popmake-510 {
    top: 100px !important;
    left: 23px !important;
  }

  .popup-main .right-block p {
    margin: 0px 0 10px;
  }

  .ihbox-swiper-arrow .swiper-button-next,
  .ihbox-swiper-arrow .swiper-button-prev {
    right: 10px;
  }

  .site-footer .pbmit-footer-widget-area {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .site-footer .widget {
    padding-top: 0px;
  }

  .industry-box {
    height: 170px;
  }

  .why-choose-box .pbmit-ihbox-style-8 {
    height: 330px;
  }

  .service-details .accordion.style-3 .accordion-body {
    padding: 0 50px 20px 60px;
  }

  .track-shipment {
    top: 600px;
  }

  .pbmit-slider-area .slider-content-cus {
    position: absolute;
    bottom: 12px;
    width: 88%;
  }

  .pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-element-title {
    color: white !important;
    text-shadow: none !important;
  }

  .marquee .swiper-wrapper {
    padding-bottom: 30px !important;
  }

  .service-home-page .swiper-slide {
    width: 50% !important;
  }

  .about-three-right-box {
    margin-top: 0px;
  }

  .page-id-2933 .pbmit-title-bar-wrapper {
    background-image: url(/wp-content/uploads/2026/05/KYC-MOBILE.png) !important;
    background-position: 100%;
  }

  .page-id-2933 .pbmit-title-bar-wrapper .pbmit-title-bar-content {
    padding: 200px 0 61px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .about-one-col2- {
    margin: 0px !important;
  }

  .map-image {
    height: auto;
  }

  .map-countrys .col-lg-2 {
    border: none;
    justify-content: center;
  }

  .slider-content-cus {
    text-align: left !important;
  }

  .animate-content- {
    justify-content: start !important;
  }

  header.header-style-1 {
    margin: 0px !important;
  }

  .service-detail-cta-main .btn-col {
    display: grid;
    vertical-align: middle;
    margin: auto;
    flex-basis: content;
  }

  .industry-box {
    height: auto !important;
    /* padding: 40px 20px !important; */
  }

  .industry-box .-industry-content p {
    font-size: 20px;
    line-height: 25px;
  }

  .slider-content-cus {
    padding: 15px 20px;
  }

  .service-detail-cta-main p.cta-headding {
    font-size: 28px;
    line-height: 33px;
  }

  .row.service-detail-cta-main {
    padding: 20px;
  }

  .pbmit-slider-one .pbmit-slider-content .pbmit-desc {
    display: block;
  }

  .how-it-work {
    padding: 30px 0px 6px;
  }

  .about-three-right-box {
    margin-top: 0px;
  }

  .accordion-three-bg .accordion .accordion-body {
    padding: 0 0 30px 50px;
  }

  .contact-us-left-area {
    padding: 0px;
  }

  .contact-form-rightbox {
    padding: 0;
    margin-top: 0px;
  }

  .home-form {
    padding: 30px 0px !important;
  }

  .swiper-slider.marquee .swiper-slide {
    padding: 25px;
  }

  .testimonial-home {
    margin: 30px 0px !important;
  }

  .testimonial-home .testimonial-one {
    padding: 0 !important;
  }

  .testimonial-home .testimonial-one .ti-reviews-container {
    margin-bottom: 0 !important;
  }

  .testimonial-home .testimonial-one .ti-reviews-container .ti-widget.ti-goog .ti-controls-line {
    margin: 20px auto 0px;
  }

  .blog-section {
    padding: 30px 0px 10px;
  }

  .faq-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pbmit-slider-area .slider-content-cus,
  .slider-content-cus {
    padding: 15px;
  }

  .slider-content-cus p {
    margin: 0px;
  }

  .site-footer .widget {
    padding-top: 0px;
  }

  .site-footer .pbmit-footer-widget-area {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .our-partners-logo {
    padding: 30px 0;
  }

  .our-partners-logo .swiper-wrapper {
    height: 100px;
  }

  .send-courier {
    margin: 30px 0px 20px !important;
  }

  .custom-close-btn {
    filter: invert(1);
  }

  .pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox {
    width: 100%;
  }

  .page-template-contact-page .pbmit-tbar-title {
    margin-left: 0px;
  }

  .single-services .testimonial-one {
    padding: 30px 0px 0px !important;
  }
}

@media screen and (max-width: 576px) {
  .header-style-1:after {
    border-radius: 0px;
  }

  /* .how-it-work .pbmit-static-box-style-1 {
        pointer-events: none !important;
    } */

  .site-content .pbmit-subtitle {
    margin-bottom: 10px;
  }

  .about-one-col2- {
    padding-top: 30px;
  }

  .pbmit-slider-area .slider-content-cus p.pbmit-title,
  .slider-content-cus p.pbmit-title {
    font-size: 30px;
    line-height: 35px;
  }

  .pum-container.pum-responsive {
    width: 90%;
    margin-left: -71%;
    top: 15px !important;
  }

  /* #nine {
        margin-top: -25px;
        margin-bottom: -20px;
    } */

  .why-choose-box .pbmit-ihbox-style-8 {
    height: 395px;
  }

  .pbmit-slider-area .pbmit-slider-bg {
    background-position: 70% !important;
  }

  .track-shipment {
    top: 460px;
  }

  .about-one-img {
    background-position: 10%;
  }

  .modal-body .right-block {
    padding: 25px;
  }

  .modal-body .left-block {
    width: 94%;
    margin: 0 auto;
    border-radius: 5px;
    padding-top: 15px;
  }

  .page-template-contact-page .pbmit-title-bar-wrapper {
    background-position: 9%;
  }

  /* .kyc-section-1 {
    padding-bottom: 0px !important;
  } */

  .page-template-kyc-page .site-content {
    padding-top: 0px !important;
  }

  .service-home-page .swiper-slide {
    width: 100% !important;
  }

  .page-template-services-page .service-details .accordion.style-3 .accordion-body,
  .page-template-kyc-page .service-details .accordion.style-3 .accordion-body,
  .page-template-document-page .service-details .accordion.style-3 .accordion-body {
    padding: 0px 20px 20px 60px;
  }

  .service-home-page .pbmit-service-style-3 .pbminfotech-box-content-desc-wraper p {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .single-post.postid-5254 .pbmit-title-bar-wrapper {
    background-position: 72% 100% !important;
  }

  .single-post.postid-5254 .pbmit-title-bar-wrapper,
  .pbmit-title-bar-content {
    min-height: 193px !important;
  }

  .single-post.postid-5585 .pbmit-title-bar-wrapper {
    background-position: 47%;
  }
}