/*---------------------------------------------------------------
Copyright @ ShareInvestor Pte Ltd. 2025. All Rights Reserved.
---------------------------------------------------------------*/

/*----------------------------------------------
Color Guide
----------------------------------------------*/
:root {
  --yellow-color-1: #fbb040;
  --yellow-color-2: #fbc970;
  --yellow-color-3: #fcdba1;
  --yellow-color-4: #fde6be;
  --blue-color:#1d71b8;
  --grey-clor:#dddddd;
  --font-family-sans-serif: "Lato", sans-serif;
  --default-transition-config: all 0.3s;
  --subtitle: 20px;
}

/*----------------------------------------------
Universal Styles
----------------------------------------------*/

body {
  font-family: 'Lato', sans-serif;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
  transition: var(--default-transition-config);
}

.subtitle{
font-size: 3em;
}

.subtitle-blue{
font-size: 3em;
color: var(--blue-color);
font-style: italic;
}


.pad-80{
 padding: 80px;
}
/*----------------------------------------------
Header & Nav Styles
----------------------------------------------*/
.top-header{
  background-color: #fff;
  text-align: center;
}
.top-header img{
  width: 80px;
}
.top-header p{
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  margin: 0;
}
a.navbar-brand img{
    max-width: 150px;
  }
.navbar-light .navbar-nav .nav-link {
    color: #010101;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    border-bottom: 5px solid #ffffff;
}
.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 5px solid #fbb040;
}
.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 5px solid var(--yellow-color-1);
    cursor: pointer;
}
.dropdown-toggle::after{
    display: inline-block;
    margin-left: 1em;
    vertical-align: 0.255em;
    content: "";
    font-family: "FontAwesome";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 0.6rem;
}
.drop-submenu-content{
    background-color: var(--yellow-color-1);
    border-radius: 0;
    border: 0;
    padding: 10px;
    text-transform: uppercase;
}
.drop-submenu-content .dropdown-item {
    color: #000!important;
    font-size: 16px;
    padding: 0.5rem 1rem;
}
.drop-submenu-content .dropdown-item.active {
    background-color: var(--yellow-color-4);
    text-decoration: none;
}
.drop-submenu-content .dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    background-color: var(--yellow-color-4);
    text-decoration: none;
}
.navbar>.container{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: end;
}
/*----------------------------------------------
Banner
----------------------------------------------*/
.pages-banner {       
  height: 75vh;
  position: relative;
  background-size: cover !important;
  background-blend-mode: multiply;
}

.banner-desc {
  width: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
}

.banner-desc h1{
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  padding: 50px 0;
  margin: 0;
  text-shadow: 0px 2px 4px #2f2f2f;
}

.banner-home {
  background: url(../images/homebanner.jpg) center 60% no-repeat;
  box-shadow: inset 0 -80px 130px -80px #000000;
}

.banner-aboutus {
  background: url(../images/aboutus_banner.jpg) center center no-repeat;
  box-shadow: inset 0 -80px 130px -80px #000000;
}

.banner-subaboutus {
  background: url(../images/subaboutus_banner.jpg) center 80% no-repeat;
  height: 70vh;
  background-size: cover;
}

.banner-contact {
  background: url(../images/contact_banner.jpg) center 60% no-repeat;
  box-shadow: inset 0 -80px 130px -80px #000000;
}

