@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

:root {
    --primary-color: #000234;
    --secondary-color: #4883f4;
    --accent-color: #8a57ea;
    --subtle-bg-color: #edf7ff;
    --light-bg-color: #ffffff; 
    --light-text-color: #f0f4f8;
    --subtle-text-color: #dee5f5;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
    scroll-behavior: smooth;
}
  
body {
  font-family: "Josefin Sans", sans-serif;
  min-height: 100vh;
  background-color: #ffffff !important;
  margin-top: 100px !important;
}
  
#defaultLayout {
    display: flex;
    flex-wrap: wrap;
}

#defaultLayout > .col-lg-6 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#map {
    flex-grow: 1;
    width: 100%;
    border-radius: 10px;
    height: max-content;
    height: 477px;
    margin-bottom: 20px;
}

.datacenter-card-row .col-6 {
    margin-bottom: 0px;
}

.datacenter-card-row{
    gap: 20px 0px;
}

.cit-map{
  height: 334px !important;
  border-radius: 20px;
  border: 3px solid #b8b8ff;
}
.pt-30{
  padding-top: 30px;
}
  /* Style for the circular marker */
  .custom-div-icon .circle-marker {
    background-color: #4883f4; /* Circle color */
    color: white; /* Text color */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #ffffff;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    transition: width 0.3s, height 0.3s; /* Smooth transition for size changes */
}
.home-banner-section{
    width: 100%;
    display: block;
    background-position: center top;
    background-size: cover;
    height: 668px;
    background: url('/public/main/images/world-map.png');
    background-color: #000234;
    background-repeat: no-repeat;
    background-position: center;
}
/* .countries-section a {
  min-width: 310px;
    padding: 10px 10px 10px 20px;
} */
.gap-10{
  gap:10px
}
.gap-40{
  gap:40px
}
.pt-150{
  padding-top: 150px;
}
.home-h1{
  font-size: 54px;
  color: #fff;
}
.home-h4{
  color: #fff;
}
.banner-p{
  font-size: 17px;
  color: #fff;
}
.home-container{
  max-width: 1500px !important;
}
.home-hero-btn{
  background-color: #4883f4;
  color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
}
.home-hero-btn:hover{
  color: #fff;
}
/* .vawe-svg {
  transform: rotate(180deg);
}
.vawe-div{
  display: flex;
  margin-top: -3px;
}
.first-svg{
  width: 100.1%;
}
.second-svg{
  width: 100%;
  transform: scaley(-1);
} */
.hero-card-img{
  width: 641px; 
  border-radius: 20px;
}

.feature-block h3 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0.5rem;
  display: flex
;
  align-items: center;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.continent-div{
  padding: 10px 0px 4px !important;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.w-14{
  width: max-content;
  padding: 10px 10px 0px;
}
.gap-20{
  gap: 20px;
}
.continent-img{
  width: 250px;
  height: 175px;
  border-radius: 6px;
}
.badge-p{
    margin: 0px auto 10px;
  font-size: 19px;
  font-weight: 600;
  color: #000;
  background-color: #8a8aff40;
    width: max-content;
    text-align: center;
    border-radius: 20px;
    padding: 4px 20px;
}
.descrip{
  color: #000;
  font-size: 17px;
}
.second-container{
  max-width: 1700px !important;
}
.county-container{
  max-width: 1800px !important;
}
.h-btn{
  background-color: #18185c;
  padding: 9px;
  color: #fff;
  border-radius: 6px;
  font-size: 19px;
}
.low-light-bg{
  background-color: #8a8aff14;
}
.light-bg{
  background-color: #8a8aff24;
}
.middle-light-bg{
  background-color: #8a8aff3b;
}

/* Data Center Tabs */
.hidden {
  display: none;
}
.location-tab-box{
  padding: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.tab-bar{
  display: flex;
  gap: 5px;
  border-bottom: 2px solid #dfdfdf;
  width: max-content;
  margin: auto;
}
.tab-button {
  background:#deeeff;
  border: none;
}
.tab-button.active {
  border-bottom: 2px solid #19147a;
  color: #ffffff;
  font-weight: 600;
  background:#4f46e5;
}
.country-tab-box{
  display: flex;
  align-items: center;
}
.country-div {
display: flex;
align-items: center;
background-color: #ffffff;
padding: 0.5rem 1rem;
border-radius: 9999px;
justify-content: space-between;
width: 19rem;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
transition: all 0.3s ease-in-out;
border: 1px solid #e5e7eb;
}
.country-div:hover {
background-color: #e0e7ff;
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
transform: translateY(-4px);
}
.country-div:hover .count {
color: #4338ca;
background-color: #ffffff;
}
.country-box {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.country-name {
color: #111827;
font-size: 1rem;
font-weight: 600;
}
.country-flag {
width: 50px;
height: 50px;
object-fit: cover;
border: 2px solid #c7d2fe;
border-radius: 50%;
}
.count {
color: #4f46e5;
font-size: 1rem;
font-weight: 700;
background-color: #e0e7ff;
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease-in-out;
}

.hightligt-text{
  color: #4883f4;
  font-size: 39px;
}

.sub-banner-section {
  width: 100%;
  display: block;
  background-position: center top;
  background-size: cover;
    min-height: 450px;
    height: max-content;
  background: url(/public/main/images/world-map.png);
  background-color: #000234;
  background-repeat: no-repeat;
  background-position: center;
}

.sub-banner-section #map{
    flex-grow: 1;
    width: 100%;
    border-radius: 10px;
    min-height: 350px !important;
    margin-top: 35px;
}

.pt-80{
  padding-top: 80px;
}

.pt-120{
  padding-top: 120px;
}
.border-radi{
  border-radius: 20px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 22%);
}
.map-heading{
  font-size: 40px;
  color: #000234;
}
.C-country-div{
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 6px 16px;
  border-radius: 8px;
  justify-content: start;
  border: 2px solid #b1b1ff;
  width: 13.5rem;
  gap: 20px;
}
.C-country-div:hover{
  background-color: #d5d5ff;
  border: 2px solid #5f5fd3;
}
.C-country-flag{
  width: 40px;
}

.order-btn{
  color: white !important;
}

.Ci-country-flag{
  display: flex;
  align-items: center;
  background-color: #8a8aff17;
  padding: 10px 25px 10px 15px;
  border-radius: 6px;
  justify-content: start;
  border-left: 3px solid #4883f4;
  width: 100%;
  gap: 20px;
    min-width: 225px;
}
.Ci-country-flag i{
  font-size: 24px;
  color: #2b2bb1;
}
.fs-60{
  font-size: 60px !important;
}


/*  */
.home-sec{
  min-height:100vh;
   padding-top: 0px;
}
/*  */

/* ----- */
.datacenter-img{
  width: 100%;
  /* height: 220px; */
  padding: 10px;
  border-radius: 20px;
}
.data-center-details-card{
  border-radius: 13px !important;
  box-shadow: 0 6px 10px rgb(0 0 0 / 22%);
  border: 1px solid #bfbfbf;
}
.data-center-details-card-footer{
  padding: 10px !important;
  background-color: #000234 !important;
  border-radius: 0 0 13px 13px !important;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}
.card-text{
  color: #000;
  text-align: start;
  margin-top: 10px;
  margin-bottom: 12px !important;
    font-weight: 400;
    /*min-height: 100px;*/
}
.data-center-details-card-footer span i{
  padding-left: 10px;
}
#scrollbar{
  overflow-y: scroll;
  height: 500px;
}
#scrollbar::-webkit-scrollbar {
  width: 10px;
}
#scrollbar::-webkit-scrollbar-track {
  background: #b6b6ff;
  border-radius: 5px;
  border-left: 1px solid #b6b6ff;
}
#scrollbar::-webkit-scrollbar-thumb {
  background: #8585fd;
  border-radius: 5px;
}
#scrollbar::-webkit-scrollbar-thumb:hover {
  background: #b6b6ff;
}
.datacenter-card-div{
  display: grid;
  row-gap: 20px;
}
.horizontale-card{
  display: flex;
  gap: 15px;
  box-shadow: 0 6px 10px rgb(0 0 0 / 22%);
  padding: 20px;
  align-items: center;
  border-radius: 15px;
  border: 1px solid #c9c9c9;
    flex-direction: column;
}
.horizontale-card-btn{
  background-color: #000234;
    color: #fff;
    padding: 5px 15px;
    border-radius: 7px;
    font-size: 19px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.grey-button{
    padding: 5px;
}
.horizontale-card-btn:hover{
    background: cadetblue;
    color: white;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d !important;
}
.pl-15{
  padding-left: 15px;
}
.data-center-imp-icon{
  width: 51px;
}
.dc-p{
  margin-top: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #212172;
}
.mb-0{
  margin-bottom: 0 !important;
}
.fw-700{
  font-weight: 700;
}
.wd-100{
  width: 100%;
}
.h-500{
  height: 500px;
}
.bd-light-yellow{
  background-color: #ffffb8;
}
.bd-light-purple{
  background-color: #b6b6ff6b;
}
.bd-light-green{
  background-color: #bce7bc;
}
.shadow{
  box-shadow: 0 6px 10px rgb(0 0 0 / 22%);
}
.list-div {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 17px;
    border-radius: 7px;
    min-height: 100%;
}
.list-div i{
  color: #000;
  font-size: 25px;
}
.list-span{
  font-size: 20px;
}
.gap-55{
  gap: 55px;
}

.tabs-wrapper input[type=radio] {
  display: none;
}
.tabs-wrapper label {
  transition: all 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    color: #000234;
    width: 13%;
    height: 3em;
    background: #d3d3ff;
    text-align: center;
    line-height: 3em;
    font-size: 18px;
    font-weight: 600;
}
.tabs-wrapper label:last-of-type {
  border-bottom: none;
}
.tabs-wrapper label:hover {
  background: #9898fd;
}
.tabs-wrapper input[type=radio]:checked + label {
  background: #000234;
    color: #F2F2F2;
    font-size: 18px;
    font-weight: 600;
}
.tabs-wrapper .tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 30px;
  transition: opacity 0.5s ease-in;
}

.tab-body-wrapper {
  background: #e6e6ff6e;
    border-top: #fff 5px solid;
}

