
/* A. Bagian Desktop Version*/
@media (min-width: 992px) {

/* 0. Bagian Font*/
	body {
		font-family: 'Inter', 'Poppins', sans-serif;
		font-weight: 400;
	  }
	
	  h1, h2, h3, h4, h5, h6 {
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
	  }
	
	  p {
		font-family: 'Inter', sans-serif;
		font-weight: 400;
	  }
	
	  .button {
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
	  }



/*  1. Bagian Semua yang ada di Navbae Menu  */
/*  Bagian Posisi Logo FMI  */
.navbar-brand {
	margin-left: 10px;
}
/*  Bagian Posisi Tombol Menu  */
ul {
	list-style: none;
	background: #05f2ab;
}
ul li {
	display: inline-block;
	position: relative;
}

ul li a{
	display: block;
	padding: 20px 25px;
	color: black;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
}
ul li ul.dropdown1 li {
	display: block;
}
ul li ul.dropdown1 {
	width: 100%;
	background: white;
	position: absolute;
	z-index: 999;
	display: none;
}

ul li a:hover {
	background: white;
}

ul li:hover ul.dropdown1 {
	display: block;
}

.nav-item{
	font-size: 14px; 
	margin-left: 300px;;
	margin-top: 2px;

}

/* tombol Free Consultant*/
nav .tombol{
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 20px;
	}

/* Icon Instagram*/
.instagram-icon img {
  width: 40px; /* Ukuran icon */
  height: 40px;
  transition: transform 0.3s ease;
  margin-left: 12px;
}

.instagram-icon img:hover {
  transform: scale(1.1); /* Efek membesar saat hover */
}

/* Icon youtube*/
.youtube-icon img {
  width: 50px; /* Ukuran icon */
  height: 50px;
  transition: transform 0.3s ease;
  margin-left: 4px;
}

.youtube-icon img:hover {
  transform: scale(1.1); /* Efek membesar saat hover */
}
/* Bagian Khusus tombol menu*/
        .menu {
            display:block;
            list-style: none;
            position: relative;
			background: #ffffff;
			padding-left: 40px;
        }
        .menu-item {
            position:sticky;
            flex:auto;
            text-align: center;
			width: 115px;
        }
        .menu-item:hover {
            background: #037bf4 !important;
        }
	/* Main Menu Links */
        .menu-link {
            color: #0a0a0a;
            text-decoration: none;
            display: block;
            padding: 10px 15px;
            font-size: 14px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .menu-item:hover .menu-link {
            color: #0e0d0d;
            transform: translateY(-2px);
			background: #8fcaf1 !important;
        }
	/* Dropdown Submenu */
        .submenu {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: #faf9f9;
            border-radius: 0 0 10px 10px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 100;
        }
        .menu-item:hover .submenu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
	/* Submenu Items */
        .submenu-item {
            text-align: left;
        }

        .submenu-item:last-child {
            border-bottom: none;
        }

        .submenu-link {
            color: #2c3e50;
            text-decoration: none;
            display: block;
            padding: 15px 20px;
            font-size: 12px;
            transition: all 0.3s ease;
        }

        .submenu-link:hover {
            background: #2051a5;
            color: #fbfbfb;
			font-weight: bold;
            padding-left: 50px;
			padding-right: 80px;
        }

    /* Animation Indicator */
        .menu-item::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 3px;
            background: #3498db;
            transition: all 0.3s ease;
        }

        .menu-item:hover::after {
            width: 100%;
            left: 0;
        }
	/* Saat dropdown pemilihan bahasa di hover*/
   		.dropdown-item:hover {
            background: #2051a5;
            color: #f2ecec;
			font-weight: bold;
         
        }
/* 3. Bagian Slider Desktop*/
	/* Tagline Section */
	.carousel-caption1 {
		text-align: left;
		margin-left: -230px;
	}

	.fiturimage{
		width: 400;
	}
	.carousel-caption .tagline {
		font-family:sans-serif;
		position: relative;
		text-align: left;
		font-size: 42px;
		font-weight: 520;
		color: #ffffff;
		margin: 10px;
		margin-inline-end: auto;
		margin-left: -190px;
		margin-top: -400px;
	}
	.tagline-subtext {
		font-size: 1.1rem;
		text-align: left;
		color: #ffffff;
		max-width: 650px;
		line-height: 1.7;
		margin-left: 40px;
		margin-left: -190px;
		margin-top: -10px;
	}
	/* Tombol Learn more di Slider*/
	.carousel-caption .tombolmore{
		font-size: 12px;
		text-transform: uppercase;
		border-radius: 20px;
		margin-left: -950px;
		margin-bottom: 150px;
	}
/* 4. Mission*/
	/* Styling untuk bagian Mission */
	.mission1 {
		max-width: 800px;
		margin: 0 auto;
		font-family: Arial, sans-serif;
		font-size: 16px;
		line-height: 1.8;
	  }
	  
	  .mission p {
		text-align: justify;
	  }
	  
	  /* Merapikan bullet dengan indentasi */
	  .mission-item {
		position: relative;
		padding-left: 15px;
		text-indent: 0px;
		margin-bottom: 15px;
	  }
	  
	  .mission-item::before {
		content: "-";
		position: absolute;
		left: 0;
	  }

/* 5. Styling untuk bagian Problem Hospital */
	.mission1 {
		max-width: 800px;
		margin: 0 auto;
		font-family: Arial, sans-serif;
		font-size: 16px;
		line-height: 1.8;
	  }
	  
	  .mission p {
		text-align: justify;
	  }
	  
	  /* Merapikan bullet dengan indentasi */
	  .probhos-item {
		position: relative;
		padding-left: 15px;
		text-indent: 0px;
		margin-bottom: 15px;
		line-height: 1.5;
	  }
	  
	  .probhos-item::before {
		content: "-";
		position: absolute;
		left: 0;
	  }
	
/* 7. Embed Video Print, Tag & Scan*/
.iframe-taging {
	margin-left: 0px;
}

/* 8. Top 5 Customer*/
.ourcustomer  {
	display: flex;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin: 20px auto;
	padding: 20px;
}
.ourcustomer h2 {
	text-align: center;

}
.column1 {
	flex: 1;
	background-color: #f8f9fa;
	max-width: 650px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin-left: 60px;
}
.column2 {
	flex: 1;
	background-color: #f8f9fa;
	max-width: 600px;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	margin-left: 30px;
}

ol {
	list-style-type: none;
	counter-reset: my-counter 0;
	padding-left: 0;
}

.ourcustomer-item {
	counter-increment: my-counter;
	padding: 15px;
	margin: 12px 0;
	background-color: #e3f2fd;
	border-radius: 6px;
	font-size: 16px;
	transition: transform 0.2s;
}

.ourcustomer-item:hover {
	transform: translateX(10px);
	background-color: #bbdefb;
}

.ourcustomer-item::before {
	content: counter(my-counter) ". ";
	color: #1a5f7a;
	font-weight: bold;
	margin-right: 10px;
}

/* 9. Bagian Feature SAMRS Card*/

.feature-section {
	padding: 5rem 0;
	background: #f8faff;
}
.feature-card {
	border: none;
	border-radius: 20px;
	background: white;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	margin: 1rem;
	padding: 2.5rem 2rem;
	text-align: center;
	box-shadow: 0 10px 30px rgba(42, 96, 153, 0.08);
	min-height: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(42, 96, 153, 0.15);
}
.icon-wrapper {
	background: linear-gradient(45deg, #2a6099, #3b82f6);
	width: 100px;
	height: 100px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	transition: all 0.3s ease;
}
.feature-card:hover .icon-wrapper {
	transform: rotate(45deg) scale(1.1);
}
.feature-icon {
	color: white;
	font-size: 2.5rem;
	transition: all 0.3s ease;
}
.feature-card:hover .feature-icon {
	transform: rotate(-45deg);
}

.card-title {
	color: #1e3a8a;
	font-weight: 700;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
}
.card-text {
	color: #64748b;
	line-height: 1.5;
	font-size: 1rem;
	flex-grow: 1;
}
/* 10. Bagian Kontak Lebih Lanjut*/
.hero-section {
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), /* Overlay transparan */
                      url('img/Background_02.jpg'); /* Path ke gambar */
    background-size: cover; /* Gambar menutupi seluruh area */
    background-position: center; /* Posisi gambar di tengah */
    background-repeat: no-repeat; /* Gambar tidak diulang */
    background-attachment: fixed; /* Gambar tetap saat scroll */
    min-height: 20vh; /* Minimal tinggi viewport */
    max-height: 70vh;
	width: 1505px;

}
.content-wrapper {
	display: flex;
	align-items: center;
	min-height: 600px;
}
.text-content {
	padding-right: 50px;
}
.feature-image {
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	max-width: 90%;
	height: auto;
	margin-left: 40px;
}
.cta-title {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.2;
	color: #ffffff;
}
.cta-text {
	font-size: 1.2rem;
	margin-bottom: 30px;
	line-height: 1.6;
	color: #ffffff;
}

.divider {
	border-top: 2px solid rgba(255,255,255,0.3);
	margin: 30px 0;
	width: 80%;
}
/* Bagian Footer */
.container-fluid-copyright {
  background-color: #8fcaf1;
  background: #037bf4;
}
.container-fluid-copyright img{
	width: 300px;
	height: 100px;
	margin-bottom: 2px;
	margin-top: 20px;
	margin-left: 30px;
}
.container-fluid-copyright h5{
	font-size: 12px;
	margin-top: 40px;
	margin-right: -700px;
}
.container-fluid-copyright {
	margin-bottom: 2px;
	background-color: #feffff
}
.footer-text {
	color: black;
	font-size: 12px;
	width: 1200px;
    margin-left: 200px;

}
}
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------------------------- */
/* B. Bagian Responsif di Layar HP */
@media (max-width: 991.98px) {
/* 1. Bagian Nav bar Menu dan Tombol Humberger */
    .navbar-collapse {
        position: fixed;
		color: #0a0a0a;
        top: 70px;
        left: 0;
        right: 0;
        background: rgb(255, 255, 255);
        padding: 0 20px; /* Ubah padding top/bottom menjadi 0 */
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
        max-height: 20px;
		min-height: 20px;
        overflow: hidden;
        transition: all 0.3s ease;
        z-index: 999;
        display: block !important; /* Ubah ke block penting */
        opacity: 0;
        visibility: hidden;
    }
    

	navbar-collapse .menu-item {
		padding: 20px 20px;
		min-height: 20px;
	}
    .navbar-collapse.show {
        max-height: calc(100vh - 70px);
        padding: 20px; /* Kembalikan padding saat ditampilkan */
        opacity: 1;
        visibility: visible;
        overflow-y: auto;
    }
    
    .menu {
        flex-direction:column;
        width: 80%;
        margin: 0;
        padding: 0;
		color: #0e0d0d;
    }
    .menu-link, .submenu-link {
    text-decoration: none !important;
	 color: #090909 !important; /* Warna abu-abu gelap */
	}
	.menu-link:hover {
    color: #0a0a0a !important; /* Warna pink */
	font-size: 18px;
	font-weight: bold;

	}
	.submenu-link:hover {
    color: #070707 !important; /* Warna hijau */
	font-size: 18px;
	font-weight: bold;
	}
    .menu-item {
        margin: 10px 0;
		color: #0e0d0d;
        width: 100%;
        display: block !important; /* Pastikan semua item ditampilkan saat menu dibuka */
    }
    
	/* Tambahkan Garis pembatas tiap menu */
	    .menu-item {
        border-bottom: 1px solid #bdc8d3; /* Garis horizontal antar item */
        padding: 4px 0;
		width: 600px;
    }
    
    .d-flex.align-items-center {
    flex-direction: column;
    width: 100%;
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    align-items: flex-start !important;
  }

  .d-flex {
	display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
  }
  
  .tombol {
    flex: 1;
    padding: 10px 15px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
  }

   .tombolmore {
    display: none !important; /* Pastikan semua item ditampilkan saat menu dibuka */
	
  }
	.social-media-wrapper {
    display: flex;
    gap: 10px;
  }

    .instagram-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
  }
  
  .youtube-icon {
	width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
  }
  .instagram-icon img {
	width: 40px;
    height: 40px;
	 }
  .youtube-icon img {
	width: 45px;
    height: 45px;
	 }

  .instagram-icon :hover {
    background-color: #e9ecef;
    transform: scale(1.05);
  }
   .youtube-icon :hover {
    background-color: #e9ecef;
    transform: scale(1.05);
  }

