:root {
	--primary-color: #000036;
	--secondary-color: #d0142c;
	--button-color:#2b8aca;
	--secondary-color-two: #f79221;
	--table-color:#56819f;
	--assect-color: #f0f6ff;
	--assecttow-color: #edf6ff;
	--breadcrumb-bg: #2e0849;
	--breadcrumb-inner-bg: #3c0b50;
}



	/* topbar */
	.body {
		
		font-family: 'Poppins', sans-serif;
	}


	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	ul,
	li,
	a,
	span,
	button {
		font-family: 'Poppins', sans-serif;
	}
	
	
	.list-inline-item {
		list-style: none;
	}
	@media(max-width:812px){
		.topbar-icon {
			display:none !important;
		}
	}

	/* Styling the link */
	.login-link {
		display: flex;
		align-items: center;
		gap: 8px; /* Space between icon and text */
		text-decoration: none;
		color: #ffffff;
		font-size: 1.2rem;
		font-weight: bold;
		padding: 10px 15px;
		border-radius: 8px;
		transition: background-color 0.3s, color 0.3s;
	}
	.login-button{
		background-color: var(--primary-color);
		border-radius: 5px;
	}

	/* Hover effect */
	.login-link:hover {
		
		background-color: var(--secondary-color);
	}
	
	.material-symbols-outlined {
		/* Ensures icon aligns well with the text */
		margin-top: -2px; 
	}

	

	.justify-center {
		justify-content: center;
	}

	/*.breadcrumb-wrapper {*/
	/*      display: inline-flex;*/
	/*      background-color: var(--secondary-color);*/
	/*      border: 1px solid white;*/
	/*      border-radius: 999px;*/
	/*      padding: 5px 10px;*/
	/*    }*/

	.breadcrumb {
		display: flex;
		align-items: center;

		border-radius: 999px;
		padding: 5px 20px;
	}

	.breadcrumb a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}

	.breadcrumb span {
		margin: 0 10px;
		color: #888;
	}

	.breadcrumb .active {
		color: var(--button-color);
		font-weight: bold;
		text-transform: capitalize;
	}


	.topbar {
		background-color: #fff;
		font-size: 14px;
		padding: 12px !important;
	
            position: fixed;
    /* top: -182px; */
    z-index: 1030;
    top: -1px;
    align-items: center !important;
    justify-content: space-between !important;
    /* padding: 1rem 2rem !important; */
    z-index: 101;
    width: 100%;
    transition: background-color 0.3s, position 0.3s;
    padding-top: -3px !important;
    padding-bottom: 0px !important;
    height: 167px;









	}
	
	.topbar-con {
		overflow: hidden;
		max-width: 100%;
		padding: 4px;
	}


	.topbar .flag {
		width: 20px;
		height: 15px;
	}

	.topbar .topbar-link {
		color: #000000;
		font-size: 18px;
		text-decoration: none;
	}


	.topbar a.text-dark:hover {
		color: #000;
	}

	.topbar .btn-md {
		font-weight: 500;
		border-radius: 6px;
	}


	.topbar-icon:hover {
		color: var(--secondary-color) !important;
	}

	.flag {
		width: 24px;
		height: auto;
		border-radius: 3px;
	}

	.topbar-icon {
		font-size: 18px;
		padding: 6px;
		transition: color 0.3s ease;
		text-decoration: none;
	}


	.flag {
		width: 24px;
		height: auto;
		border-radius: 3px;
	}



	@media (max-width: 1400px) {
		.topbar {
			padding: 5px !important;
		}
	}


    	@media (max-width: 425px) {
		.topbar {
		   height: auto !important;
		   min-height: 50px;
		}
	}


    	@media (max-width: 502px) {
		.topbar {
		   height: auto !important;
		   min-height: 60px;
		}
	}
	@media(max-width:375px){
	.topbar {
		height: auto !important;
		min-height: 45px;
	}
	
	.topbar-con {
		padding: 3px 4px !important;
		gap: 3px !important;
	}
	
	.offer-banner {
		padding: 3px 4px;
		gap: 3px;
	}
	
	.offer-text {
		font-size: 0.55rem;
		line-height: 1.2;
	}
	
	.IIimage {
		width: 12px;
		height: 12px;
	}
	
	.offer-button {
		padding: 3px 4px;
	}
	
	.offer-button svg {
		width: 14px;
		height: 14px;
	}
	
	.topbar-icon {
		font-size: 14px;
		padding: 2px;
	}
	
	#login-icons .list-inline {
		gap: 3px !important;
	}
}

@media(max-width:345px){
	.topbar {
		height: auto !important;
		min-height: 40px;
		overflow: visible !important;
	}
	
	.topbar-con {
		padding: 3px !important;
		gap: 2px !important;
		flex-wrap: nowrap !important;
		overflow: visible;
	}
	
	.offer-banner {
		padding: 2px 3px;
		gap: 2px;
	}
	
	.offer-text {
		font-size: 0.5rem;
		line-height: 1.2;
	}
	
	.IIimage {
		width: 12px;
		height: 12px;
	}
	
	.offer-button {
		padding: 2px 3px;
	}
	
	.offer-button svg {
		width: 12px;
		height: 12px;
	}
	
	.topbar-icon {
		font-size: 13px;
		padding: 2px;
	}
	
	#login-icons {
		gap: 2px !important;
		flex-shrink: 0;
	}
	
	#login-icons .list-inline {
		gap: 2px !important;
	}
	
	.login-button .material-symbols-outlined {
		font-size: 16px;
	}
	}


	@media (max-width: 1442px) {
		.topbar {
			padding: 2px !important;
		}
	}

	.topbar-icon {
		font-size: 22px;
	}

	.topbar .topbar-link:hover {
		text-decoration: none;
		color: var(--secondary-color);
	}

	.top-right-sec {
		gap: 1.5rem !important;
	}

	.tobbar-list {
		display: flex !important;
	}

	@media (max-width: 1440px) {
		.top-right-sec {
			gap: 0.5rem !important;
		}
	}


	@media (min-width: 1450px) {

		.topbar {
			padding: 7px !important;
		}
	}

	@media (min-width: 1443px) {

		.topbar {
			padding: 0px !important;
		}
	}
	
#login-mobi{
    gap:10px;
}	
	
/* Container for top search trigger */
.search-container {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Top bar search styling */
.search-form {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 54, 0.3);
}

.search-form input[type="search"] {
  flex: 1;
  padding: 10px 10px;
  font-size: 1rem;
  border: none;
  color: #fff;
  background: transparent;
  transition: background-color 0.3s ease;
}

.search-form input::placeholder {
  color: #bbb;
  font-style: italic;
}

.search-form button {
  background: var(--secondary-color);
  border: none;
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-form button:hover {
  all: unset;
  background: var(--secondary-color);
  color: #fff;
  padding: 0 10px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}


/* Fullscreen overlay */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000036;
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  flex-direction: column;
  padding: 2rem;
}

.search-overlay.show {
  display: flex;
}

.search-overlay-inner {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.search-overlay input[type="search"] {
  width: 100%;
  padding: 1rem;
  font-size: 1.2rem;
  border: none;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.search-overlay input::placeholder {
  color: #ccc;
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 2rem;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
}

.location-results {
  list-style: none;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  text-align: left;
}

.location-results li {
  padding: 0.75rem 1rem;
  background: rgba(255,255,255,0.05);
  margin-bottom: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.location-results li:hover {
  background: var(--secondary-color);
}

/* Responsive: hide search bar on very small screens */
@media (max-width: 502px) {
  .search-container {
    display: none;
  }
}

	/* navbar */
	.logo {
		display: flex;
		align-items: center;
		font-size: 1.5rem;
		font-weight: 600;
		color: #1d1d1f;
		gap: 10px;
	}

	.logo-img {
    height: 100%;
    width: 200px;
	margin-left: 27px;
    margin-top: 14px;

    
	}
	
@media (max-width: 320px) {
	.logo-img {
	        width: 145px !important;
    margin-left: -4px !important;
	}
}

@media (max-width: 798px) {
	.logo-img {
	      margin-left: -4px;
	}
}	

@media (max-width: 1440px) {
	.logo-img {
		margin-left: -26px;
	}
}

@media (max-width: 414px) {
	.logo-img {
	       margin-left: 85px;
	}
}

@media (max-width: 425px) {
	.logo-img {
	       margin-left: 90px;
	}
}

@media (max-width: 1499px) {
	.logo-img {
	       margin-left: -35px;
	}
}


	.logo-text {
		font-family: "Poppins";
		letter-spacing: 1px;
	}

	.logo-link {
		text-decoration: none;
		color: white;
	}

	.navbar {
		position: absolute !important;
		top: 49px;
		/*background-color: transparent;*/
		
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		padding: 1rem 2rem !important;
		z-index: 100;
		width: 100%;
		transition: background-color 0.3s, position 0.3s;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		height: 100px;
	}

	.custom-navbar {
		position: sticky !important;
		top: 0;
		z-index: 1030; 
		background-color: white; 
	}


	.fixed-header {
		position: fixed !important;
		top: 0;
		left: 0;
		width: 100%;
		background-color: black !important;
		box-shadow: 0 2px 16px hsla(220, 32%, 8%, 0.3) !important;
		z-index: 99;
		/*transition: top 0.3s ease-in-out;*/
		/*animation: fadeInDown 0.1s ease-in-out;*/
	}

	@media screen and (max-width: 635px) {
		.fixed-header {
			position: fixed;
			top: 0;
			width: 100%;
			background-color: white;
			z-index: 1000;
		}
	}
		
		@media screen and (max-width: 1160px) {
	#unifiedNavbarContent{
	   margin-top: -80px; 
	}
	}
	
	@media screen and (max-width: 616px) {
    #unifiedNavbarContent {
       
        margin-left: -20px;
    }
}	

/* @media screen and (max-width: 425px) {
    #unifiedNavbarContent {
        margin-left: -202px;
    }
} */

@media (max-width: 425px) {
    .new-search-container {
        margin-left: 180px !important;
    }
}
		
		.nav-linmk i {
  font-size: 0.65rem; /* smaller icon size */
  vertical-align: middle;
  transition: transform 0.3s ease;
}

/* Optional: icon rotate on hover for visual effect */
.dropdown:hover .nav-linmk i {
  transform: rotate(180deg);
}

/* Adjust icon size for larger screens if needed */
@media (min-width: 768px) {
  .nav-linmk i {
    font-size: 0.7rem;
  }
}

@media (min-width: 1024px) {
  .nav-linmk i {
    font-size: 0.75rem;
  }
}


	
	/**/
	
	
	
	
	
	
	

.uk-map-container {
  position: relative;
  width: 100%;
  padding-top: 100%; /* aspect ratio for image */
}

 	@media screen and (max-width: 1024px) {
		.uk-map-container {
		width: 68%;
		
		}
	}       

	@media screen and (max-width: 991px) {
		.uk-map-container {
		display: none;
		
		}
	}  

	@media screen and (max-width: 1024px) {
	.uk-mapimgr {
		    left: -80px;
		
		}
	} 
	
	
	@media screen and (max-width: 1328px) {
	.uk-mapimgr {
		            left: -56px !important;
		
		}
	} 
	
	
	@media screen and (max-width: 1272px) {
	.uk-mapimg{
		      margin-left: -20px;
		
		}
	} 
	
@media screen and (max-width: 1024px) {
  .uk-mapimg {
   left: -51px !important;
        width: 360px !important;
        top: -70px
  }
}

	
.uk-mapimg {
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: auto;*/
  z-index: 1;
}

.map-link {
  position: absolute;
  display: block;
  text-decoration: none;
  z-index: 2;
}

.map-link-b{
	top: 65%; left: 70%;
}

.map-link-e{
	top: 30%; left: 60%;
}


.map-link-g{
	top: 30%; left: 50%;
}

.map-link-l{
	top: 76%; left: 83%;
}

.map-link-m{
	top: 54%; left: 65%;
}

.map-link-p{
	top: 46%; left: 73%;
}

.map-link-s{
	top: 84%; left: 79%;
}

.map-link-w{
	top: 36%; left: 45%;
}

.map-link-gl{
	top: 18%; left: 54%;
}

.map-link-n{
	top: 58%; left: 74%;
}

.map-dot {
    z-index:-1;
  width: 12px;
  height: 12px;
  background-color: var(--secondary-color-two);
  border-radius: 50%;
  position: relative;
  transform: translate(-50%, -50%);
 
  box-shadow: 0 0 0 rgba(247, 146, 33, 0.4);
}

@keyframes pulseBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.animate-blink {
  animation-name: pulseBlink;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

 Forward blink chain with delay 
.dot-1  { animation-delay: 0s; }
.dot-2  { animation-delay: 0.5s; }
.dot-3  { animation-delay: 1s; }
.dot-4  { animation-delay: 1.5s; }
.dot-5  { animation-delay: 2s; }
.dot-6  { animation-delay: 2.5s; }
.dot-7  { animation-delay: 2s; }
.dot-8  { animation-delay: 3.5s; }
.dot-9  { animation-delay: 4s; }
.dot-10 { animation-delay: 4.5s; }

 /*Reverse blink chain */
@keyframes reverseBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

 /*Add a second animation for reverse */
/*@media (prefers-reduced-motion: no-preference) {*/
/*  .dot-1  { animation-name: pulseBlink, reverseBlink; animation-delay: 0s, 2s; }*/
/*  .dot-2  { animation-name: pulseBlink, reverseBlink; animation-delay: 0.5s, 3.5s; }*/
/*  .dot-3  { animation-name: pulseBlink, reverseBlink; animation-delay: 1s, 4s; }*/
/*  .dot-4  { animation-name: pulseBlink, reverseBlink; animation-delay: 1.5s, 4.5s; }*/
/*  .dot-5  { animation-name: pulseBlink, reverseBlink; animation-delay: 2s, 5s; }*/
/*  .dot-6  { animation-name: pulseBlink, reverseBlink; animation-delay: 2.5s, 3.5s; }*/
/*  .dot-7  { animation-name: pulseBlink, reverseBlink; animation-delay: 3s, 5s; }*/
/*  .dot-8  { animation-name: pulseBlink, reverseBlink; animation-delay: 3.5s, 4.5s; }*/
/*  .dot-9  { animation-name: pulseBlink, reverseBlink; animation-delay: 4s, 5s; }*/
/*  .dot-10 { animation-name: pulseBlink, reverseBlink; animation-delay: 4.5s, 2.5s; }*/

/*  .animate-blink {*/
/*    animation-duration: 3s, 3s;*/
/*    animation-timing-function: ease-in-out;*/
/*    animation-iteration-count: infinite;*/
/*  }*/
/*}*/

@media (prefers-reduced-motion: no-preference) {
  .dot-1  { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 0.3s; }
  .dot-2  { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 0s; }
  .dot-3  { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 0.8s; }
  .dot-4  { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 0.5s; }
  .dot-5  { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 1.0s; }
  .dot-6  { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 0.9s; }
  .dot-7  { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 1.2s; }
  .dot-8  { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 0.10s; }
  .dot-9  { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 1.5s; }
  .dot-10 { animation: pulseBlink 5s ease-in-out infinite; animation-delay: 0.4s; }
}

.map-dot::after {
    z-index:1;
  content: attr(data-city);
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: white;
  padding: 3px 6px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

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

@keyframes pulseBlink {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(247, 146, 33, 0.4);
  }
    25% {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 0 10px rgba(247, 146, 33, 0.2);
  }
    50% {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 0 10px rgba(247, 146, 33, 0);
  }
    65% {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 0 10px rgba(247, 146, 33, 0.2);
  }
  80% {
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 0 10px rgba(247, 146, 33, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(247, 146, 33, 0.2);
  }
}

/* Tooltip */
.map-dot::after {
  content: attr(data-city);
  position: absolute;
  background-color: var(--secondary-color-two);
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 6px;
  white-space: nowrap;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

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


/**/

/*@media (max-width: 1023px){*/
/*  .nr-navbar {*/
/*      top: 111px !important;*/

/*    }*/


.nav-menu {
	list-style: none;
	display: flex;
	gap: 30px;
	margin: 0;
	padding: 0;
	font-family: "Poppins";
         margin-top: -30px;

}

.nav-menu li {
	position: relative;
}

.nav-menu a {
	color: white;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

.dropdown-toggle::after {
	display: none !important;
}


.nav-tabs .nav-link {
	border: 1px solid #ddd;
	padding: 10px 20px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
	background-color: var(--secondary-color);
	color: white;
}

.nav-countrybutton {}

.nav-countrybutton {
	background-color: #f8f9fa;
	color: #333;
	border: 2px solid #0f0f0f;
	padding: 12px 30px;
	margin: 5px;
	border-radius: 25px;
	transition: all 0.3s ease;
	font-weight: 500;
}

.nav-countrybutton:hover,
.nav-countrybutton.active {
	background-color: var(--secondary-color);
	color: #fff;
	border-color: var(--secondary-color);
}


@media (max-width: 1620px) {
	.nav-menu {
		gap: 15px !important;
		margin-right: -13px !important;
	}

}


@media (max-width: 1440px) {
	.nav-menu {
		gap: 10px !important;
		margin-right: -23px !important;
	}

	.custom-navbar {
		margin-top: -5px;
	}
}

@media (max-width: 1361px) {
	.nav-menu {
		gap: 5px !important;
	}
}


@media (max-width: 1261px) {
	.nav-menu {
		gap: 0px !important;
	}
	
}
@media(max-width:1286px){
	.nav-menu a {
		font-size: 14px !important;
	}
}



/*mobile*/


@media (max-width: 1024px) {
	.mobi-con {
		padding-left: 3px !important;
	}

}
.nav-link{
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: bolder;
    color: white !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    text-align: center;
}


.nr-navbar {
  background-color: var(--primary-color);
  padding: 0.75rem 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  border-bottom: 2px solid var(--secondary-color);
}

.nr-toggler {
  font-size: 1.5rem;
  color: var(--secondary-color);
  border: none;
  background: transparent;
}

.nr-toggler:hover {
  color: #fff;
  cursor: pointer;
}

.nr-nav {
	margin-top: -10px;
  /* width: 80%; */
  padding-left: 0;
  list-style: none;
}


.nr-link {
  display: block;
  padding: 0.75rem 1rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--secondary-color);
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}

.nr-link:hover,
.nr-link:focus {
  
  color: var(--primary-color);
  text-decoration: none;
  outline: none;
      text-align: center;
}




.nr-dropdown {
  background-color: var(--primary-color);
  border: none;
  margin: 0;
  padding-left: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  border-radius: 0 0 6px 6px;
}

.nr-item.dropdown.show > .nr-dropdown {
  max-height: 1000px;
  padding-left: 0;
  margin-top: 0.5rem;
}

.nr-dropdown-item {
  display: block;
  padding: 0.65rem 1.5rem;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nr-dropdown-item:hover,
.nr-dropdown-item:focus {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  outline: none;
}

.nr-dropdown {
  max-height: 300px;
  overflow-y: auto;
}

.nr-dropdown::-webkit-scrollbar {
  width: 6px;
}

.nr-dropdown::-webkit-scrollbar-track {
  background: transparent;
}

.nr-dropdown::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  border-radius: 3px;
}

@media (max-width: 575.98px) {
  .nr-link {
    font-size: 1rem;
    padding: 0.65rem 1rem;
  }

  .nr-dropdown-item {
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
  }
}

/* When dropdown is open, style the toggle link background */
.nr-item.dropdown.show > .nr-link.dropdown-toggle {
  background-color: var(--secondary-color); /* orange */
  color: var(--primary-color); /* dark text */
  border-radius: 4px; /* subtle rounding */
  font-weight: 700;
}

/* Optional: keep arrow color consistent */

.dropdown-content.grid {
	grid-template-columns: repeat(2, 1fr) !important;
}

#nrMobileMenu{
    background-color: var(--primary-color);
    margin-top: -25px;
}

.locations-column {
	padding-left: 1rem;
	min-width: 260px;
}

.locations-column-right {
	max-width: 1450px;
}

.locations-title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	font-weight: 700;
	color: var(--primary-color);
	border-bottom: 2px solid var(--secondary-color);
	padding-bottom: 0.5rem;
}

.location-itemnav {
	background-color: #fff !important;
	border: 1px solid #ddd;
	border-left: 4px solid var(--secondary-color) !important;
	border-radius: 10px;
	padding: 12px 16px !important;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06) !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
	height: 100%;
}

.location-itemnav:hover {
	background-color: #fff8f1;
	/* Light tint of secondary color */
	border-color: var(--secondary-color);
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}


.location-link {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1rem;
	color: var(--primary-color);
	margin-bottom: 0.5rem;
}

.location-link i.fa-solid {
	margin-right: 0.75rem;
	color: var(--secondary-color);
	font-size: 1.3rem;
	padding: 5px;
}

/*.location-desc {*/
/*  font-size: 0.95rem;*/
/*  color: #555;*/
/*  line-height: 1.5;*/
/*  margin-left: 2rem;*/

/*}*/

.nr-toggler {
	border: none;
	background: transparent;
}

.nr-toggler i {
	color: white;
	        font-size: 25px;
    margin-top: 8px;
}



@media (max-width: 414px) {
    .nr-toggler{
        margin-top: -130px;
    }

}


@media (max-width: 425px) {
    .nr-toggler{
        margin-top: -40px;
    }

}

@media (max-width: 414px) {
    .nr-toggler {
        margin-top: -296px !important;
        margin-left: 265px;
    }
}

@media (max-width: 320px) {
    .nr-toggler {
        margin-top: -211px;
        margin-left: 220px;
    }
}

.dropdown-menu{
        background-color: var(--assect-color);
}

@media (max-width: 1220px) {
	.custom-navbar {
		display: none !important;
	}
}

@media (max-width: 1220px) {
    .nr-navbar {
        display: block !important;
    }
}

@media (min-width: 981px) {
	.nr-navbar {
		margin-top: -13px;
	}
}


@media (min-width: 1024px) {
	.but-network {
		min-height: 296px;
	}
}

/*new*/

@media (min-width: 425px) {
	.nr-navbar {
		margin-top: -2px !important;
	}
}



@media (max-width: 1024px) {
	.nr-navbar {
	    display: block !important;
	}
}

@media (max-width: 768px) {
	.nr-navbar {
		margin-top: -5px !important;
	}
}

@media (max-width: 1394px) {
	.tobbar-list {
		display: none !important;
	}
}


@media (max-width: 686px) {
	.nr-navbar {
		margin-top: -4px !important;
	}
}

.dropdown-content,
.data-center {
	display: none;
	position: absolute !important;
	top: 45px;
	background-color: #2e2929;
	color: #000;
	min-width: 199px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
	border-radius: 10px !important;
	z-index: 1000 !important;
	padding: 0px !important;
}

.dropdown:hover .dropdown-content,
.dropdown:hover .data-center {
	display: block;
}

@media (max-width: 1199px) {
	.dropdown:hover .dropdown-content,
.dropdown:hover .data-center {
	display: none;
}
}


	/* .dropdown-content.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 400px;
} */


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

.product-item img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-bottom: 6px;
}

