@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");


 button.dt-button,
  div.dt-button,
  a.dt-button,
  input.dt-button {
    color: #fff;
    background-color: #4e8cec !important;
    border-radius: 5px;
    padding: 2px 12px;
    border: none;
  }
  body{

    font-family:poppins;
  }


.search_box {
  border: none !important;
  border-bottom: 2px solid #eee !important;
  background: transparent;
  width: 100%;
  color: #ccc;
  border-radius: 0;
}
.custo-head {
  position: relative;
  padding: 9px;
  background-color: #495057;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custo-head::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 100%;
  border-top: 37px solid transparent;
  border-left: 61px solid #495057;
}

.custom {
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc !important;
}
input span,
select span,
textarea span {
  margin-top: 10px !important;
}
input,
select,
select.form-control,
select.select.select2,
textarea {
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.search_box:focus,
.form-control:focus {
  box-shadow: unset !important;
  outline: unset;
  border: 1px solid #1cb8f3 !important;
}
.swal2-popup.swal2-toast {
  padding: 0.8em 1em !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bg-t {
  background: rgba(255, 255, 255, 0.2);
}
.nav-item.dropdown {
  margin: 7px auto;
  border-radius: 5px;
}
.bubble-shadow {
  position: relative;
  overflow: hidden;
}

.bubble-shadow:before {
  position: absolute;
  top: -10%;
  right: -140px;
  width: 300px;
  height: 300px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.bubble-shadow:after {
  position: absolute;
  top: -65px;
  right: 80px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.badge-hara {
  background-color: #0eb736;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* ===== Scrollbar CSS ===== */

/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #547aa0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
  height: 9px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #2ea8e5;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.h2_new {
  font-weight: bolder !important;
  font-size: 30px !important;
  color: #414141 !important;
}

.h4_new {
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #414141 !important;
}

.h5_new {
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #414141 !important;
}

.h6_new {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #414141 !important;
}

.border-none {
  border: none !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.bg_light {
  background: #ededf5;
}

.border_10 {
  border-radius: 10px !important;
}

.border_201 {
  border-radius: 20px !important;
}
.border_20 {
  border-radius: 20px 20px 0 0 !important;
}
.font-7 {
  font-size: 7px !important;
}

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}
/*----------------------------------------------------------
            ---- Dashboard card ui design ---
----------------------------------------------------------*/
.bg-magenta {
  background: rgba(235, 47, 150, 0.05);
}
.bg-red {
  background: rgba(222, 68, 54, 0.05);
}
.bg-volcano {
  background: rgba(250, 84, 28, 0.05);
}
.bg-orange {
  background: rgba(250, 140, 22, 0.1);
}
.bg-gold {
  background: rgba(255, 193, 7, 0.1);
}
.bg-lime {
  background: rgba(160, 217, 17, 0.1);
}
.bg-green {
  background: #b0ebc4;
}
.bg-cyan {
  background: rgba(0, 201, 167, 0.1);
}
.bg-blue {
  background: rgba(63, 135, 245, 0.1);
}
.bg-geekblue {
  background: rgba(47, 84, 235, 0.1);
}
.bg-purple {
  background: rgba(136, 108, 255, 0.1);
}

.card {
  box-shadow: none;
}
.d-g-c {
  color: #4ac766;
}
.d-g-b {
  background: #4ac76614;
}
.d-g-bor {
  border-bottom: 4px solid #4ac766 !important;
}

.d-s-c {
  color: #1cb8f3;
}
.d-s-b {
  background: #1cb8f317;
}
.d-s-bor {
  border-bottom: 4px solid #1cb8f3 !important;
}
i {
  cursor: pointer;
}
.d-o-c {
  color: #ffc107;
}
.avatar-md {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 14px !important;
}
.d-o-b {
  background: #ffc10717;
}
.d-o-bor {
  border-bottom: 4px solid #ffc107 !important;
}
.card,
.rounded-15 {
  border-radius: 15px;
}
.d-r-c {
  color: #dc3545;
}
.d-r-b {
  background: #dc35451f;
}
.d-r-bor {
  border-bottom: 4px solid #dc3545 !important;
}
.fw-5 {
  font-weight: 500;
  font-size: 13px !important;
}
.side-nav .side-nav-inner .side-nav-menu li a {
  color: #d1d1d1 !important;
  transition: all 0.3s ease;
  padding: 8px 12px !important;
}
.side-nav .side-nav-inner .side-nav-menu li:hover,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open {
  background: #ffffff14;
}
.side-nav .side-nav-inner .side-nav-menu li:hover > a,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a .icon-holder,
.side-nav .side-nav-inner .side-nav-menu li:hover > a .icon-holder {
  /* color: #2a2a2a; */
  color: #eee;
}
.dropdown-menu > li > a:hover {
  color: #fff !important;
}
.side-nav
  .side-nav-inner
  .side-nav-menu
  li.dropdown:hover
  .arrow
  .arrow-icon:before,
.side-nav
  .side-nav-inner
  .side-nav-menu
  li.dropdown.open
  .arrow
  .arrow-icon:after {
  background-image: linear-gradient(to right, #eee, #eee);
}
.side-nav
  .side-nav-inner
  .side-nav-menu
  li.dropdown:hover
  .arrow
  .arrow-icon:before,
.side-nav
  .side-nav-inner
  .side-nav-menu
  li.dropdown.open
  .arrow
  .arrow-icon:after {
  background-image: linear-gradient(to right, #eee, #eee);
}
.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:before,
.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:after {
  content: "";
  position: absolute;
  background: 0 0;
  background-image: linear-gradient(
    to right,
    rgba(42, 42, 42, 0.75),
    rgb(232 229 229 / 75%)
  );
}
::selection {
  background-color: #2a7ac9;
  color: #fff;
}
.round-10 {
  border-radius: 10px;
}
/*----------------------------------------------------------
            ---- Dashboard card ui design ---
----------------------------------------------------------*/

.font-17 {
  font-size: 18px !important;
}
.copy_text_click {
  font-weight: bold !important;
  cursor: pointer !important;
}
.card {
  border: none;
}
.menu-box {
  border: 1px solid #a1a1a1;
  margin: 0px;
  padding: 5px;
}

.menu-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-box ul.menu-list li {
  display: block;
  margin-bottom: 5px;
  border: 2px solid rgb(255, 0, 0);
  background: #fff;
}

.menu-box ul.menu-list > li a {
  background: #fff;
  display: block;
  font-size: 14px;
  color: red;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
}

.menu-box ul.menu-list > li a:hover {
  cursor: move;
}

.menu-box ul.menu-list ul {
  margin-left: 20px;
  margin-top: 5px;
}

.menu-box ul.menu-list ul li a {
  color: blue;
}
.menu-box ul.menu-list ul li {
  color: blue;
  border: 0.5px solid #da4b51;
}

.menu-box li.menu-highlight {
  border: 1px dashed red !important;
  background: #f5f5f5;
}
.switch {
  display: inline-block;
  height: 23px;
  position: relative;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.container {
  margin: 0 auto;
}
.switch input[type="checkbox"] + label {
  zoom: 0.8 !important;
  margin-top: 15px;
}
.bg-p {
  background: #f9fbfd;
}
/* .card h4, .card p{
    color:#fff;
  }*/
.inputGroup {
  background-color: #fff;
  display: block;
  position: relative;
  width: 100%;
}
.ch_label {
  padding: 5px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  border-radius: 5px;
}
.ch_label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";

  background-image: linear-gradient(
    to right,
    rgb(195, 20, 50),
    rgb(36, 11, 54)
  );
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.ch_label:after {
  width: 32px;
  height: 32px;
  content: "";
  background-color: #e5e5e5;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 20px;
  bottom: 5%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.badge-success {
  background: #68d8d6;
}
.ch_input:checked ~ .ch_label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.ch_input:checked ~ .ch_label:after {
  background-color: #00c9a7;
  border-color: #54e0c7;
}

.ch_input {
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.rounded-top {
  border-radius: 15px 50px 0px 0px !important;
}

.form {
  position: relative;
}
.form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  z-index: 10000;
}
.form::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 46%;
  transform: translate(-42%, -46%);
  width: 40px;
  height: 40px;
  z-index: 100000;
  border: 4px solid #ffffff;
  border-radius: 50%;
  border-top: 4px solid #2a7ac9;
  border-bottom: 4px solid #2a7ac9;
  -webkit-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload_btn {
  background-color: transparent;
  border: none;
  outline: none;
  color: #72849a;
}
.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 10px 40px;
  background-image: repeating-linear-gradient(
      112.5deg,
      rgb(0, 0, 0) 0px,
      rgb(0, 0, 0) 14px,
      transparent 14px,
      transparent 15px
    ),
    repeating-linear-gradient(
      22.5deg,
      rgb(0, 0, 0) 0px,
      rgb(0, 0, 0) 14px,
      transparent 14px,
      transparent 15px
    ),
    linear-gradient(
      90deg,
      hsl(146, 54%, 44%),
      hsl(218, 54%, 44%),
      hsl(290, 54%, 44%),
      hsl(2, 54%, 44%),
      hsl(74, 54%, 44%)
    );
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

/* DRAG n DROP NAVIGATION SORTING */

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .cf {
  zoom: 1;
}
*:first-child + html .cf {
  zoom: 1;
}

/**
 * Nestable
 */

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item {
    position: relative;
   background-color: #d5d0d0;
opacity: 0.8;
background-image: radial-gradient(#1b1b1b 0.5px, #d5d0d0 0.5px);
background-size: 10px 10px;
    border-radius: 5px;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 40px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: linear-gradient(top, #fff 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: "-";
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: -moz-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    );
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.overflow-x{
  overflow-x:auto !important;
}
.overflow-y{
  overflow-y:auto !important;
}
.overflow{
  overflow:auto !important;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
 * Nestable Extras
 */

.nestable-lists {
  display: block;
  clear: both;
  padding: 2px 0 30px 0;
  width: 100%;
  min-width: 330px;
  border: 0;
}

#nestable-menu {
  padding: 0;
  margin: 20px 0;
}

#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
  background: #bbb;
}
#nestable2 .dd-item > button:before {
  color: #fff;
}

@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 100%;
  }
  .dd + .dd {
    margin-left: 2%;
  }
}

.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 30px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #ddd;
}

/**
 * Socialite
 */

.socialite {
  display: block;
  float: left;
  height: 35px;
}

.img-thumbs,
.img-thumbs1,
.img-thumbs2,
.img-thumbs3,
.img-thumbs4,
.img-thumbs5,
.img-thumbs6 {
  background: #f1f2f3;
  border-radius: 0.25rem;
  margin: 0.5rem 0;
  padding: 0.4rem;
}
.img-thumbs-hidden,
.img-thumbs-hidden1,
.img-thumbs-hidden2,
.img-thumbs-hidden3,
.img-thumbs-hidden4,
.img-thumbs-hidden5,
.img-thumbs-hidden6 {
  display: none;
}

.wrapper-thumb,
.wrapper-thumb1,
.wrapper-thumb2,
.wrapper-thumb3,
.wrapper-thumb4,
.wrapper-thumb5,
.wrapper-thumb6 {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  justify-content: space-around;
}

.img-preview-thumb,
.img-preview-thumb1,
.img-preview-thumb2,
.img-preview-thumb3,
.img-preview-thumb4,
.img-preview-thumb5,
.img-preview-thumb6 {
  background: #fff;
  border: 1px solid none;
  border-radius: 0.25rem;
  margin-right: 1rem;
  max-width: 100%;
  padding: 0.25rem;
  max-height: 200px;
}

.remove-btn,
.remove-btn1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  top: -5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #dc3545;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.bg-grey {
  background-color: rgba(181, 213, 144, 0.2);
}
.remove-btn:hover,
.remove-btn1:hover {
  box-shadow: 0px 0px 3px grey;
  transition: all 0.3s ease-in-out;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input__label {
  background: #0a1f35 !important;
}
.table td,
.table th {
  border: 1px solid rgba(181, 213, 144, 0.5);
}

.table td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.table th {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.table th {
  color: #fff;
  font-weight: normal;
  text-align: start;
}

.table td {
  text-align: start;
}

.table tr:hover {
  background: rgba(181, 213, 144, 0.2);
}
.input-container {
  position: relative;
  width: 100%;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-label {
  display: grid;
  place-content: center;
  padding: 0.6rem;
  background-color: #fafafae8;
  background-image: radial-gradient(
    circle at 50% 50%,
    transparent 0,
    transparent 46%,
    #3f875f 50%,
    #3f875f 30%,
    transparent 54%
  );
  background-size: 6px 6px;
  background-position: center center;
  background-repeat: repeat;
  border: none;
  outline: none;
  padding: 20px 10px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

.preview-container {
  margin-top: 1rem;
}

.preview-image {
  max-width: 100%;
  max-height: 200px;
}

  .selector{
            position:relative;
            width:100%;
            background-color:var(--smoke-white);
            height:35px;
            display:flex;
            align-items:center;
            border-radius:9999px;
        }
        .selecotr-item{
            position:relative;
            flex-basis:calc(70% / 3);
            height:100%;
            display:flex;
            justify-content:center;
            align-items:center;
        }
        .selector-item_radio{
            appearance:none;
            display:none;
        }
        .selector-item_label{
            position:relative;
            width:100%;
            text-align:center;
            border-radius:9999px;
            font-weight:900;
            transition-duration:.5s;
            transition-property:transform, color, box-shadow;
            transform:none;
            border: 1px dotted blue;
        }
        .selector-item_radio:checked + .selector-item_label{
            background-color:var(--blue);
            color:var(--white);
            box-shadow:0 0 4px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.5);
            transform:translateY(-2px);
        }
        @media (max-width:480px) {
            .selector{
                width: 90%;
            }
        }







/*************************************************Header*********************************************************/


/* Existing CSS with !important applied to all declarations */
.otp_div {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.user_otp_inp {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.2rem !important;
    text-align: center !important;
}

.header1, .header2, .header {
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    z-index: 1000 !important;
}
.header1 {
    top: 0 !important;
    background-color: #fff !important;
    border-bottom: 1px solid #eee !important;
    z-index: 1050 !important;
}
.header2 {
    top: 30px !important;
    background-color: #ffffff !important;
    z-index: 1040 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 20px !important;
}
.header {
    top: 100px !important;
    height: 70px !important;
    background-color: #174213 !important;
    z-index: 1030 !important;
}
body {
    padding-top: 168px !important;
}

.header .logo {
    width: auto !important;
    border-right: none !important;
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .header .logo {
        width: auto !important;
    }
}

.header2-logo a {
    display: inline-block !important;
}

.nav-item.nav-content {
    text-transform: capitalize !important;
}
.header .nav-wrap .nav-left li>a,
.header .nav-wrap .nav-right li>a,
.header .nav-wrap .nav-right li nz-dropdown>a {
    font-size: 15px !important;
    padding: 10px 10px !important;
}
.header .nav-wrap .nav-left li.logo-hover-background>a:hover,
.header .nav-wrap .nav-left li.logo-hover-background>a:focus,
.header .nav-wrap .nav-left li.logo-hover-background>a:active {
    color: #174213 !important;
    background-color: transparent !important;
}
.header .nav-wrap .nav-right li>a:hover,
.header .nav-wrap .nav-right li>a:focus,
.header .nav-wrap .nav-right li>a:active,
.header .nav-wrap .nav-right li nz-dropdown>a:hover,
.header .nav-wrap .nav-right li nz-dropdown>a:focus,
.header .nav-wrap .nav-right li nz-dropdown>a:active {
    color: #174213 !important;
    background-color: rgb(255 255 255) !important;
}

.avatar>img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.dropdown .dropdown-toggle:after,
.dropup .dropdown-toggle:after,
.dropright .dropdown-toggle:after {
    display: none !important;
}

.header .nav-wrap {
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.header .nav-wrap .nav-right.main-menu-ul {
    display: flex !important;
    justify-content: center !important;
    flex-grow: 0.5 !important;
    padding-left: 0 !important;
    list-style: none !important;
    margin-bottom: 0 !important;
}

.nav-item {
    position: relative !important;
}
.sub-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 1000 !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 4px !important;
    min-width: 210px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
    padding: 8px 0 !important;
    margin-top: 0px !important;
    list-style: none !important;
    display: none !important;
    border: 2px solid #174213 !important;
}
.nav-item:hover .sub-menu,
.nav-item.open .sub-menu {
    display: block !important;
}
.sub-menu li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border-bottom: 1px solid #174213 !important;
}
.sub-menu li:last-child {
    border-bottom: none !important;
}
.sub-menu li a {
    display: block !important;
    padding: 10px 16px !important;
    font-size: 15px !important;
    color: #2a2a2a !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
}
.sub-menu li a:hover {
    background: #f5f5f5 !important;
    color: #174213 !important;
}

.view-all-btn .Offer-btn {
    background-color: #174213 !important;
    color: white !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    font-size: 13px !important;
transition:0.4s;
}
.view-all-btn .Offer-btn:hover {
    background-color: #113510 !important;
    color: white !important;
	transition:0.4s;
}
.side-nav .side-nav-inner .side-nav-menu li a {
    font-weight: 500 !important;
    padding: 8px 12px !important;
}

/* Side Navigation Styles */
.side-nav .side-nav-inner .side-nav-menu li a:hover {
    color: #d1d1d1 !important;
    background: #17421326 !important;
}
.side-nav .side-nav-inner .side-nav-menu li:hover > a, .side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a, .side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a .icon-holder, .side-nav .side-nav-inner .side-nav-menu li:hover > a .icon-holder{
color:#cfcfcf !important;
}
.side-nav {
    top: 168px !important;
    position: fixed !important;
    height: calc(100vh - 168px) !important;
    background-color: #0a0a0a !important;
    z-index: 1020 !important;
    transition: transform 0.3s ease-in-out !important;
}
.side-nav.mobile-active {
    transform: translateX(0) !important;
}
li.headingt {
    background: #f5f5f11a !important;
    color: #ccc !important;
    border-bottom: 1px solid #555 !important;
    margin-top: 15px !important;
    padding: 3px 0 3px 20px !important;
}
.form-control {
    padding: 0.55rem 1rem !important;
    height: auto !important;
    color: #53535f !important;
    border: 1px solid rgb(114 132 154 / 26%) !important;
    background: #f0f2f55e !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
}
.side-nav-menu {
    background-color: #0a0a0a !important;
}
.page-container .main-content {
    padding: calc(85px + -85px) 0px 0px !important;
    min-height: calc(100vh - 70px) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .page-container {
        padding-left: 230px !important;
    }
}
.nav-item-dashsidebar {
    border: 1px solid #ffffff29 !important;
}


@media (min-width: 768px) and (max-width:992px) {

.aafheader2-search-area-mobilesection{
    flex-grow: 1 !important;
    margin: 0 0px !important;
    max-width: 650px !important;
    width: 760px !important;
    display: block !important;
}


}



@media  (max-width:767px) {

.aafheader2-search-area-mobilesection{
     max-width:270px !important;
    width: 270px !important;
}


}





/* Mobile and Tablet Styles */
@media (max-width: 991.98px) {
    .header1 {
        display: none !important;
    }
    .header2 {
        top: 0 !important;
        padding: 0 10px !important;
        height: 60px !important;
    }
    .header2 .header2-logo.d-none.d-lg-block {
        display: none !important;
    }
    .header2 .header2-search.d-none.d-lg-block {
        display: none !important;
    }
    .header2 .header2-search .aafheader2-search-area {
        display: none !important;
    }
    .header2 .logo.d-lg-none img {
        max-width: 120px !important;
        max-height: 50px !important;
    }
    .header {
        top: 60px !important;
        height: 60px !important;
    }
    .header .nav-wrap {
        height: 50px !important;
        justify-content: space-between !important;
    }
    body {
        padding-top: 120px !important;
    }
    /* Main Menu Sidebar for Mobile (Applied to All Pages) */
    .header .nav-wrap .nav-right.main-menu-ul {
        display: none !important;
        position: fixed !important;
        top: 120px !important;
        left: 0 !important;
        width: 80% !important;
        height: calc(100vh - 120px) !important;
        background-color: #000000 !important;
        flex-direction: column !important;
        padding: 10px 0 !important;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
        z-index: 999 !important;
        overflow-y: auto !important;
        justify-content: start !important;
    }
    .header .nav-wrap .nav-right.main-menu-ul.mobile-active {
        display: flex !important;
    }
    .header .nav-wrap .nav-right.main-menu-ul.mobile-active .nav-item.nav-content {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
    }
    .header .nav-wrap .nav-right.main-menu-ul.mobile-active .nav-item.nav-content > a {
        padding: 12px 20px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    .header .nav-wrap .nav-right.main-menu-ul.mobile-active .nav-item.nav-content:last-child > a {
        border-bottom: none !important;
    }
    .header .nav-wrap .nav-right.main-menu-ul.mobile-active .sub-menu {
        position: static !important;
        width: auto !important;
        border: none !important;
        box-shadow: none !important;
        margin-right: 0 !important;
        background-color: rgba(255, 255, 255, 0.05) !important;
        padding-left: 15px !important;
    }
    .header .nav-wrap .nav-right.main-menu-ul.mobile-active .sub-menu li a {
        color: #f0f0f0 !important;
        padding: 8px 15px !important;
        border: none !important;
    }
    .header .nav-wrap .nav-right.main-menu-ul.mobile-active .sub-menu li a:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
    }
    .view-all-btn {
        padding: 10px 20px !important;
    }
    .view-all-btn .Offer-btn {
        background-color: #fff !important;
        color: #174213 !important;
		transition:0.4s;
    }
    .mobile-toggle a .close-icon {
        display: none !important;
    }
    .mobile-toggle.active a .menu-icon {
        display: none !important;
    }
    .mobile-toggle.active a .close-icon {
        display: inline !important;
    }
    #mobileSearchIcon {
        color: #333 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    #mobileSearchIcon svg {
        width: 22px !important;
        height: 22px !important;
    }
    .header2 .user-avatar-img {
        height: 32px !important;
        width: 32px !important;
    }
    .header2 .avatar-image.me-lg-2 {
        margin-right: 0 !important;
    }
    .header2-actions-right .header2-user .nav-right > li {
        margin-left: 8px !important;
    }
    .header2-actions-right .header2-user .nav-right > li:first-child {
        margin-left: 0 !important;
    }
    .sub-menu li a {
        font-size: 14px !important;
    }
    /* Dashboard Sidebar for Mobile (Only on Dashboard Pages) */
    .side-nav {
        display: none !important;
        top: 120px !important;
        width: 80% !important;
        height: 100vh !important;
        background-color: #0a0a0a !important;
        z-index: 1020 !important;
        transform: translateX(-100%) !important;
        transition: transform 0.3s ease-in-out !important;
    }
    .side-nav.mobile-active {
        display: block !important;
        transform: translateX(0) !important;
    }
    /* Conditional CSS for Dashboard Pages */
    <?php if ($isDashboardPage) { ?>
    .header .nav-wrap .nav-right.main-menu-ul {
        display: none !important;
    }
    .header .nav-wrap .nav-right.main-menu-ul.mobile-active {
        display: none !important;
    }
    .side-nav {
        display: block !important;
    }
    <?php } else { ?>
    .side-nav {
        display: none !important;
    }
    .header .nav-wrap .nav-right.main-menu-ul {
        display: none !important;
    }
    <?php } ?>
}

@media (max-width: 767px) {
 
    .header .nav-wrap .nav-left {
        margin-right: 10px !important;
    }
    .aafheader2-search-area {
        margin: 0px !important;
    }
}
@media (max-width: 575.98px) {
  /*  #mobileSearchIcon {
        margin-right: 8px !important;
    } */
    .header2-actions-right .header2-user .nav-right > li {
        margin-left: 5px !important;
    }
    .header2 .logo.d-lg-none img {
        max-height: 50px !important;
    }
}

a#myaccountbutton:hover,
a#myaccountbutton:active,
a#myaccountbutton:focus {
    background-color: transparent !important;
}
a.text-dark:hover,
a.text-dark:focus {
    color: #ffffff !important;
}
.header2-search input::placeholder {
    font-size: 14px !important;
    color: #999 !important;
}
.header2-search input {
    border-radius: 30px !important;
    height: 40px !important;
}
.header2-search input:focus {
    box-shadow: none !important;
}
.avatar-image img {
    object-fit: cover !important;
    border-radius: 50% !important;
}
.header2 .user-avatar-img {
    height: 40px !important;
    width: 40px !important;
}
.btn-outline-light {
    border: 1px solid #fff !important;
    color: #fff !important;
    transition: 0.3s !important;
}
.btn-outline-light:hover {
    background-color: #fff !important;
    color: #000 !important;
}
.aafheader2-search-area {
    flex-grow: 1 !important;
    margin: 0 0px !important;
    max-width: 1000px !important;
    width: 760px !important;
    display: block !important;
}
.aafheader2-search-form {
    display: flex !important;
    align-items: center !important;
    border: 1.5px solid #d1d1d1 !important;
    border-radius: 24px !important;
    background-color: #f9f9f9 !important;
    height: 46px !important;
    padding-left: 20px !important;
    overflow: hidden !important;
    transition: border-color 0.2s ease-in-out !important, box-shadow 0.2s ease-in-out !important;
}
.aafheader2-search-button {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin-right: 12px !important;
    display: flex !important;
    align-items: center !important;
    color: #555 !important;
    cursor: default !important;
}
.aafheader2-search-button svg {
    width: 20px !important;
    height: 20px !important;
    stroke: currentColor !important;
    stroke-width: 2.2 !important;
}
svg:not(:root) {
    overflow: hidden !important;
}
.aafheader2-search-input {
    flex-grow: 1 !important;
    border: none !important;
    outline: none !important;
    padding: 10px 15px 10px 10px !important;
    font-size: 15px !important;
    background-color: transparent !important;
    width: 100% !important;
    color: #333 !important;
}
.header2-user {
    display: flex !important;
    align-items: center !important;
}
.header2-user .nav-right {
    padding-left: 0 !important;
}
.header2-user .nav-right li>a {
    color: #333 !important;
    text-decoration: none !important;
}
.header2-user .nav-right li>a:hover {
    color: #174213 !important;
}
.header2-user .nav-right li>a span {
    color: #333 !important;
}
.header2-user .nav-right li>a:hover span {
    color: #174213 !important;
}
#mobileSearchPopup {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 1060 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    align-items: flex-start !important;
    justify-content: center !important;
}
#mobileSearchPopup .popup-content {
    padding: 20px !important;
    margin-top: 120px !important;
    width: 100% !important;
    max-width: 500px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    position: relative !important;
}
#mobileSearchPopup .popup-header {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    margin-bottom: 14px !important;
    border-bottom: 1px solid #eee !important;
}
#mobileSearchPopup .popup-header h5 {
    margin: 0 !important;
    font-size: 1.1rem !important;
    color: #333 !important;
}
#mobileSearchPopup .close-popup-btn {
    background: none !important;
    border: 1px solid white !important;
    font-size: 28px !important;
    font-weight: normal !important;
    color: #ffffff !important;
    cursor: pointer !important;
    padding: 4px !important;
    line-height: 21px !important;
    border-radius: 50% !important;
    margin-bottom: 8px !important;
}
#mobileSearchPopup .close-popup-btn:hover {
    color: #fff !important;
}
#mobileSearchPopup .aafheader2-search-form {
    border: 1.5px solid #c5c5c5 !important;
    background-color: #fff !important;
}
#mobileSearchPopup .aafheader2-search-input {
    font-size: 1rem !important;
    padding: 10px 12px !important;
}
#mobileSearchPopup .aafheader2-search-button svg {
    width: 18px !important;
    height: 18px !important;
}
.Offer-btn2:hover {
    color: #ffffff !important;
	transition:0.4s;
}
@media only screen and (max-width: 992px) {
    .side-nav {
        left: -280px !important;
        transform: translateX(-100%) !important;
    }
}
.is-expand .side-nav {
    margin-top: 0px !important;
}
@media (max-width: 767px) {
    .user_otp_inp {
        width: 45px !important;
        height: 45px !important;
        font-size: 1rem !important;
        color: #000 !important;
    }
}

