/* ✅ Import Inter Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700;800&display=swap');

*{
	margin: 0;
	padding: 0;
}

:root {
    --primary: #af7f31;
    --light: #fff;
    --dark: #000;
	--secondary: #a07031;
    
}
body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

.container{
	max-width: 1250px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Unbounded', sans-serif;
}


/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
  border-bottom: 5px solid var(--primary);
	 position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 10;
      background: var(--dark);
	 transition: all 0.3s ease;
}

.site-header .main-header.fixed {
    position: fixed;
    top: 0;
    background: var(--dark);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25); /* soft shadow */
    transform: translateY(-10px); /* smooth slide-down */
}

.site-header .nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header .nav > li {
  position: relative;
}

.btn-primary{
	background: var(--primary);
    padding: 12px 15px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
}

.wpcf7-submit{
	background: var(--primary);
    padding: 8px 15px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
	border: none;
}

.btn-primary i{
	padding-left: 7px;
}


.site-header .nav > li > a {
  color: var(--light);
	text-transform: uppercase;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: var(--primary); /* Bootstrap primary */
}

/* Dropdowns */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}

.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: #333;
  display: block;
  font-weight: 400;
}

.site-header .nav li ul.sub-menu li a:hover {
  background: #f8f9fa;
  color: #0d6efd;
}

/* Show dropdown on hover */
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}

/* Align submenu to parent */
.site-header .nav li ul.sub-menu li {
  position: relative;
}

/* Sub-sub menus (flyouts) */
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .site-header .nav {
    display: none; /* hidden, mobile uses side menu */
  }
}


/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-primary-1 li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}

/* FOOTER SECTION CSS */

footer{
	background:url(https://webzensys.com/work/mgclcambodia.com/wp-content/uploads/2025/10/footer-image.png);
		background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}

footer .btn-primary {
    padding: 8px 20px;
    margin-top: 8px;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid var(--secondary);
}
.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}

.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}

.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}

.footertop-cnt p a {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}

.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;   
}
footer a.footer-logo img {
    width: 155px;
    display: block;
    
}
.footer_menu {
    padding: 40px 0 0 0;
}

.footer-signup input {
  border-radius: 10px;
  padding: 10px 15px;
  border: none;
}
.footer-signup button {
  border-radius: 10px;
  font-weight: 600;
}

.footer-details li {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
ul{
	padding-left: 0rem !important;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}

footer ul li.menu-item a {
    display: inline-block;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}

.footer-details li{
	color: #fff;
	color: #fff;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

a{
	color: #fff !important;
}

footer h3 {
    margin-bottom: 18px;
    font-size: 18px;
    text-transform: uppercase;
	font-weight:700;
    letter-spacing: 1px;
	color: var(--primary);
}
footer p {
    margin-bottom: 6px;
    line-height: 27px;
}
footer .menu li {
    position: relative;
    padding-left: 0 !important;
    list-style-type: none;
	line-height: 40px;
}

footer .menu li a{
	padding-left: 0 !important;
    color: #fff !important;
    transition: transform 0.3s 
ease;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}
footer .menu li::after {
  content: "\f061"; 
  font-family: "Font Awesome 6 Free";
  font-weight: 900; 
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: var(--primary);
}

footer .menu li:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
footer .menu li:hover{
	color: var(--primary) !important;
	transform: translateX(20px);
}

footer .social-icons {
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
}

footer .social-icons a:hover{
	background: var(--primary);
}

footer .social-icons a {
	height: 40px;
    width: 40px;
	padding: 10px;
    display: flex;
	justify-content: center;
    text-decoration: none;
    color: var(--light);
    background-color: #bcc6cc;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    align-items: center;
}

footer .social-icons a i{
	padding: 10px;
}

footer ul li, footer ul li a, footer p, footer p a {
    font-weight: 200;
    position: relative;
    text-decoration: none;
}
footer a.viewmore {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid var(--secondary);
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--light);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
/* Scroll To Top Button */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

#GoToTop i{
	color: #fff;
}

#GoToTop:hover {
  background: var(--primary);
  transform: scale(1.1);
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
}

.logo{
	
    padding: 5px 0;
    border-radius: 10px;
}

.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}

/* Breadcrumb */

