.nav-logo img {
    width: 75px;
    height: 75px;
}
.fixed-header-custom {
    position: fixed;
    opacity: 1;
    visibility: visible;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #122243;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    transition: all 500msease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500msease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

/* Hide the default Google Translate widget */
#google_translate_element {
    display: none;
}

/* Style for custom buttons */
.language-button {
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
}

.language-button:hover {
    background-color: #0056b3;
}
.owl-buttons-none .owl-prev, .owl-buttons-none .owl-next {
    display: none !important;
}


.home-heading {
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
}

.home-subheading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.whatsapp-icon-container {
    position: fixed;
    bottom: 4%;
    right: 8%;
    z-index: 100;
}
.whatsapp-icon-container img {
    width: 75px;
}
.contact-heading {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 40px;
}
.register-interest {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 9;
}
.modal {
    z-index: 1000;
}
.modal-backdrop.fade.show {
    z-index: 0;
}

.vertical-text {
    writing-mode: vertical-rl; 
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}

button.vertical-text {
    background : #192e5c;
}
img.qr-code {
    width: 275px;
}
.about-imgUnderImg {
    width: 550px;
    height: 445px;
}

/* Additional CSS to hide Google elements */
.goog-te-banner-frame, .skiptranslate:not(meta) {
    display: none !important;
  }
  body {
    top: 0px !important;
  }

  /* Make sure the language buttons stay visible */
  .language-buttons {
    display: inline-block !important;
    position: fixed;
    bottom: 1%;
    left: 1%;
    background: #3ea462;
    /* padding: 5px 5px; */
    z-index: 999;
    border-radius: 5px;
  }
  .language-buttons button, .language-buttons a {
    color: white;
    padding: 5px 10px;
  }
  .language-buttons button:hover, .language-buttons a:hover {
    background-color: #d9aa2f;
    transition: all 500ms ease;
  }
  .br-l-5 {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .br-r-5 {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .object-fit-cover {
    object-fit: cover;
  }

  .feature-block-one .inner-box .image-box img {
    object-fit: cover;
    height: 400px;
}

.project-details-content .image-box img {
    height: 600px;
    object-fit: cover;
}

.homePage-contact-image {
    height: 525px;
}

@media only screen and (max-width: 1200px) {
    .header-style-one {
        background: #122243;
    }
}