.product-item p {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
}


.chat-button {
	background-color: white;
	color: var(--primary-color);
	border: none;
	padding: 6px 16px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	box-shadow: 0 0 0 1px rgba(0, 179, 134, 0.5);
	transition: background 0.3s ease;
}

.chat-button::before {
	content: "\f086";
	font-family: "Poppins";
	font-weight: 900;
}

.chat-button:hover {
	background-color: #f4fefb;
}

.dropdown-content.wide {
	max-width: 775px;
	margin: 0px auto;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	width: max-content;
}

.main-content {
	display: flex;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	font-family: "Poppins";

}

.content-wrapper {
	display: flex;
	gap: 25px;

}

.sidebar {
	width: 100%;
	max-width: 260px;
	background-color: #f9fbff;
	padding: 1.5rem 1rem;
	border: 2px solid var(--secondary-color) !important;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.sidebar ul li {
	margin-bottom: 1rem;
}

.sidebar ul li a {
	color: var(--primary-color) !important;
	text-decoration: none;
	font-weight: 600;
	padding: 0.65rem 1rem;
	display: block;
	border-radius: 8px;
	background-color: transparent;
	transition: all 0.25s ease;
	border: 1px solid transparent;
	text-align: left;
}

.sidebar ul li a:hover {
	background-color: #fff8f1;
	border-color: var(--secondary-color);
	color: var(--primary-color);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04);
}

.sidebar ul li a.active {
	background-color: var(--secondary-color);
	color: #fff !important;
	border-color: var(--secondary-color);
	font-weight: 700;
	padding: 8px 5px !important;
}

/*.sidebar ul li a:hover,*/
/*.sidebar ul li a.active {*/
/*  background: #d6ebff;*/
/*  color: var(--secondary-color);*/
/*}*/

.tabs {
	flex-grow: 1;
	padding: 20px;
}

.tabs .tab {
	border: none;
	background: none;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	cursor: pointer;
	color: #888;
	padding-bottom: 8px;
	border-bottom: 2px solid transparent;
}

.tabs .tab.active {
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.locations {
	margin-top: 20px;
	display: flex;
	gap: 30px;
}

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

.location-list li {
	margin: 10px 0;
}

.location-list li a {
	color: #555;
	text-decoration: none;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.location-list li a:hover {
	color: var(--secondary-color);
}

.location-list li a i {
	margin-right: 10px;
	color: var(--secondary-color);
}

/*.map-wrapper {*/
/*  margin-top: 20px;*/
/*}*/

/*.map img {*/
/*  width: 100%;*/
/*  max-width: 300px;*/
/*  border-radius: 12px;*/
/*  display: block;*/
/*}*/

.locations-column {
	padding-left: 1rem;
	min-width: 260px;
}

.locations-title {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-weight: 600;
	color: var(--primary-color);
}


.location-itemnav:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
	background-color: #fef7f1;
}

.location-link {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1rem;
	color: var(--primary-color);
	margin-bottom: 4px;
}

.location-link i.fa-solid {
	margin-right: 10px;
	color: var(--secondary-color);
	font-size: 1.2rem;
}

.location-desc {
	margin: 0;
	font-size: 0.875rem;
	color: #444;
	line-height: 1.4;
	margin-left: 30px;
}


/*.dot-nav{*/
/*    color: #66B3D2;*/
/*}*/


/* Parent dropdown item */
.dropdown {
	position: relative;
}

/* Dropdown menu container */
.dropdown-content.grid {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #ddd;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	padding: 20px;
	top: 45px;
	left: -400px;
	width: 225px;
	z-index: 100;
	grid-template-columns: repeat(1, 1fr);

	gap: 10px;

}

/* #login-dropdown{
	left: -400px !important;
} */

/* Show dropdown on hover */
.dropdown:hover .dropdown-content.grid {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	padding: 12px 12px !important;
	width: fit-content !important;
}



/* Each product item */
.product-item {
	display: flex !important;
	align-items: center;
	gap: 10px;
	padding: 7px 0px !important;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.3s ease;
	cursor: pointer;
}

/* Product icon */
.product-item img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 5px;
}

/* Product name text */
.product-item p {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	/* black text */
	margin: 0;
	text-align: left;
}

.underline-box {

	background-color: #fff;
	border: 1px solid #ddd;
	border-left: 4px solid var(--secondary-color) !important;
	border-radius: 10px;
	padding: 12px 16px !important;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
}

.underline-box:hover {
	border-bottom-color: var(--secondary-color)
}

.serverop-drop {
	width: 283px !important;
}

	/* .dropdown-content.grid{
  width:550px;
} */

/* Hover effect */
.product-item:hover {
	background-color: var(--assecttow-color)
}

.product-item:hover p {
	color: var(--secondary-color);
	/* blue text on hover */
}

/* Responsive behavior */
@media (max-width: 768px) {
	.dropdown-content.grid {
		width: 100%;
		grid-template-columns: 1fr;
	}
}

/* sfgs */

.arrow {
	display: none;
	margin-left: 8px;
	font-size: 14px;
	color: var(--secondary-color);
}

.location-item {
	gap: 5px;

}

.location-item.clicked .arrow {
	display: inline-block;
	justify-content: flex-start;
}

/* Style for location list items */
.location-list a {
	display: flex;
	align-items: center;
	color: #333;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s;
	font-size: 16px;
	padding-right: 10px;

}

/* Hover effect for location items */
.location-list a:hover {
	color: var(--secondary-color);
}


.loction-card {
	padding: 0px 5px 0px 0px;

}


.data-center {
	background-color: white;
	border: 1px solid #ddd;
	padding: 15px !important;
	display: none;
	position: absolute;
	z-index: 999;
	width: 195px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.data-center a {
	color: #000;
}

.dropdown:hover .data-center {
	display: block;
}

.location-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: black;
	/* Default font color */
	text-decoration: none;
	padding: 10px 12px;
	border-bottom: 1px solid #f0f0f0;
	font-weight: 500;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.location-item:last-child {
	border-bottom: none;
}

.location-item .arrow {
	color: black;
	/* Default arrow color */
	transition: color 0.3s ease, transform 0.3s ease;
}

.location-item:hover {
	color: var(--secondary-color);
	background-color: #f9f9f9;
}

.location-item:hover .arrow {
	color: var(--secondary-color);
	transform: translateX(5px);
	/* Arrow moves slightly on hover */
}

/* Home page  */

/* Hero Section */


#hero.new-hero {
	background-image:
		linear-gradient(rgb(19, 16, 80), rgba(0, 0, 54, 0.74)),
		url('/assets/images/us-flag.png');
}


.hero-section {

	background-image: linear-gradient(to right, rgba(0, 0, 54, 0.9), rgba(46, 174, 243, 0.9)),
		url('/assets/images/what-is-a-server-jpg.webp');
	/*background-image: linear-gradient(to right, rgb(0, 0, 54, 80), rgb(46, 174, 243, 08)), url('/assets/images/what-is-a-server-jpg.webp');*/

	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	color: #fff;
	padding: 120px 0 200px;
	position: relative;
	margin-top: 0px;
	height: 700px;
	padding: 90px;
}

.single-server-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 20px;
}

.server-banner-img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}


.text-uppercase {
	font-size: 16px;
	letter-spacing: 2px;
	position: relative;
	padding: 15px 30px 15px 30px;
	background: rgb(229 229 229 / 20%);
	border-radius: 18px;
	width: fit-content;
}

@media (min-width: 1024PX) {
	.text-uppercase {
		font-size: 14px;
	}
}


.hero-title {
	font-size: 45px !important;
	font-weight: 700;
	font-family: "Poppins";
}


.hero-subtitle {
	font-size: 20px;
	color: #d0d0d0;
	margin-bottom: 30px;
}


button.btn-vi {
	background-color: var(--secondary-color);
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px 5px 5px 5px;
	padding: 19px 30px 19px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: white;
}






button.btn-lig {
	background-color: #e7ebe9;
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px 5px 5px 5px;
	padding: 19px 30px 19px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

button.btn-lig:hover {
	background-color: var(--secondary-color);
	font: bold;
}

/*     @media (min-width: 1024px) {*/
/*  button.btn-lig  {*/
/*    font-size: 15px;  */
/*  } */
/*  button.btn-vi {*/
/*    font-size: 15px; */
/*  }*/
/*}*/

.list-unstyled {
	color: white;
}

.overlapcard-sec {
	max-width: 1658px !important;
	background-color: #ffffff;
	border-radius: 10px;
	border: 2px solid #2aa0e1;
	box-shadow: 0 16px 19px rgba(0, 0, 0, 0.05);
	/* width: 1000px !important; */
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.border-end {
	border-right: 2px var(--bs-border-style) #2795d4 !important;
}


/*overlapbannernew*/
.card-1 .card-icon {
	background: linear-gradient(135deg, #9ea958, #ee0979);
}

.card-icon {
	width: 50px;

	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #fff;
	/*margin-left:16px;*/
}


.global-icon2 {
	font-size: 1.5rem;
}

.global-icon: hover {
	color: #00000;
}

.global-icon {
	color: var(--primary-color);
	font-size: 1.2rem;
}


.fa-circle-right {
	font-size: 1.5rem;
	margin-top: -10px;

}

.twocountry {
	margin-left: 36px;
}

.overlapcard-htext {

	color: grey;
	margin-left: 10px;
	margin-top: -19px;

	font-size: 18px;
	font-weight: 500;
}

.topic-overlapcard {
	color: #212529;
	font-weight: 700;
	font-size: 1.25rem;
	border-bottom: 2px solid #dee2e6;
	padding-bottom: 0.5rem;
}

.overlapcard-subtop {
	width: 32px !important;
	height: auto;
	object-fit: contain;
	transition: transform 0.3s ease;

}

.overlapcard-subtop:hover {
	transform: scale(1.1);
}

.overlapcard-secli {
	color: #343a40;
	font-size: 0.95rem;
}

.overlapcard-secli li {
	transition: background-color 0.3s ease;
	padding: 5px 8px;
	border-radius: 6px;

}

.overlapcard-secli li:hover {
	background-color: rgba(0, 0, 0, 0.03);
	cursor: pointer;
}

@media (max-width: 767.98px) {
	.overlapcard-sec {
		padding: 1rem;
	}

	.topic-overlapcard {
		font-size: 1.1rem;
	}

	.overlapcard-secli {
		font-size: 0.9rem;
	}

	.overlapcard-subtop {
		width: 28px;


	}
}

@media (min-width: 1024px) {
	.overlap-cards {
		top: 635px !important;
	}
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.overlapcard-subtop {
		width: 30px;
	}
}

@media (min-width: 1200px) {
	.overlapcard-subtop {
		width: 36px;
	}
}

@media (min-width: 320px) {

	.overlap-cards {
		top: 649px;

	}

}


@media (max-width: 1024px) {
  .info-section {
   padding: 92px 15px 69px !important
  }
}


@media (max-width: 767px) {
  .info-section {
    margin-top: 0px !important;
  }
}


@media (max-width: 320px) {
    .info-section {
        margin-top: 0px !important;
    }
}



/*...............city-card-homepage ..............*/

.distro-card {
	background: #fff;
	border: 2px solid #111111;
	border-radius: 12px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
	padding: 15px;
	background-color: var(--primary-color);
}

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

.distro-card img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 15px;
}

.distro-card .card-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	font-weight: bold;
}


/* City-specific background images */
.bg-birmingham {
	background-image: url('/assets/images/birmingham-city.webp');
}

.bg-edinburgh {
	background-image: url('/assets/images/edinburgh-city.webp');
}

.bg-glasgow {
	background-image: url('/assets/images/Glasgow-city-.webp');
}

.bg-london {
	background-image: url('/assets/images/london-city.webp');
}

.bg-manchester {
	background-image: url('/assets/images/Manchester-city.webp');
}

.bg-portsmouth {
	background-image: url('/assets/images/portsmouthharbor-city.webp');
}

.bg-slough {
	background-image: url('/assets/images/slough-city.webp');
}

.bg-worcester {
	background-image: url('/assets/images/Worcester-Cathedral-city.webp');
}

.bg-gloucester {
	background-image: url('/assets/images/Gloucester-Cathedral-city.webp');
}

.bg-nottingham {
	background-image: url('/assets/images/arkwright-city.webp');
}
@media (max-width: 1360px) {
  .uk-clocation-container {
    max-width: 1370px;
  }
}

@media (max-width: 767px) {
    .uk-clocation-container {
        max-width: 552px;
    }
}

.uk-clocation-container{
     max-width: 1900px;
}

.uk-clocation-card {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 100px;
	border-radius: 1.5rem;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s ease;
}

.uk-clocation-card:hover {
	transform: translateY(-5px);
}

.uk-clocation-overlay {
	background: rgb(0 0 54 / 48%);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	color: white;
}

.uk-clocation-city {
	font-size: 20px;
	font-weight: 800;
	margin: 0;
	color: var(--secondary-color);
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.uk-clocation-flag img {
	width: 28px;
	height: 20px;
	border-radius: 4px;
}

.uk-clocation-arrow {
	font-size: 1.2rem;
	color: #fff;
}

/*............... end of city-card-homepage ..............*/


/* Overlap Cards */
.overlap-cards {
	position: absolute;
	width: 100%;
	left: 0;
	top: 550px !important;
	padding: 20px 20px 75px;
}


@media (max-width: 1376px) {
	.list-inline {
		gap: 0.5rem !important;
	}
}


@media (max-width: 991px) {
	.info-section-img {
		margin-bottom: 140px !important;
	}


	.globle-section {
		margin-top: -178px !important;

	}
}

@media (max-width: 653px) {

	.globle-section {
		    display: none;
	}

}


@media (min-width: 980px) {

	.right-pragraphsec {
		margin-top: 250px !important;
	}

}

@media (max-width: 980px) {
	.globle-section {
		margin-top: -200px !important;
	}

	.info-section {
		margin-top: 1010px ;
	}

}




/* @media (min-width: 
1437px) {

.banner-image-sec{
   display: none !important;
}
  
} */



.card-custom {
	border: 2px solid transparent;
	border-radius: 15px;
	padding: 50px 20px 108px;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	/* background-image: linear-gradient(to right, rgb(215 206 206), rgb(79 28 81)), url(); */
	height: max-content;
	text-align: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	position: relative;
	background-color: var(--assect-color);
}


/* Hover effect */
.card-custom:hover {
	border-color: var(--secondary-color);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	/* Optional: add soft shadow on hover */
}


.card-custom img {
	height: 70px;
	margin-bottom: 0px;
	filter: brightness(0.5);
}


.card-custom p {
	font-size: 16px;
	color: #777;
}

.figure {
	margin-top: 20px;
}

.figure h4 {
	font-size: 28 px;
	color: #565656;
	margin-bottom: 5px;
	font-weight: bold;
}

.figure h2 {
	font-size: 50px;
	font-weight: 700;
	color: #000;
}


.subtop-card {
	font-size: 27px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
}

.button-figure {
	background-color: var(--button-color);
	border-radius: 50%;
	padding: 10px;
	margin-left: 8px;
	color: #fff9ff;
	border: 2px solid #000000;
	font-size: 38px;
}

.figer-secion {
	min-height: max-content;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: absolute;
	bottom: 17px;
}


/*slider-roteingsec*/

/* Animation */
@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-250px * 7));
	}
}





/* Styling */

.slider {
	/* overflow-x: auto; */
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	/* smooth scrolling on iOS */
}

.slide {
	display: inline-block;

}

.slider {
	background: white;

	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 700px !important;
}

.slider::before,
.slider::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	position: absolute;
	width: 200px;
	z-index: 2;
}

.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

/*.slider .slide-track {*/
/*	animation: scroll 35s linear infinite;*/
/*	display: flex;*/
/*	width: calc(250px * 14);*/
/*	        margin: 0 auto;*/
/*}*/



/**/


/**/
.slider .slide {
	height: 100px;
	width: 160px;
}

.card-grid.map-card {
	display: flex;
	flex-direction: column;
	/* rows stacked vertically */

}

.card-grid-row{
        margin-top: 10px;
}

.slide-image {
    width: 140px;
    object-fit: contain;
}

.slider-right {
	z-index: 100;
	flex-direction: row-reverse;
	padding: 12px;
	display: flex;

}

.slider-right-p{
        font-size: 14px;
}

@media (max-width:1399px) {
    .slider-right{
                padding: 0px 0px 1px 47px;
    }
}

@media (max-width:991px) {
    .slider-right{
                display:none;
    }
}


@media (max-width:1024px) {
	.slider {
		width: 650px !important;
	}

}

/*@media (max-width:1024px) {*/
/*	.dd {*/
/*		display: none !important;*/
/*	}*/
/*}*/

/* info-section */

.info-section {
	padding: 100px 100px 130px ;
	margin-top: -500px !important;
	
}

.info-section-secdiv{
    gap:10px;
}

.con-info {
	margin: 0 auto;
	max-width: 1600px !important;
}

@media (min-width:768px) {
	.con-info {
		margin-top: 457px;
	}
}

/* Left Image Section */
.info-image {
	position: relative;
}

@media (max-width:676px) {
	.info-image {
		    display: none;
	}

}

.net-title {
	color: var(--primary-color);
}




/*.nets-div{*/
/*	        margin-top: 330px !important;*/
/*	}*/

@media (max-width:767px) {
#why-eservers{
	padding-top: 300px !important;

}
}
@media (max-width:375px) {
#why-eservers{
	margin-top: -70px !important;

}
}



.home-seconimg {
	height: 430px !important;
	object-fit: cover;
	width: 100%;
}

.homesecond-icon {
	width: 50px;
	height: 50px !important;


}


/* Default positioning */
.card-overlap {
	position: absolute !important;
	top: 66% !important;
	left: 40% !important;
}

@media (max-width: 1454px) {

	.card-overlap {
		left: 16% !important;
	}
}


@media (max-width: 1024px) {

	.card-overlap {
		left: 6% !important;
	}
}

/* Media query fix */



	.server-card {
	 background-color: #ffff !important;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 padding: 25px;
 width: 400px;
 height: auto;
 border-radius: 18px;
 border: 2px solid var(--primary-color);
 }
	

	.server-card .location {
		color: var(--secondary-color, #6c757d);
		font-weight: 500;
	}

	.server-card .info-text {
		font-size: 1.2rem;
		font-weight: 600;
	}

	.server-card .text-muted {
		color: var(--bs-secondary-color, #6c757d) !important;
		font-size: 0.95rem;
	}

	.server-card .divider {
		width: 1px;
		height: 16px;
		background-color: #ccc;
		margin: 0 10px;
	}

	.overlpcard-infoimg {
		width: 24px;
		height: 24px;
	}
	.info-textleft{
	     background-color: var(--primary-color);
 border-radius: 8px;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 padding: 5px 17px;
	}


	@media (max-width: 425px) {
		.overlap-cards {
			position: absolute;
			width: 100%;
			left: 2px;
			top: 530px;
		}
	}

	@media (max-width: 425px) {
		.info-section {
			margin-top: -110px !important;
			padding: 0px 4px 0px 12px !important;
			height: 932px;
		}
	}

	@media (max-width: 375px) {
		.info-section {
			margin-top: 0px !important;
		}
	}

	@media (max-width: 767px) {
		.info-image {
			display: none;
		}
		
	}
	@media (max-width: 1700px) {
		#info-sec {
			
			padding: 100px 58px 106px 50px !important;
			
		}
	}

	.location {
		color: var(--secondary-color);
		font-weight: 500;

	}

	.overlap-section {
		margin-top: -80px;
		/* Adjust value as needed */
		position: relative;
		z-index: 10;
	}

	.in-stock {
		/*background-color: var(--primary-color);*/
		/*color: white;*/
		/*font-size: 0.8rem;*/
		/*padding: 0.3rem 0.6rem;*/
		/*border-radius: 0.5rem;*/
	}



	.overlpcard-infoimg {
		height: 50px !important;
	}


	.img-fluid {

		/*max-width: 100% !important;*/
		height: 100px !important;
	}
	
	
	@media (max-width: 1024px) {
			.slide-image {
    width: 125px;
		}
	}

	
	.img-fluid-t{
	   	height: 100px !important; 
	}


    .img-fluid-tt{
        	height: 100px !important; 
    }
	.text-overlap {
		min-height: 185px !important;
		padding: 20px;
	}

	.ps-lg-5 {
		padding-left: 30px;
	}

	.info-titel {
		font-size: 50px;
		font-weight: 700;
	}

	p.text-muted {
		font-size: 16px !important;
		line-height: 1.6;
		min-height: 0px;


	}
	
	
	.info-textleft-muted{
	    color: white !important;
	        font-size: 14px;
   text-decoration: none;


	}

	.info-pragraph {
		font-size: 18px;
		line-height: 1.6;
		padding-top: 30px;
		padding-bottom: 30px;
	}
#info-discover a {
    text-decoration:none!important;
        color: var(--secondary-color)!important;
}
	button.btn-btn {
		background-color: #ffffff;
		color: var(--secondary-color);
		padding: 12px 24px;
		border-radius: 8px;
		font-weight: 600;
		font-size: 16px;
		transition: 0.3s ease;
		border-color: var(--secondary-color);
	}

	button.btn-btn:hover {
		border-color: var(--secondary-color);
		;
	}

	butt.btn:hover {
		border-color: var(--secondary-color);


	}

	@media (max-width: 1372px) {
		.text-overlap {
			min-height: 240px !important;

		}
	}


	@media (min-width: 1182px) {
		.overlap-cards {
			height: 606px;

		}
	}


	@media (min-width: 1094px) {
		.overlap-cards {
			height: 610px;

		}
	}


	@media (min-width: 1094px) {
		.text-overlap {
			min-height: 310px !important;

		}
	}

	@media (min-width: 1189px) {
		.overlap-cards {
			min-height: 628px;
			height: 400px;
		}
	}


	.cta-combo {
		display: inline-flex;
		align-items: center;
		cursor: pointer;
		transition: transform 0.3s ease;
		text-decoration: none;
	}

	.cta-combo:hover {
		transform: scale(1.03);
	}


	.cta-box {
		background-color: #ff4d4d;
		color: white;
		padding: 12px 25px;
		font-weight: bold;
		font-size: 1rem;
		display: flex;
		align-items: center;
		gap: 10px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

	}

	.cta-box i {
		font-size: 18px;
	}


	.overlapcard-htext {
		font-size: 0.95rem;
	}

	.overlapcard-secli li {
		padding: 0.3rem 0.4rem;
		/* further reduce padding */
		font-size: 0.95rem;
	}

	.card-icon i {
		font-size: 1.1rem;
		min-width: 24px;
		margin-right: 0.4rem;
	}
}

