/*----------
	Theme Name: Prestige
	Start Date : 17-April-2017
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
	
----------*/

	/* [Layout] */

/*----------
	
	## Font List
		- font-family: 'AleoRegular';
		- font-family: 'Exo 2', sans-serif;
		- font-family: 'Montserrat', sans-serif;
		- font-family: 'Open Sans', sans-serif;
		- font-family: 'Poppins', sans-serif;
		- font-family: 'Montserrat Alternates', sans-serif;
		- font-family: 'Raleway', sans-serif;
		- font-family: 'Lato', sans-serif;

	## Global
	
		- Padding/Margin
		- Section Padding
		
	## Site Header
	
		- Navigation Menu
			-- Nav Main
			-- Nav Header
			-- Nav Toggle
			-- Nav Switch
			-- Nav Items
			-- Nav Dropdown

	
	## Widgets
	
	## Responsive
	- Min Width : 992px & Max Width 1200px
	
	- Min Width : 992px
	
		## Navigation Menu
		- Nav Main
		- Nav Header
		- Nav Toggle
		- Nav Switch
		- Nav Items
		- Nav Dropdown
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
		
----------*/

/* ## Global ******************************************* */

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}

@font-face {
    font-family: 'AleoRegular';
    src: url('assets/fonts/AleoRegular.eot');
    src: url('assets/fonts/AleoRegular.eot') format('embedded-opentype'),
         url('assets/fonts/AleoRegular.woff2') format('woff2'),
         url('assets/fonts/AleoRegular.woff') format('woff'),
         url('assets/fonts/AleoRegular.ttf') format('truetype'),
         url('assets/fonts/AleoRegular.svg#AleoRegular') format('svg');
}

img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vertical_middle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav_absolute {
	position: absolute;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}

/* ## Site Header ******************************************* */

/* - Search */
.search-box {
	background-color: #303030;
	padding: 10px;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 260px;
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.search-box.active {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}
.search-box form {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #ccc;
	font-size: 12px;
	height: auto;
}
.search-box form input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
}
.search-box span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.search-box span i {
	font-size: 15px;
	color: #f97b25;
	float: right;
	margin: 5px;
}

/* - SlidePanel */
#slidepanel { 
	display: block; 
}
#closeit,
#toggle,
#slideit {
	display: none;
}

/* - Navigation Menu */
.ownavigation {
	border: none;
	border-radius: 0;
	min-height: 1px;
	margin-bottom: 0;
}

/* - Nav Main */

/* - Nav Header */
.navbar-brand {
	height: auto;
	padding: 0;
}

/* - Nav Toggle */

/* - Nav Switch */

/* - Nav Items */
.ownavigation .navbar-nav li  a {
	color: #232323;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.56px;
	background-color: transparent;
	word-wrap: break-word;
	white-space: normal;
}
.ownavigation .navbar-nav > .active > a, 
.ownavigation .navbar-nav > .active > a:focus, 
.ownavigation .navbar-nav > .active > a:hover,
.ownavigation .navbar-nav li:hover > a,
.ownavigation .navbar-nav li a:hover,
.ownavigation .navbar-nav li a:focus {
	background-color: transparent;
}

/* - Nav Dropdown */

/* ## Responsive ************************************************************************************** */
	
/*----------------------------------------------------
	* Responsive
------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.desktop-hide {
		display: none;
	}
	
	/* ## Navigation Menu */
	.nav_trans {
		background: transparent;
	}

	/* - Nav Main */

	/* - Nav Header */

	/* - Nav Switch */
	.ownavigation .ddl-switch {
		display: none !important;
	}
	/* - Nav Items */
	.ownavigation .navbar-nav > li {
		margin: 0 20px;
	}
	.ownavigation .navbar-nav > li:first-child {
		margin-left: 0;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 10px 0;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.ownavigation .navbar-nav > .active > a, 
	.ownavigation .navbar-nav > .active > a:focus, 
	.ownavigation .navbar-nav > .active > a:hover,
	.ownavigation .navbar-nav li:hover > a,
	.ownavigation .navbar-nav li a:hover {
		background-color: transparent;
		color: #004586;
	}

	/* - Nav Dropdown */
	.ownavigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		border: none;
		left: 100%;
		border-radius: 0;
		opacity: 0;
		top: 0;
		display: block;
		margin: 0;
		padding: 0;
		min-width: 218px;
		max-width: 218px;
		visibility: hidden\0/;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
		-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		font-size: 13px;
		color: #333333;
		padding: 14px 22px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fcb100;
	}
	.ownavigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s;
		-o-transition: -o-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
	}
	.ownavigation ul > li > .dropdown-menu {
		left: 0; 
	}
	.ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	}
	.ownavigation ul > li > .dropdown-menu,
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
		right: auto;
	}
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	
}