#tab1:checked ~ .tab-body-wrapper #tab-body-1, #tab2:checked ~ .tab-body-wrapper #tab-body-2, #tab3:checked ~ .tab-body-wrapper #tab-body-3, #tab4:checked ~ .tab-body-wrapper #tab-body-4, #tab5:checked ~ .tab-body-wrapper #tab-body-5 {
  position: relative;
  top: 0px;
  opacity: 1;
}
.tab-list-div{
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  border-radius: 7px;
}
.tab-list-container{
  max-width: 800px !important;
}
.list-main-div{
  display: grid;
  gap: 10px;
}
.tab-list-div i{
  color: green;
}
.wd-75{
  width: 75px;
}
.cetification-col{
  width: 10rem !important; 
  background-color: #fff;
  padding: 15px;
  border-radius: 7px;
}
.data-center-detail{
  display: flex;
    gap: 30px;
    padding: 0px 50px;
}
.detail-sec{
  padding: 0px 0px 25px;
}
.c-gap{
  column-gap: 30px;
}
.r-gap{
  row-gap: 30px;
}
.servces-col{
  width: 12rem !important;
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 7px;
}
.wd-60{
  width: 60px;
}
.wd-42{
  width: 42px;
}
.fw-600{
  font-weight: 600;
}

.wrapper {
  max-width: 65em;
  margin: 1em auto;
  position: relative;
}

.wrapper .container{
  padding: 50px;
}

input {
  display: none;
}

.inner {
  width: 500%;
  line-height: 0;
}

article {
    width: 20%;
    float: left;
    border-radius: 15px;
    padding: 1%;
    background: #edf3ff;
    margin: auto;
}
article img {
    width: 100%;
    max-height: 550px;
    padding: 0px !important;
    object-fit: scale-down;
}

/*.datacenter-image-slide{*/
/*    position: relative;*/
/*}*/

.data-center-image-box{
    position: relative;
}

.datacenter-details-box {
    display: flex;
    gap: 15px;
    left: 28px;
    z-index: 10;
    background: rgb(237 243 255);
    padding: 15px;
    margin-top: 20px;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    flex-direction: column;
}

.slider-prev-next-control {
  height: 50px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-prev-next-control label {
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #000;
}
.slider-prev-next-control label:hover {
  opacity: 1;
}

.slider-dot-control {
    position: absolute;
    bottom: 0.5%;
    text-align: center;
    width: max-content;
    margin: 7px 48%;
}
.slider-dot-control label {
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #cacaffc2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-dot-control label:hover {
  background: #ccc;
  border-color: #777;
}

.info {
  position: absolute;
  font-style: italic;
  line-height: 20px;
  opacity: 0;
  color: #000;
  text-align: left;
  -webkit-transition: all 1000ms ease-out 600ms;
  -moz-transition: all 1000ms ease-out 600ms;
  transition: all 1000ms ease-out 600ms;
}
.info h3 {
  color: #fcfff4;
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 1.5em;
  font-style: normal;
}
.info.top-left {
  top: 30px;
  left: 30px;
}
.info.top-right {
  top: 30px;
  right: 30px;
}
.info.bottom-left {
  bottom: 30px;
  left: 30px;
}
.info.bottom-right {
  bottom: 30px;
  right: 30px;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
 background: #edf3ff !important;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.slider-wrapper .inner {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0px;
  line-height: 35px;
  font-size: 20px;
  display: block;
  color: #fff;
}

#slide5:checked ~ .slider-prev-next-control label:nth-child(1)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide1:checked ~ .slider-prev-next-control label:nth-child(2)::after {
  content: "";
  padding-left: 14px;
}

#slide5:checked ~ .slider-prev-next-control label:nth-child(1), #slide4:checked ~ .slider-prev-next-control label:nth-child(5), #slide3:checked ~ .slider-prev-next-control label:nth-child(4), #slide2:checked ~ .slider-prev-next-control label:nth-child(3), #slide1:checked ~ .slider-prev-next-control label:nth-child(2) {
  display: block;
  float: right;
  margin-right: 5%;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5), #slide5:checked ~ .slider-prev-next-control label:nth-child(4), #slide4:checked ~ .slider-prev-next-control label:nth-child(3), #slide3:checked ~ .slider-prev-next-control label:nth-child(2), #slide2:checked ~ .slider-prev-next-control label:nth-child(1) {
  display: block;
  float: left;
  margin-left: 5%;
}

#slide1:checked ~ .slider-prev-next-control label:nth-child(5)::after, #slide5:checked ~ .slider-prev-next-control label:nth-child(4)::after, #slide4:checked ~ .slider-prev-next-control label:nth-child(3)::after, #slide3:checked ~ .slider-prev-next-control label:nth-child(2)::after, #slide2:checked ~ .slider-prev-next-control label:nth-child(1)::after {
  content: "";
  padding-left: 12px;
}

#slide5:checked ~ .slider-dot-control label:nth-child(5), #slide4:checked ~ .slider-dot-control label:nth-child(4), #slide3:checked ~ .slider-dot-control label:nth-child(3), #slide2:checked ~ .slider-dot-control label:nth-child(2), #slide1:checked ~ .slider-dot-control label:nth-child(1) {
  background: #4883f4;
}

#slide5:checked ~ .slider-wrapper article:nth-child(5) .info, #slide4:checked ~ .slider-wrapper article:nth-child(4) .info, #slide3:checked ~ .slider-wrapper article:nth-child(3) .info, #slide2:checked ~ .slider-wrapper article:nth-child(2) .info, #slide1:checked ~ .slider-wrapper article:nth-child(1) .info {
  opacity: 1;
}

#slide1:checked ~ .slider-wrapper .inner {
  margin-left: 0%;
}
#slide2:checked ~ .slider-wrapper .inner {
  margin-left: -100%;
}
#slide3:checked ~ .slider-wrapper .inner {
  margin-left: -200%;
}
#slide4:checked ~ .slider-wrapper .inner {
  margin-left: -300%;
}
#slide5:checked ~ .slider-wrapper .inner {
  margin-left: -400%;
}
.quote-btn-div{
  display: flex;
  justify-content: end;
}

.g-popup-modal-container {
  height: 100%;
  width: 100%;
  background-color: #000000d7;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
.g-popup-modal {
  background-color: #fff;
  width: 40%;
  max-height: 850px;
  position: relative;
  overflow: auto;
  border-radius: 10px;
  animation: modalpopups 400ms ease-in-out alternate;
}
.remove-popups {
  animation: modalremove 500ms ease-in-out alternate;
}
@keyframes modalremove {
  0% {
    top: 0;
  }
  100% {
    top: 200px;
    opacity: 0;
  }
}
@keyframes modalpopups {
  0% {
    opacity: 0;
    top: 100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.pop-up-close-btn {
  font-size: 24px;
    transition: 0.3s ease-in-out;
    color: #000;
}
.pop-up-close-btn:hover {
  cursor: pointer;
}
.g-popup-modal-body {
  padding: 30px;
}
.g-popup-modal-header-title {
  font-size: 18px;
  font-weight: 900;
}
.g-popup-modal-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 30px;
  position: sticky;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #b3b3b3;
}
.g-popup-modal-footer {
  border-top: 1px solid #b3b3b3;
  padding: 20px;
  position: sticky;
  bottom: 0;
  background-color: #fff;
}
.g-popup-modal-header-close {
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-popup-modal-submit-btn {
  font-size: 17px;
  font-weight: 600;
  border: none;
  background-color: #001f41;
  padding: 15px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
}
.g-popup-modal-submit-btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.g-popup-modal-body-form-eachinputs-main-div {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  row-gap: 20px;
}
.g-popup-modal-body-form-eachinputs-container {
  width: 100%;
}
.g-popup-modal-body-form-eachinputs-container-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}
.g-popup-modal-body-form-label {
  color: #252525 !important;
  font-size: 14px !important;
}
.g-popup-modal-body-form-input {
  padding: 8px 20px !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  width: 100%;
}
.g-popup-modal-body-form-select {
  padding: 8px 20px !important;
  font-size: 17px !important;
  border: none !important;
  outline: 1px solid #ccc;
  width: 100%;
}
.g-popup-modal-para {
  font-size: 17px !important;
}
.g-popup-modal-body-form-checkbox {
  width: 16px;
  height: 16px;
}
.g-popup-modal-body-form-label {
  font-size: 15px !important;
}
.g-popup-modal-container::-webkit-scrollbar {
  width: 10px;
  height: 50px !important;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #cecece;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.g-popup-modal-body-form-select:focus {
  outline: 1px solid #c12701;
}
.g-popup-modal-body-form-required-symbol {
  color: #c12701;
  font-weight: 900;
}
.img-radius{
  border-radius: 20px;
}
.about-card {
  background-color: var(--cd-color-light-dark);
}
.card-head{
  display: flex;
}
.cd-1 .card-img {
  width: 85px;
}
.bg-white{
  background-color: #fff;
}
.bg-dark-purple{
  background-color: #000234;
}
.text-light{
  color: #fff;
}
.boxes-radius{
  border-radius: 20px;
}
.form-btn{
  background-color: #4883f4 !important;
  padding: 10px 35px !important;
  font-size: 18px !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.recap-box{
  display: flex;
  justify-content: end;
}
/* ----- */
.breadcrumb{
  margin-bottom: 0rem !important;
}
/* .breadcrumbs{
  background-color: #000000;
  padding: 10px 25px;
  width: 45%;
  margin-bottom: 0px;
  border-radius: 25px;
} */

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #ffffff !important;
  content: var(--bs-breadcrumb-divider, "|") !important;
}
.breadcrumb-item{
  font-size: 19px;
  font-weight: 600;
  color: #FFF !important;
}
.breadcrumb-item a{
  color: #FFF !important;
}
.active-nav{
  font-size: 19px;
  font-weight: 600;
  color: #ffa500 !important;
}

.form-right-div{
  padding: 37px 35px;
  background-color: #d5d5ff;
}
.form-img-div img{
  width: 380px;
}
.form-img-div{
  display: flex;
  justify-content: center;
  padding: 46px;
}
.form-div{
  padding: 37px 35px;
  background: #edf3ff;
}
.fs-20{
  font-size: 20px;
}
.pr-10{
  padding-right: 10px;
}
.other-quote-box{
  padding: 37px 35px;
  background-color: #4883f4;
}
.alert-container{
  max-width: 800px !important;
}

.alert-success p{
  color:#fff;
}
.alert-danger p{
  color:#fff;
}
.banner-card{
  /* background-color: #8a8aff; */
    background: url(/public/main/images/data-center-outdoor.webp);
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px;
    padding: 35px;
    border: 3px solid #a4a4ff;
}
.pt-90{
  padding-top: 90px;
}
.count-sec{
  justify-content: center;
  padding: 20px;
  background-color: #000234b0;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 600;
  font-size: 27px;
  margin-top: 22px !important;
}

.horizontale-card span{
    width: 100%;
}

.city_page_dc_img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    max-width: 180px !important;
    max-height: 250px !important;
}

/*---- Media Query----*/
@media only screen and (max-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }

  .slider-wrapper .info {
    opacity: 0;
  }
}
@media only screen and (max-width: 850px) and (min-width: 450px) {
  .slider-wrapper {
    border-radius: 0;
  }
}
@media only screen and (max-width: 500px){
  .home-h1 {
    font-size: 45px;
  }
  .hightligt-text {
    font-size: 33px;
}
.map-heading {
  font-size: 31px;
}
}
@media screen and (max-width: 567px) {
  .g-popup-modal-body-form-eachinputs-main-div {
    display: flex;
    flex-direction: column;
    column-gap: 20px;
    row-gap: 0;
  }
  .g-popup-modal {
    width: 90%;
  }
  .g-popup-modal-submit-btn {
    font-size: 14px;
    padding: 8px 25px;
  }
  .g-popup-modal-header-title {
    font-size: 12px;
    font-weight: 600;
  }
  .g-popup-modal-header {
    padding: 30px 10px 30px 10px;
  }
  .g-popup-modal-header-close {
    font-size: 17px;
    font-weight: 600;
  }
  .g-popup-modal-body-form-select {
    font-size: 15px !important;
  }
  .g-popup-modal-body-form-input {
    font-size: 15px !important;
  }
  .p-f-btn {
    align-items: center;
  }
}