.breadcrumb-section{
	height: 60vh;
	position: relative;
	background: url(https://webzensys.com/work/mgclcambodia.com/wp-content/uploads/2025/11/breadcrumb-1-scaled.jpeg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.breadcrumb-content{
	position: absolute;
	bottom: 30%;
	right: 10%;
}
.breadcrumb-item.active{
	color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #fff !important;
}
/* Home Page */

/* header-carousel section */
.header-carousel .carousel-item {
    height: 100vh;
    position: relative;
  }

  /* Make image cover */
  .header-carousel .carousel-item img {
    height: 100%;
    object-fit: cover;
  }

  /* Overlay */
  .header-carousel .carousel-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
  }

  /* Caption box */
  .carousel-caption-custom {
    position: absolute;
    top: 55%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    max-width: 800px;
  }

  .carousel-caption-custom h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 30px;
	  letter-spacing: 2px;
  }

  .carousel-caption-custom p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    line-height: 1.6;
  }

  /* Controls bottom right */
  .header-carousel .carousel-control-prev,
  .header-carousel .carousel-control-next {
    top: auto;
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 1;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }

  .header-carousel .carousel-control-prev:hover,
  .header-carousel .carousel-control-next:hover {
    background: var(--primary, #c6a136);
  }

  .header-carousel .carousel-control-prev {
    right: 80px;
    left: auto;
  }

  .header-carousel .carousel-control-next {
    right: 20px;
  }

  .header-carousel .carousel-control-prev-icon,
  .header-carousel .carousel-control-next-icon {
    filter: invert(1);
    width: 25px;
    height: 25px;
  }

/* overview section */

.overview{
	background: url(https://webzensys.com/work/mgclcambodia.com/wp-content/uploads/2025/10/overview-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top: 5px solid var(--primary);
}

.overview-heading{
	padding: 50px 0;
	width: 80%;
	margin: auto;
}


.overview-heading p{
	color: var(--light);
	text-align: center;
}
 .icon-section {
      width: 80%;
    margin: 40px auto 0;
    }

    .icon-box {
      text-align: center;
    }

    .icon-box i {
      background-color: var(--primary);
      color: #fff;
      font-size: 32px;
      padding: 25px;
      border-radius: 50%;
      margin-bottom: 15px;
		box-shadow: 0px 0px 0px 5px #80808054;
		transition: color 0.4s ease;
    }

	.icon-box i:hover{
	    background: #fff;
    	color: var(--primary);
    	box-shadow: 0px 0px 0px 7px #80808054;
	}

    .icon-box h5 {
      font-weight: 600;
      color: #fff;
      margin-top: 10px;
    }

/* about section */
.about{
	padding: 60px 0;
}

.about-image{
	margin-right: 6rem;
}

.about-1{
	border-radius: 20px;
}
	.about-2{
	width: 50%;
    height: auto;
    position: absolute;
    bottom: -18%;
    right: -15%;
    border-radius: 20px;
    border: 7px solid #fff;
}

	.about-content strong {
      color: #4b3b09;
    }

	.about-content h5{
		font-weight: 700;
		font-size: 18px;
	}	

	.about-content h2{
		font-weight: 700;
		font-family: 'Unbounded', sans-serif;
	}

	.highlight-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .highlight-list li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px;
      color: #333;
      font-size: 0.95rem;
    }

    .highlight-list li::before {
      content: "\f00c";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      color: var(--primary);
    }

/* Founder Section */

 .founder-section {
      padding: 80px 0;
      text-align: center;
      position: relative;
	 background: url(https://webzensys.com/work/mgclcambodia.com/wp-content/uploads/2025/10/founder-bg-scaled.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }
    .founder-section img {
      width: 180px;
      height: 220px;
      object-fit: cover;
      border: 5px solid #d4a017; /* gold border */
      border-radius: 10px;
      margin-bottom: 20px;
    }
    .founder-name {
      font-weight: 600;
      font-size: 1.2rem;
    }
    .founder-title {
      font-style: italic;
      color: #555;
      margin-bottom: 30px;
    }
    .founder-text {
      max-width: 800px;
      margin: 0 auto 15px;
      font-size: 1.1rem;
      color: #333;
      line-height: 1.7;
    }
    
/*   Service Section */

  .services-section {
    padding: 60px 0;
    background: #fff;
  }

  .section-title {
    text-align: center;
    margin-bottom: 70px;
  }

  .section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
  }

  .section-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #f2d47b);
    margin: 10px auto 0;
  }

  .service-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    overflow: visible; /* ✅ changed from hidden */
    transition: all 0.4s ease;
    display: flex;
	  height: 280px;
    flex-direction: row;
    align-items: center;
    border: 1px solid rgba(212, 175, 55, 0.3);
    position: relative;
  }

  .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(212, 175, 55, 0.25);
  }

  .service-img {
    flex: 1;
    min-width: 45%;
    height: 280px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
  }

  .service-box:hover img {
    transform: scale(1.1);
  }

  .service-content {
    flex: 1;
    padding: 40px;
    z-index: 2;
  }

  .service-icon {
    position: absolute;
    right: 30px;
	 top: -25px;
	  height: 65px;
	  width: 65px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
    z-index: 3;
	  display: flex;
    justify-content: center;
    align-items: center;
  }
