.single-team {
    background-color: transparent !important; /* Set to transparent */
    border-radius: 10px !important;
    padding: 20px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    transition: box-shadow 0.3s ease-in-out !important;
    /*height: 85% !important;*/
    
}

.single-team:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) !important;
}



.team-thumb {
    position: relative !important;
    overflow: hidden !important;
   display: flex;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;*/
    /*height: 200px !important;*/
}

.team-thumb img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.3s ease-in-out !important;
}

.team-thumb:hover img {
    transform: scale(1.1) !important;
}

.team-info {
    text-align: center !important;
    padding-top: 20px !important;
}

.team-info h4 {
    font-size: 20px !important;
    margin: -10px 0 !important;
    color: #333 !important;
}

.team-info p {
    font-size: 14px !important;
    color: #777 !important;
}
.Prerana
{
    color: #333 !important;
}





/* Update the content section styles */


main section {
    margin-bottom: 30px;
}

main section .about-content {
    margin: 0 0 20px;
}

main section .about-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

main section .about-title {
    margin-bottom: -20px;
}

main section .about-title h2 {
    font-size: 24px;
    color: #151d62;
}

/* Style for the section */
.about-area 
{
  
    color: #fff; /* Text color */
    padding: 60px 0; /* Adjust padding as needed */
    text-align: center; /* Center the content */
}

.about-title {
    margin-bottom: 15px;
}

.about-title h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.about-title h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 0;
}

.about-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.about-content p b {
    color: #333;
}

.s-about-img img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .s-about-content .txt-clr {
    margin: -30px !important;
    height: 100%;
    font-size: 16px;
    color: #1b1b1b;
    font-family: 'Poppins', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    margin-top: -80px;
}
  .main section {
    margin-bottom: 0px !important;
}
    .about-area {
        display: flex;
        align-items: center;
        margin: 20px;
    }

    .s-about-img {
        margin-right: 20px;
    }

    .about-area + .about-area {
        border-top: 1px solid #ccc; /* Border line */
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Shadow */
        margin-top: 10px; /* Space between sections */
    }
    
    .single-team {
    background-color: transparent !important; /* Set to transparent */
    border-radius: 10px !important;
    padding: 20px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    transition: box-shadow 0.3s ease-in-out !important;
    height: 85% !important;
    
}

/* .custImage{
    padding:0 50px 0 50px; 
} */

    
}

.about-area {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add box shadow */
    /* border-radius: 10px; Add border radius */
    padding: 20px;
}
.about-area + .about-area {
    border-top: 1px solid #ccc; /* Border line */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* Shadow */
    margin-top: -30px; /* Space between sections */
}

.s-about-img img {
    max-width: 100%; /* Make sure image doesn't exceed container */
    border-radius: 10px; /* Optional: Add border radius to the image */
}



/* Add your media queries for responsiveness */
@media (max-width: 767px) {
    .col-lg-4 {
        order: 2; /* Change the order on smaller screens */
    }

    .col-lg-8 {
        order: 1; /* Change the order on smaller screens */
    }
}
.s-about-img img{
    transform: scale(1.1) !important;
   
}

@media (max-width: 767px) {
    .about-title {
      margin: 0; /* Adjust margin for smaller screens as needed */
    }
    .officers-margin {
      margin-bottom: 0px !important
  }
  .breadcrumb_margin
  {
    margin-bottom: 0px;
  }
    .about-area{
        margin: 0px;
    }

    .mx-5 {
      margin-right: 0px !important; 
       margin-left: 0px !important;
  }
  .s-about-content {
      margin-left: 10px;
        margin-right: 38px;
    /*margin: 0 10px;*/
    text-align: justify;
    font-size: 14px; /* Adjust the font size as needed */
  }
  .s-about-content {
   padding: 0px; 
}
  }

  .double-coat-paragraph {
    position: relative;
    padding: 20px;
  }
  
  .double-coat-paragraph::before,
  .double-coat-paragraph::after {
    content: '"';
    font-weight: bold;
    margin-right: 10px; /* Adjust spacing between icon and text */
    color: #ff5733; 
  }
  
  .double-coat-paragraph::before {
    top: 0;
  }
  
  .double-coat-paragraph::after {
    bottom: 0;

  }
  .uppercase-heading {
    text-transform: uppercase;
  }
  
  .lowercase-heading {
    text-transform: lowercase;
    color: #b24d4c !important;
  }

  .icon-list {
    counter-reset: icon-counter;
  }
  
  .icon-item {
    margin-bottom: 10px; /* Adjust spacing between items */
  }
  
  .icon-item::before {
    counter-increment: icon-counter;
    content: counter(icon-counter) "."; /* Display counter as number */
    font-weight: bold;
    margin-right: 10px; /* Adjust spacing between icon and text */
    color: #ff5733; /* Adjust the color as needed */
  }
  .p-relative {
    position: relative;
  }
  
  .person-info {
    position: absolute;
    bottom: -30px; /* Adjust to move the text below the image */
    left: 0;
    right: 0;
    text-align: center; /* Center the text */
  }
  
  .person-name {
    margin-bottom: 0;
    font-size: 1.2em;
    font-weight: bold;
  }
  
  .job-title {
    margin-top: 5px;
    font-size: 0.9em;
  }
    
  .team-info h4
  {
    color: #151d62 !important;
    font-weight: bold;
   
  }

  .team-info p
  {
    color: #b24d4c !important;
    margin-top:-10px;
  }

  .team-member {
    text-align: center;
  }
  
  .team-member img {
    max-width: 100%;
    height: auto;
    border-radius: 50%; /* Optional: to create a circular image */
  }
  
 
  .team-member .team-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .team-member .team-info p {
    font-size: 14px !important;
    font-weight: bold !important;
  }

  .about-title h2 {
    font-size: 40px !important ;
    margin-bottom: 0 !important;
}

