body {
  font-family: 'Poppins', sans-serif;

  color: #48494a;
  background-image: url(../images/background.png);
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.container.sub_page {
	margin: -15% auto;
	padding-bottom: 15%;
}

.call_to-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #fec913;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.main_section .call_to-btn {
  padding: 12px 35px;
}

.call_to-btn img {
  width: 18px;
  margin-left: 10px;
}

.btn_on-hover {
  transition: all 0.3s ease 0s;
}

.call_to-btn:hover,
.btn_on-hover:hover {
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  color: #fff;
  transform: translateY(-7px);
}

.main-heading {
  color: #082465;
  font-weight: bold;
  text-align: center;
}


/*header section*/
.main_section {
  padding-top: 10px;
}

nav.navbar.navbar-expand-lg {

  padding: 10px 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #2d2c2c;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #232323;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {
  height: 95vh;
  position: relative;
}

.top_container::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 100%;
  background: url(../images/hero-bg.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.top_container.sub_pages::before {
  background-size: 100%;
  background-position: right bottom;
}

.top_container.sub_pages {
  height: 50vh;
}

.navbar-brand img {
  width: 100px;
  margin-right: 7px;
}


.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {
  font-size: 20px;
  font-weight: 700;
  color: #fefefe;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}
/*end header section*/


/* main section */
.main-container {
  display: flex;
  padding-top: 50px;
  padding-bottom: 75px;
}

.main_detail-box {
  width: 45%;
}

.main_img-container {
  width: 40%;
}

.main_detail-box {
  color: #fefeff;
}

.main_detail-box h1 {
  text-transform: uppercase;
  font-size: 50px;
  color: #fec913;
  font-weight: bold;
}

.main_detail-box p {
  margin-top: 20px;
  margin-bottom: 35px;
}
/* end main section */


/* general section */
.about_img-box {
  width: 50%; /* Adjust width as needed */
  margin: 40px auto; /* Centers the element horizontally */
  display: block; /* Ensures it's treated as a block-level element */
  text-align: center; /* Aligns content inside the container, if applicable */
}

.center_img-box {
  max-width: 100%; /* Ensures the image doesn't exceed the container width */
  height: auto; /* Maintains aspect ratio */
  width: 30%; /* Adjust the percentage to your desired size */
  display: block; /* Makes the image a block element */
  margin: 0 auto; /* Centers the block element horizontally */
}

.ustaz_img-box img {
  max-width: 100%; /* Ensures the image doesn't exceed the container width */
  height: auto; /* Maintains aspect ratio */
  width: 50%; /* Adjust the percentage to your desired size */
  display: block; /* Makes the image a block element */
  margin: 0 auto; /* Centers the block element horizontally */
}
/* end general section */


/* pakej container */
.pakej_section .card {
  border: none;
  background-color: transparent;
}

.pakej_section .card-title {
  text-align: center;
  color: #48494a;
}
/* end pakej container */


/* galleri section */
.galleri_img-box {
  width: 60%;
  margin: 0 auto;
}

.galleri_section .carousel-control-prev,
.galleri_section .carousel-control-next {
  opacity: 1;
}

.galleri_section .carousel-control-prev-icon,
.galleri_section .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-color: #082465;
  border-radius: 100%;
  background-size: 10px;
  background-position: center;
}

.galleri_section .carousel-control-prev-icon {
  background-image: url(../images/prev.png);
}

.galleri_section .carousel-control-next-icon {
  background-image: url(../images/next.png);
}
/* end galleri section */



/* testimoni section */
.testimoni_section {
  background-image: url(../images/shape-1.png);
  background-repeat: no-repeat;

  background-position: right;

  background-size: 8%;
}

.testimoni_container {
  width: 80%;
  margin: 0 auto;
  padding: 35px;
  background-color: #fefeff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
  border-radius: 20px;
}

.testimoni_detail-box h4 {
  color: #082465;
}

.testimoni_detail-box span {
  text-transform: uppercase;
  color: #48494a;
}

.testimoni_detail .client_img-box {
  width: 100px;
  margin-right: 15px;
}

.testimoni_detail .client_img-box img {
  width: 100%;
}
/* end testimoni section */


/* contact section */
.contact_section {
  background-image: url(../images/shape-2.png);
  background-repeat: no-repeat;
  background-size: 14%;
  background-position: left center; 
}

.contact-form {
  padding: 25px;
  border-radius: 20px;
}

.contact-form input {
  border: none;
  outline: none;
  background-color: #dedee0;
  width: 100%;
  margin: 10px 0;
  padding: 7px 10px;
}

.contact-form .input_message {
  height: 120px;
}

.contact-form input::placeholder {
  color: #fff;
}

.contact-form button {
  border: none;
  outline: none;
  padding: 7px 50px;
  text-transform: uppercase;
  margin-top: 25px;
  background-color: #fec913;
  color: #fff;
}
/* end contact section */


/* call section */
.landing_section .number_heading {
  color: #fec913;
}

.landing_section p {
  text-align: center;
  margin-top: 15px;
}
/* end call section */



/* footer section*/
.footer_section {
  background-color: #082465;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
  display: flex;
    flex-wrap: wrap; /* Allows wrapping on small screens */
    align-items: center; /* Vertically align icons and text */
    justify-content: center; /* Center-align content horizontally */
    gap: 10px; /* Space between items */
}

.container-fluid.footer_section {
	color: white;
}

.footer {
  background-color: #041c42;
  color: #f0f0f0;
  padding: 30px 15px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #444;
  padding-bottom: 20px;
}


.footer-contact {
  flex: 1;
  margin: 10px;
  min-width: 600px;
  padding-left: 100px; /* Tambahkan padding kiri */
}

.footer-social {
  flex: 1;
  margin: 10px;
  min-width: 600px;
  padding-left: 100px;
}

.footer-visit {
  flex: 1;
  margin: 10px;
  min-width: 200px;
  padding-left: 0px;
}

.footer-contact h4,
.footer-social h4,
.footer-visit h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #f39c12;
}