.service-icon i{
	font-size: 30px;
	color: var(--primary);
}
  .service-content h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
  }

  .service-content p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
  }

/* ------------------------------- */
 .expertise-section {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
     
    }

    .expertise-left {
  
      padding: 60px 50px;
      position: relative;
    }

    /* Orange Accent Bar */
    .expertise-left::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 10px;
      height: 100%;
      background: var(--primary);
    }

    .expertise-left h5 {
      text-transform: uppercase;
      color: #888;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 1px;
    }

    .expertise-left h2 {
      font-size: 42px;
      font-weight: 700;
      color: #000;
      margin-top: 10px;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .expertise-left p {
      color: #666;
      font-size: 16px;
      margin-bottom: 30px;
    }

    .stats {
      display: flex;
      gap: 50px;
      margin-bottom: 30px;
    }

    .stat-box h3 {
      font-size: 40px;
      font-weight: 700;
      color: var(--primary);
      margin-bottom: 5px;
    }

    .stat-box p {
      font-size: 15px;
      color: #555;
      margin: 0;
    }

    .expertise-list {
      list-style: none;
      padding: 0;
    }

    .expertise-list li {
      position: relative;
      padding-left: 30px;
      margin-bottom: 10px;
      font-size: 16px;
    }

    .expertise-list li::before {
      content: "\2713";
      position: absolute;
      left: 0;
      top: 0;
      color: var(--primary);
      font-weight: 700;
    }

    .btn-readmore {
      background: #111;
      color: #fff;
      padding: 12px 30px;
      border-radius: 5px;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s ease;
    }

    .btn-readmore:hover {
      background: var(--primary);
      color: #fff;
    }

    /* Right Image */
    .expertise-right img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

/* team Section */

.team-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.team-section .section-title{
	font-size: 35px;
}

.team-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: 0.4s ease;
    text-align: center;
	height: 415px;
}

.team-card:hover {
   border: 1px solid var(--primary);
    box-shadow: 0 8px 22px rgba(0,0,0,0.2);
}

.team-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.team-content {
    padding: 25px;
}

.team-content p {
    color: #777;
    margin-bottom: 15px;
}

.team-content h4{
	color: var(--primary);	
	font-weight: 600;
}

.social-icons a {
    color: #333;
    margin: 0 8px;
    font-size: 18px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #0d6efd;
}

/* Gallery Section */

   .gallery-section {
      padding: 80px 0;
      position: relative;
      overflow: hidden;
    }

    .gallery-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: url('https://webzensys.com/work/mgclcambodia.com/wp-content/uploads/2025/10/service-bg.jpeg') center/cover no-repeat;
      opacity: 0.2;
    }

    .gallery-section .section-title {
      position: relative;
      z-index: 2;
      text-align: center;
      margin-bottom: 40px;
      font-size: 36px;
      font-weight: 700;
    }

   .gallery-section .swiper {
      width: 97%;
	   margin: auto;
    }

   .gallery-section .swiper-slide {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
    }

  .gallery-section  .swiper-slide img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

   .gallery-section .swiper-slide:hover img {
      transform: scale(1.1);
    }

   .gallery-section .swiper-button-prev,
   .gallery-section .swiper-button-next {
      color: #fff;
    }

   .gallery-section .swiper-pagination-bullet {
      background: var(--primary);
      opacity: 0.7;
    }

   .gallery-section .swiper-pagination-bullet-active {
      opacity: 1;
    }

   .gallery-section .nav-buttons {
      text-align: center;
      margin-top: 20px;
    }

   .gallery-section .nav-buttons button {
      background: transparent;
      border: 1px solid var(--primary);
      color: var(--primary);
      padding: 6px 20px;
      margin: 0 5px;
      transition: 0.3s;
    }

   .gallery-section .nav-buttons button:hover {
      background : var(--primary);
      border-color:var(--primary);
	   color: #fff;
    }

