body {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  font-size: 17px;
}

.text-primary {
  color: #192861 !important;
}

.btn-primary {
  color: #fff;
  background-color: #192861;
  border-color: #192861;
}

.logo-img {
  width: 120px;
  padding: 12 0;
}

.theme-bg {
  background-color: #192861;
}

.theme-text {
  color: #192861;
}

.top-header {
  background-color: #172149;
  padding: 12px 0;
}

.top-header .fa-solid {
  line-height: 28px;
}

.link-white {
  color: #faebd7;
  font-size: 1.2rem;
  padding: 0 15px;
}

.link-white.active,
.link-white:hover {
  color: #ffffff;
}

.carousel-item {
  position: relative;
}

.carousel-caption h1,
.carousel-caption p {
  font-family: "Montserrat", sans-serif;
  color: white;
}

.carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

.carousel-caption p {
  font-size: 1.2rem;
  font-weight: 400;
}

.carousel-caption .btn {
  font-weight: 600;
  padding: 10px 20px;
}

#centeredCarousel .carousel-caption {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%) translateX(-15%) !important;
  text-align: left;
  background: #172149eb;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  opacity: 0;
  height: fit-content;
  transition: opacity 0.8s ease, transform 0.8s ease;
  z-index: 999;
}

#centeredCarousel .carousel-caption h1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}

#centeredCarousel .carousel-caption p {
  font-size: 1.1rem;
  color: #e0e0e0;
}

#centeredCarousel .carousel-caption .btn {
  margin-top: 15px;
}

#centeredCarousel .carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translateY(0);
}

#centeredCarousel .carousel-control-prev-icon,
#centeredCarousel .carousel-control-next-icon {
  background-color: #192861;
  background-size: 50%, 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  /* filter: invert(1); */
}

#centeredCarousel .carousel-control-prev,
#centeredCarousel .carousel-control-next {
  opacity: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 6%;
}



.btn-outline-white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: #172149;
  /* Matches your blue background */
}


.section-main {
  position: relative;
  margin: 4.3rem 0;
}

.section-title {
  position: relative;
  margin-bottom: 5rem;
}

.section-title h4 {
  font-weight: 700;
}

.section-title img {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

.about-ul {
  list-style: none;
  padding: 0;
}

.about-ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}

.about-ul li::before {
  content: "\f058";
  /* Unicode for fa-circle-check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* For solid icons */
  position: absolute;
  left: 0;
  color: #28a745;
  /* Green color for the icon */
  font-size: 1.2rem;
}

.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #1a237e;
  /* Navy Blue */
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
  overflow: hidden;
}

.btn-theme:hover {
  background-color: #0d193b;
  /* Darker shade for hover */
  transform: scale(1.03);
  color: #ffffff;
}

.btn i {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.btn:hover i {
  transform: translateX(5px);
  /* Moves the icon to the right */
}

.white-btn {
  background-color: #ffffff;
  color: #1a237e;
}

.white-btn:hover {
  background-color: #1a237e00;
  border: 1px solid #fff;
  color: #fff;
}

/* .paralex {
  background: url(../img/background-layout.png), linear-gradient(to bottom, rgba(0, 123, 255, 0.5), rgba(0, 50, 150, 0.7));

} */

.testimonial-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f3f5;
  padding: 20px;
  border-radius: 20px;
  max-width: 1000px;
  width: 90%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: auto;
  position: relative;
}


.testimonial-image {
  flex: 1;
  text-align: center;
  position: relative;
}

.testimonial-image img {
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.testimonial-image .play-button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  cursor: pointer;
}

.testimonial-content {
  flex: 2;
  padding: 0 20px;
}



.testimonial-content .quote-icon {

  background-color: #ffc107;
  margin-right: 10px;
  color: #1a237e;
  padding: 10px;
  border-radius: 16px;
}

.testimonial-content h3 {
  font-weight: 500;
  margin: 0;
}

.testimonial-content .role {
  font-size: 14px;
  color: gray;
}

