.world-map-section {
    position: relative;
    background-image: url('../images/world-map/world-map.png'); /* Adjust path as needed */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* keeps the background static while scrolling */
    
}

.world-map-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the overlay color as needed */
    z-index: 1; /* Ensure overlay is below the text */
}

.world-map-section .overlay-header p{
    position: relative;
    z-index: 2; /* Ensure text is above the overlay */
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 40px; /* Adjust for positioning the text */
}

.world-map-section .overlay-text p{
    position: relative;
    z-index: 2; /* Ensure text is above the overlay */
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding-top: 20px; /* Adjust for positioning the text */
}

.world-map-section .overlay-rating{
    position: relative;
    z-index: 2; /* Ensure text is above the overlay */
    color: #ffc107;
    text-align: center;
    font-size: 3em;
    padding-top: 20px; /* Adjust for positioning the text */
}

.world-map-section .overlay-footer p{
    position: relative;
    z-index: 2; /* Ensure text is above the overlay */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px; /* Adjust for positioning the text */
    padding-bottom: 40px; /* Adjust for positioning the text */
}

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

.banner{
    height: 100vh;
    background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.1) 81%, rgba(24, 25, 27, 0.1));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    padding: 82px 0 0 0;
}
.banner_text {
    display: inline-flex;
    align-items: center;
    color: #8A8B8C;
    font-family: var(--font-family-regular);
    font-size: 25px;
    line-height: 3.53;
    letter-spacing: 4px;
}

.banner_text::before {
    content: '';
    flex: 1;
    margin-right: 1rem;
    height: 1px;
    background-color: #DCDCDD;
    width: 35px
}

.banner_text_second{
    font-family:  var(--font-family-bold);
    color: var(--primary-color);
    font-size: 2rem;
}

.banner_text_third{
    font-family:  var(--font-family-bold);
    color: var(--header-second-color);
    font-size: 3rem;
}

@media (max-width: 991px) {

    .banner {
      text-align: center;
      padding: 120px 0 50px 0 !important;
      height: auto !important;
    }
   
    .more-btn {
      margin-top: 80px;
      justify-content: center !important;
    }
  
    .banner .home-image {
      text-align: center;
      margin-top: 80px;
    }
  
    .banner .home-image img {
      width: 80%;
    }
  }


.text_more {
    writing-mode: vertical-lr;
    color: var(--black-color);
    font-size: 18px;
    letter-spacing: 0.2rem;
    font-weight: 300;
}

.text_more a,
.text_more a:hover {
    font-family: var(--font-family-regular);
    color: inherit;
    text-decoration: none;
}

.vl {
    border-left: 2px solid #DCDCDD;
    height: 40px;
    margin-left: 10px;
    margin-bottom: 10;
}


.home-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
}

#home-text {
    flex: 0 0 50%;
    padding-right: 2rem;
    margin-bottom: 0;
    text-align: left;
}

#home h1 {
    margin-bottom: 0.5rem;
    color: #1C71D8;
    font-size: 2rem;
    font-weight: 700;
}

#home p {
    margin-bottom: 1.5rem;
    color: #6b7280;
    font-size: 1.1rem;
}

#home .buttons {
    justify-content: flex-start;
}

#home-image {
    flex: 0 0 50%;
    margin-left: 2rem;
    margin-bottom: 0;
    text-align: center;
}

#home-image img {
    max-width: 60%;
    height: auto;
    display: inline-block;
}

h2 {
    margin-bottom: 1rem;
    color: #1C71D8;
    text-align: center;
}

p {
    margin-bottom: 2rem;
    color: #6b7280;
    text-align: center;
}



/* Connecting users */
.connecting-users-style {
    color: #1C71D8;
    font-weight: bold;
    font-size: 26px;
}

.connecting-users {
    font-weight: bold;
    color: #000;
    font-size: 26px;
    display: inline-block;
    /* Add this to treat it as a block for centering its children */
    text-align: center;
    /* Ensure text within this span is centered */
}

.connecting-users-div p {
    font-weight: regular;
    font-size: 17px;
    color: #000;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.5px;
    text-align: center;
    /* Explicitly center the paragraph text */
}

.business,
.technology,
.innovation {
    position: relative;
}

.business::after,
.technology::after,
.innovation::after {
    content: "";
    position: absolute;
    height: 7px;
    transform: translate(2px, 5px);
    background: #D1E3F7;
    z-index: -1;
}

.business::after {
    left: 50%;
    /* Center the starting point */
    bottom: 7px;
    width: 114px;
    transform: translateX(-50%) translateY(5px);
    /* Adjust to center the width */
}

.technology::after {
    left: 50%;
    /* Center the starting point */
    bottom: 7px;
    width: 145px;
    transform: translateX(-50%) translateY(5px);
    /* Adjust to center the width */
}

.innovation::after {
    left: 50%;
    /* Center the starting point */
    bottom: 7px;
    width: 136px;
    transform: translateX(-50%) translateY(5px);
    /* Adjust to center the width */
}

.vision {
    display: block;
    /* This makes margin-top work */
    color: #000;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    /* Ensure text within this span is centered */
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .world-map-section .overlay-header p {
        font-size: 1.2rem;
        padding-top: 20px;
    }

    .world-map-section .overlay-text p {
        font-size: 1.5rem;
        padding-top: 10px;
    }

    .world-map-section .overlay-rating {
        font-size: 2em;
        padding-top: 10px;
    }

    .world-map-section .overlay-footer p {
        font-size: 1.2rem;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

/* Retina (2x) */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi) {
  .world-map-section {
    background-image: url('../images/world-map/world-map@2x.png');
  }
}

/* Retina (3x) */
@media only screen and (-webkit-min-device-pixel-ratio: 3),
       only screen and (min-resolution: 288dpi) {
  .world-map-section {
    background-image: url('../images/world-map/world-map@3x.png');
  }
}