.overlapcard-secli li.col-6 {
	width: 48%;
	margin-bottom: 1rem;
}

.overlapcard-secli li.col-6:nth-child(odd) {
	margin-right: 4%;
}

.overlapcard-secli li.col-6:nth-child(even) {
	margin-left: 0;
}

.loctionsec {
	margin-top: 40px;
	max-width: 1530px !important;
	padding: 10px;
}


/*.brand-card {*/
/* min-height: 222px;*/
/*    height: 100%;*/
/*    width: 360px;*/
/*}*/

/* Left section with NVIDIA & AMD */
/*.brand-left {*/
/*  width: 50%;*/
/* background: linear-gradient(to bottom, #f79221, #d1e6f7);*/
/*}*/

/* Right section with Intel */
/*.brand-right {*/
/*  width: 50%;*/
/*  background: #0072c6;*/
/*}*/

/* Logo sizes */
/*.brand-logo {*/
/*  width: 135px;*/
/*}*/

/*.brand-logo-lg {*/
/*  width: 140px;*/
/*}*/

.custom-card {
	background-color: white;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.custom-card-header {
	font-size: 25px;
	font-weight: 900;
	color: var(--primary-color);
	margin-bottom: 20px;
	border-bottom: 3px solid var(--secondary-color);
	padding-bottom: 10px;

}


.cta-combo {
	display: inline-flex;
	align-items: center;
	cursor: pointer !important;
	transition: transform 0.3s ease, background-color 0.3s ease;
	user-select: none;
	border-radius: 60px;
	box-shadow: 0px 4px 7px 4px rgba(0, 0, 0, 0.2);
	background-color: var(--secondary-color) !important;
	color: white;
	padding: 0;
	border: none;
	width: 100%;
	height: 60px;
	font-family: inherit;
	font-weight: 700;

}

.cta-combo:hover {
	transform: scale(1.05);
	background-color: var(--cta-bg-hover);
	box-shadow: 0 6px 14px rgba(230, 114, 0, 0.6);
	color: white;
}

.cta-icon-circle {
	width: 60px;
	height: 60px;
	background-color: white;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 26px;
	flex-shrink: 0;
}

.cta-boxcar {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* Space between text and icon */
	font-weight: 700;
	font-size: 1rem;
	gap: 10px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	padding: 0 20px;
	color: white;
	transition: color 0.3s ease;
	text-align: left;
}

.cta-boxcar i {
	font-size: 18px;
	/*background-color: var(--primary-color);*/
	color: white;
	padding: 8px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.cta-combo:hover .cta-boxcar i {
	transform: translateX(5px);
	/* Arrow moves right on hover */
}

.cta-cutcontsec {
	font-family: 'Poppins';
	padding: 50px 0px 50px 0px;
}

.cta-cutcont {
	max-width: 1600px !important;
}


.button-grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}


@media (max-width: 1024px) {
	.button-grid {
		display: grid;
		grid-template-columns: repeat(2, 2fr);
	}
}
	@media (max-width: 425px) {
		.button-grid {
			display: grid;
			grid-template-columns: repeat(1, 1fr);
		}
	

	.custom-card {
		width: 810px;
		
	}
}

/* globe-section */


.golb-text {
	font-size: 30px;
	padding: 0px 20px 20px;
}

@media (max-width: 425px) {
	.golb-text {

		padding: 0px;
	}
}

.globle-section {
	background-color: #e6e6e6;
	margin-top: -165px !important;
	font-family: 'Poppins';

}

.country-con {
	background-image: url(/assets/images/globe_background.svg) !important;
	background-repeat: no-repeat !important;
	background-size: cover;

}

.gooble-section-text {
	margin-top: 163px;

}

.globle-row {
	font-weight: bold;
	font-size: 25px;
	min-height: 46px;
	padding-top: 24px;
	color: white;
 
}

.globle-top{
    min-height: 85px;
        color: black !important;
}

.globle-row2 {
	font-weight: bold;
	font-size: 25px;
	min-height: 46px;
	padding-top: 24px;
	color: black;
}

.globle-row-p {
	color: white;

}

.cont-map {
    position: relative;
    z-index: 1;
    margin-bottom: -200px;
    background: #fffaf2;
    border-radius: 1rem;
    padding: 60px 40px;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
    height: 530px;
}

@media (max-width: 767px) {
	.cont-map {
		    max-width: 680px !important;
	}
	
	
}
@media (max-width: 1024px) {
	.cont-map {
		height: auto;
		min-height: 480px;
		padding: 50px 35px;
	}
}

@media (max-width: 768px) {
	.cont-map {
		    margin-bottom: -50px;
	}
	
}

@media (max-width: 695px) {
	.cont-map {
		    max-width: 672px !important
	}
}

@media (max-width: 666px) {
	.cont-map {
		            max-width: 711px !important;
	}
}

@media (max-width: 767px) {
	.cont-map {
		display: none;
	}

	.network {
		margin-top: -16px !important;
	}

	.solutions-section {
		margin-top: 100px !important;
	}

	.gooble-section-text {
		margin-top: 20px !important;
	}
}

.bandwidthbutton {
	display: inline-block;
	padding: 14px 30px;
	background-color: #d0142c;
	color: white;
	border-radius: 60px;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bandwidthbutton:hover {
	background-color: var(--secondary-color);
	transform: translateY(-2px);
	color: white;
	text-decoration: none;
}


.global-mapdiv {
	padding: 10px;
}

.global-box {
	padding: 25px;
}


.global-img {
	padding: 10px 10px 0;
	width: 70px;
}

.global-row {
	padding: 50px;
}

/* Responsive adjustments for cont-map logos */
@media (max-width: 955px) {
	.map-card-logo {
		padding: 10px;
	}
	
	.map-card-logo img {
		max-height: 65px;
	}
	
	.slider-right-p {
		font-size: 0.95rem;
		line-height: 1.6;
	}
	
	.cont-head {
		font-size: 1.8rem;
		margin-bottom: 25px;
	}
}

@media (max-width: 768px) {
	.global-row {
		padding: 30px 15px;
	}
	
	.map-card-logo img {
		max-height: 40px;
	}
	
	.cont-head {
		font-size: 1.5rem;
	}
}

@media (max-width: 576px) {
	.global-row {
		padding: 20px 10px;
	}
	
	.map-card-logo {
		padding: 8px;
	}
	
	.map-card-logo img {
		max-height: 35px;
	}
}

@media (max-width: 991px) {
	.global-row  {
		    padding: 55px 12px 27px 0px;
	}
	.slider .slide-track {
	            margin-left: -38px;
	}
}
.world-map-container {
	position: relative;
	max-width: 900px;
	margin: auto;
}

.map-image {
	width: 100%;
	display: block;
	margin-top: 45px;
}

.location-dot {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #535656;
	border-radius: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
}

.location-dot:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -120%);
}

.tooltip-text {
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translate(-50%, -100%);
	background: #333;
	color: #fff;
	padding: 4px 8px;
	border-radius: 5px;
	white-space: nowrap;
	font-size: 12px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.map-card {
	display: grid;
	/* Turns the element into a CSS Grid container */
	grid-template-columns: repeat(2, 1fr);
	/* Creates 2 equal-width columns */

}

.map-card-logo {
    margin-top: 0px !important;
}

/*image-sec*/
.image-prasec {}

.Solution-img {
	border-radius: 50px !important;
	transition: transform 0.3s ease;
	width: 100%;
}

/*country-sec*/
.country-conpils {
	gap: 10px;
}

.region-nav .nav-link {
	color: #00000;
	margin: 0 5px;
	border-radius: .25rem;
	padding: .5rem 1.5rem;
}

.region-nav .nav-link.active {
	background-color: #218838;
	/* Green active tab background 
            color: #fff; /* White active tab text 
        }
         .region-nav {
            justify-content: center; /* Center the pills */
	flex-wrap: wrap;
	/* Allow tabs to wrap on smaller screens */
}

.country-card {
	background-color: var(--primary-color);
	color: #fff;
	/* White text for cards */
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
	/* Make cards fill the column height */
}

.country-card img {
	width: 50px;
	/* Flag size */
	height: 50px;
	border-radius: 50%;
	/* Make image circular */
	object-fit: cover;
	/* Ensure image covers the circle */
	margin-bottom: 10px;
	border: 2px solid #fff;
	/* Optional: Add a white border around the flag */
}

.country-card .country-name {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.country-card .country-region {
	font-size: 0.9em;
	color: #ced4da;
	font-weight: bolder;
	text-align: left;

}

.section-title {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2em;
	font-weight: bold;
}


/* con-map section change the cards */

.cont-head {
	font-size: 40px;
	font-weight: bold;
	margin-top: -45px;


}

.menu-card {
	background-color: #f8f9fa;
	border-radius: 1rem;
	padding: 10px 10px;
	text-align: left;
	font-weight: 600;
	transition: 0.3s;
	cursor: pointer;
}

.menu-card.active {
	background-color: var(--primary-color);
	color: white;
}

.menu-card:hover {
	background-color: var(--primary-color);
	color: white;
}

.right-text {
	padding: 2rem;
}

.center-image {
	display: flex;
	justify-content: center;
	align-items: center;

}


/*.card-icon:hover{*/
/*    filter: brightness(7.5) !important; */

/*}*/


.con-description {
	padding: 45px;
	z-index: 100000;

}

.network-cards {
	margin-top: 0px;

}

.storon-globe {
	color: brown;
	font-size: 40px;
}

.network-cards-div{
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

/* network-section */

.network {
    background: white;
    display: grid;
    gap: 10px;
    padding: 20px;
    margin-top: 0;
    z-index: 0;
    height: 100%;
}

.network-prag {
	font-size: 25px;
	font-weight: 500;
}


.network-pragdiv{
    margin-bottom: 19px;
    flex-grow: 1;
}


.but-network {
	font-size: 16px;
	min-height: 95px !important;
	margin-top: 12px;
}

#control-panels{
    min-height: 55px !important;
}
#network{
    min-height: 55px !important;
}
#premium-uk-locations{
    min-height: 55px !important;
}
#operating-systems{
    min-height: 55px !important;
}

 



.button-network {
	display: inline-block;
	padding: 10px 22px;
	font-size: 19px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	outline: none;
	color: #fff;
	background-color: var(--secondary-color);
	border: none;
	border-radius: 25px;
	box-shadow: 0 2px #999;
	transition: all 0.3s ease;
	width: 157px;
	

}

/* Hover effect */
.button-network:hover {
	background-color: var(--primary-color);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
	/* Slight lift on hover */
}