@media only screen and (max-width: 992px) {
    .is-expand .side-nav {
        left: 0 !important;
    }
}


















/***************************************************************************Header***********************************/
 
/*  --------------      Homepage ---------------------*/
/* banner section 1 and 2----------------*/


.sec-pad {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .sec-pad-banner {
        padding-top: 75px;
        padding-bottom: 50px;
    }
.sec-pad-normal{
 padding-top: 60px;
        padding-bottom: 60px;
}
.journa-blog-img-height{
      width: 100%;
    height: 215px;
}
   


.divider {
    position: relative;
    margin: 10px auto 30px auto;
    width: 45%;
    height: 1px;
    background-color: #c3c1c1; /* Instead of border-bottom, use background */
}
  
.divider:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #c3c3c3;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.divider:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #174213;
    background: #174213;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
  .divider1 {
    position: relative;
    margin: 10px auto 30px auto;
    width: 30%;
    height: 1px;
    background-color: #c3c1c1; /* Instead of border-bottom, use background */
}
  
.divider1:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 1px solid #c3c3c3;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.divider1:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #174213;
    background: #174213;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}


@media(max-width:767px){
.divider {
width:70%;
}
.divider1 {
width:70%;
}
}


.active>.btn, .btn:active, .btn:focus, .btn:hover {
    background-color: #174213 !important;
    color: #fff !important;
}


***********************************************************banner section *****************************************************/
  .slide img {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }

    /* Caption styling */
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 150px;
        left: 10%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    .carousel-caption h1 {
        font-size: 50px;
        line-height: 62px;
    }


    /* Responsive for mobile */
    @media (max-width: 767px) {
        .slide img {
            height: 250px;
        }

        .carousel-caption {
            bottom:-13px;
            left: 5%;
            right: 5%;
            text-align: center;
        }

        .carousel-caption h1 {
            font-size: 1.5rem;
            line-height: 1.2;
            margin-bottom: 6px;
        }

        .carousel-caption p {
            font-size: 1rem;
        }

        .carousel-caption .btn {
            padding: 6px 12px;
            font-size: 0.9rem;
            margin-bottom: 6px;
        }
   .carousel-caption .btn:hover {
            background: #174213 !important;
        }
    }
@media (min-width: 768px) and (max-width: 1023px) {
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 65px;
        left: 10%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }
}

	
   

    .events-section {
    background: #ffffff;
    overflow: hidden;
   padding: 20px; 
border-radius:4px; 
}

