/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

/* get Poppins Font */
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.marquee-container {
  width: 100%;
  background-color: #457b8b !important;
  padding: 15px 0;
}

.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  padding: 0 20px;
  font-size: 1.2rem;
  color: #495057;
}
/* 
.btn-contact-primary{
    
     background: #3e9ff1;
    border-color: #3e9ff1;
    padding: 5px 20px;
    position: relative;

  } */
  .btn-contact-primary:hover {
    background: #0e7edd;
    border-bottom: 3px solid #176cb4;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Optional: Pause animation on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

.main-title {
  font-size: 20px;
  color: #6e6e6e;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 15px 0;
}

.main-title::after {
  content: "";
  height: 4px;
  width: 65px;
  background: #87c639;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.page-content p {
  font-size: 16px;
  color: #6e6e6e;
  font-weight: 400;
  margin: 0 0 3px 0;
  padding: 0;
}

.vertical-ad {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vertical-ad li {
  margin: 0 0 20px;
  padding: 5px;
  list-style: none;
  border: 1px solid #cad5ba;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

/* .activities-bg {
  background: url(../images/bg-01.jpg) no-repeat center top;
  height: 255px;
  vertical-align: middle !important;
} */

.card-cus-vip .card-title {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}

.card-cus-vip .card-text {
  font-size: 12px;
  font-weight: 400;
}

.card-cus-vip .card-body {
  padding: 5px 10px;
}

.card-cus-vip .card-body p {
  margin: 0 0 3px 0;
  padding: 0;
}

.bg-orange {
  background: #87c639;
}

.bg-sky-blue {
  background: #22759d; /*#3e9ff1 */
}

.bg-pink {
  background: #ed6ca1;
}

.bg-purple {
  background: #9b73d6;
}

.news-box {
}

.news-box .news-box-title {
  background: #3e9ff1;
  color: #a59696;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 15px;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.news-box .news-box-title::after {
  content: "";
  /* background: url(../images/news-plus.jpg); */
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 43px;
  height: 43px;
}

.news-box .news-box-body {
  background: #f2f2f2;
  padding: 10px 15px;
}

.news-box .news-box-bottom {
  background: #3e9ff1;
  height: 6px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.tag-widget-box .news-box-title {
  background: #9b73d6;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 15px;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.tag-widget-box .news-box-title::after {
  content: "";
  background: url(../images/news-plus.png);
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 43px;
  height: 43px;
}

.tag-widget-box .news-box-body {
  background: #f2f2f2;
  padding: 10px 15px;
}

.tag-widget-box .news-box-bottom {
  background: #9b73d6;
  height: 6px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

 .four-services-main {
      margin-top: 48px;
}

/* .four-services-main .four-services {
  position: absolute;
  bottom: 0;
  left: 15.5%;
  width: 69.3%;
}  */
.contact-box {
}

.contact-box .news-box-title {
  background: #639175;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 11px 15px;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.contact-box .news-box-body {
  background: #f2f2f2;
  padding: 10px 15px;
}

.contact-box .news-box-bottom {
  background: #57c785;
  height: 6px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

@-moz-document url-prefix() {
  .four-services-main .four-services {
    left: 16.2%;
    width: 67.5%;
  }
}
.four-services-main .four-services .service-one {
  background: #87c639;
  /* width: 25%; */
  float: left;
  text-align: center;
  padding: 15px;
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}

.four-services-main .four-services .service-one h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.four-services-main .four-services .service-one h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.four-services-main .four-services .service-two {
  background: #9b73d6;
  /* width: 25%; */
  float: left;
  text-align: center;
  padding: 15px;
}

.four-services-main .four-services .service-two h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.four-services-main .four-services .service-two h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.four-services-main .four-services .service-three {
  /* background: #f2a661; */
  background: #22759d;
  /* width: 25%; */
  float: left;
  text-align: center;
  padding: 15px;
}


.four-services-main .four-services .service-three h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.four-services-main .four-services .service-three h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.four-services-main .four-services .service-four {
  background: #ed6ca1;
  /* width: 25%; */
  float: left;
  text-align: center;
  padding: 15px;
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

.four-services-main .four-services .service-four h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 40px;
}

.four-services-main .four-services .service-four h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.footer {
  background: url(../images/ftr-bg.jpg) repeat left top;
  padding: 25px;
}

.footer p.cnt-lg {
  font-size: 14px;
  color: #bcbcbc;
  font-weight: 300;
  text-align: justify;
  margin: 0;
  padding: 0;
}

.footer-btm {
  background: #171717;
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
}

.footer-btm p {
  margin: 0;
  padding: 0;
}

.footer-btm p a {
  color: #80ecc6;
  text-decoration: none;
}

.footer-btm p a:hover {
  text-decoration: underline;
}

.activities-bg {
    background: url(../images/bg-01.jpg) no-repeat center top;
    background-size: cover;   /* makes image fill the whole screen */
    /* background-attachment: fixed;  */
    min-height: 200px;        /* full screen height */
    width: 100%;              /* full width */
    display: flex;            /* to center content */
    align-items: center;      /* vertical align center */
    justify-content: center;  /* horizontal align center */
}

.address-overlay {
  background-color: rgba(255, 255, 255, 0.4); /* changed from 0.7 to 0.4 for more transparency */
  color: #222;
  font-weight: bold;
  border-radius: 8px;
  font-size: 16px;
  max-width: 800px;
  text-align: center;
  padding: 10px 20px;
}



.cus-btn-activities {
  background: #3e9ff1;
  border-bottom: 3px solid #1d76c2;
  padding: 10px 35px;
  position: relative;
}

.cus-btn-activities::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  background: url(../images/btn-activities-icon.png) no-repeat left top;
  width: 16px;
  height: 16px;
}

.cus-btn-activities:hover {
  background: #0e7edd;
  border-bottom: 3px solid #176cb4;
}

.cus-btn-contact {
  background: #3e9ff1;
  border-bottom: 3px solid #1d76c2;
  padding: 10px 35px 10px 40px;
  position: relative;
}

.cus-btn-contact::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  background: url(../images/btn-contact-icon.png) no-repeat left top;
  width: 22px;
  height: 22px;
}

.cus-btn-contact:hover {
  background: #0e7edd;
  border-bottom: 3px solid #176cb4;
}

#scroll-container-cus {
  height: 100%;
  overflow: hidden;
}

#scroll-text-cus {
  height: 100%;

  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);

  -moz-animation: my-animation 5s linear infinite;
  -webkit-animation: my-animation 5s linear infinite;
  animation: my-animation 5s linear infinite;
}

#scroll-text-cus p {
  margin: 0 0 3px 0;
  padding: 0;
}