@media screen and (max-width: 600px) {

  .tabs-wrapper {
    margin: 0;
  }
  .tab-body-wrapper {
    border: none;
  }
  .horizontale-card {
    display: block;
  }
  .horizontale-card h5{
    text-align: center !important;
    margin-top: 15px;
  }
  .card-text {
    text-align: center;
  }
  .fs-60 {
    font-size: 35px !important;
}

  .fs-48 {
    font-size: 48px !important;
}
.pt-120 {
  padding-top: 60px;
}
.badge-p {
  width: 62%;
}

}
@media only screen and (max-width: 767px) {
  .cd-1 .card-img {
    max-width: 60px;
  }
}
@media screen and (max-width: 798px) {
  .g-popup-modal {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    border-bottom: 2px solid #b6b6ff;
  }
}
@media only screen and (max-width: 991px){
  .home-banner-section {
    height: 500px;
  }
  .hero-card-img {
    display: none;
}

.data-center-detail{
  display: block !important;
  position: relative;
}
}
@media only screen and (min-width: 991px) and (max-width: 1378px){
  .hero-card-img {
    width: 350px !important;
}
.horizontale-card {
  display: block;
}
.horizontale-card h5{
  text-align: center !important;
  margin-top: 15px;
}
.card-text {
  text-align: left;
}
}
@media screen and (min-width: 991px) and (max-width: 1180px) {
  .list-div {
    display: grid;
    gap: 10px;
  }
}
@media screen and (max-width: 1195px) {
  .g-popup-modal {
    width: 60%;
  }
}
@media screen and (max-width: 1550px) {
  .horizontale-card-btn {
    padding: 6px 30px;
}
}
@media screen and (max-width: 1600px) {
  .tabs-wrapper label {
    width: 15%;
  }
}
@media only screen and (max-width: 1654px){
  .hero-card-img {
    width: 500px;
}
}

.mt-6{
    margin-top: 60px;
}

.mt-8{
    margin-top: 80px;
}

.btn-see-more{
    color: white;
    background-color: #4883f4;
    border-color: #4883f4;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
}

.card{
    display: flex;
    flex-direction: row !important;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.card-body {
    height: 100%;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
    display: flex !important;
    margin: 0;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1500px){
    .card {
        display: flex;
        flex-direction: column !important;
    }
    .city_page_dc_img {
        height: 150px !important;
        max-width: 100% !important;
    }
    .card-text {
        min-height: max-content;
    }
    .button-box{
        display:flex;
        justify-content: center;
    }
}

@media screen and (max-width: 500px){
    .form-img-div img {
        width: 100%;
    }
}

.data-center-des-details-section{
    margin-top: 50px;
}

@media screen and (max-width: 1750px){
    article {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1700px){
    article {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1600px){
    .datacenter-details-box {
        left: 158px;
    }
}

@media screen and (max-width: 1441px){
    .datacenter-details-box {
        left: 90px;
    }
}

@media screen and (max-width: 1425px){
    .datacenter-details-box {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1367px){
    .datacenter-details-box {
        left: 110px;
    }
}

@media screen and (max-width: 1280px){
    .datacenter-details-box {
        left: 70px;
    }
}

@media screen and (max-width: 1110px){
    .sub-banner-section {
        height: max-content;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 1025px){
    .datacenter-details-box {
        left: 15px;
    }
    .detail-sec {
        padding: 25px 0px;
    }
    .details .container {
        padding-right: 0px;
    }
}

@media screen and (max-width: 991px){
    .datacenter-details-box {
        display: none;
    }
    .datacenter-details-box {
        left: 62px;
    }
}

@media screen and (max-width: 425px){
    .details .container {
        padding: 0px;
    }
}


.dc img {
    --c: #4883f49e; /* border color */
    --b: 1px;        /* border width */
    --o: 18px;       /* offset distance */
    --_p: calc(2 * var(--o) + var(--b));

    padding: var(--_p) var(--_p) 0 0;
    border-radius: 12px; /* Now works! */
   
    transition: 0.4s;
    cursor: pointer;
}

.dc img + img {
    padding: var(--_p) 0 0 var(--_p);
    box-shadow: 
        0 0 0 var(--b) var(--c),
        calc(-1 * var(--o)) var(--o) 0 0 var(--c); /* Opposite offset */
}

.dc img:hover {
    padding: calc(var(--_p) / 2);
   
}

.wrapper {
  width: 100%;
  margin: 0 0;
}
.details .container{
  max-width: 100%;
  margin-bottom:20px;
      color: #030039;
    font-weight: 500;
}
.question {
  font-size: 1.2em;
  font-weight: bold;
  padding: 15px;
  background: #edf3ff;
 transition: all 0.3s ease;
  cursor: pointer;
  position: relative;

}

.container:not(:first-child) .question {
  margin-top: 10px !important;
}

.question:after {
  content: '+';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  
}

.question.active {
  border-left: 3px solid #4883f4;
  padding-left: 50px;
}

.question.active:after {
  content: '-';
  color: #4883f4;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.answer {
  padding: 15px;
  background: #edf3ff;
  border-left:3px solid #4883f4;
  padding-left: 50px;
  color: #656565;
  font-weight: 300;
}

.card-title{
    font-size: 18px;
    color: black;
}

.card-subtitle{
    font-size: 14px;
    color: grey;
}

/* Data Center Specs */

.spec-wrapper {
    padding: 50px 8%;
    display: flex;
    gap: 40px;
    background: #8a8aff24;
    flex-wrap: wrap;
    flex-direction: column;
}

.specs{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.spec-title {
  font-size: 1.8rem;
  color: #63276A;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.spec-grid {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.spec-card {
    background: #fff;
    border: 1px solid #ddd;
    border-left: 5px solid #63276A;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    min-width: 350px;
    max-width: 400px;
}

.spec-card-comp{
    background: #fff;
    border: 1px solid #ddd;
    border-left: 5px solid #63276A;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    width: 110px;
}

@media screen and (max-width: 450px){
    .spec-card {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}

.spec-card:hover {
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}

.spec-card strong {
  display: block;
  color: #444;
  font-weight: 600;
  margin-bottom: 0px;
    min-width: 150px;
}

.spec-card span:has(i) {
    background: #7cb342;
    padding: 0px 5px;
}

.spec-card span:not(:has(i)) {
    background: #607d8b;
    padding: 2px 5px;
}

.spec-card span {
    color: #ffffff;
    font-size: 1rem;
    border-radius: 5px;
}

.spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spec-list li {
    /* margin-bottom: 10px; */
    padding-left: 0;
    position: relative;
    color: #333;
    width: 100px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spec-list li i {
  position: absolute;
  left: 0;
  color: #63276A;
}

.spec-columns {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.spec-section {
    max-width: 100%;
    display: flex;
    gap: 20px 10px;
    flex-direction: column;
    justify-content: center;
}

.another-class-name {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row;
}

.spec-icons{
    width: 50px;
}

.spec-content-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.spec-content-right {
    width: 25%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-left: 5px solid #63276A;
    padding: 10px;
    background: white;
    border-radius: 12px;
}

.spec-list li img{
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.spec-compliance-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.spec-heading{
    font-size: 35px;
    text-align: center;
}

@media (max-width: 1200px) {
    .spec-section {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
  .spec-columns {
    columns: 1;
  }
}

.info-section {
    background-color: #8a8aff24;
    padding: 35px 0;
    font-family: 'Poppins', sans-serif;
}

.info-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
}

.info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-basis: 220px;
    flex-grow: 1;
    max-width: 225px;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.info-icon-wrapper {
    background-color: #eaf4ff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.info-icon {
    width: 45px;
    height: auto;
}

.info-label {
    color: #495057;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.info-value {
    color: #0056b3;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.colocationm-logo{
    height: 60px;
}

.spec-card-text{
}

.spec-card-text span {
    background: none !important;
    color: black;
}

.button-box{
    margin-top: 20px;
}

@media screen and (max-width: 1790px){
    .card-text {
        margin-top: 5px;
        margin-bottom: 7px !important;
    }
    .horizontale-card-btn {
        padding: 5px 9px;
        font-size: 16px;
    }
    .btn-outline-secondary {
        font-size: 13px !important;
        padding: 5px !important;
    }
}

@media screen and (max-width: 1680px){
    #map {
        min-height: 510px;
    }
}

@media screen and (max-width: 1600px){
    #map {
        min-height: 590px;
    }
}

@media screen and (max-width: 1440px){
    #map {
        min-height: 735px;
    }
}

@media screen and (max-width: 1366px){
    #map {
        min-height: 735px;
    }
}

@media screen and (max-width: 1280px){
    #defaultLayout {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    #map {
        min-height: 400px;
    }
    #defaultLayout .col-lg-6{
        width: 100%;
        margin: auto;
    }
    #defaultLayout .col-lg-6 .col-6{
        width: 25%;
    }
    .datacenter-card-row {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1280px){
    #map {
        display: none;
    }
    .layout-for-large-screen {
        display: none !important;
    }
    .layout-for-small-screen {
        display: block !important;
    }
}

@media (min-width: 1281px) {
    .layout-for-small-screen {
        display: none !important;
    }
}

@media (min-width: 400px) {
    .descrip {
        font-size: 17px;
    }
}

.datacenter-list-box{
    border-bottom: 2px solid;
}

.animated-icon{
    display:flex;
    align-items: center;
    justify-content: center;
}

.animated-icon i{
    font-size: 24px;
    color: black;
}





.section-container {
    padding: 0;
    transition: transform 1s, opacity 1s;
    background-color: #ffffff; /* Ensure a clean background */
    border-radius: 12px; /* Soften corners */
    overflow: hidden; /* Ensures internal elements respect border-radius */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* More pronounced, softer shadow */
}

.section-title-wrapper {
    max-width: 80rem;
    margin: 0 auto;
    text-align: center;
}

.section-description {
    color: #495057; /* Slightly softer dark text */
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 700px; /* Constrain width for readability */
    margin: 0 auto;
}

.section-header-text {
    color: #212529; /* Darker for emphasis */
    opacity: 0.9;
    margin-top: 1rem;
    font-size: 2.25rem; /* Larger for section titles */
    line-height: 1.2;
    font-weight: 700;
}

.section__description {
    color: #495057;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 15px;
}

.section__description span {
    color: #4883f4; /* A more standard blue for highlights */
    font-weight: 600;
}

/* Operations Section - Background and Padding */
.operations-section {
    background-color: #eaf2ff;
    overflow: hidden;
    padding: 50px 10px;
    border-radius: 12px;
}

.location-header-section {
    padding: 0px 50px 20px; /* Adjusted padding */
    text-align: center;
}

/* Location Box - Main container for tabs and content */
.loc-box {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    max-width: 1550px;
}

/* Operations Tab Container - Flex layout for tabs */
.operations-tab-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 0 0;
    border-bottom: 2px solid #e0e7ff;
    background-color: #f0f4f8;
    border-radius: 12px 12px 0 0;
}

/* Individual Operations Tab */
.operations-tab {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #495057;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin-right: 5px;
}

.operations-tab span {
    margin-right: 5px;
    font-weight: 700;
    color: #4883f4;
    transition: color 0.3s;
}

/* Active Operations Tab */
.operations-tab--active {
    background-color: #4883f4; /* Primary blue for active tab */
    color: white;
    border-bottom: 3px solid #4883f4; /* Solid blue border */
    border-radius: 8px 8px 0px 0px; /* Keep top corners rounded, bottom sharp */
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for active tab */
    z-index: 1; /* Bring active tab slightly forward */
}

.operations-tab--active span {
    color: white;
}

.operations-tab--active:hover span {
    color: #0056b3 !important;
}

/* .operations-tab--active:hover i {
    color: white;
} */

/* Operations Tab Hover State */
.operations-tab:hover {
    color: #0056b3; /* Darker blue on hover */
    background-color: #e0e7ff; /* Light blue background on hover */
    border-bottom: 3px solid #a7c7ff; /* Lighter blue border on hover */
}

.operations-tab:hover span {
    color: #0056b3; /* Darker blue icon on hover */
}

/* Ripple effect for tabs - refined */
.operations-tab::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2); /* White ripple for better contrast */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: 0;
    opacity: 0; /* Start invisible */
}

