* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --lb-green: #038443;
  --lb-orange: #f59120;
  --lb-grey: #b1b3b4;
  --lb-black: #231f20;
  --lb-white: #f2f6eb;
  --font-size-base: 16px;
  --spacing-base: 8px;
}

.filter-lb-green {
  filter: invert(28%) sepia(99%) saturate(2482%) hue-rotate(140deg)
    brightness(84%) contrast(98%);
}

html,
body {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  font-family: Arial, sans-serif; /* Set a default font */
}

@media screen {
}

.color-green {
  color: var(--lb-green);
}

.inter-thin {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.gap-nav {
  gap: 5rem;
}

.inter-regular {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.inter-black {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.inter-semibold {
  font-family: "Inter", serif;
  font-weight: 600;
  font-style: normal;
}

/*.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}


.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}*/

.helvetica-regular {
  font-family: "helvetica", serif;
  font-weight: 400;
  font-style: normal;
}

.abel-regular {
  font-family: "Abel", serif;
  font-weight: 400;
  font-style: normal;
}

.sutonnymj-regular {
  font-family: "Sutonnymj";
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "helvetica";
  src: url("../fonts/helvetica/helvetica.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-variablefont_opsz,wght.ttf") format("truetype");
}

@font-face {
  font-family: "Abel";
  src: url("../fonts/abel/abel-regular.ttf") format("truetype");
}

@font-face {
  font-family: "Sutonnymj";
  src: url("../fonts/SutonnyMJ Regular/SutonnyMJ Regular.ttf")
    format("truetype");
}

html {
  font-size: var(--font-size-base); /* Use the root font size */
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif; /* Set a modern font */
  color: #333; /* Default text color */
  background-color: white; /* Default background */
  margin: 0;
}

#sm_menu_ham {
  left: 15px;
  top: 10.5%;
}

.top-nav-vr {
  margin-right: 2px;
  margin-left: 2px;
  background-color: #038443 !important;
  height: 40%;
}

.top-section {
  width: 100vw;
}

.h-line {
  border-top: 1px solid #dee2e6;
}

.h-line-nav {
  border-top: 2px solid red;
  width: 100%;
}

.bo-acc-button {
  align-self: center;
  height: 40px;
  width: 230px;
}

.btn-grad {
  background-image: linear-gradient(
    to right,
    #093028 0%,
    #237a57 51%,
    #093028 100%
  );
}

@media (min-width: 1201px) and (max-width: 1919px) {
  .bot-right-section {
    flex-basis: 110% !important;
  }
}
.fw-semibold {
  font-weight: 500;
}

.navbar-div {
  width: 100%;
}

.item-1 {
  /*    padding-left: 10rem;*/
  flex: 8; /* Takes 80% of the width */
  font-size: 0.7rem;
  display: flex;
  align-items: center; /* Center items vertically */
  height: 100%; /* Ensure the height is 100% to center within the navbar */
}

.item-2 {
  flex: 1; /* Takes 20% of the width */
}

.head-part-1 {
  width: 100vw;
  height: 12vh;
}

.head-part-2 {
}

.head-search-form {
  border-radius: 50px;
}

.location-icon-container img {
  width: 25px;
  height: 26px;
}
/* .btn-search {
  border-radius: 50px;
  color: var(--lb-green);
  background-color: white;
  width: 40px !important;
  right: 40px !important;
  z-index: 10 !important;
  font-size: 0.9rem;
} */
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.head-item-1 {
  width: 25%;
  font-size: 0.9rem;
}

.head-item-2 {
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  width: 500px; /* Ensure the container takes the full width */
  height: 100%;
}

.head-item-3 {
  width: 15%;
}

.head-item-4 {
  flex: -1 1 17%; /* Grow, shrink, and set the base width to 15% */
  margin-left: 0px;
}

.head-item-lang {
  width: 5%;
}

.border-right-black {
  border-right: 2px solid black;
}

.rem-6 {
  font-size: 6rem;
}

.home-icon-nav {
  font-size: 1.1rem;
  transition: color linear 0.2s;
}

.home-icon-nav:hover {
  color: var(--lb-green) !important;
}

.btn-grad-nav {
  margin: 5px;
  padding: 8px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: var(--lb-white);
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
  font-size: 1em;
}

.btn-grad-nav:hover {
  background-position: right center; /* change the direction of the change here */
  color: var(--lb-white);
  text-decoration: none;
  opacity: 0.9;
}

.bot-social-icon {
  height: 30px;
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

/* Base style for the text */
.hover-text {
  position: relative;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  color: var(--lb-black);
  transition: color 0.3s ease; /* Transition for color change */
}

/* Style for the bottom line */
.hover-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--lb-orange);
  transition: width 0.3s ease; /* Transition for line width */
}

/* Hover effect */
.hover-text:hover {
  color: var(--lb-green); /* Change text color on hover */
}

/* On hover, animate the bottom line */
.hover-text:hover::after {
  width: 100%; /* Expand the bottom line to full width */
}

.form-control:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.vl {
  border-left: 1px solid var(--lb-green);
  opacity: 0.4;
  height: 3.5vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.7vh !important;
}
.custom-font {
  font-size: 14.8px; /* Reduce font size for better scaling */
  width: 82px;
  height: 85px; /* Adjust height */
  font-family: inter;
  font-weight: 500;
}
.iso-number {
  font-weight: 500;
  font-size: 14.8px;
  font-family: inter;
}
.vr-container {
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: center; /* Center horizontally */
  border-left: 1px solid black; /* Set the border-left color to green */
  height: 15px; /* Adjust the height as needed */
}
.iso-font {
  font-size: 1.6vh;
  font-weight: 500;
  height: 13vh;
  align-items: center !important;
  justify-content: center !important;
  width: 6vw;
}
.iso-font2 {
  font-size: 1.8vh;
  font-weight: 500;
  align-items: center !important;
  justify-content: center !important;
}

/* Make dropdown items transparent */
.dropdown-item {
  background-color: rgba(255, 255, 255, 0.1); /* Transparent background */
  color: black; /* Keep the text color */
  transition: background-color 0.3s ease, color 0.3s ease;
  justify-content: center;
  justify-items: center;
  text-align: center;
}

/* Change background color on hover */
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0); /* Transparent background */
  color: #007bff; /* Change text color on hover */
}
.my-font {
  color: #008641 !important;
  font-weight: 600;
  font-size: 40px;
  font-family: inter;
  position: relative;
  z-index: 10;
}
.custom-button2 {
  font-size: 15px;
  font-family: inter-regular;
  font-weight: 500;
  color: black;
  background-color: rgba(241, 241, 241, 1);
  border: 1px solid green;
  border-radius: 30px;
  padding: 1px 20px; /* Reduce height (top/bottom), increase width (left/right) */
  min-width: 80px; /* Ensures the button stays wider */
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  margin-right: 10px; /* Add some space between buttons */

  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.28);
}