.events-header1 {
    background: #ffffff !important;
    padding: 12px 16px;
    color: #000000;
    text-align: left;
    border-bottom: 1px solid #dedede;
    text-transform: uppercase;
}

.events-header {
    background: linear-gradient(135deg, #082812, #5db57d) !important; 
    padding:12px 16px;
    color: #000000;
    text-align: left;
	border-radius:4px; 
	/*border-bottom:2px solid black */
}

.events-header h4 {
    color: #ffffff !important;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.events-list {
    height: 500px; /* Fixed height to show ~3 cards */
    overflow-y: hidden; /* Enable vertical scrollbar */
    position: relative;
    padding: 0;
}


.events-list-inner {
    display:block;
    animation: scroll-up 16s linear infinite;
}

.events-list:hover .events-list-inner {
    animation-play-state: paused;
}

@keyframes scroll-up {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

/* Optional styling for the card */
.event-card {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.event-icon i {
    font-size: 20px;
    color: #007BFF;
}

.event-content a {
    text-decoration: none;
    font-weight: bold;
    color: #333;
}

.event-content a:hover {
    color: #007BFF;
}






.event-card {
    background: #f9fafb;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-left: 4px solid #3a9d5e;
    min-height: 64px; /* Consistent card height */
}

.event-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.event-icon {
    flex: 0 0 36px;
    height: 36px;
    background: #e6f4ea;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.event-icon i {
    color: #2a6d3e;
    font-size: 1.1rem;
}

.event-content {
    flex: 1;
}

.event-content a {
    color: #1a202c;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.4;
    display: block;
}

.event-content a:hover {
    color: #3182ce;
    text-decoration: underline;
}

.event-date {
    font-size: 0.8rem;
    color: #6b7280;
    margin-top: 4px;
}

/* Scroll Animation */
@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-100% + 240px)); /* Scroll until last card is visible */
    }
}








