/* Font Family */
body {
	font-family: "DM Sans", "Poppins","Arial", sans-serif !important;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}


/* === LATO === */
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* === RUBIK === */
.rubik-light {
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rubik-regular {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rubik-medium {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.rubik-bold {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.rubik-black {
  font-family: "Rubik", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* === DM SANS === */
.dm-thin {
  font-family: "DM Sans", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.dm-extralight {
  font-family: "DM Sans", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.dm-light {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.dm-regular {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.dm-medium {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.dm-semibold {
  font-family: "DM Sans", sans-serif;
  font-weight: 500; /* Gunakan 700 jika ingin lebih tebal */
  font-style: normal;
}

.dm-bold {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* === OPEN SANS  === */
.open-sans-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.open-sans-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.open-sans-semibold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.open-sans-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.open-sans-extrabold {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
}




/* General */
:root {
	--border-radius: 4px;
	--border-radius2x: 8px;
	--default: #777;
}
/* Skin Colors */
:root {
	--primary: #241F61;
	--primary-100: #1d194e;
	--primary-200: #191644;
	--primary-300: #16133a;
	--primary--100: #2b2574;
	--primary--200: #2f287e;
	--primary--300: #322b88;
	--primary-rgba-0: rgba(36, 31, 97, 0);
	--primary-rgba-10: rgba(36, 31, 97, 0.1);
	--primary-rgba-20: rgba(36, 31, 97, 0.2);
	--primary-rgba-30: rgba(36, 31, 97, 0.3);
	--primary-rgba-40: rgba(36, 31, 97, 0.4);
	--primary-rgba-50: rgba(36, 31, 97, 0.5);
	--primary-rgba-60: rgba(36, 31, 97, 0.6);
	--primary-rgba-70: rgba(36, 31, 97, 0.7);
	--primary-rgba-80: rgba(36, 31, 97, 0.8);
	--primary-rgba-90: rgba(36, 31, 97, 0.9);
	--secondary: #F9A61A;
	--secondary-100: #f39b06;
	--secondary-200: #e79306;
	--secondary-300: #da8b06;
	--secondary--100: #fab033;
	--secondary--200: #fab43f;
	--secondary--300: #fab94c;
	--secondary-rgba-0: rgba(249, 166, 26, 0);
	--secondary-rgba-10: rgba(249, 166, 26, 0.1);
	--secondary-rgba-20: rgba(249, 166, 26, 0.2);
	--secondary-rgba-30: rgba(249, 166, 26, 0.3);
	--secondary-rgba-40: rgba(249, 166, 26, 0.4);
	--secondary-rgba-50: rgba(249, 166, 26, 0.5);
	--secondary-rgba-60: rgba(249, 166, 26, 0.6);
	--secondary-rgba-70: rgba(249, 166, 26, 0.7);
	--secondary-rgba-80: rgba(249, 166, 26, 0.8);
	--secondary-rgba-90: rgba(249, 166, 26, 0.9);
	--tertiary: #2DA5A4;
	--tertiary-100: #289190;
	--tertiary-200: #258786;
	--tertiary-300: #227d7c;
	--tertiary--100: #32b9b8;
	--tertiary--200: #35c3c2;
	--tertiary--300: #3bcac8;
	--tertiary-rgba-0: rgba(45, 165, 164, 0);
	--tertiary-rgba-10: rgba(45, 165, 164, 0.1);
	--tertiary-rgba-20: rgba(45, 165, 164, 0.2);
	--tertiary-rgba-30: rgba(45, 165, 164, 0.3);
	--tertiary-rgba-40: rgba(45, 165, 164, 0.4);
	--tertiary-rgba-50: rgba(45, 165, 164, 0.5);
	--tertiary-rgba-60: rgba(45, 165, 164, 0.6);
	--tertiary-rgba-70: rgba(45, 165, 164, 0.7);
	--tertiary-rgba-80: rgba(45, 165, 164, 0.8);
	--tertiary-rgba-90: rgba(45, 165, 164, 0.9);
	--quaternary: #EB3D7D;
	--quaternary-100: #e9266e;
	--quaternary-200: #e71a66;
	--quaternary-300: #de1760;
	--quaternary--100: #ed548c;
	--quaternary--200: #ef6094;
	--quaternary--300: #f06b9c;
	--quaternary-rgba-0: rgba(235, 61, 125, 0);
	--quaternary-rgba-10: rgba(235, 61, 125, 0.1);
	--quaternary-rgba-20: rgba(235, 61, 125, 0.2);
	--quaternary-rgba-30: rgba(235, 61, 125, 0.3);
	--quaternary-rgba-40: rgba(235, 61, 125, 0.4);
	--quaternary-rgba-50: rgba(235, 61, 125, 0.5);
	--quaternary-rgba-60: rgba(235, 61, 125, 0.6);
	--quaternary-rgba-70: rgba(235, 61, 125, 0.7);
	--quaternary-rgba-80: rgba(235, 61, 125, 0.8);
	--quaternary-rgba-90: rgba(235, 61, 125, 0.9);
	--dark: #212529;
	--dark-100: #16181b;
	--dark-200: #101214;
	--dark-300: #0a0c0d;
	--dark--100: #2c3237;
	--dark--200: #32383e;
	--dark--300: #383f45;
	--dark-rgba-0: rgba(33, 37, 41, 0);
	--dark-rgba-10: rgba(33, 37, 41, 0.1);
	--dark-rgba-20: rgba(33, 37, 41, 0.2);
	--dark-rgba-30: rgba(33, 37, 41, 0.3);
	--dark-rgba-40: rgba(33, 37, 41, 0.4);
	--dark-rgba-50: rgba(33, 37, 41, 0.5);
	--dark-rgba-60: rgba(33, 37, 41, 0.6);
	--dark-rgba-70: rgba(33, 37, 41, 0.7);
	--dark-rgba-80: rgba(33, 37, 41, 0.8);
	--dark-rgba-90: rgba(33, 37, 41, 0.9);
	--light: #FFF;
	--light-100: #f2f2f2;
	--light-200: #ececec;
	--light-300: #e6e6e6;
	--light--100: #ffffff;
	--light--200: #ffffff;
	--light--300: #ffffff;
	--light-rgba-0: rgba(255, 255, 255, 0);
	--light-rgba-10: rgba(255, 255, 255, 0.1);
	--light-rgba-20: rgba(255, 255, 255, 0.2);
	--light-rgba-30: rgba(255, 255, 255, 0.3);
	--light-rgba-40: rgba(255, 255, 255, 0.4);
	--light-rgba-50: rgba(255, 255, 255, 0.5);
	--light-rgba-60: rgba(255, 255, 255, 0.6);
	--light-rgba-70: rgba(255, 255, 255, 0.7);
	--light-rgba-80: rgba(255, 255, 255, 0.8);
	--light-rgba-90: rgba(255, 255, 255, 0.9);
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #FFFFFF;
	--secondary-inverse: #27235E;
	--tertiary-inverse: #FFFFFF;
	--quaternary-inverse: #FFFFFF;
	--dark-inverse: #FFFFFF;
	--light-inverse: #777;
}
/* Grey Colors */
:root {
	--grey: #969696;
	--grey-100: #f4f4f4;
	--grey-200: #eaeaea;
	--grey-300: #e5e5e5;
	--grey-400: #e0e0e0;
	--grey-500: #dbdbdb;
	--grey-600: #cecece;
	--grey-700: #c1c1c1;
	--grey-800: #a8a8a8;
	--grey-900: #8e8e8e;
	--grey-1000: #757575;
}

#header .dropdown-item {
    text-transform: capitalize !important;
    font-size: 15px !important;
}

.owl-carousel.nav-inside.nav-bottom .owl-nav {
	bottom : 20px;
	right: 20px;
}

section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
    background: #241f61b0;
}

.animated-underline {
			position: relative;
			display: inline-block;
			transition: color 0.3s ease;
		}

		.animated-underline::after {
			content: '';
			position: absolute;
			left: 0;
			bottom: -3px;
			width: 0;
			height: 2px;
			background-color: #fff;
			/* Ubah jika header tidak dark */
			transition: width 0.3s ease;
		}

		.animated-underline:hover::after {
			width: 100%;
		}

		.animated-underline:hover {
			color: #F4A940 !important;
			/* Ubah ke warna hover Porto kamu */
		}


 @media (max-width: 767.98px) {
                                .spec-table td:first-child {
                                    width: 140px;
                                    white-space: nowrap;
                                }

                                .spec-table td:nth-child(2) {
                                    width: 20px;
                                    text-align: center;
                                }

                                .spec-table td:last-child {
                                    white-space: nowrap;
                                }
                            }
.grecaptcha-badge {
    display: none;
}

.whatsapp-background {
	background-color: #25D366;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}
.whatsapp-background:hover {
	background-color: #33d86f;
}