.button-network:active {
	background-color: #3e8e41;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

.solutions-section {
	margin-top: 180px;
	padding: 40px;
	color: black;
}

.solutionssec-col {

	padding: 10px;

}


@media (min-width: 1024px) {
	.button-network {
		margin-top: 11px !important;
	}
}

@media (min-width: 1192px) {
	.network-cards {
		max-width: 1500px !important;
	}
}


@media (min-width: 1190px) {
	.network-cards {
		max-width: 1500px !important;
	}
}
@media (min-width: 1190px) {
	.search-icon {
		left: 0px;
	}

}




/*two card-section  */
.two-card {
	border: 1px solid #ddd;
	padding: 30px;
	border-radius: 10px;
	/* Rounded corners */
	background-color: #fff;
	/* Optional: white background */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	/* Optional: subtle shadow */
	margin-bottom: 20px;
	/* Spacing if needed */
	transition: all 0.3s ease;
	/* Smooth hover effect */
}

.two-card:hover {
	border-color: var(--secondary-color);
	/* Change border color on hover */
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	/* Slightly stronger shadow on hover */
}

.but-car {
	color: var(--primary-color);
}


/*features-section  */


.home-lash {
	font-size: 50px;
	padding: 6px;
}

.home-pra {
	font-weight: 500;
	padding: 6px;
}

.features-sectioncard {
	margin-top: 40px !important;
}

.features-section-container{
    max-width: 1700px !important;
}

/*footer up section */




/*.help-section {*/
/* position: relative;*/
/* background-image: url(/assets/images/uk-city-imge.jpg);*/
/* background-repeat: no-repeat;*/
/* background-position: center center;*/
/* background-attachment: fixed;*/
/* padding-top: 75px;*/
/* padding-bottom: 75px;*/
/* margin-bottom: 50px;*/
/* overflow: hidden;*/
/*}*/

/*.help-section::before {*/
/* content: "";*/
/* position: absolute;*/
/* top: 0;*/
/* left: 0;*/
/* width: 100%;*/
/* height: 100%;*/
 /*background-image: url('https://img.freepik.com/free-vector/illustration-uk-flag_53876-18166.jpg?semt=ais_hybrid&w=740');*/
/* background-repeat: no-repeat;*/
/* background-position: center center;*/
/* background-size: cover;*/
 /*opacity: 0.2;*/
/* z-index: 1;*/
/*}*/

.help-section > .container {
 position: relative;
 z-index: 2;
}

@media (max-width: 425px) {
.help-section{
   margin-bottom: 0px;
}
}

@media (max-width: 425px) {
.features-cards{
    gap:10px
}
}

.help-box {
     background-color: #fff;
    box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-image: url(https://www.beautyindependent.com/wp-content/uploads/2021/04/Webinar-Recap-S10-CEW-UK-Ep1-Desktop-2000px-2000x1000.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: local;
  
  
}


.help-box-shadow {
    background: rgba(233, 225, 225, 0.5);
 backdrop-filter: blur(15px);
 -webkit-backdrop-filter: blur(15px);
 border: 1px solid rgba(255, 255, 255, 0.2);
 z-index: 1;
 position: relative;
 padding: 24px;
 border-radius: 15px;
}
.help-box-shadow p.text-muted {
 font-size: 17px !important;
font-weight: 500;
}


.help-section{
        padding: 40px 10px 40px 10px;
}

.help-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.btn-orange {
  background-color: var(--secondary-color);
  border: none;
  color: #fff;
  transition: 0.3s ease;
  border-radius: 8px;
}

.btn-orange:hover {
  background-color: #e68117;
  color: #fff;
}

.phone-icon {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border: 2px solid var(--primary-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.text-primary-blue {
  color: var(--primary-color);
}

/* Background image for right side */
.help-image-side {
  
  background-size: cover, cover; /* Ensure both backgrounds cover the area */
  background-position: left, center right; /* Position UK flag to the left, and product image to the right */
  background-repeat: no-repeat, no-repeat;
  min-height: 345px;
}


.help-button {
      background-color: var(--secondary-color) !important;
    color: #fff !important;
    border: none !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
    border-radius: 8px !important;
}

.help-button:hover {
  background-color: #e68117; /* Slightly darker tone for hover */
  color: #fff;
}

/*footer up section*/
/* footer */

.brief-blogpost {
	padding: 50px 0;
	background-color: #f4f4f4;
	/* Light gray background */
}

.content-left h3 {
	margin-bottom: 25px;
}

.community-tile {
	background-color: #ffffff;
	padding: 30px;
	border-radius: 16px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

.community-tile:hover {
	background-color: #f8f9fa;
	transform: translateY(-2px);
}

.tile__image img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	opacity: 0.7;
}

.tile__text h6 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #111;
}

.tile__text h6 a {
	text-decoration: none;
	color: #000;
}

.tile__text h6 a:hover {
	color: var(--secondary-color);
}

.tile__text ul {
	padding: 0;
	margin-top: 8px;
	list-style: none;
}

.tile__text li a {
	font-size: 0.95rem;
	color: #6c757d;
	text-decoration: none;
}

.tile__text li a:hover {
	color: var(--secondary-color);
}


.contact-support {
	position: relative;
	padding: 30px 30px 30px 80px;
	background: rgb(229 229 229 / 20%);
	border-radius: 18px;
}


/* Latest Blog Posts Section */
.latest-blogs .heading {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.latest-blogs .heading h3 {
	font-size: 1.75rem;
	color: #333;
}

.latest-blogs .nav-playicon a {
	font-size: 1rem;
	color: var(--secondary-color);
	text-decoration: none;
}

.latest-blogs .nav-playicon a:hover {
	color: var(--secondary-color);
}

.blog-tiles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.blog-tile {

	background: transparent;
	padding: 20px;
	border-radius: 8px;

	transition: all 0.3s ease;
}

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

.blog-tile img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.blog-tile h6 {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 15px 0;
}


.blog-tile .tile-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.875rem;
	flex-direction: column;
}


.blog-tile .tile-footer .green-lbl {
	background-color: var(--primary-color);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.blog-tile .tile-footer .spnblc {
	color: #6c757d;
}

.sidebar-location {
	background-color: var(--secondary-color);
}

..sidebar-location:hover {
	background-color: var(--secondary-color);
}

/* General Section Styling */
.support-chat-bottom {
	background: linear-gradient(135deg, #007bff, #6c757d);
	/* Gradient background */
	padding: 50px 0 0px;
	color: #fff;
}

/* Text Content Styling */
.text-content {
	text-align: left;
	color: #fff;
}

.text-content h2 {
	font-size: 2rem;
	margin-bottom: 10px;
}

.text-content p {
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.nr-btn.primary-solid {
	background-color: var(--primary-color);
	/* Green button color */
	color: #fff;
	padding: 12px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	transition: background-color 0.3s ease;
}

.nr-btn.primary-solid:hover {
	background-color: var(--primary-color);
	/* Darker green on hover */
}

.icon-support {
	font-size: 1.3rem;
}

.mt-4 {
	margin-top: 20px;
}

/* Support Chat Image Styling */
.support-chat-image {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.support-chat-image img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

/* Contact Support Section */
.contact-support {
	margin-bottom: 20px;
}

.contact-support span {
	font-weight: bold;
	font-size: 1.1rem;
	display: block;
	margin-bottom: 5px;
}

.contact-support h6 {
	font-size: 1.1rem;
	color: #fff;
	margin: 0;
}

.contact-support.phone h6 {
	color: #ffffff;
}

.contact-support.email h6 {
	color: #ffffff;
}


.contact-hero {
 background-image: linear-gradient(to right, rgba(0, 0, 54, 0.9) , rgba(46, 174, 243, 0.9)), url(/assets/images/what-is-a-server-jpg.webp);
 /*height: 565px !important ;*/
 padding: 101px 20px;
 display: flex;
 align-items: center;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
 margin-top: 100px;
}

.features-section {
	    padding: 60px 20px ;
    /*background-image: url(https://img.freepik.com/premium-vector/soft-blue-wave-background_41084-434.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: #f3f4f5;
}

.feature-card {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 30px 20px;
	transition: all 0.3s ease;
	height: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
	
}

.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.feature-title {
    margin-top: 15px;
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 5px;
    min-height: 55px;
    display: flex;
    align-items: center;
}

@media (min-width: 1024px) {
.feature-title {

    font-size: 20px;
	}
}

@media (min-width: 768px) {
.feature-title {

    font-size: 17px;
	}
}

.feature-description {
	font-size: 16px;
	color: #6b7280;
	line-height: 1.6;
}

.feature-card-img{
    height: 50px;
    width: 50px;
    
}
.feature-card-div{
        display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    
}



.icon-box {
	font-size: 3rem;
	color: #a5b4cb;
}


.icon-box-pra{
        min-height: 145px;
}


.blog-img {
	width: 100%;
	border-radius: 20px;
}

.tag {
	background-color: var(--secondary-color);
	color: #fff;
	padding: 3px 10px;
	border-radius: 8px;
	font-size: 0.8rem;
	display: inline-block;
}


.blog-section .blog-img {
	width: 100%;
	height: 200px;
	border-radius: 20px;
	object-fit: cover;
}


.blog-section .blog-img {
	width: 100%;
	height: 180px;
	border-radius: 20px;
	object-fit: cover;
}

@media (min-width: 768px) {
	.blog-section .blog-img {
		height: 220px;
	}
}

@media (min-width: 1200px) {
	.blog-section .blog-img {
		height: 250px;
	}
}


/*footerfrist section*/
.section-gray {
	background-color: #bbcce5;
}

.community-tile {
	transition: all 0.3s ease-in-out;
}

.community-tile:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.blog-tile img {
	object-fit: cover;
	height: 160px;
	width: 100%;
}

.blog-tile h6 {
	font-size: 1rem;
}

.community-sec {
	margin-top: 60px !important;
}


/* footer */

/* General Footer Styles */
.footer {
    background-image: linear-gradient(to right, rgb(0, 0, 54), rgb(46, 174, 243)), url(./assect/images/);
    color: #fff;
    padding: 40px 30px !important;
    position: relative;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 0;
}

/* Above 955px - All 5 columns inline */
@media (min-width: 956px) {
	/* All footer columns inline - 5 column layout */
	footer .footer-col {
		flex: 0 0 19%;
		margin-bottom: 25px;
		padding: 0 6px;
	}
	
	/* Ensure proper row layout */
	footer .row.gy-4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

/* 955px to 769px - Mixed layout: First 2 cols at 48%, Last 3 cols at 31% each */
@media (max-width: 955px) and (min-width: 769px) {
	/* First two columns (Contact, Quick Links) - 2 column layout */
	footer .footer-col:nth-child(1),
	footer .footer-col:nth-child(2) {
		flex: 0 0 48%;
		margin-bottom: 30px;
	}
	
	/* Last 3 columns (Client Support, Hosting Services, More Links) - 3 column inline layout */
	footer .footer-col:nth-child(3),
	footer .footer-col:nth-child(4),
	footer .footer-col:nth-child(5) {
		flex: 0 0 31%;
		margin-bottom: 25px;
		padding: 0 8px;
	}
	
	/* Ensure proper row wrapping */
	footer .row.gy-4 {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		
		justify-content: space-between;
	}
}

@media (max-width: 768px) {
	.footer{
		height: auto !important;
		min-height: 950px;
		padding: 180px 25px 40px !important;
	}
	
	.cont-map {
		margin-bottom: -120px;
		padding: 35px 25px;
	}
	
	/* Single column layout for footer */
	footer .footer-col {
		flex: 0 0 100%;
		/* margin-bottom: 30px; */
	}
	
	footer .row.gy-4 {
		gap: 20px;
	}
}
@media (max-width: 576px) {
	.footer {
		height: auto !important;
		min-height: 1250px;
		padding: 120px 15px 40px !important;
	}
	
	.cont-map {
		margin-bottom: -60px;
		padding: 25px 15px;
	}
	
	footer .footer-col {
		flex: 0 0 100% !important;
		margin-bottom: 25px;
		padding: 0 10px;
	}
	
	footer h6, footer .h6 {
		font-size: 1.1rem;
		margin-bottom: 15px;
	}
	
	footer .footer-links li a {
		font-size: 0.9rem;
	}
	
	/* Footer bottom adjustments */
	footer .d-flex.flex-column.flex-md-row {
		gap: 15px;
	}
}
@media (max-width: 425px) {
	.footer {
		height: auto !important;
		min-height: 1300px;
		padding: 100px 12px 35px !important;
	}
	
	.cont-map {
		margin-bottom: -50px;
		padding: 20px 12px;
	}
	
	footer .footer-col {
		flex: 0 0 100% !important;
		margin-bottom: 20px;
		padding: 0 5px;
	}
	
	footer h6, footer .h6 {
		font-size: 1.05rem;
	}
}



.footer-col ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-min{
	min-width: 250px;
}





/* @media (max-width: 425px) {
.footer-col{
          margin-left: 50px;
}
} */





@media (max-width: 375px) {
	.footer {
		height: auto !important;
		min-height: 1350px;
		padding: 90px 10px 30px !important;
	}
	
	.cont-map {
		margin-bottom: -45px;
		padding: 18px 10px;
	}
	
	footer .footer-col {
		flex: 0 0 100% !important;
		padding: 0 3px;
	}
	
	footer h6, footer .h6 {
		font-size: 1rem;
	}
	
	footer .footer-links li a {
		font-size: 0.85rem;
	}
}

@media (max-width: 320px) {
	.footer {
		height: auto !important;
		min-height: 1400px;
		padding: 80px 8px 25px !important;
	}
	
	.cont-map {
		margin-bottom: -40px;
		padding: 15px 8px;
	}
	
	footer .footer-col {
		flex: 0 0 100% !important;
		padding: 0 2px;
	}
	
	footer h6, footer .h6 {
		font-size: 0.95rem;
	}
}

@media (max-width: 320px) {
    .footer-col {
        margin-left: 0px;
    }
}
 
footer .container {
	max-width: 1400px;
	margin: 0 auto;
}

/* Footer Sections */
footer h6 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 20px;
}

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

footer .footer-links li {
	margin-bottom: 10px;
}

footer .footer-links li a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
}

footer .footer-links li a:hover {
	color: var(--secondary-color);
	/* Or any other highlight color */
}

/* Responsive Grid for Footer Links */
footer .row {
	display: grid !important;
	grid-template-columns: repeat(5, 1fr) !important;
	
	;
}

@media (max-width: 1200px) {
	.footer .row.gy-4{
		display: grid !important;
		grid-template-columns: repeat(4, 1fr) !important;
		justify-content: flex-start !important;
	}
	.footer{
		height: 975px !important;
	}
}

@media (max-width: 992px) {
	.footer .row.gy-4{
		display: grid !important;
		grid-template-columns: repeat(3, 1fr) !important;
		margin-left: 50px;
	}
	.footer{
		height: 1060px !important;
	}
}

@media (max-width: 768px) {
	.footer .row.gy-4{
		display: flex !important;
		flex-direction: column !important;
		margin-left: 0px;
		
	}
	.footer{
		height: 1480px !important;
	}
}


@media (max-width: 576px) {
	.footer .row.gy-4{
		display: flex !important;
		flex-direction: column !important;
		
	}
	.footer{
		height: 1700px !important;
	}
}

footer .col-md-6 {
	flex: 0 0 48%;
	margin-bottom: 30px;
}

footer .col-xl-2 {
	flex: 0 0 18%;
}

/* Footer Bottom Styles */
footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

footer .footer-left {
	display: flex;
	align-items: center;
}

footer .footer-logo img {
	width: 150px;
	height: auto;
	margin-right: 20px;
}

footer .copyright-text {
	font-size: 0.875rem;
	margin-bottom: 0;
}

footer .footer-left ul {
	display: flex;
	padding: 0;
	list-style: none;
}

footer .footer-left ul li {
	margin-left: 15px;
}

footer .footer-left ul li a {
	color: #fff;
	font-size: 0.875rem;
}

footer .footer-left ul li a:hover {
	color: var(--secondary-color);
}


/* Payment Method Icons */
footer .payment-metheord ul {
	display: flex;
	padding: 0;
	list-style: none;
}

footer .payment-metheord ul li {
	margin-right: 20px;
}

footer .payment-metheord ul li img {
	max-height: 30px;
	object-fit: contain;
}

.footer a {
	color: #dce4f1;
	text-decoration: none;
	transition: color 0.2s;
}

.footer a:hover {
	color: #ffffff;
}


/* Responsive Design */


@media (max-width: 991px) {
	footer .col-md-6 {
		flex: 0 0 100%;
	}

	footer .footer-bottom {
		flex-direction: column;
		text-align: center;
	}

	footer .footer-left,
	footer .footer-right {
		margin-bottom: 20px;
	}

	footer .footer-logo img {
		margin-bottom: 10px;
	}

	footer .footer-left ul {
		justify-content: center;
	}

	footer .footer-left ul li {
		margin-left: 10px;
	}
}

.secOne {
	display: none;
}


/*bare-metal-page */
/* barmetal-section */



/*orange card sece*/


.service-section .service-section-div {
    padding-right: 20px; /* Adjust the value as needed */
  }

  .service-section .service-Right-Column {
    padding-left: 20px; /* Adjust the value as needed */
  }
.service-Right-Column{
        margin-top: auto !important;
    margin-bottom: auto;
}

.service-container{
        max-width: 1650px !important;
}
   .service-section-div{
           padding: 10px 20px;
   }
	
    .service-section {
      padding: 60px 15px;
          background-color: var(--assect-color)
    }

    .info-box {
      background: #fff8f0;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 20px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .info-box.highlight {
      background-color: var(--primary-color);
      color: #fff;
    }

    .info-box.highlight h5,
    .info-box.highlight p {
      color: #fff;
    }

    .info-icon {
      font-size: 1.8rem;
      margin-bottom: 10px;
    }

    .card-service {
      border: none;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      margin-bottom: 25px;
      height: 100%;
    }

    .card-service:hover {
      transform: translateY(-5px);
    }

    .card-service .card-body {
      padding: 20px;
    }

    .card-service .icon-box {
      background-color: var(--secondary-color);
      color: #fff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .card-service.orange-card {
      background-color: var(--primary-color);
      color: #fff;
      /*transform: rotate(-5deg);*/
    }

    .card-service.orange-card .icon-box {
      background-color: #fff;
      color: var(--secondary-color);
    }

    .card-service.orange-card .card-body p,
    .card-service.orange-card .card-body h5 {
      color: #fff;
    }

    .learn-more {
      color: var(--secondary-color);
      font-weight: 600;
      font-size: 0.9rem;
    }

    .card-service.orange-card .learn-more {
      color: #fff;
    }
    /*end-orange-card-sec*/

/*popup*/


.modal-content {
	border-radius: 10px;

	background-color: #fff;
	color: var(--primary-color);
}

.modal-header {
	background-color: var(--primary-color);
	color: #fff;
	border-bottom: 1px solid var(--secondary-color);
}

.modal-title {
	font-weight: bold;
	font-size: 1.5rem;
}

.btn-close {
	filter: invert(1);
	background-color: white !important;
}

.modal-body label {
	font-weight: 500;
	color: var(--primary-color);
}

.form-control,
.form-select {
	border: 1px solid var(--primary-color);
	border-radius: 6px;
}

.form-control:focus,
.form-select:focus {
	box-shadow: 0 0 0 2px var(--secondary-color);
	border-color: var(--secondary-color);
}

.btn-primary {
	background-color: var(--primary-color);
	border: none;
	transition: all 0.3s ease;
}

.btn-primary:hover {
	background-color: var(--secondary-color);
	color: #000;
}

.btn-secondary {
	background-color: var(--secondary-color);
	border: none;
	color: #000;
}

.btn-secondary:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.modal-footer {
	border-top: 1px solid var(--secondary-color);
}
.btn-vi{
           color: white !important;
    background-color: VAR(--secondary-color) !important;
    padding: 15px !important;
}


.btn-vitow{
        color: white !important;
    background-color: var(--primary-color) !important;
    padding: 15px !important;
}


.btn-vi:hover {
    background-color: var(--primary-color) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
}



/**/

/*popup*/

.button-cityuk {
	position: relative;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
	/*padding-block: 0.5rem;*/
	/*padding-inline: 1.25rem;*/
	background-color: rgb(247 146 33);
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffff;
	gap: 10px;
	font-weight: bold;
	border: 0px solid #ffffff4d;
	outline: none;
	overflow: hidden;
	font-size: 15px;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

.icon-cityuk {
	width: 28px;
	height: 28px;
	transition: all 0.3s ease-in-out;
}

.button-cityuk:hover {
	transform: scale(1);
	border-color: #fff9;
}

.button-cityuk:hover .icon-cityuk {
	//transform: translate(4px);
}

.button-cityuk:hover::before {
	animation: shine 1.5s ease-out infinite;
}

.button-cityuk::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 30%,
			rgba(255, 255, 255, 0.8),
			rgba(255, 255, 255, 0) 70%);
	top: 0;
	left: -100px;
	opacity: 0.6;
}

@keyframes shine {
	0% {
		left: -100px;
	}

	60% {
		left: 100%;
	}

	to {
		left: 100%;
	}
}


.server-location {
	max-width: 1800px !important;
}

.server-location-sec {
    /*background-image: url(/assets/images/UK-map-background.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.server-location-sec .server-location-subtitle{
    max-width:1200px;
    margin:auto;
}

.city-carduk .card-body {
	background-color: var(--primary-color);
	color: white;
	transition: background-color 0.3s ease;
}

.city-carduk .card-body:hover {
	background-color: #01013f;
}

.city-carduk .card-title i {
	color: var(--secondary-color);
}

.city-carduk .card-img-top {
	height: 180px;
	object-fit: cover;
	border: 2px solid var(--secondary-color);
	border-radius: 15px 15px 0px 0px;
}

.section-heading {
    color: var(--primary-color);
    font-weight: 700;
    background: #ffffffa8;
    text-align: center;
    margin: 0px auto 0px !important;
    padding: 10px;
    border-radius: 15px;
    font-size: 40px;
}

.location-hed {
   color: var(--primary-color);
    font-weight: 700;
    font-size: 40px !important;
    text-align: center;
    margin: 0px auto 0px !important;
    padding: 10px; 
}

@media (max-width: 576px) {
	.server-card .card-img-top {
		height: 150px;
	}
}

.city-carduk {
	padding: 25px;
	height: auto;
	border-radius: 18px;
}





/*newheo-hero*/

.heronew-hero{
 background-image: linear-gradient(to right, rgba(46, 174, 243, 0.9) , rgba(0, 0, 54, 0.9)), url(/assets/images/what-is-a-server-jpg.webp);
 padding: 101px 20px;
 display: flex;
 align-items: center;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
 margin-top: -3px;
     padding-top: 200px !important;
    padding-bottom: 3rem !important;
}

@media(max-width:551px){
	#hero-home{
		height:900px !important;
	}
}

@media(max-width:458px){
	#hero-home{
		height:1000px !important;
	}
}
@media(max-width:425px){
	#hero-home{
		height:900px !important;
	}
}

@media(max-width:425px){
	#home-hero-title{
		font-size: 40px !important;
		padding-top:0px !important;
	}
	
}
@media(max-width:379px){
	#hero-home{
		height:1000px !important;
	}
}

@media (max-width: 1199px) {
    .heronew-hero {
        margin-top: 61px;
    }
}


@media (max-width: 1440px) {
	.heronew-hero {
		 margin-top: 1px;
	}
}

@media (max-width: 1024px) {
    .heronew-hero{
        margin-top: 0px;
    }
}

.heronew-hero-content {
	position: relative;
	z-index: 2;
	max-width: 800px;
}

.heronew-hero-title {
	font-size: 50px !important;
	font-weight: 700;
	color: white;
	margin-top: 0px;
}


@media (max-width: 400px) {
    .heronew-hero-title {
       	font-size: 20px !important;
    }
}


@media (max-width: 425px) {
    .heronew-hero-title {
       	font-size: 20px !important;
 
}
}
@media (max-width: 425px) {
  .heronew-hero-content {
    margin-top: 68px !important;
  }
}


.heronew-hero-pra {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFF;
    }
	
@media (max-width: 320px) {
    .heronew-hero-pra {
        font-size: 16px;
        line-height: 25px;
        color: #FFFFFF;
    }
}


.price-cta {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 30px;
}

.price {
	font-size: 1.5rem;
	color: white;
}

.price strong {
	font-size: 2.5rem;
}

.price-brmtl {
	display: flex;
	font-size: 40px;
}



.btn-heronew-hero {
	background-color: var(--secondary-color);
	color: white;
	padding: 15px 25px !important;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;

}


/*newhero-hero*/


/*dedicatese-server page*/

.dedicareted-hero {
  background-image: linear-gradient(to right, rgba(0, 0, 54, 0.9), rgba(46, 174, 243, 0.9)), url(/assets/images/what-is-a-server-jpg.webp);
 /* height: 565px !important; */
 padding: 80px 20px 20px;
 display: flex;
 align-items: center;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
 margin-top: -5px;
}

.tutorial-hero{
	background-image: linear-gradient(to right, rgba(0, 0, 54, 0.9), rgba(46, 174, 243, 0.9)), url(/assets/images/what-is-a-server-jpg.webp);
	height: 260px !important;
	padding: 80px 20px 20px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: -5px;	
}

@media (max-width: 320px) {
	.dedicareted-hero {
		     height: 928px !important;
	}
}
/* @media (max-width: 317px) {
	.dedicareted-hero {
		     height: 894px !important;
	}
} */
@media(max-width:425px){
	#why-eservers{
		padding-top: 0px !important;
	}
}


@media(max-width:425px){
	#info-section{
		margin-top: -200px;
	}
	#info-sec{
		padding:0 !important;
	} 
}
/*dedicatese-server page*/

.baremetal-hero {
  background-image: linear-gradient(to right, rgba(0, 0, 54, 0.9), rgba(46, 174, 243, 0.9)), url(/assets/images/what-is-a-server-jpg.webp);
  height:760px !important; 
 padding: 80px 20px 20px;
 display: flex;
 align-items: center;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
 margin-top: 0px;
}


.price-barematel{
        color: white !important;
}

@media (max-width: 1440px) {
	.baremetal-hero {
		 margin-top: -1px;
	}
}

@media (max-width: 1024px) {
    .baremetal-hero {
        margin-top: -2px;
    }
}

/* @media (max-width: 768px) {
    .baremetal-hero {
           height: 640px !important;
    }
} */

/* @media (max-width: 375px) {
    .baremetal-hero {
            height: 712px !important;
    }
} */

/* @media (max-width: 425px) {
    .baremetal-hero {
            height: 820px !important;
    }
}  */


/* @media (max-width: 320px) {
    .baremetal-hero {
            height: 950px !important; 
    }
} */
@media(max-width:1100px){
	#gpu-price-table{
		min-width:768px !important;
	}
}
@media(max-width:926px){
	#gpu-price-table{
		min-width:700px !important;
	}
}


.baremetal-content {
 position: relative;
 z-index: 2;
 max-width: 1000px;
}

.barmetal-title {
	font-size: 50px !important;
	font-weight: 700;
	color: white;
	margin-top: 0px;
}

.barmetal-pra {
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFF;
}

.price-cta {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 30px;
}

.price {
	font-size: 1.5rem;
	color: white;
}

.price strong {
	font-size: 2.5rem;
}

.price-brmtl {
	display: flex;
	font-size: 40px;
}


.btn-barmetal {
	background-color: var(--button-color);
	color: white;
	padding: 15px 25px !important;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;

}


.btn-barmetal:hover{
        background-color: var(--primary-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.rightimg-sec {
	padding: 30px;
}


.barmetal-bar {
	background-color: var(--primary-color);
	padding: 15px 0;
	color: white;
}
.barmetal-bar .container{
    max-width:1400px!important;
}

.features-barmetal {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.feature-box {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1rem;
	white-space: nowrap;
	gap: 5px;
}

.check-icon-f {
	margin-right: 8px;
	font-size: 20px;
	color: #f1f5f3;
}

@media(max-width:767px){
	#c-barmetal-title{
		font-size: 38px !important;
	}
}
@media(max-width:531px){
	#c-barmetal-title{
		font-size: 32px !important;
		
	}
}
@media(max-width:517px){
	#c-barmetal-title{
		padding-top: 55px !important;
	}
}
@media(max-width:490px){
	#c-barmetal-title{
		padding-top: 200px !important;
	}
}
@media(max-width:420px){
	#c-barmetal-title{
		padding-top: 0px !important;
	}
}

@media (max-width: 425px) {
	.barmetal-title {
		font-size: 38px !important;
	}
}


@media (max-width: 375px) {
	.barmetal-title {
		font-size: 25px !important;
	}
}


@media (max-width: 324px) {
	.barmetal-title {
		font-size: 20px !important;
	}
}


.networkbanner-link {
	text-decoration: none;
	color: inherit;
}


/* custom-white-section-brametal */

.custom-white-section {

	border-radius: 12px;
	padding: 50px 40px !important;
     max-width: 1700px !important;
}




.custom-white-section-img{

 height: 450px;
 width: 100%;
 border-radius: 50px;
 object-fit: cover;
     max-height: 500px;
}

@media (max-width: 320px) {
.custom-white-section-img{
        margin-top: 52px;
}
}


.custom-white-se {
	background-color: var(--assect-color);
}

.sec-tow-title {
	    font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2em;
	color: black;
}


.sec-two-pra {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #767171;
	    text-align: justify;

}

.customwhite-imag {
	border-radius: 12px;
	/*box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
    height: 400px;
    width: 100%;
    object-fit: cover;
}

/* thred-sectyion-image&pra */

.green-btn {
	background-color: var(--primary-color);
	color: white;
	border: none;
	padding: 14px 30px;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration:none;
}

.image-col img {
	width: 100%;
	height: auto;
	background-color: white;
	padding: 10px;
	border-radius: 60px;
	;
}


.order-btn {
	background-color: var(--primary-color);
	color: #fff;
	border: none;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 600;
	border-radius: 3px 3px 3px 3px;
	padding: 19px 30px 19px 30px;
}

.order-btn:hover {
	background-color: var(--primary-color);
}

.starting-at {
	margin: 0;
	font-weight: 600;
	color: var(--primary-color);
}

.price {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	color: #f9fafb;
}

.per-month {
	margin: 0;
	font-size: 14px;
	color: #6c757d;
}

.pra-five {
	min-height: 95px;
	font-size: 16px;
	color: #6c757d !important;
	line-height: 1.6;


}

.netowrk-tered-sec-img{
   max-width: 1700px !important;
}


.host-title {
    font-size: 40px;
	font-weight: bold;
}

.host-pra {
	font-size: 16px;
	line-height: 1.4em;
	color: #5F5F5F;
	margin-top: 15px;
}


.host-subtitle {
	font-size: 32px;
	color: #263238;
	margin-top: 20px;
}


.host-subpra {
	font-size: 16px;
	line-height: 1.4em;
	color: #5F5F5F;

}


.host-list {
	list-style: none;
	padding: 0;
}

.host-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}

.check-icon {
	color: var(--primary-color);
	margin-right: 0.5rem;
	font-size: 1.5rem;
	line-height: 1.2;
}

.ci-tow{
    	color:white;
	margin-right: 0.5rem;
	font-size: 1.5rem;
	line-height: 1.2;
}

.green-btn {
	background-color: var(--primary-color);
	color: white;
	border: none;
	padding: 20px 45px;
	;
	font-weight: 600;
	border-radius: 5px;
	transition: background 0.3s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	/* spacing between icon and text */
	font-size: 16px;
	margin-top: 10px;
}

.green-btn:hover {
	background-color: var(--primary-color);
}

.btn-sec {
	justify-content: center;
	min-width: 200px;
}

.btn-con {
	width: 200px;
}

.material-symbols-outlined {
	font-size: 28px;
	/* adjust if needed */
	line-height: 1;
}

.elementer-sec {
	padding: 60px;
	background-color: var(--assect-color);
}
/**/


/**/

.icon-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.icon-card:hover {
  border-color: var(--secondary-color);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.15);
  transform: translateY(-5px);
}



.icon-cardcont {
  max-width: 1600px !important;
}

.icon-cardtex {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
      color: white;
}

.icon-cardse-img {
  max-width: 80px;
  margin: 0 auto;
}

.icon-cardse-row {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.gicon-cardse-row {
  font-size: 15px;
  color: #555;
}

.icon-cardsec{
     background: var(--primary-color);
    padding: 25px 0px 50px;
}

.icon-sec-bare-div {
  max-width: 1200px;
  margin: 0 auto 40px auto; /* center with bottom spacing */
  padding: 0 20px;
  text-align: center;
}

.icon-cardsec-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color); 
  letter-spacing: 1.2px;
  line-height: 1.2;
  margin-bottom: 10px;
  /*text-transform: capitalize;*/
  /* Optional subtle underline */
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.icon-sec-bare {
        padding: 60px 0px 0px 0px;
}

/* Responsive heading size */
@media (max-width: 576px) {
  .icon-cardtex {
    font-size: 24px;
  }
}






@media (max-width: 375px) {
	.icon-cardsec {
		padding: 15px !important;

	}
}

@media (max-width: 320px) {
	.icon-cardsec {
		padding: 15px !important;

	}
}

@media (max-width: 992px) {
	.server-banner-img {
		display: none;
	}
}


/* Serverlisting-secrion */
.server-listing {
	background-color: var(--assect-color);
}


.icon-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
}


/*.server-cards  {*/
/*  background: white;*/
/*border-radius: 16px !important;*/
/*box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);*/
/*padding: 25px;*/
/*width: 400px;*/
/*transition: transform 0.2s ease;*/
/*height: 425px !important;*/
/*font-size:18px;*/

/*}*/


.server-cards {
	background: white;
	border-radius: 16px !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	padding: 25px;
	width: 383px;
	transition: transform 0.2s ease;
	height: 420px !important;
	font-size: 18px;

	border-color: #f79221 !important;
}


.server-cards :hover {
	border-color: var(--primary-color);
}

.server-cards h5 {
	font-size: 40px;
	color: var(--secondary-color);
	align-content: center;
	font-weight: 900;
}

.server-cards ul {
	padding-left: 0;
	list-style: none;
}