/**************************************************************second section *****************************************************/


@media(max-width:767px){
  .asiatic-font{
    font-size: 40px !important;
    line-height:46px !important;
  }
  .offering-font{
    font-size:30px !important;
  }
  .courses-bx-2 .title {
      font-size: 19px !important;
}
  
.courses-bx-2 .info {
  top: 74% !important;
}
}



/*****************************************************3 section *****************************************************/


  .card-header1 {
        background: linear-gradient(135deg, #082812, #5db57d) !important;
        color: white;
        border-radius: 4px 4px 0 0;
        padding: 1.7rem;
        text-align: center;
    }

    .logo-img-homeindex {
        max-width: 100px;
        height: auto;
        margin-bottom: 1.5rem;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        /* 16:9 Aspect Ratio */
        height: 0;
        overflow: hidden;
        border-radius: 4px;
        margin-bottom: 1.5rem;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    @media (max-width: 576px) {
        .card-header1 {
            padding: 1.5rem;
        }


    }



/**************************************************************2 section Association page *****************************************************/


	.backgroundfixed {
    position: relative;
    overflow: hidden;
}

.backgroundfixed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -2; /* Behind the overlay */
}

.backgroundfixed::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5; /* Adjust black overlay opacity (0 to 1) */
    z-index: -1; /* Behind content, above background image */
}
   .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius:4px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 200px;
      object-fit: contain;
    }


/**************************************************************4 section *****************************************************/


       
        .core-card {
          height:395px;
            background: #ffffff;
            border: 1px solid #cccccc66;
            border-radius: 4px;
            box-shadow:0 6px 20px rgb(0 0 0 / 4%);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .core-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        }

        .focus-icon {
            width: 80px;
            height: 80px;
            object-fit: contain;
            margin: 0 auto;
            transition: transform 0.3s ease;
        }

        .core-card:hover .focus-icon {
            transform: scale(1.1);
        }


        .card-heading {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1a3c34;
            margin: 15px 0;
        }

        .card-description {
            font-size: 0.95rem;
            color: #5f7d78;
            margin-bottom: 20px;
        }

     

        /* Responsive Adjustments */
        @media (max-width: 768px) {
          
            .core-card {
                margin-bottom: 10px;
            }
        }


  .h4fontcustom {
            font-size: 18px !important;
    line-height: 26px;
    white-space: nowrap;        /* ek hi line me rakhe */
    overflow: hidden;           /* card se bahar na nikle */
    text-overflow: ellipsis;    /* ... dikhaye */
    display: block;             /* ellipsis work karne ke liye */
    max-width: 100%;
    }

/**************************************************************5 section *****************************************************/

.Offer-btn {
    color: #ffffff;
    background-color: #174213;
    padding: 0.5em 2.2em;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border-radius: 0.2em;
 border: 1px solid #174213;
text-transform:uppercase;
}
  .Offer-btn:hover{
    color:#174213;
    background:#ffffff;
    border: 1px solid #174213;
  }


.journal-font-custom{
  font-size:20px;
}
  .journal-img-custom{
    height:300px;
  }
.bg-arrowbtn {
    background-color: #174213;
    padding: 10px;
    border-radius: 50%;
    color: white;
}
  a .bg-arrowbtn:hover{
    background-color: #174213;
    color: white;
}

