.cursor-pointer-class{
  cursor: pointer;
}

.display-hide {
  display: none !important;
}
.paypal-button-background-color{
  background-color: #F7BE38 !important;
}

@media (min-width: 992px){
  .logo-top {
    margin-top: -15px !important;
  }
}

.home-background-image{
  border: 10px solid #d1d8e0;
  border-radius: 25px;
}
.home-background-image-div{
  background-color: #d1d8e0;
}

.active-parent-class .active a{
  color: #0090D7 !important;
}

.active-parent-profile-class .active .profile-link-class{
  color: #0090D7 !important;
}

.modal-content {
  border-radius: 0.40rem !important;
}

.logo-color{
  color: #0090D7 !important;
}

.small-button-text{
  font-size: 0.65rem !important;
}

.social-icons-custom{
  color:#2196f3;
}

.social-login {
  box-shadow: 0 2px 2px 0 rgb(41 48 59 / 24%), 0 0 2px 0 rgb(41 48 59 / 12%);
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  height: 42px;
  margin-bottom: 10px;
  margin-top: 2px;
  padding-top: 10px;
  font-weight: 500;
  font-family: "Roboto";
}

.social-login:hover {
  -ms-transform: scale(1.01); /* IE 9 */
  -webkit-transform: scale(1.01); /* Safari 3-8 */
  transform: scale(1.01); 
}

.social-icons {
  width: 20px;
  height: 20px;
  border: 0;
}

.social-login-custom {
  padding-top: 12px !important;
}

.facebook-login{
  background-color: #3B5998;
  border-radius: 4px;
}

.facebook-login-icon{
  width: 30px !important;
  height: 30px !important;
  margin-top: -7px !important;
  margin-right: -3px !important;
}

.linkedin-login{
  background-color: #007BB5;
  border-radius: 4px;
}

.linkedin-login-icon{
  background-color:#007BB5;
  margin-top: -7px;
  height: 30px;
  width: 30px;
}

.google-login-icon{
  width: 18px !important;
  height: 18px !important;
  margin-top: -3px !important;
}

.google-login{
  /* padding-top: 10px !important; */
  border: 0.12em solid #1a2e44;
  border-radius: 4px;
}

.amazon-login-icon{
  width: 20px !important;
  height: 20px !important;
  margin-left: 0.3rem!important;
}

.amazon-login{
  border: 0.12em solid #1a2e44;
  border-radius: 4px;
}

.google-login-text{
  margin-left: 0.325em !important;
}

.amazon-login-text{
  margin-left: 0.18em !important;
}

.btn-language {
  position: relative;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  
}

@media (min-width: 768px) {
  .modal .modal-dialog.modal-top {
    top: 0; 
  }
  .modal .modal-dialog.modal-left {
    left: 0; 
  }
  .modal .modal-dialog.modal-right {
    right: 0; 
  }
  .modal .modal-dialog.modal-bottom {
    bottom: 0; 
  }
  .modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px; 
  }
  .modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px; 
  }
  .modal .modal-dialog.modal-bottom-left {
    left: 10px;
    bottom: 10px; 
  }
  .modal .modal-dialog.modal-bottom-right {
    right: 10px;
    bottom: 10px; 
  } 
}

/* Common Feedback Card Layout */
.feedback-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 24px;
  margin-bottom: 2rem;
}

/* contact page */
.section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #1f2937;
}

/* Hotline Info Section */
.hotline-box {
  padding: 20px;
  border-left: 4px solid #2563eb;
  background: #f1f5f9;
  border-radius: 10px;
  color: #1e293b;
}

.hotline-box p {
  margin-bottom: 8px;
  font-size: 1rem;
}

.hotline-box span {
  font-weight: 600;
  color: #0f172a;
}

/* Feedback Form Styling */
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #f9fafb;
  color: #333;
  font-family: 'Segoe UI', sans-serif;
}

.contact-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.contact-card {
  flex: 1 1 400px;
  max-width: 500px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 2rem;
}

.contact-card-title {
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
  color: #111827;
}

.contact-info p {
  margin-bottom: 0.75rem;
}

.contact-label {
  font-weight: bold;
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feedback-input,
.feedback-textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-size: 1rem;
  width: 100%;
}

.feedback-button {
  background-color: #2563eb;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.feedback-button:hover {
  background-color: #1e40af;
}

@media (max-width: 768px) {
  .contact-grid {
    flex-direction: column;
    align-items: center;
  }

  .contact-card {
    width: 100%;
  }
}