#scroll-text-cus p a {
  color: #6e6e6e;
  text-decoration: none;
}

#scroll-text-cus p a:hover {
  color: #000;
  text-decoration: none;
}
#scroll-text-cus:hover {
  animation-play-state: paused;
}

.top-navbar-position {
  position: relative;
}

.top-navbar-position .container {
  display: block !important;
  width: 100%;
}

.top-navbar-position .container .collapse.navbar-collapse {
  display: block !important;
  width: 100%;
}

.top-navbar-position .container .collapse.navbar-collapse ul.navbar-nav {
  float: right;
  padding-bottom: 15px;
}

.top-navbar-position nav.navbar {
  position: absolute;
  top: 0;
  left: 15.5%;
  z-index: 10;
  width: 69.3%;
  padding: 0;
}

.nav-bg {
  background: linear-gradient(to bottom, #88f2ec 0%, #42d3aa 100%);
  -webkit-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: -1px 2px 20px 2px #535353;
  box-shadow: -1px 2px 20px 2px #535353;
}

.nav-bg ul.navbar-nav {
  margin: 0;
  padding: 0;
}

/* .nav-bg ul.navbar-nav li.nav-item {
  margin: 0 20px 0 0;
  padding: 0;
} */

.nav-bg ul.navbar-nav li.nav-item a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  color: #556b2f;
}

.nav-bg ul.navbar-nav li.nav-item a.active {
  color: #8e49f3;
}