/* Contact Page Design */

.contact-section {
        padding: 70px 0;
    }

   .contact-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .section-title {
        font-size: 24px;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    /* FORM INPUTS */
    .form-control {
        background: #f9f9f9;
        border: 1px solid #ddd;
        color: #000;
    }
    .form-control:focus {
        border-color: #d4a857;
        box-shadow: none;
    }

    .btn-gold {
        background: var(--primary);
        border: none;
        color: #fff;
        font-weight: 600;
        padding: 12px;
        border-radius: 6px;
        width: 100%;
    }

    /* INFO CARDS */
    .info-card {
        padding: 20px 25px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #ececec;
        box-shadow: 0 4px 15px rgba(0,0,0,0.04);
        transition: 0.3s;
		display: flex;
		gap: 30px;
    }

	.info-card a{
		color: #000 !important;
		text-decoration: none;
		
	}

    .info-card:hover {
        border-color: var(--primary);
        transform: translateY(-4px);
    }

    .info-card i{
        font-size: 28px;
        color: var(--primary);
        margin-bottom: 10px;
    }

    .info-card h6 {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    /* MAP */
    .map-section iframe {
        width: 100%;
        height: 450px;
        border: 0;
        border-radius: 12px;
        margin-top: 40px;
    }

/* About Page css */

.about-section {
        padding: 80px 0;
        background: #fff;
        font-family: "Poppins", sans-serif;
    }

    .about-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 20px;
        color: var(--primary);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .about-text {
        font-size: 16px;
        line-height: 1.8;
        color: #444;
    }

    .gold-line {
        width: 70px;
        height: 4px;
        background: var(--primary);
        margin-bottom: 25px;
        border-radius: 2px;
    }

    .info-block {
        background: #fafafa;
        padding: 25px 30px;
        border-radius: 10px;
        border: 1px solid #ececec;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        height: 100%;
        transition: 0.3s;
    }

    .info-block:hover {
        transform: translateY(-4px);
        border-color: var(--primary);
    }

    .info-block h4 {
        color: var(--primary);
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .info-block ul {
		list-style-type: disclosure-closed;
    	padding-left: 2rem !important;
    }

    .info-block li {
        margin-bottom: 6px;
        line-height: 1.7;
        color: #555;
    }

    .value-badges span {
        display: inline-block;
        background: #fff7e0;
        padding: 6px 14px;
        margin: 5px;
        border-radius: 5px;
        border: 1px solid #ffe3a3;
        color: var(--primary);
        font-weight: 500;
    }
/* CSR- box Section */

.csr-box {
    background: #fafafa;
    padding: 25px 30px;
    border-radius: 10px;
    border: 1px solid #ececec;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.csr-box:hover {
    transform: translateY(-5px);
    border-color: #d4a857;
}

.csr-section {
    position: relative;
    background: url('https://webzensys.com/work/mgclcambodia.com/wp-content/uploads/2025/11/csr-bg.jpeg') center/cover no-repeat;
    padding: 80px 0;
    z-index: 1;
}

.csr-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 71%); 
    backdrop-filter: blur(2px);
    z-index: -1;
}

.csr-section p,
.csr-section h4 {
    color: #fff !important;
}

.csr-section h4{
	font-size: 20px;
}
.csr-box i{
	background: var(--primary);
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 1rem;
}
.csr-box {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    backdrop-filter: blur(4px);
}
.csr-box:hover {
    border-color: #d4a857;
    background: rgba(255,255,255,0.25);
}

/* Bussiness Page */

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

.operation-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}

.operation-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.experience-box {
    background: #0d1b2a;
    color: #fff;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.experience-box h1 {
    font-size: 70px;
    font-weight: 800;
    color: var(--primary);
    margin: 0;
}

.experience-box p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.info-box {
    background: #c6a254;
    padding: 30px;
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}

.list-style{
	list-style-type: none;
}

.list-style li{
	 position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
}

