/*
Theme Name: Ampcus Inc
Theme URI: https://www.ampcus.com/
Description: Ampcus Inc
Version: 1.0
Author: Ampcus Inc
Author URI:https://www.ampcus.com/
*/
#top-nav {
	margin-top:25px;}
#top-nav .menu-header ul, div.menu ul { 
	font-size: 15px;
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#top-nav .menu-header li, div.menu li {
	float: left;
	position: relative;
}
#top-nav a {
	color: #03153d;
	display: block;
	padding: 10px 12px;
	text-decoration: none;}
#top-nav ul li a:hover, 
#top-nav ul li.current_page_item a,
#top-nav ul li.current_page_parent a,
#top-nav ul li.current_page_ancestor a,
#top-nav ul li.current-menu-ancestor a, 
#top-nav ul li.current-menu-item a,
#top-nav ul li.current-menu-parent a {
	/*background: #000;*/
	color: #1f7fbb;
}
#top-nav ul ul {/* Drop down menu */
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 40px; 
	min-width: 120px;
	z-index: 99999;
	white-space: nowrap;
}
#top-nav ul ul li {
	border-bottom: 1px solid #d4d4d4;
	width: 100%;	
	white-space: nowrap;
}
#top-nav ul ul ul {/* Third Level drop down menu */
	left: 100%;
	top: 0;
}
#top-nav ul ul a,
#top-nav ul li.current_page_item ul li a,
#top-nav ul li.current-menu-ancestor ul li a {
	background: #FFF;
	color: #000;
	height: auto;
	line-height: 1em;
	padding: 10px;
	width: auto;
    font-size: 13px;
    text-transform: capitalize;
    white-space: nowrap;
}
#top-nav ul ul a:hover,
#top-nav ul li.current_page_item ul li a:hover,
#top-nav ul li.current-menu-ancestor ul li a:hover {
	color: #fff;
	background: #1f7fbb;	
}
#top-nav ul li:hover > ul {display:block;}

.life-amp {
    font-size: 25px;
    color: #fff;
}

.fraud-alert-card {
    background: linear-gradient(135deg, #363946, #888f97);
    border-left: 6px solid #e74c3c;
    border-radius: 12px;
    color: #fff !important;
    /* margin-top: 35px; */
    cursor: pointer;
    max-width: 400px;
    /* width: 100%; */
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: sideways-lr;
    padding: 10px 0px !important;
   
}
.fraud-h2{
font-size: 20px;
    display: block;
    writing-mode: vertical-rl;
    padding: 10px 0px;
    transform: rotate(180deg);
}

.custom-bullet-points {
  list-style: none;
  padding-left: 0;
}

.custom-bullet-points li {
  position: relative;
  padding-left: 24px; /* Adjust as needed for spacing */
}

.custom-bullet-points li::before {
  content: "✔";
  color: #00d084;
  position: absolute;
  left: 0;
  top: 0;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.bcc {
 background: transparent;
  padding: 2px 7px 2px 7px;
  color: #fff;
  border: 0px !important;
  right: 8px;
  position: absolute;
}

button,input[type="button"],input[type="reset"],input[type="submit"]{/* cursor:pointer; */-webkit-appearance:button;overflow:visible;}

#pptext {
    margin-top: -49px;
    margin-left: 20px;
}
#nf-field-3{
    height: 83px;
    border: 1px solid #E3E3E3 !important;
    background: #f9f9f9;
    padding: 8px;
}
#nf-form-1-cont input[type=text], input[type=password] {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    padding: 8px;
    border: 0px;
    border: 1px solid #E3E3E3 !important;
    background: #f9f9f9; 
}
#nf-form-1-cont input[type=email] {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    padding: 8px;
    border: 1px solid #E3E3E3 !important;
    border: 0px;
    background: #f9f9f9;
    font-family: Raleway !important;
}
#nf-form-1-cont input[type=tel] {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    padding: 8px;
    border: 1px solid #E3E3E3 !important;
    border: 0px;
    background: #f9f9f9;
    font-family: Raleway !important;
}
#nf-field-4 {
    width: 100px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 13px;
    background: rgb(4, 169, 217);
    padding: 10px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}
