:root {
  --col-logo1: #fc7200;
  --col-logo2: #1d2671;
  --bg-gradient: linear-gradient(#1d2671 0%,
      #fc7200 100%);
  --bg-orange-light: #fee1c9;
  --bg-blue-light: #96dff0;

  --font-montserrat: Montserrat;
}

@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
}

/* General fixes for better responsiveness */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-montserrat);
}

html {
  scroll-behavior: smooth;
  font-size: 16px; /* Base font size */
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5; /* Improves readability */
}

img {
  max-width: 100%;
   
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Additional responsive utilities */
@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 280px) {
  html {
    font-size: 11px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-6, .col-lg-4, .col-lg-3, .col-md-6, .col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.text-decoration-none {
  text-decoration: none;
}

.rounded-circle {
  border-radius: 50%;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.navbar-custom {
  background-color: #3498db !important;
}

img {
  max-width: 100%;
}

.img1 {
  max-width: 100%;
  margin-top: 285px;
}


.font-sol {
  font-size: 18px;
}
.nav-color {
  background-color: var(--bg-blue-light);
}

.cont {
  font-size: 17px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-montserrat);
}

.custom-scroll {
  overflow-y: scroll;
  scrollbar-width: none;
}

.custom-scroll::-webkit-scrollbar {
  width: 0;
  display: none;
}

.head-title {
  color: var(--col-logo2) !important;
  font-weight: bolder !important;
}

.card-b {
  border: 2px solid var(--col-logo1) !important;
}

.card-cont {
  color: #121212;
}

.bg-blue {
  background-color: var(--col-logo2);
}

.cont-w600 {
  font-weight: 600 !important;
}

/* registration */

.error {
  color: red;
}

.textarea-reg {
  height: 70px;
}

.floating-label {
  position: relative;
}

.floating-select {
  font-size: 14px;
  padding: 10px 0 10px 10px;
  display: block;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: none;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-select:focus {
  outline: none;
}

.label-sel {
  color: #757575;
  /* background-color: #fff; */
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 12px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-select:focus~label,
.floating-select:not([value=""]):valid~label {
  top: -12px;
  left: 10px;
  background: white;
  padding: 0 5px 0 3px;
  font-size: 14px;
}

.floating-select:focus {
  outline: 2px solid #3b71ca;
  border: 0;
}

.floating-select:focus~label {
  color: #3b71ca;
}

.reg-logo img {
  display: block;
  margin: auto;
}

/* registration */

.unikpay {
  color: var(--col-logo1);
  font-weight: bold;
}

.websol {
  color: var(--col-logo2);
  font-weight: bold;
}

.two {
  margin-top: 230px;
  margin-left: 15px;
}

.three {
  margin-right: -15px;
}

.colorh1 {
  color: var(--col-logo1) !important;
  font-weight: bold !important;
}

.colorh2 {
  color: var(--col-logo2) !important;
  font-weight: bold !important;
}

.gradient-bg {
  background: var(--bg-gradient);
}

.bg-lightblue {
  background-color: var(--bg-blue-light);
}

.bg-lightorange {
  background-color: var(--bg-orange-light) !important;
}

.box:hover {
  background-color: var(--bg-orange-light) !important;
}
.card-text {
  font-size: 13px;
}

.card-text2 {
  font-size: 14px;
}

ul,
li {
  list-style-type: none;
}

.icon {
  border: 2px solid var(--bg-orange-light);
}

.box:hover .icon {
  background: #fff;
}

.fadeInLeft {
  visibility: visible;
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* date 01-5 */

#about {
  padding-bottom: 50px;
  padding-top: 80px;
}

/* iframe */
iframe {
  display: block;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN DOWN ===*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN LEFT ===*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*=== FADE IN UP Big ===*/
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN DOWN Big ===*/
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN LEFT Big ===*/
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*=== FADE IN RIGHT Big ===*/
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* 2-5 */
.nav-link i {
  display: none;
}

/* .box:hover h5 {
  color: #fff;
} */

.active {
  border-radius: 0;
  color: var(--col-logo2) !important;
  position: relative;
  font-weight: bold !important;
}

.active::before {
  content: "";
  width: calc(100% - 15px);
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid var(--col-logo1);
  border-radius: 100px 0 0 100px;
}

.active::after {
  content: "🪙";
  font-size: 10px;
  position: absolute;
  bottom: -7px;
  right: 0px;
  /* animation: spin 2s linear infinite; */
}

@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

.flags {
  height: 20px;
}

.ft-social a {
  /* color: var(--col-logo2); */
  text-decoration: none;
  height: 40px;
  width: 40px;
}

.ft-social a i {
  transition: all .5s;
}

.ft-social a:hover i {
  text-shadow: 2px 2px 1px gray;
  /* scale: 1.1; */
}

.fa-instagram::before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-outline-warning {
  background-color: white !important;
  color: var(--col-logo2) !important;
  font-weight: bold !important;
}

.btn-outline-warning:hover {
  background-color: var(--bg-orange-light) !important;
}

.input-group,
.form-control {
  height: 45px;
  font-size: 14px !important;
  border-radius: .5rem !important;
}

.contact_form {
  background-color: var(--bg-orange-light) !important;
  border-radius: 1rem !important;
  padding: 2rem !important; 
}

.contact_form .head-title {
  color: var(--col-logo2) !important;
  font-weight: bold !important;
  margin-bottom: 1rem !important;
}

.contact_form .form-control {
  border: 1px solid #ced4da !important;
  border-radius: 0.5rem !important;
  padding: 0.75rem !important;
  margin-bottom: 1rem !important;
  font-size: 1rem !important;
}

.contact_form .form-label {
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  color: #333 !important;
}

.contact_form .btn {
  background-color: var(--col-logo1) !important;
  border: none !important;
  color: white !important;
  font-weight: bold !important;
  padding: 0.75rem 1.5rem !important;
  border-radius: 2rem !important;
  transition: all 0.3s ease !important;
}

.contact_form .btn:hover {
  background-color: #e06500 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2) !important;
}

.cn-info {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cn-info li {
  list-style: none !important;
  padding: 1rem !important;
  flex: 0 0 33.3333% !important;
}

.box {
  background-color: white !important;
  border-radius: 1rem !important;
  padding: 1.5rem !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
  transition: transform 0.3s ease !important;
  height: 100% !important;
}

.box:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15) !important;
}

.icon {
  background-color: var(--bg-orange-light) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 85px !important;
  height: 85px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 1rem !important;
}

.card-text2 {
  font-size: 1rem !important;
  color: #333 !important;
  line-height: 1.5 !important;
}

.error {
  color: #dc3545 !important;
  font-weight: bold !important;
}
