/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i");
@import url("https://fonts.googleapis.com/css?family=Roboto:400");
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
body {
  color: #777777;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.667; }

/* =================================== */
/*  Typography 
/* =================================== */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  color: #222222;
  font-weight: 700; }

h1,
.h1 {
  font-size: 70px;
  font-weight: 700; }

h2,
.h2 {
  font-family: 'Dancing Script';
  font-size: 2em;
  text-shadow: 1px 1px 1px #ddd;
  font-size: 32px;
  font-weight: 700; }
  @media (min-width: 600px) {
    h2,
    .h2 {
      font-size: 42px; } }

a {
  display: inline-block; }

button {
  cursor: pointer; }

.logo{
  
  /*color: #<color-code>; Replace with your desired text color*/
  font-family: 'Dancing Script', cursive; /* Example font, choose a suitable font */
  font-size: 2em; /* Increase font size */
  text-shadow: 1px 1px 1px #ddd; /* Add subtle text shadow */
  /*text-align: center; Center align the text*/
  
}

.logo img{
  width: 100px;
  height: 80px;
}
.button {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  transition: all .3s ease;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff; }
  .button--active {
    padding: 10px 32px !important;
    background: #cca772; }
  .button:focus {
    outline: 0;
    box-shadow: none; }

.owl-carousel .owl-dots button:focus {
  box-shadow: none !important;
  outline: 0; }

.section-margin {
  margin: 60px 0; }
  @media (min-width: 1000px) {
    .section-margin {
      margin: 130px 0; } }
  .section-margin--small {
    margin: 100%; }
    @media (min-width: 1000px) {
      .section-margin--small {
        margin: 115px 0; } }

.section-padding {
  padding: 60px 0; }
  @media (min-width: 1000px) {
    .section-padding {
      padding: 130px 0; } }

.bg-porcelain {
  background: #f7f9f9; }

.nice-select {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-color: #ECECEC;
  color: #999999;
  padding-top: 4px; }
  .nice-select::after {
    right: 16px; }
  .nice-select .list {
    min-width: 200px; }

.pb-20px {
  padding-bottom: 20px; }

.pb-80px {
  padding-bottom: 40px; }
  @media (min-width: 1000px) {
    .pb-80px {
      padding-bottom: 80px; } }

.mb-30px {
  margin-bottom: 30px; }

.py-80px {
  padding-top: 80px;
  padding-bottom: 80px; }

@media (min-width: 1200px) {
  .row > .gutters-19 {
    padding-right: 9.5px;
    padding-left: 9.5px; } }

.header_area {
  position: relative;
  width: 100%;
  z-index: 999999;
  background: #fff;
  transition: background 0.4s, all 0.3s linear; }
  .header_area .navbar {
    background: transparent;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
    @media (max-width: 992px) {
      .header_area .navbar {
        box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.1); } }
    .header_area .navbar .nav .nav-item {
      margin-right: 45px; }
      .header_area .navbar .nav .nav-item .nav-link {
        font-family: "Playfair Display", serif;
        text-transform: uppercase;
        color: #222222;
        padding: 22px 4px 22px 0;
        display: inline-block; }
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
        @media (max-width: 991px) {
          .header_area .navbar .nav .nav-item .nav-link {
            color: #222222;
            padding: 12px 4px 12px 0; } }
      .header_area .navbar .nav .nav-item.active .nav-link {
        color: #e38d14;
        background-color: #000; }
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 120%;
              left: 0px;
              min-width: 250px;
              text-align: left;
              opacity: 0;
              transition: all 300ms ease-in;
              visibility: hidden;
              display: block;
              border: none;
              padding: 0px;
              border-radius: 0px; } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            transition: all 400ms linear; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            transition: all 0.4s linear; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
              color: #cca772; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              padding: 0px 30px;
              transition: all 150ms linear;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              color: #cca772; 
              background: #000;}
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1;
            top: 100%; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
    .header_area .navbar .primary-btn {
      border: 1px solid #ffffff;
      padding: 7px 28px;
      color: #ffffff;
      letter-spacing: 1px;
      font-weight: 500;
      margin-top: 20px; }
      @media (max-width: 991px) {
        .header_area .navbar .primary-btn {
          display: none; } }
    .header_area .navbar .search {
      background: transparent;
      border: 0px;
      font-size: 12px;
      line-height: 60px;
      display: inline-block;
      color: #ffffff;
      padding-left: 30px;
      cursor: pointer; }
      @media (max-width: 991px) {
        .header_area .navbar .search {
          color: #ffffff; } }
      .header_area .navbar .search i {
        font-weight: 600; }
  .header_area.navbar_fixed .main_menu {
    background: #fff;
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1); }
    .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
      line-height: 30px; }
    .header_area.navbar_fixed .main_menu .navbar .primary-btn {
      margin-top: 15px; }

#search_input_box {
  text-align: center;
  padding: 5px 20px;
  position: fixed;
  width: 100%; }
  #search_input_box .form-control {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 0; }
    #search_input_box .form-control:focus {
      box-shadow: none;
      outline: none; }
  #search_input_box input.placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input:-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input::-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0; }
  #search_input_box .lnr-cross {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 3px; }

