/* Google Font*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


/* General */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  
}

@-ms-viewport {
  width: device-width
}

body {
  background: #fff;
  /* font-size: 15px; */
  color:#000;
  letter-spacing: 0px;
  font-family: Inter;
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

::placeholder {
  color: rgba(77, 77, 77, 1) !important;
  opacity: .6 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(77, 77, 77, 1) !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(77, 77, 77, 1) !important;
}

.card-hover:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease-in-out;
}
.bg-purple-light {
    background-color: #f0e6ff;
}
.bg-yellow-light {
    background-color: #fff9e6;
}
.text-red {
    color: #2b2a76;
}
.text-orange {
    color: #FF9F00;
}

.c-shd{border: 1px solid #D9D9D9;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.header-shadow{box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.w-100px{width: 100px;}
.w-200px{width: 200px;}
.w-350px{width: 350px;}
.text-3131{color:#313132;}
.h-100px{height: 100px;}
.w-190px{width: 190px;}
.w-80{width: 80%;}
.w-90{width: 90%;}
.h-190px{height: 190px;}
.mx-w-492px{width: 492px;}
.mx-w-500px{max-width: 500px;}
.mx-h-150px{height: 150px;}
.mx-h-250px{height: 250px;}
.h-8px{height: 8px;}
.min-h-vh{min-height: 100vh;}
.min-h-40vh{min-height: 40vh;}
.min-h-88px{min-height: 88px;}
.m-w-80vw{max-width: 80vw;}
.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}
.fw-800{font-weight: 800;}
.fs-10{font-size: 10px !important;}
.fs-12{font-size: 12px !important;}
.fs-14{font-size: 14px !important;}
.fs-16{font-size: 16px !important;}
.fs-17{font-size: 17px !important;}
.fs-18{font-size: 18px !important;}
.fs-22{font-size: 22px !important;}
.fs-20{font-size: 20px !important;}
.fs-28{font-size: 28px !important;}
.fs-24{font-size: 24px !important;}
.fs-25{font-size: 25px !important;}
.fs-32{font-size: 32px !important;}
.fs-30{font-size: 30px !important;}
.fs-36{font-size: 36px !important;}
.fs-40{font-size: 40px !important;}
.fs-46{font-size: 46px !important;}
.fs-48{font-size: 48px !important;}
.fs-55{font-size: 55px !important;}
.fs-64{font-size: 64px !important;}
.fsr-64{font-size: 64px;}
.bg-d9d9{
    background-color: #D9D9D9;
}
.py-2_5{
  padding-top:.7rem !important ;
  padding-bottom:.7rem !important ;
}
.text-7171{
  color: #71718B;
}
.text-teal{
  color: #2b2a76;
}
.bg-teal{
  background-color: #2b2a76;
}
.br1_2px{border-right: 1.2px solid #000;}
.bg-red{background-color:#2b2a76;}
.bg-d9d9{background-color:#d9d9d9;}
.bg-75459529{background-color:#75459529;}
.btn-red{background-color:#2b2a76 !important; color:white !important; border-radius: 5px !important;}
.btn-red:hover{
  color:white !important;
  background-color: #0a095e !important;
}
.text-1e1e{
  color: #1E1E1E;
}
.form-label{
  font-weight: 500;
  font-size: 16px;
  color:#1E1E1E;
}
.form-control{
  border: 1px solid rgba(91, 91, 91, 1);
  padding: .675rem .75rem;
  font-size: 14px;
  font-weight: 500;
}
.btn-outline-purple{color:#754595 !important; border:1px solid #754595 !important;}
.badge-purple{background-color:#754595;}
.border-purple{border-color:#754595 !important;}
.text-purple{color:#754595;}
.text-5F6{color:#5F6368;}
.bg-dada{background-color:#dadada;}
.text-dada{color:#dadada;}
.text-d9d9{color:#d9d9d9;}
.text-6b6b{color:#6b6b6b;}
.text-4a4a{color:#4A4A4A;}
.text-1d1d{color:#1d1d1d;}
.bg-cece{background-color:#cecece;}
.cp{cursor: pointer;}

.top-banner {
  background-color: #754595;
  color: white;
  padding: 12px 0;
  text-align: center;
}
.navbar-custom {
  padding: 15px 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.subscription-section{
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;

}

.brand-logo {
  width: 120px;
  height: 120px;
}

.profile-card { background-color: white; border-radius: 10px; }
.profile-image { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; }
.post-card { background-color: white; border-radius: 10px; }
.post-image { height: 400px; object-fit: cover; }
.suggested-profile img { width: 40px; height: 40px; object-fit: cover; border-radius: 50%; }
.dt-length{float:inline-end}
.dt-search{float:inline-start; margin-bottom: 10px;}
.red{color: red;}


.btn-outline-primary {
  color: #951D3C;
  border-color: #951D3C;
}
.btn-outline-primary:hover {
  background-color: #951D3C;
  border-color: #951D3C;
}

.text-939{
  color:#9392A2;
}
:root {
  --sidebar-width: 260px;
  --primary-red: #2b2a76;
}

.sidebar {
  width: var(--sidebar-width);
  position: fixed;
  height: 100vh;
  background: white;
  border-right: 1px solid #eee;
}

/* .main-content {
  margin-left: var(--sidebar-width);
} */

.sidebar .nav-link {
  color: #666;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(217, 217, 217, 1);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;

}

 .vl {
  width: 1px;
height: 44px;
background-color: #EAE9EF;

}

/* Custom styles for pagination */
.custom-pagination .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: transparent;
padding: 0.375rem 0.75rem;
font-size: 0.875rem;
border-radius: 0.25rem;
margin: 0 8px;
}

.custom-pagination .page-item:first-child .page-link,
.custom-pagination .page-item:last-child .page-link {
  border-radius: 0.25rem;
}

.custom-pagination .page-item.active .page-link {
  background-color: transparent;
border-color: #2b2a76;
color: #2b2a76;
}

.custom-pagination .page-item:not(.active) .page-link:hover {
  background-color: #f8f9fa;
  border-color: transparent;
  color: #b71535;
}

.navbar {
  padding: 1rem 2rem;
}

.mt-90{
  margin-top: 90px;
}

.create-team-card {
  min-width: 75%;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.form-control {
  border-radius: 8px;
  padding: 12px;
}
.message.red{
  color: red;
}.message.green{
  color: #198754;
}

/* * Custom table danger style that can be reused */ */
  .table-custom-danger {
    --bs-table-color: #fff;
    --bs-table-bg: #2b2a76;
    --bs-table-border-color: #b30000;
    --bs-table-striped-bg: #2b2a76;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #2b2a76;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #2b2a76;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
    background-color: var(--bs-table-bg);
    font-size: 16px !important;
    font-weight: 600 !important;
}
.bg-f4f4{
  background-color: #F4F4F4;
}
/* Add these styles */
.table > tbody > tr {
    box-shadow: 0 0 0 1px #E5E7EB;
    border-radius: 8px;
    margin-bottom: 8px;
    /* border-bottom: 10px solid #f8f9fa; */
}

.table > tbody > tr > td {
    border: none;
    background: white;
    vertical-align: middle;
}

.table > tbody > tr > td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table > tbody > tr > td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.navbar-custom {
  padding: 1rem 0;
}
.logo {
  /* width: 65px; */
  height: 80px;
}
.btn-teal {
  background-color: #2b2a76;
  color: white;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s ease;
}
.btn-teal:hover {
  background-color: #08065d;
  color: white;
}
.hero-section {
  padding: 4rem 0;
  text-align: center;
}
.hero-heading {
  font-size:70px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.hero-subtext {
  font-weight: 500;
  font-size: 20px;
  color: #18181B;
  margin-bottom: 2rem;
}
.hero-image {
  width: 100%;
  max-width: 900px;
  height: 476px;
  object-fit: cover;
  border-radius: 12px;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .fsr-64{font-size: 44px;}

}
@media (min-width: 992px) {

#navbarNav{
  display: flex;
  align-items: center; justify-content: space-between;
}
}
#navbarNav .nav-link{
  font-weight: 500 !important;
  font-size: 18px !important;
  padding: 0;
  margin: 0 10px;
}
#navbarNav .nav-link.active{
  color:#2b2a76;
  /* text-decoration: underline; */
  border-bottom: 1px solid #2b2a76;
}
.testimonials-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.testimonials-section .section-label {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 16px;
  text-align: center;
}

.testimonials-section .section-title {
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 48px;
}

.testimonials-section .testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.testimonials-section .stars {
  color: #ffd700;
  font-size: 24px;
  margin-bottom: 20px;
}

.testimonials-section .testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px;
}

.testimonials-section .profile {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonials-section .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2b2a76;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.testimonials-section .profile-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.testimonials-section .profile-info p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.testimonials-section .testimonial-images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.testimonial-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-image.large {
  width: 80px;
  height: 80px;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials-section .hexagon {
  position: absolute;
  z-index: 0;
}

.testimonials-section .hexagon-1 {
  bottom: 15%;
left: 10%;
width: 247px;
}

.testimonials-section .hexagon-2 {
  top: 20%;
right: 8%;
width: 292px;
}


.hover-opacity {
  transition: opacity 0.2s ease;
}

.hover-opacity:hover {
  opacity: 0.8;
}

.bg-3B8385{
  background-color: #31308d;
}

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #2b2a76;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  cursor: pointer;
  display: none; /* Hidden initially */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s, transform 0.3s;
}

#scrollToTop:hover {
  background-color: #08065d;
}