/*
Theme Name: OCM
*/

*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {
float:left;
width:100%;
margin:0;
padding:0;
background:#f1f1f1;
color: #000000;
font-family: 'Open Sans', sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
* { outline:none;}
img { 
	max-width:100%; 
	height:auto;
	max-inline-size: 100%;
	block-size: auto;
}
h1, h2, h3, h4, h5, h6, p, ul, ol { padding:0; margin:0 0 20px 0; }
h1, h2, h3, h4, h5, h6 {line-height:1.2;}
p, ul, ol {line-height:1.4;}
ul, ol { padding:0 0 0 20px;}
a {color: #000000; text-decoration:none;}
a:hover {color: ##000000; }
h1 {font-size: 32px;}
h2 {font-size: 26px;}

/*general*/
section {
	padding:60px 0;
	clear:both;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between; 
	width: 100%;
	max-width: 1230px;
	padding-inline: 15px;
	margin: 0 auto;  
}
.flex-container.align-center {align-items: center;}
.flex-item {
	flex: 1;
	min-width: 300px;
}

/*header css start*/
.top-bar {
  float: left;
  width: 100%;
  padding: 8px 0;
  /*background: #52ab97;*/
  background: #3D6D82;
  transition:all 0.3s linear; 
  -webkit-transition:all 0.3s linear; 
  -moz-transition:all 0.3s linear;
}
.top-bar ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 20px;
    list-style: none;
	margin-inline-start: auto;
}
.top-bar ul li {
    list-style: none;
}
.top-bar ul li a {
    color: #fff;
    font-size: 18px;
	display: flex;
}

.header {
  float: left;
  width: 100%;
  padding:10px 0;
  /*background:#BCD5E0;*/
  background:#ffffff;
  transition:all 0.3s linear; 
  -webkit-transition:all 0.3s linear; 
  -moz-transition:all 0.3s linear;
}

/*header css end*/

/*header responsive*/

/*@media only screen and (max-width: 959px) {
  .header{ display:none;}
  .fixedHeader { margin-bottom: 90px;}

  .footer { padding-bottom: 70px;}
}*/
.banner {
  padding: 60px 0;
  text-align: center;
  position: relative;
  background: #3D6D82;
  clear:both;
  color:#fff;
}
.banner p:last-child { margin-bottom:0;}

.logo {
	  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.logo img { max-height:60px; display:block; }
nav {margin-inline-start: auto;}
.navbar-list {
  display: flex;
  gap: 25px;
  list-style:none;
  padding:0;
  margin:0;
}
.navbar-list li {
position: relative;
}
.navbar-list li a {
  color: #000000;
  font-weight: 500;
  padding-block: 12px;
  text-transform: uppercase; 
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.navbar-list li a:hover, .navbar-list li.current-menu-item a { color: #000000; }
.navbar-list > li > a:after {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #3c8c8c, #62cabf, transparent);
	transition: all 0.3s ease;
}

.navbar-list > li > a:hover:after, .navbar-list > li.current-menu-item > a:after {
	width: 100%;
}

/*submenu css*/	
.navbar-list .sub-menu {
	position: absolute;
	right:0;
	background-color: white;
	min-width: 200px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	list-style: none;
	z-index: 1000;
	padding:0;
}

.navbar-list li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.navbar-list .sub-menu li {
	border-bottom: 1px solid #f1f1f1;
}

.navbar-list .submenu li:last-child {
	border-bottom: none;
}

.navbar-list .sub-menu li a {
	padding: 12px 15px;
	display: block;
	text-decoration: none;
	transition: all 0.2s ease;
	text-transform: capitalize;
	text-align:right;
}

.navbar-list .sub-menu li a:hover {
	/*background-color: #f8f9fa;*/
	padding-left: 20px;
}

/*footer start*/
.footer-top {
  position:relative;
  /*text-align:center;*/
  background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);
  background: linear-gradient(-45deg, #0d263b, #514A9D, #0d263b, #543ab7);
  color:white;
  clear:both;
  

  clip-path: polygon(0 0, 50% 80px, 100% 0, 100% 100%, 0% 100%);
    padding-top: 140px;
	margin-top:60px;
	    background: #2C4F5F;
		background: linear-gradient(90deg, #5088a2, #4d698e);
}

.inner-footer {
  width:100%;
  margin: 0;
  padding: 0;
   display: flex;
  /*justify-content: center;
  align-items: center;*/
  min-height:200px;
  column-gap:100px;
}
.inner-footer .ft-col { flex:1;}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.footer-bottom {
  position:relative;
  text-align:center;
  background-color: white;
  color:#000000;
}
.footer-bottom p {
	margin:0 0 5px 0;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}
/*footer end*/

.trust-list {
	list-style: none;
	margin-top: 25px;
	margin-top: 5px;
	padding:0;
}

.trust-list li {
	margin-bottom: 20px;
	padding-left: 40px;
	position: relative;
	transition: all 0.3s ease;
}

.trust-list li span {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #BCD5E0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trust-list li:hover {
	transform: translateX(5px);
}


.white-box {
border-radius: 30px;
padding: 30px;
box-shadow: 0 5px 20px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 20px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
--webkit-box-shadow: 0 5px 20px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
max-width: 100%;
--webkit-box-shadow: 0 5px 20px 20px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
}
.underline {
position: relative;
margin-bottom:40px;
}
.underline::before {
content: "";
position: absolute;
bottom: -20px;
left: 0;
width: 150px;
height: 4px;
background-image: linear-gradient(90deg, transparent, #3c8c8c, #62cabf, transparent);
border-radius: 10px;
}
.fancy-img {
border-radius: 30px;
border: 10px double #3c8c8c;
background-image: linear-gradient(180deg, #BCD5E0 0%, #62cabf 100%);
}

/* Category Grid */
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.category-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: opacity 0.6s, transform 0.6s;;
  border-top: 4px solid #FF6B8B;
  align-items: center;
  display: flex;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.category-card p {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
}

/* cards-container css*/

.hm-cards-container {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));*/
	grid-template-columns: repeat(auto-fit, minmax(0, 380px));
    justify-content: center;
	gap: 30px;
	width: 100%;
}
.hm-cards-container.fullcol {grid-template-columns: 1fr;}

.hm-card {
	background: white;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.hm-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.hm-card-header {
	padding: 25px 25px 15px;
	text-align: center;
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.hm-card-icon {
	font-size: 2.5rem;
	margin-bottom: 15px;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	color: white;
	display: flex;
    align-items: center;
    justify-content: center;
}

.hm-card-title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.hm-card-body {
	padding:25px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.hm-card-text {
	font-size: 1rem;
	line-height: 1.6;
	color: #000000;
	margin-bottom: 20px;
	flex-grow: 1;
}

.hm-card-button {
	display: inline-block;
	padding: 12px 25px;
	background: transparent;
	border: 2px solid;
	border-radius: 50px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.hm-card-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Valentine's Day Card */
.valentine .hm-card-header {
	background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
}

.valentine .hm-card-icon {
	background: rgba(255, 255, 255, 0.2);
}

.valentine .hm-card-button {
	color: #000000;
	border-color: #ff6b6b;
}

.valentine .hm-card-button:hover {
	background: #ff6b6b;
	color: white;
}

/* Romantic Card */
.romantic .hm-card-header {
	background: linear-gradient(135deg, #d63384 0%, #e685b5 100%);
}

.romantic .hm-card-icon {
	background: rgba(255, 255, 255, 0.2);
}

.romantic .hm-card-button {
	color: #000000;
	border-color: #d63384;
}

.romantic .hm-card-button:hover {
	background: #d63384;
	color: white;
}

/* Thank You Card */
.thankyou .hm-card-header {
	background: linear-gradient(135deg, #20c997 0%, #63e6be 100%);
}

.thankyou .hm-card-icon {
	background: rgba(255, 255, 255, 0.2);
}

.thankyou .hm-card-button {
	color: #000000;
	border-color: #20c997;
}

.thankyou .hm-card-button:hover {
	background: #20c997;
	color: white;
}