@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,700&display=swap");
@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,700&display=swap");
@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,700&display=swap");
@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,700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  background-color: var(--white);
  padding: 0px;
  margin: 0px;
  position: relative;
}

.container {
  width: 85%;
  margin: 0px auto;
  max-width: inherit;
}

button {
  border: none;
  background-color: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input {
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

a:not(.button):hover,
a:not(.button):focus {
  border: none;
}

ul {
  padding-left: 0px;
  margin-left: 0px;
  margin: 0 !important;
}

ul li {
  list-style: none;
}

.yellow {
  color: rgb(175, 138, 72);
}

a {
  text-decoration: none !important;
  color: rgb(11, 23, 45);
}

p {
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px !important;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 16px;
  }
}

.join {
  cursor: pointer;
}
@media (max-width: 768px) {
  .join a {
    padding: 6px 12px !important;
  }
  .join a .bi-arrow-up-right {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 768px) {
  .join_txt {
    font-size: 14px !important;
  }
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--white);
  padding: 0px;
  margin: 0px;
  position: relative;
}

.container {
  width: 85%;
  margin: 0px auto;
  max-width: inherit;
}

button {
  border: none;
  background-color: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input {
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

a:not(.button):hover,
a:not(.button):focus {
  border: none;
}

ul {
  padding-left: 0px;
  margin-left: 0px;
  margin: 0 !important;
}

ul li {
  list-style: none;
}

.yellow {
  color: rgb(175, 138, 72);
}

a {
  text-decoration: none !important;
  color: rgb(11, 23, 45);
}

p {
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px !important;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 16px;
  }
}

.join {
  cursor: pointer;
}
@media (max-width: 768px) {
  .join a {
    padding: 6px 12px !important;
  }
  .join a .bi-arrow-up-right {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 768px) {
  .join_txt {
    font-size: 14px !important;
  }
}

.header #sticky_nav_menu.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  background: white;
}
.header #sticky_nav_menu.sticky .ho_wrap {
  padding-block: 0 5px !important;
}
.header #sticky_nav_menu.sticky .logo_icon {
  height: 3rem !important;
  width: 4.5rem !important;
}
.header #sticky_nav_menu.sticky .yellow {
  font-size: 18px !important;
}
.header #sticky_nav_menu.sticky .in_touch a {
  padding: 13px 12px !important;
}
.header #sticky_nav_menu .head_home {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.header #sticky_nav_menu .head_home .ho_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 15px;
}
.header #sticky_nav_menu .head_home .ho_wrap .ro_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header #sticky_nav_menu .head_home .ho_wrap .ro_logo .logo_icon {
  height: 3rem;
  width: 4.5rem;
}
@media (max-width: 768px) {
  .header #sticky_nav_menu .head_home .ho_wrap .ro_logo .logo_icon {
    height: 3rem;
    width: 4.5rem;
  }
}
.header #sticky_nav_menu .head_home .ho_wrap .ro_logo .logo_icon img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.header #sticky_nav_menu .head_home .ho_wrap .ro_logo .logo_txt .yellow {
  font-size: 20px;
  font-weight: 600;
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .header #sticky_nav_menu .head_home .ho_wrap .ro_logo .logo_txt .yellow {
    font-size: 16px;
  }
}
.header #sticky_nav_menu .head_home .ho_wrap .ro_logo .logo_txt .yellow .black {
  color: rgb(11, 23, 45);
}
@media (max-width: 992px) {
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-color: rgb(175, 138, 72);
    box-shadow: 0px 0px 6px 0px rgb(175, 138, 72);
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 999;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
  }
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
  }
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu ul li a.active {
    color: rgb(175, 138, 72);
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu ul li a.active {
    color: #fff;
  }
}
@media (max-width: 992px) {
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu ul li a::after {
    content: "";
    position: absolute;
    bottom: -4px; /* Adjust distance from text */
    left: 0;
    width: 100%;
    height: 2px; /* Adjust thickness of the underline */
    background-color: rgb(175, 138, 72); /* Underline color */
    transform: scaleX(0); /* Initially, no underline */
    transform-origin: bottom right;
    transition: transform 0.3s ease-out; /* Smooth transition */
  }
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu ul li a:hover::after {
    transform: scaleX(1); /* Scale the underline */
    transform-origin: bottom left;
  }
}
.header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 2.75rem;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list {
    display: none;
  }
}
.header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list li a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list li a.active {
  color: rgb(175, 138, 72);
}
@media (max-width: 992px) {
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list li a.active {
    color: #fff;
  }
}
.header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list li a:hover {
  color: rgb(175, 138, 72);
}
@media (max-width: 992px) {
  .header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list li a:hover {
    color: #fff;
  }
}
.header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list li a::after {
  content: "";
  position: absolute;
  bottom: -10px; /* Adjust distance from text */
  left: 0;
  width: 90%;
  height: 2px; /* Adjust thickness of the underline */
  background-color: rgb(175, 138, 72); /* Underline color */
  transform: scaleX(0); /* Initially, no underline */
  transform-origin: bottom right;
  transition: transform 0.3s ease-out; /* Smooth transition */
  border-radius: 8px;
}
.header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list li a.active::after {
  transform: scaleX(1); /* Scale the underline */
  transform-origin: bottom left;
}
.header #sticky_nav_menu .head_home .ho_wrap .mobile_menu .head_list li a:hover:after {
  transform: scaleX(1); /* Scale the underline */
  transform-origin: bottom left;
}
.header #sticky_nav_menu .head_home .ho_wrap .mobile_menu.active {
  display: flex;
  transform: translateX(0);
}
.header #sticky_nav_menu .head_home .ho_wrap .mobile_menu.active .head_list {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.header #sticky_nav_menu .head_home .ho_wrap .in_touch {
  background-color: rgb(175, 138, 72);
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 400px) {
  .header #sticky_nav_menu .head_home .ho_wrap .in_touch {
    display: none;
  }
}
.header #sticky_nav_menu .head_home .ho_wrap .in_touch a {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  gap: 8px;
}
@media (max-width: 768px) {
  .header #sticky_nav_menu .head_home .ho_wrap .in_touch a {
    padding: 8px 8px;
  }
}
.header #sticky_nav_menu .head_home .ho_wrap .in_touch a .bi-person-square {
  color: white;
}
.header #sticky_nav_menu .head_home .ho_wrap .in_touch a .get_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: white;
}
@media (max-width: 768px) {
  .header #sticky_nav_menu .head_home .ho_wrap .in_touch a .get_txt {
    font-weight: 15px;
  }
}
.header #sticky_nav_menu .head_home .ho_wrap .in_touch:hover {
  background-color: white;
  box-shadow: 0 0 2px rgb(175, 138, 72);
}
.header #sticky_nav_menu .head_home .ho_wrap .in_touch:hover .get_txt {
  color: rgb(175, 138, 72);
}
.header #sticky_nav_menu .head_home .ho_wrap .in_touch:hover .bi-person-square {
  color: rgb(175, 138, 72) !important;
}
.header #sticky_nav_menu .head_home .ho_wrap .hamburger_menu {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.header #sticky_nav_menu .head_home .ho_wrap .hamburger_menu .bar {
  width: 25px;
  height: 3px;
  background-color: rgb(11, 23, 45);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.header #sticky_nav_menu .head_home .ho_wrap .hamburger_menu.active .bar:nth-child(1) {
  transform: translateY(9px) rotate(48deg);
  background-color: #fff;
}
.header #sticky_nav_menu .head_home .ho_wrap .hamburger_menu.active .bar:nth-child(2) {
  opacity: 0;
}
.header #sticky_nav_menu .head_home .ho_wrap .hamburger_menu.active .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-44deg);
  background-color: #fff;
}
@media (max-width: 992px) {
  .header #sticky_nav_menu .head_home .ho_wrap .hamburger_menu {
    display: flex;
    position: static;
    z-index: 999999999;
  }
}
@media (max-width: 768px) {
  .header #sticky_nav_menu .head_home .ho_wrap .hamburger_menu {
    display: flex;
    position: static;
    z-index: 999999999;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
body {
  font-family: "Poppins", sans-serif;
  background-color: var(--white);
  padding: 0px;
  margin: 0px;
  position: relative;
}

.container {
  width: 85%;
  margin: 0px auto;
  max-width: inherit;
}

button {
  border: none;
  background-color: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input {
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

a:not(.button):hover,
a:not(.button):focus {
  border: none;
}

ul {
  padding-left: 0px;
  margin-left: 0px;
  margin: 0 !important;
}

ul li {
  list-style: none;
}

.yellow {
  color: rgb(175, 138, 72);
}

a {
  text-decoration: none !important;
  color: rgb(11, 23, 45);
}

p {
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px !important;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 16px;
  }
}

.join {
  cursor: pointer;
}
@media (max-width: 768px) {
  .join a {
    padding: 6px 12px !important;
  }
  .join a .bi-arrow-up-right {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 768px) {
  .join_txt {
    font-size: 14px !important;
  }
}

.home .first_home_content {
  margin-block: 60px 80px;
}
@media (max-width: 768px) {
  .home .first_home_content {
    margin-block: 20px;
  }
}
.home .first_home_content .img_txt_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .home .first_home_content .img_txt_wrap {
    flex-direction: column;
  }
}
.home .first_home_content .img_txt_wrap .lft_ro_img {
  width: 46%;
  height: auto;
  position: relative;
}
@media (max-width: 992px) {
  .home .first_home_content .img_txt_wrap .lft_ro_img {
    width: 90%;
    display: none;
  }
}
.home .first_home_content .img_txt_wrap .lft_ro_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .first_home_content .img_txt_wrap .lft_ro_img:after {
  content: " ";
  position: absolute;
  background: rgba(255, 246, 231, 0.5);
  width: 233px;
  height: 233px;
  transform: rotateX(40deg);
  filter: blur(20px);
  border-radius: 50%;
  width: 233px;
  height: 233px;
  top: -100px;
  right: 281px;
  z-index: -1;
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh {
  width: 46%;
  position: relative;
}
@media (max-width: 992px) {
  .home .first_home_content .img_txt_wrap .rght-ro-pgh {
    width: 100%;
  }
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh::after {
  content: " ";
  position: absolute;
  top: -139px;
  right: 0;
  width: 233px;
  height: 233px;
  transform: rotateX(40deg);
  background: rgba(255, 246, 231, 0.5);
  filter: blur(20px);
  border-radius: 50%;
  width: 233px;
  height: 233px;
  z-index: -1;
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .first_txt-wrap h3 {
  color: rgb(175, 138, 72);
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .nd-txt {
  margin-block: 10px;
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .nd-txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0%;
}
@media (max-width: 992px) {
  .home .first_home_content .img_txt_wrap .rght-ro-pgh .nd-txt h1 {
    font-size: 32px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .home .first_home_content .img_txt_wrap .rght-ro-pgh .nd-txt h1 {
    font-size: 24px !important;
    line-height: normal;
  }
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .st-para p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(115, 115, 115);
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .join {
  background-color: rgb(175, 138, 72);
  margin-top: 40px;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .home .first_home_content .img_txt_wrap .rght-ro-pgh .join {
    margin-top: 20px;
  }
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .join a {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  gap: 10px;
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .join a .bi-arrow-up-right {
  background-color: rgb(255, 255, 255);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .join:hover {
  background-color: white;
  box-shadow: 0 0 2px rgb(175, 138, 72);
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .join:hover .join_txt {
  color: rgb(175, 138, 72);
}
.home .first_home_content .img_txt_wrap .rght-ro-pgh .join:hover .bi-arrow-up-right {
  color: rgb(175, 138, 72) !important;
  box-shadow: 0 0 1px rgb(175, 138, 72);
}

@keyframes slideRight {
  0% {
    transform: translateX(0); /* Start at the original position */
  }
  50% {
    transform: translateX(5px); /* Move 5px to the right */
  }
  100% {
    transform: translateX(0); /* Return to the original position */
  }
}
.services {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .services {
    margin-block: 20px;
  }
}
.services .services_wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .services .services_wrapper {
    flex-direction: column;
  }
}
.services .services_wrapper .left-ro-pgh {
  width: 46%;
}
@media (max-width: 992px) {
  .services .services_wrapper .left-ro-pgh {
    width: 100%;
  }
}
.services .services_wrapper .left-ro-pgh .first_txt_wrap h3 {
  color: rgb(175, 138, 72);
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .services .services_wrapper .left-ro-pgh .first_txt_wrap h3 {
    font-size: 16px !important;
    line-height: normal;
  }
}
.services .services_wrapper .left-ro-pgh .nd-txt {
  margin-block: 10px;
}
.services .services_wrapper .left-ro-pgh .nd-txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0%;
}
@media (max-width: 992px) {
  .services .services_wrapper .left-ro-pgh .nd-txt h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .services .services_wrapper .left-ro-pgh .nd-txt h1 {
    font-size: 24px !important;
    line-height: normal;
  }
}
.services .services_wrapper .left-ro-pgh .st-para p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: rgb(115, 115, 115);
}
.services .services_wrapper .left-ro-pgh .join {
  background-color: white;
  margin-top: 40px;
}
.services .services_wrapper .left-ro-pgh .join a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.services .services_wrapper .left-ro-pgh .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  color: black;
}
.services .services_wrapper .left-ro-pgh .join a .bi-arrow-up-right {
  background-color: rgb(175, 138, 72);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .services_wrapper .rght-ro-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 49%;
  gap: 20px;
}
@media (max-width: 992px) {
  .services .services_wrapper .rght-ro-card {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .services .services_wrapper .rght-ro-card {
    width: 100%;
    grid-template-columns: 1fr !important;
  }
}
.services .services_wrapper .rght-ro-card .card_container {
  box-shadow: 0px 0px 6px 0px rgba(175, 138, 72, 0.2);
  padding: 30px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effect */
  cursor: pointer;
}
.services .services_wrapper .rght-ro-card .card_container:hover {
  transform: scale(1.01); /* Slightly expand the card */
  box-shadow: 0px 4px 12px rgba(175, 138, 72, 0.4); /* Enhanced shadow for depth */
}
.services .services_wrapper .rght-ro-card .card_container .icon_number_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services .services_wrapper .rght-ro-card .card_container .icon_number_flx .icon_container img {
  background-color: rgb(255, 244, 225);
  padding: 10px;
  border-radius: 8px;
  height: 30px;
}
.services .services_wrapper .rght-ro-card .card_container .icon_number_flx .number p {
  font-size: 36px;
  font-weight: 500;
  -webkit-text-stroke: 1px rgb(224, 224, 224);
  color: rgb(255, 255, 255);
}
.services .services_wrapper .rght-ro-card .card_container .card_txt {
  margin-block: 20px 10px;
}
.services .services_wrapper .rght-ro-card .card_container .card_txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  .services .services_wrapper .rght-ro-card .card_container .card_txt h1 {
    font-size: 14px;
    margin-block: 10px;
  }
}
.services .services_wrapper .rght-ro-card .card_container .card_paragraph p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: rgb(115, 115, 115);
  text-align: justify;
}
.services .services_wrapper .rght-ro-card .card_container .join {
  background-color: white;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .services .services_wrapper .rght-ro-card .card_container .join {
    margin-top: 20px;
  }
}
.services .services_wrapper .rght-ro-card .card_container .join a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.services .services_wrapper .rght-ro-card .card_container .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: black;
}
.services .services_wrapper .rght-ro-card .card_container .join a .join_txt:hover {
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .services .services_wrapper .rght-ro-card .card_container .join a .join_txt {
    font-size: 14px;
  }
}
.services .services_wrapper .rght-ro-card .card_container .join a .bi-arrow-up-right {
  background-color: rgb(175, 138, 72);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services .services_cards_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .services .services_cards_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.services .services_cards_wrapper .card_container {
  box-shadow: 0px 0px 6px 0px rgba(175, 138, 72, 0.5);
  padding: 30px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effect */
  cursor: pointer;
}
.services .services_cards_wrapper .card_container:hover {
  transform: scale(1.01); /* Slightly expand the card */
  box-shadow: 0px 4px 12px rgba(175, 138, 72, 0.4); /* Enhanced shadow for depth */
}
.services .services_cards_wrapper .card_container .icon_number_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services .services_cards_wrapper .card_container .icon_number_flx .icon_container img {
  background-color: rgb(255, 244, 225);
  padding: 10px;
  border-radius: 8px;
}
.services .services_cards_wrapper .card_container .icon_number_flx .number p {
  font-size: 36px;
  font-weight: 500;
  -webkit-text-stroke: 1px rgb(224, 224, 224);
  color: rgb(255, 255, 255);
}
.services .services_cards_wrapper .card_container .card_txt {
  margin-block: 20px 10px;
}
.services .services_cards_wrapper .card_container .card_txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
}
.services .services_cards_wrapper .card_container .card_paragraph p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: rgb(115, 115, 115);
  text-align: justify;
}
.services .services_cards_wrapper .card_container .join {
  background-color: white;
  margin-top: 30px;
}
.services .services_cards_wrapper .card_container .join a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.services .services_cards_wrapper .card_container .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: black;
}
.services .services_cards_wrapper .card_container .join a .join_txt:hover {
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .services .services_cards_wrapper .card_container .join a .join_txt {
    font-size: 14px;
  }
}
.services .services_cards_wrapper .card_container .join a .bi-arrow-up-right {
  background-color: rgb(175, 138, 72);
  padding: 7px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  color: white;
}

.tech {
  margin-bottom: 80px;
}
.tech .tech_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .tech .tech_wrap {
    flex-direction: column;
  }
}
.tech .tech_wrap .lft_wrap {
  height: auto !important;
  width: 46%;
}
@media (max-width: 992px) {
  .tech .tech_wrap .lft_wrap {
    display: none;
  }
}
.tech .tech_wrap .lft_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tech .tech_wrap .rght_wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .tech .tech_wrap .rght_wrap {
    width: 100%;
  }
}
.tech .tech_wrap .rght_wrap .first_txt h1 {
  color: rgb(175, 138, 72);
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .tech .tech_wrap .rght_wrap .first_txt h1 {
    font-size: 18px;
  }
}
.tech .tech_wrap .rght_wrap .nd_txt {
  margin-block: 10px 40px;
}
.tech .tech_wrap .rght_wrap .nd_txt h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: rgb(0, 0, 0);
}
@media (max-width: 992px) {
  .tech .tech_wrap .rght_wrap .nd_txt h2 {
    font-size: 34px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .tech .tech_wrap .rght_wrap .nd_txt h2 {
    font-size: 24px !important;
    line-height: normal;
  }
}
.tech .tech_wrap .rght_wrap .nd_txt h2 .yellow {
  color: rgb(175, 138, 72);
}
.tech .tech_wrap .rght_wrap .rd-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .tech .tech_wrap .rght_wrap .rd-grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .tech .tech_wrap .rght_wrap .rd-grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .tech .tech_wrap .rght_wrap .rd-grid-container {
    grid-template-columns: 1fr !important;
  }
}
.tech .tech_wrap .rght_wrap .rd-grid-container .tech-image img {
  background-color: white;
  padding: 12px;
  box-shadow: 0px 0px 6px 0px rgba(175, 138, 72, 0.1);
  height: 85px;
}

.tab {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .tab {
    margin-block: 25px;
  }
}
.tab .tab_container {
  background-color: rgb(11, 23, 45);
  padding-block: 70px;
}
.tab .tab_container .tab_heading h1 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .tab .tab_container .tab_heading h1 {
    font-size: 18px !important;
    line-height: normal;
  }
}
.tab .tab_container .nd_txt {
  margin-block: 10px;
}
.tab .tab_container .nd_txt h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .tab .tab_container .nd_txt h2 {
    font-size: 24px !important;
    line-height: normal;
  }
}
.tab .tab_container .nd_txt h2 .yellow {
  color: rgb(175, 138, 72);
}
.tab .tab_container .tab-wrapper-wrap {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .tab .tab_container .tab-wrapper-wrap {
    flex-direction: column;
  }
}
.tab .tab_container .tab-wrapper-wrap .tab-menu {
  width: 30%;
}
@media (max-width: 768px) {
  .tab .tab_container .tab-wrapper-wrap .tab-menu {
    width: 100%;
  }
}
.tab .tab_container .tab-wrapper-wrap .tab-menu .tab-link {
  display: block;
  width: 100%;
  border: none;
  text-align: start;
  cursor: pointer;
  border-bottom: 1px solid rgb(27, 47, 83);
  background-color: rgb(11, 23, 45);
  padding-block: 20px;
  padding-inline: 20px;
}
.tab .tab_container .tab-wrapper-wrap .tab-menu .tab-link.active {
  background-color: rgb(29, 50, 88);
  padding-inline: 20px;
}
.tab .tab_container .tab-wrapper-wrap .tab-menu .tab-link .icon_txt_flw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab .tab_container .tab-wrapper-wrap .tab-menu .tab-link .icon_txt_flw .img_icon_erap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tab .tab_container .tab-wrapper-wrap .tab-menu .tab-link .icon_txt_flw .img_icon_erap .txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: white;
}
@media (max-width: 400px) {
  .tab .tab_container .tab-wrapper-wrap .tab-menu .tab-link .icon_txt_flw .img_icon_erap .txt {
    font-size: 14px !important;
  }
}
.tab .tab_container .tab-wrapper-wrap .tab-menu .tab-link .icon_txt_flw .fa-arrow-right {
  color: white;
}
.tab .tab_container .tab-wrapper-wrap .tab-content-wrapper {
  width: 70%;
}
@media (max-width: 768px) {
  .tab .tab_container .tab-wrapper-wrap .tab-content-wrapper {
    width: 90%;
  }
}
.tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content {
  width: 100%;
  padding: 20px;
  background: linear-gradient(90deg, #1d3258 0%, #0b172d 100%);
}
.tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
  color: white;
}
@media (max-width: 768px) {
  .tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content h1 {
    font-size: 16px;
  }
}
.tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content .img_txt_wrap-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content .img_txt_wrap-wrapper {
    flex-direction: column;
  }
}
.tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content .img_txt_wrap-wrapper .text-section {
  width: 56%;
}
@media (max-width: 992px) {
  .tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content .img_txt_wrap-wrapper .text-section {
    width: 100%;
  }
}
.tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content .img_txt_wrap-wrapper .text-section p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: white !important;
  text-align: justify;
}
@media (max-width: 400px) {
  .tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content .img_txt_wrap-wrapper .text-section p {
    font-size: 14px !important;
  }
}
.tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content .img_txt_wrap-wrapper .image-container {
  height: 300px;
  width: 39%;
}
@media (max-width: 992px) {
  .tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content .img_txt_wrap-wrapper .image-container {
    width: 90%;
  }
}
.tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content .img_txt_wrap-wrapper .image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content.active {
  display: block;
  color: white;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(90deg, #1d3258 0%, #0b172d 100%);
}
@media (max-width: 400px) {
  .tab .tab_container .tab-wrapper-wrap .tab-content-wrapper .tab-content.active {
    font-size: 14px !important;
  }
}

.swiper-container .swiper-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-container .swiper-buttons .swiper-next {
  border: 2px solid rgb(115, 115, 115);
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.swiper-container .swiper-buttons .swiper-next .fa-arrow-left {
  color: rgb(115, 115, 115) !important;
}
.swiper-container .swiper-buttons .swiper-next:hover {
  border: 2px solid rgb(175, 138, 72);
}
.swiper-container .swiper-buttons .swiper-next:hover .fa-arrow-left {
  color: rgb(175, 138, 72) !important;
}
.swiper-container .swiper-buttons .swiper-prev {
  border: 2px solid rgb(115, 115, 115);
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.swiper-container .swiper-buttons .swiper-prev .fa-arrow-right {
  color: rgb(115, 115, 115);
}
.swiper-container .swiper-buttons .swiper-prev:hover {
  border: 2px solid rgb(175, 138, 72);
}
.swiper-container .swiper-buttons .swiper-prev:hover .fa-arrow-right {
  color: rgb(175, 138, 72) !important;
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide {
  transition: all 0.4s ease-in-out;
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .image-block {
  display: flex;
  justify-content: center;
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .image-block .img-container {
  height: 210px;
  width: 210px;
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .image-block .img-container img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .swiper-content {
  margin-block: 40px;
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .swiper-content p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: rgb(115, 115, 115);
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .swip-star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .swip-star .img-wrap {
  height: 18px;
  width: 18px;
  margin-inline: -4px;
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .swiper-designation h1 {
  margin-block: 30px 10px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .swiper-designation h1 {
    font-size: 16px;
    margin-block: 15px 5px;
  }
}
.swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .swiper-designation h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: rgb(115, 115, 115);
}
@media (max-width: 768px) {
  .swiper-container .mySwiper .swiper-wrapper .swiper-slide .swiper-container .swiper-designation h2 {
    font-size: 16px;
  }
}

.news_blogs {
  margin-block: 80px;
}
.news_blogs .top_left_txt h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .news_blogs .top_left_txt h3 {
    font-size: 16px;
  }
}
.news_blogs .news_blogs_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .news_blogs .news_blogs_wrapper {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
}
.news_blogs .news_blogs_wrapper .left-txt {
  width: 50%;
}
@media (max-width: 992px) {
  .news_blogs .news_blogs_wrapper .left-txt {
    width: 100%;
  }
}
.news_blogs .news_blogs_wrapper .left-txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: rgb(0, 0, 0);
}
@media (max-width: 992px) {
  .news_blogs .news_blogs_wrapper .left-txt h1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .news_blogs .news_blogs_wrapper .left-txt h1 {
    font-size: 18px !important;
  }
}
.news_blogs .news_blogs_wrapper .join {
  background-color: rgb(175, 138, 72);
  margin-top: 40px;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 992px) {
  .news_blogs .news_blogs_wrapper .join {
    margin-top: 0;
  }
}
.news_blogs .news_blogs_wrapper .join a {
  display: flex;
  align-items: center;
  padding: 12px 25px;
  gap: 10px;
}
.news_blogs .news_blogs_wrapper .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.news_blogs .news_blogs_wrapper .join a .bi-arrow-up-right {
  background-color: rgb(255, 255, 255);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_blogs .news_blogs_wrapper .join:hover {
  background-color: white;
  box-shadow: 0 0 2px rgb(175, 138, 72);
}
.news_blogs .news_blogs_wrapper .join:hover .join_txt {
  color: rgb(175, 138, 72);
}
.news_blogs .news_blogs_wrapper .join:hover .bi-arrow-up-right {
  color: rgb(175, 138, 72) !important;
  box-shadow: 0 0 1px rgb(175, 138, 72);
}
.news_blogs .blogs_wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_blogs .blogs_wrapper {
    grid-template-columns: 1fr;
  }
}
.news_blogs .blogs_wrapper .nb-cards-container {
  box-shadow: 0px 0px 6px 0px rgba(175, 138, 72, 0.5);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effect */
  cursor: pointer;
}
.news_blogs .blogs_wrapper .nb-cards-container:hover {
  transform: scale(1.01); /* Slightly expand the card */
  box-shadow: 0px 4px 12px rgba(175, 138, 72, 0.4); /* Enhanced shadow for depth */
}
.news_blogs .blogs_wrapper .nb-cards-container h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: rgb(0, 0, 0);
  padding-top: 22px;
  padding-left: 27px;
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap {
  position: relative;
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap img {
  height: 265px;
  border-radius: 8px;
  width: 100%;
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap .date-wrapper {
  position: absolute;
  background-color: rgb(175, 138, 72);
  padding: 15px 20px;
  bottom: -14px;
  right: 28px;
  border-radius: 4px;
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap .date-wrapper h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.news_blogs .blogs_wrapper .nb-cards-container .join {
  background-color: white;
  padding: 20px 27px 29px;
}
.news_blogs .blogs_wrapper .nb-cards-container .join a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news_blogs .blogs_wrapper .nb-cards-container .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
.news_blogs .blogs_wrapper .nb-cards-container .join a .join_txt:hover {
  color: rgb(175, 138, 72);
}
.news_blogs .blogs_wrapper .nb-cards-container .join a .bi-arrow-up-right {
  background-color: rgb(175, 138, 72);
  padding: 8px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  color: white;
}

.get-started {
  margin-block: 80px;
}
@media (max-width: 768px) {
  .get-started {
    margin-block: 25px;
  }
}
.get-started .get-started-container {
  background-color: rgb(175, 138, 72);
  padding-block: 40px;
  text-align: center;
}
.get-started .get-started-container h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 768px) {
  .get-started .get-started-container h4 {
    font-size: 24px;
    line-height: normal;
  }
}
.get-started .get-started-container h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-block: 30px 35px;
}
@media (max-width: 768px) {
  .get-started .get-started-container h5 {
    margin-block: 20px 25px;
    font-size: 14px;
  }
}
.get-started .get-started-container .join {
  background-color: rgb(255, 255, 255);
  padding: 10px 25px;
  border-radius: 8px;
  box-shadow: 0 0 2px rgb(175, 138, 72);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.get-started .get-started-container .join:hover {
  transform: scale(1.05); /* Slightly expand the card */
}
.get-started .get-started-container .join a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.get-started .get-started-container .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(175, 138, 72);
}
.get-started .get-started-container .join a .bi-arrow-up-right {
  background-color: rgb(255, 255, 255);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: rgb(175, 138, 72);
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--white);
  padding: 0px;
  margin: 0px;
  position: relative;
}

.container {
  width: 85%;
  margin: 0px auto;
  max-width: inherit;
}

button {
  border: none;
  background-color: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input {
  box-shadow: none !important;
}

a {
  text-decoration: none !important;
}

a:not(.button):hover,
a:not(.button):focus {
  border: none;
}

ul {
  padding-left: 0px;
  margin-left: 0px;
  margin: 0 !important;
}

ul li {
  list-style: none;
}

.yellow {
  color: rgb(175, 138, 72);
}

a {
  text-decoration: none !important;
  color: rgb(11, 23, 45);
}

p {
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px !important;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 16px;
  }
}

.join {
  cursor: pointer;
}
@media (max-width: 768px) {
  .join a {
    padding: 6px 12px !important;
  }
  .join a .bi-arrow-up-right {
    height: 20px;
    width: 20px;
  }
}

@media (max-width: 768px) {
  .join_txt {
    font-size: 14px !important;
  }
}

.footer-container {
  background-color: rgb(11, 23, 45);
}
.footer-container .image-lft-rght {
  display: flex;
  justify-content: space-between;
}
.footer-container .image-lft-rght .right-lft {
  align-self: right;
}
.footer-container .container {
  padding-bottom: 10px;
}
.footer-container .container .footer-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(95, 95, 95);
  padding-bottom: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  .footer-container .container .footer-wrapper {
    align-items: start;
  }
}
@media (max-width: 400px) {
  .footer-container .container .footer-wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.footer-container .container .footer-wrapper .lft-co .lf-co-intouch h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  color: rgb(255, 255, 255);
  text-align: start;
}
@media (max-width: 768px) {
  .footer-container .container .footer-wrapper .lft-co .lf-co-intouch h4 {
    font-size: 16px !important;
  }
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .footer-container .container .footer-wrapper .lft-co .email-phone-location {
    flex-direction: column;
    align-items: start;
  }
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper .fa-phone {
  color: rgb(175, 138, 72);
  width: 19px;
  height: 18px;
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper .fa-envelope {
  color: rgb(175, 138, 72);
  width: 19px;
  height: 18px;
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper .fa-location-dot {
  color: rgb(175, 138, 72);
  width: 19px;
  height: 18px;
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  color: grey;
}
@media (max-width: 992px) {
  .footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper h4 {
    text-align: start;
    font-size: 14px;
  }
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper-wrap .fa-phone {
  color: rgb(175, 138, 72);
  width: 19px;
  height: 18px;
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper-wrap .fa-envelope {
  color: rgb(175, 138, 72);
  width: 19px;
  height: 18px;
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper-wrap .fa-location-dot {
  color: rgb(175, 138, 72);
  width: 19px;
  height: 18px;
}
.footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper-wrap h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  color: grey;
}
@media (max-width: 992px) {
  .footer-container .container .footer-wrapper .lft-co .email-phone-location .email-wrapper-wrap h4 {
    text-align: start;
    font-size: 14px;
  }
}
.footer-container .container .footer-wrapper .right-co .social-m h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .footer-container .container .footer-wrapper .right-co .social-m h2 {
    font-size: 16px !important;
  }
}
.footer-container .container .footer-wrapper .right-co .social-i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.footer-container .container .footer-wrapper .right-co .social-i .icon-s {
  height: 24px;
  width: 24px;
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}
.footer-container .container .footer-wrapper .right-co .social-i .icon-s .fa-facebook {
  height: 100%;
  width: 100%;
  color: rgb(175, 138, 72);
}
.footer-container .container .footer-wrapper .right-co .social-i .icon-s .fa-instagram {
  height: 100%;
  width: 100%;
  color: rgb(175, 138, 72);
}
.footer-container .container .footer-wrapper .right-co .social-i .icon-s .fa-linkedin {
  height: 100%;
  width: 100%;
  color: rgb(175, 138, 72);
}
.footer-container .container .footer-wrapper .right-co .social-i .icon-s .fa-twitter {
  height: 100%;
  width: 100%;
  color: rgb(175, 138, 72);
}
.footer-container .container .footer-wrapper .right-co .social-i .icon-s:hover .fa-facebook {
  color: white;
  background: blue;
  border-radius: 8px;
  padding: 5px;
}
.footer-container .container .footer-wrapper .right-co .social-i .icon-s:hover .fa-instagram {
  color: white;
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  border-radius: 8px;
  padding: 5px;
}
.footer-container .container .footer-wrapper .right-co .social-i .icon-s:hover .fa-linkedin {
  border-radius: 8px;
  padding: 5px;
  color: white;
  background-color: #0A66C2;
}
.footer-container .container .footer-wrapper .right-co .social-i .icon-s:hover .fa-twitter {
  border-radius: 8px;
  padding: 5px;
  color: white;
  background-color: #0A66C2;
}
.footer-container .container .last-txt {
  margin-block: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-container .container .last-txt h5 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: dimgrey;
}
.footer-container .container .last-txt h6 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: dimgrey;
}

.img_txt_wrap {
  margin-block: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .img_txt_wrap {
    flex-direction: column;
    margin-block: 20px !important;
  }
}
.img_txt_wrap .lft_ro_img {
  width: 46%;
  height: auto;
}
@media (max-width: 992px) {
  .img_txt_wrap .lft_ro_img {
    width: 100%;
    height: 200px;
  }
}
.img_txt_wrap .lft_ro_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_txt_wrap .rght-ro-pgh {
  width: 46%;
}
@media (max-width: 992px) {
  .img_txt_wrap .rght-ro-pgh {
    width: 100%;
  }
}
.img_txt_wrap .rght-ro-pgh .first_txt {
  position: relative;
}
.img_txt_wrap .rght-ro-pgh .first_txt h3 {
  color: rgb(175, 138, 72);
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .img_txt_wrap .rght-ro-pgh .first_txt h3 {
    font-size: 18px !important;
    line-height: normal;
  }
}
.img_txt_wrap .rght-ro-pgh .first_txt:after {
  content: " ";
  position: absolute;
  background: rgba(255, 246, 231, 0.5);
  width: 233px;
  height: 233px;
  transform: rotateX(40deg);
  filter: blur(20px);
  border-radius: 50%;
  width: 233px;
  height: 233px;
  top: -156px;
  right: 316px;
  z-index: -1;
}
.img_txt_wrap .rght-ro-pgh .nd-txt {
  margin-block: 10px;
}
.img_txt_wrap .rght-ro-pgh .nd-txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .img_txt_wrap .rght-ro-pgh .nd-txt h1 {
    font-size: 24px !important;
    line-height: normal;
  }
}
.img_txt_wrap .rght-ro-pgh .st-para p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: rgb(115, 115, 115);
}
.img_txt_wrap .rght-ro-pgh .join {
  margin-top: 35px;
  background-color: white;
}
@media (max-width: 768px) {
  .img_txt_wrap .rght-ro-pgh .join {
    margin-top: 15px;
  }
}
.img_txt_wrap .rght-ro-pgh .join a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.img_txt_wrap .rght-ro-pgh .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
.img_txt_wrap .rght-ro-pgh .join a .bi-arrow-up-right {
  background-color: rgb(175, 138, 72);
  padding: 8px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  color: white;
}

.tech_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .tech_wrap {
    flex-direction: column;
  }
}
.tech_wrap .lft_wrap {
  height: auto !important;
  width: 46%;
}
@media (max-width: 768px) {
  .tech_wrap .lft_wrap {
    display: none;
  }
}
.tech_wrap .lft_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tech_wrap .rght_wrap {
  width: 48%;
}
@media (max-width: 768px) {
  .tech_wrap .rght_wrap {
    width: 100%;
  }
}
.tech_wrap .rght_wrap .first_txt h1 {
  color: rgb(175, 138, 72);
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
}
.tech_wrap .rght_wrap .nd_txt {
  margin-block: 10px 40px;
}
.tech_wrap .rght_wrap .nd_txt h2 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .tech_wrap .rght_wrap .nd_txt h2 {
    line-height: normal;
    font-size: 24px !important;
  }
}
.tech_wrap .rght_wrap .nd_txt h2 .yellow {
  color: rgb(175, 138, 72);
}
.tech_wrap .rght_wrap .rd-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .tech_wrap .rght_wrap .rd-grid-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .tech_wrap .rght_wrap .rd-grid-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .tech_wrap .rght_wrap .rd-grid-container {
    grid-template-columns: 1fr !important;
  }
}
.tech_wrap .rght_wrap .rd-grid-container .tech-image img {
  background-color: white;
  padding: 12px;
  box-shadow: 0px 0px 6px 0px rgba(175, 138, 72, 0.1);
  height: 85px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effect */
  cursor: pointer;
}
.tech_wrap .rght_wrap .rd-grid-container .tech-image img:hover {
  transform: scale(1.01); /* Slightly expand the card */
  box-shadow: 0px 4px 12px rgba(175, 138, 72, 0.4); /* Enhanced shadow for depth */
}

.services {
  margin-block: 80px;
}
@media (max-width: 768px) {
  .services {
    margin-block: 20px;
  }
}
.services .services_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .services .services_wrapper {
    flex-direction: column;
  }
}
.services .services_wrapper .left-ro-pgh {
  width: 46%;
}
@media (max-width: 992px) {
  .services .services_wrapper .left-ro-pgh {
    width: 100%;
  }
}
.services .services_wrapper .left-ro-pgh .first_txt_wrap h3 {
  color: rgb(175, 138, 72);
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .services .services_wrapper .left-ro-pgh .first_txt_wrap h3 {
    font-size: 16px !important;
    line-height: normal;
  }
}
.services .services_wrapper .left-ro-pgh .nd-txt {
  margin-block: 10px;
}
.services .services_wrapper .left-ro-pgh .nd-txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0%;
}
@media (max-width: 992px) {
  .services .services_wrapper .left-ro-pgh .nd-txt h1 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .services .services_wrapper .left-ro-pgh .nd-txt h1 {
    font-size: 24px !important;
    line-height: normal;
  }
}
.services .services_wrapper .rght-ro-txt {
  width: 48%;
}
@media (max-width: 992px) {
  .services .services_wrapper .rght-ro-txt {
    width: 100%;
  }
}
.services .services_wrapper .rght-ro-txt .rhgt-txt h3 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(115, 115, 115);
}
@media (max-width: 768px) {
  .services .services_wrapper .rght-ro-txt .rhgt-txt h3 {
    font-size: 14px !important;
    line-height: normal;
  }
}
.services .services_cards_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .services .services_cards_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .services .services_cards_wrapper {
    grid-template-columns: 1fr;
  }
}
.services .services_cards_wrapper .card_container {
  box-shadow: 0px 0px 6px 0px rgba(175, 138, 72, 0.2);
  padding: 30px 20px;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effect */
  cursor: pointer;
}
.services .services_cards_wrapper .card_container:hover {
  transform: scale(1.01); /* Slightly expand the card */
  box-shadow: 0px 4px 12px rgba(175, 138, 72, 0.4); /* Enhanced shadow for depth */
}
.services .services_cards_wrapper .card_container .icon_number_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services .services_cards_wrapper .card_container .icon_number_flx .icon_container img {
  background-color: rgb(255, 244, 225);
  padding: 10px;
  border-radius: 8px;
  height: 30px;
}
.services .services_cards_wrapper .card_container .icon_number_flx .number p {
  font-size: 36px;
  font-weight: 500;
  -webkit-text-stroke: 1px rgb(224, 224, 224);
  color: rgb(255, 255, 255);
}
.services .services_cards_wrapper .card_container .card_txt {
  margin-block: 20px 10px;
}
.services .services_cards_wrapper .card_container .card_txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
}
.services .services_cards_wrapper .card_container .card_paragraph p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: rgb(115, 115, 115);
  text-align: justify;
}
.services .services_cards_wrapper .card_container .join {
  background-color: white;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .services .services_cards_wrapper .card_container .join {
    margin-top: 5px !important;
  }
}
.services .services_cards_wrapper .card_container .join a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.services .services_cards_wrapper .card_container .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  color: black;
}
@media (max-width: 768px) {
  .services .services_cards_wrapper .card_container .join a .join_txt {
    font-size: 14px !important;
  }
}
.services .services_cards_wrapper .card_container .join a .bi-arrow-up-right {
  background-color: rgb(175, 138, 72);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_blogs {
  margin-block: 80px;
}
@media (max-width: 992px) {
  .news_blogs {
    margin-block: 25px;
  }
}
.news_blogs .top_left_txt h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .news_blogs .top_left_txt h3 {
    font-size: 18px;
  }
}
.news_blogs .news_blogs_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .news_blogs .news_blogs_wrapper {
    flex-direction: column;
    align-items: start;
  }
}
.news_blogs .news_blogs_wrapper .left-txt {
  width: 50%;
}
@media (max-width: 992px) {
  .news_blogs .news_blogs_wrapper .left-txt {
    width: 100%;
  }
}
.news_blogs .news_blogs_wrapper .left-txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: rgb(0, 0, 0);
}
@media (max-width: 992px) {
  .news_blogs .news_blogs_wrapper .left-txt h1 {
    font-size: 24px;
    line-height: normal;
  }
}
.news_blogs .news_blogs_wrapper .right-txt {
  width: 50%;
}
@media (max-width: 992px) {
  .news_blogs .news_blogs_wrapper .right-txt {
    width: 100%;
  }
}
.news_blogs .news_blogs_wrapper .right-txt h3 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(115, 115, 115);
}
@media (max-width: 768px) {
  .news_blogs .news_blogs_wrapper .right-txt h3 {
    font-size: 14px;
    line-height: normal;
  }
}
.news_blogs .blogs_wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .news_blogs .blogs_wrapper {
    grid-template-columns: 1fr;
  }
}
.news_blogs .blogs_wrapper .nb-cards-container {
  box-shadow: 0px 0px 6px 0px rgba(175, 138, 72, 0.5);
  border-radius: 8px;
}
.news_blogs .blogs_wrapper .nb-cards-container h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: rgb(0, 0, 0);
  padding-top: 22px;
  padding-left: 27px;
}
@media (max-width: 768px) {
  .news_blogs .blogs_wrapper .nb-cards-container h1 {
    font-size: 16px;
    padding-left: 20px;
  }
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap {
  position: relative;
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap img {
  height: 265px;
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 768px) {
  .news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap img {
    height: 190px;
  }
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap .date-wrapper {
  position: absolute;
  background-color: rgb(175, 138, 72);
  padding: 15px 20px;
  bottom: -14px;
  right: 28px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap .date-wrapper {
    padding: 5px 10px;
  }
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap .date-wrapper h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap .date-wrapper h4 {
    font-size: 14px;
  }
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap .date-wrapper:hover {
  background-color: white;
  box-shadow: 0 0 2px rgb(175, 138, 72);
}
.news_blogs .blogs_wrapper .nb-cards-container .img-date-wrap .date-wrapper:hover h4 {
  color: rgb(175, 138, 72);
}
.news_blogs .blogs_wrapper .nb-cards-container .join {
  background-color: white;
  padding: 20px 27px 29px;
}
@media (max-width: 768px) {
  .news_blogs .blogs_wrapper .nb-cards-container .join {
    padding: 10px 20px 20px;
  }
}
.news_blogs .blogs_wrapper .nb-cards-container .join a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news_blogs .blogs_wrapper .nb-cards-container .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .news_blogs .blogs_wrapper .nb-cards-container .join a .join_txt {
    font-size: 14px;
  }
}
.news_blogs .blogs_wrapper .nb-cards-container .join a .bi-arrow-up-right {
  background-color: rgb(175, 138, 72);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.career .img_txt_wrap {
  margin-block: 60px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .career .img_txt_wrap {
    flex-direction: column;
  }
}
.career .img_txt_wrap .lft_ro_img {
  width: 46%;
  height: auto;
  position: relative;
}
@media (max-width: 992px) {
  .career .img_txt_wrap .lft_ro_img {
    width: 100%;
  }
}
.career .img_txt_wrap .lft_ro_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.career .img_txt_wrap .lft_ro_img::after {
  content: " ";
  position: absolute;
  top: -139px;
  right: 0;
  width: 233px;
  height: 233px;
  transform: rotateX(40deg);
  background: rgba(255, 246, 231, 0.5);
  filter: blur(20px);
  border-radius: 50%;
  width: 233px;
  height: 233px;
  z-index: -1;
}
.career .img_txt_wrap .rght-ro-pgh {
  width: 46%;
}
@media (max-width: 992px) {
  .career .img_txt_wrap .rght-ro-pgh {
    width: 100%;
  }
}
.career .img_txt_wrap .rght-ro-pgh .first_txt h3 {
  color: rgb(175, 138, 72);
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  .career .img_txt_wrap .rght-ro-pgh .first_txt h3 {
    font-size: 18px;
    line-height: normal;
  }
}
.career .img_txt_wrap .rght-ro-pgh .nd-txt {
  margin-block: 10px;
}
.career .img_txt_wrap .rght-ro-pgh .nd-txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0%;
}
@media (max-width: 768px) {
  .career .img_txt_wrap .rght-ro-pgh .nd-txt h1 {
    font-size: 24px;
    line-height: normal;
  }
}
.career .img_txt_wrap .rght-ro-pgh .st-para p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: rgb(115, 115, 115);
}
@media (max-width: 768px) {
  .career .img_txt_wrap .rght-ro-pgh .st-para p {
    font-size: 14px;
    line-height: normal;
  }
}
.career .career-container {
  background-color: rgba(255, 246, 231, 0.5);
  padding-block: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .career .career-container {
    margin-bottom: 30px;
    padding-block: 30px;
  }
}
.career .career-container .first-content {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .career .career-container .first-content {
    margin-bottom: 20px;
  }
}
.career .career-container .first-content h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  color: rgb(175, 138, 72);
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .career .career-container .first-content h3 {
    font-size: 24px;
    line-height: normal;
  }
}
.career .career-container .first-content h3::after {
  content: "";
  display: block;
  width: 50%; /* Full width underline */
  height: 2px; /* Thickness of the underline */
  background-color: rgb(175, 138, 72); /* Color of the underline */
  bottom: -24px;
  border-radius: 5px;
  position: absolute;
  /* left: 50%; */
  /* right: 50%; */
  transform: translate(50%, 50%);
}
.career .career-container .career-content-cards .services_cards_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .career .career-container .career-content-cards .services_cards_wrapper {
    grid-template-columns: 1fr;
  }
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container {
  box-shadow: 0px 0px 6px 0px rgba(175, 138, 72, 0.5);
  padding: 30px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition effect */
  cursor: pointer;
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container:hover {
  transform: scale(1.01); /* Slightly expand the card */
  box-shadow: 0px 4px 12px rgba(175, 138, 72, 0.4); /* Enhanced shadow for depth */
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .card_txt {
  margin-block: 20px 10px;
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .card_txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 768px) {
  .career .career-container .career-content-cards .services_cards_wrapper .card_container .card_txt h1 {
    font-size: 14px;
    line-height: normal;
  }
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .card-icon-date {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-block: 25px;
}
@media (max-width: 768px) {
  .career .career-container .career-content-cards .services_cards_wrapper .card_container .card-icon-date {
    margin-block: 15px;
  }
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .card-icon-date .bi {
  color: rgb(175, 138, 72);
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .card-icon-date .date {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .career .career-container .career-content-cards .services_cards_wrapper .card_container .card-icon-date .date {
    font-size: 14px;
    line-height: normal;
  }
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .card_paragraph p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: rgb(115, 115, 115);
  text-align: justify;
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .join {
  background-color: white;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .career .career-container .career-content-cards .services_cards_wrapper .card_container .join {
    margin-top: 15px;
  }
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .join a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  color: black;
}
@media (max-width: 768px) {
  .career .career-container .career-content-cards .services_cards_wrapper .card_container .join a .join_txt {
    font-size: 14px;
  }
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .join a .join_txt:hover {
  color: rgb(175, 138, 72);
}
.career .career-container .career-content-cards .services_cards_wrapper .card_container .join a .bi-arrow-up-right {
  background-color: rgb(175, 138, 72);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_blogs_details .nb_details_wrapper {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}
.news_blogs_details .nb_details_wrapper .nb_left_container {
  width: 60%;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_first_text h2 {
  font-size: 36px;
  font-weight: 500;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_icon_wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #eff7ff;
  margin-block: 25px;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_icon_wrapper .fa-calendar-week {
  color: #066ac8;
  height: 20px;
  width: 20px;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_icon_wrapper .grey_text {
  font-size: 18px;
  font-weight: 400;
  color: grey;
  margin-left: 5px;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_icon_wrapper .share {
  font-size: 18px;
  font-weight: 500;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_icon_wrapper .fa-facebook {
  height: 20px;
  width: 20px;
  color: #066ac8;
  margin-left: 10px;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_icon_wrapper .fa-instagram {
  height: 20px;
  width: 20px;
  color: #066ac8;
  margin-left: 10px;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_icon_wrapper .fa-twitter {
  height: 20px;
  width: 20px;
  color: #066ac8;
  margin-left: 10px;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_container_image {
  height: 440px;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_container_content {
  margin-top: 30px;
}
.news_blogs_details .nb_details_wrapper .nb_left_container .left_container_content p {
  font-size: 16px;
  font-weight: 400;
  color: #737373;
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap {
  background: #eff7ff;
  padding: 20px;
  height: 50%;
  width: 30%;
  border-radius: 5px;
  border-left: 2px solid #066ac8;
  box-shadow: 0 0 16px rgba(177, 215, 239, 0.2);
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap .nb_right_container .right_first_text {
  position: relative;
  margin-left: 15px;
  margin-bottom: 10px;
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap .nb_right_container .right_first_text::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 3px;
  background-color: #066ac8;
  left: -15px;
  border-radius: 2px;
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap .nb_right_container .right_first_text p {
  font-size: 18px;
  font-weight: 500;
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper {
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_container_image {
  height: 95px;
  width: 95px;
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_container_image img {
  border-radius: 5px;
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_text p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_text .right_calender p {
  font-size: 15px;
  font-weight: 500;
  color: grey;
}
.news_blogs_details .nb_details_wrapper .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_text .right_calender p .fa-calendar-week {
  color: #066ac8;
}

.news_blogs_details .nb_details_container {
  margin-block: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container {
    margin-block: 25px;
    flex-direction: column;
    gap: 30px;
  }
}
.news_blogs_details .nb_details_container .nb_left_container {
  width: 65%;
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container .nb_left_container {
    width: 100%;
  }
}
.news_blogs_details .nb_details_container .nb_left_container .top-txt {
  margin-bottom: 10px;
}
.news_blogs_details .nb_details_container .nb_left_container .top-txt h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container .nb_left_container .top-txt h4 {
    font-size: 18px;
    line-height: normal;
  }
}
.news_blogs_details .nb_details_container .nb_left_container .left_first_text h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container .nb_left_container .left_first_text h1 {
    font-size: 24px;
    line-height: normal;
  }
}
.news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: rgb(255, 251, 243);
  margin-block: 30px;
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper {
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
    margin-block: 10px;
  }
}
.news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper .date-calender {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper .date-calender .fa-solid {
  color: rgb(175, 138, 72);
}
.news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper .date-calender .grey_text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(115, 115, 115);
}
.news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper .share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper .share .s-txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(115, 115, 115);
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper .share .s-txt {
    font-size: 14px;
    line-height: normal;
  }
}
.news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper .share .social-icon {
  display: flex;
  align-items: center;
  gap: 15px;
}
.news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper .share .social-icon .fa-brands {
  color: rgb(175, 138, 72);
  background: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 4px;
  height: 14px;
  width: 14px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.news_blogs_details .nb_details_container .nb_left_container .left_icon_wrapper .share .social-icon .fa-brands:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(175, 138, 72);
}
.news_blogs_details .nb_details_container .nb_left_container .left_container_image {
  height: 420px;
  margin-block: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container .nb_left_container .left_container_image {
    height: 190px;
  }
}
.news_blogs_details .nb_details_container .nb_left_container .left_container_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.news_blogs_details .nb_details_container .nb_left_container .left_container_content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(115, 115, 115);
  text-align: justify;
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap {
  width: 30%;
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container .nb_right_wrapper_wrap {
    width: 100%;
  }
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container {
  width: 100%;
  background-color: rgb(255, 251, 243);
  box-shadow: 0px 0px 15px 0px rgba(28, 62, 149, 0.1);
  padding: 30px 20px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container {
    padding: 15px 10px;
  }
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .right_first_text h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: rgb(0, 0, 0);
  position: relative;
  display: inline-flex; /* Better alignment for vertical elements */
  align-items: center; /* Ensures the line and text are vertically centered */
}
@media (max-width: 768px) {
  .news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .right_first_text h4 {
    font-size: 16px;
  }
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .right_first_text h4::before {
  content: "";
  display: inline-block;
  width: 2px; /* Line thickness */
  height: 20px; /* Same height as the text */
  background-color: rgb(175, 138, 72);
  margin-right: 10px;
  border-radius: 8px;
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-block: 20px;
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_container_image {
  height: auto;
  width: 30%;
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_container_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_text {
  width: 68%;
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_text h3 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  color: rgb(0, 0, 0);
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_text .right_calender {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_text .right_calender .fa-solid {
  color: rgb(175, 138, 72);
}
.news_blogs_details .nb_details_container .nb_right_wrapper_wrap .nb_right_container .nb_right_wrapper .right_text .right_calender .date {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: rgb(115, 115, 115);
}

.service-inner .service-container {
  margin-block: 60px;
}
@media (max-width: 768px) {
  .service-inner .service-container {
    margin-block: 20px;
  }
}
.service-inner .service-container .first-s-txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .service-inner .service-container .first-s-txt h1 {
    font-size: 24px;
  }
}
.service-inner .service-container .s-s-txt {
  margin-block: 30px;
}
@media (max-width: 768px) {
  .service-inner .service-container .s-s-txt {
    margin-block: 15px;
  }
}
.service-inner .service-container .s-s-txt p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(115, 115, 115);
  text-align: justify;
}
.service-inner .service-container .s-image {
  width: 100%;
  height: 460px;
}
@media (max-width: 768px) {
  .service-inner .service-container .s-image {
    height: 190px;
  }
}
.service-inner .service-container .s-image img {
  height: 100%;
  width: 100%;
}
.service-inner .career-container {
  background-color: rgba(255, 246, 231, 0.5);
  padding-block: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .service-inner .career-container {
    padding-block: 30px;
    margin-bottom: 30px;
  }
}
.service-inner .career-container .first-content {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .service-inner .career-container .first-content {
    margin-bottom: 20px;
  }
}
.service-inner .career-container .first-content h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  color: rgb(175, 138, 72);
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .service-inner .career-container .first-content h3 {
    font-size: 24px;
  }
}
.service-inner .career-container .first-content h3::after {
  content: "";
  display: block;
  width: 50%; /* Full width underline */
  height: 2px; /* Thickness of the underline */
  background-color: rgb(175, 138, 72); /* Color of the underline */
  bottom: -24px;
  border-radius: 5px;
  position: absolute;
  /* left: 50%; */
  /* right: 50%; */
  transform: translate(50%, 50%);
}
.service-inner .career-container .career-content-cards .services_cards_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .service-inner .career-container .career-content-cards .services_cards_wrapper {
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
}
.service-inner .career-container .career-content-cards .services_cards_wrapper .card_container {
  box-shadow: 0px 0px 6px 0px rgba(175, 138, 72, 0.5);
  padding: 30px 20px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .service-inner .career-container .career-content-cards .services_cards_wrapper .card_container {
    padding: 15px 10px;
  }
}
.service-inner .career-container .career-content-cards .services_cards_wrapper .card_container .card_txt {
  margin-block: 35px 15px;
}
@media (max-width: 768px) {
  .service-inner .career-container .career-content-cards .services_cards_wrapper .card_container .card_txt {
    padding: 15px 10px;
  }
}
.service-inner .career-container .career-content-cards .services_cards_wrapper .card_container .card_txt h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .service-inner .career-container .career-content-cards .services_cards_wrapper .card_container .card_txt h1 {
    font-size: 16px;
  }
}
.service-inner .career-container .career-content-cards .services_cards_wrapper .card_container .card_paragraph p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(115, 115, 115);
  text-align: justify;
}
.service-inner .last-inner {
  margin-block: 80px;
}
.service-inner .last-inner .get-started-container {
  background-color: rgb(175, 138, 72);
  padding-block: 40px;
  text-align: center;
}
.service-inner .last-inner .get-started-container h4 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (max-width: 768px) {
  .service-inner .last-inner .get-started-container h4 {
    font-size: 24px;
    line-height: normal;
  }
}
.service-inner .last-inner .get-started-container h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-block: 30px 35px;
}
@media (max-width: 768px) {
  .service-inner .last-inner .get-started-container h5 {
    margin-block: 20px 25px;
    font-size: 14px;
  }
}
.service-inner .last-inner .get-started-container .join {
  background-color: rgb(255, 255, 255);
  padding: 10px 25px;
  border-radius: 8px;
  box-shadow: 0 0 2px rgb(175, 138, 72);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.service-inner .last-inner .get-started-container .join:hover {
  transform: scale(1.05); /* Slightly expand the card */
}
.service-inner .last-inner .get-started-container .join a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-inner .last-inner .get-started-container .join a .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(175, 138, 72);
}
.service-inner .last-inner .get-started-container .join a .bi-arrow-up-right {
  background-color: rgb(255, 255, 255);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: rgb(175, 138, 72);
  display: flex;
  justify-content: center;
  align-items: center;
}

.get-in-touch .get-into-container {
  margin-block: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container {
    flex-direction: column;
    margin-block: 25px;
    gap: 20px;
  }
}
.get-in-touch .get-into-container .left-it {
  width: 60%;
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container .left-it {
    width: 100%;
  }
}
.get-in-touch .get-into-container .left-it .first-it h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container .left-it .first-it h2 {
    font-size: 18px;
    line-height: normal;
  }
}
.get-in-touch .get-into-container .left-it .second-txt-it {
  margin-block: 10px 20px;
}
.get-in-touch .get-into-container .left-it .second-txt-it h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container .left-it .second-txt-it h1 {
    font-size: 24px;
    line-height: normal;
  }
}
.get-in-touch .get-into-container .left-it .instruction {
  margin-block: 20px 20px;
}
.get-in-touch .get-into-container .left-it .instruction h4 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(115, 115, 115);
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container .left-it .instruction h4 {
    font-size: 14px;
    line-height: normal;
    margin-block: 10px 10px;
  }
}
.get-in-touch .get-into-container .left-it .phone-mail-add-wrap .phone-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.get-in-touch .get-into-container .left-it .phone-mail-add-wrap .phone-wrap .lft-phone {
  margin-block: 25px;
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container .left-it .phone-mail-add-wrap .phone-wrap .lft-phone {
    margin-block: 10px;
  }
}
.get-in-touch .get-into-container .left-it .phone-mail-add-wrap .phone-wrap .lft-phone .fa-solid {
  color: rgb(255, 255, 255);
  background-color: rgb(175, 138, 72);
  padding: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.get-in-touch .get-into-container .left-it .phone-mail-add-wrap .phone-wrap .lft-phone .fa-solid:hover {
  color: rgb(175, 138, 72);
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 2px rgb(175, 138, 72);
}
.get-in-touch .get-into-container .left-it .phone-mail-add-wrap .phone-wrap .rght-phone h2 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container .left-it .phone-mail-add-wrap .phone-wrap .rght-phone h2 {
    font-size: 14px;
  }
}
.get-in-touch .get-into-container .left-it .phone-mail-add-wrap .phone-wrap .rght-phone h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container .left-it .phone-mail-add-wrap .phone-wrap .rght-phone h4 {
    font-size: 14px;
  }
}
.get-in-touch .get-into-container .rght-it {
  width: 40%;
  background-color: rgb(255, 251, 243);
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container .rght-it {
    width: 100%;
    padding: 20px 15px;
  }
}
@media (max-width: 400px) {
  .get-in-touch .get-into-container .rght-it {
    width: 100%;
    padding: 10px 7px;
  }
}
.get-in-touch .get-into-container .rght-it .rght-form {
  width: 100%;
}
.get-in-touch .get-into-container .rght-it .rght-form .first-f-txt {
  margin-bottom: 30px;
}
.get-in-touch .get-into-container .rght-it .rght-form .first-f-txt h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: rgb(0, 0, 0);
}
@media (max-width: 400px) {
  .get-in-touch .get-into-container .rght-it .rght-form .first-f-txt h2 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .get-in-touch .get-into-container .rght-it .rght-form .first-f-txt h2 {
    font-size: 16px;
  }
}
.get-in-touch .get-into-container .rght-it .rght-form form .input-section {
  margin-bottom: 20px;
  width: 100%;
}
.get-in-touch .get-into-container .rght-it .rght-form form .input-section input {
  padding: 15px 30px;
  border: 0.5px solid rgb(175, 138, 72);
  background-color: rgb(255, 255, 255);
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: rgb(115, 115, 115);
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 400px) {
  .get-in-touch .get-into-container .rght-it .rght-form form .input-section input {
    padding: 7px 15px !important;
  }
}
.get-in-touch .get-into-container .rght-it .rght-form form .input-section input[type=number]::-webkit-outer-spin-button,
.get-in-touch .get-into-container .rght-it .rght-form form .input-section input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.get-in-touch .get-into-container .rght-it .rght-form form .message-section {
  margin-bottom: 20px;
  width: 100%;
}
.get-in-touch .get-into-container .rght-it .rght-form form .message-section textarea {
  padding: 15px 30px;
  border: 0.5px solid rgb(175, 138, 72);
  background-color: rgb(255, 255, 255);
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: rgb(115, 115, 115);
  width: 100%;
  box-sizing: border-box;
  outline: none;
  height: 100px;
  resize: none;
}
.get-in-touch .get-into-container .rght-it .rght-form form .message-section textarea::-moz-placeholder {
  text-align: start; /* Ensures placeholder stays at the top-left */
}
.get-in-touch .get-into-container .rght-it .rght-form form .message-section textarea::placeholder {
  text-align: start; /* Ensures placeholder stays at the top-left */
}
.get-in-touch .get-into-container .rght-it .rght-form form .join {
  background-color: rgb(175, 138, 72);
  margin-top: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 7px 15px;
  gap: 10px;
  transition: all 0.4s ease-in-out;
}
.get-in-touch .get-into-container .rght-it .rght-form form .join .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.get-in-touch .get-into-container .rght-it .rght-form form .join .bi-arrow-up-right {
  background-color: rgb(255, 255, 255);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.get-in-touch .get-into-container .rght-it .rght-form form .join:hover {
  background-color: white;
  box-shadow: 0 0 2px rgb(175, 138, 72);
}
.get-in-touch .get-into-container .rght-it .rght-form form .join:hover .join_txt {
  color: rgb(175, 138, 72);
}
.get-in-touch .get-into-container .rght-it .rght-form form .join:hover .bi-arrow-up-right {
  color: rgb(175, 138, 72) !important;
  box-shadow: 0 0 2px rgb(175, 138, 72);
}
.get-in-touch .map-section {
  width: 100%;
  margin-block: 60px;
}
.get-in-touch .map-section iframe {
  width: 100%;
  border-radius: 8px;
  height: 400px;
}

.career-inner {
  margin-block: 60px;
}
@media (max-width: 768px) {
  .career-inner {
    margin-block: 20px;
  }
}
.career-inner .c-inner-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .career-inner .c-inner-wrap {
    flex-direction: column;
  }
}
.career-inner .c-inner-wrap .c-lft-container {
  width: 55%;
}
@media (max-width: 768px) {
  .career-inner .c-inner-wrap .c-lft-container {
    width: 100%;
  }
}
.career-inner .c-inner-wrap .c-lft-container .top-c-txt {
  margin-bottom: 10px;
}
.career-inner .c-inner-wrap .c-lft-container .top-c-txt h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: rgb(175, 138, 72);
}
@media (max-width: 768px) {
  .career-inner .c-inner-wrap .c-lft-container .top-c-txt h4 {
    font-size: 16px;
    line-height: normal;
  }
}
.career-inner .c-inner-wrap .c-lft-container .main-c-inner {
  margin-bottom: 30px;
}
.career-inner .c-inner-wrap .c-lft-container .main-c-inner h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 36px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .career-inner .c-inner-wrap .c-lft-container .main-c-inner h1 {
    font-size: 24px;
    line-height: normal;
  }
}
.career-inner .c-inner-wrap .c-lft-container .calender-date-wrap {
  margin-bottom: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.career-inner .c-inner-wrap .c-lft-container .calender-date-wrap .fa-solid {
  color: rgb(175, 138, 72);
}
.career-inner .c-inner-wrap .c-lft-container .calender-date-wrap .txt {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
.career-inner .c-inner-wrap .c-lft-container .hiring-txt {
  margin-block: 15px 40px;
}
.career-inner .c-inner-wrap .c-lft-container .hiring-txt h4 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(0, 0, 0);
}
.career-inner .c-inner-wrap .c-lft-container .reu-contents {
  margin-block: 40px;
}
.career-inner .c-inner-wrap .c-lft-container .reu-contents h1 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .career-inner .c-inner-wrap .c-lft-container .reu-contents h1 {
    font-size: 18px;
  }
}
.career-inner .c-inner-wrap .c-lft-container .reu-contents .checklist-req {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .career-inner .c-inner-wrap .c-lft-container .reu-contents .checklist-req {
    margin-bottom: 20px;
  }
}
.career-inner .c-inner-wrap .c-lft-container .reu-contents .checklist-req .checklist-icon-txt .fa-solid {
  color: rgb(175, 138, 72);
  height: 10px;
}
.career-inner .c-inner-wrap .c-lft-container .reu-contents .checklist-req .checklist-icon-txt .check-list {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 39px;
  color: rgb(115, 115, 115);
}
.career-inner .c-inner-wrap .c-lft-container .c-inner-last-txt h5 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 39px;
  color: rgb(0, 0, 0);
}
.career-inner .c-rght-container {
  width: 40%;
}
@media (max-width: 768px) {
  .career-inner .c-rght-container {
    width: 100%;
  }
}
.career-inner .c-rght-container .rght-it {
  background-color: rgb(255, 251, 243);
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .career-inner .c-rght-container .rght-it {
    padding: 20px 15px;
  }
}
.career-inner .c-rght-container .rght-it .rght-form {
  width: 100%;
}
.career-inner .c-rght-container .rght-it .rght-form .first-f-txt {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .career-inner .c-rght-container .rght-it .rght-form .first-f-txt {
    margin-bottom: 15px;
  }
}
.career-inner .c-rght-container .rght-it .rght-form .first-f-txt h2 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .career-inner .c-rght-container .rght-it .rght-form .first-f-txt h2 {
    font-size: 16px;
  }
}
.career-inner .c-rght-container .rght-it .rght-form form .input-section {
  margin-bottom: 20px;
  width: 100%;
}
.career-inner .c-rght-container .rght-it .rght-form form .input-section input {
  padding: 15px 30px;
  border: 0.5px solid rgb(175, 138, 72);
  background-color: rgb(255, 255, 255);
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: rgb(115, 115, 115);
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 768px) {
  .career-inner .c-rght-container .rght-it .rght-form form .input-section input {
    padding: 8px 15px;
  }
}
.career-inner .c-rght-container .rght-it .rght-form form .input-section input[type=number]::-webkit-outer-spin-button,
.career-inner .c-rght-container .rght-it .rght-form form .input-section input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.career-inner .c-rght-container .rght-it .rght-form form .message-section {
  margin-bottom: 20px;
  width: 100%;
}
.career-inner .c-rght-container .rght-it .rght-form form .message-section textarea {
  padding: 15px 30px;
  border: 0.5px solid rgb(175, 138, 72);
  background-color: rgb(255, 255, 255);
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  color: rgb(115, 115, 115);
  width: 100%;
  box-sizing: border-box;
  outline: none;
  height: 100px;
  resize: none;
}
@media (max-width: 768px) {
  .career-inner .c-rght-container .rght-it .rght-form form .message-section textarea {
    padding: 8px 15px;
  }
}
.career-inner .c-rght-container .rght-it .rght-form form .message-section textarea::-moz-placeholder {
  text-align: start; /* Ensures placeholder stays at the top-left */
}
.career-inner .c-rght-container .rght-it .rght-form form .message-section textarea::placeholder {
  text-align: start; /* Ensures placeholder stays at the top-left */
}
.career-inner .c-rght-container .rght-it .rght-form form .join {
  background-color: rgb(175, 138, 72);
  margin-top: 30px;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  padding: 7px 15px;
  gap: 10px;
}
@media (max-width: 768px) {
  .career-inner .c-rght-container .rght-it .rght-form form .join {
    margin-top: 15px;
  }
}
.career-inner .c-rght-container .rght-it .rght-form form .join .join_txt {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
.career-inner .c-rght-container .rght-it .rght-form form .join .bi-arrow-up-right {
  background-color: rgb(255, 255, 255);
  padding: 0; /* Remove padding to maintain perfect circle */
  border-radius: 50%;
  height: 30px; /* Adjust size as needed */
  width: 30px; /* Ensure it's square */
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-inner .c-rght-container .rght-it .rght-form form .join:hover {
  background-color: white;
  box-shadow: 0 0 2px rgb(175, 138, 72);
}
.career-inner .c-rght-container .rght-it .rght-form form .join:hover .join_txt {
  color: rgb(175, 138, 72);
}
.career-inner .c-rght-container .rght-it .rght-form form .join:hover .bi-arrow-up-right {
  color: rgb(175, 138, 72) !important;
  box-shadow: 0 0 2px rgb(175, 138, 72);
}/*# sourceMappingURL=main.css.map */