.server-cards li {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.server-cards li i {
	color: var(--primary-color);
	margin-right: 8px;
}

.img-fluidservercard {
	max-width: 60% !important;
	height: 180px !important;

	margin-left: 60px;
}

.server-footer {
	border-top: 1px solid #e0e0e0;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ser-price {
	display: flex;
	flex-direction: column;
}

.strong-price {
	font-weight: 800 !important;
	font-size: 38px;
}


.form-sec {
	border-color: black !important;
}

.text-serverlist {
	font-size: 40px;
	font-weight: 900;
}

.textarea-sec {
	resize: none;

}


.server-footer .btn,
.server-footer-btn {
	width: 60px;
	height: 59px;
	padding: 0;
	background-color: var(--primary-color);
	border-radius: 50%;
	color: #fff9ff;
	border: 2px solid #000000;

	/* Center icon vertically and horizontally */
	display: flex;
	align-items: center;
	justify-content: center;
}


.server-footer .btn:hover {
	background-color: var(--button-color);
	border: 2px solid #000000;
}

.custom-form {
	margin-top: -180px !important;
}

.custom-from-two {
	margin-top: 25px !important;

}

.quote-form {
	padding: 60px;
}

.quote-form-con {
	background: #fff;
	border: 1px solid var(--secondary-color);
	border-radius: 16px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
	height: 100%;
	box-shadow: 0 19px 19px rgba(0, 0, 5, 0.05);
}

/*...............linux page.....................*/
.facility-sec{
    padding:50px !important;
}



.linu-distil {
	color: var(--primary-color);
}

/* Paragraph Text */
.linu-par {
	color: #444;
	    text-align: justify;
	/* dark grey for better readability */
}


/* Icons */
.bi-check-circle {
	color: var(--secondary-color) !important;
	font-size: 1.1rem;
}

/* Card/Container */
.coloction-discription {
	border-left: 4px solid var(--secondary-color);
	transition: box-shadow 0.3s ease;
	    background-color: #d2d2d2 !important;
}

.coloction-discription:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive spacing tweaks */
@media (max-width: 576px) {
	.coloction-discription {
		padding: 1.5rem;
	}


	.linu-distil {
		font-size: 2rem;
	}
}

/*end lunx page*/


/*Colocation-servers page*/

.Colocation-servers {
	height: 520px;
}

.pra-colocation {
	font-size: 18px;
}


.coloction-discription {
	text-align: left;
}

.Site-Support-sec {
	font-size: 60px;
}

.Site-Support {
	background-color: var(--assect-color);

}

.text-sitesup {
	color: var(--primary-color);
}

/* Add border and hover effects to the plan-item */
.plan-item {
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.plan-item:hover {
	transform: translateY(-5px);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-color: var(--secondary-color);
}

.plan-item select.form-select {
	border-color: #ddd;
	transition: border-color 0.3s ease;
}

.plan-item select.form-select:hover {
	border-color: var(--secondary-color);
}

/* GPU server-page */


/* therd-section-img&discription */
.row.fw-semibold {
	background-color: #f7f7f7;
}

.pra-image-sec {
	padding-right: 90px;
}


@media (max-width: 768px) {
	.row.fw-semibold .col-6 {
		text-align: left;
	}

	.plan-item .col-md-2 {
		padding: 5px;
	}
}



/*cards*/

.business-card-section {
   background: #eff7ff;
 padding: 50px;

}

.business-card-container {
  max-width: 1600px !important;
}

.business-card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: relative;
  flex-direction: row;
}

.business-card .left-card {
  flex: 2;
  padding: 20px;
  background: linear-gradient(135deg, #fff 60%, #f9fafb 60%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.business-card .left-card h2 {
  font-weight: 700;
  color: var(--primary-color);
  font-size: 1.2rem;
}

.business-card .left-card h2 span {
  color: var(--secondary-color);
}

.business-card .left-card .position {
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
  margin: 5px 0 15px;
}

.business-card .contact-info {
  font-size: 14px;
  color: #333;
}

.business-card .contact-info p {
  display: flex;
  align-items: center;
  margin: 6px 0;
  font-size: 0.85rem;
  color: #000000;
}

.business-card .contact-info i {
  color: var(--primary-color);
  margin-right: 10px;
  width: 18px;
}

/* Make all list items inside business cards bold */
.business-card li {
  font-weight: bold;
}

.business-card .button-network {
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
}

.business-card .button-network:hover {
  background-color: #a01023;
}

.business-card .right-card {
  flex: 1;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.business-card .right-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 80px solid var(--secondary-color);
  border-top: 80px solid transparent;
}

.business-card .logo {
  text-align: center;
  color: #fff;
}

.business-card .logo i {
  font-size: 28px;
  margin-bottom: 10px;
}

.business-card .logo h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.business-card .logo small {
  font-size: 12px;
  color: #ccc;
}

/*cards*/

/*table*/
.sidebar-price {
	border-right: 1px solid #ddd;
	background-color: var(--secondary-color);
	min-height: 100%;
}

.sidebar-price input {
	font-size: 14px;
}

.sidebar-pricebtn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.6rem 0.9rem;
	margin-bottom: 0.5rem;
	background-color: #e9ecef;
	border: none;
	border-radius: 5px;
	font-weight: 500;
	color: #333;
	transition: background-color 0.3s;
	cursor: pointer;
}

.sidebar-pricebtn img.NavigateBtnimgDiv {
	width: 20px;
	height: auto;
	margin-right: 8px;
}

.sidebar-pricebtn i {
	margin-left: auto;
	color: var(--secondary-color);
}

.sidebar-pricebtn:hover,
.sidebar-pricebtn.active-location {
	background-color: var(--secondary-color);
	color: white;
}

.sidebar-pricebtn.active-location i {
	color: white;
}


@media (min-width: 1220px) {
	.mobile-nav {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
}



@media (min-width: 1222px) {
    .d-lg-none {
        display: none !important;
    }
}



/**/
.table-sec {

	padding: 50px;
}

.g-new-product-pricing-table-data-span {
	font-size: 20px;
	font-weight: 600;
	color: var(--secondary-color);
}

.refcode {
	font-size: 12px;
	color: #495057;
}


.adinl-strg {
	font-weight: 400;
	color: var(--secondary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.adinl-strg i {
	font-weight: 600;
	padding-right: 5px;
	font-size: 18px;
}

.g-new-product-pricing-table-data-span price {
	font-size: 28px !important;
	color: var(--secondary-color);
}

.g-new-product-pricing-table-container {

	margin-bottom: 50px !important;
}

.g-new-product-pricing-table {
	border-collapse: separate;
	border-spacing: 0 15px;
	border: none;
	width: -webkit-fill-available;
}

.g-new-product-pricing-table-thead {
	background-color: #343a40;
	color: white;
	border: 1px solid #000;

}


.g-new-product-pricing-table-thead-row {
	height: 50px;
	border: none;
	background: var(--table-color);
}


.g-new-product-pricing-table-thead:not(:first-child) {
	text-align: center !important;
}


.g-new-product-pricing-table-data:not(:first-child) {
	padding: 10px 10px;

}

.g-new-product-pricing-table-data {
	border-right: solid 2px #f7f7f7;
}

.g-new-product-pricing-table-data-btn {
	border: none;
	background-color: var(--secondary-color);
	color: #ffffff;
	font-weight: 600 !important;
	padding: 10px;
	font-size: 14px;
	border-radius: 3px;
}

.g-new-product-pricing-table-caption {
	caption-side: top;
	color: #212529;
	font-weight: 600;
	font-size: 28px;
	scroll-margin-top: 150px;
}


.g-new-product-pricing-table-data:first-child {
	margin: 0px 0px 50px;


}

.g-new-product-pricing-table-data:nth-child(3) {
	width: 300px;
	font-weight: 600;
	border-radius: 0px 20px 0px 0px;

}

.g-new-product-pricing-table-data:nth-child(4) {
	border-radius: 0px 0px 0px 20px;
}


.g-new-product-pricing-table-wrapper-title {
	color: #350c4c;
	text-align: center;
	font-size: 30px !important;
	margin-bottom: 30px;
}

.g-new-product-pricing-table-wrapper {

	margin-top: 50px !important;
}

.g-redirect-table-btns {
	background-color: #000;
	color: var(--redirect-btn-color) !important;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 5px;
}


.g-redirect-table-btns-div {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width:1100px) {
	.g-new-product-pricing-table-thead {
		display: none;

	}

	.g-new-product-pricing-table-tbody-row {
		text-align: center;
		display: flex;
		flex-direction: column;
	   border: var(--secondary-color);
		border-radius: 10px;
		padding: 20px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.g-new-product-pricing-table-data:nth-child(3) {
		width: auto;
	}

	.g-new-product-pricing-table-data:nth-child(4) {
		width: auto;
	}

	.g-new-product-pricing-table-tbody {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
		justify-items: center;
		gap: 30px;
		margin-top: 50px;
	}

	.g-new-product-pricing-table-caption {
		border-radius: 10px;
	}

	.g-new-product-pricing-table {
		border: none !important;
	}

	.g-new-product-pricing-table-data:nth-child(1) {
		width: auto;
		border-bottom: dashed 1px #222 !important;
		padding-bottom: 22px !important;
		font-size: 20px;
		color: #fff important;
		font-weight: 600;
	}



	.g-new-product-pricing-table-data-btn {
		width: 100%;
		padding: 15px 10px;
	}
}

@media screen and (max-width:800px) {
	.g-new-product-pricing-table-tbody {

		grid-template-columns: repeat(1, 1fr);

	}
}



@media screen and (max-width: 320px) {
    .g-new-product-pricing-table-tbody-row {
                width: 280px;

    }
 
}

@media screen and (max-width: 768px) {
.g-new-product-pricing-table-caption {
   
    margin-left: 25px;


	
}
}


@media screen and (max-width: 425px) {
.g-new-product-pricing-table-caption {
   
    margin-left: 50px;
}
}



.filter-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
	justify-content: flex-end;
}

.filter-section i {
	background: #743755;
	padding: 10px 8px;
	color: white;
	border-radius: 10px 0 0 10px;
}

.filter-section input {
	padding: 5px 10px;
	height: 36px;
	border: solid 1px #350c4cb8;
}


@media screen and (max-width:382px) {
	.filter-section i {
		display: none;
	}
}

@media screen and (max-width:350px) {
	.filter-section input {
		width: 220px;
	}
}

/*--- component specific styles ---*/
.stats-bar {
	background: var(--primary-color);
	color: #fff;
}

.stats-bar .stat {
	padding:15px 10px;
	text-align: center;
}

.stats-bar .stat:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, .35);
}

.stats-bar .stat h2 {
	font-weight: 700;
	margin: 0;
	font-size: 2.25rem;
}

.stats-bar .stat p {
	margin: 0;
	font-size: 15px;
	opacity: .9;
	color: var(	--secondary-color-two);
	font-weight: 500;
}

/* small devices tweaks */
@media (max-width: 575.98px) {
	.stats-bar .stat {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .35);
	}

	.stats-bar .stat:last-child {
		border-bottom: 0;
	}
}

/* logo-section */

.partners-section {
  padding: 60px 0;
  background-color: #f9f9fb;
  text-align: center;
}

.partners-title {
  font-size: 2.2rem;
  font-weight: 600;
  color: #000036;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.partner-logo {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.partner-logo img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partner-logo:hover img {
  filter: grayscale(0%);
}

/* Responsive spacing */
@media (max-width: 768px) {
  .partners-title {
    font-size: 1.8rem;
  }
}


/**/


.page_404 {
	text-align: center;
	background-color: var(--assecttow-color);
	padding: 58px;
}

.four_zero_four_bg h1 {
	font-size: 80px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.not-found-img-div img {


	height: 620px;
	margin: 0 auto;
}

.contant_box_404 {
	margin-top: -90px;
	padding: 21px;

}

.not-text {
	font-size: 2rem;
	font-weight: 600;
}

.contant_box_404 p {
	color: #080808;
	font-size: 1rem;
	margin-top: 10px;
}

.link_404 {
	display: inline-block;
	padding: 10px 25px;
	background: #6c63ff;
	color: white;
	border-radius: 30px;
	text-decoration: none;
	margin-top: 20px;
	transition: background 0.3s ease;
}

.link_404:hover {
	background: #857dff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.four_zero_four_bg h1 {
		font-size: 60px;
	}

	.not-text {
		font-size: 1.5rem;
	}
}

/*contactus*/

.cont-bredcom {
	margin-top: 29px;
	background-color: var(--secondary-color);

	padding: 10px;
}


.contact-sec {
	padding: 40px;
	background-color: var(--assecttow-color);
	
	
}

.contact-container {

	background-color: #ffffff;
	border: 2px solid #dcdcdc;
	padding: 40px 40px 40px 40px !important;
	border-radius: 15px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	max-width: 800px;
	margin: 50px auto;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

h2 {
	font-weight: 700;
	font-size: 32px;
}

p {
	color: #555;
	font-size: 16px;
}

.form-label {
	font-weight: 600;
}

.form-control {
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #ccc;
}

.btn-submit {
	background-color: #222;
	color: #fff;
	padding: 10px 25px;
	font-weight: 600;
	border-radius: 8px;
}

.btn-submit:hover {
	background-color: #000;
}


/*breadcome*/


/*Aboutus PAGE*/

/*1st section */


.aboutus-cards-section{
        padding: 10px 0;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.aboutus-cards-con{
    max-width: 1600px !important;
}

.aboutus-con {
	padding: 80px 0;
	background-color: #f8f9fa;
}

.aboutus-sec{
    max-width:1600px !important;
}

.image-wrapper {
	position: relative;
	max-width: 100%;
}

.image-wrapper img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}


.green-badge {
	position: absolute;
	bottom: -20px;
	right: -20px;
	background-color: var(--primary-color);
	color: white;
	border-radius: 24px;
	padding: 20px;
	width: 200px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	height: 150px;
}

.green-badge p {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	color: white;

}

.green-badge h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 5px 0 0;
}

.text-content h2 {
	font-weight: 700;
	font-size: 40px;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.text-content p {
	font-size: 18px;
	color: #333;
	line-height: 1.7;
	margin-bottom: 15px;
}

@media (max-width: 575px) {
	.green-badge {
		bottom: -33px;
		right: 0px;
	}

}

/*2nd section*/

/* Custom CSS for styling */
.data-privacy-section {
	padding: 60px 0;
	background-color: var(--assect-color);
}

.data-privacy-section h2 {
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

.data-privacy-section .text-content {

	margin: 0 auto 40px auto;

	color: #555;
}

.data-privacy-cont{
    max-width:1600px !important;
}

@media (max-width: 767px) {

	.data-privacy-section-col {
		padding: 0px 0px 17px 0px;
	}
}

.data-privacy-card {
	background-color: var(--primary-color);
	color: #ffffff;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.data-privacy-card .card-number {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.data-privacy-card .card-description {
	font-size: 1rem;
	opacity: 0.8;
}


@media (min-width: 768px) {
	.data-privacy-cards .col-md-3 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.data-privacy-cards .row {
		margin-left: -10px;
		margin-right: -10px;
	}
}

/*thered section*/
.why-choose {
	background: #f8f9fa;
	/* Light background */
	padding: 40px 20px;
	border-radius: 12px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.why-choose h1 {
	font-size: 2.5rem;
	color: #2c3e50;
	margin-bottom: 20px;
	font-weight: 700;
}

.why-choose p {
	font-size: 1.125rem;
	color: #555;
	line-height: 1.6;
	max-width: 700px;
	margin: 0 auto;
}


.stylish-cards-section-con {
	max-width: 1500px !important;
}


.stylish-cards-button{
        display: inline-block;
    padding: 10px 22px;
    font-size: 19px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: var(--primary-color);
    border: none;
    border-radius: 25px;
    box-shadow: 0 2px #999;
    transition: all 0.3s ease;
   
}

@media (max-width: 1024px) {
  .stylish-cards-button {
    margin-left: 2px !important;
  }
}


.stylish-cards-button:hover {
	background-color: var(--secondary-color);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	transform: translateY(-2px);
	/* Slight lift on hover */
}


.stylish-cards-button:active {
	background-color: #3e8e41;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}

@media (max-width: 1024px) {
.stylish-cards-section-con{
        padding: 10px 20px;
}

}

/* Custom CSS for styling */
.stylish-cards-section {
	padding: 10px 0;
	background-color: var(--assecttow-color);
	position: relative;
	overflow: hidden;
}

.card-wrapper {
	margin-bottom: 40px;
}

.stylish-card {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 50px 30px 30px 30px;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	position: relative;
	height: 100%;
	border: 2px solid var(--secondary-color);
}

.stylish-card-div {
	margin-bottom: 76px;
}

.stylish-cards-container {
	max-width: 1700px !important;
}

.stylish-cards-con{
    	max-width: 1600px !important;
}

.stylish-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 20px rgba(255, 165, 0, 0.2);
	/* light orange shadow */
}


.icon-circle {
	width: 80px;
	height: 80px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


.icon-circle:hover {
	background-color: var(--primary-color);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3)
}

.icon-circle i {
	color: #ffffff;
	font-size: 35px;
}

.stylish-card h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.5rem;
	color: var(--primary-color);
	font-weight: bold;
}



.stylishcard-p.list-style span {
	display: block;
	margin-bottom: 6px;
	position: relative;
	color: #333;
  
	font-weight: 500;

}

.stylishcard-p {
 
	display: flex;
	flex-direction: column;
	gap: 15px 0px;
		font-size: 1rem;
	color: #555;
	    min-height: 235px !important;
}


.stylishcard-pp{
        min-height: 0px;
}

.stylishcard-p.list-style strong {
	display: block;
	margin-top: 10px;
	font-size: 1.1rem;
	color: #d32f2f;

}
@media (max-width: 1220px) {
	.stylishcard-p {
		    margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.stylish-cards-row .col-lg-3 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.stylish-cards-row.row {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (max-width: 767px) {
.stylish-cards-row{
                gap: 27px;
        


}
}

@media (max-width: 425px) {
.stylish-cards-row{
          
        padding: 0px;


}
}

/*northamerica page*/


.north-services-section {
	padding: 60px 0;
	background-color: #f8f9fa;
}

.north-services-title {
	text-align: center;
	margin-bottom: -9px;
	font-size: 2.5rem;
	color: var(--primary-color);
}

.north-service-card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #e3f2fd;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.north-service-card .card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	text-align: center;
	flex-grow: 1;
	height: 140px;
}

.service-flag-img {
	width: 160px;
	height: auto;
	margin-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.country-name {
	font-size: 20px;
	color: var(--secondary-color);
	margin-bottom: 15px;
	font-weight: 600;
}

.north-service-card .card-title {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 20px;
}

.north-service-button {
	width: 100%;
	background-color: var(--secondary-color);
	color: white;
	padding: 10px 0;
	font-size: 1rem;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	transition: background-color 0.3s ease;
}

.north-service-button:hover {
	background-color: var(--secondary-color);
}

.north-service-button i {
	margin-right: 8px;
}

.northam-pra {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}


/*2ned sec -noth page */
.nothame-secondsec {
	/*background-color: var(--assecttow-color);*/
}

.nothame-img {

	width: 100%;
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;

}


/*nothamericathered se*/


.gui-panel-section {
	background-color: var(--assecttow-color);
	padding: 80px 0;
	/* Spacious padding top and bottom */
}

.gui-panel-section h3 {
	color: var(--secondary-color);
	font-size: 2rem;
	font-weight: 700;
}

.gui-panel-section p {
	color: #00000;
	font-size: 1rem;
	line-height: 1.6;
	max-width: 500px;
	margin: 0 auto;
}


.img-sm-c {
	max-width: 100px;
	/* smaller image */
	height: auto;
}

.panel-box {
	padding: 20px;
	/* reduced padding inside each box */
	border: 1px solid #ddd;
	border-radius: 8px;
	transition: transform 0.3s ease;
	max-width: 200px;
	/* smaller box width */
	margin: 0 auto;
	/* center align inside column */
}

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

/* Responsive tweak (optional) */
@media (max-width: 576px) {
	.img-sm-c {
		max-width: 80px;
	}

	.panel-box {
		max-width: 160px;
		padding: 15px;
	}
}


.northamerica-images {
	display: flex;
	flex-direction: row;
}


.contidentsix {
	padding: 50px;
	background-color: var(--assecttow-color);
	/*background-image: linear-gradient(to right, rgba(0, 0, 54,0.9), rgba(46, 174, 243, 0.9)),*/
	/*               url('/assets/images/what-is-a-server-jpg.webp');*/
}

.work-desk {
	background-color: var(--assecttow-color) !important
}


/*.custom-btn {*/
/*  display: inline-block;*/
/*  padding: 10px 20px;*/
/*  color: var(--secondary-color);*/
/*  background-color: var(--primary-color);*/
/*  text-decoration: none;*/
/*  font-weight: bold;*/
/*  border-radius: 5px;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.custom-btn:hover {*/
/*  background-color: var(--primary-color);*/
/*  color: var(--secondary-color);*/
/*}*/


/*3rd sec -north*/

.car-section {
	background-color: #000;
	color: #ffffff;
	padding: 60px 0;
	text-align: center;
}

.car-section h2 {
	color: #ffffff;
	margin-bottom: 20px;
}

.car-section p {
	font-size: 1.1rem;
	margin-bottom: 40px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.car-images-row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.car-images-row img {
	max-width: 100%;
	height: auto;
	width: 200px;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767.98px) {
	.car-images-row img {
		width: 150px;
	}

	.car-images-row {
		gap: 15px;
	}
}


/*4th section*/
/* Feature Box
---------------------*/
.feature-box-1 {
	padding: 32px;
	box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
	margin: 15px 0;
	position: relative;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
	top: 0;
}

.feature-box-1 * {
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
}

.feature-box-1 .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: var(--secondary-color);
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 22px;
	font-size: 27px;
}

.feature-box-1 .icon i {
	line-height: 70px;
}

.feature-box-1 h5 {
	color: #20247b;
	font-weight: 600;
}

.feature-box-1 p {
	margin: 0;
}

.feature-box-1:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	border-radius: 10px;
	width: 0;
	background: var(--primary-color);
	z-index: -1;
	-moz-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	transition: ease all 0.35s;
}

.feature-box-1:hover {
	top: -5px;
}

.feature-box-1:hover h5 {
	color: #ffffff;
}

.feature-box-1:hover p {
	color: rgba(255, 255, 255, 0.8);
}

.feature-box-1:hover:after {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	left: 0;
	right: auto;
}

.services-section {
	padding: 100px 0;
	position: relative;
	background-color: var(--assecttow-color);
}


.section-title h2 {
	font-weight: 700;
	color: var(--primary-color);
	font-size: 45px;
	margin: 0 0 15px;
	padding-left: 15px;
}

.custom-btn {
	background-color: var(--secondary-color) !important;
	color: white;
	border: none;
}

.custom-btn:hover {
	background-color: #17a589;
	color: white;
}

/*northamerica-lastsec*/


.os-section {
	padding: 60px 0;
	background-color: #f8f9fa;
	/* Light background for the section */
}

.os-section h2 {
	color: var(--primary-color);
	font-weight: bold;
	margin-bottom: 20px;
}

.os-section p {
	color: #555;
	margin-bottom: 40px;
}

.os-card {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

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

.os-card img {
	max-width: 60px;
	height: auto;
	margin-bottom: 15px;
}

.os-card h5 {
	color: var(--primary-color);
	font-size: 1rem;
	margin: 0;
}


/*................citypages................*/

/* Container Styling */
.table-city {
	max-width: 1600px !important;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 50px;
     margin-top: 20px;
}

/* Section Heading */
.continent-locations-heading {
	font-size: 2rem;
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 20px;
	font-weight: 800;
}

/* Redirect Button */
.g-redirect-table-btns-div {
	text-align: center;
	margin-bottom: 20px;
}

.g-redirect-table-btns {
 background-color: var(--button-color);
 color: #fff !important;
 padding: 10px 20px;
 border-radius: 6px;
 text-decoration: none;
 font-weight: 600;
 transition: background-color 0.3s;
}

.g-redirect-table-btns:hover {
	background-color: var(--primary-color);
}

/* Table Styling */
.g-new-product-pricing-table-wrapper {
	/* overflow-x: auto; */
}

.g-new-product-pricing-table {
	width: 100%;
	border-collapse: collapse;
	/* min-width: 900px; */
	font-family: Arial, sans-serif;
}

.g-new-product-pricing-table-caption {
	caption-side: top;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: white;
	padding: 10px 0;
	background-color: var(--primary-color);
}

.g-new-product-pricing-table-thead {
	background-color: var(--primary-color);
	color: #fff;
}

.g-new-product-pricing-table-thead-row th {
	padding: 12px;
	text-align: left;
}

.g-new-product-pricing-table-tbody-row td {
	padding: 12px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}

.g-new-product-pricing-table-data-span {
	font-weight: bold;
	display: block;
	color: var(--primary-color);
	margin-bottom: -10px !important;
	max-width: 265px;	
}

.refcode {
	font-size: 0.85rem;
	color: #555;
}

/* Center RAM, Storage, Bandwidth, and Price content */
.g-new-product-pricing-table-tbody-row td:nth-child(2),
.g-new-product-pricing-table-tbody-row td:nth-child(3),
.g-new-product-pricing-table-tbody-row td:nth-child(4),
.g-new-product-pricing-table-tbody-row td:nth-child(5),
.g-new-product-pricing-table-tbody-row td:nth-child(6) {
	text-align: center;
	vertical-align: middle;
}

/* Ensure the price is treated as a block */
.g-new-product-pricing-table-data-span.price {
	display: inline-block;
	
	white-space: nowrap;
}


/* Price Highlight */
.price {
	color: var(--primary-color);
	font-size: 25px;
	font-weight: bold;
}

.gpu-price{
    	color:white;
	font-size: 25px;
	font-weight: bold;
}

.gpu{
        color: green;
}



.g-new-product-pricing-table-wrapper {
 /* overflow-x: auto; */
 display: flex;
 flex-direction: column;
 gap: 50px;
}

/* Buy Now Button */
.g-new-product-pricing-table-data-btn {
	background-color: var(--secondary-color);
	color: #fff;
	border: none;
	padding: 8px 15px;
	border-radius: 4px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.3s;
}



/* Responsive Design */
@media screen and (max-width: 1024px) {
	.continent-locations-heading {
		font-size: 1.8rem;
	}

	.g-redirect-table-btns {
		padding: 8px 16px;
		font-size: 0.95rem;
	}

	.g-new-product-pricing-table-caption {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 768px) {
	.continent-locations-heading {
		font-size: 1.6rem;
	}

	.g-redirect-table-btns {
		font-size: 0.9rem;
	}

	.g-new-product-pricing-table {
		font-size: 0.9rem;
		
	}
}

@media screen and (max-width: 480px) {
	.continent-locations-heading {
		font-size: 1.4rem;
	}

	.g-redirect-table-btns {
		font-size: 0.85rem;
		padding: 6px 12px;
	}

	.g-new-product-pricing-table {
		font-size: 0.85rem;
		
	}

	.g-new-product-pricing-table-data-btn {
		padding: 6px 10px;
		font-size: 0.85rem;
	}
}


/*................end city-pages..............*/


/*...........gdpr............*/

.privacy-policy-container {
	max-width: 900px;
	margin: 40px auto;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.privacy-policy-container h1,
.privacy-policy-container h2,
.privacy-policy-container h3 {
	color: var(--primary-color);
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.privacy-policy-container h1 {
	font-size: 2.5rem;
	border-bottom: 3px solid var(--secondary-color);
	padding-bottom: 0.5rem;
}

.privacy-policy-container h2 {
	font-size: 1.8rem;
	border-bottom: 2px solid var(--secondary-color);
	padding-bottom: 0.3rem;
}

.privacy-policy-container p,
.privacy-policy-container li,
.privacy-policy-container dd {
	font-size: 1rem;
	margin-bottom: 1rem;
	color: var(--text-color);
}

.privacy-policy-container ol,
.privacy-policy-container ul {
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.privacy-policy-container ol li {
	margin-bottom: 1rem;
	font-weight: 600;
}

/* Styling links */
.privacy-policy-container a {
	color: var(--secondary-color);
	text-decoration: none;
}

.privacy-policy-container a:hover {
	text-decoration: underline;
}


/* Responsive adjustments */
@media (max-width: 576px) {
	.privacy-policy-container {
		padding: 15px 20px;
		margin: 20px;
	}

	.privacy-policy-container h1 {
		font-size: 2rem;
	}

	.privacy-policy-container h2 {
		font-size: 1.5rem;
	}
}

/*..........gdpr............*/


/*....................................PRIVACY&POLICE.......................................*/
.privacy-poli-section {
	background-color: #fff;
	color: var(--primary-color);
	padding: 45px;
}

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

.privacy-poli-subtitle {
	color: var(--secondary-color);
	font-weight: 600;
	margin-top: 2rem;
}

.privacy-poli-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
}

.privacy-poli-table th,
.privacy-poli-table td {
	border: 1px solid #ddd;
	padding: 0.75rem;
	text-align: left;
}

.privacy-poli-table th {
	background-color: var(--primary-color);
	color: #fff;
}

.privacy-poli-link {
	color: var(--secondary-color);
	word-break: break-word;
}

@media (max-width: 768px) {
	.privacy-poli-title {
		font-size: 1.5rem;
	}

	.privacy-poli-table th,
	.privacy-poli-table td {
		font-size: 0.875rem;
	}
}

/*....................................PRIVACY&POLICE.......................................*/


/*.......................tos................*/

.faq-section {
	background-color: var(--bg-color);
	padding: 50px 30px;
	border-left: 5px solid var(--secondary-color);
	border-radius: var(--border-radius);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
	color: var(--text-color);
}

.faq-section h2 {
	font-size: 2rem;
	color: var(--primary-color);
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.faq-section .faq-item {
	margin-bottom: 20px;
	padding: 20px;
	border-left: 4px solid var(--primary-color);
	background-color: #f9f9f9;
	border-radius: 8px;
	transition: background-color 0.3s ease;
}

.faq-section .faq-item:hover {
	background-color: #f0f0ff;
}

.faq-section .faq-question {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.faq-section .faq-answer {
	font-size: 1rem;
	color: #444;
	line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
	.faq-section {
		padding: 30px 15px;
	}

	.faq-section h2 {
		font-size: 1.5rem;
	}

	.faq-section .faq-question {
		font-size: 1rem;
	}

	.faq-section .faq-answer {
		font-size: 0.95rem;
	}
}



/* Shared Section Styling */
#hardware,
#colo,
#managed,
#security,
#bare,
#tos,
#dmca {
	background-color: var(--bg-color);
	color: var(--text-color);
	border-left: 5px solid var(--primary-color);
	border-radius: var(--border-radius);
	padding: 30px;
	margin-bottom: 40px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Header */
#hardware h2,
#colo h2,
#managed h2,
#security h2,
#bare h2,
#tos h2,
#dmca h2 {
	font-size: 2rem;
	font-weight: bold;
	color: var(--primary-color);
	margin-bottom: 20px;
}

/* Ordered List */
#hardware ol,
#colo ol,
#managed ol,
#security ol,
#bare ol,
#tos ol,
#dmca ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

#hardware li,
#colo li,
#managed li,
#security li,
#bare li,
#tos li,
#dmca li {
	font-weight: 600;
	margin-top: 15px;
	color: var(--primary-color);
}

/* Paragraphs */
#hardware p,
#colo p,
#managed p,
#security p,
#bare p,
#tos p,
#dmca p {
	font-weight: 400;
	color: var(--text-color);
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.6;
}

/* Nested Ordered Lists */
#hardware ol ol,
#colo ol ol,
#managed ol ol,
#security ol ol,
#bare ol ol,
#tos ol ol,
#dmca ol ol {
	padding-left: 20px;
	margin-top: 10px;
}

#hardware ol ol li,
#colo ol ol li,
#managed ol ol li,
#security ol ol li,
#bare ol ol li,
#tos ol ol li,
#dmca ol ol li {
	font-weight: 500;
	color: #555;
}

/* Marker Color */
#hardware ol ol li::marker,
#colo ol ol li::marker,
#managed ol ol li::marker,
#security ol ol li::marker,
#bare ol ol li::marker,
#tos ol ol li::marker,
#dmca ol ol li::marker,
#hardware li::marker,
#colo li::marker,
#managed li::marker,
#security li::marker,
#bare li::marker,
#tos li::marker,
#dmca li::marker {
	color: var(--secondary-color);
}

/* Responsive */
@media (max-width: 768px) {

	#hardware,
	#colo,
	#managed,
	#security,
	#bare,
	#tos,
	#dmca {
		padding: 20px;
	}

	#hardware h2,
	#colo h2,
	#managed h2,
	#security h2,
	#bare h2,
	#tos h2,
	#dmca h2 {
		font-size: 1.5rem;
	}

	#hardware li,
	#colo li,
	#managed li,
	#security li,
	#bare li,
	#tos li,
	#dmca li {
		font-size: 1rem;
	}

	#hardware p,
	#colo p,
	#managed p,
	#security p,
	#bare p,
	#tos p,
	#dmca p {
		font-size: 0.95rem;
	}
}

@media (max-width: 768px) {

	table,
	thead,
	tbody,
	th,
	td,
	tr {
		display: block;
	}

	thead tr {
		display: none;
		/* Hide header row on small screens */
	}


	tbody td {
		border: none;
		padding: 0.5rem 0;
		position: relative;
		padding-left: 50%;
		text-align: left;
	}

	/* Add labels before each cell */
	tbody td::before {
		content: attr(data-label);
		position: absolute;
		left: 1rem;
		top: 0.5rem;
		font-weight: 700;
		color: var(--primary-color, #000036);
		white-space: nowrap;
	}
}

.addendum-sidebar {
	top: 540px;
	left: 90px;
	width: 220px;
	border-left: 3px solid var(--primary-color);
	padding-left: 20px;
	padding-top: 10px;
	 transition: all 0.3s ease-in-out;
  z-index: 1000;
}

.addendum-sidebar ul li {
	margin-bottom: 12px;
}

.addendum-sidebar ul li a {
	color: var(--primary-color);
	font-weight: 500;
	text-decoration: none;
	transition: color 0.3s, padding-left 0.3s;
}

.addendum-sidebar ul li a:hover {
	color: var(--secondary-color);
	padding-left: 6px;
	text-decoration: underline;
}

/* Optional: Make sidebar responsive by hiding on small screens */
@media (max-width: 991.98px) {
	.addendum-sidebar {
		position: static;
		width: 100%;
		border-left: none;
		border-top: 2px solid var(--primary-color);
		padding: 15px 10px;
	}

	.addendum-sidebar ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.addendum-sidebar ul li {
		margin-bottom: 0;
	}

	.addendum-sidebar ul li a {
		display: inline-block;
	}
}

/**/


/*..................operating system ..............*/


/* Section Padding */
.g-dedicated-servers-advantages-details-section {
	padding: 40px 20px;
	background-color: #ffffff;
	margin-bottom: 50px;
}

/* Heading Styling */
.g-user-quick-links-sections-title {
	font-size: 35px;
	color: var(--primary-color);
	margin-bottom: 30px;
	text-align: center;
}

.g-dedicated-servers-advantages-details-main-div {
	max-width: 1400px;
	margin: 0 auto;
	padding: 10px;
}

.g-def-title-color {
	color: var(--secondary-color);
}

/* Table Container */
.g-ip-pricing-table-container {
	overflow-x: auto;
	/*border: 1px solid  var(--primary-color);*/
	border-radius: 15px;
	/*padding: 15px;*/
	background-color: #fff;
}

/* Table Base Styling */
.g-cpanel-pricing-table {
	width: 100%;
	border-collapse: collapse;
	font-family: 'popins';
}

/* Table Head */
.g-ip-pricing-table-head {
	background-color: var(--table-color);
	color: #fff;
}

.g-ip-pricing-table-heading {
	padding: 15px;
	text-align: left;
	font-weight: bolder;
	font-size: 22px;

}

/* Primary Row with Logo (Linux & Windows Sections) */
.g-ip-pricing-table-data-primary {
	background-color: var(--primary-color);
	color: #000000  !important;
	font-weight: bold;
	padding: 16px;
}

.g-ip-pricing-table-data-primary img {
	filter: grayscale(0%);
	margin: 10px 0;
}

/* Linux Section Background Neutral */
.g-ip-pricing-table-data-primary.g-bg-white {
	background-color: var(--assect-color);
	border: none;
	text-align: center;
}

/* Windows Section Custom Color (same as secondary-color) */
.windows-color {
	background-color: var(--assect-color);
	text-align: center;
}

/* Table Body Rows */
.g-ip-pricing-table-body-row {
	border-bottom: 1px solid #e0e0e0;
}

.g-ip-pricing-table-data {
	padding: 12px 15px;
	color: var(--primary-color);
	font-size: 18px;
	background: #d7d6d6;
}

.nav-linmk {

  

  text-decoration: none;
  cursor: default;
  
  color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}


/* Hover Effect */
.g-ip-pricing-table-body-row:hover {
	background-color: #f5f5f5;
}

/* Paragraph Text Below Table */
.g-ip-pricing-table-container p {
	margin-top: 20px;
	font-size: 16px;
	color: var(--primary-color);
}

/* Responsive */
@media (max-width: 768px) {
	.g-user-quick-links-sections-title {
		font-size: 22px;
	}

	.g-ip-pricing-table-heading,
	.g-ip-pricing-table-data {
		font-size: 14px;
	}

	.g-ip-pricing-table-data-primary img {
		width: 80px;
	}
}

/*........end of operating system ........... */


/*...........control-pannel.........*/

.cpanel-color {
	background-color: var(--primary-color);
	text-align: center;
}

.plesk-color {
	background-color: var(--primary-color);
	text-align: center;
}

.directadmin-color {
	background-color: var(--primary-color);
	text-align: center;
}

/*...........control-pannel.........*/


/*......ip address.........*/

.g-ip-pricing-table {
	width: 100%;
}


/*......ip address.........*/


/* Merged and adjusted .new-hero styles */

.new-hero {
	/*background: linear-gradient(rgb(5 9 54 / 54%), rgb(2 7 62 / 20%)), url(/assets/images/bannerimage-london.webp) no-repeat center center;*/
	background: linear-gradient(rgb(5 9 54 / 54%), rgb(2 7 62 / 20%)), url(/assets/images/istock-london-image-cropped.jpg) no-repeat center center;
	background-size: cover;
	color: white;
	padding-top: 70px;
	padding-bottom: 30px;
	/* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); */
	background-position: bottom top;
	height: 750px !important;
	position: relative;
	z-index: 1;
}
@media (max-width: 747px) {
	.new-hero {
	    height: 810px !important;
	}
}

@media (max-width: 754px) {
	.new-hero {
	    height: 790px !important;
	}
}

@media (max-width: 425px) {
	.new-hero {
		height: 995px !important;
	}
}

@media (max-width: 767px) {
   	.hero-container {
        max-width: 717px !important;
    }
}

@media (max-width: 747) {
   	.hero-container {
        max-width: 660px !important;
    }
}


@media (max-width: 1024px) {
	.hero-container {
		padding-top: 60px !important;
	}
}
@media (max-width: 425px) {
    .hero-container {
        margin-left: -12px !important;
    }
}

@media (max-width: 1439px) {
	.hero-container {
		 padding: 60px 0px 33px 82px;
	}
}


@media (max-width: 767px) {
   	.hero-container {
            max-width: 705px !important
    }
}


.new-herodi {
	padding-top: 120px !important;
	background: rgb(0 0 0 / 20%);
	padding: 50px !important;
}


@media (max-width: 768px) {
	.hero-container {
		padding: 0px 80px 0px 20px;
	}
}



.new-hero h6 {
	font-weight: 600;
	color: var(--secondary-color);
	font-size: 0.9rem;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
	/* Removed fixed width which can cause issues in responsive columns */
	/* width: 400px; */
}

.new-hero h1.hero-title {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.new-hero p.hero-subtitle {
	font-size: 20px;
	max-width: ;
	margin-bottom: 2rem;
	color: #ddd;
	font-weight: 700;
}

.new-hero .btn {
	background: var(--secondary-color);
	border: none;
	color: white;
	padding: 0.65rem 1.5rem;
	font-weight: 600;
	border-radius: 0.375rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	transition: background-color 0.3s ease;
}

.new-hero .btn:hover {
	background-color: #d87f1e;
}

.new-hero .btn-lig {
	background: #fff;
	color: var(--secondary-color);
	border: 1.5px solid var(--secondary-color);
}

.new-hero .btn-lig:hover {
	background-color: var(--secondary-color);
	color: white;
}

.new-hero .btn i {
	font-size: 1.1rem;
}

/* Add CSS for the image */
/*.new-hero img {*/

/*    max-width: 100% !important;*/
/*    height: 250px !important;*/
/*    display: block;*/
/*}*/


/* Responsive typography - Keep existing */
@media (max-width: 992px) {
	.new-hero h1.hero-title {
		font-size: 2rem;
	}

	.new-hero p.hero-subtitle {
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.new-hero h1.hero-title {
		font-size: 1.6rem;
	}

	.new-hero p.hero-subtitle {
		font-size: 0.9rem;
	}

	.new-hero .btn {
		width: 100%;
		justify-content: center;
	}

	.new-hero .d-flex.flex-column.flex-sm-row {
		flex-direction: column !important;
	}
}

/* Further adjustments for smaller screens when columns stack */
@media (max-width: 991.98px) {

	/* Bootstrap's medium breakpoint */
	.new-herodi,
	.new-hero .col-lg-5 {
		/* Apply padding to both columns when they stack */
		padding-left: 30px;
		padding-right: 30px;
		/* Keep top/bottom padding from default or specific rules */
	}

	.new-herodi {
		padding-top: 30px;
		padding-bottom: 30px;
		text-align: center;
	}

	.new-hero .col-lg-5 {
		padding-top: 30px;
		padding-bottom: 30px;
	}


	.new-hero .justify-content-lg-start {
		justify-content: center !important;
	}
}


@media (min-width: 992px) {
	.new-herodi {
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: start;
	}
}


@media (min-width: 1440px) {
	.new-herodi {
		margin-top: 90px !important;
	}
}


/*.img-newhero {*/
/*      height: 500px !important;*/
/*    margin-top: 70px;*/
/*}*/

.img-newhero {
	/*max-width: 100%;*/
	/*height: 500px !important;*/
	display: block;
	margin-top: 70px;
}


@media (max-width: 1440px) {
	.img-newhero {
		display: none;
	}

}


/* Adjust padding specifically for the text div on large screens */

.service-card {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;
	text-align: center;
	transition: transform 0.3s ease;
}

.service-card:hover {
	transform: translateY(-5px);
}

.service-card img {
	height: 100px;
	margin-bottom: 20px;
}

.service-card h5 {
	font-weight: bold;
	margin-bottom: 10px;
}

.service-card p {
	font-size: 0.95rem;
	margin-bottom: 10px;
}

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

.newhero-di {
	padding: 0px;
}

@media (max-width: 767px) {
	.new-hero h1 {
		font-size: 2rem;
	}
}


/*canada-citypage/*/

.canadalocation-card {
	background-color: #04033b;
	border-radius: 12px;
	padding: 20px;
	color: #fff;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;

}


.canadalocation-card:hover {
	transform: translateY(-5px);
}

.canadalocation-card img {
	width: 60px;
	height: 60px !important;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-bottom: auto;
}

.canadalocation-cardtext {
	font-weight: bold;
	color: #ff9d28;
	margin-bottom: 5px;
}

.canadalocation-cardp {
	margin: 0;
	font-size: 0.95rem;
	color: #d0d0ff;
}


/*Data -center page */


.data-centehero {
 background-image: linear-gradient(to right, rgb(0 0 54), rgb(46 174 243 / 75%)), url(/assets/images/data_center_banner_image.webp);
 height: 600px;
 position: relative;
 padding: 90px 20px 0px;
 display: flex;
 align-items: center;
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
}

.data-center-banner {
    text-align: center;
}

.data-center-banner h2 {
	font-size: 2.2rem;
	color: white;
	font-weight: 700;
	line-height: 2;
	margin: 0;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/*fourth section*/

/* Section background and spacing */


.dedicated-section {

	padding: 60px 0;
	font-family: 'Poppins';

}


.linux-feature {
	background-color: var(--assect-color);
	padding: 50px;
}


.linux-feature-div{
    padding: 0px 10px 20px;
}

/* Title styles */
.dedicated-section h2,
.dedicated-section h3 {
	font-weight: 700;
	color: #000;
}

/* Checklist item */
.feature-list {
	list-style: none;
	padding-left: 0;
}

.feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.feature-check {
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 15px;
	padding: 4px 4px;
	border-radius: 5px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.dedicated-section h2 {
		font-size: 1.5rem;
	}
}


/*fourth section*/

/*fiveth -section datacenter */


.datacenter-fivesec {
	padding: 100px;
	background-color: var(--assect-color);
}

@media (max-width: 425px) {
.datacenter-fivesec{
    	padding: 28px !important;
}
}

.leftcol-datacenter {
	border-radius: 18px;
	border: 2px solid var(--secondary-color);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	padding: 25px;
}


.rightcol-datacenter {
	padding: 0px 10px 0px 45px !important;

}


/*fiveth -section datacenter */

/*end data center -page 

/* General Card Styling */


/* General Card Styling */
.topic-overlapcard {
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--secondary-color);
	border-bottom: 3px solid var(--secondary-color);
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}


.overlapcard-secli li {
	padding: 0.4rem 0.2rem;
	transition: background 0.3s ease;
	border-radius: 0.5rem;
}

.overlapcard-secli li:hover {
	background-color: var(--assecttow-color);
}


/* Column Divider */
.border-end {
	border-right: 1px solid var(--assect-color);
}

/* Responsive Adjustments */
@media (max-width: 992px) {
	.border-end {
		border-right: none;
		border-bottom: 1px solid var(--assect-color);
	}
}

@media (max-width: 576px) {
	.topic-overlapcard {
		font-size: 1.1rem;
	}

	.overlapcard-htext {
		font-size: 0.9rem;
	}

	.overlapcard-secli li {
		padding: 0.3rem 0.2rem;
	}

	.card-icon i {
		font-size: 1rem;
	}
}

/* Border color */
.border-end {
	border-right: 1px solid var(--assect-color);
}

@media (max-width: 992px) {
	.border-end {
		border-right: none;
		border-bottom: 1px solid var(--assect-color);
	}
}

/* Rest of styling */
.topic-overlapcard {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--secondary-color);
}

.overlapcard-secli li {
	padding: 0.4rem 0.2rem;
	transition: background 0.3s ease;
	border-radius: 0.5rem;
}

.overlapcard-secli li:hover {
	background-color: var(--assecttow-color);
}

.card-icon i {
	font-size: 30px;
	color: var(--secondary-color);
}

@media(max-width: 576px) {
	.topic-overlapcard {
		font-size: 1.1rem;
	}

	.overlapcard-htext {
		font-size: 0.9rem;
	}

	.overlapcard-secli li {
		padding: 0.3rem 0.2rem;
	}

	.card-icon i {
		font-size: 1rem;
	}
}

.newhero-li {
	border: solid var(--secondary-color);
}

section.container.py-3 {
	background-color: var(--assect-color);
	border-radius: 1rem;
	padding: 2rem 1rem;
}

.loc-fullcard {

	padding: 37px !important;
	background-color: var(--assecttow-color);
	border-radius: 0.8rem;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s ease;
}

.p-3.h-100.border-end:hover {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/*thankyou-massage*/
	
.thankyou-message {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  text-align: center;
  padding: 50px 20px;
}

.thankyou-message h1 {
  color: var(--primary-color);
  font-size: 2.5rem;
  margin: 0;
}

.thankyou-message p {
  font-size: 1.2rem;
  color: black;
  opacity: 0.8;
  margin-top: 15px;
}

.thankyou-message a {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  background: var(--secondary-color);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

/*thankyou-massage*/



/* General Card Styling */
.topic-overlapcard {
	font-size: 20px;
	font-weight: 700;
	color: var(--secondary-color);
	border-bottom: 3px solid var(--secondary-color);
	padding-bottom: 0.4rem;
	margin-bottom: 1rem;
}

.overlapcard-secli {
	margin-left: 0;
	/* no extra margin on ul */
	margin-right: 0;
}

.overlapcard-secli li {
	margin-bottom: 0.6rem;
}

.overlapcard-secli li.col-6:nth-child(odd) {
	padding-right: 0.5rem;
}

.overlapcard-secli li.col-6:nth-child(even) {
	padding-left: 0.5rem;
}


.overlapcard-secli li:hover {
	background-color: var(--assecttow-color);
	color: var(--secondary-color);
	box-shadow: 0 3px 8px rgb(247 146 33 / 0.3);
}

.card-icon i {
	font-size: 30px;
	color: var(--primary-color);
	min-width: 28px;
	text-align: center;
	margin-right: 0.5rem;
}


.overlapcard-htext {
	font-weight: 800;
	font-size: 16px;
	color: #333;
	flex-grow: 1;
}

/* Column Divider */
.border-end {
	border-right: 1.5px solid var(--assect-color);
	padding-right: 0.75rem;
	/* reduced padding */
}

@media (max-width: 992px) {
	.border-end {
		border-right: none;
		border-bottom: 1.5px solid var(--assect-color);
		padding-right: 0;
		padding-bottom: 0.75rem;
		/* reduced padding */
	}
}

/* Responsive Adjustments */
@media (max-width: 576px) {
	.topic-overlapcard {
		font-size: 1.15rem;
	}
}
	
	
	
	
/*uk-clocation-section	*/
	
.uk-clocation-section .uk-clocation-container {
 padding: 0rem 1rem;
 background: #ffffff;
 min-height: max-content;
 position: relative;
 overflow: hidden;
 max-width: 1700px;
}

.uk-clocation-section::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: 
 radial-gradient(circle at 20% 50%, rgba(247, 146, 33, 0.03) 0%, transparent 50%),
 radial-gradient(circle at 80% 20%, rgba(0, 0, 54, 0.02) 0%, transparent 50%),
 radial-gradient(circle at 40% 80%, rgba(247, 146, 33, 0.025) 0%, transparent 50%);
 pointer-events: none;
 animation: backgroundPulse 8s ease-in-out infinite;
}

@keyframes backgroundPulse {
 0%, 100% { opacity: 1; }
 50% { opacity: 0.8; }
}

.uk-clocation-container .uk-clocation-card {
 position: relative;
 height: 225px;
 border-radius: 24px;
 overflow: hidden;
 cursor: pointer;
 transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 box-shadow: 
 0 8px 32px rgba(0, 0, 54, 0.1),
 0 4px 16px rgba(247, 146, 33, 0.08),
 0 2px 8px rgba(0, 0, 0, 0.05);
 border: 1px solid rgba(0, 0, 54, 0.1);
}

.uk-clocation-container .uk-clocation-card::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: linear-gradient(45deg, 
 rgba(255, 255, 255, 0.1) 0%, 
 rgba(255, 255, 255, 0.05) 50%, 
 rgba(247, 146, 33, 0.05) 100%);
 transition: all 0.4s ease;
 z-index: 1;
}

.uk-clocation-container .uk-clocation-card:hover {
 transform: translateY(-12px) scale(1.02);
 box-shadow: 
 0 20px 60px rgba(0, 0, 54, 0.15),
 0 8px 32px rgba(247, 146, 33, 0.2),
 0 4px 16px rgba(0, 0, 0, 0.08);
 border-color: rgba(247, 146, 33, 0.3);
}

.uk-clocation-container .uk-clocation-card:hover::before {
 background: linear-gradient(45deg, 
 rgba(255, 255, 255, 0.05) 0%, 
 rgba(255, 255, 255, 0.02) 50%, 
 rgba(247, 146, 33, 0.08) 100%);
}

.uk-clocation-container .uk-clocation-overlay {
 position: absolute;
 inset: 0;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
 padding: 1.5rem;
 background: linear-gradient(
 180deg,
 rgba(255, 255, 255, 0.05) 0%,
 rgba(0, 0, 54, 0.1) 50%,
 rgba(0, 0, 54, 0.7) 100%
 );
 z-index: 2;
 transition: all 0.4s ease;
}

.uk-clocation-container .uk-clocation-card:hover .uk-clocation-overlay {
 background: linear-gradient(
 180deg,
 rgba(255, 255, 255, 0.02) 0%,
 rgba(0, 0, 54, 0.05) 50%,
 rgba(0, 0, 54, 0.6) 100%
 );
}

.uk-clocation-container .uk-clocation-city {
 font-size: 25px !important;
 font-weight: 700;
 color: #ffffff;
 text-align: center;
 margin: 0;
 text-shadow: 
 0 2px 8px rgba(0, 0, 54, 0.8),
 0 0 20px rgba(247, 146, 33, 0.3);
 letter-spacing: 0.5px;
 position: relative;
 top: auto;
 transform: translateY(0);
 transition: all 0.4s ease;
}

@media (max-width: 1024px) {
.uk-clocation-container .uk-clocation-city {
 font-size: 20px !important;
	}
}


.uk-clocation-container .uk-clocation-card:hover .uk-clocation-city {
 transform: translateY(-8px);
 text-shadow: 
 0 4px 12px rgba(0, 0, 54, 0.9),
 0 0 30px rgba(247, 146, 33, 0.5);
 color: #f79221;
}

.uk-clocation-container .button-cityuk {
 width: 56px;
 height: 56px;
 border-radius: 50%;
 border: none;
 background: linear-gradient(135deg, #f79221 0%, #ff6b1a 100%);
 color: #000036;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
 box-shadow: 
 0 4px 16px rgba(247, 146, 33, 0.4),
 0 2px 8px rgba(0, 0, 54, 0.3),
 inset 0 1px 0 rgba(255, 255, 255, 0.3);
 position: relative;
 overflow: hidden;
}

.uk-clocation-container .button-cityuk::before {
 content: '';
 position: absolute;
 top: 50%;
 left: 50%;
 width: 0;
 height: 0;
 background: rgba(255, 255, 255, 0.3);
 border-radius: 50%;
 transform: translate(-50%, -50%);
 transition: all 0.3s ease;
}

.uk-clocation-container .button-cityuk:hover::before {
 width: 100%;
 height: 100%;
}

.uk-clocation-container .button-cityuk:hover {
 transform: scale(1.1) rotate(5deg);
 box-shadow: 
 0 6px 24px rgba(247, 146, 33, 0.6),
 0 3px 12px rgba(0, 0, 54, 0.4),
 inset 0 1px 0 rgba(255, 255, 255, 0.4);
 background: linear-gradient(135deg, #ff8c42 0%, #f79221 100%);
}

.uk-clocation-container .button-cityuk:active {
 transform: scale(0.95);
 box-shadow: 
 0 2px 8px rgba(247, 146, 33, 0.4),
 inset 0 2px 4px rgba(0, 0, 54, 0.3);
}

.uk-clocation-container .icon-cityuk {
 width: 24px;
 height: 24px;
 transition: all 0.3s ease;
 z-index: 1;
 position: relative;
}

.uk-clocation-container .button-cityuk:hover .icon-cityuk {
 transform: translateX(2px);
}

/* Background Images */
.bg-birmingham {
 background-image: url('/assets/images/birmingham-city.webp');
	}

	.bg-edinburgh {
 background-image: url('/assets/images/edinburgh-city.webp');
	}

	.bg-glasgow {
 background-image: url('/assets/images/Glasgow-city-.webp');
	}

	.bg-london {
 background-image: url('/assets/images/london-city.webp');
	}

	.bg-manchester {
 background-image: url('/assets/images/Manchester-city.webp');
	}

	.bg-portsmouth {
 background-image: url('/assets/images/portsmouthharbor-city.webp');
	}

	.bg-slough {
 background-image: url('/assets/images/slough-city.webp');
	}

	.bg-worcester {
 background-image: url('/assets/images/Worcester-Cathedral-city.webp');
	}

	.bg-gloucester {
 background-image: url('/assets/images/Gloucester-Cathedral-city.webp');
	}

	.bg-nottingham {
 background-image: url('/assets/images/arkwright-city.webp');
	}

/* Responsive Design */
@media (max-width: 768px) {
 .uk-clocation-container .uk-clocation-container {
 padding: 1rem 0.5rem;
 }
 
 .uk-clocation-container .uk-clocation-card {
 height: 220px;
 border-radius: 20px;
 }
 
 .uk-clocation-container .uk-clocation-city {
 font-size: 1.25rem;
 }
 
 .uk-clocation-container .button-cityuk {
 width: 48px;
 height: 48px;
 }
 
 .uk-clocation-container .icon-cityuk {
 width: 20px;
 height: 20px;
 }
}

@media (max-width: 576px) {
 .uk-clocation-container .uk-clocation-card {
 height: 200px;
 border-radius: 16px;
 }
 
 .uk-clocation-container .uk-clocation-city {
 font-size: 1.1rem;
 }
 
 .uk-clocation-container .uk-clocation-overlay {
 padding: 1rem;
 }
}

/* Loading Animation for Background Images */
.uk-clocation-container .uk-clocation-card {
 background-color: #f8f9fa;
}

.uk-clocation-container .uk-clocation-card::after {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: linear-gradient(
 90deg,
 transparent,
 rgba(247, 146, 33, 0.05),
 transparent
 );
 transform: translateX(-100%);
 animation: shimmer 2s infinite;
 z-index: 1;
}

@keyframes shimmer {
 0% {
 transform: translateX(-100%);
 }
 100% {
 transform: translateX(100%);
 }
}

/* Accessibility Improvements */
.uk-clocation-container .uk-clocation-card:focus-within {
 outline: 2px solid #f79221;
 outline-offset: 2px;
}

.uk-clocation-container .button-cityuk:focus {
 outline: 2px solid #000036;
 outline-offset: 2px;
}

/* Light mode optimizations */
@media (prefers-color-scheme: light) {
 .uk-clocation-container {
 background: #ffffff;
 }
 
 .uk-clocation-container .uk-clocation-card {
 box-shadow: 
 0 8px 32px rgba(0, 0, 54, 0.08),
 0 4px 16px rgba(247, 146, 33, 0.05),
 0 2px 8px rgba(0, 0, 0, 0.04);
 }
}

.low-latency-infosec{
    padding:50px;
}

/* Commercial Content Pages */

.g-cityBtnToggler{
    width: auto;
    margin-top: 13px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 14px;
    color: #fff;
    border-radius: 20px;
    background: #ff5c15;
    background: -moz-linear-gradient(93deg, #ff5c15 0%, var(--secondary-color) 100%);
    background: -webkit-linear-gradient(93deg, #ff5c15 0%, var(--secondary-color) 100%);
    background: linear-gradient(93deg, #ff5c15 0%, var(--secondary-color) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#830016",endColorstr="#d70024",GradientType=1);
}

.gLocation-Finder{
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 5px 16px !important;
    border-left: 3px solid var(--secondary-color);
    outline:none;
    width:100%;
    position:relative;  
    font-size: 16px !important;
}

.gLocation-Finder::placeholder{
    font-size: 14px !important;
    color: #ccc !important;
}

.NavigateBtnimgDiv{
    width: 30px;
    margin-right: 10px;
}

.filterwrap{
    max-width:1800px !important;
}

/*filtering*/

.g-side-panel-btn-container{
    background: #fbf8f8;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #ccc;
    flex: 1 1 360px;
    height: fit-content;
    text-align:center;
}

.g-content-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.g-side-by-side-panel-container{
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;

}

.g-sub-tbl-Navigate-Btn{
    background-color: var(--primary-color);
    padding: 10px;
    border: 1px solid #ccc;
    text-align: justify;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size:14px;
}

#gspectablewrapper{
    width: 100%;
}

.g-sub-tbl-Navigate-Btn:hover{
    background-color: #8f8f8f;
    transition:0.3s ease-in-out;
}

#gsubBtnGroupContainer{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gwidth100 > .g-new-product-pricing-table > .g-new-product-pricing-table-thead {
    color:#fff !important;
}

@media screen and (max-width:1400px){
    .g-side-panel-btn-container {
        flex: 1 1 320px;
    }
}

@media screen and (max-width:1100px){
    .g-side-by-side-panel-container {
        flex-wrap:wrap;
    }

    .g-side-panel-btn-container {
        flex: 1 auto !important;
    }

    .g-side-by-side-panel-container {
        flex-direction: column-reverse;

    }

    #gsubBtnGroupContainer{
        flex-direction: row;
        flex-wrap: wrap;
    }

    #gsubBtnGroupContainer > .g-sub-tbl-Navigate-Btn{
        flex: 1 1 200px;
    }
}

.g-side-panel-btn-container-defr-div{
    flex: 1 1 auto !important;
}


.gsubBtnGroupContainerdef{
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 14px !important;
} 


.gsubBtnGroupContainerdef > .g-sub-tbl-Navigate-Btn{
    width: 100% !important;
}

.filterwrap .g-new-product-pricing-table{
    margin-bottom: 0px;
}

  #gpu-server-accordian {
           margin-bottom: 70px;
    background-color: #000036;
    color: white;
    padding: 50px 20px;
        }
        #gpu-server-accordian .faq-container {
            max-width: 800px;
            margin: 0 auto;
        }
        #gpu-server-accordian .faq-title {
            text-align: center;
            margin-bottom: 40px;
            font-size: 2.5rem;
            font-weight: bold;
        }
        #gpu-server-accordian .accordion-item {
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 5px;
            margin-bottom: 15px;
            overflow: hidden; /* Ensures child elements conform to border-radius */
        }
        #gpu-server-accordian .accordion-header {
            background-color: transparent;
            color: white;
            width: 100%;
            padding: 20px;
            border: none;
            text-align: left;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
        }
        #gpu-server-accordian .accordion-header:hover {
            background-color: rgba(255, 255, 255, 0.05);
        }
        #gpu-server-accordian .accordion-icon {
            font-size: 2rem;
            line-height: 1;
            transition: transform 0.3s ease;
            font-weight: 300;
        }
        #gpu-server-accordian .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out, padding 0.4s ease-out;
            background-color: rgba(0, 0, 0, 0.2);
        }
        #gpu-server-accordian .accordion-content p {
            margin: 0;
            padding: 25px;
            font-size: 1rem;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.85);
        }
        
        /* Style for when the accordion item is active/open */
        #gpu-server-accordian .accordion-item.active .accordion-header {
            background-color: rgba(255, 255, 255, 0.1);
        }
        #gpu-server-accordian .accordion-item.active .accordion-icon {
            transform: rotate(45deg);
        }




	
		/* Search container positioning */
