/* FOR HOMEPAGE */

@media (max-width: 768px) {
  .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.hero-img {
  display: block;
  width: 50%;
  margin: 0 auto;
  height: auto;
}

@media (max-width: 768px) {
  .hero-img {
    width: 100%;
  }
}

.ptx-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* Card Wrapper Link */
.ptx-home-card-link {
    text-decoration: none;
    display: flex;
		margin: 10px;
}

.ptx-home-card-link:hover {
    transform: translateY(-6px) scale(1.02);
	transition: all 0.1s ease;
}

/* Card Container */
.ptx-home-card {
    height: 100%;
    width: 280px;
    padding: 32px;
    border-radius: 20px 20px 20px 0;
    background: #ffffff;
    position: relative;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease; 
}

/* Variant 2 */
.ptx-home-card--alt {
    background: #EDF6FF;
	  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.02);
}

/* Variant 3 */
.ptx-home-card--alt2 {
	flex-direction: row;
	width: 300px;
	box-shadow: 0 0 64px #DAE5FB;
	margin: 0;
}

/* Variant 4 */
.ptx-home-card--alt3 {
	border-radius: 20px;
	flex-direction: row;
	width: 300px;
	box-shadow: 0 0 64px #DAE5FB;
	margin: 0;
}

/* Icon (top-right background) */
.ptx-home-card-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.ptx-home-card-icon--alt {
		position: absolute;
  	top: 10px;
  	right: 20px;

  	width: 32px;
  	height: 32px;
	
		background-size: contain; 	
		background-repeat: no-repeat;
		background-position: center;
}

/* Content */
.ptx-home-card-title {
    margin: 0 0 12px;
    color: #24378B;
}

.ptx-home-card-desc {
    margin: 0 0 20px;
    color: #6b7280;
    line-height: 1.5;
	  flex-grow: 1;
}

.ptx-home-card-link-text {
    color: #1f3a93;
    font-weight: 300;
    font-size: small;
    margin-top: auto;
}

.video-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
}

.logo-section {
    display: inline-block; 
    background-color: #EDF6FF;
    border-radius: 20px;
    padding: 32px 32px; 
}

.client-logos-card {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
		padding-bottom: 24px;
}

.logo-item {
    flex: 0 0 calc(25% - 16px);
    max-width: calc(25% - 16px);

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

.logo-item img {
		height: 110px; 
		width: auto;
		max-width: 100%;
		object-fit: contain;
}

@media (max-width: 480px) {
    .logo-item {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo-item img {
        height: 80px;
    }
}

/* logo carousel */
.logo-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
	overflow: visible;
	position: relative;

  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.carousel-item {
  padding: 20px 0;
}

.carousel-inner {
  padding: 0 20px;
}

.logo-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.logo-wrapper {
  padding: 10px;
}

.logo-card img {
  max-height: 100px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/*
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 8 8' fill='%23202020' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 0L1.25 4l4 4 1.5-1.5L4.25 4l2.5-2.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 8 8' fill='%23202020' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.75 0l4 4-4 4-1.5-1.5L3.75 4 1.25 1.5z'/%3E%3C/svg%3E");
}
*/

/*
.carousel-control-prev {
  left: -20px; 
}

.carousel-control-next {
  right: -20px; 
}
*/

/* FOR ACQUIRE PAGES */

.acquire-hero-section {
  position: relative;
  min-height: 400px;
}

.acquire-tag {
  position: absolute;
  top: 0;
  right: 0;

  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 20px;
	margin-top: 40px;
	width: 15%;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.acquire-tag img {
  display: block;
  width: 70%;
  height: auto;
}

@media (max-width: 759px){
	  .acquire-tag {
    display: none;
  	}

  .acquire-hero-section .text-left 			{
    text-align: center !important;
  	}

  .acquire-hero-section p {
    padding-right: 0 !important;
  	}

  .acquire-hero-section .btn {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
	  .acquire-hero-section .col-md-8 		{
    display: flex;
    flex-direction: column;
    align-items: center;
		padding-bottom: 20px;
  	}
	
	.acquire-hero-section .col-md-4 img {
    width: 40%;
    margin: 0 auto;
    display: block;
  }

  .acquire-hero-section .col-md-4 {
    justify-content: center !important;
  }
}

@media (max-width: 767.98px) {
  .why-cards .row {
    row-gap: 10px;
  }
}

.acq-card-flex {
  display: flex;
  align-items: stretch;
	gap: 20px;
	width: 100%;
  padding: 20px;
}

.acq-card-img-wrapper {
	display: flex;
  align-items: center;
}

.acq-card-img-wrapper--long {
	width: 100px;
  height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
  flex-shrink: 0;
}

/* image sizing */
.acq-card-img-wrapper img {
  width: 100px;
  height: auto;
}

.acq-card-img-wrapper--long img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .acq-card-img-wrapper--long {
    width: 50px;
    height: 50px;
  },
	.acq-card-img-wrapper--long img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

/* divider line */
.acq-divider {
  width: 1px;
  background: rgba(0,0,0,0.1);
	align-self: stretch;
}

/* text */
.acq-text-content {
  display: flex;
  flex-direction: column;
	justify-content: center;
}

/* END FOR HOMEPAGE */

.img-seal {
	 bottom: 3%;
   left: 75%;
   position: absolute;
   z-index: 99999;
   width: 5rem;	
}

@media (min-width: 768px) {
            .img-seal {
							bottom: 3.5%;
                left: 80%; 
               width: 6rem;
            }
        }

@media (min-width: 1500px) {
            .img-seal {
							bottom: 4%;
                left: 76%; 
               width: 5rem;
            }
        }