/* header  */

/* rotate circle  */
/* Rotate-circle animation */
@keyframes rotate-circle {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

.rotate-circle {
	animation: rotate-circle 5s infinite linear;
	transform-origin: center;
	display: inline-block; /* optional, ensures transform applies correctly */
}

/* -------------------------------------- faq styles ----------------------------- */
.e-n-accordion details {
	border-bottom: 1px solid #00000063;
}

/* ---------------------------------- flags filter ---------------------------- */
.pmr-flags-filter {
	background-color: #fff;
	display: flex;
	max-width: 450px;
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #cacaca;
	flex-direction: column;
	gap: 12px;
}
.pmr-filter-section select {
	width: 100%;
	padding: 8px 12px;
	border-radius: 4px;
}
.pmr-filter-section select option {
	background-color: #fff !important;
}

.pmr-filter-section h4 {
	font-size: 16px;
	color: #232c58;
	margin-bottom: 0.5rem;
}
/* ----------------------------------------- flags grid ------------------------------- */
/* Base: Mobile (default) */
.pmr-flags-grid,
.pmr-flags-flags-grid {
	display: grid;
	grid-template-columns: 1fr; /* 1 column */
	gap: 1rem !important;
}

/* Tablet: min-width 768px */
@media (min-width: 768px) {
	.pmr-flags-grid {
		grid-template-columns: repeat(2, 1fr); /* 2 columns */
		gap: 2rem !important;
	}
}

/* Desktop: min-width 1024px */
@media (min-width: 1024px) {
	.pmr-flags-grid {
		grid-template-columns: repeat(3, 1fr); /* 3 columns */
	}
}
@media (min-width: 1024px) {
	.pmr-flags-grid {
		grid-template-columns: repeat(3, 1fr); /* 3 columns */
	}
	.pmr-flags-grid.pmr-flags-flags-grid {
		grid-template-columns: repeat(4, 1fr); /* 3 columns */
	}
}

.pmr-flags-grid__flag {
	border: 1px solid #0000001a;
	display: flex;
	padding: 1rem;
	gap: 1rem !important;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 8px;
}
.pmr-flags-grid__flag .__price {
	font-size: 20px;
	font-weight: 400;
}
.pmr-flags-grid__flag .__price span {
	font-weight: 600 !important;
}
.pmr-flags-grid .__title {
	font-size: 20px !important;
}

.pmr-flags-grid__flag > img {
	width: 100% !important;
	height: 230px !important;
	object-fit: cover;
	border-radius: 6px !important;
	border: 1px solid #f2ebeb !important;
}
.__actions.button_wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.__actions.button_wrap a.__read-more {
	font-weight: 600 !important;
}
.__actions.button_wrap a.__buy-now,
.register-now-btn {
	background-color: #d92a27;
	padding: 12px 24px;
	color: #fff !important;
	border-radius: 50px !important;
	border: 1px solid #232c5800;
	transition: all 0.2s ease;
}
.__actions.button_wrap a.__read-more:hover {
	color: #d92a27 !important;
}
.__actions.button_wrap a.__buy-now:hover,
.register-now-btn:hover {
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #232c58;
}
.flag_feature_list ul {
	margin: 0;
	padding: 0px 0px 16px 0px;
}
.flag_feature_list ul li {
	padding: 8px 0px;
	list-style: none;
	border-bottom: 1px solid rgba(128, 128, 128, 0.459);
}

/* ---------------------------------- flag grid end ---------------------------- */

/* -------------------------------- flag details--------------------------------- */
.single-flag.woocommerce div.flag div.summary,
.woocommerce #content div.flag div.summary,
.woocommerce-page div.flag div.summary,
.woocommerce-page #content div.flag div.summary {
	width: 100%;
	float: none;
}

.pmr-flag-header {
	position: relative;
}