/**************************************************************6 section *****************************************************/

 .review-card {
        border-radius: 4px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 -2px 6px rgba(0, 0, 0, 0.1);
        padding: 20px;
        background-color: #fff;
    }

    .profile-img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 15px;
    }

    .review-text {
        font-size: 16px;
        color: #555;
        margin-bottom: 15px;
    }

    .customer-name {
        font-size: 14px;
      color:black;
    }

    .customer-role {
        font-size: 14px;
        color: #888;
    }

    .stars {
        color: #ffc107;
        margin-bottom: 15px;
    }

/**************************************************************7 section *****************************************************/

/* Quick Links Section Styling */
.quick-links-section {
    background: linear-gradient(135deg, #082812, #5db57d) !important;
  padding: 4rem 0;
  overflow: hidden;
}

.quick-links-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 60px;

}

.quick-links-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a3c34;
  text-align: center;
  margin-bottom: 2.5rem;
  letter-spacing: -0.025em;
}

/* Slider Wrapper */
.links-slider-wrapper {
  overflow: hidden;
}

.links-slider {
  display: flex;
  width: max-content;
  animation: slide 20s linear infinite;
  gap: 1.5rem;
  padding: 1rem 0;
}

.links-slider:hover {
  animation-play-state: paused;
}

/* Card Styling */
.link-card {
  flex: 0 0 auto;
  width: 200px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.link-card:hover {
  transform: translateY(-8px);
  border-color: #174213;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.link-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  padding: 1rem;
}

/* Animation Keyframes */
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .quick-links-section h2 {
    font-size: 2rem;
  }

  .quick-links-container {
    padding: 1.5rem;
    margin: 0 1rem;
  }

  .link-card {
    width: 160px;
  }

  .link-card img {
    height: 100px;
  }
}

@media (max-width: 576px) {
  .quick-links-container {
    padding: 1rem;
    margin: 0 0.5rem;
  }

  .link-card {
    width: 140px;
  }

  .link-card img {
    height: 80px;
  }
}



/**************************************************************contact-us  *****************************************************/

.Offer-btn2 {
    color: #ffffff;
    background-color: #174213;
    padding: 0.4em 2.4em;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border-radius: 0.2em;
  text-align:center;
  border: 1px solid #174213;
text-transform:uppercase;
transition:0.4s;

}
  .Offer-btn2:hover {
    color: #174213;
    background: #ffffff;
transition:0.4s;
    
}

.Offer-btn1 {
    color: #ffffff;
    background-color: #174213;
    padding: 0.4em 2.4em;
    font-weight: 500;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    border-radius: 0.2em;
  text-align:center;
  border: 1px solid #174213;
text-transform:uppercase;
transition:0.4s;

}
  .Offer-btn1:hover {
    color: #174213;
    background: #ffffff;
transition:0.4s;
    
}



/********************************************************************About Us **************************************************/
.side-panel {
        background-color: #ffffff;
        min-height: 100%;
        padding: 20px 0;
        overflow-y: auto;
    }
    .side-panel h5 {
        font-weight: 600;
        color: #333;
        padding: 15px 20px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 0;
    }
    .menu-link {
        color: #555;
        font-weight: 500;
        padding: 12px 20px;
        transition: all 0.3s ease;
        display: block;
    }
    .menu-link:hover {
        background-color: #f8f9fa;
        color: #174213;
    }
    .menu-link.selected {
        background-color: #174213;
        color: #ffffff;
        border-radius: 4px;
    }
    .main-content {
        padding: 26px;
        background-color: #ffffff;
        border-top: 1px solid #cacaca;
    }
    .main-content h2 {
        font-size: 25px;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
    }
    .main-content a {
        color: #007bff;
        text-decoration: none;
        font-weight: 500;
    }
  
    .content-tab {
        display: none;
    }
    .content-tab.visible {
        display: block;
    }
    .info-card {
        background-color: #ffffff;
        border-radius: 4px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        padding: 30px;
    }

   .card-img-top1{
   height:80px;
   width:80px;
   }
   .card-title-color{
   color:#6f1d1b;
   } 


/************************************************************ Conference ********************************************************/


 .section-full:last-child {
    margin-bottom: 0px;
}
  .events-section1 {
    background: #ffffff;
    border-radius:4px;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 20px;
    border: 1px solid #eaeaea;
}
  .conference-nanner-padding{
    border-radius:4px;
    border:10px solid #e7e4e4;
  }
  
    .conference-banner{
    height:500px !important;
      width:100% !important;
  }