.new-search-container {
    position: relative;
    width: 200px; /* adjust as needed */
}

/* @media (max-width: 1199px) {
	.new-search-container {
		
		margin-left: 313px;
		
	}
	} */
@media(max-width:659px){
	#serach-div{
		margin-left: -10rem !important;
	}
}

/* Search input styling */
.header-search-input {
    width: 100%;
	padding: 8px 40px;
    border: 2px solid #000036;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    color: #000036;
    background-color: #f0f0f0; /* light background so input text is visible */
    transition: border 0.3s, box-shadow 0.3s;
}

.header-search-input:focus {
    border-color: #000036;
    box-shadow: 0 0 8px rgba(0, 0, 54, 0.5);
}

/* Search icon */
.search-icon {
    position: absolute;
    top: 50%;
    left: 23px;
    transform: translateY(-50%);
    color: #000036;
    font-size: 18px;
    pointer-events: none;
}

/* Dropdown container */
.location-search-results-dropdown {
    display: none; /* hidden by default */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000036; /* main color */
    border: 1px solid #000036;
    border-radius: 8px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    padding: 8px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Each location item */
.location-search-results-dropdown h3 {
    margin: 0;
    padding: 8px 12px;
    font-size: 15px;
    color: #ffffff; /* white text for contrast */
    cursor: pointer;
    transition: background 0.2s;
}

.location-search-results-dropdown h3:hover {
    background-color: #1a1a66; /* darker hover effect */
}

/* No results message */
.location-search-results-dropdown .no-results {
    padding: 10px 12px;
    color: #ffffff;
    text-align: center;
    font-style: italic;
}

/* Remove underline from dropdown links */
.location-search-results-dropdown h3 a {
    text-decoration: none; /* removes underline */
    color: #ffffff;         /* keep the white color */
    display: block;         /* make the whole h3 clickable */
    width: 100%;
}

.location-search-results-dropdown h3 a:hover {
    background-color: #1a1a66; /* hover effect stays */
}


/* navbar-new */


/* --- General/Color Styles --- */
.nr-navbar, .custom-navbar { background-color: #000036 !important; }
.nr-link, .nav-link, .nav-linmk { color: #ffffff !important; font-weight: 500; }
.nr-link:hover, .nav-link:hover, .nav-linmk:hover { color: #d0142c !important; }
.fa-chevron-down, .fa-bars, .fa-arrow-right { color: #ffffff; }
.nr-toggler, .navbar-toggler { border-color: #d0142c; }

/* Desktop default hidden state for custom dropdowns */
.dropdown-content {
    /* Bootstrap's 'dropdown-menu' class handles the hiding on mobile initially */
    opacity: 0;
    visibility: hidden;
    padding: 1.5rem;
    background-color: #000036; 
    border: 1px solid #d0142c;
    border-top: none; 
    /* Desktop positioning */
    position: absolute; 
    top: 100%; 
    left: 0;
    z-index: 1000;
}

@media (max-width: 1199px) {
#whye{
	max-width: 728px !important;
}
}

@media (max-width: 1199px) {
#servrop{
	max-width: 600px !important;
}
}

@media (max-width: 1199px) {
#servrop{
	margin:auto;
}
}

@media (max-width: 1199px) {
#company{
	max-width: 305px;
    margin:auto;
}
.company-div {
    display: flex
;
    flex-direction: row-reverse !important;
}
}

@media (max-width: 1199px) {
  
.new-search-container {
	width: 294px;
}
.form-control{
	padding: 4px 45px !important;
}

}

@media (max-width: 1199px) {
#unifiedNavbarContent{
	margin-top: -10px;
	padding-bottom: 15px;
}
}

@media (max-width: 659px) {
	#unifiedNavbarContent{
		max-width: 584px;
	}
	.new-search-container{
		margin-left: 165px;
	}
	}
	