.pmr-flag-header-bg {
	width: 100%;
	position: relative;
	z-index: 1;
	height: 600px;
	overflow: hidden;
}
.pmr-flag-header-bg::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #00000005;
	inset: 0;
	z-index: 5;
}
.pmr-flag-header__info__wrap {
	position: absolute;
	color: #fff !important;
	display: flex;
	inset: 0;
	z-index: 2;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding-top: 80px;
}
.pmr-flag-header__info__content {
	max-width: 1025px;
	padding: 0px 20px;
	margin: 0px auto;
}

/* Tablet */
.pmr-flag-header__info__content h1.pmr-flag-header__title {
	color: #fff;
	font-size: 48px !important; /* Desktop */
}
@media (max-width: 1024px) {
	.pmr-flag-header__info__content h1.pmr-flag-header__title {
		font-size: 36px !important;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.pmr-flag-header__info__content h1.pmr-flag-header__title {
		font-size: 24px !important;
	}
	.pmr-flag-header-bg img,
	video {
		height: 100vh;
	}
}

.pmr-flag-header__info__content h1,
.pmr-flag-header__info__content p {
	text-shadow: 1px 1px #1513134f;
}
.pmr-flag-header-bg img,
video {
	width: 100%;
	object-fit: cover;
	height: auto;
}
@media (max-width: 767px) {
	.pmr-flag-header__info__content h1.pmr-flag-header__title {
		font-size: 24px !important;
	}
	.pmr-flag-header-bg img,
	video {
		height: 100vh !important;
	}
}
/* flag details sidebar  */
.pmr-flag-sidebar label input {
	width: auto !important;
}
.pmr-flag-sidebar .widget {
	padding: 20px;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 8px;
}

.pmr-flag-sidebar .widget .ff-default .ff-btn-lg {
	font-size: 18px;
	line-height: 1.4;
	padding: 12px 24px;
	font-weight: 400;
}

.pmr-flag-sidebar .widget input,
.pmr-flag-sidebar .widget select,
.pmr-flag-sidebar .widget .choices__inner {
	border-radius: 50px !important;
	font-family: "Outfit" !important;
}

.pmr-flag-sidebar .widget select {
	padding: 11px 15px !important;
}
.pmr-flag-sidebar
	.frm-fluent-form
	.choices[data-type*="select-multiple"]
	.choices__input {
	padding: 10px 0;
}
.pmr-flag-sidebar .widget .widget-title,
.pmr-flag-sidebar .widget h2,
.pmr-flag-sidebar .widget h3,
.pmr-flag-sidebar .widget h4 {
	font-size: 20px !important;
	font-family: "Playfair Display";
}

.pmr-flag-short-info-title {
	font-size: 20px !important;
}
.pmr-flag-short-info-price {
	margin-bottom: 18px;
}
.register-now-btn svg {
	width: 24px;
	height: 24px;
}
.register-now-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: center;
	font-family: "Outfit" !important;
}
.pmr-flag-short-info-price strong {
	color: #d92a27;
}

.pmr-faq-cta h3 {
	margin-bottom: 20px;
}