.operations-tab:active::after {
    width: 200%;
    height: 200%;
    opacity: 1; /* Fade in on active */
}

/* Operations Content - The tab panel */
.operations-content {
    display: none;
    margin: 0px 0px 0px; /* Remove margin, let padding handle spacing */
    padding: 30px;
    font-size: 1rem;
    line-height: 1.6;
    color: #343a40; /* Darker text for content */
    border-radius: 0px 0px 12px 12px; /* Rounded bottom corners */
    background: #ffffff; /* White background */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); /* Subtle shadow */
}

.operations-content--active {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
    align-items: start;
    justify-items: start;
    background: #ffffff;
    padding: 30px;
}

/* Operations Header - Title within the content panel */
.operations-header {
    font-size: 2rem;
    font-weight: 700;
    color: #4883f4;
    grid-column: 1 / -1;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.operations-header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0; /* Position at the bottom of the padding */
    transform: translateX(-50%);
    width: 80px; /* Shorter, more elegant underline */
    height: 4px; /* Thicker underline */
    background-color: #4883f4;
    border-radius: 9999px;
}

/* Country Tab Box - Container for country cards */
.country-tab-box {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.5rem;
    align-items: flex-start;
}

/* Individual Country Division */
.country-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f9fa; /* Lighter background for country cards */
    border: 1px solid #e0e7ff; /* Subtle border */
    padding: 0.85rem 1.4rem; /* Slightly adjusted padding */
    border-radius: 0.75rem; /* Softer rounded corners */
    transition: all 0.25s ease-in-out; /* Smoother transition */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); /* Softer, more diffused shadow */
    min-width: 220px; /* Minimum width for country boxes */
    max-width: 280px; /* Max width to prevent stretching too much */
    text-decoration: none;
    color: #343a40;
    flex-grow: 1; /* Allow items to grow */
    flex-basis: calc(33.33% - 1.25rem); /* For 3 columns on desktop, adjust for gap */
}

.country-div:hover {
    transform: translateY(-5px); /* More pronounced lift on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* Stronger shadow on hover */
    border-color: #4883f4; /* Accent border on hover */
    background-color: #e6f0ff; /* Light blue background on hover */
}

.country-box {
    display: flex;
    align-items: center;
    gap: 0.85rem; /* Slightly increased gap */
}

.country-flag {
    width: 2.8rem; /* Slightly larger flag */
    height: 2.8rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ced4da; /* Slightly thicker, softer border */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); /* More visible flag shadow */
}

.country-name {
    font-weight: 600;
    font-size: 1.05rem; /* Slightly larger font */
    color: #212529; /* Darker for better readability */
}

.count {
    background-color: #4883f4; /* Primary blue for count badge */
    color: white;
    padding: 0.3rem 0.7rem; /* Adjusted padding */
    border-radius: 1rem; /* More rounded */
    font-size: 0.9rem; /* Slightly larger font */
    font-weight: 600;
    min-width: 30px; /* Ensure minimum width for single digits */
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .country-div {
        flex-basis: calc(50% - 1.25rem); /* 2 columns on tablet */
    }
}

