

.bg-image-container {
  height: 100vh; /* Ensures full-screen height */
  background-image: url('img/support-home-banner-pc-vivo_a133269.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* Navbar brand text size fix */
@media (max-width: 768px) {
  .navbar-brand h5 {
    font-size: 1rem; /* smaller for tablets & small laptops */
  }
}

@media (max-width: 576px) {
  .navbar-brand h5 {
    font-size: 0.9rem; /* even smaller for mobile phones */
  }
}


/* Make headings bold */
.hero-text h2,
.hero-text h5 {
  font-weight: 700;
  margin-bottom:30px;
}

/* Search Box */
/* Full-height background */
.bg-image-container {
  height: 100vh;
  background-image: url('img/support-home-banner-pc-vivo_a133269.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


/* style.css */

/* Custom button style */
.custom-btn {
  background-color: white;
  color: black;
  border: none;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background-color: #f0f0f0; /* Light grey hover */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: black;
}



/* Hero text styles */
.hero-text h1,
.hero-text h5 {
  font-weight: 700;
  margin: 0;
}

/* Responsive font sizes */
.responsive-heading {
  font-size: 2.2rem;
}

.responsive-subheading {
  font-size: 1.1rem;
}

.responsive-keywords {
  word-wrap: break-word;
  font-size: 0.95rem;
}

/* Search Box */
.search-box {
  width: 100%;
}

.search-box .input-group {
  border: 1px solid #ced4da;
  border-radius: 25px;
  overflow: hidden;
  background-color: white;
  transition: box-shadow 0.3s ease;
}

.search-box .input-group:hover {
  border-color: #6c757d;
  box-shadow: 0 0 8px rgba(108, 117, 125, 0.3);
}

.search-box .form-control {
  border: none;
  background-color: white;
  border-radius: 0;
  box-shadow: none;
}

.search-box .input-group-text {
  background-color: white;
  border: none;
  border-radius: 0;
}

/* Media Queries */
@media (max-width: 1024px) {
  .responsive-heading {
    font-size: 4rem;
  }

  .responsive-subheading {
    font-size: 2.5rem;
  }

  .responsive-keywords {
    font-size: 2rem;
  }

  .search-box .input-group-text i {
    font-size: 3rem;
  }
}


@media (max-width: 768px) {
  .responsive-heading {
    font-size: 4rem;
  }

  .responsive-subheading {
    font-size: 2.5rem;
  }

  .responsive-keywords {
    font-size: 2rem;
  }

  .search-box .input-group-text i {
    font-size: 3rem;
  }
}

@media (max-width: 576px) {
  .responsive-heading {
    font-size: 1.3rem;
  }

  .responsive-subheading {
    font-size: 0.95rem;
  }

  .responsive-keywords {
    font-size: 0.75rem;
  }
}

/* Reduce text size for very small screens */
@media (max-width: 375px) {
  .bg-image-container h4 {
    font-size: 0.85rem !important; /* smaller heading */
  }
  .bg-image-container p {
    font-size: 0.45rem !important; /* smaller paragraph */
  }
}


/*----------------------box---------------------------------*/
.feature-box {
  width: 95%;
  max-width: 1200px;

  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  margin-top: -80px; /* Overlap the section above */
  z-index: 10;
}
.feature-box {
  margin-top: -80px;
}


/* Top half: icon grid */
.feature-top {
  background-color: #f8f9fa;
  padding: 30px 10px;
}

/* Icon styling */
.feature-top img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s;
}

.feature-top img:hover {
  transform: scale(1.1);
}

/* Bottom half */
.feature-bottom {
  background-color: #fff;
}

/* Optional text styles */
.feature-top p {
  font-weight: 500;
  margin-bottom: 0;
}

/* Make sure on very small screens it's spaced nicely */
@media (max-width: 575.98px) {
  .feature-top {
    padding: 20px 5px;
  }
  .feature-box {
    margin-top: -80px;
  }

  .feature-top img {
    width: 50px;
    height: 50px;
  }

  .feature-bottom {
    padding: 20px 15px;
  }
}


.feature-box {
  margin-top: -60px;
  z-index: 10;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  width: 95%;
  max-width: 1100px;
}

/* On small screens: remove the overlap to prevent hiding content */
@media (max-width: 768px) {
  .feature-box {
    margin-top: -80;
  }
}

  .feature-box .border-end {
    border-right: 1px solid #ccc; /* light gray */
  }

/*---------------------------bloge ---------------------------------------*/
/* Card Container */
.custom-card {
  width: 100%;
  max-width:600px;
  height: 450px;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
  background-color: #fff;
}

.custom-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

/* Image Zoom on Hover */
.card-img-hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-header:hover .card-img-hover {
  transform: scale(1.1);
}

/* Body and Footer */
.card-body, .card-footer {
  padding: 20px;
}

/* Responsive Spacing */
@media (max-width: 576px) {
  .custom-card {
    height: auto;
  }
}
/*-----------------FAQ--------------------*/
/* Light pink hover on question */
.question-hover:hover {
  background-color: #ffe6f0 !important; /* Light pink */
}

.accordion-button{
  font-size:1;
}
/*form*/
form input::placeholder,
form textarea::placeholder {
  color: #aaa;
  font-size: 14px;
}

form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.2);
  border-color: #86b7fe;
}
/*footer*/

  .footer i {
    margin-right: 8px;
    font-size: 1.2rem;
    transition: color 0.3s;
  }


  .footer p {
    transition: color 0.3s;
  }

  .footer p:hover {
    color: orange;
    cursor: pointer;
  }



  /* Footer adjustment for small & medium screens */
@media (max-width: 992px) {
  .footer .row:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .row:nth-child(2) .col {
    flex: 0 0 50%; /* 2 columns per row */
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .footer .row:nth-child(2) .col {
    flex: 0 0 100%; /* 1 column per row on very small screens */
    max-width: 100%;
  }
}


/*fome error and success*/
.error{
  color: orange;
  font-size: 12px;
  margin-top:3px
}

.input-group.scccess input{
  border-color: rgb(180, 251, 180);
}

.input-group.error input{
  border-color: rgb(238, 198, 119);
}