.committee {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1vw;
  padding: 1vw 6vw;
  padding-top: 0 !important;
}
.comittee-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: clamp(15px, 1vh, 1vh);
  padding: 1vw 6vw;
  padding-top: 1vw;
  padding-top: 22vh !important;
  margin-bottom: clamp(20px, 4vh, 4vh);
}
.comittee-content h2 {
  font-size: clamp(20px, 2vw, 2vw);
  font-weight: 600;
  color: var(--color-brown);
}
.comittee-content h4 {
  font-size: clamp(18px, 1.5vw, 1.5vw);
  font-weight: 500;
  color: var(--color-brown);
}
.comittee-content p,
.comittee-content li {
  font-size: clamp(15px, 1vw, 1vw);
  font-weight: 400;
  text-align: justify;
}
.comittee-content ol {
  margin-left: clamp(20px, 2vw, 2vw);
}
.committee > .row {
  height: 46%;
  display: flex;
  align-items: center;
  column-gap: 1vw;
}
.committee > .row h3 {
  font-size: 1.1vw;
  font-weight: normal;
}
.committee > .row p {
  font-size: 0.8vw;
  font-weight: normal;
  text-align: left;
}
.committee > .row:nth-child(1) {
  width: 53%;
}
.committee > .row:nth-child(2) {
  width: 92%;
  position: relative;
}
.committee > .row:nth-child(1) .column {
  width: 33.3%;
  display: flex;
  align-items: center;
  column-gap: 1vw;
  height: 100%;
}
.committee > .row:nth-child(1) .column .inner-column:nth-child(1) {
  width: 14%;
  height: 100%;
  background-color: #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.committee > .row:nth-child(1) .column .inner-column:nth-child(1) h3 {
  transform: rotate(-90deg);
  width: 16vw;
}
.committee > .row:nth-child(1) .column .inner-column:nth-child(2) {
  width: 90%;
  height: 100%;
}
.committee > .row:nth-child(1) .column .inner-column .image {
  width: 100%;
  height: 70%;
  margin-bottom: 1vh;
}
.committee > .row:nth-child(1) .column .inner-column .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.committee > .row:nth-child(1) .column .inner-column .content {
  width: 100%;
  height: 30%;
}
.committee > .row:nth-child(1) h3 {
  font-size: 1.2vw;
}
.committee > .row:nth-child(2) .column:nth-child(1) {
  width: 3%;
  height: 100%;
  background-color: #d9d9d9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.committee > .row:nth-child(2) .column:nth-child(1) h3 {
  transform: rotate(-90deg);
  width: 16vw;
}
.committee > .row:nth-child(2) .column {
  width: 30%;
  height: 100%;
}
.committee > .row:nth-child(2) .column .inner-column .image {
  width: 100%;
  height: 70%;
  margin-bottom: 1vh;
}
.committee > .row:nth-child(2) .column .inner-column .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.committee > .row:nth-child(2) .column .inner-column .content {
  width: 100%;
  height: 30%;
}
.mobile-section {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .sectionss.horizontalss {
    display: none !important;
  }
  .mobile-section {
    display: block !important;
  }
  .topbar {
    height: 40px;
  }
  .header {
    height: 60px;
  }
  .landing {
    height: 100px !important;
  }
  .topbar p {
    font-size: 14px !important;
  }
  .topbar-right-img p {
    display: none !important;
  }

  .topbar-right-img {
    padding: 6px !important;
    border-radius: 0 !important;
  }
  .header-main {
    z-index: 1 !important;
  }
  .comittee-content {
    padding-top: 25px !important;
  }
  .committee > .row:nth-child(1),
  .committee > .row {
    width: 100%;
    display: block;
  }
  .committee > .row:nth-child(1) .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .committee > .row:nth-child(1) .column .inner-column:nth-child(1) {
    height: 342px;
    align-self: baseline;
  }
  .committee > .row:nth-child(1) h3 {
    font-size: 20px;
  }
  .committee > .row:nth-child(1) .column .inner-column:nth-child(1) h3 {
    width: 50vw;
  }
  .committee > .row p {
    font-size: 14px;
  }
  .column-memeber-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #d9d9d9;
  }
  .column-memeber-mobile h4 {
    font-size: 20px;
    font-weight: normal;
    padding: 15px;
    background-color: #d9d9d9;
    text-align: center;
    width: 290px;
  }
  #committee-2nd-row {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: baseline;
    row-gap: 20px;
    margin-bottom: 20px;
  }
  #committee-2nd-row .column {
    width: 100%;
  }
  #committee-2nd-row .column .inner-column a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
  .committee > .row h3 {
    font-size: 20px;
  }
}
/* footer */
.footer {
  display: flex;
  width: 100%;
  column-gap: 3vw;
  justify-content: center;
  background: #f5f5f5;
  position: relative;
  padding: 5vw;
  padding-bottom: 5vw !important;
}
.footer > div {
  width: 25%;
  height: 100%;
}
.footer > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  row-gap: 5vh;
}
.footer > div:nth-child(1) img {
  width: 14vw;
}
.footer > div:nth-child(4) img {
  width: 100%;
  object-fit: cover;
}
.footer h3 {
  font-size: 1.9vw;
  font-weight: normal;
  color: var(--color-brown);
}
.footer h4 {
  font-size: 1.3vw;
  font-weight: normal;
  color: var(--color-brown);
}
.contact-us h4 {
  margin-bottom: 2vh;
}
.footer p {
  font-size: 1vw;
  font-weight: normal;
}
.heading-foot {
  margin-bottom: 2vh;
}
.heading-foot span {
  display: flex;
  align-items: center;
  column-gap: 1vw;
}
.address-row {
  display: flex;
  flex-direction: column;
  row-gap: 5vh;
}
.address-row img {
  width: 1.5vw;
}
.address-row p {
  margin-left: 2.6vw;
}
.social-links {
  display: flex;
  align-items: center;
  column-gap: 1vw;
}
.social-links a:nth-child(1) img,
.social-links a:nth-child(2) img {
  width: 2vw !important;
}
.social-links a:nth-child(3) img {
  width: 1.5vw !important;
}
.social-links a:nth-child(4) img {
  width: 1.9vw !important;
}
/* form-code */
.form-group input,
.form-group select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

.form-group input[type="tel"] {
  border-right: none;
}

.form-group input[type="tel"]::after {
  content: "+91";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.form-group select {
  width: calc(50% - 5px);
  margin-right: 5px;
}

.form-group select:last-child {
  margin-right: 0;
}

.form-group button {
  width: 100%;
  padding: 10px;
  background-color: #edc77c;
  color: var(--color-brown);
  border: none;
  cursor: pointer;
}

.form-group button:hover {
  background-color: #fff;
}
.form-group {
  margin-bottom: 10px;
}
.footer-row .form-group:last-child {
  margin-bottom: 0;
}
.footer .footer-row:nth-child(4) {
  background-color: #661414;
  padding: 1vw 2vw;
}
.footer .footer-row:nth-child(4) h3 {
  color: #fff;
  margin-bottom: 1.5vh;
  font-size: 1.5vw;
}
.foot-bottom {
  position: absolute;
  bottom: 2vh;
  display: flex;
  column-gap: 2vw;
  align-items: center;
}
.foot-bottom a {
  font-size: 1vw;
  font-weight: normal;
  border-right: solid 1px #828282;
  padding-right: 2vw;
}
.foot-bottom a:last-child {
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1101px) {
  #committee-2nd-row .column .inner-column .content {
    width: 50% !important;
  }
  .committee > .row:nth-child(1) .column .inner-column:nth-child(1) {
    height: 660px !important;
  }
}
