/* ==========================================================================
   Mobile Responsive Navigation & Layout Styles
   ========================================================================== */

/* Hamburger Button */
.hamburger-btn {
	display: none;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 1200;
	position: relative;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
}

.hamburger-line {
	display: block;
	width: 24px;
	height: 2px;
	background-color: #333;
	transition: all 0.3s ease-in-out;
}

.hamburger-btn.is-active .hamburger-line:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.hamburger-btn.is-active .hamburger-line:nth-child(2) {
	opacity: 0;
}

.hamburger-btn.is-active .hamburger-line:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Drawer */
.mobile-drawer {
	position: fixed;
	top: 0;
	right: -100%;
	width: 85%;
	max-width: 320px;
	height: 100vh;
	background: #fff;
	z-index: 1150;
	transition: right 0.3s ease-in-out;
	box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
	display: block !important;
	overflow-y: auto;
	box-sizing: border-box;
}

.mobile-drawer.is-open {
	right: 0 !important;
}

.mobile-drawer-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1140;
	display: none;
}

.mobile-drawer-overlay.is-visible {
	display: block !important;
}

/* Lock background scroll when mobile drawer is open */
body.drawer-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
	top: var(--scroll-y, 0);
}

.mobile-drawer__inner {
	padding: 30px 20px 100px;
	padding-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 22px;
	box-sizing: border-box;
	min-height: 100%;
}

.mobile-drawer__buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.btn-login-mobile {
	display: block;
	width: 100%;
	padding: 12px;
	text-align: center;
	background: #fff;
	color: #212529;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
	box-sizing: border-box;
	text-decoration: none !important;
}

.btn-cta-mobile {
	display: block;
	width: 100%;
	padding: 12px;
	text-align: center;
	background: #147fd4;
	color: #fff;
	border: 1px solid #147fd4;
	border-radius: 4px;
	font-weight: 700;
	font-size: 14px;
	box-sizing: border-box;
	text-decoration: none !important;
}

.mobile-drawer__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #eee;
}

.mobile-drawer__item {
	border-bottom: 1px solid #eee;
}

.mobile-drawer__item a {
	display: block;
	padding: 15px 5px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none !important;
	transition: color 0.2s;
}

.mobile-drawer__item a:hover {
	color: #147fd4;
}

.mobile-drawer__contact {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.mobile-contact-title {
	font-weight: 700;
	font-size: 13px;
	color: #666;
	margin: 0;
}

.mobile-contact-pill {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #f7f9fa;
	padding: 12px;
	border-radius: 8px;
	text-decoration: none !important;
	color: #333;
}

.mobile-contact-pill img {
	width: 30px;
	height: 26px;
}
.reasons-tab4-badge{
	margin-left: 5px !important;
}

.mobile-contact-pill div {
	display: flex;
	flex-direction: column;
}

.mobile-contact-pill strong {
	font-size: 15px;
	color: #111;
}

.mobile-contact-pill span {
	font-size: 11px;
	color: #666;
}

/* Fluid Layout & Container overrides */
@media only screen and (max-width: 1120px) {
	.service-detail-card__features li::before {
		top: 7px !important;
	}
	.container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		box-sizing: border-box;
	}
	.site-header__inner {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		box-sizing: border-box;
	}
	.subnav__inner {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		box-sizing: border-box;
	}
}