.pmr-faq-cta {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.pmr-faq-cta a.phone-link {
	display: flex;
	margin-bottom: 10px !important;
	align-items: center;
}
.pmr-faq-cta a.phone-link {
	font-size: 20px;
}
/* -------------------------------- flag details ends--------------------------------- */

/* ---------------------------------- latest post thumbs and sidebar -------------------------------- */
.latest-thumb-widget {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.widget-area .widget-title {
	margin-bottom: 1.5rem !important;
}
.sidebar-inner-wrap section {
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.latest-thumb-item .thumbnail {
	display: block;

	overflow: hidden !important;
}

.latest-thumb-item .thumbnail img {
	width: 150px;
	object-fit: cover;
}

.latest-thumb-item {
	display: grid;
	grid-template-columns: 3.5fr 8.5fr;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 16px;
}

.latest-thumb-item h4 {
	font-size: 18px;
}

.latest-thumb-item a {
	text-decoration: none;
}
.latest-thumb-item p {
	margin: 0px 0px 5px 0px !important;
}

section#categories-2 li a {
	font-size: 15px;
	padding: 0.5rem;
	text-decoration: none;
	border: 1px solid #747474cb;
}
section#categories-2 li a:hover {
	border: 1px solid #d92a27;
	background-color: #d92a27;
	color: #fff;
}

/* why choose us  */

.wcu-button,
.wcu-button p {
	color: #fff !important;
	transition: all 0.2s ease;
}
.wcu-button:hover {
	background-color: #d92a27 !important;
}

@media (max-width: 767px) {
	.wcu-button .svg-icon svg {
		width: 40px;
	}
}
/* ---------------------------------- latest post thumbs ends -------------------------------- */

/* ----------------------------------- post style  -------------------------------------- */
.post-thumbnail-inner img {
	border-radius: 8px;
}
.latest-thumb-widget img {
	border-radius: 4px;
}

.single-post .entry-content-wrap {
	padding: 0;
}
.entry.single-entry {
	box-shadow: none !important;
}
.kadence-posts-list .entry-list-item {
	display: flex;
	padding: 24px;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
}
ul#archive-container {
	gap: 1.5rem;
}
.entry-content-wrap .more-link-wrap a:hover {
	color: #d92a27 !important;
}
/* ----------------------------------- post style ends -------------------------------------- */
/* ------------------------------------ Flag Comparison Table------------------------- */

/** Buttons **/
.pmr-button {
	display: inline-block;
	padding: 8px 16px;
	background-color: #d92a27;
	color: #fff !important;
	border: 1px solid #232c5800;
	transition: all 0.2s ease;
	font-size: 16px;
	white-space: nowrap;
}
.pmr-button:hover {
	background-color: #fff;
	color: #000 !important;
	border: 1px solid #232c58;
}
.pmr-button.pmr-button--rounded {
	border-radius: 100px;
}

/* TABLE BASE STYLES */

.pmr-flags-comparison-table-wrap {
	overflow-x: auto;
}

.pmr-flags-comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	text-align: center;
	font-family: Arial, sans-serif;
}

/* Headings */
.pmr-flags-comparison-table thead th {
	padding: 15px 10px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #e0e0e0;
}
.pmr-flags-comparison-table--flags thead th {
	padding: 15px 10px;
	font-size: 18px;
}
/* Table rows */
.pmr-flags-comparison-table tr {
	border: 1px solid #e0e0e0;
}

