.banner-text {
  text-shadow: 2px 2px 4px rgba(252, 249, 249, 0.7); 
  margin-top: 180px;
  margin-left: 350px;
  font-style: italic;
}

.fixed-banner {
  width: 100%;          
  max-width: 1440px;
  height: 465px;
  overflow: hidden;
  margin: 0 auto;       
}

.fixed-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: -1;
}



.navbar-nav .nav-link {
  color: white !important;  
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffeb3b !important;  
  text-decoration: underline;
}

.navbar-nav .divider {
  color: white;
  padding: 0 0.5rem;
}

h1 {
 color: #005bac !important;
}

h4 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold !important;
}

p1 {
 font-style: italic;
}

.logo{
  height: 40px; 
  width: 150px;
  border-radius: 2px;
}

.thumbnal {
  height: 170px;
  width: 300px;
  border-radius: 2px;
  border: 1px solid #005bac;
  object-fit: cover;
  display: block;
}

.thumbnail-wrapper {
  position: relative;
  width: 300px;
  height: 170px;
  margin: 0 auto;
  cursor: pointer;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 91, 172, 0.5); 
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.read-more-text {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.thumbnail-wrapper:hover .overlay {
  opacity: 1;
}


.image-row-fixed {
  display: flex;
  gap: 1px;          
  overflow: visible; 
  position: relative; 
}

.image-row-fixed img {
  display: block;  
  margin: 0;       
  padding: 0;     
  object-fit: cover;
}


.sumo-img {
  width: 250px;
  height: 250px;
}

.rain-img {
  width: 250px;
  height: 250px;
  filter: blur(1px);
}

.stadium-img {
  width: 400px;
  height: 250px;
}

.employees-img {
  width: 350px;
  height: 250px;
  filter: blur(0.5px);
}

.image-row-fixed img {
  display: block;
  margin: 0;
  padding: 0;
  object-fit: cover;
  transition: transform 0.3s ease, z-index 0.3s ease;
  position: relative; 
  z-index: 1;         
}

.image-row-fixed img:hover {
  transform: scale(1.05);
  z-index: 10;        
}

.tokyo-image{
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.travel-image
{
  height: 150px;
  width: 220px;
  padding: 8px 0 0 5px;
  border-radius: 5px;
  object-fit: cover;
   transition: transform 0.5s ease;
  transform-origin: left center; 
}

.travel-image:hover {
  transform: scale(1.1); 
  z-index: 10;
  position: relative;
}


.timeline-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}

.timeline-item .time {
  position: absolute;
  left: 0;
  top: 18px;
  font-weight: bold;
  width: 50px;
}

.contact
{
  height: 280px;
  width: 230px;
  margin-top: 30px;
  margin-left: 157px;
  border-radius: 5px;
  border: 5px solid #005bac;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.contact:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  transform: scale(1.02);
  transition: 0.3s;
}

.name
{
  margin-top: 10px;
  text-align: center;
}

.office
{
  margin-top: 10px;
  text-align: center;
}

.map{
  width: 100%;
   height: 400px;
   border-radius: 5px;
  border: 1px solid #005bac;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.contact-us{
    margin-top: 200px;
  text-decoration: none !important;
   color: #005bac !important; 
}
.contact-us:hover{
color: #66ccff !important;
    
}
.privay{
    color: #005bac !important;
    font-weight: bold;
}
.privay:hover{
    color: #66ccff !important;
}


.privacy-banner {
  width: 100%;          
  max-width: 1440px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;       
}

.privacy-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.privacy-banner-text {
  text-shadow: 2px 2px 4px rgba(100, 249, 249, 0.7); 
  margin-top: 10px;
  margin-left: 680px;
  text-transform: uppercase;
  font-size: 60px;
   font-family: "Times New Roman", Times, serif;
}

.custom-table {
  margin: 20px auto; 
  border: 3px solid #00aee6;
  border-collapse: collapse;
  width: 60%;
}

.custom-table td {
  border: 1px solid #cceeff;
  padding: 20px;
  vertical-align: top;
  color: #555;
}

.custom-table a {
  color: #00aee6;
  text-decoration: none;
}

.custom-table a:hover {
  text-decoration: underline;
}
.reg{
    font-size: 14px;
    font-weight:bold;
    color:#666666;
}