.tp-tour-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: rgb(245, 219, 134);  
  font-family: 'Outfit', sans-serif;
  
  background-image: 
    url('https://agasthiyamahasivanadijothidam.com/skin/frontend/img/new/home/bg-background-1.webp'), 
    url('https://agasthiyamahasivanadijothidam.com/skin/frontend/img/new/home/bg-background-2.webp');

  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 40% 60%, 40% 70%;
}


.container-1480 {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 15px;
}

.highlighttext {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  background: linear-gradient(90deg, #ec9f05, #ff4e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-tour-area img{
    height: 250px;
    width: 300px;
}
.tp-title {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  animation: fadeInUp 1s ease-out;
}

.tp-btn {
  background: linear-gradient(135deg, #ff6a00, #ee0979);

  color: #fff;
  border: none;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.tp-btn:hover {
  background: linear-gradient(135deg, #ee0979, #ff6a00);
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  color: #fff;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-fluid:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .highlighttext {
    font-size: 2rem;
  }
.tp-tour-area {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: rgb(245, 219, 134);  
  font-family: 'Outfit', sans-serif;
  
  background-image: 
    url('https://agasthiyamahasivanadijothidam.com/skin/frontend/img/new/home/bg-background-1.webp'), 
    url('https://agasthiyamahasivanadijothidam.com/skin/frontend/img/new/home/bg-background-2.webp');

  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: 60% 30%, 60% 30%;
}
  .tp-title {
    font-size: 1rem;
  }

  .tp-btn {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .col-md-3, .col-sm-6 {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .col-md-3, .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

