.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: 290px !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: -25px;
}

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) {
    .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 */
    }
    
}

.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 */
}

.s-about-content {
    padding: 20px; /* Add some padding to content */
}

/* 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 */
    }
    .about-area{
        margin: 0px;
    }

    .mx-5 {
      margin-right: 0px !important; 
       margin-left: 0px !important;
  }
  .s-about-content {
    margin: 0 10px; /* Adjust the margin as needed */
    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;
  }

  .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:325px !important;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1e085b !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.double_team
{
    background-color: transparent !important;
    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: 250px !important;
}
 .team-thumb_1 img {
    width: 500px !important;
}
.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 300px;
    background-repeat: no-repeat;
    background-color: #000;
    margin-bottom: 50px !important;
}
/* //tablet view */

.services-box07 {
    height: 460px;
}
.curriculam
{
  text-align: center;
  justify-content: center;
  align-items: center;
}
.services-box07 .sr-contner .icon {
  margin-bottom: 10px;
  text-align: center;
}


.main-menu ul li a {
    margin: 3px !important;
}
@media only screen and (max-width: 767px)
{
.section-title h2 {
    font-size: 20px !important;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 35px !important;
}

.double_team {
  background-color: transparent !important;
  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: 290px !important;
}
}