/* Mobile Responsive Media Queries */
@media only screen and (max-width: 767px) {
	td.col-label {
            position: sticky;
        z-index: 9;
        left: 0;
        border-left: 1px;
        border-right: 1px;
}

.comparison-table th.col-label{
	      position: sticky;
        z-index: 50 !important;
        left: 0;
        border-left: 1px;
        border-right: 1px;
		background: #fff !important;
}
	.pt-section__desc{
		    width: 100%;
    padding: 0 15px;
	}
	.iso-icon{
		margin-top: -16px;
	}
	td.row-header {
        position: sticky;
    z-index: 9;
    left: 0;
     /* border-left:1px;
    border-right:1px; */
	border: 1px solid #C6C5C5;
}
	td.row-feature {
        position: sticky;
    z-index: 9;
    left: 0;
     /* border-left:1px;
    border-right:1px; */
	border: 1px solid #C6C5C5;
}
.col-header-empty{
	position: sticky;
	z-index: 500 !important;
	left: 0;
	/* border-left:1px;
	border-right:1px; */
	background: #f7f7f7 !important;

}
.subheader-row td {
       position: sticky;
    z-index: 9;
    left: 0;
    /* border-left:1px;
    border-right:1px; */
	border: 1px solid #C6C5C5;
}
	.reasons-tab3-table .col-other{
		font-size: 13px;
		font-weight: 400;
		line-height: 21px;
	}
	.reasons-tab3-table .col-enago{
		font-size: 16px;
		font-weight: 400;
		line-height: 21px;
	}
	.partner-logos-grid img{
		max-height: 40px;
	}
	    .partner-logos-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 13px 10px !important;
        width: 100%;
        display: grid;
    }
	    .partner-logos-grid img {
        max-height: 35px;
        max-width: 100%;
    }

	.partner-logos-title, .publication-testimonials__main-title, .comparison-table-title, .services-section__title, .reasons-section__title {
    text-align: center;
    font-size: 28px !important;
    line-height: 1.5 !important;
    font-weight: 700;
    color: #212529;
    margin-bottom: 30px;
}
p.reasons-tab2-note {
    padding: 0 10px;
}
	.partner-logos-grid {
 grid-template-columns: repeat(2, 1fr) !important;
gap: 20px 0 !important;
}
	.cta-box__btn-main {
 font-size: 22px !important;
white-space: normal !important;
padding: 0px !important;
margin: 0px !important;
line-height: 34px !important;
}
	.service-detail-card__features{
		grid-template-columns: 1fr;
	}
	.service-detail-card__features li{
		display: block !important;
	}
	.service-detail-card__features li span.bold {
		font-size: 14px !important;
		margin-top: 0 !important;
		display: inline !important;
	}
	.trust-box {
flex-direction: column;
width: 100%;
padding: 20px;
}
.partner-logos-block {
    padding: 0 15px;
}
	.btn-more {
max-width: 90%;
font-size: 12px;
}
.btn-select {
font-size: 12px;
position: static;
}
	.service-name br {
display: none;
visibility: hidden;
}
	html, body {
		min-width: 100% !important;
		overflow-x: hidden;
	}
	.notif-bar {
		flex-direction: column !important;
		height: auto !important;
		padding: 12px 15px !important;
		gap: 10px !important;
	}
	.notif-card--588, .notif-card--443 {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
		justify-content: center !important;
	}
	.notif-text {
		white-space: normal !important;
		text-align: center !important;
		font-size: 11px !important;
		line-height: 1.5 !important;
	}
	.site-header {
		padding: 10px 0 !important;
		position: sticky;
		top: 0;
		box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	}
	.site-header__inner {
		justify-content: space-between !important;
		align-items: center !important;
	}
	.logo img {
		max-height: 32px !important;
		width: auto !important;
	}
	.header-nav {
		display: none !important;
	}
	.hamburger-btn {
		display: flex !important;
	}
	.subnav {
		display: none !important;
	}
	
	/* Hero Section */
	.hero--brand-ppc {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	.hero__content--brand-ppc {
		flex-direction: column !important;
		gap: 24px !important;
	}
	.hero__left {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
		align-items: center;
		order: 1 !important;
	}
	.hero__right {
		flex: 0 0 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		top: 0 !important;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
		order: 2 !important;
	}
	.hero__book-image {
		max-width: 100% !important;
		/* display: none; */
	}
	.hero__creds.hero__creds--brand-ppc{
		/* display: none; */
	}
	.hero__title--brand-ppc {
		font-size: 26px !important;
		line-height: 36px !important;
		white-space: normal !important;
		text-align: center;
	}
	.hero__desc {
		font-size: 14px !important;
		line-height: 22px !important;
		text-align: center;
		margin-top: 15px;
	}
	.hero__desc br {
		display: none !important;
	}
	.hero__desc-bold {
		font-size: 14px !important;
		line-height: 22px !important;
		margin-bottom: 20px !important;
		text-align: center;
	}
	.hero__buttons {
		flex-direction: column !important;
		width: 100% !important;
		align-items: center !important;
		gap: 12px !important;
	}
	.btn-hero-primary, .btn-hero-secondary {
		width: 100% !important;
		max-width: 300px !important;
		box-sizing: border-box;
	}
	.hero__creds--brand-ppc {
		/* flex-direction: column !important; */
		align-items: center !important;
		text-align: center !important;
		margin-top: 20px !important;
		gap: 15px !important;
	}
	.hero__creds--brand-ppc .hero__creds-logo {
		/* width: 150px !important;
		height: auto !important; */
	}
	.hero__creds--brand-ppc .hero__creds-badge {
		padding: 12px 20px !important;
		background: linear-gradient(90deg, rgba(177, 227, 235, 0) 0%, rgba(177, 227, 235, 0.5) 48.56%, rgba(177, 227, 235, 0) 100%) !important;
		text-align: center !important;
		width: 100% !important;
		max-width: 320px !important;
		box-sizing: border-box !important;
		padding-left: 20px !important;
	}
	.hero__creds--brand-ppc .hero__creds-badge p {
		font-size: 14px !important;
		line-height: 1.6 !important;
		margin: 0 !important;
		font-weight: 700 !important;
		text-align: center !important;
	}
	.hero__creds--brand-ppc .hero__creds-badge br {
		display: none !important;
	}
	
	/* Reasons Section */
	.reasons-section {
		padding: 40px 0 0px 0!important;
	}
	h1.reasons-section__title {
		/* font-size: 22px !important;
		line-height: 30px !important; */
		margin-bottom: 25px !important;
	}
	h1.reasons-section__title br {
		display: none !important;
	}
	.reasons-tabs__list {
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
		display: flex !important;
		gap: 8px !important;
		padding-bottom: 12px !important;
		scroll-snap-type: x mandatory;
	}
	.reasons-tab {
		flex: 0 0 140px !important;
		width: 140px !important;
		height: auto !important;
		padding: 8px 10px !important;
		scroll-snap-align: start;
	}
	.reasons-tab1, .reasons-tab2, .reasons-tab3, .reasons-tab4, .reasons-tab5, .reasons-tab6 {
		width: 140px !important;
	}
	.reasons-tab__num {
		font-size: 16px !important;
		margin-bottom: 4px !important;
	}
	.reasons-tab__text {
		font-size: 14px !important;
		line-height: 1.2 !important;
	}
	
	.reasons-tab-content {
		padding-top: 20px !important;
	}
	.reasons-tab-content__header {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 10px !important;
		margin-bottom: 20px !important;
	}
	.reasons-tab-content__title {
		font-size: 18px !important;
		line-height: 26px !important;
	}
	.reasons-tab-content__num {
		font-size: 32px !important;
		line-height: 32px !important;
	}
	.reasons-tab-content__desc {
		font-size: 14px !important;
		line-height: 22px !important;
		margin-bottom: 25px !important;
	}
	.reasons-tab-content__desc br {
		display: none !important;
	}
	
	/* Grid elements inside tabs */
	.reasons-grid {
		grid-template-columns: 1fr !important;
		gap: 24px !important;
	}
	.reasons-highlight-box {
		/* grid-column: span 1 !important;
		padding: 15px !important; */
	}
	.reasons-highlight-box__title {
		font-size: 15px !important;
		margin-bottom: 12px !important;
	}
	.reasons-highlight-box__list li {
		font-size: 13px !important;
		line-height: 1.6 !important;
	}
	
	/* Tab 2 layout */
	.reasons-tab2-layout {
		flex-direction: column !important;
		gap: 24px !important;
	}
	.reasons-tab2-col {
		width: 100% !important;
	}
	.reasons-tab2-title {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.reasons-tab2-list li, .reasons-tab2-list_gold li {
		font-size: 13px !important;
		line-height: 1.6 !important;
	}
	.reasons-tab2-list li::before, .reasons-tab2-list_gold li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border: 1px solid #D52B1E;
}
.reasons-tab2-list li.reasons-tab2-highlight::before {
    top: 6px;
}
.hidemobile{
	display:none;
}
.showmobile{
	display:block;
}
.team-banner__title.showmobile{
	color: #212529;
	text-align: center;
	margin-top: 20px;
}
p.team-banner__subtitle.showmobile{
	color: #212529;
	text-align: center;
}
.testimonials__slider{
	padding: 0px !important;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1) , -2px -2px 5px rgba(0,0,0,0.1) !important;
}
section#services .container.nopad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

