:root {
  --bs-primary: #97144d;
  --bs-dark: #343a40;

}
/* .gallery-cropper {
  background-image:  url("../images/nav.png");
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
} */



/* FONT -LATO */


@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Black.ttf') format('truetype');
  font-weight: 900; 
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Heavy.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Medium.ttf') format('truetype');
  font-weight: 500; /* '500' represents 'Medium' weight */
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/lato/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Add additional font weights and styles as needed */












.header-bg{
  position: absolute;
  top: -1px;
  width: 100%;
  height:90px;
}

/* .bg-nav{
  background-image: url("../images/nav.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 top;
} */

.full-banner{
  background-image: url("../images/baner2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  background-position-y: -119px;
}
.t-12px{
  top:1rem;
}
.z-index-9{
  z-index:9;
}
.primary2{
  color: #97144d;
}
.bg-primary2{
  background-color: #97144d;
  color: #fff;
}
.btn-primary2{
  border-color: #97144d;
  background-color: #97144d;
  color: #fff;
}
.secondary2{
  color: #414040;
}
.border-bottom {
  border-bottom: 1px solid #97144d !important;
}

/* DATA GRID ROW HOVER */
/* Add this CSS to your stylesheet or component */
.dx-datagrid-rowsview .dx-row:hover {
  background-color: #f0f0f0; /* Change this to the desired highlight color */
  cursor: pointer; /* Change cursor to indicate interaction */
}
/* DATA GRID  */
.cover {
  margin: 0;
  /* background: linear-gradient(120deg, rgb(235 11 117 / 11%) 0%, rgb(231 8 114 / 4%) 51%, rgba(255,255,255,1) 51.05%, rgba(255,255,255,1) 100%); */
  background: linear-gradient(-312deg, rgb(235 11 117 / 11%) 46%, rgb(231 8 114 / 4%) 55%, rgba(255, 255, 255, 1) -8.95%, rgba(255, 255, 255, 1) 2%);
}
.cursor-pointer{
  cursor: pointer;
}
body {
  /* font-family: 'Poppins', sans-serif !important; */
  font-family: 'Lato', sans-serif;
    font-weight: normal; /* or bold, 900, 500, etc. */
  color: #262626;
  border-radius: 0.7rem;
}
/* Hide the arrow */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pb-6{
  padding-bottom: 4.5rem;
}
p {
  font-size: 0.8rem;
}
.cust-fs-12 {
  font-size: 12px;
}

.cust-fs-14 {
  font-size: 14px;
}
.cust-fs-16 {
  font-size: 16px;
}
.cust-fs-18 {
  font-size: 18px;
}
.cust-fs-40 {
  font-size: 40px;
}
.cust-fs-45 {
  font-size: 45px;
}
.cust-fs-20{
  font-size: 20px;
}
.cust-fs-24{
  font-size: 24px;
}
.cust-fs-26{
  font-size: 26px;
}
.cust-fs-28{
  font-size: 28px;
}
.cust-fs-32{
  font-size: 32px;
}
.not-found{
  font-size: 14rem;
}
.lead {
  font-size: 1rem;
  font-weight: 300;
}
.fw-600{
  font-weight:600
}
.fw-900{
  font-weight:900
}
.fs4 {
  font-size: 18px !important;
}
/* Nav */
.top-header {
  background: #97144d;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #EB1165, #97144d);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #EB1165, #97144d);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
  /* border-bottom: 2px solid #97144d; */
}

.nav-link {
  padding: 0.9rem 1rem;
}

.nav-item:focus,
.nav-item:hover {
  text-decoration: none;
  border-bottom: 2px solid #ffffff !important;
}

.margin-left {
  margin-left: 15px !important;
}

/* END Nav */


/* Color */
.dx-checkbox-icon{
  border: 1px solid #424242 !important;
}
.bg-dark {
  background-color: var(--bs-dark) !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.XH1 {
  
  /* font-size: 1.25rem; */
  font-weight: 500;
}
.XH1 span {
  width:32px;
  height:22px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #292828;
  background-color:#ec6873;
  font-weight: 700;
}
.XH2 {
  
  font-weight: 500;
}
.XH2 span {
  width:32px;
  height:22px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #292828;
  background-color:#bacdf5;
  font-weight: 700;
}
.XH3 {
  font-weight: 500;
}
.XH3 span {
  width:32px;
  height:22px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #292828;
  background-color:#afd8c5;
  font-weight: 700;
}
.XH4 {
  font-weight: 500;
}
.XH4 span {
  width:32px;
  height:22px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #292828;
  background-color:#c6bdd8;
  font-weight: 700;
}

.XH5 {
  font-weight: 500;
}
.XH5 span {
  width:32px;
  height:22px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #292828;
  background-color:#ebe6ba;
  font-weight: 700;
}
/* current balance css */
.RH1 {
   font-weight: 500;
}
.RH1 span {
  color:#dc3545;
  font-weight: 700;
}
.RH2 {
  font-weight: 500;
}
.RH2 span {
   color:#1a53cf;
  font-weight: 700;
}
.RH3 {
  font-weight: 500;
}
.RH3 span {
  color:#1caf6a;
  font-weight: 700;
}
.RH4 {
  font-weight: 500;
}
.RH4 span {
  color:#6a35cc;
  font-weight: 700;
}
.RH5 {
  font-weight: 500;
}
.RH5 span {
  color:#eec50f;
  font-weight: 700;
}
.RH6 {
  font-weight: 500;
}
.RH6 span {
  color:#6a35cc;
  font-weight: 700;
}
.RH7 {
  font-weight: 500;
}
.RH7 span {
  color:#dc3545;
  font-weight: 700;
}
.RH8 {
  font-weight: 500;
}
.RH8 span {
  color:#dc3545;
  font-weight: 700;
}
/* border */
.border-dashed {
  border-width: 1px;
  border-style: dashed;
}

/* text,font */
.cursor-pointer {
  cursor: pointer;
}

.small {
  font-size: 75%;
}

.fs-7 {
  font-size: 0.75rem;
}

.fs-8 {
  font-size: 0.25rem;
}

.fw-600 {
  font-weight: 600;
}

a {
  font-size: 0.8rem;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: var(--bs-primary) !important;
  text-decoration: underline;
}

.claim-card:hover {
  text-decoration: none;
  color: var(--bs-primary);
}

/* button */
.rounded {
  border-radius: 0.7rem !important;
}

.btn {
  border-radius: 0.7rem;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  border-color: unset;
}

.cust-pink-100{
  /* background-color: #f8bbd0; */
}

.color-row:nth-child(even) .cust-pink-100 {
  background-color: #fce4ec;
}
.cust-pink-50 {
  background-color: #fce4ec;
}

.cust-primary-bg{
  background-color:#E1056D;
  color:#fff;
}
.btn-primary,
.bg-primary {
  background: var(--bs-primary) !important;
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to bottom, #f91380, var(--bs-primary))!important; */
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to bottom, #f91380, var(--bs-primary))!important; */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-color: var(--bs-primary) !important;
  color: #fff;
}

.btn-primary:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0.25rem rgb(236 11 117 / 27%);
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(236 11 117 / 27%);
}

.btn-hover:hover {
  outline: 0 !important;
  box-shadow: 0 0 0 0.25rem rgb(236 11 117 / 27%) !important;
}

/* END: Button */

/* Progress Bar */
.progress {
  height: 0.5rem;
}

/* Card */
.card {
  border-radius: 0.7rem;
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 6%), 0px 6px 10px 0px rgb(0 0 0 / 4%), 0px 1px 18px 0px rgb(0 0 0 / 4%);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.card-body {
  padding: 0.8rem;
}

.card-label {
  font-size: 12px;
  color: #242424;
}

.card-value {
  font-size: 12px;
  color: #242424;
  font-weight: 600;

}

.card-header:first-child {
  border-top-right-radius: 0.7rem;
  border-top-left-radius: 0.7rem;
}

.card-header {
  background: #f3f5f7;
}

/* .card-header{
  background: #87b7ff; 
  background: -webkit-linear-gradient(to bottom, #87b7ff, #cbdaff); 
  background: linear-gradient(to bottom, #87b7ff, #cbdaff); 
  border-bottom: #5c5d5e;
} */

.card-icon {
  width: 30px;
  margin-right: 10px;
}


/* Form */
.form-control,
.input-group-text {
  border-radius: 0.7rem;
  background: whitesmoke;
}

.form-control-lg {
  font-size: 0.9rem;
}

.form-control:focus {
  border-color: #e1056d54;
  box-shadow: 0 0 0 0.25rem rgb(225 5 109 / 15%);
}

.form-label {
  margin-bottom: 0.3rem;
}

.form-select,
.form-label,
.form-control,
.btn {
  font-size: 0.8rem;
}

select.form-control {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  background-image: none !important;
}

.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.col-form-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-control-plaintext {
  font-size: 12px;
  padding-top: 0;
}

/* width */
.w-56{
  width:57%
}
.w-156 {
  width: 156px;
}

.w-4em {
  width: 4em;
}
.w-40{
  width:40%;
}
/* START NAV */
.nav-profile {
  /* width: 25px;
  height: 25px; */
  width: 20px;
  /* height:25px; */
  height: 20px;
  margin-right: 12px;
  border-radius: 50%;
}

.nav-profile img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.pointer {
  cursor: default !important;
}

.profile-container img {
  width: 86px;
  height: 86px;
  border-radius: 50% !important;
}

/* Accordian */
.accordion-button-2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

/* Tab Menu */
.tab-menu .active {
  color: #fff;
  background-color: var(--bs-primary);
}


.ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
}

