.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #f5f5f5;
}

body {
  background-color: #f5f5f5;
}


.hero-section h1 {
  color: #343a40;
  font-size: 2.2rem;
  font-weight: 700;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .hero-section h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 575px) {
  .hero-section {
    background: linear-gradient(145deg, #0e2a4b, #28b9e5b8);
    padding-top: 2rem;
    padding-bottom: 3rem !important;
    position: relative;
    z-index: 1;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .hero-section h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero-section img {
    max-width: 100% !important;
    height: auto !important;
    margin-top: 1.5rem !important;
  }
}

.text_primary_white {
  --bs-text-opacity: 1;
  color: var(--bs-white) !important;
}

.hero-section p {
  font-size: 1.15rem;
  margin-bottom: 20px;
}

.hero-section .btn-primary {
  background-color: #00b4d8;
  border-color: #00b4d8;
}

.hero-section img {
  width: 100%;
  max-width: 500px;
}

.why_us {
  align-content: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #555555;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(240 101 31) !important;
  ;
}

.navbar-brand {
  height: 85px;
  width: auto;
}



html,
body {
  width: 100%;
  overflow-x: hidden;
}

.hero-section img {
  max-width: 100%;
  height: auto;
}

.custom-toggler {
  border: none;
  background: transparent;
}

.hamburger {
  width: 25px;
  height: 17px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  height: 2px;
  width: 100%;
  background: #1a1818;
  border-radius: 3px;
  transition: 0.4s ease;
  display: block;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.hero-section {
  background: linear-gradient(103deg, #6d6f7147, #f16421);
  margin-top: 5rem;
  display: flex;
  align-items: center;
}

.calculate_color {
  --mdb-bg-opacity: 1;
  background-color: rgb(240 101 31) !important;
}

.color_gray {
  --mdb-text-opacity: 1;
  color: rgb(109 111 113) !important;
}

.bg_secondary {
  --mdb-bg-opacity: 1;
  background-color: rgb(10 45 69) !important;
}

.rounded_4 {
  border-radius: 3.375rem !important;
}

.lang-btn {
  border: 1px solid #f57943;
  background-color: white;
  color: #f57943;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.lang-btn:hover {
  background-color: #f57943;
  color: white;
}

.lang-btn.active {
  background-color: #6c6e6f !important;
  color: white !important;
  box-shadow: 0 0 0 2px rgba(241, 92, 34, 0.2) inset;
}

.hero-section {
  background: linear-gradient(145deg, #f0f4ff, #e4ecfb);

}

.hero-section h1 span {
  color: #28a745;
}

.btn-success {
  background-color: #28a745;
  border: none;
}

.btn-outline-success {
  border-color: #28a745;
  color: #28a745;
}

.btn-outline-success:hover {
  background-color: #28a745;
  color: #fff;
}

.hero-section {
  background: linear-gradient(145deg, #22366e, #01ade2);
  padding-top: 3rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 1;
}

.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}

.hero-wave {
  margin-bottom: -1px;
  line-height: 0;
}

.hero-wave svg {
  display: block;
  width: 100%;
  height: auto;
}


.hero-wave svg {
  display: block;
  width: calc(100% + 1.3px);
  /* height: 100px; */
}

h1 span.text-primary {
  color: #03ade2 !important;
}

.arrow-left-1 {
  top: 145px;
  left: 42%;
  transform: translateX(-100%) rotate(203deg);
}


.features-highlight-section {
  background-color: #0e2a4b;
  position: relative;
}

.arrow-line {
  position: absolute;
  width: 113px;
  height: 1px;
  background-color: #fff;
}

.arrow-line::after {
  content: '';
  position: absolute;
  right: 0;
  top: -4px;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.arrow-left-2 {
    top: 331px;
    left: 43%;
    transform: translateX(-100%) rotate(180deg);
}
.arrow-left-3 {
    top: 517px;
    left: 43%;
    transform: translateX(-100%) rotate(158deg);
}

.arrow-right-3 {
    top: 137px;
    left: 68%;
    transform: translateX(-100%) rotate(337deg);
}
.arrow-right-2 {
    top: 518px;
    left: 68%;
    transform: translateX(-100%) rotate(19deg);
}
.arrow-right-1 {
    top: 326px;
    left: 67%;
    transform: translateX(-100%) rotate(359deg);
}

/* Right Side Arrows */

@media screen and (max-width: 768px) {
  .arrow-line {
    display: none;
  }
}

.img_long {
  height: 600px !important;
}

.img {
  height: 400px !important;
}

.bg-faq-box {
  background-color: #0e2a4b;
  border-top-left-radius: 18% 170px;
  border-bottom-left-radius: 18% 170px;
}

.bg-faq-box h6 {
  color: #78d0eb;
}

.bg-faq-box p {
  margin: 8px 0px 0px 25px;
  color: #fff;
  font-size: 0.95rem;
}

.faq-question,
.faq-question h6 {
  display: flex;
  text-transform: none !important;
  align-self: flex-start;
}

.faq-question:hover,
.faq-question:focus,
.faq-question:active {
  color: inherit !important;
  text-decoration: none !important;
  background: none !important;
  box-shadow: none !important;
}

.faq-answer.collapse {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer.show {
  max-height: 200px;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-question:focus {
  outline: none;
  box-shadow: none;
}

.box_shadow {
  /* background: rgb(14 42 75); */
  border-radius: 16px;
  box-shadow: 0 2px 4px rgb(101 107 125);
  padding: 1.5rem 1.25rem;
  position: relative;
  z-index: 2;
}

.box_shadow:hover {
  box-shadow: 0 4px 8px rgb(101 107 125);
}

.feature-animate {
  transition: transform 0.5s cubic-bezier(.4, 2, .6, 1), box-shadow 0.3s;
  will-change: transform;
}

.feature-animate:hover {
  transform: translateY(-5px) scale(1) rotate(0deg);
  box-shadow: 0 8px 32px 0 rgba(34, 54, 110, 0.18), 0 1.5px 6px 0 rgba(34, 54, 110, 0.12);
  z-index: 2;
}

.text_success {
  --mdb-text-opacity: 1;
  color: rgb(112 177 197) !important;
}

.text_primary {
  --mdb-text-opacity: 1;
  color: rgb(14 42 75) !important;
}

.icon_img {
  max-width: 1.5% !important;
}

.icon_1 {
  top: 23%;
  left: 85%;
}

.trops-5 {
  position: absolute;
  top: 14%;
  left: 30%;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  animation: rotateConic 6s linear infinite;
  z-index: 10;
}

@keyframes rotateConic {
  0% {
    transform: rotate(0deg) translateX(20px) rotate(0deg);
  }

  100% {
    transform: rotate(360deg) translateX(20px) rotate(-360deg);
  }
}

.trops-4 {
  position: absolute;
  top: 28%;
  left: 90%;
  width: 20px;
  height: 20px;
  transform-origin: center center;
  animation: rotateBackAndForth 12s linear infinite;
  z-index: 10;
}

@keyframes rotateBackAndForth {
  0% {
    transform: rotate(0deg) translateY(20px) rotate(0deg);
  }

  25% {
    transform: rotate(-360deg) translateY(20px) rotate(360deg);
  }

  50% {
    transform: rotate(-360deg) translateY(20px) rotate(360deg);
  }

  75% {
    transform: rotate(0deg) translateY(20px) rotate(0deg);
  }

  100% {
    transform: rotate(0deg) translateY(20px) rotate(0deg);
  }
}

.trops-3 {
  position: absolute;
  top: 65%;
  left: 43%;
  height: 20px;

  transform-origin: center center;
  animation: rotateGimp 5s linear infinite;
  z-index: 10;
}

@keyframes rotateGimp {
  0% {
    transform: rotate(0deg) translateX(20px) rotate(0deg) scale(1);
  }

  10% {
    transform: rotate(36deg) translateX(20px) rotate(-36deg) scale(1.2);
  }

  20% {
    transform: rotate(72deg) translateX(20px) rotate(-72deg) scale(0.9);
  }

  30% {
    transform: rotate(108deg) translateX(20px) rotate(-108deg) scale(1.1);
  }

  40% {
    transform: rotate(144deg) translateX(20px) rotate(-144deg) scale(0.95);
  }

  50% {
    transform: rotate(180deg) translateX(20px) rotate(-180deg) scale(1.2);
  }

  60% {
    transform: rotate(216deg) translateX(20px) rotate(-216deg) scale(0.9);
  }

  70% {
    transform: rotate(252deg) translateX(20px) rotate(-252deg) scale(1.1);
  }

  80% {
    transform: rotate(288deg) translateX(20px) rotate(-288deg) scale(0.95);
  }

  90% {
    transform: rotate(324deg) translateX(20px) rotate(-324deg) scale(1.2);
  }

  100% {
    transform: rotate(360deg) translateX(20px) rotate(-360deg) scale(1);
  }
}

.levitate {
  -webkit-animation-name: levitate;
  animation-name: levitate;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.circle-wrapper {
  display: inline-block !important;
  border: 5px solid !important; /* Change to your desired color */
  border-radius: 50%;
  padding: 30px;
  width: 450px; /* Adjust based on image size */
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-img {
  max-width: 100%;
  max-height: 100%;
}
.main-map-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #ccc;
  animation: fadeIn 2s ease forwards;
  opacity: 0;
}

.circle-division {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  opacity: 0;
  animation: spreadOut 1s ease forwards;
  animation-delay: 1s;
}

/* Different colors */
.sylhet {
    background: #0e2a4b;
    top: -22% !important;
    left: 42% !important;
}
.dhaka {
    background: #0e2a4b;
    top: 40% !important;
    left: 102% !important;
}
.rajshahi {
    background: #0e2a4b;
    top: 81% !important;
    left: 86% !important;
}
.khulna {
    background: #0e2a4b;
    top: 81% !important;
    left: -7% !important;
}
.chittagong {
    background: #0e2a4b;
    top: 40% !important;
    left: -22% !important;
}.rangpur {
    background: #0e2a4b;
    top: 0% !important;
    left: -8% !important;
}
.barisal {
    background: #0e2a4b;
    top: 0% !important;
    left: 87% !important;
}
.mymensingh {
    background: #0e2a4b;
    top: 101% !important;
    left: 42% !important;
}
/* Animation */
@keyframes fadeIn {
  to { opacity: 1; }
}

@keyframes spreadOut {
  0% {
    top: 50%;
    left: 50%;
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.features-area {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 40px;
}

.feature-box {
  position: relative;
  width: 200px;
  height: 200px;
  border: 1px dashed #4b73be;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 10px;
  background: white;
}

.feature-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(0);
  transition:
    opacity 0.5s cubic-bezier(0.4,0,0.2,1),
    transform 0.5s cubic-bezier(0.4,0,0.2,1);
  color: #4b73be;
  z-index: 2;
}

.feature-icon i {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}

.feature-icon h5 {
  font-size: 16px;
  color: #333;
}

.feature-desc {
  align-items: center !important;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4b73be;
  color: white;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  padding: 20px;
  box-sizing: border-box;
  /* Animation start state */
  transform: translateY(40px);
  transition:
    opacity 0.5s cubic-bezier(0.4,0,0.2,1),
    transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.feature-box:hover .feature-icon {
  opacity: 0;
  transform: translate(-50%, -70%) translateY(-40px);
}

.feature-box:hover .feature-desc {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.com_info_here {
  margin: 0 auto 50px;
  padding: 30px 20px;
  border: 1px dashed #ccc;
  border-radius: 12px;
  background: #fff;
  max-width: 1280px;
  text-align: center;
}

.com_info_here h3 {
  font-size: 22px;
  font-weight: 700;
  color: #375f9a;
  margin-bottom: 30px;
  background: #eef5ff;
  border: 1px solid #dbe7ff;
  border-radius: 6px;
  padding: 6px 25px;
  display: inline-block;
}

.com_info_here ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  /* gap: 10px; */
}

.com_info_here ul li {
  position: relative;
  width: 240px;
  height: 120px;
  overflow: hidden;
  /* border-radius: 10px;
  background: #fff; */
  transition: all 0.4s ease;
  box-shadow: 0 0 0 transparent;
  /* border: 1px solid #eee; */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.com_info_here ul li:hover {
  /* background: #f0f7ff;
  box-shadow: 0 8px 20px rgba(0, 125, 255, 0.1); */
  z-index: 2;
}

.com_info_here .com {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease-in-out;
}

.com_info_here .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px dashed;
  /* background: #031430; */
  color: #114a96;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  margin-bottom: 6px;
}

.com_info_here .title {
  font-weight: 600;
  font-size: 15px;
  color: #222;
  transition: 0.4s ease;
}

.com_info_here .data {
  position: absolute;
  left: 70px;
  right: 10px;
  top: 38%;
  transform: translateY(-50%);
  /* background: #f7fbff;
  padding: 12px 16px; */
  /* border-radius: 8px;
  box-shadow: 0 4px 24px rgba(93,140,255,0.10); */
  color: #333;
  font-size: 13px;
  font-weight: 400;
  opacity: 0;
  max-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

/* Hover Effects */
.com_info_here ul li:hover .icon {
  transform: translateX(-86px) scale(1);
}

.com_info_here ul li:hover .title {
  transform: translateX(-90px);
  opacity: 0;
}

.com_info_here ul li:hover .data {
  opacity: 1;
  max-width: 340px;
  white-space: normal;
}

/* Responsive Fix */
@media (max-width: 991px) {
  .com_info_here ul {
    flex-direction: column;
    align-items: center;
  }

  .com_info_here ul li {
    width: 90%;
    height: auto;
    flex-direction: column;
    padding: 20px;
  }

  .com_info_here .com {
    flex-direction: column;
  }

  .com_info_here .data {
    position: static;
    transform: none;
    opacity: 1 !important;
    max-width: 100% !important;
    white-space: normal;
    margin-top: 10px;
    box-shadow: none;
    background: none;
    text-align: center;
  }

  .com_info_here ul li:hover .icon,
  .com_info_here ul li:hover .title {
    transform: none;
    opacity: 1;
  }
}
.icon img {
  height: 50px !important;
}
.fa-hand-point-right:before {
    content: "\f0a4";
    color: #0e2a4bb5 !important;
}
.decorated-item:hover {
    transform: scale(1.07);
    transition: transform 0.4s ease-in-out;
}
.custom_img_size{
  width: 500px!important;
  height: auto !important;
}