.banner-overview {
  background: url(../images/overview_banner.jpg) center center no-repeat;
  box-shadow: inset 0 -80px 130px -80px #000000;
}
.banner-seafood {
  background: url(../images/business-seafoodbanner.jpg) center left no-repeat;
  box-shadow: inset 0 -80px 130px -80px #000000;
}
.banner-retail {
  background: url(../images/business-retail.jpg) center center no-repeat;
  box-shadow: inset 0 -80px 130px -80px #000000;
}
.banner-coconut {
  background: url(../images/business-coconut.jpg) center center no-repeat;
  box-shadow: inset 0 -80px 130px -80px #000000;
}
/*----------------------------------------------
 BUTTONS
-------------------------------------------------- */
.btn.btn-arrow-black {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.img-arrow-black {
   width: 40px;
    position: relative;
    left: 0;
    margin-left: 15px;
   transition: all 0.3s ease;
}
.btn.btn-arrow-black:hover .img-arrow-black {
   left: 8px;
}
.btn.btn-arrow-black:active {
   color: #000!important;
}
.btn.btn-arrow-oren {
  color: var(--yellow-color-1);
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.img-arrow-oren {
   width: 40px;
    position: relative;
    left: 0;
    margin-left: 15px;
   transition: all 0.3s ease;
}
.btn.btn-arrow-oren:hover .img-arrow-oren {
   left: 8px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: var(--yellow-color-1);
    background-color: transparent;
    border-color: transparent;
    border: 0;
}
.btn-check:checked+.btn:focus-visible, 
.btn.active:focus-visible, 
.btn.show:focus-visible, 
.btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
    border: 0;
}

/*----------------------------------------------
 HOMepage
-------------------------------------------------- */

h4.subtitle{
    font-size: var(--subtitle);
    font-weight: bold;
}
.box-yellow-1{
    background-color: var(--yellow-color-1);
    padding: 20px;
    margin-bottom: 16px;
}

.box-yellow-2{
    background-color: var(--yellow-color-2);
    padding: 20px;
    margin-bottom: 16px;
}

.box-yellow-3{
    background-color: var(--yellow-color-3);
    padding: 20px;
    margin-bottom: 16px;
}

.box-yellow-4{
    background-color: var(--yellow-color-4);
    padding: 20px;
    margin-bottom: 16px;
}

.seafood-thumb{
    background: url(../images/business-seafood-processing.jpg) top left no-repeat ;
    height: 30em;
    background-size: cover;
    position: relative;
}

.retail-thumb{
    background: url(../images/business-retail.jpg) top center no-repeat;
    height: 30em;
    background-size: cover;
    position: relative;
}
.coconut-thumb{
    background: url(../images/business-coconut-processing.jpg) top center no-repeat;
    height: 30em;
    background-size: cover;
    position: relative;
}
.wrapper-title{
    position: absolute;
    bottom: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: .5s ease;
}
.wrapper-title:hover {
    height: 100%;
    transition: .5s ease;
}
.wrapper-title:hover .wrapper-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);

}
.wrapper-title img{
    width: 50px;
    padding-top: 20px;
}
.wrapper-title:hover .wrapper-text img {
    margin-left: 15px;
    transition: all 0.3s ease;
}

.wrapper-title h3{
    margin: 0;
    padding: 10px 0 20px 0;
    font-weight: bold;
 }

.banner-certificate{
    background: url(../images/certificate.jpg) top center no-repeat;
    height: 30em;
    background-size: cover;
    padding: 60px;
    display: flex;
    align-items: center;
}


.banner-talk{
    background: url(../images/talk.jpg) #734500 top 38% center no-repeat;
    height: 30em;
    background-size: cover;
    padding: 60px;
    display: flex;
    align-items: center;
}

.logo-cert img {
    height: 150px;
    margin: 10px;
}

.stock_last_done {
    font-size: 30px;
    font-weight: bold;
}
.green-color {
    color: #198752;
}
.red-color {
    color: #ff0000;
}
.stock-changes {
    font-size: 20px;
}
.img-ar {
    width: 92px;
}

.card-image-container {
    height: 24rem; 
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.overlay-bg {
    background-color: rgba(0, 0, 0, 0.5);
}
.card-hover-scale:hover .card-image-container {
    transform: scale(1.05);
}

/*----------------------------------------------
 about us - [our story]
-------------------------------------------------- */
.banner-vision{
    background: url(../images/certificate.jpg) #b45a00 top center no-repeat;
    background-size: cover;
    padding: 60px;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-blend-mode: multiply;
}
.banner-mission{
    background: url(../images/certificate.jpg) #166560 top center no-repeat;
    background-size: cover;
    padding: 60px;
    min-height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-blend-mode: multiply;
}
#core-value img{
    height: 80px;
}

#core-value .cv-wrapper:nth-child(1), #core-value .cv-wrapper:nth-child(2), #core-value .cv-wrapper:nth-child(3){
    padding: 1.5rem!important;
    border-right: 1px solid #ccc;
}

#core-value .cv-wrapper:nth-child(4){
    padding: 1.5rem!important;
    border-right: 0;
}

.cv-wrapper{
    cursor: pointer;
}
.cv-wrapper:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

#milestones{
    padding: 50px 0;
}

#facilities {
    padding: 50px 0;
    background-color: #3b506d;
}

/*----------------------------------------------
milestone end
-------------------------------------------------- */

