Image for desktop and tablets Image for mobile

Luxury Customized Tour Packages


Filters

All Trips

Filter

function ao_recognition_logos_shortcode() { // Edit this array to add, remove, or update logos — // no need to touch the page template again. $logos = array( array('src' => 'https://aoexperiences.com/wp-content/uploads/2024/05/one.png', 'alt' => 'Discovery Channel', 'height' => '40px'), array('src' => 'https://aoexperiences.com/wp-content/uploads/2024/05/two.png', 'alt' => 'National Geographic', 'height' => '40px'), array('src' => 'https://aoexperiences.com/wp-content/uploads/2024/05/three.png', 'alt' => 'Forbes', 'height' => '34px'), array('src' => 'https://aoexperiences.com/wp-content/uploads/2024/05/four.png', 'alt' => 'Lonely Planet', 'height' => '40px'), array('src' => 'https://aoexperiences.com/wp-content/uploads/2024/05/five.png', 'alt' => 'Travel + Leisure', 'height' => '34px'), array('src' => 'https://aoexperiences.com/wp-content/uploads/2024/05/six.png', 'alt' => 'Outlook Traveller', 'height' => '34px'), array('src' => 'https://aoexperiences.com/wp-content/uploads/2024/05/seven.png', 'alt' => 'ET Now', 'height' => '34px'), array('src' => 'https://aoexperiences.com/wp-content/uploads/2024/05/eight.png', 'alt' => 'The Economic Times', 'height' => '24px'), array('src' => 'https://aoexperiences.com/wp-content/uploads/2024/05/nine.png', 'alt' => 'Forbes Life', 'height' => '34px'), ); ob_start(); ?>
.ao-logo-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:26px 18px; margin-top:22px; } .ao-logo-grid .ao-logo{ display:flex; align-items:center; justify-content:center; height:46px; } .ao-logo-grid .ao-logo img{ max-width:100%; width:auto; object-fit:contain; opacity:0.85; transition:opacity 0.2s ease; } .ao-logo-grid .ao-logo img:hover{ opacity:1; } @media (max-width: 768px){ .ao-logo-grid{ grid-template-columns:repeat(2, 1fr); } } @media (max-width: 480px){ .ao-logo-grid{ grid-template-columns:1fr 1fr; } }