@media (max-width: 768px) {
    .operations-tab-container {
        justify-content: center; /* Center tabs on smaller screens */
        padding: 0 10px;
    }

    .operations-tab {
        font-size: 0.9rem;
        padding: 0.8rem 1.2rem;
        margin-right: 3px;
    }

    .operations-content {
        padding: 20px;
    }

    .operations-header {
        font-size: 1.75rem;
    }

    .country-tab-box {
        justify-content: center; /* Ensure centering on smaller screens */
        gap: 1rem;
    }

    .country-div {
        min-width: unset; /* Allow flexibility */
        flex-basis: 100%; /* Full width on mobile */
        max-width: 350px; /* Max width for single column */
    }

    .section-header-text {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .operations-tab {
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
        margin-bottom: 5px; /* Add some vertical spacing between wrapped tabs */
    }

    .operations-tab span {
        margin-right: 0.5rem;
    }

    .operations-tab-container {
        padding: 0 5px;
    }

    .operations-content {
        padding: 15px;
    }

    .operations-header {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .country-div {
        padding: 0.6rem 1rem;
    }

    .country-flag {
        width: 2.2rem;
        height: 2.2rem;
    }

    .country-name {
        font-size: 0.9rem;
    }

    .count {
        font-size: 0.8rem;
        padding: 0.2rem 0.5rem;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section-container {
      padding: 6rem 1rem;
  }
  .operations-tab-container {
      flex-direction: column; /* Stack tabs vertically on mobile */
      align-items: center;
  }
  .operations-tab {
      width: 90%; /* Make tabs wider on mobile */
      margin-right: 0;
  }
  .operations-content--active {
      grid-template-columns: 1fr; /* Single column layout on mobile */
      padding: 2rem 1.5rem;
  }
  .operations-content {
      border-radius: 0;
  }
  .operations-icon {
      grid-row: auto;
      grid-column: auto;
      margin: 0 auto 1.5rem auto; /* Center icon above text */
  }
  .operations-header {
      grid-column: auto;
      text-align: center;
  }
  .country-tab-box {
      justify-content: center; /* Center country boxes */
      gap: 0.75rem;
  }
  .country-div {
      min-width: max-content;
      width: 200px;
      gap: 10px;
  }
}

@media screen and (max-width: 480px){
  .country-box .country-flag{
    display: none;
  }
  .operations-content {
      margin: 0px 2% 50px;
  }
  .cta-text h2 {
      font-size: 27px;
  }
  .cta-text p {
      font-size: 15px;
  }
}


   /* Pricing Table Styles */
.pricing-section {
    background-color: #f8f9fa;
}

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.pricing-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    max-width: 350px;
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-card.featured {
    border: 2px solid #0d6efd;
    position: relative;
}

.pricing-card.featured::before {
    content: "★";
    position: absolute;
    top: -12px;
    right: 20px;
    background: #0d6efd;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.pricing-header {
    text-align: center;
    margin-bottom: 25px;
}

.pricing-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.price {
    margin: 15px 0;
    font-size: 36px;
    font-weight: 700;
    color: #0d6efd;
}

.price .currency {
    font-size: 24px;
    vertical-align: super;
}

.price .period {
    font-size: 16px;
    font-weight: normal;
    color: #6c757d;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.pricing-features li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.pricing-features li i {
    margin-right: 10px;
    color: #0d6efd;
}

.btn-primary {
    width: 100%;
    padding: 12px;
    font-weight: 600;
    border-radius: 5px;
}

/* Modal Styles */
.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-title {
    font-weight: 700;
}

.form-control {
    padding: 12px;
    border-radius: 5px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .pricing-table {
        flex-direction: column;
        align-items: center;
    }
    
    .pricing-card {
        max-width: 100%;
    }
}













#bolt-hero .container, #bolt-tabs .container {
    max-width: 1600px !important;
    margin: 0 auto;
}

#bolt-content .container {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 0px;
}

/* Utility Classes */
.text-center {
    text-align: center;
}

.text-blue { color: #03a9f4; }
.text-green { color: #44e932; }
.text-orange { color: #ff782f; }
.text-purple { color: #e65dfd; }
.text-indigo { color: #4f46e5; }
.text-red { color: #dc2626; }
.text-teal { color: #0d9488; }

.text-dark-green { color: #4CAF50; }
.text-dark-blue { color: #2196F3; }
.text-dark-purple { color: #9C27B0; }
.text-dark-orange { color: #FF9800; }

.bg-green { background-color: #4CAF50; }
.bg-blue { background-color: #2196F3; }
.bg-purple { background-color: #9C27B0; }
.bg-orange { background-color: #FF9800; }
.bg-red { background-color: #fecaca; }
.bg-teal { background-color: #ccfbf1; }

.bg-new {background: #f2d1ff;}

/* Buttons */
.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    background: #4883f4;
    background-color: #4883f4;
    color: white;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-white {
    background-color: white !important;
    color: #4883f4 !important;
}

.btn-white:hover {
    background: #f3f4f6;
}

.btn-outline {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Hero Section */
#bolt-hero {
    /* background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%); */
    background: url(/public/main/images/world-map.png);
    background-color: #000234;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding: 4rem 0 3rem;
}

/* .hero-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 3rem;
    align-items: center;
} */

.location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
    color: #93c5fd;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
    color: white;
}

.hero-subtitle {
    display: block;
    color: #93c5fd;
    font-size: 2rem;
}

.hero-description {
    font-size: 1.25rem;
    color: #bfdbfe;
    margin-bottom: 20px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-buttons .btn{
    margin-top: 15px;
    width: max-content;
    background: #93c5fd;
    color: black;
}

.hero-buttons .btn:hover {
    color: white;
}

.hero-status {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 1.5rem;
}

.hero-status h3 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 1rem;
    color: white;
}

.status-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.status-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1rem;
}

.status-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.status-label {
    font-size: 0.875rem;
    padding: 2px 8px;
    background: white;
    border-radius: 15px;
}

.status-value {
    font-size: 1.5rem;
    font-weight: bold;
}

.state-value{
    font-size: 1.5rem;
    font-weight: bold;
}

.status-values {
    font-size: 1.5rem;
    font-weight: bold;
}

.status-desc {
    font-size: 0.875rem;
    color: #bfdbfe;
}

/* Tabs */
.tabs-section {
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

.tabs {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
}

.tab-btn {
    padding: 1rem 0.5rem;
    border: none;
    background: none;
    font-weight: 500;
    color: #6b7280;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.tab-btn.active {
    color: #4883f4;
    border-bottom-color: #4883f4;
}

.tab-btn:hover {
    color: #374151;
}

/* Main Content */
.main-content {
    padding: 3rem 0;
}

.tab-content {
    display: flex;
}

.tab-content.active {
    display: block;
}

.section {
    margin-bottom: 3rem;
}

.tab-content .section {
    width: 100%;
}

.section-title {
    font-size: 37px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    text-align: center;
}

#specifications .section-title {
    margin-bottom: 10px !important;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #6b7280;
    margin-bottom: 3rem;
}

/* Specifications Grid */
.specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 1.5rem;
}

.spec-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: box-shadow 0.2s;
}

.spec-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.spec-card {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.spec-icon {
    padding: 12px;
    border-radius: 8px;
    background: #f9fafb;
    font-size: 1.5rem;
}

.spec-content h3 {
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.spec-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #111827;
}

/* Features */
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.features-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-icon {
    padding: 8px;
    border-radius: 8px;
    font-size: 23px;
    color: #9c52a9;
    flex-shrink: 0;
    width: 50px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e7e7e7;
}

.feature-content h3 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
    font-size: 22px;
}

.feature-content p {
    color: #6b7280;
}

/* Testimonials */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.testimonial {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.stars {
    display: flex;
    gap: 4px;
    margin-bottom: 1rem;
    color: #fbbf24;
}

.testimonial-text {
    color: #374151;
    font-style: italic;
    margin-bottom: 1rem;
}

.author-name {
    font-weight: 600;
    color: #111827;
}

.author-company {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Specifications Section */
.spec-categories {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    margin-bottom: 2rem;
}

.spec-tabs {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    overflow-x: auto;
}

.spec-tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 1rem 1.5rem;
    border: none;
    background: none;
    font-weight: 500;
    color: #6b7280;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.spec-tab-btn.active {
    color: #4883f4;
    border-bottom-color: #4883f4;
    background: #f0f9ff;
}

.spec-tab-btn:hover {
    background: #f9fafb;
    color: #374151;
}

.spec-content {
    padding: 2rem;
}

.spec-category {
    display: none;
}

.spec-category.active {
    display: block;
}

.detailed-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0 auto;
}

.detailed-spec {
  flex: 0 0 calc((100% - 3rem) / 3); /* 3 items per row with 1.5rem gap between */
  max-width: calc((100% - 3rem) / 3);
  background: #f3f9ff;
  border-radius: 8px;
  padding: 1.5rem;
  transition: background-color 0.2s;
}

/* When screen is wider than 1200px, switch to 2 per row */
@media (max-width: 1201px) {
  .detailed-spec {
    flex: 0 0 calc((100% - 1.5rem) / 2);
    max-width: calc((100% - 1.5rem) / 2);
  }
}

/* Stack on small screens */
@media (max-width: 768px) {
  .detailed-spec {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.detailed-spec:hover {
    background: #f3f4f6;
}

.spec-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.spec-header h3 {
    font-weight: 600;
    color: #111827;
    font-size: 20px;
}

.spec-val {
    font-size: 27px;
    font-weight: bold;
    color: #4883f4;
}

.spec-val i {
    background: #4883f4;
    color: white;
    padding: 4px 5px;
    border-radius: 5px;
    font-size: 20px;
}

.detailed-spec p {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Metrics Dashboard */
.metrics-dashboard {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    padding: 2rem;
    margin-bottom: 2rem;
}

.metrics-dashboard h3 {
    font-size: 30px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1.5rem;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.metric {
    text-align: center;
}

.metric-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2rem;
    color: white;
}

.metric-value {
    font-size: 2rem;
    font-weight: bold;
    color: #111827;
}

.metric-label {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Compliance Section */
.compliance-section {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    padding: 2rem;
}

.compliance-section h3 {
    font-size: 30px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1.5rem;
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

@media screen and (max-width: 1200px) {
    .compliance-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .container, .container-sm, .container-md, .container-lg {
        max-width: 1125px !important;
    }
}

.compliance-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
}

.compliance-item i {
    color: #16a34a;
    font-size: 1.5rem;
}

.compliance-name {
    font-weight: 600;
    color: #111827;
}

.compliance-desc {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Pricing */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.pricing-card {
    background: white;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 2px solid #e5e7eb;
    position: relative;
    transition: all 0.2s;
}

.pricing-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.pricing-card.popular {
    border-color: #4883f4;
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #4883f4;
    color: white;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
}

.pricing-header {
    text-align: center;
    margin-bottom: 2rem;
}

.pricing-header h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 8px;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: bold;
    color: #111827;
}

.price-period {
    color: #6b7280;
}

.pricing-features {
    list-style: none;
    margin-bottom: 2rem;
}

.pricing-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: #374151;
}

.pricing-features i {
    color: #16a34a;
    font-size: 1rem;
}

.pricing-card .btn {
    width: 100%;
    justify-content: center;
}

.pricing-card.popular .btn-outline {
    background: #4883f4;
    color: white;
    border-color: #4883f4;
}

/* Location */
.location-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.location-info,
.contact-form {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.location-info h3,
.contact-form h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1.5rem;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-item i {
    color: #4883f4;
    font-size: 1.25rem;
    width: 20px;
}

.contact-item span {
    color: #374151;
}

/* Forms */
.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    font-weight: 500;
    color: #374151;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4883f4;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .nav {
        display: none;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .location-grid {
        grid-template-columns: 1fr;
    }
    
    .detailed-specs {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .specs-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .spec-tabs {
        flex-direction: column;
    }
    
    .spec-tab-btn {
        border-bottom: none;
        border-left: 2px solid transparent;
    }
    
    .spec-tab-btn.active {
        border-left-color: #4883f4;
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    #bolt-hero .container {
        padding: 0 15px;
    }
    
    #bolt-hero {
        padding: 2rem 0;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .status-grid {
        grid-template-columns: 1fr;
    }
    
    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .compliance-grid {
        grid-template-columns: 1fr;
    }
}

#specifications{
  padding: 70px 5% 40px;
  background: aliceblue;
}

#common-values{
    max-width: 1500px;
    margin: auto;
    padding: 50px 3% 70px;
}

#location{
    max-width: 1500px;
    margin: auto;
    padding: 0px 0px 50px;
}

@media screen and (max-width: 375px){
  .tab-content {
    display: flex;
    flex-direction: column;
  }
  .g-recaptcha div{
    width: 240px !important;
  }
  .g-recaptcha {
    transform: scale(0.80);
    transform-origin: top left;
  }
}

.material-symbols-outlined{
  font-size: 35px !important;
}

.key-values{
    font-size: 2rem;
    font-weight: bold;
    color: #111827;
}

/* Home Page New Design */

/* Buttons */
.btn {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-primary {
    background: linear-gradient(135deg, #4883f4, #1d4ed8);
    color: white;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
}

.btn-outline {
    background: transparent;
    color: #4883f4;
    border: 2px solid #4883f4;
}

.btn-outline:hover {
    background: #4883f4;
    color: white;
    transform: translateY(-2px);
}

/* Hero Section */
.hero {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    color: white;
    padding: 4rem 5% 4rem;
    margin-top: 30px;
    overflow: hidden;
}

#newhero .container{
  max-width: 1700px;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
}

/* .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, #10105a 0%, transparent 50%);
} */

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(0, 2, 52, 0.85) 0%, transparent 50%);
}

/* .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grid" width="50" height="50" patternUnits="userSpaceOnUse"><path d="M 50 0 L 0 0 0 50" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    background-color: #000234;
} */

/* .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 20%, rgba(92, 92, 255, 0.3) 0%, transparent 50%);
} */

#newhero .banner-card{
    height: 600px;
}

.hero-content {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0f5ff;
    border: 1px solid rgba(37, 99, 235, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    margin-bottom: 2rem;
    color: #004a9d;
}

.hero-gradient {
    display: block;
    color: #4883f4;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.hero-description {
    font-size: 1.25rem;
    color: #cbd5e1;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem 0;
    border-top: 2px solid rgb(255 255 255 / 20%);
    border-bottom: 2px solid rgb(255 255 255 / 20%);
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: bold;
    color: #4883f4;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 15px;
    color: #d3d3d3;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.network-diagram {
    position: relative;
    width: 400px;
    height: 400px;
}

.central-node {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #4883f4, #1d4ed8);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4);
    z-index: 10;
}

.central-node i {
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.central-node span {
    font-size: 0.75rem;
}

.location-node {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.location-node:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.location-node[data-location="warsaw"] {
    top: 20%;
    right: 10%;
}

.location-node[data-location="krakow"] {
    bottom: 20%;
    right: 20%;
}

.location-node[data-location="berlin"] {
    top: 30%;
    left: 10%;
}

.location-node[data-location="vienna"] {
    bottom: 30%;
    left: 20%;
}

.node-icon {
    background: rgba(37, 99, 235, 0.3);
    padding: 8px;
    border-radius: 8px;
    color: #4883f4;
}

.node-city {
    font-weight: 600;
    font-size: 0.875rem;
}

.node-status {
    font-size: 0.75rem;
    color: #10b981;
}

/* Trust Section */
.trust-section {
    background: #fefeff;
    padding: 2rem 0;
    border-bottom: 1px solid #e2e8f0;
}

.trust-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.trust-text {
    color: #64748b;
    font-weight: 500;
}

.trust-logos {
    display: flex;
    gap: 3rem;
    align-items: center;
}

.trust-logo {
    color: #3d6091;
    font-weight: 600;
    font-size: 1.125rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.trust-logo:hover {
    opacity: 1;
}

/* Section Styles */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #eff6ff;
    color: #4883f4;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.25rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0;
    line-height: 1.6;
}

.why-choose-text .section-subtitle {
    font-size: 18px;
    max-width: max-content;
    margin-bottom: 20px;
}

#common-values .section-subtitle {
    font-size: 18px;
    max-width: max-content;
    margin-bottom: 30px;
}

#specifications .section-subtitle {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

/* Services Section */
.services-section {
    padding: 6rem 0;
    background: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.service-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.service-card.featured {
    border-color: #4883f4;
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.15);
}

.service-card.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4883f4, #1d4ed8);
    color: white;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.service-icon {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #4883f4;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 1rem;
}

.service-card p {
    color: #6b7280;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.service-features {
    list-style: none;
    margin-bottom: 2rem;
}

.service-features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    color: #374151;
}

.service-features i {
    color: #10b981;
    font-size: 0.875rem;
}

.service-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 1.5rem;
}

.price {
    font-size: 2rem;
    font-weight: bold;
    color: #111827;
}

.period {
    color: #6b7280;
    font-size: 1rem;
}

/* Locations Section */
.locations-section {
    padding: 6rem 0;
    background: #f8fafc;
}

.locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.location-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.location-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.location-card:hover .location-image img {
    transform: scale(1.05);
}

.location-overlay {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.location-status {
    background: rgba(16, 185, 129, 0.9);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.location-content {
    padding: 2rem;
}

.location-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.location-header h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #111827;
}

.location-flag {
    font-size: 1.5rem;
}

.location-address {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.location-specs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.875rem;
    color: #374151;
}

.spec-item i {
    color: #4883f4;
}

.location-features {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.feature-tag {
    background: #eff6ff;
    color: #4883f4;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Why Choose Section */
.why-choose-section {
    padding: 4rem 0 3rem;
    background: white;
}

.why-choose-content {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 50px;
    align-items: center;
}

.why-choose-section .section-title {
    text-align: left;
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.benefit-item {
    display: flex;
    gap: 1rem;
}

.benefit-icon {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #4883f4;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.benefit-content h4 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
    margin-bottom: 0.5rem;
}

.benefit-content p {
    color: #6b7280;
    line-height: 1.6;
}

.stats-dashboard {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid #e2e8f0;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-direction: column-reverse;
}

.dashboard-header h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111827;
}

.status-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    font-weight: 600;
}

.status-indicator.online {
    color: #10b981;
}

.status-indicator i {
    animation: pulse 1s infinite;
    position: absolute;
    margin-left: -15px;
    margin-top: 11px;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    25% { opacity: 0.125; }
    50% { opacity: 0.25; }
    75% { opacity: 0.375; }
    100% { opacity: 0.5; }
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.stat-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.stat-icon {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #4883f4;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: #111827;
}

.stat-label {
    font-size: 0.875rem;
    color: #6b7280;
}

/* CTA Section */
.cta-section-v2 {
    background: #000234;
    color: white;
    padding: 60px 0;
    font-family: 'Segoe UI', sans-serif;
}

.cta-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}

.cta-left {
  flex: 1 1 50%;
  max-width: 600px;
}

.cta-left h1 {
  font-size: 42px;
  font-weight: 700;
    color: white;
  margin-bottom: 20px;
  line-height: 1.2;
}

.subtext {
  color: white;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cta-button-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.btn-get-started {
  background-color: #4883f4;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-get-started:hover {
  background-color: #7ab886;
}

.cta-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
    color: white;
}

.cta-mini .icon-link {
  background: #4883f496;
  padding: 10px;
  border-radius: 50%;
}

.cta-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 15px;
    color: white;
}

.cta-stats div {
  font-weight: 500;
  flex: 1; /* Equal width */
  min-width: 120px; /* Optional: prevent shrinking too much */
  text-align: center; /* Optional: center the text */
}

.cta-stats strong {
  font-size: 20px;
  display: block;
  color: #3a9455;
}

.cta-right {
  flex: 1 1 45%;
  position: relative;
    min-height: 436px;
}

.cta-image-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
}

.cta-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.floating-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fffefc;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #1c1c1c;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: right;
}

.floating-tag a {
  color: #3a9455;
  text-decoration: underline;
  font-weight: 500;
}


/* Contact Section */
.contact-section {
    padding: 6rem 0;
    background: white;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.contact-method {
    display: flex;
    gap: 1rem;
}

.method-icon {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #4883f4;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.method-info h4 {
    font-weight: bold;
    color: #111827;
    margin-bottom: 0.25rem;
}

.method-info p {
    color: #4883f4;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.method-info span {
    color: #6b7280;
    font-size: 0.875rem;
}

/* Contact Form */
.contact-form-container {
    background: #f8fafc;
    border-radius: 16px;
    padding: 2rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4883f4;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .why-choose-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .nav {
        display: none;
    }
    
    .hero {
        padding: 6rem 0 3rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .services-grid,
    .locations-grid {
        grid-template-columns: 1fr;
    }
    
    .trust-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .trust-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero {
        padding: 4rem 0 2rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonial-card {
        padding: 2rem 1rem;
    }
    
    .testimonial-controls {
        gap: 1rem;
    }
}

#locationbtn{
  background-color: #ffffff;
    color: #000000;
}

.hero-cont-col{
    display: flex;
    align-items: center;
    gap: 5px;
}

.map-section {
    position: relative;
    padding: 4rem 1rem;
    background: #ebf5ff;
    text-align: center;
}

.map-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #111827;
}

.map-description {
    /* max-width: 600px; */
    margin: 0 auto 2rem;
    color: #4B5563;
    font-size: 1rem;
}

.map-container {
    position: relative;
    width: 80vw;
    margin: auto;
}

.world-map {
    width: 100%;
    height: auto;
    display: block;
    filter: hue-rotate(270deg) saturate(4) brightness(0.9); /* optional: purple tint */
    animation: slowPan 20s infinite alternate ease-in-out;
}

@keyframes slowPan {
    0% { transform: scale(1) translateY(0); }
    100% { transform: scale(1.02) translateY(-5px); }
}

.map-pin {
    position: absolute;
    transform: translate(-50%, -50%);
    background: #63276A;
    color: #fff;
    padding: 6px 12px;
    font-size: 0.85rem;
    border-radius: 20px;
    text-decoration: none;
    transition: background 0.3s ease;
    white-space: nowrap;
    z-index: 2;
}

.map-pin::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: rgba(99, 39, 106, 0.5);
    border-radius: 50%;
    z-index: -1;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.map-pin::after {
    content: attr(data-info);
    position: absolute;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 5;
}

.map-pin:hover::after {
    opacity: 1;
}

.map-pin:hover {
    background: #4883f4;
    color: #fff;
}


/* --- MOBILE VIEW (Card Grid) --- */
@media (max-width: 768px) {
    .world-map {
        display: none; /* Hide the map image on mobile */
    }

    .map-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); /* 2 columns on phone */
        gap: 1rem;
        padding: 0 0.5rem;
    }

    .map-pin {
        position: relative; /* Reset absolute positioning */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: white;
        color: #111827;
        padding: 1.5rem 1rem;
        border-radius: 12px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        border: 1px solid #e5e7eb;
        top: auto !important;
        left: auto !important;
        transform: none !important;
    }

    .map-pin:hover, .map-pin:active {
        background: #63276A;
        color: white;
        transform: translateY(-3px) !important;
    }

    .pin-text {
        font-weight: bold;
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .mobile-info {
        display: block;
        font-size: 0.8rem;
        opacity: 0.8;
    }

    /* Remove desktop-specific pseudo elements */
    .map-pin::before, 
    .map-pin::after {
        display: none;
    }
}

/* Search */

/* --- Creative Search Popup --- */

/* Breathing animation for the popup */
@keyframes breathe {
  0% { transform: translateX(-50%) scale(1); }
  50% { transform: translateX(-50%) scale(1.01); }
  100% { transform: translateX(-50%) scale(1); }
}

#search-popup {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    display: none;
    left: 50%;
    padding: 25px;
    position: fixed;
    transform: translateX(-50%);
    min-width: 250px;
    width: 50%;
    z-index: 99999;
    transition: top 0.4s ease-out, opacity 0.4s ease-out;
}

/* Header section of the popup */
.popup-btn-box {
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.popup-btn-box strong {
    font-size: 1.3em;
    color: #333;
    font-weight: 600;
}

/* Close button with a modern twist */
.popup-button {
    background-color: #f1f1f1;
    border: none;
    border-radius: 50%;
    color: #888;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
}

.popup-button:hover {
    background-color: #e74c3c;
    color: white;
    /* transform: rotate(180deg); */
}

/* Stylish search input */
#search-input {
    background-color: #f0f2f5;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 1em;
    margin-bottom: 15px;
    padding: 12px 15px;
    transition: all 0.3s ease;
    width: 100%;
}

#search-input::placeholder {
    color: #999;
}

#search-input:focus {
    background-color: #fff;
    border-color: #5e72e4;
    box-shadow: 0 0 15px rgba(94, 114, 228, 0.2);
    outline: none;
}

/* Result list styling */
#search-results {
    list-style: none;
    max-height: 280px;
    overflow-y: auto;
    padding: 0;
}

/* Custom scrollbar for results */
#search-results::-webkit-scrollbar {
    width: 8px;
}

#search-results::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#search-results::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

#search-results::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

#search-results li a {
    border-bottom: 1px solid #eee;
    color: #333;
    display: block;
    padding: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#search-results li:last-child a {
    border-bottom: none;
}

/* Hover effect with a gradient wipe */
#search-results li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    /* height: 100%; */
    background: linear-gradient(90deg, rgba(94, 114, 228, 0.1) 0%, rgba(94, 114, 228, 0) 100%);
    transition: left 0.4s ease;
    z-index: 1;
}

#search-results li:hover a:before {
    left: 0;
}

#search-results li a > * {
    position: relative;
    z-index: 2;
}

#search-overlay {
    transition: opacity 0.3s ease;
    display:none;
    position:fixed;
    top:0; left:0;
    width:100vw;
    height:100vh;
    background:#02073ec7;
    z-index:9999;
}

.country-banner-content{
  padding-top: 50px;
}

/* Country New Sections */

.country-data-center-overview {
    background-color: #edf3ff;
    padding: 60px 20px;
}

.country-data-center-overview .container{
  max-width: 1450px;
}

.country-data-center-overview .section-title {
    font-size: 2rem;
    text-align: center;
    color: #63276A;
    margin-bottom: 10px;
}

.country-data-center-overview .section-subtitle {
    font-size: 1.1rem;
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature-box {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px #9C27B0;
    text-align: center;
    transition: transform 0.3s ease;
    border-top-color: #8a57ea;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.icon-circle {
    background-color: #63276A;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.feature-box h3 {
    font-size: 1.2rem;
    color: #222;
    margin-bottom: 10px;
}

.feature-box p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}

.country-dc-description {
    padding: 60px 20px;
    background-color: #02073e;
    color: #FFF;
}

.country-dc-description .desc-title {
    text-align: center;
    font-size: 1.9rem;
    color: #4883f4;
    margin-bottom: 20px;
}

.country-dc-description .desc-text {
    font-size: 1.05rem;
    max-width: 1500px;
    margin: 0 auto 20px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
}

.quote-div{
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 10px 3%;
}

.quote-div .col-lg-5{
    margin: 0;
    padding: 0;
}

/* Home Coninent Section New */

#continents-section {
  padding: 60px 0;
  background-color: #f8f9fc;
}

#continents-section .container {
  max-width: 1800px !important;
}

#continents-section .badge {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  background: rgba(138, 138, 255, 0.25);
  padding: 6px 20px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 12px;
}