/* - Min Width : 992px & Max Width 1200px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {	
	.ownavigation .navbar-nav > li {
		margin-left: 9px;
		margin-right: 9px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - SlidePanel */
	#slidepanel { 
		display: none;
		border-bottom: 1px solid #000080;
	}
	#slideit,
	#toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	#loginpanel {
		position: absolute;
		right: 110px;
		text-align: center;
		top: 14px;
	}	
	#slideit,
	#closeit {
		color: #01c26e;
		font-size: 25px;
		position: relative;
		right: -50px;
		top: 13px;
	}
	#slideit:hover,
	#closeit:hover {
		color: #01C26E;
	}
	
	.mobile-hide {
		display: none;
	}

	/* ## Navigation Menu */

	/* - Nav Main */
	.ownavigation {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* - Nav Header */
	.ownavigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}	
	
	/* - Nav Items */
	.ownavigation .navbar-nav {
		width: 100%;
		margin: 0;
	}
	.ownavigation .navbar-nav > li {
		min-height: 0;
		float: none;
		clear: both;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 8px 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}	
	.ownavigation .navbar-nav > li.active a {
		color: #fcb100;
	}
	.ownavigation .navbar-nav > li.active > a:hover,
	.ownavigation .navbar-nav  li  a:hover {
		color: #fcb100;
	}
	
	/* - Nav Toggle */
	.ownavigation .navbar-header {
		float: none;
	}
	.ownavigation .navbar-toggle {
		display: block;		
		background-color: #01C26E;
		border-radius: 0;
		margin: 30px 0 27px;
		padding: 6px 5px;
	}
	.ownavigation .navbar-toggle .icon-bar { 
		background-color: #fff; 
	}	
	.ownavigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		/* overflow: auto !important; */
	}
	.ownavigation .navbar-collapse.collapse { 
		display: none !important; 
	}
	.ownavigation .collapse.in{ 
		display:block !important; 
		overflow-y: auto !important; 
	}
	
	/* - Nav Switch */
	.ownavigation .ddl-switch {
		background-color: #01C26E;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
		padding: 2px 6px;
		position: absolute;
		right: 0;
		top: 3px;
		z-index: 100;
	}
	.ownavigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}

	/* - Nav Dropdown */
	.ownavigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
		float: left;
	}
	.ownavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.ownavigation .navbar-nav > li:last-of-type {
		margin-bottom: 15px;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #232323;
		padding-left: 0;
		padding-right: 0;
		padding-top: 6px;
		padding-bottom: 6px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fcb100;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Nav Toggle */
	.ownavigation .navbar-toggle {
		right: 0;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	
}
/* ===== Modern Sharp Attributes Section ===== */
.sublime-attributes {
  padding: 80px 0;
  background: #f6f8fb;
}



.attr-grid {
  margin-top: 36px;
}

.attr-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 22px;
  border: 1px solid rgba(11, 31, 58, 0.1);
  box-shadow: 0 10px 30px rgba(11, 31, 58, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  min-height:280px;
  position: relative;
}

.attr-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #000080, #2b5c93);
}

.attr-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 55px rgba(11, 31, 58, 0.14);
}

.attr-icon {
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: #000080;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.attr-icon i {
  font-size: 30px;
  color: #ffffff;
}

.attr-card h4 {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #000080;
  margin-bottom: 10px;
}

.attr-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 26px;
}

/* ===== Sublime Promo Section ===== */
.sublime-promo{
  padding: 70px 0;
  background: #ffffff;
}

.promo-head{
  margin-bottom: 24px;
  align-items: center;
}

.promo-title{

  font-weight: 700;
  font-size: 34px;
  color: #0b1f3a;
  margin: 0 0 8px;
  letter-spacing: -0.6px;
}
.promo-title span{ color:#000080; }

.promo-subtitle{
  margin: 0;
  color:#6b7280;
  font-size: 15px;
  line-height: 26px;
  max-width: 720px;
}

/* Decorative dots (top-right) */
.promo-dots{
  width: 160px;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  opacity: 0.9;
}
.promo-dots span{
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(43,92,147,0.18);
}
.promo-dots span:nth-child(3n){
  background: rgba(11,31,58,0.18);
}

/* Cards */
.promo-grid{ margin-top: 10px; }

.promo-card{
  position: relative;
  border-radius: 18px;            /* modern sharp */
  overflow: hidden;
  min-height: 270px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 55px rgba(11,31,58,0.10);
  border: 1px solid rgba(11,31,58,0.10);
  transition: 0.28s ease;
}

.promo-overlay{
  position:absolute;
  inset:0;
  background: linear-gradient(
    110deg,
    rgba(11,31,58,0.88) 0%,
    rgba(11,31,58,0.55) 45%,
    rgba(11,31,58,0.20) 100%
  );
}

.promo-content{
  position: relative;
  z-index: 2;
  padding: 28px 28px 26px;
  color:#fff;
  max-width: 520px;
}

.promo-icon{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.16);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 14px;
  backdrop-filter: blur(6px);
}
.promo-icon i{
  font-size: 28px;
  color: #fff;
}