#nf-field-4:hover {
    background: #333;
}
#amp-con{margin-bottom:40px;}


    #chartdiv {
      width: 100%;
      height: 50vh;
      /* background: #eef2f7; */
    }
    .custom-tooltip {
      position: absolute;
      background: #333;
      color: white;
      padding: 5px 10px;
      border-radius: 3px;
      font-size: 14px;
      pointer-events: none;
      max-width: 200px;
      white-space: normal;
      z-index: 1000;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

          .globe-container {
            position: relative;
            text-align: center;
            margin: 50px auto;
        }
        .globe-img {
            width: 500px;
            height: auto;
        }
        .location-group {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin: 10px 0;
            flex-wrap: wrap;
        }
        .location {
            /* background: rgb(0 153 216);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            margin: 5px;
            text-align: left; */
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 15px 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin: 5px;
    /* background: rgb(0 153 216); */
    background: #fff;
    color: #000;
    text-align: left;
     /* background: linear-gradient(135deg, #ad67dd, rgb(0 153 216)); */
        }
.location:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
    color: #000;
     /* background: linear-gradient(135deg,rgb(0 153 216), #ad67dd); */
}
.map-city{
  margin-left: 30px;
}
.country-name{
  display: flex;
  align-items: center;
  gap: 10px;
}
.location-icon {
    width: 20px;
    height: 20px;
    /* margin-right: 10px; */
    border-radius: 50%;
    background: linear-gradient(45deg, #51e1cc, #51e1cc);
}



/* Accordion button same as .location */
.accordion-button {
  color: #000 !important;
  border-radius: 20px !important;
  padding: 15px 20px !important;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease;
  /* background: rgb(0 153 216) !important; */
   /* background: linear-gradient(135deg, #ad67dd, rgb(0 153 216)) !important; */
   background: #fff !important;
}

.accordion-body {
    border: 2px solid #0099d8;
    margin-top: 10px;
    text-align: left;
}
.amp-map p{
 margin-bottom: 0rem;
}
.accordion-item {
  border: none !important;
  background: transparent;
}


@media (max-width: 768px) {
  .globe-none {
    display: none !important;
  }

}
.banner h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.com-box {
    margin: 20px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}


/* Section headings */
.blog-heading {
    font-weight: 600;
    /* color: #1e3c72; */
    font-size: 20px;
    color: #3481d5;
    margin-top: 40px;
    margin-bottom: 20px;
}

.bg2 {
    background: #eee;
    padding: 30px 15px;
}
.serviceBox {
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}
.serviceBox .service-content {
    padding: 20px;
    background: #fff;
    border: 2px solid #000;
    text-align: center;
    position: relative;
    min-height: 263px;
}
.serviceBox .title {
    font-size: 20px;
    font-weight: 600;
    color: #474747;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.serviceBox .service-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #2579b7;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
    transition: all 0.5s 
ease 0s;
}

.serviceBox1 {
    padding: 20px 25px 0px 25px;
    border-radius: 5px;
    text-align: left;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: #e0f2ff;
    border-left: #2579b7 solid 8px;
    color: #fff;
    margin-bottom: 6px;
}
.serviceBox1:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #e0f2ff;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: all 0.5s 
ease 0s;
}
.serviceBox1 .service-icon {
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.5s 
ease 0s;
}
.serviceBox1 .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
        color: #0f3c51;
    margin-right: 10px;
}
.serviceBox1 .description {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    transition: all 0.5s 
ease 0s;
}
.demo {
    background: #f6fcfd;
    padding: 20px;
}
/* Content sections */
.content-section12 {
    background: #f9f9f9;
    padding: 30px 25px;
    margin-bottom: 30px;
    border-left: 5px solid #1e3c72;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Paragraph links */
.content-section a {
    color: #2a5298;
    text-decoration: underline;
}

/* Lists styling */
.content-section ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 15px;
}

.content-section li {
    margin-bottom: 10px;
}

/* Conclusion styling */
.conc {
    font-weight: 600;
    color: #1e3c72;
    font-size: 1.2rem;
}

/* Highlighting strong points */
.content-section p strong {
    color: #8360d2;
}

.content-section ul li strong {
    color: #8360d2;
}

.content-section{
	text-align: justify;
}

.indus-circle{
	border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.practice-leader {
  text-align: center;
/*   padding: 0px 20px; */
}

.practice-leader h2 {
  font-size: 23px;
  font-weight: 700;
  color: #002244;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.practice-leader .leader img {
  width: 150px; /* small image */
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.practice-leader h3 {
  font-size: 1.2rem;
  color: #111827;
  margin-bottom: 5px;
}

.practice-leader p {
  font-size: 0.95rem;
  color: #6b7280;
}