@media(max-width:767px){
  .conference-banner{
    height:200px !important;
  }
 
}
  @media(max-width:1023px){
  .conference-banner{
    height:350px !important;
  }
 
}
  

        .sh-team-card {
            background: #ffffff;
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            position: relative;
          padding:10px;
        }

    

        .sh-card-img {
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

        .sh-card-img img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

       
        .sh-text-start {
            padding: 20px;
            text-align: center;
        }

        .sh-card-title {
            font-size: 1rem;
            font-weight: 500;
            color: #1a1a1a;
          	margin:0px;
        }

        .sh-team-card h6 {
            font-size: 1rem;
            font-weight: 400;
            color: #6b7280;
            margin-bottom: 4px;
        }

        .sh-team-card h6 p {
            font-size: 0.9rem;
            color: #4b5563;
            margin: 0;
        }

        .sh-card-subtitle {
			font-size:14px;
          	margin:0px;
        }


        @media (max-width: 576px) {
            .sh-team-card {
                margin: 10px;
            }

            .sh-card-img {
                height: 200px;
            }

            .sh-card-title {
                font-size: 1.25rem;
            }
        }
      .form-control-aaf {
            border: 1px solid #ccc;
            border-radius: 4px;
			width: 100%;
        }
     

/****************************************************************************** Page .php ******************************************************************/

  .content-inner-about {
            padding: 50px 0;
            background: #ffffff;
          
        }
       .side_menu_tab1 {
    list-style: none;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.side_menu_tab1 li {
    border-bottom: 1px solid #e6e9ec;
    position: relative;
}

.side_menu_tab1 li:last-child {
    border-bottom: none;
}

.side_menu_tab1 li a {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    overflow: hidden;
}

.side_menu_tab1 li a:hover,
.side_menu_tab1 li.add_show a {
    background: linear-gradient(90deg, #174213, #255e1f);
    color: #ffffff;
    padding-left: 28px;
    border-radius: 4px;
}

.side_menu_tab1 li a i {
    margin-right: 12px;
    font-size: 1.1rem;
    color: #174213;
}

.side_menu_tab1 li a:hover i,
.side_menu_tab1 li.add_show a i {
    color: #ffffff;
}

/* Active state subtle animation */
.side_menu_tab1 li.add_show a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: opacity 0.3s ease;
    opacity: 0;
}

.side_menu_tab1 li.add_show a:hover::before {
    opacity: 1;
}

/* Heading section to match theme */
.heading-section {
    padding: 16px;
    /* background: linear-gradient(90deg, #174213, #2e6b28); */
    color: #174213;
    margin: 6px;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #174213;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .side_menu_tab1 li a {
        font-size: 0.9rem;
        padding: 14px 16px;
    }
    .heading-section {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .side_menu_tab1 li a {
        font-size: 0.85rem;
        padding: 12px 14px;
    }
    .side_menu_tab1 li a i {
        font-size: 1rem;
    }
}
       
        .classes-details {
            background: #ffffff;
            padding: 35px;
            border-radius: 4px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
      
      
        .iframe-container {
            position: relative;
            padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
            height: 0;
            overflow: hidden;
            border-radius: 12px;
        }
        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .class-info .post-title {
            font-size: 1.8rem;
            color: #2d3748;
            margin-bottom: 25px;
            font-weight: 700;
        }
        .class-info .txt {
            color: #718096;
            line-height: 1.9;
            font-size: 1rem;
        }
   		.class-media img{
          border-radius:4px;
    	  border: 8px solid #e0e0e0;     
        }
        .blog-post {
            background: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        .blog-post:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }
        .blog-post img {
            width: 100%;
            height: 160px;
            object-fit: cover;
            border-radius: 12px 12px 0 0;
        }
        .blog-post .dlab-info {
            padding: 20px;
        }
        .blog-post .post-title a {
            color: #5850ec;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
        }
        .blog-post .post-title a:hover {
            color: #3b3aaf;
        }
        .sticky-top {
            top: 130px;
        }
        @media (max-width: 992px) {
            .content-inner {
                padding: 30px 0;
                margin: 10px 0;
            }
            .classes-details {
                padding: 20px;
            }
          
        }
        @media (max-width: 576px) {
            .class-info .post-title {
                font-size: 1.5rem;
            }
            .class-info .txt {
                font-size: 0.95rem;
            }
        }


/**********************************************************************journal view *********************************************/
 .section-full:last-child {
        margin-bottom: 0px !important;
    }

    /* Button Styling (Added) */
    .Offer-btn-journal {

        padding: 0.75rem;
        background-color: #ffffff;
        color: #174213 !important;
        font-size: 1rem;
        font-weight: 500;
        border: 2px solid #174213;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
text-transform:uppercase;

    }

    @media (max-width: 576px) {
        .Offer-btn-journal {
            padding: 0.6rem;
            font-size: 0.9rem;
            /* Smaller button text */
        }

    }



/********************************************************************Memebership page*****************************************/
 .nav-pills > li > a.active.nav-link {
    background-color: #174213 !important;
    border-color: #174213 !important;
}

.section-full:last-child {
    margin-bottom: 0px !important;
}

.content-inner-2 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}

.plan-section {
    padding: 1.5rem !important;
}

/* Card Styling */
.card-meembership {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius:4px;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.card-meembership:hover {
    border-color: #2b6cb0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Custom Radio Button */
.card__radio {
    margin-right: 1rem;
    margin-top: 6px;
}

.card__button {
    display: none;
}

.custom-radio {
    width: 24px;
    height: 24px;
    border: 2px solid #a0aec0;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s ease;
    display: inline-block;
}

.card__button:checked + .custom-radio::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    background: #2b6cb0;
    border-radius: 50%;
}

.card__button:checked + .custom-radio {
    border-color: #2b6cb0;
}

.card__button:focus + .custom-radio {
    outline: 2px solid #2b6cb0;
    outline-offset: 2px;
}

/* Card Content */
.card__content {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

.card__header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0px !important;
}

.card__validity {
    font-size: 0.875rem;
    color: #718096;
}

.monthly-ribbon-div {
    display: flex;
    gap: 14px;
    justify-content: flex-start;
    align-items: center;
}

.discount {
    background: #38a169;
    color: #ffffff;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.card__price {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
}

.original-price {
    font-size: 1rem;
    color: #a0aec0;
    text-decoration: line-through;
}

.discounted-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #174213;
}

/* Test List Styling */
.test-list {
    background: #ffffff;
    border-radius:4px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.test-item {
    display: flex;
    align-items: center;
    padding: 0.8rem;
    margin-bottom: 0.6rem;
    background: #f9fafb;
    border-radius: 4px;
    font-size: 1rem;
    color: #4a5568;
    transition: background 0.2s ease;
}

.test-item strong {
    color: #174213;
    margin-right: 0.5rem;
}

.test-item:hover {
    background: #edf2f7;
}

/* Section Titles */
.section-title {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #2d3748;
}

/* Button Styling (Added) */
.Offer-btn2 {
    display: block;
    width: 100%;
    padding: 0.75rem;
    background-color: #174213;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 500;
    border:1px solid #174213;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
text-transform:uppercase;

}

.Offer-btn2:hover {
    background-color: #ffffff;
  color:#174213 !important;
}

/* Responsive Design */
@media (max-width: 992px) {
    .test-list {
        margin-bottom: 2rem;
        padding: 1rem; /* Reduced padding for tablets */
    }

    .plan-section {
        padding: 1rem;
    }

    .card-meembership {
        padding: 1rem;
    }

    .card__content {
        flex-direction: row; /* Keep row layout but allow wrapping if needed */
        flex-wrap: wrap;
    }

    .monthly-ribbon-div {
        gap: 10px; /* Reduce gap for tablet */
    }

    .card__price {
        gap: 0.5rem; /* Tighter spacing */
    }

    .section-title {
        font-size: 1.5rem; /* Slightly smaller title */
    }
}
 
@media (max-width: 576px) {
 

    .section-title {
        font-size: 2rem;
    }

    .card-meembership {
        padding: 0.75rem;
        flex-direction: column; /* Stack radio and content vertically */
        align-items: flex-start;
    }

    .card__radio {
        margin-right: 0;
    }

    .card__content {
        flex-direction: column; /* Stack header and price */
        align-items: flex-start;
        width: 100%;
    }

    .card__header {
        margin-bottom: 0.5rem;
    }

    .card__header h3 {
        font-size: 1rem;
    }

    .card__validity {
        font-size: 0.75rem;
    }

    .monthly-ribbon-div {
		display: flex;
		flex-direction: column;
        align-items: flex-start;
        gap: 2px;
		
    }

    .discount {
        font-size: 0.55rem;
        padding: 0.2rem 0.4rem;
    }

    .card__price {
        flex-direction: row; /* Keep prices side-by-side */
        gap: 0.5rem;
    }

    .discounted-price {
        font-size: 1.25rem; /* Slightly smaller for mobile */
    }

    .original-price {
        font-size: 0.875rem;
    }

    .custom-radio {
        width: 20px;
        height: 20px;
    }

    .card__button:checked + .custom-radio::before {
        width: 12px;
        height: 12px;
    }

    .test-list {
        padding: 0.75rem;
    }

    .test-item {
        font-size: 0.9rem;
        padding: 0.6rem;
    }

    .Offer-btn2 {
        padding: 0.6rem;
        font-size: 0.9rem; /* Smaller button text */
    }
}


/***********************************************Edit Profile***************************/
.input-affix .prefix-icon, .input-affix .suffix-icon {
    top: 38% !important;
}


.input-affix .form-control:not(:first-child)
 {
    padding-left: 35px !important;
}


/**********************************************************id card **************************************/


  .id-card {
        width: 230px;
        min-height: 318px;
        /* Minimum height to ensure a decent size */
        border: none;
        border-radius: 12px;
		background: #174213;
       /* background: linear-gradient(135deg, #3F87F5 0%, #2A6ACF 100%);*/
        /* Gradient for modern look */
        overflow: hidden;
        position: relative;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        /* Softer shadow */
    }

    .idHeader {
        background: rgba(255, 255, 255, 0.15);
        color: #fff;
        text-align: center;
        padding: 8px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        width: 100%;
        font-size: 12px;
        line-height: 1.2;
    }

    .idHeader img {
        width: 30px;
        height: 30px;
        margin-right: 6px;
        object-fit: contain;
        padding: 2px;
        border-radius: 50%;
        /* Circular logo */
        background: #fff;
    }

    .idHeader span {
        max-width: 180px;
        /* Prevent text overflow */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .idPhoto {
        width: 80px;
        height: 80px;
        background: #fff;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
        margin: 10px 0;
        border: 2px solid rgba(255, 255, 255, 0.2);
        /* Subtle border */
    }

.idPhoto img {
    height: 80px;
    width: 80px;
    object-fit: cover;
}

    .idDetails {
        width: 100%;
        padding: 6px 15px;
        text-align: left;
        /* Left-aligned for better readability */
    }

    .idInfo {
        font-size: 11px;
    }

    .idInfo p {
        margin: 5px 0;
        line-height: 1.4;
        font-weight: 400;
        color: #f3f3f4;
        display: flex;
        justify-content: space-between;
        /* Align label and value */
    }

    .idInfo strong {
        font-weight: 600;
        color: #e0e0ff;
        flex: 0 0 88px;
        /* Fixed width for labels */
    }

    .idInfo span {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        /* Handle long text */
    }

    .idBottomSection {
        display: flex;
        width: 100%;
        align-items: flex-start;
        /* Align items to the top */
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }

    .idFooterContent {
        flex: 8;
        /* Equivalent to col-8 (~66.67%) */
        padding-right: 10px;
    }

    .idFooter {
        color: #fff;
        font-size: 9px;
        line-height: 1;
    }

    .idFooter span {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .idQRCode {
        flex: 4;
        /* Equivalent to col-4 (~33.33%) */
        text-align: center;
    }

    .idQRCode img {
        width: 50px;
        /* Smaller size to fit col-4 */
        height: 50px;
        border-radius: 6px;
        background: #fff;
        padding: 3px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }






/* ---------------- FAQS ------------------*/

  .card-header .card-title {

        white-space: initial !important;
    }

    .card {
        position: relative;
        background-color: #fff;
        margin-bottom: 1.25rem;
        border: 1px solid #edf2f9;
        border-radius: .25rem;
        text-align: left;
        transition: none;

    }

    .card:hover {
        transform: none !important;
    }

    .collapse {
        transition: none !important;
        /* Remove transition effect */
    }

    .accordion .card {
        margin-bottom: 1rem;
        /* Add space between cards */
    }

    @media (max-width: 576px) {
        .faqcontain {
            padding-left: 15px;
            padding-right: 15px;
        }
    }



/* breadcrumbs  */
  
  ul.breadcrumb {
  padding: 10px ;
  list-style: none;
 
}


ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}


ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">";
}


ul.breadcrumb li a {
  color:#53535f;
  text-decoration: none;
}


/* ----------------- Privacy Policy ----------------*/

.privacypolicytextcolor p{
  color:#000000;
}

.refundfontcolor p{
  color: #000000;
}

.termsfontcolor p{
color:#000000;
}

/*-------------- View Order -----------------*/


 @media only screen and (max-width: 767px) {
    .orederlist{
      padding-left:3rem !important;
    }
    .orederlist1{
      padding-left:2rem !important;
    }
   
    .padleft{
          padding-left: 38px;

    }
  }



/***************************************************Contact us *******************************************/


  


.contact-container {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {

    border-radius: 4px;
    border: 1px solid #a7a7a78c !important;
}

input,
textarea {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #2a2a2a;
    border-radius: 1px;
}

input:focus,
textarea:focus {
    border-color: #746a6a !important;

}

input::placeholder,
textarea::placeholder {
    color: #aaa;
    /* Light grey */
    opacity: 1;
    /* Firefox lowers the opacity */
    font-size: 14px;
}


.para {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

.contsec1 span {

    font-size: 20px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
}

.contsec1 p {
    letter-spacing: 0.5px;
    display: block;
    font-size: 17px;
    font-weight: 400;
}

.contsec1 i {
    font-size: 24px;
}

.contsec1 {
    gap: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contsec2 {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contsec3 span {

    font-size: 20px;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
}

.contsec3 {
    gap: 15px;
    border-radius: 4px;
}

.contsec3 i {
    font-size: 24px;
}

.contsec3 p {
    letter-spacing: 0.5px;
    display: block;
    font-size: 17px;
    font-weight: 400;
}

.social-media-list {
    position: relative;
    font-size: 22px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.social-media-list li a {
    color: #fff;
}

.social-media-list li {
    position: relative;
    display: inline-block;
    height: 54px;
    width: 54px;
    margin: 10px 3px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(27, 27, 27);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.social-media-list li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border:none;
    opacity: 0;
   
    transition: all .2s ease-in-out;
}





@media (max-width:767px) {
    .contact-card {
        padding: 0px;
    }
  .contactcontainer{
    padding-left:0px !important;
    padding-right:0px !important;

  }
  
}

/*--------------- Header ------------------*/

/**************************************************************************Index page with all section *********************************************************************/


/********first section ***********/



    .events-header-bannerside {
        background: #ffffff !important;
        padding: 12px 16px !important;
        color: #000000 !important;
        text-align: left;
        border-bottom: 2px solid #000000 !important;
    }

/***************Second Section ****************/

.homeaboutsec-section {
    padding: 40px 0 !important;
}

.homeaboutsec-left-col {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.homeaboutsec-subheading {
    font-family: 'Poppins', sans-serif !important;
    color: #000000 !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

.homeaboutsec-main-heading {
    font-family: 'Outfit', sans-serif !important;
    color: #000000 !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
}

.homeaboutsec-main-heading .homeaboutsec-highlight-text {
    color: #174213 !important;
    display: block !important;
}

.homeaboutsec-description {
    color: #000000 !important;
    font-size: 0.95rem !important;
    margin-bottom: 25px !important;
}

.homeaboutsec-features-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
}

.homeaboutsec-features-list li {
    font-family: 'Poppins', sans-serif !important;
    color: #000000 !important;
    font-size: 1rem !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
}

.homeaboutsec-arrow {
    color: #174213 !important;
    font-size: 1.2rem !important;
    margin-right: 10px !important;
}

@media (max-width: 991.98px) {
    .homeaboutsec-features-list {
        justify-content: center !important;
    }

    .homeaboutsec-features-list li {
        justify-content: center !important;
    }

    .homeaboutsec-left-col {
        text-align: center !important;
    }

    .homeaboutbtn {
        justify-content: center !important;
    }
}

@media (max-width: 767.98px) {
    .homeaboutsec-main-heading {
        font-size: 2.2rem !important;
    }

    .homeaboutsec-main-heading .homeaboutsec-highlight-text {
        display: inline !important;
    }
}

.homeaboutsection-testimonial-heading {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 26px !important;
    text-align: center !important;
}

.homeaboutsection-testimonial-slider {
    border-radius: 10px;
}

.homeaboutsection-testimonial-slider .swiper-slide.homeaboutsection-swiper-slide {
    background: transparent !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 400px !important;
}

.homeaboutsection-testimonial-slider .homeaboutsection-review-card {
    background: #ffffff !important;
    color: #333 !important;
    padding: 30px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    width: 90% !important;
    max-width: 400px !important;
    text-align: center !important;
    min-height: 350px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.homeaboutsection-testimonial-slider .homeaboutsection-profile-img {
    display: block !important;
    width: 80px !important;
    height: 80px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    margin: 0 auto 10px auto !important;
}

.homeaboutsection-testimonial-slider .homeaboutsection-stars {
    color: #f39c12 !important;
    margin-bottom: 8px !important;
    font-size: 1.2em !important;
}

.homeaboutsection-testimonial-slider .homeaboutsection-review-text {
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
    color: #555 !important;
    flex-grow: 1 !important;
}

.homeaboutsection-testimonial-slider .homeaboutsection-customer-name {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #1A233A !important;
}

.homeaboutsection-testimonial-slider .swiper-pagination.homeaboutsection-swiper-pagination .swiper-pagination-bullet {
    background: #f0f0f0 !important;
    opacity: 1 !important;
    width: 12px !important;
    height: 12px !important;
    margin: 0 6px !important;
    transition: background-color 0.3s ease !important;
}

.homeaboutsection-testimonial-slider .swiper-pagination.homeaboutsection-swiper-pagination .swiper-pagination-bullet-active {
    background: #174213 !important;
}



/********* Third Section ************/

.keyarea-section {
    padding: 80px 0 !important;
    background-color: #000000 !important;
}

.keyarea-left-content {
    padding-right: 30px !important;
}

.keyarea-main-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
}

.keyarea-description {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.95rem !important;
    color: #fff !important;
    margin-bottom: 30px !important;
    max-width: 480px !important;
}

.keyarea-right-cards {
    margin-top: 30px !important;
}

.keyarea-card-wrapper {
    padding: 10px !important;
    display: flex !important;
    margin-bottom: 20px !important;
}

.keyarea-card {
    background-color: #ffffff !important;
    padding: 25px !important;
    border-radius: 4px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.keyarea-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.keyarea-card-number {
    font-family: 'Outfit', sans-serif !important;
    font-size: 3rem !important;
    font-weight: 800 !important;
    position: absolute !important;
    top: 5px !important;
    right: 15px !important;
    z-index: 0 !important;
    opacity: 0.6 !important;
}

.keyarea-card-icon {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
    margin-bottom: 20px !important;
    position: relative !important;
    z-index: 1 !important;
    color: #181818 !important;
}

.keyarea-card-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
    color: #181818 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    position: relative !important;
    z-index: 1 !important;
    line-height: 26px !important;
}

.keyarea-card-text {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9rem !important;
    color: #777777 !important;
    line-height: 1.5 !important;
    position: relative !important;
    z-index: 1 !important;
    max-width: 250px !important;
}

.keyarea-card-strategy {
    background-color: #fff9E6 !important;
}

.keyarea-card-strategy .keyarea-card-number {
    color: #E0D8B0 !important;
}

.keyarea-card-design {
    background-color: #E6F9E6 !important;
}

.keyarea-card-design .keyarea-card-number {
    color: #B0D8B0 !important;
}

.keyarea-card-development {
    background-color: #E6F0FA !important;
}

.keyarea-card-development .keyarea-card-number {
    color: #B0C4D8 !important;
}

.keyarea-card-quality {
    background-color: #F5F5F5 !important;
}

.keyarea-card-quality .keyarea-card-number {
    color: #D8D8D8 !important;
}

@media (max-width: 991.98px) {
    .keyarea-left-content {
        text-align: center !important;
        padding-right: 0 !important;
        margin-bottom: 40px !important;
    }

    .keyarea-main-title {
        font-size: 2.5rem !important;
    }

    .keyarea-description {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .keyarea-right-cards {
        margin-top: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .keyarea-section {
        padding: 50px 0 !important;
    }

    .keyarea-main-title {
        font-size: 2.2rem !important;
    }

    .keyarea-card-wrapper:last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .keyarea-card-title {
        font-size: 1.2rem !important;
    }

    .keyarea-card-text {
        font-size: 0.85rem !important;
    }

    .keyarea-card-number {
        font-size: 3.5rem !important;
    }
}


/******** Fourth Section ****************/

.videosection-quote-area {
    padding: 60px 0 !important;
}

.videosection-image-card-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.videosection-image-card {
    background-color: #f4efe9 !important;
    padding: 10px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.videosection-author-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.videosection-desc-block {
    background-color: #eeeeee !important;
    padding: 40px 50px 40px 70px !important;
    border-radius: 5px !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    z-index: 1 !important;
}

.videosection-attribution {
    text-align: left !important;
}

@media (max-width: 991.98px) {
    .videosection-attribution {
        text-align: center !important;
    }

    .videosection-desc-block {
        padding: 30px 40px 30px 50px !important;
        text-align: center !important;
    }

    .videosection-quote-text {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 767.98px) {
    .videosection-quote-area .row {
        flex-direction: column !important;
        align-items: center !important;
    }

    .videosection-image-card-wrapper {
        margin-bottom: 20px !important;
    }

    .videosection-image-card {
        width: 220px !important;
        height: 290px !important;
        margin-right: 0 !important;
        margin-bottom: -20px !important;
    }

    .videosection-desc-block {
        padding: 40px 25px 25px 25px !important;
        text-align: center !important;
    }

    .videosection-attribution {
        text-align: center !important;
    }
}

@media (max-width: 575.98px) {
    .videosection-quote-area {
        padding: 50px 0 !important;
    }

    .videosection-image-card {
        width: 100% !important;
        height: 240px !important;
    }

    .videosection-quote-text {
        font-size: 1.1rem !important;
    }
}


/************* Seventh Section **************/


.featuredsection-hero {
    width: 100% !important;
    min-height: 50vh !important;
    background-image: url('./assets/images/bookimage.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
}

.featuredsection-overlay-container {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.featuredsection-content-box {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 40px 50px !important;
    width: 100% !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #ffffff !important;
}

.featuredsection-left-panel {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-right: 30px !important;
}

.featuredsection-eyebrow {
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
}

.featuredsection-main-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
}

.featuredsection-cta-button {
    font-family: 'Poppins', sans-serif !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #dedede !important;
    padding: 12px 25px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    display: inline-block !important;
    align-self: flex-start !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    margin-bottom: 30px !important;
}

.featuredsection-cta-button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.featuredsection-right-panel {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.featuredsection-carousel-wrapper {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

.featuredsection-carousel-track-container {
    overflow: hidden !important;
}

.featuredsection-carousel-track {
    display: flex !important;
    transition: transform 0.5s ease-in-out !important;
}

.featuredsection-carousel-slide {
    min-width: calc(100% / 3) !important;
    box-sizing: border-box !important;
    padding: 0 10px !important;
    flex-shrink: 0 !important;
}

.featuredsection-feature-card {
    background-color: #000000 !important;
    border-radius: 15px !important;
    padding: 25px 20px !important;
    text-align: center !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out !important;
}

.featuredsection-feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.featuredsection-card-icon-wrapper {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #dedede !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
}

.featuredsection-card-icon-wrapper i {
    font-size: 1.5rem !important;
    color: #ffffff !important;
}

.featuredsection-card-title {
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}

.featuredsection-card-subtitle {
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.85rem !important;
    color: #ffffff !important;
    margin-bottom: 0 !important;
}

@media (max-width: 991.98px) {
    .featuredsection-content-box {
        padding: 30px !important;
    }

    .featuredsection-left-panel {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        text-align: center !important;
        padding-right: 0 !important;
    }

    .featuredsection-main-title {
        font-size: 2.4rem !important;
    }

    .featuredsection-carousel-slide {
        min-width: calc(100% / 2) !important;
    }
}

@media (max-width: 767.98px) {
    .featuredsection-hero {
        padding: 15px !important;
    }

    .featuredsection-content-box {
        padding: 20px !important;
    }

    .featuredsection-main-title {
        font-size: 2rem !important;
    }

    .featuredsection-carousel-slide {
        min-width: 100% !important;
        padding: 0 5px !important;
    }

    .featuredsection-cta-button {
        align-self: center !important;
    }

    .featuredsection-left-panel {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
}



/**************** Ninth Section *************/

.Offer-btn-cta {
    background-color: #fff !important;
    color: #000 !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.Offer-btn-cta:hover,
.Offer-btn-cta:focus,
.Offer-btn-cta:active {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    text-decoration: none !important;
}

@media (max-width: 767px) {
    .offering-font {
        text-align: center !important;
        margin-bottom: 20px !important;
    }
}




/******** Eighth Section *************/


.social-connect-section {
    background-color: #fff !important;
}

.social-embed-wrapper {
    border: 1px solid #dedede !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 30px !important;
    border-radius: 5px !important;
}

.social-embed-wrapper iframe {
    display: block !important;
    min-height: 450px !important;
}






/*****************************************Footer*************************************************/


.newfooter-main {
    background: linear-gradient(135deg, #1c1c1e 0%, #222225 100%) !important; /* Subtle gradient */
    color: #b0b0c0 !important; /* Softer light grey text */
    padding: 50px 0 0 !important;
    font-size: 0.9rem !important;
    overflow: hidden !important; /* For decorative elements if any */
}

/* Decorative lines - example (can be removed or enhanced) */
.newfooter-main::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    height: 2px !important;
    opacity: 0.3 !important;
}

.newfooter-title {
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    position: relative !important;
    padding-bottom: 8px !important;
    letter-spacing: 0.5px !important;
}

/* Advanced Underline effect for titles */
.newfooter-title::after {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 0 !important; /* Start with 0 width */
    height: 3px !important;
    background-color: #58AD77 !important;
    border-radius: 2px !important;
    transition: width 0.4s ease-out !important; /* Smooth width transition */
}
.newfooter-section-wrapper:hover .newfooter-title::after {
    width: 70px !important; /* Expand width on section hover */
}

.newfooter-section-wrapper:hover .newfooter-title::before {
    width: 40px !important;
}

.newfooter-logo-link .newfooter-logo-img {
    max-width: 100px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
}
.newfooter-logo-link:hover .newfooter-logo-img {
    transform: scale(1.05) !important;
}

.newfooter-text {
    margin-bottom: 15px !important;
    color: #a0a0a8 !important; /* Softer text */
}

.newfooter-subtitle {
    color: #e0e0e5 !important;
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    margin-bottom: 12px !important;
    border-left: 3px solid #58AD77 !important;
    padding-left: 10px !important;
}

.newfooter-address .newfooter-address-item {
    display: flex !important;
    align-items: flex-start !important; /* Align icon with first line of text */
    margin-bottom: 12px !important;
    margin-top: 15px !important;
}

.newfooter-address .newfooter-icon {
    color: #58AD77 !important;
    margin-right: 12px !important;
    font-size: 1.1rem !important;
    width: 20px !important;
    text-align: center !important;
    flex-shrink: 0 !important; /* Prevent icon from shrinking */
    padding-top: 3px !important; /* Align icon slightly better with text */
}

.newfooter-link-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-top: 15px !important;
}

.newfooter-link-list li {
    margin-bottom: 10px !important;
    position: relative !important; /* For hover effects */
}

.newfooter-link {
    color: #a0a0a8 !important;
    text-decoration: none !important;
    transition: color 0.3s ease, padding-left 0.3s ease !important;
    display: inline-block !important; /* For padding effect */
    position: relative !important;
}

.newfooter-link:hover {
    color: #ffffff !important;
    padding-left: 8px !important;
}
.newfooter-link:hover::before {
    width: 100% !important;
}
.newfooter-link > .fa-chevron-right { /* For optional icon */
    margin-left: 5px !important;
    font-size: 0.7em !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease, transform 0.3s ease !important;
}
.newfooter-link:hover > .fa-chevron-right {
    opacity: 1 !important;
    transform: translateX(3px) !important;
}

.newfooter-social-icons {
    display: flex !important;
    gap: 10px !important; /* Space between icons */
    margin-top: 15px !important;
    flex-wrap: wrap !important; /* Allow wrapping on smaller containers */
}

.newfooter-social-icon {
    color: #a0a0a8 !important;
    font-size: 1.25rem !important; /* Icon size */
    width: 45px !important;
    height: 45px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-decoration: none !important;
    border: 2px solid #404045 !important; /* Slightly more prominent border */
    border-radius: 50% !important;
    transition: all 0.3s ease !important; /* Smooth transition for all properties */
    position: relative !important;
    overflow: hidden !important; /* For fill effect */
}

.newfooter-social-icon::before { /* Fill effect */
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #58AD77 !important;
    border-radius: 50% !important;
    transform: scale(0) !important;
    transition: transform 0.4s ease !important;
    z-index: 0 !important;
}
.newfooter-social-icon:hover::before {
    transform: scale(1) !important;
}
.newfooter-social-icon i {
    position: relative !important; /* To keep icon above the fill */
    z-index: 1 !important;
}
.newfooter-social-icon:hover {
    color: #ffffff !important;
    border-color: #58AD77 !important; /* Change border color on hover */
    transform: translateY(-3px) scale(1.05) !important; /* Lift and slight zoom */
}

.newfooter-copyright-bar {
    padding: 16px 0 !important;
    background-color: #111113 !important;
    border-top: 1px solid #383838 !important;
}

.newfooter-copyright-text {
    margin: 0 !important;
    font-size: 0.88rem !important;
    color: #888888 !important;
    text-align: center !important;
}
.newfooter-copyright-text a {
    color: #58AD77 !important;
    text-decoration: none !important;
}
.newfooter-copyright-text a:hover {
    text-decoration: underline !important;
}

@media (max-width: 767.98px) { /* md breakpoint */
    .newfooter-main {
        padding: 50px 0 0 !important;
    }
    .newfooter-title {
        font-size: 1.2rem !important;
    }
    .newfooter-section-wrapper {
        margin-left: -10px !important; /* Offset negative container padding if any */
        margin-right: -10px !important;
    }
    /* Ensure sections like address keep left align on mobile */
    .newfooter-about, .newfooter-address {
        text-align: left !important; /* Override potential general center align */
    }
    .newfooter-social-icons {
        justify-content: start !important;
    }
    .newfooter-section-wrapper:hover .newfooter-title::after {
        width: 60px !important;
    }
    .newfooter-section-wrapper:hover .newfooter-title::before {
        width: 30px !important;
    }
    .newfooter-copyrightbelowcontent {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }
}

@media (max-width: 575.98px) { /* sm breakpoint */
    .newfooter-address .newfooter-address-item {
        /* Can center address items if desired on very small screens */
        /* justify-content: center !important; */
    }
}