.heading.heading-middle-border {
  position: relative;
}
.heading.heading-middle-border-center {
  text-align: center;
}
  
.heading.heading-border {
  margin-bottom: 25px;
}

.about-title h2 {
  font-size: 25px !important;
  margin-bottom: 0 !important;
}
.about-content {
  padding-right: 10px; /* Adjust the right padding */
}

.team-member {
  padding-left: 10px; /* Adjust the left padding */
}

/* //tablet view */

@media (min-width: 768px) and (max-width: 991px) {
  .about-content {
    margin: 0 0 20px;
    margin-bottom: -30px !important;
  }

  .header-three .menu-area {
    margin-top: -6px;
    padding: 0px !important;
}
.mean-container a.meanmenu-reveal {
  margin-top: -60px;
}
}

.circular-image {
  border: 4px solid #1E085B; /* Dark blue border with increased width */
  border-radius: 50%; /* Create a circular shape */
  display: inline-block; /* Ensures the border fits the image shape */
  transition: border-color 0.3s ease; /* Adding transition effect for border color change */
  overflow: hidden; /* Clips the image to the circular border */
  width: 225px;
  height: 225px;
}

.circular-image:hover {
  border-color: #FF5733; /* Change border color on hover */
}
.team-area2 .team-thumb img
{
  width: 266px ;
}
.s-about-content {
  padding:0px !important; /* Add some padding to content */
}
.txt-clr_1
{
  color: #000 !important;
}
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.popup-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.section-title h2 {
    font-size: 25px !important;
    font-weight: bold;
    color: #1e085b !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.pdf-btn,
.add-btn {
  background-color: #151d62 ; /* Green background */
  border: none;
  color: white; /* White text */
  padding: 15px 20px; /* Some padding */
  text-align: center; /* Centered text */
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px; /* Rounded corners */
}

.pdf-btn:hover,
.add-btn:hover {
  background-color: #45a049; /* Darker green background on hover */
}

.plus-icon {
  margin-left: 5px;
}

/* Additional styling can be added as per your preference */

/* //tablet view */
@media only screen and (max-width: 768px)
{
    .team-member .team-info p {
    font-size: 11px !important;
    font-weight: bold !important;
}
     .popup-content {
        position: relative !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 105% !important;
        max-width: 1000px !important;
       height:auto;
        background: #fff !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
        padding: 20px !important;
        z-index: 1000 !important;
        overflow-y: auto !important; /* Ensure vertical scrolling is enabled */
     }
     .popup-content1 {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0px !important;
    border: 1px solid #888;
    width: 100%;
    box-sizing: border-box;
    animation: fadeIn 0.5s;
}
.about-p {
    padding: 20px !important;
    margin: -50px !important;
}
/*.s-about-content .txt-clr {*/
/*    height: 100%;*/
/*    font-size: 16px;*/
/*    color: #1b1b1b;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    vertical-align: baseline;*/
/*    line-height: 26px;*/
/*    margin-top: 15px !important;*/
/*}*/

    .s-about-content .txt-clr {
        height: 100%;
        font-size: 16px;
        color: #1b1b1b;
        font-family: 'Poppins', sans-serif;
        vertical-align: baseline;
        line-height: 26px;
        /* margin-top: -80px; */
        width: 325px;
        margin-left: -50px;
        margin-top: 15px !important;
    }
main section .about-content {
    /* margin: 0 0 61px; */
    margin-top: 20px;
}
}