.testimonial-content p {
  /* margin: 10px 0 30px 0; */
  color: #555;
}

.testimonial-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: gray;
}




/* Dots Styling */
.owl-carousal-testimonial .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
  position: absolute;
  left: 58%;
  bottom: 10%;
  transform: translateX(-50%);
  /* background-color: #d4c8c8; */
  max-width: 100%;
}

.owl-carousal-testimonial .owl-dots button.owl-dot {
  width: 90px;
  height: 2px;
  background-color: #66666610;
  border-radius: 10%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.owl-carousal-testimonial .owl-dots .owl-dot.active {
  background-color: #192c69;
  transform: scale(1.2);
}

.owl-carousal-testimonial .owl-dots .owl-dot:hover {
  background-color: #192c69;
  /* Darker blue on hover */
}

/* Navigation Buttons */
.owl-carousal-testimonial .owl-nav button {
  background: #007bff;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.owl-carousal-testimonial .owl-nav button:hover {
  background: #0056b3;
  /* Darker blue on hover */
}

/* Left arrow button with number 1 */
.owl-carousal-testimonial .owl-nav .owl-prev::after {
  content: "1";
  /* Replace with any number for left button */
}

.owl-carousal-testimonial .owl-nav .owl-prev .fa-solid,
.owl-carousal-testimonial .owl-nav .owl-next .fa-solid {
  display: none;
}

/* Right arrow button with number 2 */
.owl-carousal-testimonial .owl-nav .owl-next::after {
  content: "4";
  /* Replace with any number for right button */
}

.owl-carousal-testimonial .owl-nav button.owl-next,
.owl-carousal-testimonial .owl-nav button.owl-prev {
  position: absolute;

}

.owl-carousal-testimonial .owl-nav button.owl-next {
  right: 25%;
  bottom: 5%;
  ;
}

.owl-carousal-testimonial .owl-nav button.owl-prev {
  left: 42%;
  bottom: 5%;
  ;
}



.accordion-button .icon {
  font-size: 1.2rem;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .icon::before {
  content: "-";
}

.accordion-button.collapsed .icon::before {
  content: "+";
}

.accordion-button::after {
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: inherit;
}

.accordion-item {
  margin-bottom: 12px;
  border: 1px solid #6666665d;
  background-color: #6a5acd17;
}

#accordionExample {
  max-width: 800px;
  margin: auto;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #6666665d;
}

.faq-bottom {
  margin-bottom: 8rem;
}

footer {
  position: relative;
}

footer .footer-top {
  position: absolute;
  width: 237px;
  height: 237px;
  left: 50%;
  top: -120px;
  transform: translateX(-50%);
  background-color: #253369;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  /* z-index: -1; */

}

footer .footer-top img {
  padding: 3rem;
  z-index: 1;
  /* position: absolute; */
}

footer .list-unstyled li a {
  transition: all ease-in-out 0.3s;
}

footer .list-unstyled li a:hover {
  letter-spacing: 1px;
}



/* ------------------------------------about us --------------------------------------------- */
.breadcrumbs_area {
  background-size: cover;
  background-position: bottom;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;

}

.breadcrumbs_area:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .5;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumbs_area {
    padding: 80px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs_area {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs_area {
    padding: 30px 0;
    background-position: 17%;
  }
}

.breadcrumb_content {
  text-align: center;
}

.breadcrumb_content h3 {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb_content h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_content h3 {
    font-size: 28px;
    line-height: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb_content h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 7px;
  }
}

.breadcrumb_content ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 20px;
  margin-right: 3px;
  padding-right: 13px;
  position: relative;
  color: #fff !important;
  font-weight: bold;
}

.breadcrumb_content ul li::before {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.breadcrumb_content ul li:last-child {
  margin-right: 0;
}

.breadcrumb_content ul li:last-child::before {
  display: none;
}

.breadcrumb_content ul li a {
  color: #fff;
  font-weight: normal;
}

.breadcrumb_content ul li a:hover {
  color: #192861;
}


/* -------------------------------contact us---------------------------------- */
.wrapper {
  background: #f8f9fa;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dbox {
  min-height: 190px;
  padding: 20px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

.dbox .map-flag {
  width: 50px;
  position: absolute;
  top: 10px;
  right: 10px;

}

.dbox:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}



.contact-wrap {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.contactForm .form-control {
  border-radius: 4px;
  border: 1px solid #ced4da;
}

.contactForm .btn {
  background: #192861;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
}

.contactForm .btn:hover {
  background: #0b5ed7;
}

.info-wrap {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

/* ---------------31/01/2025------------------------- */
.property-list {
  border-radius: 25px;
}

.property-list label {
  font-size: 1rem;
  font-weight: 500;
}

.comparison-heading {
  text-align: center;
  margin: 40px 0;
  font-size: 2.5rem;
  color: #343a40;
  font-weight: bold;
}

.table-custom {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

th {
  background-color: #192861 !important;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  padding: 15px;
}

td {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  font-size: 1rem;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.price {
  font-weight: bold;
  color: #28a745;
}

@media (max-width: 768px) {

  th,
  td {
    font-size: 0.9rem;
    padding: 10px;
  }
}

/* ------------------------------------teams--------------------------------------------- */
.team-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


/* .main .owl-stage-outer {

  min-height: 300px;
  padding: 40px 0;

} */

/* .main {
  height: 400px;
} */
/* 
.profile-card {
  position: relative;
  font-family: sans-serif;
  width: 220px;
  height: 220px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  margin: auto;
}

.profile-card:hover {
  border-radius: 10px;
  height: 260px;
}

.profile-card .img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}

.profile-card:hover .img {
  transform: translateY(-60px);
}

.img img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}

.profile-card:hover img {
  border-radius: 10px;
}

.caption {
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}

.profile-card:hover .caption {
  opacity: 1;
}

.caption h3 {
  font-size: 21px;
  font-family: sans-serif;
}

.caption p {
  font-size: 15px;
  color: #0c52a1;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}

.caption .social-links a {
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}

.social-links a:hover {
  color: #0c52a1;
}

.main.owl-carousel .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #192c69;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.main.owl-carousel .owl-nav button:hover {
  background: #0c52a1;
}

.main.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.main.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.main.owl-carousel .owl-nav button i {
  font-size: 14px;
}

.main.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
} */

/* ------------------------------------------------ */
#half-stars-example {

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
  }

  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }

  /* hide radio inputs */
  .rating__input {
    position: absolute !important;
    left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* add padding and positioning to half star labels */
  .rating__label--half {
    padding-right: 0;
    margin-right: -40px;
    z-index: 2;
  }

  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
  }

  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star,
  .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover~.rating__label .rating__icon--star,
  .rating__input:hover~.rating__label--half .rating__icon--star {
    color: #ddd;
  }

  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
  }
}


/* ----------------------------------------30/07/2025-------------  */
.office-carousel .card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  border-radius: 12px;
  overflow: hidden;
}

.office-carousel .card img {
  transition: transform 0.35s ease;
}

.office-carousel .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-color: #007bff;
}