/* --- Dropdown Shared Styling (Desktop/Mobile Wide/Grid Layout) --- */
.dropdown-content.wide .content-wrapper { display: flex; flex-direction: row; width: 100%; color: #ffffff; }
.dropdown-content.wide .sidebar { flex: 0 0 30%; padding-right: 1.5rem; border-right: 1px solid rgba(255, 255, 255, 0.1); }
.dropdown-content.wide .locations-column { flex: 0 0 70%; padding-left: 1.5rem; }
.dropdown-content.grid { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 15px; width: 600px; }
.dropdown-content.company-grid.grid { grid-template-columns: repeat(2, 1fr); width: 400px; }
.locations-title { color: #ffffff; border-bottom: 2px solid #d0142c; }


/* ####################################################################### */
/* --- Mobile/Tablet Logic (max-width 1199px) --- */
/* ####################################################################### */

@media (max-width: 1199px) {
    
    /* 1. Force the Wide/Grid dropdown to flow *within* the collapsed navbar content (full width) */
    .dropdown-content {
        position: static !important; 
        margin-top: 0 !important;
        border: none !important; /* Remove borders for cleaner mobile look */
        border-radius: 0;
        padding: 1rem; /* Adjust padding for mobile */
        width: 100% !important; /* Ensure it takes full width of the collapsed menu */
    }



    /* 2. Overwrite default Bootstrap dropdown-menu properties */
    .dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        display: block; /* Bootstrap JS handles this, but ensures visibility */
    }

    /* 3. Adjust Wide/Grid layout for mobile to stack vertically */
    /* .dropdown-content.wide .content-wrapper {
        flex-direction: column; /* Stack sidebar and locations vertically */
    } */
    .dropdown-content.wide .sidebar {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* Add a separator line */
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .dropdown-content.wide .locations-column {
        padding-left: 0;
    }
    
    .dropdown-content.grid {
        grid-template-columns: repeat(2, 1fr) !important; /* 2 columns on mobile/tablet */
    }
}


/* ####################################################################### */
/* --- Desktop/LG View Logic (min-width 1200px) --- */
/* ####################################################################### */

/* @media (min-width: 1200px) {
    
    /* 1. Disable Bootstrap's click behavior on the <a> tag on desktop (to allow hover) */
    .nav-item.dropdown > a[data-bs-toggle="dropdown"] {
        pointer-events: none;
    }
    
    /* 2. Show custom desktop dropdowns on hover */
    .nav-menu > .dropdown:hover > .dropdown-content {
        opacity: 1;
        visibility: visible;
        
    }

    /* 3. Positioning the Company dropdown correctly */
    .dropdown:last-of-type:hover > .dropdown-content {
        left: auto;
        right: 0;
    }

    /* Ensure desktop grid is 3 columns or as defined */
    .dropdown-content.grid { 
        grid-template-columns: repeat(3, 1fr) !important; 
    }

.navbar-collapse{
  background-color: #000036;

}

.navbar-collapse .dropdown-menu {
	display: none;
	/* Adding a transition for a smoother opening/closing effect */
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
  }

  /* When JavaScript adds the .show class, display the menu as a block element.
	This makes it visible and allows it to occupy space.
  */
  .navbar-collapse .dropdown-menu.show {
	display: block;
	opacity: 1;
  }
/* --- Server Options Dropdown Space Fix --- */

#serverOptionsDropdown + .dropdown-menu.grid {
  
  padding: 10px; 

  width: auto; 
  min-width: 300px; 
  max-width: 90vw; 
}


 /* Add this CSS code to the VERY END of your stylesheet */

