/* 🔥 Bounce Animation */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
  
 
}


@media screen and (min-width: 1499px) {
   .services-item-hover .services-item{
       padding:40px 0px;
   }
   .services-title {
    margin-top: 30px;
}
}


@media screen and (max-width: 1199px) {
    .navbar .nav-item-hover {
    margin: 0px 12px;
    }
    .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;
    
}
}


@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;
}
body{
    padding-top: 68px;
}
.navbar {
    background-color: #F8F8EE;
    border: 0;
}
    .navbar .nav-item-hover {
        margin: 0;
        ;
    }
    .navbar .nav-item .nav-link{
        padding: 10px 0px;
        display: block;
    }
    .navbar-nav{
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px solid #781f1d36;
    }

    .navbar.about-nav{
        background: #660000;
        
    }
     .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: 23px;
}
.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: #781f1d;
  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: #781f1d;
}

/* 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: 17px;
}
.article-img-3 {
    
    height: 200px;
}
.about-nav .navbar-toggler .line{
    background-color: #fff;
}
 .social_icon a{
      margin-top: 4px;
  }
.subscribe-blog {
   
    margin-top: 25px;
}
.abouthonor-img::before {
    
    width: 70px;
    height: 70px;
  
    top: -14px;
 }
  
}




@media (max-width: 767px) {
    .hero-content {
        padding-bottom: 0;
        width: 90%;
        margin: auto;
    }
    .hero-section img{
        height: auto !important;
        object-fit: cover;
    }
    p{
        font-size: 16px;
    }
    .pad90{
        padding: 45px 0px;
    }
    .about-section .about-content-wrap {
    position: relative;
    z-index:1;
    
    }
    .about-section-1{
        background: #f9f7ee !important;
    }
    .about-section-1 .about-content-wrap{
        padding: 180px 0px;
        
    }
    .about-section-1 .bganime::after{
        content:none;
    }
    .about-section-1 .bganime video{
        transform: scale(1);
    }
    .about-section-1 .bganime{
        z-index: 0;
        bottom: -105px;
    }
    .about-section .video1{
       /*position: absolute;*/
       /* top: 27px;*/
        
       /* right: 0;*/
       /* left: 0;*/
       /* margin: auto;*/
       /* height: auto !important;*/
       display: none;
    }
    .abouthonor .row{
        flex-direction: column-reverse;
    }
        .abouthonor-img {
        padding: 36px 38px;
    }
    .abouthonor-img{
        margin-bottom: 30px;
    }
    .h1{
        margin-bottom: 40px;
    }
    .why-choose-icon {
        width: 70px;
        height: 55px;
    }
        .why-choose-title h3 {
        font-size: 20px;
    }
   .why-choose-item .vas-btn span {
   
    padding: 13px 20px 10px;
    }
.service-content .vas-btn span {
    padding: 13px 20px 10px;
}
    .vas-btn {
   
    font-size: 12px;
    line-height: 13px;
    
}
.why-choose-title {
    margin: 20px 0 15px;
}
.mtr{
    margin-top: 35px;
}
.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 {
    width: 100%;
    margin-bottom: 25px;
}
.ft-item-email {
    margin-top: 20px;
}
.contact-item:last-child{
    margin: auto;
    margin-top: 30px;
    width: 100%;
        display: flex;
        flex-wrap: wrap;
}
.contact-item:last-child .ftr-text{
        width: 33.33%;
}
.vatuniti-marquee-content {
  
    flex-direction: column;
}
.vatuniti-marquee {
    
    margin-top: 30px;
   
}
.marquee {
    width: 100%;
    height: 68px;
}
.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: #660000;
border-radius: 10px;
margin-top: -10px !important;
backdrop-filter: blur(0px);
    }

/*  */
.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;
        gap: 14px;
    }
    .articles-3{
        padding: 14px 4px 0px;
    }
    .article-content {
    padding: 25px;
    }
    .aticles-box-2 {
    margin-top: 35px;
}
.btn_submit{
    position: relative !important;
    padding: 12px 30px;
    margin-top: 6px;
}
.subscribe-blog{
    text-align: center;
}
.subscribe-hd {
    font-size: 22px;
    text-align: center;
  }
  .subs-para {
    text-align: center;
    margin-bottom: 20px;
  }
  .subscribe-blog .form-control {
    padding-right: 20px;
  }
  .mt30 {
    margin-top: 15px;
}
/*.hero-section .container {*/
    
/*    background-image: linear-gradient(to right, #ffffff, transparent);*/
/*}*/
.vas-btn span{
    padding: 14px 34px 12px;
}
.submitbtn span{
   padding: 13px 34px 12px;
}
.articles-3 .vas-btn span {
    
    padding: 0;
}
.agree input:checked::after {
   
    top: 0px;
    font-size: 9px;
    
}
    .h1 {
        font-size: 30px;
        line-height: 37px;
    }
    .hero-section-home .container{
        position: relative;
    background: #f3f2e5;
    padding: 40px 24px;
    text-align: center;
            overflow: hidden;
    }
    .about-section-1 .bganime1{
        bottom: unset;
        top: -105px;
        transform: rotate(180deg);
    }
        .abouthonor-img::before {
        width: 55px;
        height: 55px;
       
    }
    .tctop{
        padding-top: 80px;
    }
    .navbar-brand img {
    width: 185px;
}
.bganime video, .bganime::after{
    transform: scale(1.5);
}
.services-item-hover .services-item{
    padding: 60px 0px;
}
.services-title {
    margin-top: 25px;
    padding: 0px 35px;
}
.services-item-hover1 .services-icon {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 340px){
    .services-item-hover1 .services-icon {
        width: 210px;
        height: 210px;
    }
}
