@charset "UTF-8";
/*------------------------------------------------------------------
 * Theme Name: Smashing Studio Responsive Template
 * Theme URI: http://www.brandio.io/envato/smashing
 * Author: Brandio
 * Author URI: http://www.brandio.io/
 * Description: A Bootstrap Responsive HTML5 Template
 * Version: 1.0
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2017 Brandio.
 -------------------------------------------------------------------*/

/*------------------------------------------------------------------

-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
/*------------------------------------------------------------------
	1. General Styles
-------------------------------------------------------------------*/
*,body{
    transition: all 0.3s ease 0.0s;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
.rtl-cols div[class^="col-"] {
    float: right;
}

.slick-slide{
    cursor: pointer;
    outline: 0;
}
.slick-dots{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #ffffff;
    opacity: 1;
    margin-left: 5px;
    border:2px solid #e62d34;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
}
.slick-dots li.slick-active{
    background-color: #e62d34;
    opacity: 1;
}
/* .................Navbar & banner Section..................... */
.custom-navbar {
  background: #d63637;
  position: fixed; 
  top: 0;           
  width: 100%;      
  z-index: 999; 
  height: 80px;    
}


/* body {
  padding-top: 60px; 
} */

.custom-navbar .navbar-header,
.custom-navbar .navbar-right {
  margin: 0 40px; 
}

.custom-navbar .navbar-brand {
  margin: 0;
  padding: 0;
  height: auto;
  display: flex;
  align-items: center; 
}

.custom-navbar .navbar-brand img {
  height: 60px; 
  display: block;
  padding-top: 15px;
}

/* Center Menu */
.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 28px; /* space between links */
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-nav.navbar-center li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0;
}
.navbar-nav.navbar-center li a:hover {
  color: red;
  background-color:white;
}
.navbar-nav.navbar-center li a:hover {
  text-decoration: underline;
}
.navbar-nav.navbar-center li a.active {
  color: red;      
  text-decoration: underline;
  background-color: white;
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
  .custom-navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }

  .navbar-nav.navbar-center {
    position: static;
    transform: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    text-align: center;
  }
}@media only screen and (max-width: 768px) {
  .navbar-nav.navbar-center {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #d63637;
    text-align: center;
    gap: 15px;
    padding: 10px 0;
  }

  .navbar-toggle {
    display: block;
    color: white;
    height: 50px;      
    width: 50px;        
    font-size: 30px;    
    background: none;   
    border: none;       
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}





.banner-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; 
}

.banner-img {
  width: 100%;
  height: auto; 
  display: block;
}


/* .................About Section..................... */
#about{
    background-color: #e62d34;
}
#about .img-col{
    padding-left: 0;
    padding-right: 0;
}
#about .img-col .image-holder{
    background-image: url("../images/office.jpg");
    background-position: center;
    background-size: cover;
    transition: none;
    min-height: 200px;
}
#about .txt-col{
    text-align: left;
    padding: 50px 3%;
}
#about .txt-col .icons{
    width: 296px;
    margin-top: 20px;
}
#about .txt-col .button-holder{
    text-align: right;
}
.button-default{
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 24px;
    border: 2px solid #ffffff;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}
.button-default:hover{
    text-decoration: none;
    color: #e62d34;
    background-color: #ffffff;
}
#about h3{
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}
#about p{
    font-size: 20px;
    font-weight: 300;
    color: #ffcacc;
    margin-bottom: 20px;
    text-align: center;
}
/* .................Team Section..................... */

#team{
    background-color: #ffffff;
    padding-top: 42px;
    padding-bottom: 80px;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}



@media (max-width: 767px) {
  #team {
    margin-left: 0;
    margin-right: 0;
  }
}
#team .row-title{
    font-size: 23px;
    font-weight: 600;
    color: #e62d34;
    margin-bottom: 20px;
}
#team .row-subtitle{
    font-size: 18px;
    font-weight: 300;
    color: #757474;
    margin-bottom: 40px;
}


.team-gallery {
    margin-top: 30px;
}

.team-member {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 20px;
   
   
}

.team-member img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
  border-radius: 20px;
   
}

.team-member:hover img {
    transform: scale(1.1);
}

.team-member .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%; 
   bottom: 17%;
    background-color: rgba(230, 45, 52, 0.9);
    color: #fff;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.team-member:hover .overlay {
    opacity: 1;
}
.person-details {
    font-size: 14px;
    line-height: 1.4;
}.person-name {
  
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.6); 
    color: #000; 
  min-height: 80px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
  padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;

 
}.person-name p {
    margin: 0; 
}.person-name b{
    color: #cf202f;
    
}
.search-wrapper {
    position: relative;
    max-width: 350px; 
    margin: 0 auto 40px; 
    border-radius: 50px;
    overflow: hidden;
}


#team-search {
    width: 100%;
    padding: 12px 20px;
    border: 3px solid #e62d34;
    outline: none;
    font-size: 16px;
    border-radius: 50px;
    text-align: center; 
    transition: 0.3s;
}