#continents-section .heading {
  font-size: 36px;
  font-weight: 700;
  color: #18185c;
  margin-bottom: 16px;
}

#continents-section .intro {
  color: #555;
  font-size: 17px;
  max-width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

#continents-section .continent-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  #continents-section .continent-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#continents-section .card {
  display: flex;
  flex-direction: column !important;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: 100%;
  max-width: 525px;
}

#continents-section .card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.15);
  transform: translateY(-6px);
}

#continents-section .card-left {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#continents-section .card-image-wrapper {
 width: 100%;
    height: 180px;            
    overflow: hidden;          
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

#continents-section .card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

#continents-section .card:hover .card-image-wrapper img {
  transform: scale(1.05);
}

#continents-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.4));
  pointer-events: none;
  z-index: 1;
  transition: background 0.3s ease;
}

#continents-section .card-right {
  
    padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#continents-section .card-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #18185c;
}

#continents-section .card-desc {
    font-size: 14.5px;
    color: #555;
    margin-bottom: 5px;
}

#continents-section .popular-countries {
  list-style: none;
  padding: 0;
  margin: 0 0 8px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #333;
  font-weight: 600;
  font-size: 15px;
}

#continents-section .popular-countries li {
    background-color: #e0e7ff;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 14px;
}

#continents-section .btn-explore {
  align-self: start;
  background-color: #18185c;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
}

