
/* 🔥 Bounce Animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@media screen and (max-width: 1199px) {
    .navbar .nav-item .nav-link{
        font-size: 11px;
    }
    .navbar .nav-item-hover {
    margin: 0px 9px;
    }
    .nav-item-hover-phone {
    padding-left: 12px;
    }
    .h1 {
    font-size: 45px;
    line-height: 55px;
    }
    .abouthonor p br{
        display: none !important;
    }
    .why-choose-icon {
    width: 120px;
    height: 100px;
    
}
.thumb-content {
    font-size: 6rem;}
}


@media (max-width: 1025px) {
    .hero-section.vh-100 {
    height: auto !important;
}
.services-item-hover1 .services-icon {
    width: 160px;
    height: 160px;
}

}

@media (max-width: 991px) {
    .h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .btn40 {
    margin-top: 25px;
}
.hero-section .h1 {
    margin-bottom: 15px;
}
.abouthonor-img {
    padding: 45px 35px;
}
.why-choose-title h3 {
    
    font-size: 18px;
   
}
    .why-choose-icon {
        width: 100px;
        height: 80px;
    }
    .footer-menu ul li {
    margin: 0px 15px;
}

.navbar {
    
    border: 0;
}
    .navbar .nav-item-hover {
        margin: 0;
        ;
    }
    .navbar .nav-item .nav-link{
        padding: 10px 0px;
        display: block;
        font-size: 20px;
    }
    .navbar-nav{
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #781f1d36;
    }

    .navbar.about-nav{
        background: #0a192f;
        
    }
     .navbar.about-nav  .navbar-nav{
       border-top: 1px solid #781f1d;
        
    }
    .nav-item-hover-phone{
        display: none;
    }
   .phone-number-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #781F1D;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.3); */
  animation: bounce 1.8s ease-in-out infinite;
}

.hero-content{
    padding-bottom: 70px;
}
.navbar-toggler {
  position: relative;
  width: 36px;
  height: 28px;
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.navbar-toggler .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.4s ease;
}

/* === When open (Bootstrap toggles aria-expanded) === */
.navbar-toggler[aria-expanded="true"] .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

.navbar-toggler[aria-expanded="true"] .line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -7px);
}

/* Reset when closed */
.navbar-toggler[aria-expanded="false"] .line {
  transform: none;
  opacity: 1;
}

/* Optional hover effect */
.navbar-toggler:hover .line {
  background-color: #fff;
}

/* Remove Bootstrap’s default focus outline */
.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.pad90{
        padding: 60px 0px;
    }
.about-section-1 video{
    height: 350px !important;
}
.philosophy-logo {
    width: 62px;
    height: 57px;
}
.personal-philosophy-content {
    width: 500px;
    padding: 26px;
}
.personal-philosophy-content .h1{
    margin-bottom: 40px;
}
.why-choose-item-number {
    
    font-size: 44px;
    
    margin-bottom: 10px;
}
.why-choose-item-0 .why-choose-item-upper{
    padding: 18px;
}
.why-choose-item-0 .why-choose-item-upper{
    height: 77%;
}
.servicebox .h1 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 44px;
}
.articles-3 {
  
    flex-direction: column;
    gap: 0px;
}
.articles-3 .article-title-3{
    margin-top:0 !important;

}
.article-img-3 {
    
    height: 200px;
}
.testimonial-box {
    background-color: #ffffff;
    padding: 20px 20px;
}
}

@media (max-width: 767px) {
    .section-pad {
    padding: 40px 0;
}
    br{
        display: none;
    }
    .hero h1 {
    color: white;
    font-size: 2rem;
    }
    .section-title {
    font-size: 2rem;
    }
    .hero-content {
        padding-bottom: 0;
    }
    .hero-section img{
        height: 550px !important;
        object-fit: cover;
    }
    
    .btn-outline-gold{
        margin-top: 20px;
    }
    p{
        font-size: 16px;
    }
    .pad90{
        padding: 45px 0px;
    }
    .about-section .about-content-wrap {
    position: static;
    }
    .about-section video{
       position: absolute;
        top: 27px;
        
        right: 0;
        left: 0;
        margin: auto;
        height: auto !important;
    }
    .abouthonor .row{
        flex-direction: column-reverse;
    }
        .abouthonor-img {
        padding: 0 20px;
    }
    .abouthonor-img{
        margin-bottom: 30px;
    }
    .h1{
        margin-bottom: 40px;
    }
    .why-choose-icon {
        width: 70px;
        height: 55px;
    }
        .why-choose-title h3 {
        font-size: 16px;
    }
   .why-choose-item .vas-btn span {
   
    padding: 10px 20px;
    }

    .vas-btn {
   
    font-size: 12px;
    line-height: 13px;
    
}
.why-choose-title {
    margin: 20px 0 15px;
}

.form-group .col-md-6 {
    margin-bottom: 12px;
}
.footer-menu ul{
    flex-wrap: wrap;
}
.footer-menu ul li {
    padding: 10px 0px;
    width: 50%;
    margin: 0;
}

.footerlogo {
    width: 60%;
}
.footerlogo img{
    width: 100% !important;
}
footer {
    padding-top: 45px;
    padding-bottom: 32px;
}
.footer-menu {
    margin: 45px 0px 30px;
}
.contact-details{
flex-wrap: wrap;
}
.contact-item {
    width: 45%;
}
.ftr-title {
    
    margin-bottom: 25px;
}
.ft-item-email {
    margin-top: 20px;
}
.contact-item:last-child{
    margin: auto;
    margin-top: 30px;
}
.vatuniti-marquee-content {
  gap: 10px;
    flex-direction: column;
}
.vatuniti-marquee {
    
    margin-top: 30px;
   
}
.marquee {
   width: 100%;
        height: 26px;
        font-size: 23px;
}
.container{
    padding: 0 24px;
}
    .personal-philosophy-content {
       width: 100%;
        padding: 30px;
        position: static !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: #0a192f;
border-radius: 10px;
    }

/*  */
.service-box{
    flex-direction: column;
}
.service-icon{
    width: 100%;
}
.service-content{
    width: 100%;
    padding: 20px 0px;
}
.topspace {
    margin-top: 30px;
}
.why2{
    display: flex;
    flex-direction: column-reverse;

}
.mt20 {
    margin-top: 0px;
}
.why-choose-item-1{
    margin-top: 12px !important;
}
.why-choose-item-title {
    
    font-size: 16px;
}
.why-choose-item-desc{
    font-size: 16px;
}
.aticles-box-2 .col-md-4{
    margin-bottom: 24px;
}
    .articles-3 {
       flex-direction: row;
      
    }
    .articles-3{
        padding: 14px 4px 0px;
    }
    .article-content {
    padding: 25px;
    }
    .aticles-box-2 {
    margin-top: 35px;
}
.Copyright{
    text-align: center;
}
    .thumb-content {
        font-size: 3.5rem;
    }
    .navbar-brand svg{
        width: 200px;
    }
    .h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .ftr-text a#email{
        font-size: 10px;
    }
}
