

/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600,700,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding-top: 12px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 25px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #c0a808;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fdd430;
}

.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     background-color: transparent;
     display: inline-block;
     color: #fff;
     font-size: 17px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: #232323;
     padding: 20px 30px;
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}

.banner_main {
     padding: 90px 0;
     background: url(../images/banner.jpg);
     background-size: 100% 100%;
     background-repeat: no-repeat;
     padding-top: 60px;
     background-position: center;
     background-size: cover;
}

.text-bg {
     text-align: center;
}

.black {
     color: #232323;
     font-weight: bold;
}

.text-bg h1 {
     color: #fff;
     font-size: 75px;
     line-height: 90px;
     padding-bottom: 50px;
     text-transform: uppercase;
     font-weight: 600;
     text-align: left;
}

.text-bg a {
     font-size: 17px;
     background-color: #fff;
     color: #000;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     float: left;
}

.text-bg a:hover {
     background-color: #232323;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 26px;
}

.text-img figure {
     margin: 0px;
}

.text-img figure img {
     width: 100%;
     max-width: 519px;
     border: #232323 solid 14px;
     border-radius: 300px;
     float: right;
}

.text-img1 {
     margin-top: -100px;
}

.text-img1 figure {
     margin: 0px;
}

.text-img1 figure img {
     width: 100%;
     max-width: 313px;
     ;
     border: #232323 solid 14px;
     border-radius: 300px;
     float: left;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     color: #3e3e3e;
     line-height: 40px;
     font-weight: 600;
     padding: 0;
     text-transform: uppercase;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}


/** we_do section **/

.padd_left0 {
     padding-left: 0;
}

.we_do {
     background: #232323;
     padding: 90px 0px 60px 0px;
}

.we_do .titlepage h2 {
     color: #fff;
     padding-bottom: 10px;
}

.titlepage span {
     background: #fff;
     border-radius: 44px;
     padding: 3px 11px;
     z-index: 999;
     position: relative;
}

.titlepage strong {
     border-top: #e5af23 solid 1px;
     width: 260px;
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     top: 61px;
}

.we_do_box i {
     border: #ceab06 solid 4px;
     width: 160px;
     height: 160px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto;
     border-radius: 85px;
     transition: ease-in all 0.1s;
     cursor: pointer;
}

.we_do_box i:hover {
     width: 140px;
     height: 140px;
     transition: ease-in all 0.2s;
}

.we_do_box {
     text-align: center;
}

.we_do_box h4 {
     color: #fff;
     text-transform: uppercase;
     font-size: 30px;
     line-height: 30px;
     font-weight: 500;
     padding: 0;
     padding-top: 35px;
}

.we_do_box p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding: 25px 0;
}

.we_do .read_more {
     margin: 0 auto;
     display: block;
}


/** end we_do section **/


/** testimonial section **/

.testimonial {
     margin-top: 90px;
     padding-bottom: 90px;
     background: #fff;
     padding-top: 60px;
}

.testimonial .titlepage h2 {
     color: #232323;
     padding-bottom: 10px;
}

.testimonial .titlepage span {
     background-color: #232323;
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
}

.testimonial_box figure {
     margin: 0;
}

.testimonial_box figure img {}

.testimonial_box {
     text-align: left;
     background: #fff;
     box-shadow: #ddd 0px 0px 10px 0px;
     padding: 0px 40px 40px 40px;
}

.testimonial_Carousel .test_box .jons {
     text-align: left;
     margin-bottom: 4px;
     margin-left: -10px;
}

.testimonial_Carousel {
     padding: 0 60px;
}

.testimonial_Carousel .test_box .jons h4 {
     font-size: 25px;
     color: #090808;
     line-height: 32px;
     padding-left: 15px;
     display: inline-block;
}

.testimonial_Carousel .test_box .jons figure {
     margin: 0;
}

.testimonial_Carousel .test_box p {
     font-size: 17px;
     line-height: 28px;
     color: #090808;
     text-align: left;
}

.testimonial_Carousel .carousel-indicators {
     display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 62px;
     height: 62px;
     background: #deae25;
     opacity: 1;
     font-size: 28px;
     color: #fff;
     top: 50%;
     border-radius: 30px;
}


/** end testimonial section **/


/** contact section **/