.list-style li::before{
	content: "\f105"; /* Font Awesome angle-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--primary);
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.feature-list {
    padding: 0;
    margin: 0;
    list-style: none;
	margin-bottom: 1rem;
}

.feature-list li {
    position: relative;
    padding-left: 32px;
    line-height: 40px;
    font-weight: 700; 
}

.feature-list li::before {
    content: "\f058"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 22px;
    color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
}

/* UnderGround Mining */

		.underground-mining .left-images {
            position: relative;
            display: flex;
            gap: 20px;
        }
      .underground-mining .left-images img {
            width: 50%;
            height: 500px;
        }

        /* Circle Badge */
        .underground-mining .circle-badge {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #ffffff;
            width: 180px;
            height: 180px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
            border: 8px solid var(--primary);
        }
        .underground-mining .circle-badge h2 {
            margin: 0;
            font-size: 30px;
            font-weight: 700;
            color: #000;
        }
        .underground-mining .circle-badge span {
            display: block;
            font-size: 14px;
            color: var(--primary);
            margin-top: -10px;
            font-weight: 600;
        }

.cil-section { 
    padding: 70px 0;
   
}

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

/* Bullets */
.cil-section .feature-item {
    display: flex;
    margin-bottom: 15px;
}

.cil-section .feature-item i {
    font-size: 24px;
    margin-right: 15px;
    color: var(--primary);
}


/* ============================
   Gallery Section Styling
============================= */

.gallery-section {
    background: #f8f9fa;
}

.gallery-card {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
}

.gallery-img-wrap {
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    padding: 4px;
    border: 1px solid var(--primary);
}

.gallery-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform 0.35s ease;
    border-radius: 5px;
}

.gallery-card:hover .gallery-img {
    transform: scale(1.08);
}

.gallery-card:hover .gallery-img-wrap {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* ============================
   Lightbox Modal
============================= */

.lightbox-modal {
  position: fixed;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(0,0,0,0.85);
  display:none;
  justify-content:center;
  align-items:center;
  z-index:99999;
}

.lightbox-modal img {
  max-width:90%;
  max-height:90%;
  border-radius:10px;
  box-shadow:0 0 25px rgba(0,0,0,0.5);
}

.lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 45px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  z-index: 100000;
  transition: 0.2s ease-in-out;
}

.lightbox-close:hover {
  color: #ff4d4d;
}

/* csr-activities Page */

.industry-section{
	padding: 80px 0;
	position: relative;
}
.big-image-frame {
   position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    margin-right: 6rem;
}

.big-image-frame img {
    width: 100%;
    border-radius: 6px;
}