.js .cd-h-timeline__container {
    position: relative;
    height: 100px;
    max-width: 870px;
}
.js .cd-h-timeline__dates::before {
    left: 0;
    background: transparent;
}
.js .cd-h-timeline__dates::after {
    right: 0;
    background: transparent;
}
.js .cd-h-timeline__event-date {
    display: block;
    font-style: normal;
    margin: 0.5em auto;
    margin: var(--space-xs) auto;
    text-align: center;
}
.js .cd-h-timeline__event-date::before {
    content: "";
}
.js .cd-h-timeline__date::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -6px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: hsl(0, 0%, 87.3%);
    border-color: #fbb040;
    background-color: hsl(0, 0%, 97%);
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}
.js .cd-h-timeline__date--selected::after {
    background-color: var(--yellow-color-1);
    border-color: var(--yellow-color-1);
}
.js .cd-h-timeline__date:hover::after {
    background-color: var(--yellow-color-1);
    border-color: var(--yellow-color-1);
}
.js .cd-h-timeline__filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--yellow-color-1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.js .cd-h-timeline__date.cd-h-timeline__date--selected {
    color: var(--yellow-color-1);
}
.js .cd-h-timeline__navigation:hover {
    border-color: var(--yellow-color-1);
}
.js .cd-h-timeline__navigation::after {
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 25px;
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
    -ms-transform: translateX(-50%) translateY(-50%);
    /* transform: unset; */
    background: url(/images/icons-arrow-right.png) no-repeat center;
    /* display: block; */
    background-size: contain;
}
.js .cd-h-timeline__navigation {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    border-radius: unset;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    border-color: unset;
    transition: unset;
}
.js .cd-h-timeline__navigation--prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-h-timeline__event-description {
    text-align: left;
    margin: 50px;
}
.cd-h-timeline__event-description ul li {
    list-style: initial;
    font-size: 20px;
}
.cd-h-timeline__event-description ul li::marker {
    color: var(--yellow-color-1);
}
.js .cd-h-timeline__events {
    min-height: 200px;
}
.js .cd-h-timeline__dates {
    margin: 0 38px;
    font-size: 25px;
    font-weight: bold;
}

@media (min-width: 64rem) {
    .js .cd-h-timeline__date {
        font-size: 25px;
        font-weight: bold;
    }
}

/*----------------------------------------------
slick
-------------------------------------------------- */
.slick-slide{
  margin:10px;
  height: auto;
}
.slick-slide img{
  width:100%;
  height: 250px;
}

.gallery-img-holder {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 500px;
  max-height: 500px;
}

/*.gallery-img {
  width: 100%;
  height: 100%;
}*/

.slick-lightbox .slick-arrow {
  z-index: 10;
}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: 100% !important;
}

/*----------------------------------------------
bod
-------------------------------------------------- */
.bod-wrapper {
    margin: 20px;
}
.bod-wrapper img {
    max-width: 100%;
}
.bod-content {
    padding: 15px;
    min-height: 140px;
}
.bod-content h4 {
    margin: 0;
}
.bod-view p {
    margin-bottom: 0;
}
.bod-modal img {
    max-width: 100%;
}
.bod-modal h4 {
    margin-bottom: 0;
}
.bod-wrapper:hover {
    cursor: pointer;
    box-shadow: 0px 5px 10px #cbcbcb;
}
.bod-wrapper:hover .bod-content {
    cursor: pointer;
    background-color: #079392;
    color: #fff;
}

.bod-modal .btn-close {
    border: 2px solid grey;
    border-radius: 50px;
    padding: 20px !important;
}
/*----------------------------------------------
seafood processing
-------------------------------------------------- */