.office-carousel .card:hover img {
  transform: scale(1.01);
}

.office-carousel .card-title {
  transition: color 0.35s ease;
}

.office-carousel .card:hover .card-title {
  color: #007bff;
}

.office-carousel .owl-stage-outer {
  padding: 10px 0;
  /* Add padding around the carousel */
}

.office-carousel .card-img-top {
  height: 100px;
  object-fit: cover;
}

.office-carousel .card-title {
  font-size: 18px;
}

.office-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

.office-carousel .owl-nav button.owl-prev,
.office-carousel .owl-nav button.owl-next {
  background-color: #192861;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.office-carousel .owl-nav button.owl-prev:hover,
.office-carousel .owl-nav button.owl-next:hover {
  background-color: #063e9d;
}

.office-carousel .owl-nav button span {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
}

.testimonial-carousel .card {
  border: none;
  border-radius: 12px;
}

.testimonial-carousel .card-title {
  color: #192861;
  font-weight: 600;
}

.testimonial-carousel .card-text {
  font-size: 0.95rem;
}

.testimonial-carousel iframe {
  border-radius: 8px;
}

/* Wrap nav arrows in center or sides */
.testimonial-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
  background-color: #192861;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.testimonial-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel .owl-nav button.owl-next:hover {
  background-color: #063e9d;
}