#team-search:focus {
    box-shadow: 0 0 8px rgba(230, 45, 52, 0.5);
    border-color: #bf1f25; 
}


@media (min-width: 992px) {
  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
  .col-lg-5th {
    flex: 0 0 33.3333%; /* 3 per row */
    max-width: 33.3333%;
  }
}



/* Modal Styling */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1000; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgba(0,0,0,0.7); 
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  width: 80%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}

.modal-body {
  display: flex;
  flex-direction: row;
}

  .modal-left img {
  width: 80%;
  height: auto;
  border-radius: 50%; 
  object-fit: cover; 
}

.modal-right {
  
  width: 100%;
}

.close {
  align-self: flex-end;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 24px;
}
@media (max-width: 576px) {
  .modal-body {
    flex-direction: column;
    align-items: center;
  }

  .modal-left, .modal-right {
    width: 100%;
    text-align: center;
    padding: 10px;
  }



  .modal-right h2 {
    font-size: 18px;
  }

  .modal-right p {
    font-size: 14px;
  }
}
/* .................Contact Section..................... */
#contact{
    background-color: #4f4f5a;
    padding-top: 42px;
    padding-bottom: 42px;
    text-align: center;
}
#contact .row-title{
    font-size: 23px;
    font-weight: 600;
    color: #cccccc;
    margin-bottom: 20px;
}

#contact .address-holder h3{
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    margin-bottom: 5px;
}
#contact .address-holder p{
    font-size: 15px;
    color: #909096;
    text-align: left;
}
#contact .address-holder p.less-opacity{
    opacity: 0.7;
}
#contact #contactform{
    padding-bottom: 40px;
}

#contact .form-items-holder input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    padding: 10px 0;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    font-size: 16px;
}
#contact .form-items-holder input:hover,
#contact .form-items-holder input:focus{
    border-bottom: 1px solid #e62d34;
}
#contact .form-items-holder .error{
    color: #fbf0f4;
    font-weight: 100;
}
#contact .form-items-holder label{
    text-align: left;
    font-weight: 400;
    color: #a9a9a9;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#contact .form-items-holder textarea{
    text-align: left;
    width: 100%;
    height: 100px;
    resize: none;
    padding: 5px;
    margin-bottom: 5px;
    border: 0;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    margin-bottom: 20px;
}
#contact .form-items-holder textarea:hover,
#contact .form-items-holder textarea:focus{
    border: 1px solid #e62d34;
}
#contact .form-items-holder input[type="submit"]{
    width: inherit;
    float: right;
    border: 2px solid #ffffff;
    padding: 4px 30px;
    pointer-events: all;
    border-radius: 50px;
    font-size: 17px;
    text-transform: uppercase;
}
#contact .form-items-holder input[type="submit"]:hover{
    background-color: #ffffff;
    color: #4f4f5a;
}.developed-by {
  background: #e62d34;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 0;           /* remove extra padding */
  margin: 0;            /* remove any default margin */
}

.developed-by p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;             /* space between text/logo */
  margin: 0;             /* remove default paragraph margin */
  padding: 10px 0;       /* optional: adjust vertical spacing */
  color: #fff; 
  font-size: 10px;          /* ensure text is visible */
}

.developed-by .developed-logo {
  height: 50px;
  width: auto;
}




/* .................Static  Section..................... */

.statistic-section {
     padding-top: 70px;
     padding-bottom: 70px;
     background: #E62D34;  /* fallback for old browsers */
     background: -webkit-linear-gradient(to right, #E62D34, #B22222);
     background: linear-gradient(to right, #E62D34, #B22222); 
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
	  text-align: center;
	  font-weight: bold;
    color: #fff;
}

.stats-text {
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: bold;
}

.stats-line-black {
	margin: 12px auto 0;
    width: 55px;
    height: 2px;
    background-color: #fff;
}
.stats-icon {
	  font-size: 35px;
	  margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}

@media (max-width: 992px) {
	.counter {
		margin-bottom: 40px;
	}
}



/* .................Gold Club Section..................... */

#gold {
  background: #dfb045;
  padding: 40px 20px;
  text-align: center;
}

#gold .title {
  background-color: white;
  display: inline-block;
  padding: 15px 40px; 
  border-radius: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-top: 20px; 
}

#gold .title h3 {
  margin: 0;
  font-size: 32px; 
  color: #dfb045;
  font-weight: 900; 
  letter-spacing: 1.5px;
}

#gold .images {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; 
  
}

.gold-card {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 

}

.gold-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gold-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}

.gold-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6); 
  color: #000; 
  min-height: 50px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gold-name p {
  margin: 0;
}

.gold-name b {
  color: brown;
}/* Mobile view: 2 cards in one line */
@media (max-width: 500px) {
  #gold .images {
    justify-content: center;
    gap: 20px; 
  }

  .gold-card {
    width: 45%;  
    height: auto; 
    aspect-ratio: 1/1; 
  }
}

/* .................Crorepati Section..................... */

#crorepati {
  background: #cf202f;
  padding: 40px 20px;
  text-align: center;
}

#crorepati .title {
  background-color: white;
  display: inline-block;
  padding: 15px 40px; 
  border-radius: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-top: 20px; 
}