@media (max-width: 991px) {
  /* Main Menu Area css
	============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-left: 10px;
    margin-bottom: 23px; }
    .navbar-toggler:focus {
      outline: 0;
      box-shadow: none; }
  .header_area {
    position: absolute; }
  .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
    opacity: 1; }
  .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0; }
  .navbar-toggler[aria-expanded="true"] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px; }
  .navbar-toggler[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative; }
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #cca772;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer; }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px; }
  .nav {
    padding: 0px 0px; }
  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 117px; }
  .header_top .nav {
    padding: 0px; }
  .header_area .navbar .nav .nav-item .nav-link {
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px; }
  .header_area .navbar .search {
    margin-left: 0px; }
  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll; }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px; }
  .header_area .navbar .nav .nav-item {
    margin-right: 0px; }
  .header_area + section,
  .header_area + row,
  .header_area + div {
    margin-top: 0; }
  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px; }
  /* End Main Menu Area css*/ }

.header-top {
  top: 0%;
  padding: 17px 0;
  border-bottom: 1px solid #F0F0F0; }
  @media (min-width: 767px) {
    .header-top {
      padding: 27px 0; } }
  .header-top .logo {
    display: inline-block; }
  @media (max-width: 767px) {
    .header-top-info {
      margin-bottom: 12px; } }
  .header-top-info:last-child {
    margin-bottom: 0; }
  .header-top-info__icon {
    margin-right: 12px; }
    .header-top-info__icon i, .header-top-info__icon span {
      font-size: 22px;
      color: #cca772; }
  .header-top-info .media-body p {
    margin-bottom: 0; }
  .header-top-info .media-body a {
    color: #303030;
    font-weight: bold; }
  .header-top-info:not(:last-child) {
    margin-right: 10px; }
    @media (min-width: 600px) {
      .header-top-info:not(:last-child) {
        margin-right: 50px; } }

/* General Footer Styling */
.footer-area {
  bottom: 0;
  padding: 120px 0;
  background: #0b1a2a;
}
@media (max-width: 991px) {
  .footer-area {
      padding: 60px 0;
      background: #222222;
  }
}

/* Footer Widgets */
.footer-area .single-footer-widget {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer-area .single-footer-widget h4 {
      font-size: 18px;
      margin-bottom: 15px;
  }
}
.footer-area .single-footer-widget p,
.footer-area .single-footer-widget ul li {
  color: #7b838a;
  line-height: 1.8;
}
.footer-area .single-footer-widget ul li a {
  color: #7b838a;
  text-decoration: none;
}
.footer-area .single-footer-widget ul li a:hover {
  color: #cca772;
  text-decoration: underline;
}

/* Contact Me Section */
.footer-area .single-footer-widget p strong {
  color: #cca772;
}

/* Footer Social Links */
.footer-area .footer-social {
  text-align: center;
}
.footer-area .footer-social a {
  margin: 0 5px;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer-area .footer-social a:hover {
  background: #cca772;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer-area .row {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .footer-area .single-footer-widget {
      margin-bottom: 20px;
      text-align: center;
  }

  .footer-area .footer-social {
      margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .footer-area .single-footer-widget h4 {
      font-size: 16px;
  }
  .footer-area .single-footer-widget ul li {
      font-size: 14px;
  }
  .footer-area .single-footer-widget p {
      font-size: 14px;
  }

  .footer-area .footer-social a {
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 12px;
  }
}

/* Footer Responsive Styles */
@media (max-width: 991px) {
    .footer-area {
        padding: 60px 0;
    }
    
    .single-footer-widget {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer-area .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .single-footer-widget {
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer-bottom .copyright-text {
        margin-bottom: 20px;
    }

    .footer-social {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-area {
        padding: 40px 0;
    }

    .single-footer-widget h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .single-footer-widget p,
    .single-footer-widget ul li a {
        font-size: 14px;
    }

    .footer-social a {
        margin: 0 8px;
    }
}

/* Footer Headings */
.single-footer-widget h4 {
    color: #cca772;
}

/*=================== section-intro start ====================*/
.section-intro__style {
  margin-bottom: 14px; }

/*=================== section-intro end ====================*/
/*=================== home banner start ====================*/
.home-banner {
  position: relative; }
  .home-banner h4, .home-banner h1, .home-banner a {
    text-transform: uppercase;
    color: #fff; }
  .home-banner h4 {
    font-size: 18px;
    margin-bottom: 15px; }
  .home-banner h1 {
    font-size: 27px;
    margin-bottom: 35px; }
    @media (min-width: 600px) {
      .home-banner h1 {
        font-size: 37px; } }
    @media (min-width: 992px) {
      .home-banner h1 {
        font-size: 70px;
        margin-bottom: 45px; } }
  .home-banner-area {
    height: 500px;
    background: url("../img/home/header-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .home-banner-area {
        height: 600px; } }
    @media (min-width: 1200px) {
      .home-banner-area {
        height: 970px; } }
    .home-banner-area .home-banner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translateX(-50%); }
      @media (min-width: 992px) {
        .home-banner-area .home-banner {
          top: 44%;
          transform: translateX(-50%); } }
    .home-banner-area::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(1, 2, 11, 0.7);
      z-index: -1; }
  .home-banner-btn {
    border: 2px solid #cca772;
    padding: 10px 45px; }
    .home-banner-btn:hover {
      background: #cca772;
      color: #fff; }

/*=================== home banner end ====================*/
/*=================== home search form start ====================*/
.form-search {
  max-width: 972px;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 25px 20px 25px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); }
  @media (min-width: 992px) {
    .form-search-position {
      position: relative;
      bottom: 104px;
      z-index: 1; } }
  .form-search .form-control {
    font-size: 14px;
    color: #999999;
    border-radius: 0;
    height: 50px;
    padding-left: 18px;
    border-color: #ECECEC; }
    .form-search .form-control:focus {
      outline: 0;
      box-shadow: none; }
    .form-search .form-control::placeholder {
      color: #999999; }
  .form-search .form-group {
    margin-bottom: 20px; }
    .form-search .form-group .nice-select {
      margin-bottom: 20px; }
  .form-search button {
    width: 100%;
    font-size: 13px;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    border: 0;
    background: #cca772;
    height: 50px;
    text-transform: uppercase; }

.form-select-custom {
  width: 100%; }
  .form-select-custom select {
    width: 100%;
    height: 50px;
    border: 0;
    border: 1px solid #ECECEC;
    background: #fff url("../img/home/down-arrow.png") no-repeat;
    background-size: 11px;
    background-position: right 15px center;
    padding-left: 18px;
    color: #999999;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .form-select-custom select:focus {
      outline: 0;
      box-shadow: none; }

/*=================== home search form end ====================*/
/*=================== welcome section start ====================*/
.welcome {
  padding-top: 40px; }
  .welcome-images .card {
    border-radius: 0;
    border: 0;
    margin: 0 4px 4px 0; }
    @media (max-width: 991px) {
      .welcome-images .card img {
        width: 100%; } }
  @media (min-width: 991px) {
    .welcome-content {
      padding-left: 60px; } }

/*=================== welcome section end ====================*/
/*=================== explore section start ====================*/
.card-explore {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all .4s ease; }
  .card-explore:hover{
    background-color: #cca772;
    color: #f7f9f9;
  }
  .card-explore .card-img {
    border-radius: 0; }
  .card-explore__img {
    width: 100%;
    position: relative; }
    .card-explore__img::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      clip-path: polygon(0 100%, 0% 100%, 100% 100%);
      background: #fff;
      width: 100%;
      height: 190px; }
    .card-explore__img img {
      padding-bottom: 1px; }
  .card-explore .card-body {
    padding: 5px 18px 35px 40px; }
  .card-explore__price {
    font-size: 40px; }
    .card-explore__price sub {
      font-size: 18px; }
  .card-explore__title {
    font-size: 24px;
    margin: 12px 0 18px 0; }
    .card-explore__title a {
      color: #222222;
      transition: color .2s ease; }
  .card-explore__link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #303030;
    transition: color .2s ease; }
    .card-explore__link i, .card-explore__link span {
      padding-left: 3px;
      transition: all .35s ease; }
  .card-explore:hover a {
    color: #000; }
  .card-explore:hover .card-explore__link i, .card-explore:hover .card-explore__link span {
    padding-left: 10px; }

/*=================== explore section end ====================*/
/*=================== testimonial section start ====================*/
.testi-carousel .owl-stage-outer {
  padding: 50px 0; }

.testi-carousel .owl-item {
  overflow: hidden; }

.testi-carousel__item {
  background: #f7f9f9;
  padding: 30px 25px;
  transition: all .3s ease; }
  .testi-carousel__item .media-body p {
    margin-bottom: 12px; }
  .testi-carousel__item::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 15px solid #ffffff;
    border-left: 500px solid rgba(255, 255, 255, 0.13);
    /* Maintain smooth edge of triangle in FF */
    -moz-transform: scale(0.9999); 
    transform: scale(0.9999);}
  .testi-carousel__item:hover {
    box-shadow: 0px 10px 20px 0px rgba(153, 153, 153, 0.2);
    background: #fff; }

.testi-carousel__img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px; }

.testi-carousel__intro h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px; }

.testi-carousel__intro p {
  font-size: 14px;
  color: #999999; }

.testi-carousel .owl-dots .owl-dot span {
  background: #cacccf; }

.testi-carousel .owl-dots .owl-dot.active span {
  width: 12px;
  height: 12px;
  background: #cca772; }

/*=================== testimonial section end ====================*/
/*=================== news section start ====================*/
.card-news {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
  transition: all .4s ease; }
  .card-news__info {
    margin-bottom: 10px; }
    .card-news__info li {
      display: inline-block;
      font-size: 14px;
      color: #999999; }
      .card-news__info li:not(:last-child) {
        margin-right: 13px; }
      .card-news__info li .news-icon {
        font-size: 12px;
        color: #cca772;
        margin-right: 5px; }
      .card-news__info li a {
        color: #999999; }
  .card-news .card-img {
    border-radius: 0;
    padding-bottom: 1px; }
  .card-news__img {
    width: 100%;
    position: relative; }
    .card-news__img::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      clip-path: polygon(0 100%, 100% 100%, 100% 83%);
      background: #fff;
      width: 100%;
      height: 190px; }
  .card-news .card-body {
    padding: 18px 20px 35px 40px; }
  .card-news__price {
    font-size: 40px; }
    .card-news__price sub {
      font-size: 23px; }
  .card-news__title {
    font-size: 24px;
    margin: 12px 0 18px 0;
    font-weight: 700; }
    .card-news__title a {
      color: #222222;
      transition: color .2s ease; }
  .card-news__link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    color: #303030;
    transition: color .2s ease; }
    .card-news__link i, .card-news__link span {
      padding-left: 3px;
      transition: all .35s ease; }
  .card-news:hover .card-news__title a {
    color: #cca772; }
  .card-news:hover .card-news__link i, .card-news:hover .card-news__link span {
    padding-left: 10px; }

/*=================== news section end ====================*/
/*=================== video section start ====================*/
.video-area {
  background: url("../img/home/video-bg.png") left center no-repeat;
  background-size: cover;
  padding: 50px 10px;
  position: relative;
  z-index: 1; }
  @media (min-width: 750px) {
    .video-area {
      padding: 90px 10px; } }
  @media (min-width: 1000px) {
    .video-area {
      padding: 175px 10px; } }
  .video-area::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 0, 0, 0.3);
    z-index: -1; }
  .video-area h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px; }
    @media (min-width: 600px) {
      .video-area h3 {
        font-size: 50px; } }
  .video-area p {
    color: #fff;
    margin-bottom: 0; }
  .video-area .play-btn {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 18px; }
    .video-area .play-btn img {
      margin-top: 34px; }

/*=================== special section end ====================*/
.card-special {
  padding: 45px 35px;
  border: 0;
  border-radius: 0;
  transition: all .4s ease; }
  .card-special__icon {
    font-size: 24px;
    color: #cca772;
    margin-right: 13px; }
  .card-special__title {
    margin: 0;
    font-weight: 400;
    transition: all .4s ease; }
  .card-special .card-body {
    padding: 0; }
    .card-special .card-body p {
      margin-bottom: 0; }
  .card-special:hover {
    background: #cca772;
    color: #fff; }
    .card-special:hover .card-special__icon, .card-special:hover .card-special__title {
      color: #fff; }
      .card-body p {
        text-align: justify; /* Justify the text of information wriiten for canteen , library , mess */ 
        margin: 0; /* Optional: Remove default margin for cleaner look */
    }

/*=================== special section start ====================*/
/* Start Video Play css
============================================================================================ */
.video-play-button {
  position: relative;
  box-sizing: content-box;
  display: inline-block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 46px 8px 18px 28px;
  transform: scale(0.8); }
  @media (min-width: 800px) {
    .video-play-button {
      transform: scale(1);
      margin-bottom: 10px; } }
  .video-play-button:before, .video-play-button:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%); }
  .video-play-button:before {
    z-index: 0;
    -webkit-animation: pulse-border 2000ms ease-out infinite;
    -moz-animation: pulse-border 2000ms ease-out infinite;
    -o-animation: pulse-border 2000ms ease-out infinite;
    animation: pulse-border 2000ms ease-out infinite; }
  .video-play-button:after {
    z-index: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #cca772;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; }
  .video-play-button:hover:after {
    background-color: #be904d; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1; } }

@-moz-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1; } }

@-o-keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    -o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    transform: translate(-50%, -50%) translateZ(0) scale(1.5);
    opacity: 0.1; } }

/* End Video Play css
============================================================================================ */
.social-icons li {
  display: inline-block;
  padding-right: 12px; }
  .social-icons li:last-child {
    padding-right: 0; }
  .social-icons li a {
    font-size: 14px;
    color: #a0a8ab; }
    .social-icons li a:hover {
      color: #cca772; }

.button-blog {
  display: inline-block;
  font-size: 14px;
  color: #303030;
  background: #fff;
  padding: 8px 25px;
  text-transform: capitalize;
  transition: all .5s ease; }
  .button-blog:hover {
    color: #fff;
    background: #cca772; }

.button-reply {
  border: 0; }

.button-postComment {
  font-size: 14px;
  padding: 8px 40px !important; }

.button-form {
  border: 1px solid #cca772 !important;
  color: #303030; }
  .button-form:hover {
    background: transparent;
    border-color: #cca772; }

.button--active:hover {
  background: transparent;
  border-color: #cca772;
  color: #222222; }

.button-contact {
  border: 1px solid #cca772 !important;
  padding: 9px 30px;
  background: #cca772;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: uppercase; }
  .button-contact:hover {
    outline: 0;
    background: transparent;
    border-color: #cca772;
    color: #cca772; }

/*=================== contact banner start ====================*/
.contact-banner {
  position: relative; }
  .contact-banner h4, .contact-banner h1, .contact-banner a {
    text-transform: uppercase;
    color: #fff; }
  .contact-banner h4 {
    font-size: 18px;
    margin-bottom: 15px; }
  .contact-banner h1 {
    font-size: 37px;
    margin-bottom: 5px; }
    @media (min-width: 992px) {
      .contact-banner h1 {
        font-size: 48px; } }
  .contact-banner-area {
    height: 380px;
    background: url("../img/home/header-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1; }
    @media (min-width: 600px) {
      .contact-banner-area {
        height: 500px; } }
    @media (min-width: 1000px) {
      .contact-banner-area {
        height: 625px; } }
    .contact-banner-area .contact-banner {
      position: absolute;
      top: 58%;
      left: 50%;
      width: 100%;
      transform: translateX(-50%); }
    .contact-banner-area::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(1, 2, 11, 0.7);
      z-index: -1; }
  .contact-banner-btn {
    border: 2px solid #cca772;
    padding: 10px 45px; }
    .contact-banner-btn:hover {
      background: #cca772;
      color: #fff; }

.contact-info__icon {
  margin-right: 10px; }
  .contact-info__icon i, .contact-info__icon span {
    color: #cca772;
    font-size: 20px; }

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0; }
  .contact-info .media-body h3 a {
    color: #222222; }

.contact-info .media-body p {
  color: #999999; }

/*=================== contact banner end ====================*/
/*=================== breadcrumb start ====================*/
.banner-breadcrumb {
  display: inline-block; }
  .banner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0; }
    .banner-breadcrumb .breadcrumb-item {
      padding: .1rem; }
      .banner-breadcrumb .breadcrumb-item a {
        text-transform: capitalize; }
      .banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #fff;
        padding-right: .1rem; }
      .banner-breadcrumb .breadcrumb-item.active {
        color: #fff; }

/*=================== breadcrumb end ====================*/
/*=================== contact form start ====================*/
.contact_form .form-group {
  margin-bottom: 10px; }

.contact_form input {
  border-radius: 0;
  height: 40px;
  padding-left: 20px;
  border-color: #EEEEEE;
  width: calc(100% - 50px); 
 }
  .contact_form input:focus {
    outline: 0;
    box-shadow: none; }
  .contact_form input::placeholder {
    font-size: 14px;
    color: #999999; }

.contact_form textarea {
  border-radius: 0;
  padding-left: 18px;
  border-color: #EEEEEE; }
  .contact_form textarea::placeholder {
    font-size: 14px;
    color: #999999; }

/*=================== contact form end ====================*/
.accomodation.form-search-position {
  bottom: 75px; }


/*============ Notices Styles  =============*/

/* Styles for the container holding all notices */
#events {
  margin: 20px;
}

.card-notice {
  padding: 45px 35px;
  border: 0;
  border-radius: 0;
  transition: all .4s ease;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.card-notice__header {
  display: flex;
  justify-content: space-between;
}

.card-notice__title {
  margin: 0;
  font-weight: 400;
  transition: all .4s ease;
}

.card-notice .card-body {
  padding: 0;
}

.card-notice p {
  margin-bottom: 5px;
}

.card-notice .date {
  color: #007BFF;
  font-weight: bold;
}

.card-notice:hover {
  background: #cca772;
  color: #fff;
}

.card-notice:hover .event,
.card-notice:hover .date {
  color: #fff;
}
/*    trueste list style start    */
body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 20px;
}

#trustee-list {
  margin: 20px auto;
  max-width: 100%; /* Use full width of the screen */
  background: #f9f9f9; /* Match card background */
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

h2 {
  text-align: center;
  color: #333;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background: linear-gradient(90deg, #5e6b6b, #8d9599);
  color: white;
}

th {
 
  text-align: center; /* Center header text */
  font-weight: normal; /* Reset to normal for other headings */
    text-align: center;
}

td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
}
th.name {
  font-size: 80px; /* Increase font size */
  font-weight: bold; /* Ensure the font is bold */
}

td.name {
  text-align: left; /* Left align trustee names */
  width: 95%; /* Set a width for trustee names column */
  word-wrap: break-word; /* Allow long names to wrap */
  white-space: normal; /* Allow text to wrap normally */
}

td.seats {
  text-align: center; /* Center align seats */
  width: 150px; /* Set a specific width for seats column */
}

tbody tr {
  transition: background .4s ease; /* Smooth transition for hover */
}

tbody tr:hover {
  background-color: #cca772; /* Match hover color from card */
  color: #fff; /* Change text color on hover */
}

tbody tr:hover td {
  color: #fff; /* Ensure all text is white on hover */
}

/* Responsive Styles */
@media (max-width: 600px) {
  #trustee-list {
      padding: 10px;
  }

  table {
      display: block;
      overflow-x: auto;
      white-space: nowrap;
  }

  th, td {
      padding: 8px;
  }
}

/* General Section of about us page Styling */
.section-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-center {
  text-align: center;
}

.pb-80px {
  padding-bottom: 80px;
}

/* About Introduction */
.about-intro .about-text h2 {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.about-intro .about-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.about-intro .about-text {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

.about-intro img {
  max-width: 100%;
  border-radius: 10px;
}

/* Milestones Section */
.milestones .milestone-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.4s ease, color 0.4s ease;
}

.milestones .milestone-item h3 {
  font-size: 24px;
  color: #004d40;
  margin-bottom: 15px;
}

.milestones .milestone-item p {
  font-size: 16px;
  color: #777;
}

.milestones .milestone-item:hover,
.milestones .milestone-item:active,
.milestones .milestone-item:focus {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  background-color: #cca772; /* Same hover background */
  color: #fff; /* Change text color to white */
}

.milestones .milestone-item:hover h3,
.milestones .milestone-item:active h3,
.milestones .milestone-item:focus h3,
.milestones .milestone-item:hover p,
.milestones .milestone-item:active p,
.milestones .milestone-item:focus p {
  color: #fff; /* Change text color on hover */
}

/* Chronicles Section */
.chronicles .chronicle-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.4s ease, color 0.4s ease;
}

.chronicles .chronicle-item h4 {
  font-size: 22px;
  color: #004d40;
  margin-bottom: 10px;
}

.chronicles .chronicle-item p {
  font-size: 16px;
  color: #777;
}

.chronicles .chronicle-item:hover,
.chronicles .chronicle-item:active,
.chronicles .chronicle-item:focus {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  background-color: #cca772; /* Same hover background */
  color: #fff; /* Change text color to white */
}

.chronicles .chronicle-item:hover h4,
.chronicles .chronicle-item:active h4,
.chronicles .chronicle-item:focus h4,
.chronicles .chronicle-item:hover p,
.chronicles .chronicle-item:active p,
.chronicles .chronicle-item:focus p {
  color: #fff; /* Change text color on hover */
}

/* Historical Contributions Section */
.historical-contributions p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.historical-contributions .container {
  max-width: 1100px;
}

/* History Section */
.history p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* Distinguished Personalities Section */
.personalities .personality-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.4s ease, color 0.4s ease;
}

.personalities .personality-item h4 {
  font-size: 22px;
  color: #004d40;
  margin-bottom: 10px;
}

.personalities .personality-item p {
  font-size: 16px;
  color: #777;
}

.personalities .personality-item:hover,
.personalities .personality-item:active,
.personalities .personality-item:focus {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  background-color: #cca772; /* Same hover background */
  color: #fff; /* Change text color to white */
}

.personalities .personality-item:hover h4,
.personalities .personality-item:active h4,
.personalities .personality-item:focus h4,
.personalities .personality-item:hover p,
.personalities .personality-item:active p,
.personalities .personality-item:focus p {
  color: #fff; /* Change text color on hover */
}

/* Trustees Section */
.trustees {
  padding: 60px 0;
}

.trustee-item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.4s ease, color 0.4s ease;
  text-align: center;
}

.trustee-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
}

.trustee-item h4 {
  color: #004d40;
  margin-bottom: 10px;
  font-size: 20px;
  transition: color 0.4s ease;
}

.trustee-item p {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  transition: color 0.4s ease;
}

/* Hover effect for trustees */
.trustee-item:hover,
.trustee-item:active,
.trustee-item:focus {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  background-color: #cca772; /* Same hover background */
  color: #fff; /* Change text color to white */
}

.trustee-item:hover h4,
.trustee-item:active h4,
.trustee-item:focus h4,
.trustee-item:hover p,
.trustee-item:active p,
.trustee-item:focus p {
  color: #fff; /* Ensure the text color changes on hover */
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .about-intro .row {
    flex-direction: column;
    text-align: center;
  }
  .milestones .row, .chronicles .row, .personalities .row, .trustees .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .milestone-item, .chronicle-item, .personality-item, .trustee-item {
    margin-bottom: 20px;
    flex-basis: 100%;
    max-width: 90%;
  }
}

/* Footer Divider */
.footer-divider {
    margin: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Copyright Text */
.copyright-text {
    margin: 0;
    color: #7b838a;
    font-size: 14px;
}

.copyright-text i {
    margin: 0 3px;
}

/* Footer Bottom Adjustments */
.footer-bottom {
    padding-top: 20px;
}

.footer-social {
    margin: 0;
}

.footer-social a {
    margin-left: 15px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
    
    .footer-social {
        text-align: center !important;
        margin-top: 15px;
    }
    
    .copyright-text {
        text-align: center;
    }
}

/* Developer Section Styles */
.developers-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.developer {
    text-align: center;
}

.developer-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.developer-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 8px;
    border: 2px solid #cca772;
    transition: all 0.3s ease;
}

.developer-name {
    color: #7b838a;
    font-size: 14px;
    transition: all 0.3s ease;
}

.developer-link:hover .developer-img {
    transform: scale(1.1);
    border-color: #fff;
}

.developer-link:hover .developer-name {
    color: #cca772;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .developers-section {
        gap: 15px;
    }
    
    .developer-img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 991px) {
    .developers-section {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .developer-img {
        width: 45px;
        height: 45px;
    }
    
    .developer-name {
        font-size: 12px;
    }
}

/* Responsive adjustments for managing team base */
@media (max-width: 1200px) {
    .section-margin {
        margin: 40px 0; /* Adjust margin for smaller screens */
    }

    .welcome-images {
        flex-direction: column; /* Stack images vertically on smaller screens */
    }

    .welcome-images .card {
        margin-bottom: 20px; /* Add spacing between stacked images */
    }

    .welcome-images .card img {
        width: 100%; /* Ensure images take full width */
        height: auto; /* Maintain aspect ratio */
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 2.5rem; /* Adjust heading size for smaller screens */
    }

    h2 {
        font-size: 2rem; /* Adjust subheading size */
    }

    .developer-img {
        width: 50px; /* Adjust developer image size */
        height: 50px;
    }

    .developer-name {
        font-size: 12px; /* Adjust developer name font size */
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 1.8rem; /* Further adjust heading size for mobile */
    }

    h2 {
        font-size: 1.5rem; /* Further adjust subheading size */
    }

    .developer-img {
        width: 45px; /* Further adjust developer image size */
        height: 45px;
    }

    .developer-name {
        font-size: 10px; /* Further adjust developer name font size */
    }

    .section-margin {
        margin: 20px 0; /* Reduce margin for mobile */
    }
}

/* General responsive utilities */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap; /* Allow rows to wrap on smaller screens */
}

.col-lg-5, .col-lg-12 {
    flex: 1 1 100%; /* Allow columns to take full width on small screens */
}

.text-center {
    text-align: center; /* Center text for better mobile readability */
}

/* Updated styles for managing committee members */
.managing-committee {
    display: flex;
    flex-wrap: wrap; /* Allow members to wrap on smaller screens */
    justify-content: center; /* Center members in the container */
    margin-bottom: 40px; /* Space below the member section */
}

.managing-committee .profile-card {
    flex: 1 1 250px; /* Allow cards to grow and shrink, with a minimum width */
    margin: 15px; /* Space between cards */
    overflow: hidden; /* Prevent overflow of images */
    border-radius: 10px; /* Rounded corners for aesthetics */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Slightly stronger shadow for depth */
    text-align: center; /* Center text in the card */
    background-color: #fff; /* Ensure a white background for cards */
    transition: transform 0.3s ease; /* Smooth transition for hover effect */
}

.managing-committee .profile-card:hover {
    transform: translateY(-5px); /* Lift effect on hover */
}

.managing-committee .profile-card img {
    width: 100%; /* Ensure images take full width of their container */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure the image covers the area without being cut off */
    border-top-left-radius: 10px; /* Rounded corners for the top */
    border-top-right-radius: 10px; /* Rounded corners for the top */
}

.managing-committee .profile-card h3 {
    margin: 10px 0; /* Space above and below the name */
    font-size: 1.2rem; /* Adjust font size for names */
    color: #333; /* Darker color for better readability */
}

.managing-committee .profile-card p {
    font-size: 0.9rem; /* Adjust font size for descriptions */
    color: #666; /* Slightly lighter color for descriptions */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .managing-committee {
        flex-direction: column; /* Stack members vertically on smaller screens */
    }

    .managing-committee .profile-card {
        margin-bottom: 20px; /* Add spacing between stacked members */
    }
}