.custom-button {
  height: 41px !important;
  font-size: 21px;
  font-weight: 500;
  color: black;
  background-color: white;
  border: 1px solid green;
  border-radius: 30px;
  padding: 4px 20px; /* Reduce height (top/bottom), increase width (left/right) */
  min-width: 15.5vh; /* Ensures the button stays wider */
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.28);
}

.custom-button:hover {
  background-color: green;
  color: white;
}
.loc-search {
  border-top-color: #075c2f;
  border-bottom-color: #065d30;
  border-left-color: #086333;
  border-block-color: #068544;
  border-right-color: #086333;
}

.input-group {
  display: relative;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.dropdown-nav-4 {
  width: 50rem;
}

.dropdown-nav-3 {
  width: 50rem;
}

.dropdown-nav {
  background-color: rgba(215, 219, 224, 0.52);
}

.btn-outline-nav {
  color: var(--lb-black);
  border-color: var(--lb-orange);
  background-color: #e1ddddb3;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 15rem;
  height: 4rem;
  margin: 1rem;
  text-align: center;
  align-content: center;
}

.btn-outline-nav:hover {
  background-color: var(--lb-white); /* New background color on hover */
  color: #333; /* Optional: Change text color on hover */
}

.bot-logo-container {
  width: 100%;
}

.bot-prod-logo {
  height: 80%;
  width: 90%;
}

.bot-prod-logo-fp {
  height: 70%;
  width: 70%;
}

.bot-prod-logo-ibroker {
  height: 60%;
  width: 100%;
}

.prod-logo-fp {
  height: 80%;
  width: 70%;
}

.bot-img-container {
  height: 70%;
  width: 70%;
}

.bot-logo-caption {
  text-align: center;
  font-size: 0.9rem;
}

.border-percentage {
  position: relative;
  background-color: lightgray; /* Optional */
}

.border-percentage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%; /* Border width as a percentage of the div's width */
  height: 80%; /* Border height as a percentage of the div's height */
  border: 2px solid black; /* Adjust the thickness as needed */
  box-sizing: border-box; /* Ensures the border is included in the element's dimensions */
}

.bor-right {
  position: relative;
}

.bor-right::after {
  content: "";
  position: absolute;
  top: 75%;
  left: 100%;
  width: 0%; /* Border width as a percentage of the div's width */
  height: 20%; /* Border height as a percentage of the div's height */
  border-right: 1px solid #038443; /* Adjust the thickness as needed */
  box-sizing: border-box; /* Ensures the border is included in the element's dimensions */
}

.footer-top-border {
  border-top: 2px solid var(--lb-green);
  height: 82px;
}

.footer-follow {
  color: var(--lb-orange);
  font-size: 1.2rem;
  font-weight: 600;
}

.bot-left-section {
  flex-basis: 50%;
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
  .bot-right-section {
    flex-basis: 130% !important;
  }
  .vl {
    height: 20px;
    margin-top: 32px !important;
  }
  .iso-number {
    font-weight: 500;
    font-size: 12px;
    font-family: inter;
  }

  .my-font {
    color: #008641 !important;
    font-weight: 600;
    font-size: 25px;
    font-family: inter;
  }
}

