@font-face {
    font-family: 'Bossa TRIAL';
    src: url('fonts/BossaTRIAL-Black.woff2') format('woff2'),
        url('fonts/BossaTRIAL-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bossa TRIAL Medium';
    src: url('fonts/BossaTRIAL-Medium.woff2') format('woff2'),
        url('fonts/BossaTRIAL-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
    background-color:#081E25;
    color: white;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.main-section
{
    background-color: #081E25;
    background-image: url(images/Group-335-e1726472568391.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}
.navbar {
    background-color: #000;
    padding: 5px 0;
}
.main-navbar {
    /* position: absolute;
    top: 0; */
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
  }
  
  /* Scroll ke baad */
  .main-navbar.navbar-fixed {
    position: fixed;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  }
  
.mainlogoimg
{
    margin-left: -20px;
}

.logo-circle {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4dd9c7, #2e8b7f);
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.logo-circle::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: bold;
    color: white !important;
}
.navbar-nav .nav-link {
    color: #FFF;
    margin: 0 15px;
    font-size: 20px;
    font-weight: 600;
}
.activenav {
    position: relative;
}
.activenav::after
{
    content: "";
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 85%;
    height: 2px;
    background-color: #C8D114;

}
.contact-btn {
    border: 3px solid #C8D114;
    padding: 10px 25px !important;
    border-radius: 50px;
    color: white !important;
    
}
.contact-btn.activenav
{background-color: #C8D114 !important;
    color: #000 !important;

}
.hero-section {
    background: linear-gradient(to right, #0a1f2e 50%, #2a5c5c 100%);
    padding: 80px 0;
    position: relative;
    background-image: url(images/Home-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   /* min-height: 85vh;*/
    position: relative;
    display: flex;
    align-items: center;
}
@media (min-width: 1024px) and (max-width:3000px) {

.hero-section {
         min-height: 85vh !important;
	 }
}

.hero-section h1 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: 'Bossa TRIAL';

}

.hero-section p {
    font-size: 20px;
    margin: 0px;

}

.hero-subtext {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid white;
    text-decoration: none;
    background-color: #61CE7000;
    font-size: 20px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 50px;
    padding: 10px 25px;
    margin-top: 20px;

    
}

.arrow {
    background-color: #c8ff00;
    color: #000;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bold;
}

.content-section {
    padding: 80px 0;
}

.content-section h2 {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: 'Bossa TRIAL';
    
}

.content-section p {
    color: #FFF;
    line-height: 27px;
    font-size: 18px;
}

.btn-primary-custom {
    background-color: #c8ff00;
    color: #000;
    padding: 12px 35px;
    border-radius: 25px;
    text-decoration: none;
    border:2px solid #c8ff00 !important;
}

.btn-secondary-custom {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
}

.btn-secondary-custom:hover
{
border:2px solid #c8ff00;
background-color: #c8ff00;
color: #000;
}


.section-image {
    width: 100%;
    height: 400px;
    background-color: #1a3a4a;
    border-radius: 10px;
}

.imground
{
    border-radius: 20px;
}

.light-green-section {
    background-color: #a8d5ba;
    color: #000;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 50px;
}

.light-green-section h2,
.light-green-section p {
    color: #000;
}

.light-green-section .btn-primary-custom
{
    font-weight: bold;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #FFF !important
}

.light-green-section .btn-primary-custom:hover
{
    background-color: #c8ff00 !important;
}

.faqs-section {
    padding: 80px 0;
    text-align: center;
}

.faqs-section h2 {
    font-size: 48px;
    font-weight: bold;
    font-family: 'Bossa TRIAL';
   
}

.faqs-section .accordion-header
{

    /* border-bottom: 1px solid #000; */
    padding-right: 8px;
    min-height: 70px;
}

.accordion-item {
    background-color: #7DC6AE;
    border: none;
    border-radius: 10px !important;
    margin-bottom: 20px;
}

.mainfaqheading
{
    margin-bottom: 50px;
}

.accordion-button {
    background-color: #7DC6AE;
    color: #000;
    font-weight: bold;
    border-radius: 10px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #7DC6AE;
    color: #000;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

/* .accordion-button::after {
    background-image: none;
    content: 'âˆ¨';
    font-size: 20px;
}

.accordion-button:not(.collapsed)::after {
    content: 'âˆ§';
} */

.accordion-body {
    background-color: #7DC6AE;
    color: #000;
    border-radius: 0 0 10px 10px;
}

.footer {
    background-color: #101010;
    padding: 10px 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
}

.social-icon svg {
    width: 22px;
}

.social-icon a {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    background-color: #A4D4B5;
    color: #1a1a1a;
}



.copyright {
    background-color: #101010;
    padding: 20px 0;
    font-size: 16px;
    color: #666;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    margin: 0 0px 0px 15px;
}


@media only screen and (max-width: 768px) {
   
    .hero-section h1,.content-section h2 {
        font-size: 40px;
        margin-top: 30px;
     
    }
    .hero-section p {
        font-size: 16px;
       
    }

    .light-green-section {
        
        padding: 0;
    }

    .mobilepadding
    {
        padding:0px 30px 30px 30px;
    }

    .faqs-section,.content-section {
        padding: 30px 0;
        
    }


    .hero-section {
        
        min-height:350px !important;
        max-height:350px !important;
       
    }

    .faqs-section h2 {
        text-align: left;
    }


    .faqs-section .accordion-header {
        min-height: auto;
    }

    li.nav-item {
        margin-bottom: 20px;
    }

    .accordion-body {
        padding-top: 0;
    }

    .navbar-toggler-icon {
        /* background-color: #FFF;
        border-radius: 3px; */
        filter: invert(1)
    }

}

@media only screen and (max-width: 1100px) {
    .navbar-toggler-icon {
        filter: invert(1);
    }
}

/* About Us Page */

.about-hero h1
{
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: 'Bossa TRIAL';
}

.about-tagline
{
  font-family: 'Bossa TRIAL';
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
  color: #C8D114;

}

.impact-section {
    background-color: #00979B;
    border-radius: 30px;
    padding: 80px 60px;
    text-align: center;
}

.icon-wrapper {
    background-color: white;
    width: 150px;
    height: 150px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
}

.icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.impact-section h2 {
    font-size: 52px;
    font-weight: bold;
    color: white;
    margin-bottom: 50px;
    line-height: 1.3;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 50px 0;
}

.impact-section p {
    color: white;
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .impact-section {
        padding: 50px 30px;
    }

    .impact-section h2 {
        font-size: 22px;
    }

.about-hero h1 {
    font-size: 44px;
   
}

.btn-primary-custom {
   margin-bottom: 30px;
}

    .icon-wrapper {
        width: 120px;
        height: 120px;
        margin-bottom: 30px;
    }

    .impact-section p {
        font-size: 16px;
    }

    .divider {
        margin: 30px 0;
    }
}

.values-card {
    background-color: #00979B;
    border-radius: 25px;
    padding: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-header-section {
    padding: 40px 30px;
    text-align: center;
    flex-shrink: 0;
}

.icon-box {
    background-color: white;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 60px;
}

.card-title {
    font-size: 28px;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
    line-height: 1.3;
}

.title-divider {
    width: 80px;
    height: 3px;
    background-color: #FFA500;
    margin: 0 auto 20px;
}

.card-tagline {
    color: white;
    font-size: 16px;
    line-height: 1.5;
    min-height: 54px;
}

.card-content-section {
    background-color: #E8F4F3;
    padding: 40px 30px;
    flex-grow: 1;
}

.card-content-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-content-section ul li {
    color: #2d3748;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.card-content-section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2A9D8F;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

@media only screen and (max-width: 991px) {
    .values-card {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .card-header-section {
        padding: 30px 20px;
    }

    .card-tagline {
        
        min-height: auto;
    }

    .icon-box {
        width: 100px;
        height: 100px;
        font-size: 50px;
    }

    .card-content-section {
        padding: 30px 20px;
    }

    .card-content-section ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .content-section p {
        font-size: 16px;
    }
    
}

.ourvalues p
{
    color: #FFF;

}

.team-section h2 {
            font-size: 54px;
            font-weight: bold;
            color: white;
            text-align: center;
            margin-bottom: 60px;
            font-family: 'Bossa TRIAL', Arial, sans-serif;
        }

        .team-card {
            background-color: transparent;
            border: 4px solid #00979B;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 30px;
            transition: transform 0.3s ease;
        }

        .team-card:hover {
            transform: translateY(-10px);
        }

        .team-image-wrapper {
            width: 100%;
            height: 350px;
            background-color: #f5f5f5;
            overflow: hidden;
        }

        .team-image-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(100%);
            object-position: top;
        }

        .team-info {
            background-color: #00979B;
            padding: 15px 20px;
            text-align: center;

        }

        .team-info h4 {
            font-size: 28px;
            font-weight: bold;
            color: white;
            margin: 0;
            font-family: 'Bossa TRIAL', Arial, sans-serif;
        }

        @media only screen and (max-width: 768px) {
            .team-section h2 {
                font-size: 40px;
                margin-bottom: 40px;
            }

            .team-image-wrapper {
                height: 300px;
            }

            .team-info h4 {
                font-size: 24px;
            }

            .team-card {
                margin-bottom: 20px;
            }
        }

        .marginbottom30
        {
            margin-bottom: 25px;
        }

        .our-team hr
        {
            opacity: 1;

        }

.lets-help .btn-primary-custom {
    font-weight: 600;
    padding: 12px 60px;
}


.footer-gallery {
            width: 100%;
            padding: 0;
            margin: 0;
        }

        .gallery-row {
            display: flex;
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .gallery-item {
            flex: 1;
            height: 450px;
            overflow: hidden;
            margin: 0;
            padding: 0;
            position: relative;
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.05);
        }

        @media only screen and (max-width: 768px) {
            .gallery-row {
                flex-direction: column;
            }

            .gallery-item {
                height: 250px;
            }

            .about-hero .col-lg-4
            {

                margin-bottom: 25px;
            }
        }

        @media only screen and (min-width: 769px) and (max-width: 1024px) {
            .gallery-item {
                height: 350px;
            }
        }


        /* Services Page */


        .role-item {
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 20px 0;
            border-bottom: 1px solid #FFF;
            transition: all 0.3s ease;
        }

        .role-item:hover {
            transform: translateX(10px);
        }

        .role-icon {
            width: 70px;
            height: 70px;
            background-color: #60c5b7;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            padding: 7px;
        }

        .role-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .role-title {
            font-size: 20px;
            color: white;
            margin: 0;
            font-weight: 500;
            font-family: 'Bossa TRIAL Medium';
        }

        @media only screen and (max-width: 768px) {
            .roles-section h2 {
                font-size: 40px;
                margin-bottom: 40px;
            }

            .role-item {
                padding: 20px 0;
                gap: 15px;
            }

            .role-icon {
                width: 60px;
                height: 60px;
                font-size: 28px;
            }

            .role-title {
                font-size: 18px;
            }
        }

    .paddingbottom0
    {
        padding-bottom: 0px;


    }

    .paddingtop0
    {
        padding-top: 0px;


    }

    .process-section {
  padding: 60px 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* CARD */
.process-card {
  display: flex;
  background: #A4D4B5;
  border-radius: 0 20px 20px;
  overflow: hidden;
  min-height: 220px;
}


.process-card2 {  background: #7DC6AE;}
.process-card3 {  background: #56BAA8;}
.process-card4 {  background: #19ADA2;}

/* LEFT */
.process-left {
  position: relative;
  flex: 0 0 40%;
  padding: 40px;
  display: flex;
  align-items: flex-end;
}

.process-step {
  position: absolute;
  top: 0;
  left: 0;
  background: #C3CF18;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  font-family: 'Bossa TRIAL';
}

.centeralign
{
    text-align: center;
}

.forpage
{

    min-height:70vh;
}

.process-title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  font-family: 'Bossa TRIAL';
}

/* DIVIDER */
.process-divider {
  width: 1px;
  background: rgba(0, 0, 0, 0.25);
}

/* RIGHT */
.process-right {
  flex: 1;
  padding: 40px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.process-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

/* 📱 Mobile */
@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
            .process-card 
            {
            display: block;
            }
        .process-left 
        {
        
        padding-bottom: 0px;
        padding-top: 70px;
        padding-left: 20px;
        }
}

.process-section .btn-primary-custom
{
    margin-top: 20px;
    font-weight: 500;
}


.service-gallery-section {
  padding: 80px 0;
 
}

.service-gallery-wrapper {
  position: relative;
/*  max-width: 1200px;*/
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* LEFT & RIGHT IMAGES */
.service-gallery-item {
  border-radius: 30px;
  overflow: hidden;
}

.service-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* CENTER IMAGE */
.service-gallery-center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.service-gallery-center-image img {
  width: 280px;       /* adjust as needed */
  max-width: 80vw;
  height: auto;
  opacity: 0.3;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .service-gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .contactsection .service-gallery-section
  {
display: none;

  }

  .contact-section-image img {
   
    margin: 0 auto;
}

  .mainlogoimg {
    margin-left: 0px;
    max-width: 220px;
}

  .service-gallery-center-image {
   /* display: none;*/
  }

  .service-gallery-section
  {
    padding: 20px;
  }
}


.service-gallery-topminus {
    position: relative;
    top: -30px;
}


.contact-section-wrapper {
  /*max-width: 1200px;*/
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

/* FORM */
.contact-section-form {
  width: 100%;
}

.contact-section-input,
.contact-section-textarea {
  width: 100%;
  padding: 12px 20px;
  border-radius: 7px;
  border: none;
  outline: none;
  margin-bottom: 20px;
  font-size: 16px;
}

.contact-section-textarea {
  min-height: 140px;
  resize: none;
}

/* BUTTON */
.contact-section-btn {
  background: #c8d114;
  color: #000;
  border: none;
  padding: 12px 70px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.contact-section-btn:hover {
  opacity: 0.9;
}

/* IMAGE */
.contact-section-image {
  
  overflow: hidden;
}

.contact-section-image img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
  border-radius: 10px;

}

.paralinks
{
   color: #C8D114;
   text-decoration: none; 
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-section-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-section-image {
    margin-top: 0px;
  }
}


/* Roles Pages */

    .roles-hero-section {
            padding: 60px 0 0 0;
            display: flex;
            align-items: center;
        }
        
        .roles-hero-section h1 {
            font-size: 64px;
            font-weight: bold;
            color: white;
            margin-bottom: 0;
            font-family: 'Bossa TRIAL';
        }
        
        .roles-detail-section {
            padding: 40px 0 60px 0;
        }
        
        .role-icon-large {
            width: 80px;
            height: 80px;
            background-color: #60c5b7;
            border-radius: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            margin-bottom: 30px;
        }
        
        .role-icon-large img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        .role-detail-title {
            font-size: 42px;
            font-weight: bold;
            color: #C8D114;
            margin-bottom: 30px;
            padding-top: 30px;
            display: inline-block;
            border-top: 2px solid rgba(255, 255, 255, 0.3);
            font-family: 'Bossa TRIAL';
        }
        
        .role-detail-text {
            color: #FFF;
            font-size: 18px;
            line-height: 1.8;
            margin-bottom: 40px;
        }
        
        .role-features-list {
            list-style: none;
            padding: 0;
            margin: 0 0 60px 0;
        }
        
        .role-features-list li {
            color: #FFF;
            font-size: 18px;
            /* line-height: 1.6; */
            margin-bottom: 15px;
            padding-left: 25px;
            position: relative;
        }
        
        .role-features-list li::before {
            content: '\f058';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: #C8D114;
            font-size: 16px;
            position: absolute;
            left: 0;
            top: 2px;
        }
        
        .navigation-buttons {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .nav-button {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #FFF;
            text-decoration: none;
            font-size: 18px;
            transition: all 0.3s ease;
        }
        
        .nav-button:hover {
            color: #C8D114;
        }
        
        .nav-button img {
            width: 50px;
            height: 50px;
        }
        
         @media only screen and (max-width: 768px) {
            .roles-hero-section h1 {
                font-size: 40px;
            }
            
            .role-detail-title {
                font-size: 32px;
            }
            
            .role-detail-text,
            .role-features-list li {
                font-size: 16px;
            }
            
            .navigation-buttons {
                justify-content: space-between;
            }
            
            .nav-button {
                width: auto;
            }

            .footer-gallery .gallery-row {
                flex-direction: row;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }
            
            .footer-gallery .gallery-row::-webkit-scrollbar {
                display: none;
            }
            
            .footer-gallery .gallery-item {
                min-width: 100%;
                scroll-snap-align: start;
            }

        }

        .role-item {
            text-decoration: none;
            display: flex;
            cursor: pointer;
        }
        
        .role-item:hover {
            text-decoration: none;
        }
        
        .role-item .role-title {
            color: white;
            transition: color 0.3s ease;
        }
        
        .role-item:hover .role-title {
            color: #C8D114;
        }