.footer-contact p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0;
}

.footer-social p {
  font-size: 14px;
  line-height: 1.2;
  margin: 5px 0;
}

.footer-social .social-links {
  display: flex;
  gap: 15px;
}

.footer-social .social-links a {
  color: #f0f0f0;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social .social-links a:hover {
  color: #f39c12;
}

.footer-bottom {
  text-align: center;
  padding-top: 15px;
}

.footer-bottom p {
  font-size: 12px;
  color: #aaa;
}
/* end footer section*/


article {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article {
	display: block;}


/*carta organisasi*/	
.carta-image {
  width: 95%; /* Adjust width as needed */
  margin: 40px auto; /* Centers the element horizontally */
  display: block; /* Ensures it's treated as a block-level element */
  text-align: center; /* Aligns content inside the container, if applicable */
}

.poster-image {
  width: 50%; /* Adjust width as needed */
  margin: 40px auto; /* Centers the element horizontally */
  display: block; /* Ensures it's treated as a block-level element */
  text-align: center; /* Aligns content inside the container, if applicable */
}

/*penasihat*/
.penasihat_img-box {
	width: 20%; /* Adjust width as needed */
  margin: 40px auto; /* Centers the element horizontally */
  display: block; /* Ensures it's treated as a block-level element */
  text-align: center; /* Aligns content inside the container, if applicable */
}

.penasihat-container {
  display: flex;
  align-items: flex-start; /* Aligns the items at the top */
  gap: 20px; /* Space between image and content */
}

.penasihat_img-box {
 
  width: 500px; /* Set the desired width for the image container */
  height: 600px; /* Set the desired height for the image container */
  overflow: hidden; /* Hides any overflow if the image aspect ratio doesn't match */
}

.penasihat_img-box img {
  width: 100%; /* Ensures the image fills the container width */
  height: 100%; /* Ensures the image fills the container height */
  object-fit: cover; /* Scales the image to cover the container */
}

.penasihat-info {
  max-width: 500px; /* Optional: Limit the width of the text section */
}

.ulno-space {
  list-style: none;
  padding-left: 0;
  text-align: justify; /* Align text evenly along both edges */
}
/*end penasihat*/

.description {
    text-align: center;
}

#product-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.product {
    border: 1px solid #ccc;
    margin: 1em;
    padding: 1em;
    text-align: center;
    width: 300px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.buy-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.buy-button:hover {
    background-color: #45a049;
}


.product img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.product h3 {
  font-size: 1.2rem;
  margin: 10px 0;
  font-weight: bold;
}
.product .price {
  color: green;
  font-weight: bold;
}
.product button {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #28a745;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 5px;
}
.product button:hover {
  background-color: #218838;
}

.ulno-space { padding-left: 20px; /* Add some padding to the left to make space for numbers */ list-style-type: decimal; /* Ensure the list uses decimal numbers */

