  
    /* OUR TEAM SECTION */
.our-team-section{
  background:#fff;
}

/* TITLE */
.team-title{
  font-family:'Montserrat', sans-serif;
  font-weight:800;
  color:#d71920;
  text-transform:uppercase;
  letter-spacing:1px;
}

/* LINE */
.team-line{
  width:90px;
  height:3px;
  background:#d71920;
  margin-top:10px;
}

/* TEAM CARD */
.team-member{
  padding:25px 20px;
}

/* IMAGE */
.team-img{
  width:300px;
  height:300px;
  object-fit:cover;
  border-radius:50%;
  margin-bottom:18px;
  border:4px solid #eee;
}

/* NAME */
.member-name{
  font-family:'Montserrat', sans-serif;
  font-weight:700;
  margin-bottom:2px;
}

/* ROLE */
.member-role{
  display:block;
  font-family:'Inter', sans-serif;
  font-size:14px;
  color:#888;
  margin-bottom:12px;
}

/* DESCRIPTION */
.member-desc{
  font-family:'Inter', sans-serif;
  font-size:15px;
  line-height:1.7;
  color:#444;
  max-width:95%;
  margin:0 auto;
}

/* MOBILE */
@media(max-width:768px){
  .team-img{
    width:250px;
    height:250px;
  }

  .member-desc{
    font-size:14.5px;
  }
}





/* icon css */
   
.social-section {
    padding: 90px 0;
    font-family: 'Poppins', sans-serif;
}

.social-line {
    height: 2px;
    background: #e60000;
}

.social-title {
    color: #e60000;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* ICONS */
.social-icons a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.facebook { background: #1877f2; }
.instagram { background: #e1306c; }
.youtube { background: #ff0000; }

/* 📱 MOBILE */
@media (max-width: 576px) {
    .social-title {
        font-size: 20px;
    }
    .social-line {
        width: 70px !important;
    }
}

/* 🖥 DESKTOP */
@media (min-width: 992px) {
    .social-line {
        width: 420px !important; /* 👈 DESKTOP PE BADI LINE */
    }
}
@media (max-width: 768px) {
    .logo img {
        max-width: 200px;
        margin-left: -53px;
    }
}


/* MOBILE MENU LINKS */
.offcanvas a,
.offcanvas-body a{
  text-decoration: none !important;
}

/* Hover par bhi underline na aaye */
.offcanvas a:hover,
.offcanvas-body a:hover{
  text-decoration: none !important;
}