.promo-content h3{
 
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 10px;
}
.promo-content p{
  margin: 0 0 16px;
  color: rgba(255,255,255,0.85);
  line-height: 24px;
  font-size: 14px;
}

/* Button */
.promo-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: 0.25s ease;
}
.promo-btn:hover{
  background: #ffffff;
  color: #0b1f3a;
  transform: translateY(-2px);
}

/* Hover lift */
.promo-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 22px 70px rgba(11,31,58,0.16);
}

/* Responsive */
@media (max-width: 767px){
  .promo-title{ font-size: 28px; }
  .promo-card{ margin-bottom: 18px; }
}


/* ===== Testimonials Section ===== */
  .sublime-testimonials {
    padding: 85px 0;
  
    position: relative;
    overflow: hidden;
  }





  /* Swiper layout */
  .testi-swiper-wrap {
    margin-top: 34px;
    position: relative;
  }

  .testi-swiper {
    padding: 10px 10px 55px;
  }

  /* Card */
  .t-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(11, 31, 58, 0.10);
    border-radius: 18px;
    padding: 26px 22px;
    box-shadow: 0 18px 60px rgba(11, 31, 58, 0.08);
    position: relative;
    overflow: hidden;
    transition: 0.28s ease;
    height: 100%;
  }
  .t-card:before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #000080 0%, #2b5c93 100%);
  }
  .t-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 90px rgba(11, 31, 58, 0.14);
    border-color: rgba(11, 31, 58, 0.18);
  }

  .t-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }
  .t-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(11, 31, 58, 0.06);
    color: #000080;
    font-weight: 800;
    font-size: 12px;
  }
  .t-badge i { color:#2b5c93; font-size: 14px; }

  .t-mark {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: #000080;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 30px rgba(11, 31, 58, 0.22);
  }
  .t-mark i { color:#fff; font-size: 20px; }

  .t-text {
    color: #334155;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 18px;
    min-height: 110px; /* keeps cards aligned */
  }

  .t-footer {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  /* Avatar image */
  .t-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgba(11, 31, 58, 0.10);
    box-shadow: 0 10px 22px rgba(11, 31, 58, 0.10);
    flex: 0 0 auto;
    background: #eaeef5;
  }
  .t-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .t-name {
    margin: 0;
  
    font-weight: 700;
    font-size: 14px;
    color: #000080;
  }
  .t-role {
    margin: 2px 0 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
  }

  .t-stars {
    margin-left: auto;
    display: flex;
    gap: 3px;
    color: #f59e0b;
    font-size: 14px;
  }

  /* Swiper controls */
  .testi-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(11,31,58,0.10);
    box-shadow: 0 16px 40px rgba(11,31,58,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.25s ease;
  }
  .testi-nav:hover { transform: translateY(-50%) scale(1.05); }
  .testi-nav i { color: #0b1f3a; font-size: 18px; }

  .testi-prev { left: -10px; }
  .testi-next { right: -10px; }

  .swiper-pagination-bullet {
    width: 10px; height: 10px;
    background: rgba(11,31,58,0.25);
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #2b5c93;
  }

  @media (max-width: 991px){
    .testi-prev { left: 0; }
    .testi-next { right: 0; }
  }
  @media (max-width: 767px){
    .sublime-testimonials { padding: 65px 0; }
    .t-text { min-height: auto; }
  }

   /* ===== CTA Section ===== */
  .sublime-cta{
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: #000080; /* main navy */
  }

  /* soft glow blobs */
  .sublime-cta:before,
  .sublime-cta:after{
    content:"";
    position:absolute;
    border-radius: 999px;
    filter: blur(55px);
    opacity: 0.35;
    pointer-events:none;
  }
  .sublime-cta:before{
    width: 420px; height: 420px;
    left: -180px; top: -180px;
    background: rgba(255,255,255,0.20);
  }
  .sublime-cta:after{
    width: 520px; height: 520px;
    right: -240px; bottom: -240px;
    background: rgba(220,220,220,0.22);
  }

  .cta-wrap{
    position: relative;
    z-index: 2;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 22px 70px rgba(0,0,0,0.25);
    padding: 34px 34px;
    overflow: hidden;
  }

  /* subtle grid texture */
  .cta-wrap:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
      linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.25;
    pointer-events:none;
  }

  .cta-content{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
  }

  .cta-left{
    flex: 1 1 520px;
    min-width: 280px;
  }

  .cta-kicker{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
  }
  .cta-kicker i{ font-size: 15px; color: #fff; }

  .cta-title{
    margin: 0 0 10px;
    color: #fff;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 1.15;
  }
  .cta-title span{
    color: rgba(255,255,255,0.85);
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.35);
    text-underline-offset: 6px;
  }

  .cta-text{
    margin: 0;
    color: rgba(255,255,255,0.80);
    font-size: 15px;
    line-height: 26px;
    max-width: 680px;
  }

  .cta-actions{
    flex: 0 0 auto;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
  }

  .btn-cta{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
    border: 1px solid transparent;
    letter-spacing: 0.2px;
  }

  .btn-cta.primary{
    background: #ffffff;
    color: #000080;
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
  }
  .btn-cta.primary:hover{
    transform: translateY(-2px);
    box-shadow: 0 22px 55px rgba(0,0,0,0.30);
  }

  .btn-cta.secondary{
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-color: rgba(255,255,255,0.20);
  }
  .btn-cta.secondary:hover{
    background: rgba(255,255,255,0.18);
    transform: translateY(-2px);
  }

  .cta-mini{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    font-weight: 700;
  }
  .cta-mini i{
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }

  @media(max-width: 767px){
    .sublime-cta{ padding: 65px 0; }
    .cta-title{ font-size: 26px; }
    .cta-wrap{ padding: 26px 18px; }
  }

   /* ===== Smooth Footer (Navy + Grey + White) ===== */
  .footer-main{
    background: #0b0b4f; /* close to #000080 but softer */
    color: rgba(255,255,255,0.80);
  }

  .footer-main .top-footer{
    background: transparent; /* no bg image */
    padding: 70px 0 45px;
  }

  .footer-main .logo-block h3{
    margin: 0 0 14px;
  }

  .footer-main .logo-block img{
    max-height: 44px;
  }

  .footer-main .logo-block p{
   
    margin: 0 auto 18px;
    color: rgba(255,255,255,0.78);
    line-height: 26px;
    font-size: 14px;
  }

  /* Social icons */
  .footer-main .logo-block ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .footer-main .logo-block ul li{
    display: inline-block;
  }

  .footer-main .logo-block ul li a{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
    color: rgba(255,255,255,0.92);
    transition: 0.25s ease;
  }

  .footer-main .logo-block ul li a:hover{
    background: #ffffff;
    color: #000080;
    transform: translateY(-2px);
  }

  /* Divider line */
  .footer-divider{
    height: 1px;
    background: rgba(255,255,255,0.12);
    margin: 38px 0 0;
  }

  /* Bottom footer */
  .footer-main .bottom-footer{
    background: rgba(0,0,0,0.18);
    padding: 18px 0;
  }

  .footer-main .bottom-footer p{
    margin: 0;
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    letter-spacing: 0.2px;
    text-align: center;
  }

  .footer-main .bottom-footer p i{
    color: rgba(255,255,255,0.85);
    margin-right: 6px;
  }

  /* Center align the logo-block for your current layout */
  .footer-main .logo-block{
    text-align: center;
  }

  @media(max-width: 767px){
    .footer-main .top-footer{
      padding: 55px 0 35px;
    }
    .footer-main .logo-block p{
      padding: 0 10px;
    }
  }

 .logo-marquee{
  padding: 28px 0;
  background: #F6F8FB;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  position: relative;
  overflow: hidden;
}

/* optional dotted decoration */
.logo-marquee:after{
  content:"";
  position:absolute;
  right:-60px;
  top:-40px;
  width:220px;
  height:220px;
  background-image: radial-gradient(rgba(0,0,0,0.10) 1.6px, transparent 1.7px);
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events:none;
}

.logo-marquee__viewport{
  overflow: hidden;
  width: 100%;
}

/* IMPORTANT: these !important lines prevent template CSS overriding */
.logo-marquee__track{
  display: flex !important;
  width: max-content !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 90px !important;

  /* animation */
  animation: logoMarqueeScroll 18s linear infinite !important;
  will-change: transform;
  transform: translate3d(0,0,0);
}

.logo-marquee__group{
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 90px !important;
}

.logo-item{
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
}

.logo-item img{
  height: 42px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: 0.25s ease;
  display: block;
}

.logo-item img:hover{
  opacity: 0.95;
  filter: grayscale(0%);
  transform: translateY(-2px);
}

/* Seamless loop:
   track has 2 identical groups -> move by 50% of its total width */
@keyframes logoMarqueeScroll{
  0%   { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-50%,0,0); }
}

/* Pause on hover */
.logo-marquee:hover .logo-marquee__track{
  animation-play-state: paused !important;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .logo-marquee__track{ animation: none !important; }
}

.logo-marquee__track{ animation-name: logoMarqueeScroll !important; }