.specialise-1{
    background: url(../images/specialise-1-banner.jpg) top center no-repeat rgba(0, 0, 0, .5) ;
    padding: 30px 50px;
    text-align: left;
    height: 30vh;
    color: #fff;
    background-size: cover !important;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.specialise-2{
    background: url(../images/specialise-2-banner.jpg) top center no-repeat rgba(0, 0, 0, .5);
    padding: 30px 50px;
    text-align: left;
    height: 30vh;
    color: #fff;
    background-size: cover !important;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.specialise-3{
    background: url(../images/specialise-3-banner.jpg) top center no-repeat rgba(0, 0, 0, .5);
    padding: 30px 50px;
    text-align: left;
    height: 30vh;
    color: #fff;
    background-size: cover !important;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: end;
} 
.strengths {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.strengths img {
    width: 80px;
}
.strengths div h4 {
    font-size: 50px;
    margin-bottom: 0;
}
.strengths div p {
    font-size: 30px;
     margin-bottom: 0;
}
.strengths div p strong {
    font-size: 20px;
     margin-bottom: 0;
}
.strengths div {
    padding: 0 20px;
}

/*----------------------------------------------
retail
-------------------------------------------------- */
.box-location {
    padding: 20px;
    border-right: 2px solid var(--grey-clor);
    margin-bottom: 30px;
}
.box-location p.brand {
    background-color: black;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}
.box-location:nth-child(3) {
    border-right: 0;
}
.box-location img.map{
    height: 30px;
}
.box-location div.text-center {
    cursor: pointer;
}
/*----------------------------------------------
coconut
-------------------------------------------------- */
.core-1 {
    background: url(../images/core-1-banner.jpg) top center no-repeat rgba(0, 0, 0, .5);
    padding: 30px;
    text-align: left;
    height: 40vh;
    color: #fff;
    background-size: cover !important;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.core-2 {
    background: url(../images/core-2-banner.jpg) top center no-repeat rgba(0, 0, 0, .5);
    padding: 30px;
    text-align: left;
    height: 40vh;
    color: #fff;
    background-size: cover !important;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

/*----------------------------------------------
 box-grey - seafood processing & retail
-------------------------------------------------- */
.box-grey{
    padding: 30px 20px;
    border: 2px solid var(--grey-clor);
    text-align: center;
    margin-bottom: 10px;
}

.box-grey h4.text-blue {
    color: var(--blue-color);
    border-bottom: 2px solid var(--grey-clor);
    padding-bottom: 20px;
    min-height: 80px;
    text-align: left;
}

.box-grey p{
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
    min-height: 80px;
}

/*----------------------------------------------
 Events
-------------------------------------------------- */
.image-hover-container {
    overflow: hidden; 
}

.image-hover-container img {
    transition: transform 0.5s ease;
}

.image-hover-container:hover img {
    transform: scale(1.05); 
}

/*----------------------------------------------
 Footer
-------------------------------------------------- */

.footer-section{
    background-color: #1a1a1a;
}
.footer-section h4{
    color: var(--yellow-color-1);
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-section p{
    color: #fff;
}
.footer-section ul{
    padding-left: 0;
}
.footer-section ul li{
    text-decoration: none;
    list-style: none;
}
.footer-section ul li a{
    color: #fff;
}
.footer-section ul li a:hover {
    color: #FBB040;
}
.footer-section h2{
    color: var(--yellow-color-1);
    font-weight: 500;
}
.footer-section h2 a:hover span img {
    transition: all 0.3s ease;
    transform: translate(6px, -10px);
}
.footer-section .logo-cert img {
    width: auto;
    height: 60px;
    margin: 5px;
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 0;
    background-color: grey;
    border: 0;
    color: #fff;
}

/*----------------------------------------------
Media Queries Styles
----------------------------------------------*/
@media (max-width: 991px){
.navbar-light .navbar-nav .nav-link {
  padding: 12px 30px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.navbar-light .navbar-nav .nav-link:hover {
    transition:none;
    transform: none;
}
.dropdown-toggle::after{
  float: right;
    font-size: 0.9rem;
}
.drop-submenu-content {
    margin: 0 !important;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-top: 0;
}
.drop-submenu-content .dropdown-item {
    padding: 12px 30px;
    border-bottom: 1px solid #ccc;
}
.drop-submenu-content .dropdown-item:before {
    content: '>';
    padding-right: 8px;
}
.footer-section{
    text-align: center;
}
.banner-certificate{
    height: auto;
}

.banner-talk{
    height:auto;
}
.banner-desc h1 {
    font-size: 2.5rem;
    padding: 50px 20px;
}
#core-value .cv-wrapper:nth-child(1),#core-value .cv-wrapper:nth-child(2),#core-value .cv-wrapper:nth-child(3){
    border-right: 0;
}
.bod-wrapper {
    text-align: center;
}
.box-location {
    border-right: 0;
}
.pad-80 {
    padding: 3rem;
}
.banner-mission{
    padding: 3rem;
}
.banner-vision{
    padding: 3rem;
}
.dropdown-toggle::after{
    display: inline-block;
    margin: .5em;
    vertical-align: 0.255em;
    content: "\f078";
    font-family: "FontAwesome";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 0.6rem;
}
.dropdown-toggle.show::after{
    display: inline-block;
    margin-left: .5em;
    vertical-align: 0.255em;
    content: "\f077";
    font-family: "FontAwesome";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-size: 0.6rem;
}
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media (max-width: 768px){
    .logo-cert img {
    height: 100px;
    margin: 10px;
}
.subtitle {
    font-size: 2.3em;
}
.subtitle-blue {
    font-size: 2.3em;
}
.strengths {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.strengths div h4 {
    font-size: 35px;
}
.strengths div p {
    font-size: 25px;
}
.strengths div p strong {
    font-size: 18px;
}
.box-grey p {
    min-height: auto;
}
.slick-slide img{
  width:100%;
  height: auto;
}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: 250px !important;
}
}

@media (max-width: 500px) {
.banner-certificate {
    height: auto;
    padding: 60px 20px;
}
}