/* START: Dashboard */
/* RM Details */
.initial-text {
  text-align: center;
  line-height: 2.01em;
  font-size: 40px;
  font-weight: bold;
  color: #939799;
  width: 90%;
  height: 90%;
  background-color: #f1f1f1;
  border-radius: 50px;
  margin: auto;
  margin-top: 4px;
}

/* Policy status */
.total_policies_div {
  border-bottom: 2px solid #b90258;
  border-radius: 0.7rem;
  border: unset;
}

.active_policies_div {
  border-bottom: 2px solid #8bca57;
  border-radius: 0.7rem;
  border: unset;
}


.profile-section {
  /* background-color: #ffc13a; */
  border: unset;

}

.profile-container {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 6%), 0px 6px 10px 0px rgb(0 0 0 / 4%), 0px 1px 18px 0px rgb(0 0 0 / 4%);
}

.edit-icon {
  right: 0;
  width: 32px;
  background-color: #f1eeee;
  border-radius: 50px;
  padding: 2px 6px;
  bottom: -3px;
  text-align: center;
  border: 3px solid #fff;
}



/* Recommended policy */
._insurance-card {
  background-blend-mode: soft-light;
  /* background-blend-mode: color-burn; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  padding-top: 6px;
  padding-bottom: 6px;
}

.car._insurance-card {
  background: #14b1df url(../images/icon/svg/car_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.travel._insurance-card {
  background: #8154eb url(../images/icon/svg/travel_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.health._insurance-card {
  background: #ff4081 url(../images/icon/svg/health_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.cyber._insurance-card {
  background: #00796b url(../images/icon/svg/cyber_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.term._insurance-card {
  background: #f25723 url(../images/icon/svg/term_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.text-shadow {
  text-shadow: 2px 2px #7a7c7c;
}

.policy-card {
  transition: all 0.3s;
}

/* Policies */
.policy-card:hover {
  cursor: pointer;
  box-shadow: 0px 3px 1px 2px rgb(0 0 0 / 6%), 0px 6px 14px 1px rgb(0 0 0 / 56%), 21px -9px 7px 0px rgb(0 0 0 / -29%);
}

.policy-card:hover .card-header {
  font-weight: bold;
}

/* BLOGS */
.blog-title {
  font-size: 12px;
  font-weight: 600;
}

.blog-date {
  font-size: 0.8em;
  color: #b5b8bb !important;
}

/* START: footer collapsed using css*/

.collapse-icon:before {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right;
  font-size: x-small;
  font-weight: lighter;
  font-style: normal;
}

.collapsed .collapse-icon:before {
  /* symbol for "collapsed" panels */
  content: "\f067";
  font-size: x-small;
  font-weight: lighter;
}

/* END: footer collapsed using css*/

.notification-menu {
  max-width: 500px;
  width: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-y-auto {
  overflow-y: auto;
  height: 200px;
}

.cmpny_container {
  height: 147px;
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
}

.cmpny_lsit {
  padding: 1px;
}

.cmpny_lsit:hover {
  background-color: #eceaea;
  border-radius: 10px;
}

/* START: custom scroll */

/* width */
.cmpny_container::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.cmpny_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.cmpny_container::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 10px;
}

/* Handle on hover */
.cmpny_container::-webkit-scrollbar-thumb:hover {
  background: #ac0352;
}

/* END: custom scroll */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.2rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.activeroute {
  text-decoration: none;
  color: #fff !important;
  border-bottom: 2px solid #ffffff;

}
.nav-link:hover {
  color: #fff !important;
}
.dropdown-item:active {
  background-color: #e9ecef !important;
}

.flatpickr-months .flatpickr-month {
  background: #e1056d !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  background: #e1056d !important;
}

.flatpickr-weekdays {
  background: #e1056d !important;
}

span.flatpickr-weekday {
  background: #e1056d !important;

}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #e1056d !important;
  border-color: #e1056d !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #e1056d !important;
}