/* ---- SMALL RIGHT IMAGE ---- */
.small-image-box {
   position: absolute;
    bottom: -40px;
    right: 40px;
    width: 400px;
    border: 5px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.small-image-box img {
    width: 100%;
    border-radius: 6px;
}

/* Bullet items */
.feature-item {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
}

.feature-item i {
    color: var(--primary);
    font-size: 20px;
}

.industry-section h5{
	color: var(--primary);
}

.csr-bg1{
	position: absolute;
	bottom: 0;
	left: 0;
}

.csr-bg2{
	position: absolute;
	bottom: 0;
	right: 0;
}

.gold-marketing-section {
    background-image: url(https://webzensys.com/work/mgclcambodia.com/wp-content/uploads/2025/10/service-bg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}

.gold-marketing-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65); 
}

.feature-item i {
    color: var(--primary);
    font-size: 22px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.laboratory{
	background-image: url(https://webzensys.com/work/mgclcambodia.com/wp-content/uploads/2025/11/laberotory-bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
}

/* Career page Css */

.hero-career {
    background: url('https://webzensys.com/work/mgclcambodia.com/wp-content/uploads/2025/11/gallery1-scaled.jpeg') center/cover no-repeat;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-career::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.88);
}

.hero-career .content {
    position: relative;
    z-index: 2;
}

.job-card {
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 25px;
    transition: .3s;
    background: #fff;
	height: 230px;
}

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

.work-card{
	border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 25px;
    transition: .3s;
    background: #fff;
}

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

.apply-box {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.1);
	width: 70%;
	margin: auto;
}

.text-gold { color: var(--primary); }
.bg-gold { background: #d4af37; color: #000; }

/* -------------------------------
			Responsive
----------------------------------- */

@media (max-width: 1200px){
	
}

@media (max-width: 1024px){
	.site-header .nav > li > a {
		padding: 8px 0;
	}
	
	.overview-heading{
		width: 100%;
	}
	
	.services-section{
		padding: 30px 0;
	}
	
	.service-content{
		padding: 25px;
	}
	
	.service-content h5{
		font-size: 20px;
	}
	
	.expertise-left h2{
		font-size: 35px;
	}
	
	.team-content h4{
		font-size: 22px;
	}
	
	.about-title{
		font-size: 26px;
		margin-bottom: 15px;
	}
	
	.underground-mining .circle-badge{
		left: 52%;
	}
	
	.work-card{
		height: 150px;
	}
	
	.job-card h4{
		font-size: 20px;
	}
}

@media (max-width: 991px){
	.csr-bg1{
		width: 50%;
	}
	
	.work-card{
		height: 170px;
	}
}

@media (max-width: 767px){
	.carousel-caption-custom h1 {
		font-size: 2rem;
	}
	
	.about-content{
		margin-top: 3rem;
	}
	
	.team-section .section-title {
		font-size: 28px;
	}
	
	.section-title h2 {
    	font-size: 25px;
	}
	
	.about {
		padding: 35px 0;
	}
	
	.team-card img{
		height: 300px;
	}
	
	.team-section {
    	padding: 50px 0;
	}
	
	.operation-section {
		padding: 50px 0;
	}
	
	.underground-mining .row{
		flex-direction: column-reverse;
	}
	.cil-section {
		padding: 40px 0;
	}
	
	.work-card{
		height: auto;
	}
	
	.job-card{
		height: auto;
	}
	
	.apply-box {
		width: 90%;
	}
}

@media (max-width: 667px){
	.about-section {
    	padding: 50px 0;
	}
	
	.gold-line {
    	width: 55px;
	}
	
    .about-title {
        font-size: 22px;
        margin-bottom: 12px;
    }
	
	.csr-bg2{
		width: 30%;
	}
	
	.industry-section{
		padding: 40px 0;
	}
	
	.gold-marketing-section{
		padding: 45px 0;
	}
}

@media (max-width: 568px){
	.expertise-left h2 {
        font-size: 30px;
    }
	.stat-box h3 {
    	font-size: 28px;
	}
	
	.team-card{
		height: auto;
	}
	
	.team-card img {
        height: auto;
    }
	
	.gallery-section .section-title{
		font-size: 28px;
	}
	
	.gallery-section {
    	padding: 55px 0;
	}
	
	.small-image-box{
		width: 300px;
	}
	
	.big-image-frame img{
		height: 500px;
    	object-fit: cover;
	}
	
	.apply-box {
		width: 100%;
	}
	
	.contact-box{
		padding: 25px;
	}
}

@media (max-width: 479px){
	.icon-box i{
		padding: 20px;
	}
	
	.icon-box h5{
		font-size: 16px;
	}
	
	.team-section .section-title {
        font-size: 22px;
    }
	
	.expertise-left h2 {
        font-size: 25px;
    }
	
	.stat-box h3 {
        font-size: 25px;
    }
	
	.service-box{
		flex-direction: column;
		height: auto;
	}
	
	.service-img{
		border-top-left-radius: 15px;
    	border-top-right-radius: 15px;
		border-bottom-left-radius: 0;
	}
	
	.underground-mining .circle-badge{
		height: 150px;
		width: 150px;
	}
	
	.underground-mining .circle-badge h2{
		font-size: 24px;
	}
	
	.underground-mining .left-images img {
		height: 450px;
	}
	
	.info-box{
		font-size: 16px;
		padding: 15px;
	}
	
	.feature-item{
		gap: 5px;
	}
	
	.laboratory h2{
		font-size: 22px;
	}
	
	.small-image-box{
		right: 25px;
	}
	
	.big-image-frame{
		margin-right: 4rem;
	}
}

@media (max-width: 414px){
	.carousel-caption-custom h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
	
	.carousel-caption-custom{
		left: 5%;
	}
	.about-image {
		margin-right: 3rem;
	}
	
	.about-title {
        font-size: 22px;
	}
	
	.about-section{
        padding: 30px 0;
    }
	
	.small-image-box {
	    display: none;
    }
	
	.big-image-frame img{
		height: auto;
	}
	
	.big-image-frame{
		margin-right: 0;
	}
	
	.section-title{
		font-size: 20px;
	}
}

@media (max-width: 375px){
	.expertise-left {
    	padding: 45px 30px;
	}
	
	.expertise-left h2 {
		font-size: 20px;
	}
	
	.about-title {
        font-size: 18px;
    }
}

@media (max-width: 360px){
	.icon-box h5 {
		font-size: 12px;
	}
	
	.about-content {
        margin-top: 2rem;
    }
	
	.underground-mining .left-images img {
        height: 320px;
    }
	
	.cil-section .feature-item i{
		margin-right: 10px;
	}
	
	.breadcrumb-content {
		bottom: 25%;
	}
}

@media (max-width: 325px){
	
}