#serverOptionsDropdown + .dropdown-menu.grid .product-item {

  margin-bottom: 0;
}


/* ####################################################################### */
/* --- Mobile View Enhancements (Toggle Menu Look) --- */
/* ####################################################################### */

/* Entire Collapsed Menu Background */



.navbar-collapse {
  background-color: #000036;
}

/* Navbar Links (Why eServers, Servers, Company etc.) */
.navbar-nav .nav-item .nav-link {
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); /* Separator line between main links */
}

@media (max-width: 1199px) {
.navbar-nav{
	overflow: scroll;
    max-height: 500px;
}
}




/* Mobile Dropdown Content (Wide/Grid) */
@media (max-width: 1199px) {

    .dropdown-content {
        padding: 0.5rem 0; /* Less padding inside dropdown */
    }
    
    /* Left Sidebar (Network, OS, etc.) inside 'Why eServers' */
    .dropdown-content.wide .sidebar ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 1rem;
    }
    .dropdown-content.wide .sidebar li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05); /* Separator */
    }
    .dropdown-content.wide .sidebar a {
        display: block;
        padding: 10px 15px;
        color: #ffffff; /* Ensure text is white */
        text-decoration: none;
    }
    .dropdown-content.wide .sidebar a:hover {
        background-color: #d0142c;
        color: #000036; /* Dark text on red hover */
    }

    /* Right Location Column inside 'Why eServers' */
    .locations-title {
        padding: 10px 15px 5px 15px;
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
    }
    .loction-card {
        padding: 5px 15px;
    }
    .location-itemnav {
        color: #ffffff !important; /* Ensure location links are white */
        display: block;
        padding: 5px 0;
    }
    .location-itemnav:hover {
        color: #d0142c !important; /* Hover effect */
    }


    /* Server Options and Company Grid Layout Adjustment */
    .dropdown-content.grid {
        padding: 10px;
    }
    .serverop-drop {
        display: flex;
        /* flex-direction: column; */
        align-items: center;
        text-align: center;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        text-decoration: none;
        color: #ffffff;
    }
    .serverop-drop:hover {
        background-color: #d0142c;
        color: #000036;
    }
    .serverop-drop img {
        max-width: 60px;
        height: auto;
        margin-bottom: 5px;
    }
    .serverop-drop p {
        margin: 0;
        font-size: 0.9rem;
    }
}

/* @media (max-width: 1199px) {
.locations-column{
  display: none;

}


} */

@media (max-width: 1199px) {
.sidebar ul li a {
max-width: 900px !important;
}
}


.server-div{
	display: flex;	
	padding: 10px;
    gap: 10px;
}
@media(max-width:1199px){
	.server-div{
		display: flex !important;	
		flex-direction: column !important;
	}
}
.company-div {
    display: flex
;
    padding: 10px;
    gap: 10px;
    flex-direction: column !important;
}

/* filter */

/* Mock Table Structure for Demonstration */
.g-new-product-pricing-table-container, .table-container {
	margin-top: 2rem;
	padding: 1rem;
	background-color: #ffffff;
	border-radius: 12px;
	
}
.g-new-product-pricing-table {
	width: 100%;
	border-collapse: collapse;
}
.g-new-product-pricing-table-tbody-row {
	border-bottom: 1px solid #e0e0e0;
}
.g-new-product-pricing-table-data {
	padding: 1rem;
}
.g-new-product-pricing-table-data-span {
	font-weight: bold;
}
.price {
	font-weight: 600;
	color: #000036;
}

/* --- NEW FILTERING STYLES --- */

/* Main Section Container */
.common-section {
	padding-top: 110px;
}

/* Section Header */
.title-h2 {
	font-size: 1.5rem; /* 24px */
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	background-color: #000036; /* Very Dark Blue */
	padding: 1.5rem 1rem;
	letter-spacing: 0.5px;
}
.title-h2 .fa-solid {
	color: #d0142c; /* Vibrant Red */
}

/* Main Grid Container for Filters */
.product-filtering-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	padding: 0 2rem 2.5rem;
}

/* Individual Filter Block */
.product-filtering {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.product-filtering:not(:last-child) {
	 /* Removed border for a cleaner look, separation is handled by gap */
}

.product-filtering-title {
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
	color: #000036; /* Very Dark Blue */
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #f0f0f0;
}
.product-filtering-title .fa-solid {
	color: #d0142c; /* Vibrant Red */
}

/* Buttons Container */
.filter-common-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem; /* 12px */
	margin-top: 0.5rem;
}

/* General Button Style */
.filter-common-btn {
	padding: 0.6rem 1.2rem;
	border-radius: 8px;
	border: 1px solid #d4dde4;
	background-color: #f8fafd;
	color: #000036;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.filter-common-btn:hover {
	border-color: #ffffff;
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 4px 10px rgba(208, 20, 44, 0.1);
}

/* Active Button State */
.filter-common-btn.active {
	background-color: #d0142c; /* Vibrant Red */
	color: white;
	border-color: #d0142c;
	box-shadow: 0 4px 15px rgba(208, 20, 44, 0.3);
	transform: translateY(-2px);
}



/* Reset Button Style */
#resetFunc {
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	border: none;
	background-color: #000036; /* Very Dark Blue */
	color: white;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	margin-top: 1rem;
}

#resetFunc:hover {
	background-color: #000020;
	box-shadow: 0 4px 15px rgba(0, 0, 54, 0.3);
	transform: translateY(-2px);
}

/* Price Range Labels */
#rangeMinValue, #rangeMaxValue {
	font-weight: 700;
	font-size: 1rem;
}
#rangeMinValue {
	color: #d0142c; /* Vibrant Red */
}
#rangeMaxValue {
	color: #000036; /* Very Dark Blue */
}

/* Styling the range input */
#productPriceRangeMin {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 8px;
	border-radius: 10px;
	background: #d4dde4; /* Muted Blue/Grey base */
	outline: none;
	margin: 0.5rem 0;
	transition: background 0.3s ease;
}

/* Custom thumb for WebKit browsers (Chrome, Safari) */
#productPriceRangeMin::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #d0142c; /* Vibrant Red */
	border: 3px solid #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	margin-top: -8px; /* Center thumb on the track */
	transition: transform 0.2s ease;
}
#productPriceRangeMin:hover::-webkit-slider-thumb {
	transform: scale(1.1);
}

/* Custom thumb for Mozilla Firefox */
#productPriceRangeMin::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #d0142c; /* Vibrant Red */
	border: 3px solid #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: transform 0.2s ease;
}
#productPriceRangeMin:hover::-moz-range-thumb {
	transform: scale(1.1);
}

/* --- No Results & SweetAlert --- */

.no-results-container {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	flex-wrap: wrap;
	align-items: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	padding: 2rem;
	margin-top: 2rem;
	border-radius: 12px;
	background-color: #fff8f8;
}

.no-results-container > p {
	color: #c53030;
	font-weight: 600;
	margin: 0;
	font-size: 1.1rem;
}

.reset-filters-btn {
	background-color: #d0142c; /* Vibrant Red */
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	font-size: 1rem !important;
	transition: all 0.3s ease-in-out;
}
.reset-filters-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(208, 20, 44, 0.3);
}

.custom-popup-class {
	border-radius: 12px !important;
}
.swal2-title.custom-title-class,
.swal2-html-container.custom-content-class {
	 color: #fff !important;
}

/*responsive issues fixing*/


@media (max-width:572px){
	.heronew-hero-title {
		padding-top: 110px !important;
	}
}
#n-button{
	margin-bottom: 20px !important;
}
@media(max-width:558px){
	#breadcumb-div{
		padding-bottom: 70px !important;
	}
}
@media(max-width:476px){
	#breadcumb-div{
		padding-bottom: 90px !important;
	}
}
@media(max-width:473px){
	#breadcumb-div{
		padding-bottom: 180px !important;
	}
}

@media(max-width:425px){
	#breadcumb-div{
		padding-bottom: 0px !important;
	}
}


@media(max-width:470px){
	#barmetal-div{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    align-content: center;
	}
}
@media(max-width:768px){
	#c-breadcumb{
		padding-bottom: 100px !important;(min-width: 1200px)
	}
}
@media(max-width:531px){
	#c-breadcumb{
		padding-bottom: 140px !important;
	}
}
@media(max-width:490px){
	#c-breadcumb{
		padding-bottom: 240px !important;
	}
}
@media(max-width:425px){
	#c-breadcumb{
		padding-bottom: 0px !important;
	}

	#i-hero{
		height:692px !important;
	}
}

#optional-card{
	padding-left: 20px !important;
}

@media(max-width:548px){
	#data-hero{
		padding-bottom: 450px !important;
	}
}




       /* =================================== */
/* Offer Banner Styles                 */
/* =================================== */

.offer-banner {
    /* Banner Background & Text */
    background-color: var(--primary-color);
    color: #ffffff;
    
    /* Layout */
    display: flex;
    justify-content: space-between; 
    align-items: center;            
    flex-wrap: wrap;                

    /* Spacing & Style */
    padding: 8px 16px;
    border-radius: 8px;
    gap: 8px;
    min-height: 100%;
}
.offer-text {
    font-size: 1rem; 
    font-weight: 600;
    flex: 1 1 auto;
    line-height: 1.4;
    word-wrap: break-word;
}
@media(max-width:1085px){	
	.offer-banner {
		width: 100% !important;
	}
}




.offer-button {
    /* Button Colors */
    background-color: var(--secondary-color);
    color: #ffffff;
    
    /* Button Style */
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 24px;
    border-radius: 5px;
    text-align: center;
    flex-shrink: 0; 

    padding: 12px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.offer-button:hover,
.offer-button:focus {
    background-color: #a81023; 
    color: #fff;
    transform: scale(1.03);
    outline: none;
}
}

@media (max-width: 812px) {
    .offer-banner {
        padding: 4px 12px;
        gap: 8px;
        text-align: center;
    }
    
    .offer-text {
        font-size: 0.95rem;
        margin-bottom: 0;
        min-width: auto;
    }

    .offer-button {
        padding: 8px 16px;
        font-size: 0.9rem;
        box-sizing: border-box; 
    }
}

/* Responsive styles for 732px and below */
@media (max-width: 732px) {
    .topbar-con {
        padding: 6px 8px !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
    }
    
    .offer-banner {
        padding: 6px 10px;
        gap: 8px;
        flex-grow: 1;
        flex-wrap: wrap;
        align-items: center;
        min-height: 100%;
    }
    
    .IIimage {
        width: 18px;
        height: 18px;
        flex-shrink: 0;
    }
    
    .offer-text {
        font-size: 18px;
        line-height: 1.3;
        flex: 1 1 auto;
        word-wrap: break-word;
        white-space: normal;
    }
    
    /* Hide "Claim Offer" text, keep icon only */
    .offer-button {
        padding: 6px 8px;
        font-size: 0;
        min-width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    
    .offer-button svg {
        width: 20px;
        height: 20px;
        display: inline-block;
    }
    
    /* Hide "Login" text, keep icon only */
    #l-icon {
        display: none !important;
    }
    
    .login-button .material-symbols-outlined {
        font-size: 20px;
    }
    
    /* Adjust login icons to match height */
    #login-icons {
        gap: 6px !important;
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0;
    }
    
    #login-icons .list-inline {
        gap: 6px !important;
        margin: 0;
        display: flex;
        align-items: center;
    }
    
    .topbar-icon {
        font-size: 18px;
        padding: 4px;
    }
}
/* @media(max-width:812px){
	.offer-banner{
		display: none;
	}
} */

@media(max-width:426px){
	.topbar {
		height: auto !important;
		min-height: 50px;
	}
	
	.topbar-con {
		padding: 4px !important;
	}
	
	.offer-text{
		font-size: 0.58rem;
		line-height: 1.2;
	}
	
	.offer-banner {
		padding: 3px 5px;
		gap: 4px;
	}
	
	.offer-button {
		padding: 4px 6px;
	}
	
	.offer-button svg {
		width: 16px;
		height: 16px;
	}
	
	.mobile-togle{
		margin-top: -130px !important;
        margin-left: 320px !important;
	}
}
@media(max-width:528px){
	.topbar-con {
		padding: 5px 6px !important;
	}
	
	.offer-banner {
		padding: 4px 6px;
	}
	
	.offer-text {
		font-size: 0.65rem;
		line-height: 1.3;
	}
	
	.IIimage {
		width: 16px;
		height: 16px;
	}
}
@media(max-width:476px){
	.topbar-con {
		gap: 4px !important;
		padding: 4px 5px !important;
	}
	
	.offer-banner {
		padding: 4px 6px;
	}
	
	.offer-text {
		font-size: 0.6rem;
		line-height: 1.2;
	}
	
	.topbar-icon {
		font-size: 16px;
		padding: 3px;
	}
}

@media(max-width:444px){
	.offer-banner {
		padding: 3px 5px;
	}
	
	.offer-text {
		font-size: 0.58rem;
	}
	
	.IIimage {
		width: 14px;
		height: 14px;
	}
}
@media(max-width:1394px){
#billing-search{
	margin-left: 0 !important;
	margin-right: 20px !important;
}
}
@media(max-width:1329px){
#LocationSearchInputDesktop{
	    padding: 8px 12px !important;
		margin-left: 3px !important;
		margin-right: -30px !important;
}
}



/* offer */

@media(max-width:628px){
	.topbar {
		min-height: auto;
		height: auto !important;
	}
	
	.offer-banner {
		padding: 5px 8px;
		flex-wrap: nowrap;
	}
	
	.offer-text {
		font-size: 15px;
		line-height: 1.3;
		white-space: normal;
		word-wrap: break-word;
	}
	
	.offer-button svg {
		width: 18px;
		height: 18px;
	}
}

   @media(max-width:812px){
	#social-icons{
		display: none !important;
	}
}
	
@media(max-width:425px)	{
	.mobile-togle{
		margin-top: -130px !important;
        margin-left: 288px;
    }
}
	

@media(max-width:480px){
	.data-centehero{
		height: 665px !important;
	}
}


/* #whmcs-navbar{
	height:40px;
}
@media(max-width:1199px) and (min-width:900px){
	#whmcs-navbar{
		height: 0px !important;
	}
}
@media(max-width:965px){
	#whmcs-navbar{
		height: 46px !important;
	}
}
#client-sidebar{
	align-items: center;
    justify-items: center;
}
#c-sidebar{
	margin-bottom: 30px;
} */
@media (max-width:551px){
	.heronew-hero{
		height:840px !important;
	}
}
@media (max-width:768px){
	.heronew-hero{
		height:730px !important;
	}
}
@media(max-width:548px){
	#data-title{
		margin-top: 400px;
	}
}
#servrop{
	width: 600px !important;
}

@media(max-width:1199px){
	#servrop{
	width: 300px !important;
}

}

 @media(max-width:402px){
	.mobile-togle{
		margin-top: -125px !important;
        margin-left: 292px !important;
    }
}
 @media(max-width:375px){
	.mobile-togle{
		margin-top: -117px !important;
        margin-left: 267px !important;
    }
}
@media(max-width:351px){
	.mobile-togle{
		margin-top: -117px !important;
        margin-left: 258px !important ;
    }
}

 @media(max-width:339px){
	.mobile-togle{
		margin-top: -117px !important;
        margin-left: 217px  !important;
    }
}
@media(max-width:320px){
	.mobile-togle{
		margin-top: -92px !important;
        margin-left: 230px !important;
    }
} 

@media(max-width:308px){
	.mobile-togle{
		margin-top: -85px !important;
        margin-left: 198px !important;
    }
}  
@media(max-width:767px){
#location-rows{
	width:85% !important;
}
	#whye{
		max-width:493px !important;
	}

	
}
@media(max-width:514px){
#whye{
	max-width: 440px !important;
}
}
@media(max-width:458px){
	#why-eservers-wrapper{
		gap:7px;
	}
#whye{
	max-width: 416px !important;
}

}

@media(max-width:427px){
	#why-eservers-wrapper{
		display: flex;
		flex-direction: column;
	}
	#whye{
	max-width: 322px !important;
}
}

@media(max-width:342px){
	    #whye {
        max-width: 275px !important;
}
}
@media(max-width:347px){
	#unifiedNavbarContent{
		max-width:260px ;
	}
}




/* Main Section Wrapper */
.network-partners-section {
	margin-left: auto;
	margin-right: auto;
	/* Equivalent to px-4 sm:px-6 lg:px-8 */
	
	margin-bottom: 60px;
}

@media (min-width: 640px) {
	.network-partners-section {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (min-width: 1024px) {
	.network-partners-section {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

/* Main Content Block */
.network-partners-content-block {
	background-color: var(--primary-color);
	border-radius: 1rem; /* rounded-2xl */
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); /* shadow-2xl */
	overflow: hidden;
}

/* Text Content Area */
.network-partners-text-area {
	padding: 2rem; /* p-8 */
}

@media (min-width: 640px) {
	.network-partners-text-area {
		padding: 3rem; /* sm:p-12 */
	}
}
@media (min-width: 1024px) {
	.network-partners-text-area {
		padding: 4rem; /* lg:p-16 */
	}
}

/* Section Title */
.network-partners-title {
	font-size: 1.875rem; /* text-3xl */
	line-height: 2.25rem;
	font-weight: 700; /* font-bold */
	margin-bottom: 1.5rem; /* mb-6 */
	color: var(--secondary-color);
}

.network-partners-p{
	color: #ffffff;
}

@media (min-width: 640px) {
	.network-partners-title {
		font-size: 2.25rem; /* sm:text-4xl */
		line-height: 2.5rem;
	}
}

/* Section Paragraphs */
.network-partners-text {
	font-size: 1.125rem; /* text-lg */
	line-height: 1.75rem;
	color: #e5e7eb; /* text-gray-200 */
}

.network-partners-text p {
	margin-bottom: 1.5rem; /* space-y-6 */
}
.network-partners-text p:last-child {
	margin-bottom: 0;
}

.network-partners-text strong {
	color: #ffffff; /* text-white */
}
#gpu-price-table{
	min-width:0px !important;
}

.IIimage{
	max-width: 55px;
}
@media(max-width:1321px) and (min-width:992px){
	.card-body{
		flex-direction: column !important;
	}
}
@media(max-width:920px){
	.topbar-icon{
		display: none !important;
	}

}

.ahref-link{
	color: #ff1313;
    text-decoration: none;

}

.dropdown-container {
    position: relative;
}

/* --- Dropdown Layout --- */
#dcMegaMenu {
    width: 700px;
    max-width: 95vw;
    padding: 0;
    border: none;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    position: absolute;
    right: 0 !important; /* දකුණු පසට ඇලවීමට */
    left: auto !important;
    background: #fff;
    z-index: 9999;
}

.content-wrapper {
    display: flex;
    min-height: 450px;
}

/* --- Sidebar (Cities List) --- */
.sidebar {
    width: 35%;
    background: #f8f9fa;
    border-right: 1px solid #eee;
    padding: 20px;
}

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

.product-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 600;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 8px;
    border: 1px solid #eee;
    transition: 0.3s;
}

/* Active State - Red Color */
.product-item.active {
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}

.product-item i {
    font-size: 12px;
    opacity: 0.7;
}

/* --- Content Area (Data Centers List) --- */
.locations-column {
   
    padding: 25px;
    overflow-y: auto;
}

.dc-pane {
    display: none; 
    flex-direction: column;
    gap: 25px;
}

.dc-pane.active {
    display: flex; 
}








/* --- Clickable Data Center Item --- */
.dc-item-wrapper {
    padding: 12px 18px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-left: 4px solid var(--secondary-color);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #333 !important; /* අකුරු පැහැදිලිව පෙනීමට */
    text-decoration: none !important;
    transition: 0.3s ease;
    padding: 12px !important;
}

.dc-item-wrapper:hover {
    background-color: #f0f0f0;
    transform: translateX(8px); /* දකුණට මදක් ගමන් කිරීම */
    color: var(--secondary-color) !important;
}

.dc-item-wrapper i {
    color: var(--secondary-color);
    margin-right: 12px;
    font-size: 16px;
}

/* --- Responsive Design (Mobile & Tablet) --- */
@media (max-width: 991px) {
    #dcMegaMenu {
        width: 100%;
        position: static;
        box-shadow: none;
        max-width: 100%;
    }
    
    .content-wrapper {
        flex-direction: column;
    }

    .sidebar, .locations-column {
        width: 100%;
    }

    .sidebar {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}


.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}


.trust-lef{
	    margin-left: -20% !important;
}

 .sm-gri{
	width: 86% !important;
 }



body.header-scrolled .topbar-con {
    display: none !important;
}


body.header-scrolled .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
    animation: slideDown 0.4s ease;
}


body.header-scrolled .topbar {
    border: none !important;
    padding: 0 !important;
    height: auto !important;
}


@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

.dedi-sec{
 height: 780px !important;
}