#crorepati .title h3 {
  margin: 0;
  font-size: 32px; 
  color: #cf202f;
  font-weight: 900; 
  letter-spacing: 1.5px;
}

#crorepati .images {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; 
  
}

.crorepati-card {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #c7b410; 
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 

}

.crorepati-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crorepati-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}

.crorepati-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6); 
  color: #000; 
  min-height: 50px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crorepati-name p {
  margin: 0;
}

.crorepati-name b {
  color: brown;
}

/* Mobile view: 2 cards in one line */
@media (max-width: 500px) {
  #crorepati .images {
    justify-content: center;
    gap: 20px; 
  }

  .crorepati-card {
    width: 45%;  
    height: auto; 
    aspect-ratio: 1/1; 
  }
}

/* .................Green Club Section..................... */

#green {
  background: #30b14f;
  padding: 40px 20px;
  text-align: center;
}

#green .title {
  background-color: white;
  display: inline-block;
  padding: 15px 40px; 
  border-radius: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-top: 20px; 
}

#green .title h3 {
  margin: 0;
  font-size: 32px; 
  color: #30b14f;
  font-weight: 900; 
  letter-spacing: 1.5px;
}

#green .images {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; 
  
}

.green-card {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid white;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 

}

.green-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.green-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}

.green-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6); 
  color: #000; 
  min-height: 50px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-name p {
  margin: 0;
}

.green-name b {
  color: brown;

}.centurian-container {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;         
  gap: 20px;               
}
.centurian-card {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #c7b410; 
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0 20px 40px 20px; 
}.centurian-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}
.centurian-image {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


.centurian-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.centurion-name {
  position: absolute;
  bottom: 20px; 
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.6); 
  color: #000; 
  min-height: 60px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.centurion-name p {
  margin: 0;
}

.centurion-name b {
  color: brown;
}


.centurion-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: brown; 
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 6px 0;
  border-radius: 0 0 20px 20px; 

}
/* Mobile view: 2 cards in one line */
@media (max-width: 500px) {
  #green .images {
    justify-content: center;
    gap: 20px; 
  }

  .green-card {
    width: 45%;  
    height: auto; 
    aspect-ratio: 1/1; 
  }
}
/* .................Head Table Section..................... */
#head-table {
  background: #cf202f;
  padding: 40px 20px;
  text-align: center;
}

#head-table .title {
  background-color: white;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-top: 20px;
}

#head-table .title h3 {
  margin: 0;
  font-size: 32px;
  color: #cf202f;
  font-weight: 900;
  letter-spacing: 1.5px;
}

#head-table .images {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.head-table-card {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #c7b410;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.head-table-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-table-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}

.head-table-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 8px 5px;
}

.head-table-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: brown;
}

.head-table-role {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}
/* Mobile view: 2 cards in one line */
@media (max-width: 500px) {
  #head-table .images {
    justify-content: center;
    gap: 20px; 
  }

  .head-table-card {
    width: 45%;  
    height: auto; 
    aspect-ratio: 1/1; 
  }
}

/* .................Leadership Section..................... */
#leadership {
  background: #faf2f3;
  padding: 40px 20px;
  text-align: center;
}

#leadership .title {
  background-color: #cf202f;
  display: inline-block;
  padding: 15px 40px; 
  border-radius: 50px;
  margin-bottom: 50px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
  margin-top: 20px; 
}

#leadership .title h3 {
  margin: 0;
  font-size: 32px; 
  color: white;
  font-weight: 900; 
  letter-spacing: 1.5px;
}

#leadership .images {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap; 
  
}

.leadership-card {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid #c7b410; 
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
 

}

.leadership-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}

.leadership-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8); 
  text-align: center;
  padding: 8px 5px;
}

.leadership-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: brown;
}

.leadership-role {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  min-height: 34px;
}

.leadership-name p {
  margin: 0;
}
/* Mobile view: 2 cards in one line */
@media (max-width: 500px) {
  #leadership .images {
    justify-content: center;
    gap: 20px; 
  }

  .leadership-card {
    width: 45%;  
    height: auto; 
    aspect-ratio: 1/1; 
  }
}



/* .................Executive Section..................... */
.executive {
  padding: 50px 20px;
  background: #fff;
  display: flex;
  justify-content: center;
}

.executive-card {
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  flex-wrap: wrap; 
}

.executive-image {
  flex: 0 0 200px;
  margin-right: 20px;
}

.executive-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.executive-content {
  flex: 1;
  text-align: left;
}

.executive-name {
  font-size: 24px;
  color: #b11c2d; 
  font-weight: bold;
  margin: 0 0 10px;
}

.executive-designation {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  margin: 0 0 10px;
}

.executive-text {
  font-size: 15px;
    font-weight: 300;
    
    margin-bottom: 20px;
    text-align: justify;
}


@media (max-width: 500px) {
  .executive-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .executive-image {
    margin: 0 0 20px 0;
    flex: 0 0 auto;
  }

  .executive-content {
    width: 100%;
    text-align: center;
  }
}