.padd_leri0 {
     padding-left: 0;
     padding-right: 0;
}

.contact .titlepage h2 {
     padding-bottom: 10px;
     color: #fff;
}

.contact .titlepage span {
     background-color: #232323;
}

.contact .titlepage strong {
     border-top: #fff solid 1px;
}

.contact {
     padding: 90px 0;
     background-color: #f5b707;
}

.main_form {
     padding: 50px 50px;
     background: #fff;
}

.contact .main_form .contactus {
     border: inherit;
     padding: 0px 19px;
     margin-bottom: 20px;
     width: 100%;
     height: 60px;
     background: #2b2b2a;
     color: #fff;
     font-size: 17px;
}

.contact .main_form .textarea {
     border: inherit;
     padding: 11px 19px;
     padding-top: 48px;
     margin-bottom: 20px;
     width: 100%;
     background: #2b2b2a;
     color: #fff;
     font-size: 17px;
}

.contact .main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #2b2b2a;
     color: #fff;
     padding: 13px 0px;
     margin: 0 auto;
     display: block;
     margin-top: 30px;
     max-width: 200px;
     text-transform: uppercase;
     width: 100%;
}

.contact .main_form .send_btn:hover {
     background-color: #ddad25;
     transition: ease-in all 0.5s;
     color: #fff;
     border-radius: 26px;
}

#contact *::placeholder {
     color: #fff;
     opacity: 1;
}


/** end contact section **/


/** asked section **/

.asked {
     padding: 90px 0;
     background-color: #fff;
}

.asked .titlepage h2 {
     padding-bottom: 10px;
     color: #080707;
}

.asked .titlepage span {
     background-color: #232323;
}

.some h3 {
     font-weight: 501;
     color: #292928;
     font-size: 30px;
     line-height: 30px;
     border-bottom: #ce9b1c solid 1px;
     padding-bottom: 15px;
}

.some p {
     font-size: 17px;
     line-height: 28px;
     padding: 30px 0px 60px 0px;
}

.some .read_more {
     background-color: #232323;
     color: #fff;
     margin: 0 auto;
     display: block;
}

.some .read_more:hover {
     background-color: #f5b707;
     color: #fff;
}

.read_more {
     font-size: 17px;
     background-color: #fff;
     color: #000;
     padding: 13px 0px;
     width: 100%;
     max-width: 200px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #000;
     color: #fff;
     border-radius: 26px;
     transition: ease-in all 0.5s;
}

/** end asked section **/

/** footer **/
.footer {
     padding-top: 80px;
     background: #2b2b2b;
}

.cont {
     text-align: center;
}

.cont h3 {
     color: #fff;
     font-size: 45px;
     line-height: 60px;
     font-weight: 501;
}

.cont span {
     color: #d0b608;
     font-size: 17px;
     line-height: 26px;
     padding: 30px 0px;
     display: block;
     font-weight: 501;
     margin-bottom: 10px;
}

.cont .read_more:hover {
     background-color: #d0b608;
     color: #000;
}

.copyright {
     margin-top: 90px;
     padding: 20px 0px;
     background-color: #fff;
}

.copyright p {
     color: #040404;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #040404;
}

.copyright a:hover {
     color: #d0b608;
} 
/** end footer **/

/* footer */
/* .shinefooter {
  background-color: black;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  padding: 40px 20px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer-col {
  flex: 1 1 220px;
}

.footer-col h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  color: white;
  
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  font-size: 18px;
  color: white;
  margin-left: 20%;
}

.footer-col ul li a {
 color: white;
  text-decoration: none;
}

.footer-col ul li a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.footer-col p {
  font-size: 17px;
 color: white;
  line-height: 1.6;
}

hr {
  border: 0;
  border-top: 1px solid #4e5d6c;
  margin: 30px 0 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: white;
}*/
/* end footer */

/* about */
/* .shineabout {
  padding: 60px 20px;
  background-color: #f8fbff;
  font-family: 'Arial', sans-serif;
  color: #2c3e50;
  line-height: 1.8;
}

.shineabout .container {
  max-width: 1100px;
  margin: auto;
}

.shineabout h1 {
  font-size: 32px;
  color: black;
  margin-bottom: 30px;
  text-align: center;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.about-text {
  flex: 1 1 55%;
}

.about-image {
  flex: 1 1 40%;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
} */

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: black;
}

.subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  margin-top: -10px;
  margin-bottom: 30px;
}

.shineabout {
  background:  white; /* Black background */
}

.shineabout p {
  font-size: 16px;
  line-height: 1.7;
  color: black;
}

.shineabout img {
  border-radius: 12px;
}

.about-para {
  margin-bottom: 15px; /* Adjust spacing as needed */
  text-align: justify;
}

/* about end */

/* blog */
.shineblog {
  padding: 60px 20px;
  background-color: white;
  font-family: 'Arial', sans-serif;
}

.shineblog .container {
  max-width: 1100px;
  margin: auto;
}

.shineblog h1 {
  text-align: center;
  font-size: 36px;
  color: #333;
  margin-bottom: 10px;
}

.shineblog .subtitle {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.center-btn {
  text-align: center;
  margin-bottom: 40px;
}

.back-btn {
  background-color: #5e3b76;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  transition: transform 0.3s;
  text-align: left;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.blog-card .meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
}

.blog-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2c3e50;
}

.blog-card a {
  font-size: 14px;
  color: #5e3b76;
  text-decoration: underline;
  font-weight: bold;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columns */
  gap: 30px;
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr; /* Stack on smaller screens */
  }
}
/* blog end */

/* blog individual */
.shineindividual {
  padding: 60px 20px;
  background-color: #fdfdfd;
  font-family: 'Arial', sans-serif;
  color: #2c3e50;
  line-height: 1.8;
}

.shineindividual .container {
  max-width: 900px;
  margin: auto;
}

.shineindividual h1 {
  font-size: 32px;
  color: black;
  margin-bottom: 10px;
}

.shineindividual .meta {
  color: #888;
  font-size: 16px;
  margin-bottom: 20px;
}

.shineindividual .blog-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.shineindividual .blog-content h2 {
  font-size: 22px;
  color: #2c3e50;
  margin-top: 30px;
}

.shineindividual .blog-content p {
  margin-bottom: 20px;
  text-align: justify;
}
/* blog individual end */

/* services */
.shineservices {
  padding: 60px 0;
  background-color: white;
  text-align: center;
}

.shineservices h1 {
  font-size: 36px;
  margin-bottom: 10px;
  color: black;
  font-weight: bold;
}

.shineservices .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.service-card {
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease-in-out;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.service-card img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 22px;
  color: black;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 15px;
  color: black;
  line-height: 1.6;
  text-align: justify;
}
.btn-see-more {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 22px;
  background-color: black;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.btn-see-more:hover {
  background-color: grey;
}
/* services end */

/* services individual  */
.individualservice {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.individualservice .container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.service-box {
  background-color: #fff;
  
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.service-heading {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 30px;
  color: black;
}

.service-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
  border-radius: 12px;
}

.service-description {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}
/* services individual end */

/* privacy */
.shineprivacy {
  padding: 50px 20px;
  background-color: #fefefe;
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.7;
}

.shineprivacy .container {
  max-width: 1200px;
  margin: auto;
}

.shineprivacy h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: black;
  text-align: center;
}

.shineprivacy h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #2c3e50;
}

.shineprivacy p {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: justify;
}

/* privacy end */

/* terms */
.shineterms {
  padding: 50px 20px;
  background-color: #ffffff;
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.7;
}

.shineterms .container {
  max-width: 1200px;
  margin: auto;
}

.shineterms h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: black;
  text-align: center;
}

.shineterms h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #2c3e50;
}

.shineterms p {
  font-size: 15px;
  margin-bottom: 15px;
  text-align: justify;
}

/* terms end */

/* subscribe */
.shinesub {
  padding: 60px 20px;
  background: white;
  font-family: 'Arial', sans-serif;
}

.shinesub .container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.shinesub h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 15px;
}

.shinesub p {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.subscribe-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.subscribe-form button {
  background-color: black;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.subscribe-form button:hover {
  background-color: gray;
}

.shinesub small {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  color: #777;
}

/* subscribe end */

.teamshine {
  background-color: black; /* Black background */
  color: #fff;
}

.team-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}

.team-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-img:hover {
  transform: scale(1.05);
}

.team-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 10px;
  color: #ffc107; /* optional highlight color */
}

.team-role {
  font-size: 1rem;
  color: #ccc;
}
