@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Exo 2", sans-serif;
}

.sect-my {
  padding: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.sect-my p{
  color: #000000a6;
  font-weight: 600;
}

.sect-my a{
  color: #f74f50;
}

#myToast {
  background-color: #f74f50 !important;
}

.navbar-my {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-my ul li a.active-self {
  color: #f74f50;
  font-weight: 600;
}

.navbar-my ul li a {
  display: inline-block !important;
  margin-left: 10px !important;
}

.navbar-my ul li a:hover {
  color: #f74f50;
}

.link-1 {
  border: 3px solid #f74f50;
  padding: 10px 40px !important;
  border-radius: 8px;
}

.link-1:hover {
  background-color: #f74f50;
  color: #fff !important;
}

.link-2 {
  border: 3px solid #f74f50;
  padding: 10px 40px !important;
  border-radius: 8px;
  background-color: #f74f50;
  color: #fff !important;
}

.link-2:hover {
  background-color: transparent !important;
  color: #000000a6 !important;
}

.text-danger-s {
  color: #f74f50;
}

.discim p {
  color: #000000a6;
  font-weight: 700;
  font-size: 14px;
}

.img-hero {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.6);
}

.hero h1 {
  font-weight: 600;
}

.hero h1 span {
  color: #f74f50;
  text-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.hero p {
  font-weight: 500;
  color: #000000a6;
}

.hero-links {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.hero-links a {
  display: inline-block !important;
  font-weight: 500;
}

.link-3 {
  display: inline-block;
  border: 3px solid #f74f50;
  padding: 10px 40px !important;
  border-radius: 8px;
  background-color: #f74f50;
  color: #fff !important;
  text-decoration: none;
  transition: 0.3s ease all;
}

.link-3:hover {
  background-color: transparent !important;
  color: #000000a6 !important;
  border: 3px solid #f74f50 !important;
}

.link-4 {
  display: inline-block;

  border: 3px solid #f74f50;
  padding: 10px 40px !important;
  border-radius: 8px;
  transition: 0.3s ease all;
  text-decoration: none;
  color: #000000a6;
}

.link-4:hover {
  background-color: #f74f50;
  color: #fff !important;
}

.bg-white-my {
  background-color: #fff !important;
}

.sect-header h2 {
  font-weight: 600;
  text-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.sect-header h2 span {
  color: #f74f50;
}

.itemim {
  background-color: #f5f8fa;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.15);
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease all;
  align-items: center;
}

.itemim:hover {
  transform: translateY(-7px);
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.itemim i {
  color: #f74f50;
  font-size: 60px;
  margin-bottom: 20px;
  text-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.itemim h3 {
  font-weight: 600;
}

.itemim p {
  color: #000000a6;
  font-weight: 500;
}

.itemim-2 {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.15);
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease all;
  align-items: center;
}

.itemim-2:hover {
  transform: translateY(-7px);
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.itemim-2 i {
  color: #f74f50;
  font-size: 60px;
  margin-bottom: 20px;
  text-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.itemim-2 h3 {
  font-weight: 600;
}

.itemim-2 p {
  color: #000000a6;
  font-weight: 500;
}

.bottom-disclaimer h2 {
  font-weight: 600;
  text-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.bottom-disclaimer h2 span {
  color: #f74f50;
}

.bottom-disclaimer p {
  font-weight: 500;
}

.bottom-disclaimer p a {
  color: #f74f50;
}

.b-disc-imgs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #000000a6;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s ease all;
}

footer ul li a:hover {
  color: #f74f50;
}

footer p {
  color: #000000a6;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}

footer p strong,i{
  color: #f74f50;
}

.img-about {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.6);
}

.about h2 {
  color: #f74f50;
  font-weight: 700;
  text-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

.about p {
  color: #000000a6;
  font-weight: 500;
}

input::placeholder,
textarea::placeholder {
  color: #00000070 !important;
}

input,
textarea {
  background: #fff !important;
  border: 1px solid #ddd !important;
  padding: 14px !important;
  border-radius: 6px;
  color: #000;
}

.form-check {
  gap: 10px;
}

.form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: 2px solid #00000080 !important;
}

.form-check-label a {
  color: #f74f50;
}

.form-check-input:checked {
  background-color: #f74f50 !important;
  border-color: #f74f50 !important;
}

.form-check-label {
  cursor: pointer;
}

.btn-custom {
  background: #f74f50;
  border: 3px solid #f74f50 !important;
  color: #fff;
  padding: 10px 40px;
  border-radius: 6px;
  border: none;
  transition: 0.3s ease all !important;
}

.btn-custom:hover {
  background: transparent;
  color: #000000a6 !important;
}

.cnt-right {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.15);
}

.cnt-right p {
  color: #000000a6;
}

.cnt-right a {
  color: #000000a6;
  text-decoration: none;
}

.cnt-right h4 span {
  color: #f74f50;
}

.cnt-left {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.15);
}

.notem {
  background-color: #f74f50;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.15);
}

.notem h5 {
  font-weight: 600;
  color: #fff;
}

.notem h5 span {
  font-weight: 900;
}

.cnt-left p {
  color: #000000a6;
}

.cnt-left p a {
  color: #f74f50;
}

.cnt-left h2 {
  color: #f74f50;
  text-shadow: 0 4px 10px rgba(16, 24, 40, 0.2);
}

@media (max-width: 992px) {
  .link-1 {
    margin-bottom: 10px;
  }
  .hero {
    text-align: center;
  }

  .hero-links {
    justify-content: center;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #f5f8fa;
}
