/**
 * Theme Name: myuniadvisor
 * Template: twentytwentyfour
 * Description: Custom theme for myuniadvisor.ae website built using Wordpress and hosted through Hostinger. A child theme of Wordpress theme TwentyTwentyFour.
 * Author: Aishwarya George
 * Version: 1.0.1
 */
 
#filters button {
    background-color: #E6C36B;
}

.wp-block-post-excerpt__excerpt {
    white-space: pre-line;
}

.my-custom-background {
  background-image: url('https://myuniadvisor.ae/wp-content/uploads/2026/07/cover-480w.webp');
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .my-custom-background {
    background-image: url('https://myuniadvisor.ae/wp-content/uploads/2026/07/mobile-hero-480w.webp');
    background-position: center 10%;
    min-height: 65vh; 
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .my-custom-background {
    background-image: url('https://myuniadvisor.ae/wp-content/uploads/2026/07/mobile-hero-768w.webp');
  }
}

@media (min-width: 1200px) {
  .my-custom-background {
    background-image: url('https://myuniadvisor.ae/wp-content/uploads/2026/07/cover-1600w.webp');
  }
}

@media (min-width: 1920px) {
  .my-custom-background {
    background-image: url('https://myuniadvisor.ae/wp-content/uploads/2026/07/cover-2400w.webp');
  }
}