#continents-section .btn-explore:hover {
  background-color: #2b2ba3;
}

@media (max-width: 767px) {
  #continents-section .card {
    flex-direction: column;
    max-width: 100%;
  }
  #continents-section .card-left {
    max-width: 100%;
    min-height: 180px;
  }
  #continents-section .card-right {
    padding: 20px 16px;
  }
  #continents-section .card-title {
    font-size: 22px;
  }
}






/* States Page Country Section New */

#states-list-section .state-card {
    background-color: #000234;
    border-radius: 12px;
    padding: 14px 18px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

#states-list-section .state-card:hover {
    background-color: #4883f4;
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

#states-list-section .state-icon {
    color: #4883f4;
    transition: color 0.3s ease;
}

#states-list-section .state-card:hover .state-icon {
    color: #ffffff;
}

#states-list-section .country-name {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    transition: color 0.3s ease;
    color: #ffffff !important;
}





/**/

/* @keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.countries-section a {
    --bg-size: 300%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    background-color: #000234;
    border-radius: 1rem;
    box-shadow: inset 0 -8px 10px #8fdfff1f;
    transition: box-shadow 500ms ease-out;
}

.countries-section a:hover {
  box-shadow: inset 0 -5px 10px #8fdfff3f;
}

.countries-section a::before {
    content: '';
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    padding: 1px;
    background-image: linear-gradient(to right, rgb(72 131 244 / 50%), rgba(156, 64, 255, 0.5), rgb(72 131 244 / 50%));
    background-size: var(--bg-size) 100%;
    animation: gradient 6s linear infinite;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: subtract;
    mask-composite: subtract;
}

.countries-section a .Ci-country-flag {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    z-index: 1; 
}

.countries-section a .fa-location-dot {
  color: #4883f4;
}

.countries-section a .country-name {
    white-space: pre;
    color: #ffffff;
    background-image: linear-gradient(to right, #4883f4, #9c40ff, #4883f4);
    background-size: var(--bg-size) 100%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: gradient 6s linear infinite;
} */

.wide-container{
  max-width: 1500px !important;
}

.wide-container-pra{
  max-width: 1200px;
}

@media screen and (max-width: 1600px){
    .wide-container{
      max-width: 1200px !important;
    }
    .trust-logos {
        display: flex;
        gap: 1rem 3rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 800px){
    .trust-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;
        flex-direction: column;
    }
}

.map-heading {
    font-weight: 700;
    color: #2c3e50;
}
.descrip {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}
.feature-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    border-top: 4px solid #9C27B0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.feature-box h3 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
}
.feature-list {
    list-style: none;
    padding-left: 0;
}
.feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1rem;
    padding: 0px 5%;
}

.feature-box-icon{
  color: #8a57ea !important;
}

.feature-list .icon-container {
    font-size: 1.5rem;
    color: #4883f4;
    margin-right: 15px;
    margin-top: 5px;
    width: 30px;
    text-align: center;
}
.feature-list strong {
    display: block;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 4px;
    text-align: left;
}
.feature-list span {
    text-align: left;
}
.deat-container{
  display: flex;
    flex-direction: column;
}
.bg-lights{
  background-color: #edf7ff !important;
}

.solutions-section {
    background-color: #dddefd;
    padding: 80px 0;
}

.section-heading {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-subheading {
    color: var(--primary-color);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.solution-card {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 35px 30px;
    height: 100%;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(72, 131, 244, 0.15);
}

.solution-card .card-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.solution-card .card-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.solution-card .card-text {
    color: #495057;
    font-size: 1rem;
    line-height: 1.6;
    flex-grow: 1; /* Pushes list to the bottom if content varies */
}

.solution-card .feature-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.solution-card .feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #343a40;
}

.solution-card .feature-list i {
    font-size: 1rem;
    color: green;
    margin-right: 12px;
    margin-top: 6px;
}

.solution-card .feature-list strong {
      color: #212529;
}

.enterprise-section {
    background-color: var(--light-bg-color);
    padding: 80px 0;
    color: #333;
}

.enterprise-section .section-title {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
}

.enterprise-section .lead {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 2.5rem;
}

.enterprise-image {
    border-radius: 12px;
    object-fit: cover;
    height: 100%;
    min-height: 550px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-block {
    background-color: var(--subtle-bg-color);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border-left: 5px solid var(--secondary-color);
}

.feature-block .feature-icon {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-right: 20px;
    float: left;
}

.feature-block h4 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.feature-block p, .feature-block li {
    margin-bottom: 0;
    color: #495057;
}

.feature-block ul {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}

.feature-block ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.feature-block ul li i {
    color: var(--accent-color);
    margin-right: 10px;
    font-size: 1.1rem;
}

.feature-block strong {
      color: #212529;
}

.final-cta h3 {
    color: var(--primary-color);
    font-weight: 600;
}

.managed-section {
    background-color: var(--primary-color);
    color: var(--light-text-color);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.managed-section-pra{
  max-width: 1200px;
   color: var(--subtle-text-color);
}

/* Optional: Add a subtle background pattern */
.managed-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 20%, rgba(72, 131, 244, 0.1), transparent 30%), radial-gradient(circle at 80% 70%, rgba(138, 87, 234, 0.1), transparent 30%);
    opacity: 0.7;
}

.managed-section .container {
    position: relative; /* Ensure content is above the pseudo-element */
    z-index: 2;
}

.managed-section .section-title {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--light-bg-color);
}

.managed-section .lead {
    color: var(--subtle-text-color);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.managed-divider {
    border: 0;
    height: 2px;
    max-width: 25%;
    margin: 0 auto 20px auto;
    background-image: linear-gradient(to right, var(--secondary-color), var(--accent-color));
}

hr:not([size]) {
    height: 2px !important;
}

.feature-col {
    padding: 20px;
    text-align: left;
}

.feature-col .col-title {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.feature-col .col-title i {
    font-size: 1.8rem;
    margin-right: 15px;
}

.feature-col .feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-col .feature-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: var(--light-text-color);
}

.feature-col .feature-list i {
    color: var(--accent-color);
    margin-right: 12px;
    margin-top: 5px;
}

.feature-col .feature-list strong {
    display: block;
    color: #ffffff; /* Brighter white for emphasis */
    font-weight: 600;
}

.feature-col .feature-list span {
    color: var(--subtle-text-color);
}

/* Partner Details Page Styles */
.partner-details-section {
    background-color: #f8f9fa; /* A light background for the content area */
}

.partner-facts-card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.partner-facts-card .card-title {
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.partner-facts-card .list-group-item {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

/* GENERAL SECTION STYLING */
#lo-continents-section {
  font-family: 'Inter', sans-serif;
  background-color: #f8f9fa; /* Light gray background */
  color: #495057; /* Default text color */
}

.lo-container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
}

/* PADDING & MARGIN HELPERS */
.lo-pt-60 { padding-top: 60px; }
.lo-pb-60 { padding-bottom: 60px; }
.lo-mb-3 { margin-bottom: 1rem; }
.lo-mb-5 { margin-bottom: 3rem; }
.lo-ms-2 { margin-left: 0.5rem; }

/* TYPOGRAPHY */
.lo-text-center { text-align: center; }

.lo-badge-p {
    margin: 0px auto 10px;
    font-size: 19px;
    font-weight: 600;
    color: #000;
    background-color: #8a8aff40;
    width: max-content;
    text-align: center;
    border-radius: 20px;
    padding: 4px 20px;
}

.lo-heading {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529; /* Dark heading color */
}

.lo-intro {
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #6c757d; /* Muted intro text */
}

/* GRID LAYOUT */
.lo-continent-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* CARD DESIGN */
.lo-card {
  text-decoration: none;
  background: #ffffff; /* White card background */
  border: 1px solid #dee2e6;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.07);
}

.lo-card-image-wrapper {
  height: 150px; /* Reduced height for a more compact card */
  width: 100%;
}

.lo-card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lo-card-content {
  padding: 20px; /* Reduced padding */
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lo-card-title {
  font-size: 1.25rem; /* Slightly smaller title */
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.5rem;
}

.lo-card-desc {
  font-size: 0.95rem; /* Slightly smaller description */
  line-height: 1.5;
  color: #6c757d;
  flex-grow: 1;
}

/* POPULAR COUNTRIES LIST */
.lo-popular-countries {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lo-popular-countries li {
  font-size: 0.8rem;
  background-color: #f1f3f5;
  color: #495057;
  padding: 4px 10px;
  border-radius: 6px;
}

/* EXPLORE LINK */
.lo-explore-link {
    align-self: start;
    background-color: #18185c;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.lo-explore-link i {
  transition: transform 0.3s ease;
}

.lo-card:hover .lo-explore-link {
  color: #115293;
}

.lo-card:hover .lo-explore-link i {
  transform: translateX(4px);
}

/* For tablets and smaller screens (adjust max-width as needed) */
@media (max-width: 1024px) {
  .lo-continent-grid {
    /* Shows 3 cards per row on tablets */
    grid-template-columns: repeat(3, 1fr);
  }
}

/* For mobile phones */
@media (max-width: 768px) {
  .lo-continent-grid {
    /* Shows 1 or 2 cards per row on mobile */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .lo-heading {
    font-size: 2rem;
  }
  .lo-intro {
    font-size: 1rem;
  }
}

.cont-con-box{
    display: flex;
    gap: 10px;
}

.cont-coun{
    background: antiquewhite;
    padding: 5px 10px;
    border-radius: 15px;
}

/* =================================================== */
/* == Continent-Specific Country Card Styles == */
/* =================================================== */

/* --- 1. Keyframe for the Card Pulse (existing) --- */
@keyframes pulse {
  0% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #e0e7ff;
  }
  50% {
    box-shadow: 0 6px 18px rgba(72, 131, 244, 0.15);
    border-color: #a8c5ff;
  }
  100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #e0e7ff;
  }
}

/* --- 2. Keyframe for the Icon Nudge (existing) --- */
@keyframes nudge-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

/* --- 3. Keyframes for the Ring Pulse --- */
@keyframes ring-pulse {
  0% {
    transform: scale(0.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}


/* Use the ID from the <section> tag to scope all new styles */
#continent-country-list .continent-country-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  border: 1px solid #e0e7ff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 270px;
  min-width: 230px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  overflow: hidden;
  animation: pulse 2.5s infinite ease-in-out;
}

#continent-country-list .continent-country-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #4883f4;
  background-color: #fcfdff;
  animation-play-state: paused;
}

/* --- Card Content --- */
#continent-country-list .continent-country-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* --- New: Flag Wrapper for Pulse Rings --- */
#continent-country-list .flag-wrapper {
  position: relative; /* Essential for positioning pseudo-elements */
  width: 40px; /* Same as flag width */
  height: 40px; /* Same as flag height */
  display: flex; /* To center the flag within */
  align-items: center;
  justify-content: center;
}

#continent-country-list .continent-country-flag {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f0f0f0;
  z-index: 2; /* Ensure flag is above rings */
  position: relative; /* Make it stack above pseudo-elements */
}