/* 2. Bagian About Us */
.container h2 {
	text-align:center;
}
.container p {
	text-align:center;
}
.container img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
/* 3. Bagian Visi & Misi */
.mission h2 {
	text-align:center;
}
.mission h3 {
	text-align:center;
}
 .mission-item::before {
    content: "-";
    position: absolute;
    left: 1px;
    color: #010101; /* Warna bullet (bisa disesuaikan) */
    font-size: 20px;
	margin-top: -5px;
	margin-right: 4px;
	font-weight: bold;
	}
.mission p {
	text-align:justify !important;
	text-decoration: dotted;
}
.mission img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    height: auto;
	margin-bottom: 20px;
}
/* 4. Problem in Hospital */

.probhos-item {
	text-align: justify !important;
}
 .probhos-item::before {
    content: "-";
    position: absolute;
    left: 1px;
    color: #010101; /* Warna bullet (bisa disesuaikan) */
    font-size: 20px;
	margin-top: -5px;
	margin-right: 4px;
	font-weight: bold;
	}

/* 5. SAMRS Introduction */
.intro_01_tombol {
	margin-bottom: 10px;
}
/* 6. Print, Tag & Scan */
.iframe-taging iframe{
	max-width: 100%;
	height: 300px;
	display: block;
}

/* 7. Complain & Repair */
.iframe-comprep iframe{
	max-width: 100%;
	height: 300px;
	display: block;
}
/* 8. Feature SAMRS */
.container h1{
	font-weight: bold;
}
.icon-wrapper{
	display: none;
	
}
.feature-card h3{
	text-align: center;
}

/* 9. Top 5 Customer */
.ourcustomer h2 {
	text-align: center;
	margin-top: 20px;
}
.intro_01_tombol {
	margin-left: 20px;
}
/* 10 Kontak Lebih Lanjut */
.cta-title {
	font-size: 20px;
	text-align: left;
	margin-top: 20px;
	color: #ffffff;
	width: 380px;
	 margin-left: 20px;
}
.cta-text{
	color: #ffffff;
	 margin-left: 20px;
	text-align: left;
	width: 380px;
}
.containerkontak {
    background-image: url('img/Background_02.jpg');
    background-size: cover;
    background-position: center;
	width: 420px;
}
.containerkontak img {
	max-width: 80%;
    max-height: 300px;
    display: block;
    margin-top: 20px;
	align-items: center;
   margin-left: 20px;
	border-radius: 20px;
}
.tombol {
	margin-bottom: 20px;
	margin-left: 20px;
}
/* Bagian Footer */
.container-fluid-copyright h5{
	width: 377px;
	font-size: 10px;
	text-align: center;
}
.container-fluid-copyright p{
	width: 377px;
	font-size: 10px;
	text-align: center;
}
.footer-text {
	color: black;
	font-size: 12px;
	width: 450px;
	text-align: center;

}
}