.bot-right-section {
  flex-basis: 50%;
}

/* Social Sidebar Styles */
.social-sidebar {
  position: fixed;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
  z-index: 1000;
  background-color: transparent;
  border-radius: 0 5px 5px 0;
}

.social-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-sidebar ul li {
  margin: 10px 0;
}

.social-sidebar ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Colors for each social platform */
.social-sidebar ul li a.facebook {
  background-color: var(--lb-green);
}

.social-sidebar ul li a.twitter {
  background-color: var(--lb-green);
}

.social-sidebar ul li a.linkedin {
  background-color: var(--lb-green);
}

.social-sidebar ul li a.instagram {
  background-color: var(--lb-green);
}

.social-sidebar ul li a:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}

.language-switch {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 40px;
}

.language-switch input {
  display: none; /* Hide the checkbox */
}
.location-icon-container {
  margin-right: 1rem; /* Adjust the right margin to increase the distance */
}

.search-bar-container {
  flex-grow: 1;
  height: 41px; /* Allow the search bar to grow and take available space */
}

.switch {
  width: 85px;
  height: 41px;
  background-color: #ccc;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.switch .slider {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 40px;
  height: 35px;
  background-color: white;
  border-radius: 17.5px;
  transition: transform 0.3s ease;
}

.switch .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  font-weight: bold;
  color: #038443;
  transition: opacity 0.3s ease;
}

.switch .text.left {
  left: 10px;
}

.switch .text.right {
  right: 10px;
  opacity: 0; /* Hidden by default */
}

.language-switch input:checked + .switch {
  background-color: var(--lb-green);
}

.language-switch input:checked + .switch .slider {
  transform: translateX(40px); /* Move the slider */
}

.language-switch input:checked + .switch .text.left {
  opacity: 0; /* Hide the left text */
}

.language-switch input:checked + .switch .text.right {
  opacity: 1; /* Show the right text */
}

.swiper-pagination-bullet-active {
  background: var(--lb-green) !important;
}

@media (max-width: 768px) {
  .social-sidebar {
    display: none; /* Hide the sidebar on smaller screens */
  }
}

@media (max-width: 992px) {
  .mob-search-btn {
    /*        height: 25px;*/
    width: 100%;
    font-size: small;
    align-self: center;
    background: var(--lb-green);
    color: white;
  }
  .mob-flex-basis-1 {
    height: 35px;
    flex-basis: 50%;
    margin-left: 15%;
    align-self: center;
  }
  .loc-icon-mob {
    flex-basis: 33%;
    margin-left: 10px;
  }

  .social-sidebar {
    display: none; /* Hide the sidebar on smaller screens */
  }

  .mobile-nav-top {
    height: 55%;
    padding-top: 3px;
    background: white;
    width: 100vw;
  }

  .mobile-layout {
    margin-top: 14vh;
  }

  .sm_menu_outer.slide .mobile_menu .submenu {
    background: white;
  }

  #sm_menu_ham span {
    background-color: var(--lb-green);
  }

  .mobile-nav-logo {
    align-self: center;
  }

  .mobile-nav-bottom {
    height: 45%;
    background: #e7e9ea;
    width: 100vw;
  }

  .iso-mob {
  }

  .numbers-section-container {
    height: 25vh;
    width: 100vw;
  }
  .number {
    color: var(--lb-orange);
  }
  .numbers-counter {
    transition: 0.2s background ease;
    height: 80%;
    border-radius: 10px;
  }
  .numbers-counter:hover {
    background: #bbd7c2;
  }
  .tr-button-mob {
    background: #cdcaca;
    border-radius: 35%;
    height: 70%;
    width: 10%;
  }

  .tr-bangla {
    width: 100%;
    font-size: 0.8rem;
    text-decoration: none;
    color: var(--lb-black);
  }

  .bo-button-mob {
    height: 90%;
    width: 90%;
    display: block;
  }

  .sm_menu_outer {
    background-color: white;
    height: auto !important;
    top: 14vh;
  }

  .sm_menu_outer .mobile_menu a {
    color: black;
    padding: 10px 7px !important;
  }
}

.offcanvas-start {
  width: 100%;
}
@media (max-width: 375px) {
  .mobile-nav-top {
    height: 65% !important;
  }
}
/* Search bar styling */
.search-bar-container {
  border: 1px solid #ddd;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.search-bar-container:focus-within {
  border-color: #008641;
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
}

.head-search-bar {
  border: none;
  padding: 0.5rem 1rem;
  outline: none;
  box-shadow: none !important;
}

.btn-search {
  background-color: #008641;
  color: white;
  border: none;
  /* padding: 0 1rem; */
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.btn-search:hover {
  background-color: #008641;
  color: orange;
}

.btn-search i {
  font-size: 1rem;
}

/* Remove the default Bootstrap focus styling */
.btn-search:focus {
  box-shadow: none;
}

/* Make the search bar and button align properly */
.input-group {
  align-items: center;
}