.nav-bg ul.navbar-nav li.nav-item a.active::after {
  content: "";
  position: absolute;
  border-bottom: 5px solid #9b73d6;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nav-bg ul.navbar-nav li.nav-item a:hover {
  color: #8e49f3;
}

.nav-skip-cnt {
  display: block;
  justify-content: end;
  white-space: nowrap;
}

.nav-skip-cnt ul {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
  float: right;
}

.nav-skip-cnt ul li {
  margin: 0 8px 0 0;
  padding: 0;
  float: left;
}

.nav-skip-cnt ul li a {
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.nav-skip-cnt ul li a:hover {
  color: #000;
}

.btn-registration {
  background: #ed6ca1;
  border-bottom: 3px solid #b32e64;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
}

.btn-registration:hover {
  background: #d8588d;
}

.btn-login {
  background: #9b73d6;
  border-bottom: 3px solid #6e46a8;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 2px 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
}

.btn-login:hover {
  background: #8256c3;
}

.button-angular-wrapper-right {
  display: flex;
  isolation: isolate;
  position: relative;
  height: 40px;
  width: fit-content;
}

.button-angular-wrapper-right .button-angular-main {
  border-radius: 0 7px 7px 0;
  height: 100%;
  display: inline-grid;
  place-items: center;
  padding-inline: 8px 16px;
  margin-left: 13px;
}

.button-angular-wrapper-right .button-angular-slant {
  border-radius: 7px 0 0 7px;
  height: 100%;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.button-angular-wrapper-right .button-angular-slant.back-slash {
  transform: skewX(22.5deg);
}

.button-angular-wrapper-right .button-angular-slant.forward-slash {
  transform: skewX(-22.5deg);
}

.button-angular-wrapper-right.button-angular-color-outline-white
  .button-angular-main,
.button-angular-wrapper-right.button-angular-color-outline-white
  .button-angular-slant {
  border: 3px solid white;
}

.button-angular-wrapper-right.button-angular-color-outline-white
  .button-angular-main {
  border-left: none;
}

.button-angular-wrapper-right.button-angular-color-outline-white
  .button-angular-main
  .icon-call {
  color: white;
}

.button-angular-wrapper-right.button-angular-color-outline-white
  .button-angular-main
  .cta-text {
  color: white;
}

.button-angular-wrapper-right.button-angular-color-outline-white
  .button-angular-slant {
  border-right: none;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
  }

  to {
    -moz-transform: translateY(-100%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

/* login */
/* .login-bg {
  background: url(../images/login-bg.jpg) no-repeat center top;
} */
.login-bg {
  min-height: 100vh;        /* full height */
  width: 100%;              /* full width */
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/login-bg.jpg) no-repeat center center; 
  background-size: cover;   /* make it stretch nicely */
  background-attachment: fixed; /* optional: parallax effect on desktop */
}

.login-welcome-text {
  font-size: 60px;
  color: #20716b;
  font-weight: 200;
  line-height: 40px;
  margin: 15px 0 10px 0;
  padding: 0;
}

.login-color-text {
  font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 100px;
  /* background: linear-gradient(to right, rgb(71, 142, 240) 0%, rgb(86, 210, 141) 100%) padding-box text;
  -webkit-text-fill-color: transparent; */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

.text-gradient {
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

.login-text-depart {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #1794fe;
}

.login-keep-data-text {
  background: #3e9ff1;
  color: #fff;
  width: 80%;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 15px 0;
}

.login-back-text {
  font-size: 26px;
  color: #21938e;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.login-back-text a {
  color: #3e9ff1;
  font-weight: 600;
  text-decoration: none;
}

.login-back-text a:hover {
  color: #20ab46;
}

.login-box-white {
  background: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #949494;
  font-size: 21px;
  font-weight: 400;
  padding: 35px;
  position: relative;
  z-index: 5;
}

.login-box-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/login-top-corner.png) no-repeat left top;
  width: 397px;
  height: 327px;
  -webkit-border-radius: 15px 0 0 0;
  border-radius: 15px 0 0 0;
  z-index: -1;
}

.login-box-white::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/login-bottom-corner.png) no-repeat right bottom;
  width: 342px;
  height: 131px;
  -webkit-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
  z-index: -1;
}

.get-started {
  /* background: url(../images/icon-get-gtarted.png) no-repeat left top; */
  min-height: 30px;
  margin: 30px 0 0 50px;
  padding: 20px 0 0 93px;
}

.get-started h1 {
  color: #a16dee;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 0 -5px;
  padding: 0;
}

.get-started h2 {
    color: #ab6262;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 0 -5px;
    padding: 0;
}

.login-border {
  border-width: 2px;
}

.form-control-xxl {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-control-xxl::-webkit-file-upload-button {
  padding: 1rem;
  margin: -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.cus-btn-all {
  background: #3e9ff1;
  border-bottom: 5px solid #1d76c2;
  padding: 10px 35px;
}

.cus-btn-all:hover {
  background: #136db8;
  border-bottom: 5px solid #136db8;
  padding: 10px 35px;
}

.login-box-white form {
  font-size: 16px;
}

.login-box-white form a.forgot {
  font-size: 18px;
  color: #595858;
  font-weight: 400;
  text-decoration: none;
}

.login-box-white form a.forgot:hover {
  text-decoration: underline;
}

.login-box-white form a.otp {
  font-size: 18px;
  color: #3e9ff1;
  font-weight: 400;
  text-decoration: none;
}

.login-box-white form a.otp:hover {
  text-decoration: underline;
}

.login-box-white form .not-member {
  font-size: 16px;
  color: #595858;
  font-weight: 400;
  text-decoration: none;
}

.login-box-white form .not-member a {
  color: #3e9ff1;
  text-decoration: none;
  font-size: 18px;
}

.login-box-white form .not-member a:hover {
  color: #0c5da0;
  text-decoration: none;
}
.captcha-bg {
  background: url(../images/captcha-bg.jpg) no-repeat center top;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 30px;
  color: #3e3e3e;
  font-weight: 400;
  float: left;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.cus-btn-captcha-refresh {
  background: #fff;
  border: 1px solid #c0c0c0;
  width: 50px;
  height: 50px;
  line-height: 30px;
  color: #131313;
  font-weight: 500;
  text-align: center;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 30px;
  margin-left: 15px;
}
.cus-btn-captcha-refresh:hover {
  background: #c0c0c0;
  color: #000;
}

/* Inner page css */
.about-bg {
  background: url(../images/about-bg.png) no-repeat center center;
  height: 300px;
}

.about-bg .inner-title {
  margin: 200px 0 0 0;
  padding: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.about-bg .inner-title::after {
  content: "";
  height: 4px;
  width: 65px;
  background: #87c639;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.link2 {
  background: url(../images/bul.gif) no-repeat left;
  display: block;
  text-align: justify;
  padding: 2px 0 0 40px;
  text-decoration: none;
  margin-left: 0;
  font-size: 15px;
}
.atext {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-weight: 700;
  margin: 0px;
  background: none;
  line-height: 1.6em;
  color: #212121;
}

.user-comments {
  /* background: #f4c626; */
  background: #f3953f;
  padding: 15px;
  padding-bottom: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.user-comments img {
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 15px 15px 0;
  padding: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.user-comments h1 {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}

.user-comments h1::after {
  content: "";
  height: 4px;
  width: 65px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  left: 115px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.user-comments p {
  font-size: 16px;
  color: #fff;
  line-height: auto;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

.user-comment-view {
}

.user-comment-view .ucv-title {
  color: #6e6e6e;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.user-comment-view .ucv-title::after {
  content: "";
  height: 4px;
  width: 65px;
  background: #e78a36;
  position: absolute;
  bottom: -8px;
  left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.multi-carousel-inner {
}

.multi-carousel-inner .multi-carousel-item {
  margin: 0 0 0px;
  padding: 10px !important;
  background: #fff;
  border: 1px solid #cad5ba;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  max-height: 110px;
}

.multi-carousel-inner .multi-carousel-item img {
  width: 100%;
  height: 100%;
}
#scroll-text-cus p {
  margin: 0 0 8px;
  font-size: 14px;
}

.error-input {
  border-color: red;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
}
.error-message {
  color: red;
  font-size: 12px;
  margin-top: 4px;
}

/* for home */
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  
  .card-cus-vip .card-body {
    padding: 2px 5px;
  }

  .card-cus-vip .card-title {
    font-size: 12px;
    margin-top: 4px;
  }

  .card-cus-vip .card-body p {
    font-size: 11px;
    margin: 0;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1366px) {
  
  .card-cus-vip .card-body {
    padding: 2px 5px;
  }

  .card-cus-vip .card-title {
    font-size: 12px;
    margin-top: 4px;
  }

  .card-cus-vip .card-body p {
    font-size: 11px;
    margin: 0;
  }

  .login-color-text {
    font-size: 80px;
    line-height: 85px;
  }

  .get-started {
    background-image: none;
    margin-left: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  

  .card-cus-vip .card-title {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
  }

  .card-cus-vip .card-text {
    font-size: 9px;
    font-weight: 400;
  }

  .card-cus-vip .card-body {
    padding: 5px;
  }

  .card-cus-vip .card-body p {
    margin: 0;
    padding: 0;
  }

  .login-color-text {
    font-size: 60px;
    line-height: 65px;
  }

  .get-started {
    background-image: none;
    margin-left: 20px;
    padding-left: 20px;
  }

  .four-services-main {
    margin-top: 47px !important;
}
}


@media (max-width: 576px) {
  .carousel-title {
    font-size: 1.5rem !important; /* smaller on phones */
  }
  .carousel-sub {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 768px) {
  .carousel-title {
    font-size: 1.7rem !important; /* smaller on tablets */
  }
  .carousel-sub {
    font-size: 0.5rem !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {


.four-services-main {
    margin-top: 129px !important;
     max-width: none !important;
}

.navbar-brand .img-fluid{
  width:50%;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-top: -1rem;
}
}

/* Hide extra content outside toggler on small screens */
@media (max-width: 991px) {

  /* Collapse menu items stacked */
  .navbar-nav .nav-link {
    font-size: 0.7rem !important;
    padding: 0.5rem 1rem;
  }

  /* Buttons full width on mobile */
  .nav-extra ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
  }
  .nav-extra ul li a.btn {
    width: 100%;
    text-align: center;
  }
  .nav-skip-cnt {
    display: none !important;
  }

  /* Put skip links + buttons inside collapse on mobile */
  #collapsibleNavbar .nav-extra {
    display: block !important;
    margin-top: 1rem;
  }

  #collapsibleNavbar .nav-extra ul {
    flex-direction: column;
    gap: 0.75rem;
  }

#collapsibleNavbar .nav-extra ul li a {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: black;
    font-weight: 500;
}

  .carousel-title {
    font-size: 2.8rem !important; /* smaller on tablets */
  }
  .carousel-sub {
    font-size: 0.8rem !important;
  }
}


@media  only screen and (min-width: 992px) and (max-width: 1440px) {
 

  .carousel-title {
    font-size: 3.8rem !important; /* smaller on tablets */
  }
  .carousel-sub {
    font-size: 1rem !important;
  }
}


.navbar-b {
    text-align: end;
    position: absolute;
    top: 10px;
    right: 15px;
}

/******* sangita ****************/
.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    font-size: 1.25rem;
}

.navbar-toggler {
    border: none;
    font-size: 1.2rem;
}

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

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
    font-size: 1.25rem;
}

.width-inherit{
  width: inherit;
}
.official-card {
    padding: 5px;
    border-radius: 1rem;
    color: #fff;
    text-align: center;
    height: 100%;
}
.official-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.official-card p {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
}

.pdf-logo {
        position: fixed;
        right: 20px;
        bottom: 150px;
        width: 60px;
        height: auto;
        z-index: 9999;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .pdf-logo:hover {
        transform: scale(1.1);
    }

    /* Optional: make sure the anchor tag itself has no layout issues */
    .pdf-logo-link {
        position: fixed;
        right: 20px;
        bottom: 180px;
        right: 90px;
        z-index: 9999;
        display: inline-block;
    }
