 

 .site-logo img{
        width: 40vh;
 }

.logo img{
   width: 92%;
}


 .about-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
   
}

.feature-item i {
  color: #780001; /* icon color */
  font-size: 18px;
}

.feature-item span {
  color: #780001; 
  font-size: 16px;                    
    font-weight: 600; 
}




@media only screen and (max-width: 767px) {

   .about5-section-area .about-images-area .about-widget-img2 img {
     
    width: auto; }
   .faqqa img {
    margin-left: 0px;
    width:  auto;
}
.chosse1 .counter-boxs {
   
    margin-top: 25px;
    margin-left: 60px;
}
.about5-section-area .about-images-area {
   margin-top: -60px;
}

.space60 {
    height: 15px;
  }
  .readd {
    text-align: center;
    margin-bottom: 20px;
}

.theme-btn6 { 
 font-size: 14px;
 line-height: 15px; 
}


.chosse1 .counter-boxs {
  margin-top: 25px;
  margin-left: 0px;
}

.chosse1 .counter-boxs .counter-box{ 
    padding: 30px;
    width: 100% 
}


.chosse1 .counter-boxs .counter-box h1 { 
  font-size: 60px;
}

sub, sup { 
  font-size: .60em;  
}

 
.team-details-section .team-details-area .maimagolf img {
  margin-top: 0px;
}




.team-details-section .team-details-area .team-content h3 { 
  font-size: 20px;   
}

.weight-buttons span 
 { 
  padding: 5px 12px;  
}
.team-details-section .team-details-area .recovvt img {
    margin-top: 0px;
}


.inner-header-section {
  padding: 163px 0 65px;
}

.team-details-section .team-details-area .toniccc img {
  margin-top: 0px;
}


 
.mobile-nav .new-product-tag  {
  padding: 5px 15px;
  font-size: 12px;
  margin-left: 45px;
}

  .rumlto{
    display: flex ;
      
    flex-direction: column;
  }

.riskkd {

    padding: 20px 20px;
     
}

.methis1  
 {
     
    padding: 0px;
}


.choose2 {
    padding-bottom: 10px;
    
}
.footer5 {
    padding: 40px 0px 50px 0px;
}




.footer-bottom5 .copyright { 
    line-height: 22px;  
}
.about5-section-area .about-images-area .about-widget-img2
 
 {
    position: relative;
    bottom: 0px;
     
}
.about5-section-area .about-images-area .experiance-text {
  
    top: -29px;
    right: -14px; 
    padding: 9px 11px;
    width: 163px;
     
}


.team-details-section .team-details-area .team-contenttent {
    padding: 0 0 0 0px;
}

.team-details-section .team-details-area .team-contenttent h3 {
     
    margin-top: 15px;
}




}











 
.composition-listtt li {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;  
} 


 .subscript {
    font-size: 70%;          
  position: relative;
  top: 3px;
}


.composition-list { 
  font-size: 16px;
}


.dot-line {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}


.dot-line span {
  white-space: nowrap;
}

.dots {
  flex-grow: 1;
  border-bottom: 2px dotted #888;
  height: 2px;
  margin: 0 10px;
}











 

.hero5-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.hero5-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
  padding: 258px 0 100px;
}

.hero5-slide.active {
  opacity: 1;
  z-index: 2;
}
 

 
 .team-content h1{
font-family: "Crimson Text", serif;
 }

  


 

.card {
 --bs-card-border-width: 0px;
}

 .requeb{
      padding: 7px 40px 6px 40px;
 }

 .new-product-tag {
   background: #f68420;
    color: white;
    font-size: 10px;
    padding: 0px 15px;
    border-radius: 3px;
    margin-left: 35px;
    font-weight: bold;
    animation: blink 1s infinite;
}
@keyframes blink {
  0%, 50% { opacity: 1; }
  51%, 100% { opacity: 0; }
}

 

  .didts h4{
      color: #1A1E25;
    font-family: "Crimson Text", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    
}
  .service2 .service2-box:hover .didts h4 {
    color: #fff;
    transition: all 0.4s 
ease-in-out;
}
  .service2 .service2-box:hover .didts h5 {
    color: #fff;
    transition: all 0.4s 
ease-in-out;
}


  .didts h5{
     color: #1A1E25;
    font-family: "Crimson Text", serif; 
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
     
}


/* Hide nested small-dropdown by default */
.small-dropdown .small-dropdown {
  display: none;
  padding-left: 15px;
}

/* Show nested menu on hover (desktop) */
.small-dropdown li:hover > .small-dropdown {
  display: block;
}

/* Adjust arrow and spacing */
.main-small-menu > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 