h1.services-section__title {
    padding: 0 20px;
}

p.services-section__intro {
    padding: 0 20px;
}
	
	/* Tab 3 table scrolling */
	.reasons-tab3-table {
		display: block !important;
		width: calc(100% + 40px) !important;
		margin-left: -20px !important;
		margin-right: -20px !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
		border-radius: 0 !important;
	}
	.reasons-tab3-table table {
		min-width: 600px !important;
	}
	.reasons-tab3-table .col-empty {
		position: -webkit-sticky !important;
		position: sticky !important;
		left: 0 !important;
		background-color: #fff !important;
		z-index: 10 !important;
	}
	.reasons-tab3-table .col-plan {
		position: -webkit-sticky !important;
		position: sticky !important;
		left: 0 !important;
		background-color: #FFFFDF !important;
		z-index: 10 !important;
		box-shadow: 2px 0 0 #ddd !important;
	}
	.reasons-tab3-table .plan-details {
		position: -webkit-sticky !important;
		position: sticky !important;
		left: 0 !important;
		background-color: #fff !important;
		z-index: 10 !important;
		box-shadow: 2px 0 0 #ddd !important;
	}
	
	/* Tab 4 column stacking */
	.reasons-tab4-columns {
		flex-direction: column !important;
		gap: 24px !important;
	}
	.reasons-tab4-col {
		width: 100% !important;
	}
	.reasons-tab4-col--options {
		width: 100% !important;
	}
	.reasons-tab4-options-grid {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
	}
	
	/* Tab 5 Layout */
	.reasons-tab5-box {
		flex-direction: column !important;
		align-items: center !important;
		text-align: center !important;
		padding: 20px 15px !important;
	}
	.reasons-tab5-icon-wrapper {
		margin-right: 0 !important;
		/* margin-bottom: 15px !important; */
	}

	.nomargin{
		margin-bottom: 0 !important;
	}
	
	/* Tab 6 Layout */
	.reasons-tab6-layout {
		flex-direction: column !important;
		gap: 24px !important;
	}
	.reasons-tab6-left {
		width: 100% !important;
		align-items: center !important;
		text-align: center !important;
	}
	.reasons-tab6-features {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
		width: 100% !important;
	}
	.reasons-tab6-right {
		width: 100% !important;
		display: flex;
		flex-direction: column;
		align-items: center !important;
	}
	.reasons-tab6-comic {
		max-width: 240px !important;
	}
	
	/* Nobel Banner Section */
	.nobel-interview-section {
		padding: 40px 0 !important;
		padding-bottom: 0px !important;
	}
	.nobel-banner {
		height: auto !important;
		flex-direction: column !important;
		padding: 165px 20px 25px 20px !important;
		background-size: cover !important;
		background-position: center !important;
		text-align: center;
		border-radius: 8px !important;
		margin-bottom: 0px;
	}
	.nobel-banner__content {
		max-width: 100% !important;
	}
	.nobel-banner__title {
		font-size: 20px !important;
		line-height: 26px !important;
		margin-bottom: 15px !important;
	}
	.nobel-banner__title br {
		display: none !important;
	}
	.nobel-banner__text {
		font-size: 13px !important;
		line-height: 1.6 !important;
		margin-bottom: 15px !important;
	}
	.nobel-banner__text br {
		display: none !important;
	}
	.nobel-banner__link {
		font-size: 13px !important;
		justify-content: center !important;
	}
	
	/* Services Section */
	.services-section {
		padding: 40px 0 !important;
	}
	.services-section__title {
		/* font-size: 22px !important;
		line-height: 30px !important; */
		margin-bottom: 15px !important;
	}
	.services-section__intro {
		font-size: 14px !important;
		line-height: 1.5 !important;
		margin-bottom: 25px !important;
	}
	.services-section__intro br {
		display: none !important;
	}
	.services-section__banner {
		background-image: url('assets/3rd Section image Mobile image.png') !important;
		background-size: cover !important;
		background-position: center !important;
		width: 100% !important;
		height: auto !important;
		aspect-ratio: 459 / 332 !important;
		border-radius: 8px !important;
		margin-bottom: 20px !important;
	}
	.col-header-empty{
		width: 140px !important;
	}
	th.col-header-empty.btm-border {
    border-bottom: 1px solid #C6C5C5 !important;
}

