@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
	font-family: "Nunito Sans", sans-serif;
	font-optical-sizing: auto;
}

:root {
	--gold-color: #CAAB7F;
	--grey-color: #404042;
}

.pattern-bg {
	background: url('../images/pattern-bg.png');
	width: 100%;
	height: 100%;
	background-size: cover;
}

.fw-800 {
	font-weight: 800;
}

.fw-700 {
	font-weight: 700;
}

.fw-600 {
	font-weight: 600;
}

.fw-normal {
	font-weight: normal;
}

.font-30 {
	font-size: 30px;
}

.font-18 {
	font-size: 18px;
}

.font-24 {
	font-size: 24px;
}

.font-20 {
	font-size: 20px;
}

.font-grey {
	color: var(--grey-color);
}

.font-gold {
	color: var(--gold-color);
}

.lh-30 {
	line-height: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.font-17 {
	font-size: 17px;
}

.bg-grey {
	background: var(--grey-color);
}

.bg-gold {
	background: var(--gold-color);
}

/* Footer */
footer .container {
	padding-top: 45px;
	padding-bottom: 45px;
}

footer .social-media a img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.brder {
	border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* Navbar */
.main-navbar {
	transition: all 0.4s ease;
	background-color: transparent;
	box-shadow: none;
	z-index: 999;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.main-navbar .logo-size {
	width: 65px;
	transition: transform 0.3s ease;
}

.btn-download {
	padding: 10px 25px;
	border-radius: 5px;
	border: 2px solid var(--grey-color);
	transition: all 0.3s ease;
}

.btn-download:hover {
	background: transparent;
	color: var(--gold-color) !important;
	border: 2px solid var(--gold-color);
}

.main-navbar.scrolled {
	background-color: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(10px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	padding: 0.6rem 0 !important;
	animation: slideFade 0.5s ease-in-out;
}

.main-navbar.scrolled .logo-size {
	transform: scale(0.88);
}

a:hover {
	color: var(--gold-color) !important;
}

footer img:hover {
	filter: invert(42%) sepia(30%) saturate(477%) hue-rotate(10deg) brightness(95%) contrast(91%);
}

/* Animation */
@keyframes slideFade {
	0% {
		transform: translateY(-20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

/* offcanvas */
.offcanvas {
	background: var(--grey-color);
}

.navbar-toggler {
	border-color: var(--gold-color);
	 !important;
	width: 40px;
	padding: 0px;
	height: 40px;
}

.navbar-toggler-icon {
	background-size: 35px;
	background-image: url("data:image/svg+xml,%3Csvg style='color:%23CAAB7F' height='21' viewBox='0 0 21 21' width='21' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4.5 6.5h12'%3E%3C/path%3E%3Cpath d='m4.498 10.5h11.997'%3E%3C/path%3E%3Cpath d='m4.5 14.5h11.995'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") !important;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

.offcanvas .btn-close {
	background-size: 25px;
	opacity: 1;
	background-image: url("data:image/svg+xml,%3Csvg style='color: white' xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z' fill='white'%3E%3C/path%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z' fill='white'%3E%3C/path%3E%3C/svg%3E") !important;
}

.offcanvas .btn-download {
	padding: 10px 25px;
	border-radius: 5px;
	border: 2px solid var(--gold-color);
	transition: all 0.3s ease;
	background: var(--gold-color);
}

.offcanvas .btn-download:hover {
	background: transparent;
	color: white !important;
	border: 2px solid white;
}

.font-42 {
	font-size: 42px;
}

.bg-ship-image {
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/ship-image.png");
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	text-align: center;
	color: white;
	padding: 100px 0px;
	position: relative;
	bottom: -80px;
	border-radius: 5px;
}

.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

footer.home-page {
	z-index: -1;
	padding-top: 80px;
}

.accordion .accordion-button {
	background: transparent;
	font-size: 18px;
	font-weight: 700;
	color: var(--grey-color) !important;
	box-shadow: none;
	padding: 27px 16px;
}

.accordion-button:focus {
	box-shadow: none;
	outline: none;
}

.accordion-item:not(:first-of-type),
.accordion-item:first-of-type {
	border: none !important;
	border-bottom: 1px solid rgba(64, 64, 66, 0.3) !important;
}

.accordion .accordion-body {
	padding-left: 38px;
	padding-top: 0px;
}

.accordion p {
	margin-bottom: 10px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
	border: none !important;
}

.accordion-button::after {
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23404042' stroke-width='2' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
	/* Bold Plus Icon in #404042 */
	background-repeat: no-repeat;
	background-size: 2rem;
	transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23404042' stroke-width='2' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");
	/* Bold Minus Icon in #404042 */
}

.pl-50 {
	padding-left: 50px;
}

.mb-25 {
	margin-bottom: 25px;
}

.bg-f5 .col-lg-4 {
	margin-bottom: 30px;
}

.bg-f5 .card {
	background: #f5f5f5;
	border: none;
	border-radius: 10px;
	height: 100% !important;
}

.bg-f5 .card img.img-fluid {
	height: 48px;
	margin-bottom: 24px;
}

.bg-f5 .card .card-body {
	padding: 60px 50px;
}

.bg-f5 .card {
  position: relative;
  overflow: hidden;
}

.bg-f5 .card::before {
  content: "";
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  height: 0%;
  background:  var(--grey-color); 
  z-index: 1;
  transition: height 0.4s ease;
  pointer-events: none;
}

.bg-f5 .card .card-body {
  position: relative;
  z-index: 2;
}

.bg-f5 .card:hover::before {
  height: 100%;
}


.bg-f5 .card:hover p {
	color: white !important;
}

/* ------- Features (Section 5) height tuning ------- */
.font-15 {
    font-size: 15px;
}

#features-container .card .card-body {
    padding: 28px 24px; /* tighter inner spacing to reduce height */
}

#features-container .card .card-body .d-flex {
    gap: 12px; /* spacing between icon and title */
    margin-bottom: 10px;
}

#features-container .card .card-body .d-flex img {
    height: 36px; /* smaller icon to save height */
    width: auto;
    margin-bottom: 0;
}

#features-container .card p {
    font-size: 18px; /* slightly smaller copy to fit better */
    line-height: 1.5;
}

/* Keep title readable in hover/dark state */
.bg-f5 .card:hover h4 {
    color: white !important;
}

.bg-white-a {
	background: white;
	margin-bottom: 340px;
}

.min-w-60 {
	min-width: 60px;
}

.support .card {
	border-bottom: 1px solid rgba(64, 64, 66, 0.3) !important;
	border-radius: 0px !important;
	padding: 10px 0px;
}

.work .card {
	background: #f5f5f5;
}

.work .card .card-body {
	padding: 55px 45px;
}

.work .first {
	background: var(--gold-color);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: white;
}

.work .first h3 {
	margin-bottom: 0px;
	font-size: 25px;
	font-weight: 700;
}

.work .card h4 {
	font-weight: 700;
	color: var(--grey-color);
	font-size: 20px;
	margin: 20px 0px;
}

.work .card {
  position: relative;
  overflow: hidden;
}

.work .card::before {
  content: "";
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
  height: 0%;
  background:  var(--grey-color); 
  z-index: 1;
  transition: height 0.4s ease;
  pointer-events: none;
}

.work .card .card-body {
  position: relative;
  z-index: 2;
}

.work .card:hover::before {
  height: 100%;
}

.work .card:hover .first {
	background: white;
	color: var(--gold-color);
}

.work .card:hover h4,
.work .card:hover p {
	color: white;
}

.bg-grey-color {
	background: var(--grey-color);
	padding-top: 70px;
	padding-bottom: 80px;
}

.bg-grey-color ul li {
	margin-bottom: 35px;
	display: table;
}

.bg-grey-color ul li:last-child {
	margin-bottom: 0px;
}

.bg-grey-color ul li::after {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	bottom: -15px;
	display: block
}

.bg-grey-color ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	position: relative;
	bottom: -15px;
	left: -24px;
	display: block
}

.app-gold {
	background: var(--gold-color);
	border-radius: 5px;
	padding: 70px 40px;
	height: 450px;
}

.app-image {
	position: relative;
}

.app-image img {
	width: 100%;
	height: 575px;
	position: absolute;
	top: -70px;
	object-fit: contain;
	object-position: right;
}

@media (min-width: 1201px) and (max-width: 1550px) {
	.app-gold {
		padding: 90px 15px;
	}
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.bg-ship-image {
		padding: 75px 0px;
	}

	.s-6 .row.mb-5.align-items-center .font-18,
	.support .font-grey.font-20.fw-600.mb-25,
	.work .font-grey.font-20.fw-600.mb-25,
	.app-gold .text-white.fw-600.font-20.mb-5 {
		font-size: 17px;
	}

	.s-6 .font-grey.font-20.fw-600.mb-25 {
		font-size: 17px;
	}

	.faq .font-20.font-grey {
		font-size: 17px;
	}

	.bg-f5 .card .card-body,
	.work .card .card-body {
		padding: 40px 20px;
	}

	.app-gold .font-42.fw-800.text-white.mb-3,
	.faq .fw-700.font-42.font-gold,
	.s-6 .fw-700.font-gold.font-42,
	.bg-f5 .fw-700.font-gold.font-42,
	.support .fw-700.font-gold.font-42,
	.work .fw-700.font-gold.font-42 {
		font-size: 33px;
	}

	.app-gold {
		padding: 80px 20px;
	}

	.mtb-80 {
		margin-top: 65px;
		margin-bottom: 65px;
	}
}


@media (min-width: 768px) and (max-width: 1023px) {
	.font-24 {
		font-size: 20px;
	}

	.font-42 {
		font-size: 30px;
	}

	.bg-ship-image {
		padding: 60px 0px;
	}

	footer .font-24.fw-700.text-white.mb-0,
	footer .font-24.fw-700.text-white.mb-3 {
		font-size: 20px;
	}

	.mtb-80 {
		margin-top: 55px;
		margin-bottom: 55px;
	}

	.faq .pl-50,
	.s-6 .pl-50 {
		padding-left: 0px;
	}

	footer.home-page {
		padding-top: 35px;
	}

	.bg-ship-image {
		bottom: -50px;
	}

	.bg-white-a {
		margin-bottom: 300px;
	}

	.accordion .accordion-button {
		padding: 22px 15px;
	}

	.faq .font-20.font-grey br {
		display: none;
	}

	.s-6 .row.mb-5.align-items-center {
		margin-bottom: 25px !important;
	}

	.bg-f5 .card .card-body,
	.work .card .card-body {
		padding: 40px 25px;
	}
	.work .first {
    width: 50px;
    height: 50px;
  }
  .work .first h3 {
    font-size: 20px;
}

	.bg-grey-color ul li {
		margin-bottom: 38px;
		font-size: 14px;
	}

	.work .col-lg-4 {
		margin-bottom: 30px;
	}

	/*.work .col-lg-4:last-child { margin-bottom: 0px; }*/

	.app-image img {
		height: auto;
		position: relative;
		top: 0px;
		margin-top: 60px;
	}

	.app-gold {
		height: auto;
		padding: 70px 35px;
	}
.work .font-18{
		font-size: 16px;
	}
.work .card {
	  height: 100% !important;
  }
    .navbar-expand-md .navbar-nav .nav-link.font-17{
  	font-size: 15px;
  	margin-right: 12px !important;
  }
  .btn-download {
    padding: 8px 12px;
    font-size: 16px;
}  

.app-gold h1, .app-gold p , .app-gold img , .app-gold .w-75{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
}


@media (max-width: 767px) {
	.bg-white-a {
		margin-bottom: 0px;
	}

	.pattern-bg{
		background-position: right;
	}

	.app-gold .w-75 {
		width: 100% !important;
	}

	.app-gold p.text-white.fw-600.font-20.mb-5 {
		margin-bottom: 30px !important;
	}

	.app-gold {
		padding: 40px 10px;
		height: auto;
	}

	.app-gold .justify-content-center {
		justify-content: start !important;
	}

	.app-image img {
		height: auto;
		position: relative;
		top: 0px;
		margin-top: 45px;
	}

	.work .card .card-body {
		padding: 40px 30px;
	}

	.work .col-lg-4 {
		margin-bottom: 30px;
	}

	.work .col-lg-4:last-child {
		margin-bottom: 0px;
	}

	.bg-grey-color.mtb-80 .col-lg-6:nth-child(2) {
		margin-top: 55px;
	}

	.support .img-fluid.w-100.mb-4 {
		height: 300px;
		object-fit: cover;
	}

	.support .font-18.font-grey.mb-0.ms-4 {
		font-size: 16px;
		margin-left: 15px !important;
	}

	.bg-f5 .col-lg-4:last-child {
		margin-bottom: 0px;
	}

	.bg-f5 .font-20 {
		font-size: 17px;
	}

	.bg-f5 .card img.img-fluid {
		height: 40px;
		margin-bottom: 20px;
	}

	.bg-f5 .card .card-body {
		padding: 40px 30px;
	}

	.s-6 .row.mb-5.align-items-center {
		margin-bottom: 30px !important;
	}

	.s-6 .row.mb-5.align-items-center .font-18,
	.support .font-grey.font-20.fw-600.mb-25,
	.work .font-grey.font-20.fw-600.mb-25,
	.app-gold .text-white.fw-600.font-20.mb-5 {
		font-size: 17px;
	}

	.s-6 .img-fluid.px-3 {
		padding: 35px 0px 0px !important;
	}

	.s-6 .font-grey.font-20.fw-600.mb-25 {
		font-size: 17px;
	}

	.app-gold .font-42.fw-800.text-white.mb-3,
	.faq .fw-700.font-42.font-gold,
	.s-6 .fw-700.font-gold.font-42,
	.bg-f5 .fw-700.font-gold.font-42,
	.support .fw-700.font-gold.font-42,
	.work .fw-700.font-gold.font-42 {
		font-size: 35px;
	}

	.mtb-80 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.col-lg-8.pl-50 {
		padding-left: 15px;
	}

	.accordion .accordion-button {
		font-size: 17px;
		padding: 20px 4px
	}

	.accordion .accordion-body {
		padding-left: 24px;
	}

	.accordion p {
		font-size: 15px;
	}

	.accordion-button::after {
		width: 22px;
		height: 22px;
		background-size: 22px;
	}

	.faq .font-20.font-grey {
		font-size: 17px;
	}

	.bg-ship-image {
		padding: 60px 0px;
		bottom: -40px;
	}

	.bg-ship-image .font-42 {
		font-size: 24px;
	}

	.bg-ship-image .font-24 {
		font-size: 17px;
	}

	.bg-ship-image .col-lg-4.mx-auto .row.mt-4 {
		margin-top: 0px !important;
	}

	footer.bg-grey.fixed-bottom.home-page {
		position: initial !important;
		padding-top: 30px;
	}

	footer .font-20 {
		font-size: 18px;
	}

	footer p.text-white.mb-0 br,
	.faq .font-20.font-grey br {
		display: none;
	}

	footer .col-lg-4 {
		margin-bottom: 30px;
	}

	footer .col-lg-4:last-child {
		margin-bottom: 0px;
	}

	footer .font-24.fw-700.text-white.mb-0,
	footer .font-24.fw-700.text-white.mb-3 {
		font-size: 20px;
	}

	.lh-30.font-18{
		font-size: 17px;
	}
}

/* Animation for the hero section */
.app-image img {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0px); }
}


   /* Scroll to Top Button */
    .scroll-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: var(--gold-color);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 9999;
    }


    .scroll-top path {
      fill: none;
      stroke: white;
      stroke-width: 3;
      stroke-dasharray: 126;
      stroke-dashoffset: 126;
      transition: stroke-dashoffset 0.1s linear;
    }

    .scroll-top-icon {
      position: absolute;
      color: white;
      z-index: 2;
    }

    @media (max-width: 1200px){
    .scroll-top{
    	display: none !important;
    }	
    }


	.pp-color a{
		color: #CAAB7F !important;
	}