.newsletter-container-card {
  /* background-image: url("https://png.pngtree.com/thumb_back/fh260/background/20210713/pngtree-cute-thanksgiving-newsletter-image_740435.jpg"); */
  background-image: url("../images/newsletter_background.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.newsletter-container-card-button {
  background-color: #f08e8b;
}

/* Button */
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff !important;
  background-color: #e1056d !important;
  border-color: #e1056d !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #e1056d !important;
  border-color: #e1056d !important;
}

.btn-outline-primary-select {
  color: #fff !important;
  background-color: #e1056d !important;
  border-color: #e1056d !important;
}

.btn-outline-primary {
  color: #e1056d !important;
  border-color: #e1056d !important;
}

.calendar:before {
  position: absolute;
  content: '';
  top: -2px;
  left: 14px;
  height: 10px;
  min-width: 81%;
  background-size: 9px 12px;
  background-image: -webkit-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
  background-image: -moz-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
  background-image: -ms-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
  background-image: -o-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
  background-image: radial-gradient(circle at 5% 40%, transparent 70%, #555 20%);
}

.nav-profile ._name {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #939799;
  color: #fff;
  padding: 1px;
  font-size: 10px;
  margin: auto;
  text-align: center;
  line-height: 17px;
}

.user-card ._img img {
  width: 70px;
  height: 70px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.casualty._insurance-card {
  background: #14b1df url(../images/icon/svg/casualty_policy.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.bike._insurance-card {
  background: #8bca57 url(../images/icon/svg/bike_bg.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.group._insurance-card {
  background: #f25723 url(../images/icon/svg/group_medicalim.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.office._insurance-card {
  background: #8bca57 url(../images/icon/svg/office_package.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.personal._insurance-card {
  background: #8154eb url(../images/icon/svg/personal_accident.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.shopkeeper._insurance-card {
  background: #ff4081 url(../images/icon/svg/shopkeeper.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.financial._insurance-card {
  background: #00796b url(../images/icon/svg/financial.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.group_travel._insurance-card {
  background: #14b1df url(../images/icon/svg/casualty_policy.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.industrial._insurance-card {
  background: #8154eb url(../images/icon/svg/industrial_pakage.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.marine._insurance-card {
  background: #f25723 url(../images/icon/svg/marine_cargo.svg);
  background-repeat: no-repeat;
  background-size: 158px 152px;
  color: #fff;
  background-position: top right;
}

.notification-count {
  width: 19px;
  height: 19px;
  font-size: 10px;
  text-align: center;
  line-height: 8px;
}

.unread {
  background-color: #e3e3e3;
}





@media screen and (max-width: 768px) {

  p {
    font-size: 0.7rem;
  }

  .btn {
    font-size: 10px;
  }

  .h4,
  h4 {
    font-size: calc(0.8rem + .3vw);
  }

  .h6,
  h6 {
    font-size: 0.8rem;
  }

  .blog-title {
    font-size: 10px;
  }

  .blog-date {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 425px) {
  .w-75 {
    width: 35% !important;
  }
}

.mt-6{
  margin-top: 6rem !important;
}

/* Allow buttons to wrap and stay responsive */
.responsive-btn-group .btn-group {
  flex-wrap: wrap;
  display: flex;
  gap: 0.5rem;
}

/* Adjust padding/margin for small screens */
@media (max-width: 768px) {
  .responsive-btn-group .btn-group {
    justify-content: flex-start;
    width: 100%;
  }

  .responsive-btn-group .btn-group .btn {
    flex: 1 1 auto;
    min-width: 120px; /* Adjust as needed */
  }
}


@media (max-width: 768px) {
  .small {
    font-size: 50%;
  }
}

@media (max-width: 575.98px) {
  .navbar-nav {
    flex-direction: column !important;
    width: 100%;
    padding-left: 1rem;
  }

  .navbar-collapse {
    background-color: #76003c; /* match brand background */
    z-index: 1000;
    padding-bottom: 1rem;
  }

  .navbar-nav .nav-link {
    text-align: left;
    padding: 0.75rem 0;
    color: #fff !important;
  }

  .w-100 {
    width: 120% !important;
  }

  .navbar-toggler {
    border: none;
    font-size: 1.25rem;
    color: #fff !important; /* This makes button text/icon white */
  }
  

  .navbar-toggler-icon {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}


  /* .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 
      xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' 
      stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 
      d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  } */

  .navbar-brand img {
    width: 120px;
    height: auto;
  }
}