.testimonial-carousel .owl-nav button span {
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
}

.tab-content iframe {
  max-height: 300px;
  width: 100%;
  border: none;
}

/* -------------------------------------------------------------------------reviews pages -------------------------------- */
/* Style for testimonial carousel items */
.testimonial-card {
  position: relative;
  border-radius: 12px;
  transition: transform 0.3s ease;
  padding-top: 2.5rem;
  min-height: 250px;
  /* Make space for the logo */
}

/* Google logo absolute top-right */
.testimonial-logo {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 30px;
  width: 30px !important;
  ;
}

.testimonial-card:hover {
  transform: translateY(-4px);
}

/* Avatar image */
.testimonial-avatar {
  width: 40px !important;
  height: 40px;
  object-fit: cover;
}

.testimonial-owl-carousel .owl-nav {
  /* position: absolute; */
  /* top: 50%; */
  /* width: 100%; */
  display: flex;
  justify-content: center;
  /* transform: translateY(-50%); */
  pointer-events: none;
  padding: 0 10px;
  z-index: 10;
}

/* Arrow button styles */
.testimonial-owl-carousel .owl-nav button.owl-prev,
.testimonial-owl-carousel .owl-nav button.owl-next {
  pointer-events: all;
  background-color: #192861;
  /* pink */
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Hover effect */
.testimonial-owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-owl-carousel .owl-nav button.owl-next:hover {
  background-color: #0f1b47;
  transform: scale(1.1);
}

/* Optional: icon styles */
.testimonial-owl-carousel .owl-nav i {
  font-weight: bold;
}


/* Optional: reduce card shadow on mobile */
@media (max-width: 576px) {
  .testimonial-card {
    padding: 1rem;
  }
}


/* Book a Meeting button css 19/08/2025 */

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #007BFF, #0056b3);
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.35s ease;
  z-index: 1000;
}

.floating-button i {
  font-size: 18px;
  transition: transform 0.35s ease;
}

/* Hover effect */
.floating-button:hover {
  border: #0056b3 1px solid;
  background: transparent;
  /* background: linear-gradient(135deg, #0056b3, #00408a); */
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.floating-button:hover i {
  transform: scale(1.2);
}

/* -------------------------------------20/08/2025--------------------------------- */
.testimonial-carousel-landlord .owl-nav button.owl-prev,
.testimonial-carousel-landlord .owl-nav button.owl-next {
  background-color: #192861;
  border: none;
  color: #fff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.map-container {
  position: relative;
  width: 90%;
  /* Adjust as needed */
  max-width: 1200px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.world-map {
  width: 100%;
  height: auto;
}

.location-pointer {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.location-pointer .number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  background-color: red;
  /* Example color, adjust for each pointer */
}

.location-pointer .text {
  margin-top: 5px;
  font-size: 0.8em;
  white-space: nowrap;
}

/* Example positioning for pointer 01 (South America) */
.pointer-01 {
  top: 60%;
  left: 20%;
}

/* Add specific styles and positioning for each pointer (02-07) */

.info-block {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  display: inline-block;
  width: calc(100% / 7 - 20px);
  /* Adjust based on number of blocks */
  vertical-align: top;
  box-sizing: border-box;
}



.office-box {
  text-align: center;
  padding: 15px;
}

.office-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin: auto;
  margin-bottom: 10px;
}

#world-map {
  width: 100%;
  height: 500px;
}

.office-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  min-height: 182px;
}

.office-card h5 {
  color: #0d6efd;
  margin-bottom: 10px;
}

.office-card p {
  margin-bottom: 5px;
}