/* --- Pseudo-elements for the pulsing rings --- */
#continent-country-list .flag-wrapper::before,
#continent-country-list .flag-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(72, 131, 244, 0.6); /* Blueish transparent border */
  z-index: 1; /* Below the flag */
  pointer-events: none; /* Do not interfere with clicks */
  transform-origin: center; /* Ensures scaling from the center */
}

/* First Ring */
#continent-country-list .flag-wrapper::before {
  animation: ring-pulse 2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Smoother animation */
  animation-delay: 0s; /* Starts immediately */
}

/* Second Ring (using ::after) */
#continent-country-list .flag-wrapper::after {
  animation: ring-pulse 2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-delay: 0.5s; /* Delayed start for the second ring */
}

/* Third Ring (new pseudo-element or another approach, let's use a class on the wrapper itself for simplicity for the third) */
/* Or, for a true third ring, you'd need another element or a trickier setup.
   For this example, we'll make the ::before and ::after distinct.
   If you really need a "third" visual, you might apply an outer glow to the wrapper itself.
   Let's create two clear rings and one subtle outer glow.
*/
#continent-country-list .flag-wrapper::before {
  animation: ring-pulse 2.2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Slightly different timing for variation */
  animation-delay: 0s;
  border-color: rgba(72, 131, 244, 0.7); /* Slightly stronger */
}

#continent-country-list .flag-wrapper::after {
  animation: ring-pulse 2.2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-delay: 0.7s; /* More delay */
  border-color: rgba(72, 131, 244, 0.4); /* Lighter */
}

/* Subtle outer glow on the wrapper itself for a "third" effect */
#continent-country-list .flag-wrapper {
    box-shadow: 0 0 0 0px rgba(72, 131, 244, 0); /* Initial transparent shadow */
    animation: wrapper-glow 2.2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 0.3s; /* Delay it to fit between the two rings */
    border-radius: 50%; /* Ensure glow is round */
}

@keyframes wrapper-glow {
    0% {
        box-shadow: 0 0 0 0px rgba(72, 131, 244, 0);
    }
    50% {
        box-shadow: 0 0 0 5px rgb(10 131 120 / 50%); /* Peak glow */
    }
    100% {
        box-shadow: 0 0 0 0px rgba(72, 131, 244, 0);
    }
}


#continent-country-list .continent-country-name {
  font-weight: 600;
  font-size: 1.05rem;
  color: #212529;
}

/* --- Clickable Icon --- */
#continent-country-list .animated-icon {
  font-size: 1.1rem;
  color: #4883f4;
  animation: nudge-right 1.5s infinite ease-in-out;
}

/* --- Icon Hover Effect --- */
#continent-country-list .continent-country-card:hover .animated-icon {
  animation: none;
  transform: translateX(5px);
}

.searchbar-header{
  padding: 8px 0px 8px 15px !important;
}

#header-hero-badge{
  margin-bottom: 0 !important;
  padding: 0px 10px !important;
  height: 50px;
  color: #4d6887 !important;
  font-size: 16px;
  font-weight: 700;
}

/* =================================================== */
/* == Country-Specific City Card Styles == */
/* =================================================== */

/* --- Keyframes (You may already have these. If so, you don't need to add them again) --- */
@keyframes pulse {
  0% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #e0e7ff;
  }
  50% {
    box-shadow: 0 6px 18px rgba(72, 131, 244, 0.15);
    border-color: #a8c5ff;
  }
  100% {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #e0e7ff;
  }
}

@keyframes nudge-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes ring-pulse {
  0% {
    transform: scale(0.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes wrapper-glow {
    0% {
        box-shadow: 0 0 0 0px rgba(72, 131, 244, 0);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(72, 131, 244, 0.1);
    }
    100% {
        box-shadow: 0 0 0 0px rgba(72, 131, 244, 0);
    }
}
/* --- End of Keyframes --- */


/* --- New City Card Styles --- */
#country-city-list .city-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  border: 1px solid #e0e7ff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 270px; /* Same as continent cards */
  min-width: 230px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  overflow: hidden;
  animation: pulse 2.5s infinite ease-in-out;
}

#country-city-list .city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-color: #4883f4;
  background-color: #fcfdff;
  animation-play-state: paused;
}

/* --- Card Content --- */
#country-city-list .city-card-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* --- New: Icon Wrapper for Pulse Rings --- */
#country-city-list .city-icon-wrapper {
  position: relative;
  width: 40px; /* Base size for rings */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* For the glow */
  box-shadow: 0 0 0 0px rgba(72, 131, 244, 0);
  animation: wrapper-glow 2.2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-delay: 0.3s;
}

/* --- The actual icon --- */
#country-city-list .city-icon-wrapper i {
  position: relative; /* Make it stack above rings */
  z-index: 2;
  font-size: 20px; /* Icon size */
  color: #4883f4; /* Icon color */
}

/* --- Pseudo-elements for the pulsing rings (on the wrapper) --- */
#country-city-list .city-icon-wrapper::before,
#country-city-list .city-icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(72, 131, 244, 0.6);
  z-index: 1;
  pointer-events: none;
  transform-origin: center;
}

#country-city-list .city-icon-wrapper::before {
  animation: ring-pulse 2.2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-delay: 0s;
  border-color: rgba(72, 131, 244, 0.7);
}

#country-city-list .city-icon-wrapper::after {
  animation: ring-pulse 2.2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-delay: 0.7s;
  border-color: rgba(72, 131, 244, 0.4);
}

/* --- City Name --- */
#country-city-list .city-name {
  font-weight: 600;
  font-size: 1.05rem;
  color: #212529;
}

/* --- Clickable Icon (Arrow) --- */
#country-city-list .animated-icon {
  font-size: 1.1rem;
  color: #4883f4;
  animation: nudge-right 1.5s infinite ease-in-out;
}

#country-city-list .city-card:hover .animated-icon {
  animation: none;
  transform: translateX(5px);
}

/* =================================================== */
/* == City See More Button Styles == */
/* =================================================== */

/* --- Helper Class (from JS) --- */
.hidden-by-toggle {
  display: none !important; 
}

/* --- See More Button --- */
.see-more-btn {
  display: block; 
  margin: 30px auto 0 auto;
  padding: 12px 30px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(90deg, #4883f4, #5a67d8);
  border: none;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(72, 131, 244, 0.3);
  transition: all 0.3s ease;
}

.see-more-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(72, 131, 244, 0.4);
}

/*
 * =========================================
 * 404 Error Page Styles
 * =========================================
 */

/* This styles the main wrapper div */
.error-page {
  /* (py-5) Adds 5rem of padding top and bottom */
  padding-top: 10rem;
  padding-bottom: 5rem; 
  
  /* (text-center) Centers all the text */
  text-align: center;
}

/* (display-1, fw-bold, text-danger) */
.error-code {
  font-size: 8rem; /* You can make this even bigger if you want */
  font-weight: bold;
  color: #dc3545; /* This is a standard "danger" red color */
  margin: 0;
}

/* (fs-3, fw-light) */
.error-title {
  font-size: 2rem;
  font-weight: 700; /* 'fw-light' is 300 */
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

/* (fs-5, text-muted, mt-3) */
.error-message {
  font-size: 1.25rem;
  color: #6c757d; /* This is a standard "muted" gray color */
  margin-top: 1.5rem;
}

/* (btn, btn-primary, btn-lg, mt-4) */
.error-button {
  /* Spacing */
  display: inline-block; /* Allows us to set padding and margins */
  margin-top: 2.5rem;
  padding: 0.75rem 1.5rem; /* Makes it a "large" button */
  
  /* Colors */
  background-color: #0d6efd; /* This is a standard "primary" blue */
  color: #ffffff;
  
  /* Text & Border */
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none; /* Removes the underline from the link */
  border: none;
  border-radius: 0.375rem; /* Gives it slightly rounded corners */
  
  /* Hover Effect */
  transition: background-color 0.15s ease-in-out;
}

.error-button:hover {
  background-color: #0b5ed7; /* A slightly darker blue for hover */
  color: #ffffff;
}

.country-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.country-initials {
  width: 30px; 
  height: 30px;
  background-color: #e2e8f0; /* Light grey background */
  color: #4a5568;            /* Dark text */
  border-radius: 50%;        /* Make it a circle */
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 600px) {
  #header-hero-badge {
    font-size: 14px;
    font-weight: 500;
  }
}

.terms-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 20px 0px 20px;
  font-family: 'Inter', sans-serif;
  color: #333;
  line-height: 1.6;
}