.comparison-footnotes{
	    margin-left: -20px;
}
	/* Comparison Table horizontal scroll */
	.services-table-wrapper {
		overflow-x: auto !important;
		/* -webkit-overflow-scrolling: touch;
		margin-left: -20px !important;
		margin-right: -20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important; */
		margin-bottom: 15px !important;
	}
	.services-table {
		min-width: 1022px !important;
		border-collapse: separate !important;
	}
	.services-table th {
		/* padding: 10px 8px 30px !important; */
		/* font-size: 11px !important; */
	}
	 .services-table td {
		padding: 15px 8px 15px !important;
		/* font-size: 11px !important; */
	}
	
	/* Service cards responsive */
	.service-detail-card {
		padding: 20px 15px !important;
		margin-bottom: 20px !important;
	}
	.service-detail-card__header {
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 10px !important;
		margin-bottom: 15px !important;
	}
	.service-detail-card__icon {
		/* width: 36px !important;
		height: auto !important; */
	}
	.service-detail-card__title {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.service-detail-card__badges {
		flex-wrap: wrap !important;
		gap: 6px !important;
	}
	.badge {
 /* font-size: 10px !important; */
padding: 2px 6px !important;
/* display: block; */
word-wrap: break-word;
/* text-wrap: auto;
max-width: 100%; */
/* height: auto; */
/* margin: 0 auto 5px; */
/* border-radius: 5px; */
}

.hero__title.hero__title--brand-ppc {
    padding-bottom: 0px;
}
	
	.service-detail-card__desc {
		/* font-size: 13px !important; */
		/* line-height: 1.6 !important; */
		margin-bottom: 20px !important;
	}
	.service-detail-card__footer {
		flex-direction: column-reverse !important;
		align-items: center !important;
		gap: 15px !important;
	}
	.service-detail-card__price {
		text-align: left !important;
	}
	.service-detail-card__price .price-val {
		font-size: 28px !important;
	}
	/* .btn-primary-large {
		width: 100% !important;
		padding: 12px 15px !important;
		font-size: 13px !important;
		white-space: normal !important;
		text-align: center !important;
	} */
	
	/* Testimonials section */
	.publication-testimonials {
		padding: 15px 0 40px 0 !important;
	}
	.testimonials__title {
		font-size: 22px !important;
		line-height: 30px !important;
		margin-bottom: 25px !important;
	}
	.testimonials__slider {
 flex-direction: row !important;
gap: 0 !important;
margin-bottom: 30px !important;
width: 100%;
height: auto;
}
	.testimonial-card {
 width: 100% !important;
height: auto !important;
aspect-ratio: 6 / 9;
}
.testimonial-card__caption{
	display: none;
}
.comparison-table .b {
 font-weight: 700;
font-size: 12px;
line-height: 18px;
color: #000;
}
	.pt-text-reviews {
		grid-template-columns: 1fr !important;
		gap: 15px !important;
	}
	.pt-review-card {
		padding: 15px !important;
	}
	.pt-review-card__header {
		flex-direction: row !important;
		align-items: flex-start !important;
		gap: 15px !important;
	}
	.pt-review-card__photo {
		width: 100px !important;
		height: 100px !important;
		flex-shrink: 0 !important;
	}
	.pt-review-card__meta {
		padding-top: 40px !important;
	}
	.pt-review-card__meta .pt-review-card__title {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.pt-review-card__meta .pt-review-card__name {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.pt-review-card__meta .pt-review-card__field {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.pt-review-card__body {
		font-size: 12px !important;
		line-height: 1.6 !important;
	}
	
	/* Comparison Table Section */
	.comparison-table-section {
		padding: 40px 0 !important;
	}
	.comparison-table-section__title {
		font-size: 22px !important;
		line-height: 30px !important;
		margin-bottom: 25px !important;
	}
	.comparison-table-wrapper {
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;
		margin-left: -20px !important;
		margin-right: -20px !important;
		
	}
	.comparison-outer-wrap{
	padding-left: 20px !important;
	padding-right: 20px !important;
	overflow: hidden !important;
	display: block !important;
	}
	.comparison-table {
		min-width: 550px !important;
	}
	.comparison-table td {
		font-size: 12px !important;
		padding: 10px 8px !important;
	}
	.comparison-table th {
		font-size: 16px !important;
		padding: 10px 8px !important;
	}
	
	/* Partner section and CTA box */
	.partner-section-wrapper {
		padding: 45px 0 !important;
	}
	.partner-logos-title {
		/* font-size: 16px !important;
		margin-bottom: 20px !important; */
	}
	.partner-logos-grid {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 20px 10px !important;
	}
	.mt-35{
		margin-top: 35px !important;
	}
	.cta-box-block {
		padding: 24px 15px !important;
		/* margin-top: 35px !important; */
	}
	.cta-box__pill {
		font-size: 13px !important;
		padding: 3px 8px !important;
		/* margin-bottom: 12px !important; */
		top: 23px;
	}
	.cta-box__title {
		font-size: 22px !important;
		line-height: 26px !important;
		margin-bottom: 20px !important;
	}
	.cta-box__btn {
		width: 100% !important;
		box-sizing: border-box !important;
		padding-top: 32px;
		/* height: 106px; */
	}
	.pt-paper {
		flex-direction: column;
	}
	/* .cta-box__btn-main {
		font-size: 15px !important;
		padding: 0px 5px !important;
		white-space: normal !important;
	} */
	.cta-box__btn-sub {
		font-size: 11px !important;
	}
	/* .cta-box__security {
		flex-direction: column !important;
		align-items: center !important;
		gap: 6px !important;
		margin-top: 20px !important;
		font-size: 10px !important;
	}
	 */
	/* Footer elements */
	.team-banner {
		/* height: 120px !important; */
	}
	.team-banner__title {
		/* font-size: 16px !important; */
	}
	.team-banner__subtitle {
		/* font-size: 11px !important; */
	}
	.footer-simple {
		padding: 25px 0 !important;
	}
	.btn-primary-large .arrow-right-cta {
    margin-top: 10px;
    width: 9px;
}
.cta-box-block .arrow-right-cta {
    max-width: 11px !important;
    margin-bottom: 1px;
}
	.footer-simple p {
		/* font-size: 13px !important; */
		/* line-height: 20px !important; */
	}
	.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
    height: 120px !important;
}
	.pt-paper__info,
	.pt-paper__info .b{
		font-size: 14px !important;
	}
}
