body{position:relative; font-family: "Poppins", sans-serif; font-size:14px;  color:#000;  padding:0;overflow-x: hidden; margin:0;}
* {margin:0px; padding:0px; border:0px;}
ul{list-style-type: none;margin: 0;padding: 0;font-family: 'Poppins';}
p{font-size:15px;color: #000;margin-bottom:25px;font-family: "Poppins", sans-serif;line-height: 25px;}
p:last-child{margin: 0;}
p a { color: #281d76; font-weight: 600; }
h1,h2,h3,h4,h5,h6{	margin: 0px; color: #000; padding: 0px; font-family: "Poppins", sans-serif;}
a{ text-decoration: none; -webkit-transition: all .5s ease-in-out;  -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;  transition: all .5s ease-in-out; font-family: "Poppins", sans-serif;}
a:hover, a:focus{ text-decoration: none; outline: none;}
.top-bar p { margin: 0; text-align: center; color: #fff; }
.top-bar { background: #281d76; padding: 5px 0; }
.top-bar a {color: #fff;text-decoration: none;border-bottom: 1px solid;font-weight: 700;}
.title {font-size: 30px;color: #281d76;font-weight: 600;}
.bg-one { background: #281d76; }
.bg-two { background: #f9f9f9; }
.divider { margin: 50px 0; }
.accordion-body { font-family: 'Poppins'; font-size: 14px; }

.nav-link {
	color: #000 !important;
}

.dropdown-item {
	padding: 5px 20px !important;
	background: #281d76 !important;
	color: #fff !important;
}

.romw-float-wrapper {
	padding: 0px;
	position: relative;
}

.romw-badge-block {
	background-color: transparent;
	border-radius: 3px;
	display: block;
	color: #525366;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.romw-badge-block.romw-badge-multiple-block {
	padding-top: 0;
}

.romw-site-block {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3px;
}

.romw-average-rating-block,
.romw-reviews-tally-block,
.romw-site-block {
	margin-top: 0 !important;
}

.romw-badge-multiple-block .romw-site-block {
	justify-content: center;
	margin-bottom: 0;
}

.romw-site-icon {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 0;
}

.romw-site-block_sites_3 .romw-site-icon {
	margin-left: 10px;
	margin-right: 10px;
}

.romw-site-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.romw-average-rating-block {
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0 !important;
}

.romw-rating-star:first-child {
	margin-left: 0;
}

.romw-average-rating {
	font-size: 16px;
	font-weight: 600;
	line-height: 0;
	margin-right: 8px;
	position: relative;
	top: 0;
	color: #000;
}


.romw-rating-block {
	position: relative;
	top: 0;
	line-height: 0;
}


.romw-reviews-tally-block {
	color: #000;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 4px;
	font-weight: 600;
	text-transform: uppercase;
}

.romw-badge-block,
.romw-badge-block *,
.romw-badge-block *::before,
.romw-badge-block *::after {
	box-sizing: border-box;
}


.ed-primary-btn {
	background-color: #281d76;
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	padding: 17px 40px;
	border-radius: 100px;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
	text-decoration: none;
}

.ed-primary-btn:hover {
	color: #fff;
	transition: all 0.3s ease-in-out;
	transform: translateY(-5px);
}

.ed-primary-btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.2);
	transform-origin: right center;
	transform: scale(0, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -1;
}

.ed-primary-btn:hover:before {
	transform-origin: left center;
	transform: scale(1, 1);
}


/* Hero Section */
.hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 280px 0;
}

.hero img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* dark blue overlay */
	z-index: -1;
	background: transparent;
}

.hero h1 {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #f04318;
	text-align: left;
}

.hero p {
	font-size: 1.25rem;
	margin-bottom: 2rem;
	line-height: 1.6;
	color: #080f60;
	font-weight: 500;
	text-align: left;
}

.hero .btn {
	font-size: 1.1rem;
	padding: 12px 28px;
	border-radius: 6px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
	.hero {
		min-height: 554px;
		padding: 2rem 1rem;
	}

	.hero h1 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 0 !important;
	}

	.hero p {
		font-size: 12px;
		text-align: center;
		margin: 0 !important;
		color: #000;
	}

	.hero .btn {
		font-size: 1rem;
		padding: 10px 20px;
	}
}


header {
	border-bottom: 1px solid #dfdfdf;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #000 !important;
	background-color: #fff !important;
}

.dropdown-item {
	border-bottom: 1px dashed #e9e9e9 !important;
}

.call-btn {
	display: inline-block;
	background: #28a745;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 8px;
}

.blink-text {
	animation: blinkText 1.2s infinite;
}

@keyframes blinkText {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	/* text fades out in middle */
}

.swiper-pagination {
	position: relative !important;
	margin-top: 15px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	background: #ffffff;
}


.navbar-nav .dropdown-menu {
	padding: 0;
	border-radius: 0;
}

ul.two-col {
	padding: 0;
	margin: 0;
}

ul.two-col li {
	display: inline-block;
	border-right: 1px solid;
	padding-right: 4px;
	font-family: 'Poppins';
}

ul.two-col li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	margin: 10px 0;
}

ul.two-col li {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
	margin: 10px 0;
}


.footer ul li {
	background: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
}

.footer ul li img {
	width: 40%;
	height: auto;
	filter: invert(1);
}

.footer ul {
	padding: 0;
	margin-top: 25px;
}


footer .divider hr {
	color: #fff;
	margin: 0;
}

footer .divider {
	margin: 30px 0;
}

.footer-sec p {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 5px;
	color: #fff;
}

.footer-sec ul {
	padding: 0;
}

.footer-sec ul li a {
	color: #ffff;
	text-decoration: none;
	font-size: 14px;
}

.footer-sec ul li a:hover {
	border-bottom: 1px solid;
}

.map-embed {
	position: relative;
	width: 100%;
	border: 0;
	overflow: hidden;
}

/* Default ratio (desktop/tablet) */
.map-embed {
	padding-top: 56.25%;
}

/* 16:9 */
.map-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	pointer-events: none;
	/* prevent scroll hijack */
}

.map-embed .map-activate {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	border: 0;
	padding: .6rem .9rem;
	border-radius: 999px;
	font: 600 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial;
	cursor: pointer;
}


.sticky-icons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.sticky-icons .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  transition: all 0.3s ease-in-out;
}

.sticky-icons .icon img {
  width: 35px;
  height: 35px;
}

.sticky-icons .whatsapp {
  background-color: #25d366;
}

.sticky-icons .call {
    background-color: #281d76;
}

.sticky-icons .icon:hover {
  transform: scale(1.1);
}



.head-call-cta {
  position: relative;
  text-align: center;
}

.head-call-cta a {
  font-size: 27px;
  color: #281d76;
  text-decoration: none;
  font-weight: 900;
}

.head-call-cta a:after {
  display: block;
  position: absolute;
  top: -20px;
  width: 100%;
  content: "Call for Great Service";
  font-size: 16px;
  text-transform: none;
  color: #eb0029;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  animation: blinkText 1.2s infinite;
}





.section-testmonials {
	font-family: Poppins;
	display: flex;
	gap: 20px;
	align-items: center;
	margin: 50px 0;
}

.column-testmonials {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 20%;
}

.section-details {
	padding-left: 50px;
}

.name-section {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	color: #281d76 !important;
	line-height: 1.2em;
	margin: 0;
}

.title-section b {
	color: #281d76;
}

.title-section {
	color: #000;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.navigation-testmonials {
	display: flex;
	gap: 10px;
	margin-left: 50px;
}

.swiper-testmonials {
	width: 80%;
	overflow: hidden;
	position: relative;
}

@media (max-width: 768px) {
	.section-testmonials {
		flex-direction: column;
		align-items: flex-start;
	}

	.swiper-testmonials {
		width: 100%;
	}
}

.swiper-testmonials .swiper-slide {
	border-radius: 25px;
	background: #f9f9f9;
	display: flex;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	transform: scale(0.9) !important;
	transition: 0.2s;
	box-shadow: 0 3px 6px rgb(231 231 231 / 16%), 0 3px 6px rgb(213 213 213 / 23%);
}

.swiper-testmonials .swiper-slide * {
	margin: 0;
}

.swiper-testmonials .swiper-slide-active {
	filter: blur(0px) !important;
	transform: scale(1) !important;
}

.card-slide {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.head-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-slide {
	display: flex;
	align-items: center;
	gap: 20px;
}

.title-slide h4 {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}



.text-slide {
	color: #000;
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}

.swiper-button-testmonials-next,
.swiper-button-testmonials-prev {
	cursor: pointer;
}

.icon-reviwe {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}

@media (max-width: 768px) {
	.header-slide svg {
		width: 50px;
	}

	.title-slide h4 {
		font-size: 14px;
	}

	.swiper-testmonials .swiper-slide {
		padding: 20px;
	}
}


/* Phones: taller area, bigger tap target */
@media (max-width: 575px) {
	.map-embed {
		padding-top: 75%;
	}

	/* 4:3 for phones */
	.map-embed .map-activate {
		padding: .7rem 1rem;
		font-size: 15px;
	}
}

/* When activated, allow interaction */
.map-embed.is-active iframe {
	pointer-events: auto;
}

.map-embed.is-active .map-activate {
	display: none;
}

footer {
	padding: 30px 0;
	background: #000;
}



@media (min-width: 992px) {
	.dropdown:hover>.dropdown-menu {
		display: block;
		margin-top: 0;
	}

	.dropdown-submenu {
		position: relative;
	}

	.dropdown-submenu .dropdown-menu {
		top: 0;
		left: 100%;
		margin-left: .1rem;
		margin-right: .1rem;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1466px !important;
	}

}


@media (max-width: 991px) {
    
    .column-testmonials { width: 100%; }

	img,
	svg {
		width: 100%;
		height: auto;
	}

	p {
		font-size: 14px;
		line-height: 20px;
	}

	.five-star-code img {
		width: inherit;
	}

	header .btn-sec {
		justify-content: center;
	}

	.navbar-nav .dropdown-menu {
		border: 0;
	}

	.dropdown-item {
		font-size: 14px;
	}

	.navbar-brand img {
		width: 150px;
	}

	.romw-badge-block.romw-badge-multiple-block {
		padding-top: 0;
		display: inline-flex;
		gap: 20px;
		justify-content: center;
		align-items: center;
	}

	.romw-reviews-tally-block {
		display: none;
	}

	.romw-rating-star img {
		width: 70px;
	}

	.romw-badge-block {
		width: 100%;
	}

	.romw-float-wrapper {
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: #edf7ff;
		padding: 5px 0;
	}

	.romw-site-icon {
		width: 23px;
		height: 23px;
	}

	.romw-site-block_sites_3 .romw-site-icon {
		margin-left: 5px;
		margin-right: 5px;
	}

	header .container {
		padding: 0;
	}

	header .navbar {
		padding-bottom: 45px;
	}


	.romw-average-rating-block {
		margin: 0 !important;
	}

}