/* Cells */
.pmr-flags-comparison-table td {
	padding: 12px 10px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* First column style */
.pmr-flags-comparison-table tbody td:first-child {
	text-align: left;
	font-weight: 500;
	min-width: 300px;
}

@media (max-width: 1024px) {
	.pmr-flags-comparison-table tbody tr:first-child td {
		min-width: 200px !important;
		font-size: 16px;
	}
}
/* Last row padding */
.pmr-flags-comparison-table tbody tr:last-child td {
	padding: 10px !important;
}

/* Buttons inside table */

/* Icons */
.pmr-flags-comparison-table .checkmark {
	color: green;
	font-size: 20px;
	font-weight: bold;
}
.pmr-flags-comparison-table .crossmark {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

/* Price row */
.pmr-flags-comparison-table .price {
	font-size: 22px;
	font-weight: bold;
	color: #444;
}

/* More info link */
.pmr-flags-comparison-table .more-info {
	color: #005bbb;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}

/* Request button */
.pmr-flags-comparison-table .register-now-btn {
	background: #d92a27;
	color: #fff;
	padding: 5px;
	min-width: 150px;
	margin-top: 10px;
}
.pmr-flags-comparison-table .register-now-btn:hover {
	background: #d92a27;
	color: #fff !important;
	border-color: #fff;
}

/*  ------------------------------------ Flag Comparison Table end----------------- */

/* ----------------------------------- footer ------------------------------------- */
.site-footer-row.site-footer-row-columns-4 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media (min-width: 768px) {
	.site-footer-row.site-footer-row-columns-4 {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media (min-width: 1024px) {
	.site-footer-row.site-footer-row-columns-4 {
		grid-template-columns:
			minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr)
			minmax(0, 1fr) !important;
	}
}

/* Optional: constrain left section width */
.site-footer-middle-section-1 .footer-widget-area-inner.site-info-inner {
	max-width: 350px;
}

/* footer social icons  */
.footer_social_icons {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer_social_icons svg {
	width: 24px;
	height: 24px;
}

.footer_social_icons a:hover {
	color: #d92a27 !important;
}

/* footer address  */
ul.pmr-footer-address {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
}
ul.pmr-footer-address .pmr-footer-title {
	color: #ffffffb9;
	font-size: 14px;
}
ul.pmr-footer-address svg {
	flex-shrink: 0;
}
.pmr-footer-address-item,
.pmr-footer-contact {
	display: flex;
	gap: 12px;
	color: #fff;
}
.site-footer-wrap a:hover {
	color: #d92a27 !important;
}

/* Ajax loading */
.pmr-flags-grid.__ajax-loading {
	position: relative;
	opacity: 0.4; /* dim the grid */
	pointer-events: none; /* prevent clicks while loading */
}
.pmr-flags-grid.__ajax-loading::after {
	content: "";
	position: absolute;
	top: -50px;
	left: 50%;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	border: 5px solid rgba(255, 255, 255, 0.4);
	border-top-color: #d92a27;
	border-radius: 50%;
	animation: pmr-spin 0.8s linear infinite;
	z-index: 9999;
}
@keyframes pmr-spin {
	to {
		transform: rotate(360deg);
	}
}

.pmr-flags-grid.__ajax-loaded {
	animation: fadeIn 0.25s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/** WooCommerce **/
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
	width: 100% !important;
}
.woocommerce-product-details__short-description {
	padding: 30px;
	background: #efefef;
	margin-top: 30px;
	border-radius: 6px;
}
.single-product #masthead {
	background-color: #f7fafc;
}

/** WooCommerce/Product Options table **/
.pmr-product-options-table-container {
	overflow-x: scroll;
}
#pmr-product-options-table {
	width: 100%;
	border-collapse: collapse;
	color: #444;
	margin-top: 10px;
}

/* HEADER */
#pmr-product-options-table thead th {
	background: #fafafa;
	padding: 14px 12px;
	border-bottom: 2px solid #e5e5e5;
	font-weight: 600;
	color: #232c58; /* purple accent */
	text-align: left;
}

#pmr-product-options-table thead th:nth-child(n + 3) {
	text-align: right; /* numeric columns */
}

/* BODY ROWS */
#pmr-product-options-table tbody tr {
	border-bottom: 1px solid #eee;
}

#pmr-product-options-table tbody td {
	padding: 16px 12px;
	vertical-align: middle;
}

#pmr-product-options-table tbody td:nth-child(n + 3) {
	text-align: right;
}

/* HOVER EFFECT */
#pmr-product-options-table tbody tr:hover {
	background: #efefef;
}

/* CHECKBOXES */
#pmr-product-options-table input[type="checkbox"] {
	width: 17px;
	height: 17px;
	cursor: pointer;
}

/* PRICES (WooCommerce classes) */
#pmr-product-options-table .woocommerce-Price-amount {
	font-weight: 500;
	color: #444;
}

/* GRAND TOTAL EMPHASIS */
#pmr-product-options-table td:last-child {
	font-weight: 700;
	color: #232c58;
}

/* FOOTER TOTAL */
#pmr-product-options-table tfoot td {
	padding: 14px 12px;
	background: #fafafa;
	border-top: 2px solid #e5e5e5;
	font-weight: 600;
}

#pmr-product-options-table tfoot td:nth-child(n + 3) {
	text-align: right;
}
