* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*   
    font-family: "Lato", sans-serif;
    font-family: "Heebo", sans-serif;
*/
body {
  background: #fff;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  font-family: "Heebo", sans-serif;
}
a {
  text-decoration: none;
  background: transparent;
  color: #fff;
  transition: 0.4s all ease;
}
a:hover {
  color: #fff;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0rem;
  color: #000000;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
}
section {
  padding: 100px 0;
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
/* SITE BTN */
.site-btn {
  padding: 13px 35px;
  background-color: var(--s-primary);
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
  color: var(--s-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.site-btn:hover {
  transform: scale(0.9);
  transition: 0.5s;
  color: var(--s-white);
  background-color: var(--s-secondary);
}

/* REVERS BTN */
.revSite-btn {
  background-color: #fff;
  color: var(--s-black);
  border-color: #fff;
  position: relative;
}
.revSite-btn::before {
  background-color: var(--s-primary);
  border-color: var(--s-primary);
}
.revSite-btn:hover {
  color: var(--s-white) !important;
  border-color: var(--s-primary);
}
/* New */
.Site-btn2 {
  background-color: var(--s-white);
  color: var(--s-black);
  position: relative;
}
.Site-btn2::before {
  background-color: var(--s-white);
}
.Site-btn2:hover {
  color: var(--s-black) !important;
  background-color: var(--s-third);
}
.site-outline-btn {
  background-color: transparent;
  border-color: var(--s-primary);
  color: var(--s-primary);
}
/* TITLE BAR */
.titleBar {
  margin-bottom: 35px;
  position: relative !important;
}
.titleBar span {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--s-third);
  letter-spacing: 0.13em;
  margin-bottom: 8px;
  display: block;
}
.titleBar h3 {
  font-size: 40px;
  font-weight: 600;
  color: var(--s-black);
  margin-bottom: 20px;
}
.iconbg {
  background: var(--s-primary);
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
:root {
  --s-primary: #304e78;
  --s-secondary: #1e72ae;
  --s-third: #f7c162;
  --s-white: #ffffff;
  --s-black: #030303;
}
.bg-s-primary {
  background-color: var(--s-primary) !important;
}
.text-s-primary {
  color: var(--s-primary) !important;
}
.bg-s-secondary {
  background-color: var(--s-secondary) !important;
}
.text-s-secondary {
  color: var(--s-secondary) !important;
}
.text-s-white {
  color: var(--s-white) !important;
}
.bg-s-white {
  background-color: var(--s-white) !important;
}
.text-s-black {
  color: var(--s-black) !important;
}
.bg-s-black {
  background-color: var(--s-black) !important;
}
/*=========================================  
                      HOME PAGE CSS START HERE 
              ============================================*/
/* Sticky Header CSS Start */
header .header-scrolled {
  transition: all 0.5s linear;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-scrolled .nav-link {
  color: var(--s-black) !important;
}
/* HEADER CSS START HERE */
header {
  background-color: transparent;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
/* TOP SECTION CSS */
.top-section {
  padding: 15px 0;
  background-color: var(--s-primary);
}
.top-location ul li {
  font-weight: 400;
  font-size: 14px;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--s-white);
}
.top-location ul li a {
  color: var(--s-white);
  font-weight: 300;
}
.top-location ul li a lord-icon {
  margin-right: 8px;
}
.header-info ul li {
  padding: 0 3px;
}
.header-info ul li a {
  color: var(--s-primary);
  font-weight: 500;
  transition: 0.3s;
  background-color: var(--s-white);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.header-info ul li a:hover {
  color: var(--s-black);
  background-color: var(--s-third);
}
/* Bottom Header Start Here */
.dropdown-menu {
  left: 15px;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dropdown-item:hover {
  background-color: var(--s-primary);
  color: var(--s-white);
}
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.bottom-header {
  background-color: #fff;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  /* overflow: hidden; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bottom-header nav .navbar-brand {
  font-size: 25px;
  font-weight: 700;
  color: var(--s-black);
  margin: 0;
}
.bottom-header nav .navbar-nav .nav-item .nav-link.active::after {
  transform: scale(1);
}
.bottom-header nav .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 400;
  color: var(--s-black);
  padding: 3px 2px;
  margin: 0 15px;
  border-radius: 50px;
  position: relative;
  text-transform: uppercase;
}
.bottom-header nav .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  height: 1px;
  border-radius: 0px;
  border: 0 !important;
  background: currentColor;
  z-index: 1;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.bottom-header nav .navbar-nav .nav-item .nav-link:hover::after {
  transform: scale(1);
}

/* Banner Section Start Here */
#banner {
  background-image: url(https://eagleshieldlegalnurse.com/wp-content/uploads/2025/05/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 650px;
  min-height: 650px;
  display: block;
}
#banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.445);
}
#banner .container .row {
  height: 650px;
  min-height: 650px;
}
.banner-text {
  position: relative;
  z-index: 2;
  width: 100%;
}
.banner-text h5 {
  display: block;
  margin-bottom: 15px;
  color: var(--s-white);
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-text h2 {
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
  color: var(--s-white);
  font-weight: 500;
  text-transform: capitalize;
}
.banner-text p {
  margin-bottom: 35px;
  color: var(--s-white);
}
.freeCall-btn {
  background-color: var(--s-white);
  color: var(--s-black);
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  border-color: var(--s-white);
}
.freeCall-btn:hover {
  background-color: var(--s-primary);
  border-color: var(--s-primary);
  color: var(--s-black);
}
.innerbanner {
  flex-wrap: wrap;
  flex-direction: row;
  position: absolute;
  transform: translate(0%, -50%) !important;
  left: 0;
  z-index: 1;
  bottom: 0;
}

/* About Us Section Start Here */
.about_image {
  transition: all 0.2s;
  position: relative;
}
.about_image img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}
.about-image2 {
  height: 490px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}
.list {
  margin-bottom: 40px;
  margin-top: 30px;
}
.list li {
  font-size: 15px;
  margin-bottom: 8px;
  color: var(--s-black);
}
.list li i {
  font-size: 15px;
  color: var(--s-black);
  font-weight: 400;
  margin-right: 7px;
}
.about-counter {
  background-color: var(--s-primary);
  width: 250px;
  padding: 20px;
  margin: -50px auto 0 auto;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  text-align: center;
  color: var(--s-white);
}
.about-counter h4 {
  font-size: 40px;
  font-weight: 700;
  color: var(--s-white);
  margin-bottom: 0;
}
.about-counter p {
  color: var(--s-white);
}

/* Services Section Start Here */
.servicesSection {
  background-color: var(--s-primary);
  z-index: 1;
  overflow: visible;
}
.services-box {
  padding: 30px;
  background-color: var(--s-white);
  transition: all.3s;
  border: 1px solid #eaeaea;
  position: relative;
  z-index: 5;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.services-box:hover {
  background-color: var(--s-third);
  margin-top: -8px;
}
.services-box:hover .services-box h4 {
  color: var(--s-white);
}
.services-box h4 {
  color: var(--s-black);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 13px;
}
.services-box p {
  color: var(--s-black);
  margin-bottom: 25px;
}
.bottom-margin {
  margin-bottom: -100px;
  position: relative;
  z-index: 5;
}

/* Why Image Section */
.whyChooseSection {
  padding-top: 180px;
  overflow: visible;
  z-index: 0;
}
.why-image img {
  height: 700px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
.timeline {
  position: relative;
}
.timeline-item {
  position: relative;
}
.timeline-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 2px;
  background: var(--s-third); /* gold color */
}
.timeline-item:last-child:before {
  content: none;
}
.timeline-item {
  position: relative;
  padding-bottom: 40px;
}
.timeline-icon {
  position: absolute;
  left: -20px;
  top: 0;
  width: 50px;
  height: 50px;
  background: var(--s-third);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.timeline-icon img {
  width: 28px;
}
.timeline-content {
  padding-left: 50px;
  color: var(--s-black);
}
.timeline-content {
  padding-left: 50px;
  color: var(--s-black);
}

/* Testimonial Section */
.testimonialSection {
  background: linear-gradient(45deg, black, transparent),
    url(https://eagleshieldlegalnurse.com/wp-content/uploads/2025/05/banner-3.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
/* Terstimonial Section */
.td-single-testimonial-item {
  background: var(--s-white);
  padding: 40px;
  transition: 0.8s;
  border-radius: 0px;
  border: 1px solid #eaeaea;
}
.td-testimonial-rating {
  color: #fdcc0d;
}
.td-testimonial-rating ul li {
  margin: 0 1px;
}
.td-testimonial-header .td-testimonial-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--s-primary);
}
.td-testimonial-image h3 {
  margin-bottom: 0;
  font-size: 25px;
  color: var(--s-white);
}
.td-name-designation h6 {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 400;
  color: var(--s-primary);
  transition: 0.3s;
}
.td-name-designation p {
  color: var(--s-black);
  font-weight: 300;
  font-size: 13px;
}
.td-testimonial-description {
  margin: 20px 0 30px 0;
}
.td-testimonial-description p {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 1rem;
  color: var(--s-black);
}

/* FAQs  Section */
.accordion-item {
  background-color: #f3f3f3;
}
.accordion-header .accordion-button {
  font-size: 20px;
  background-color: #f3f3f3;
  color: var(--black);
  padding: 20px 30px 20px 34px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  font-weight: 700;
}
.faq-image {
  height: 550px;
  object-fit: cover;
  /* object-position: left; */
}
.accordion-button:not(.collapsed) {
  color: var(--s-black);
  background-color: var(--s-third);
}

/* Free CAll Section Start Here */
.freeCAllSection {
  background-image: url(https://eagleshieldlegalnurse.com/wp-content/uploads/2025/05/about-image-2.jpg);
  background-color: var(--s-black);
  background-position: center center;
}
.freeCAllSection::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--s-black);
  opacity: 0.6;
}

/* Footer Section Start Here */
footer {
  background-color: var(--s-primary);
  position: relative;
  padding-top: 25px;
}
/* footer:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #222222f5;
        z-index: 0;
      } */
.footer-box h2 {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 17px;
  color: var(--s-white);
}
.footer-box p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  color: var(--s-white);
}
.footer-box h3 {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 25px;
  color: var(--s-white);
  text-transform: uppercase;
}
.footer-box ul li {
  margin-bottom: 0.5rem;
}

.footer-box ul li a {
  font-size: 15px;
  color: var(--s-white);
}
.footer-box ul li a:hover {
  color: var(--s-third);
  letter-spacing: 1px;
}
.footer1stRow {
  padding: 2rem 0 1.5rem 0;
  position: relative;
  z-index: 1;
  /* border-top: 1px solid #2525251e; */
}
.socialmediaicon ul li a i {
  background-color: var(--s-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 0;
  color: var(--s-primary);
  transition: 0.3s;
  border-radius: 2px;
}
.socialmediaicon ul li a i:hover {
  transform: rotate(360deg);
  background-color: var(--s-third);
  color: var(--s-black);
}
.SocialIcon h3 {
  font-size: 17px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
}
.copyRight {
  border-top: 1px solid #ffffff5b;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

/* Back To Top CSS Start Here */
.button {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid var(--s-primary);
  overflow: hidden;
  border-radius: 30px;
  color: var(--s-primary);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.btn-txt {
  z-index: 1;
}
.type1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  background-color: var(--s-primary);
  border-radius: 30px;
  visibility: hidden;
  height: 10px;
  width: 10px;
  z-index: -1;
}
.button:hover {
  box-shadow: 1px 1px 200px var(--s-white);
  color: #fff;
  border: none;
}
.type1:hover::after {
  visibility: visible;
  transform: scale(100) translateX(2px);
}






/*=========================================  
       ABOUT US PAGE CSS START HERE 
============================================*/
.innerPagesBanner {
  background-color: var(--s-black);
  background-image: url(https://eagleshieldlegalnurse.com/wp-content/uploads/2025/05/innerbanner.jpg);
  background-position: 0% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerPagesBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00000094;
}
.innerpage-title {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.innerpage-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  position: relative;
  display: block;
  color: var(--s-white);
  margin-bottom: 10px;
}
.breadcrumb-content ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin: 0 5px;
}
.breadcrumb-content ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: var(--s-white);
  margin-right: 5px;
}
/* Mission Section Start here */
.ourMission {
  background-image: url(https://eagleshieldlegalnurse.com/wp-content/uploads/2025/05/banner-1.jpg);
  position: relative;
}
.ourMission::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000c5;
  z-index: 0;
}
.valueBox {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  /* margin: 10px 10px 10px 10px; */
  --e-column-margin-right: 10px;
  --e-column-margin-left: 10px;
  padding: 3em 1em 3em 1em;
  background-color: #f5fbfb;
}
.valueBox h4 {
  color: var(--s-black);
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 25px;
  margin-top: 25px;
  letter-spacing: 1px;
}
/* FAQs  Section */

.faq-image {
  height: 550px;
  object-fit: cover;
  object-position: right;
}
.contactIcon h5 {
  font-size: 17px;
  font-weight: 600;
}
.innerservicescontent {
  margin: 0;
}
.innerservicescontent {
  padding: 40px 30px;
}
.innerservicescontent h2 {
  font-size: 17px;
}
.innerservicescontent p {
  font-size: 17px;
}








/*============================================
     Inner Services Pages CSS STart Here 
=============================================*/
.innerServicesPage p {
  margin-bottom: 20px;
}
.innerServicesImage img {
  height: 430px;
  object-fit: cover;
}
.innerServices-overlay {
  background-color: #00000088;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}






/*============================================
    Responsive CSS STart Here 
=============================================*/
@media (max-width: 991px) {
  .container {
    max-width: 95%;
  }
  .top-section {
    display: none;
  }
  .bottom-header .container {
    padding: 0;
  }
  section {
    padding: 80px 0;
  }
  .header-btn {
    margin-top: 20px;
  }
  .navbar-nav {
    align-items: self-start !important;
    border-top: 1px solid #0000007e;
    margin-top: 10px;
    padding: 8px 0;
  }
  .bottom-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    padding: 3px 2px;
    margin: 0px 0;
    color: var(--s-black);
  }
  .header-scrolled .nav-link {
    color: var(--s-black) !important;
  }
  .site-btn {
    padding: 15px 30px 15px 30px;
    font-size: 14px;
  }
  .titleBar h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .titleBar span {
    font-size: 13px;
  }
  p {
    font-size: 14px;
  }

  /* Banner */
  #banner {
    padding: 50px 0;
    height: 450px;
    min-height: 450px;
  }
  #banner .container .row {
    height: 450px;
    min-height: 450px;
  }
  .banner-text h2 {
    font-size: 30px;
    color: var(--s-white);
  }
  .banner-text h5 {
    font-size: 13px;
    color: var(--s-white);
  }
  .innerbanner {
    transform: translate(0%, -30%) !important;
  }

  /* About */
  .about_image img {
        height: 350px;
    }
    .about-image2{
        height: 350px !important;
    }  
    .list {
        margin: 0;
    }
    .list li {
        font-size: 12px;
    }

    /* Services */
    .servicesSection{
        padding-bottom: 80px !important;
    }
    .bottom-margin{
        margin-bottom: 0;
    }

    /* WHy CHoose US */
    .whyChooseSection{
        padding-top: 80px;
    }
    .why-image img{
        height: 450px;
    }

    /* Testimonial */
    .testimonialsBox {
        padding: 2rem 3rem 2rem 3rem;
    }

    /* freecall */
    .callSectionBottom {
        flex-direction: column;
    }
    .callSectionBottom a {
        width: 100%;
        margin: 10px 0 0 0 !important;
    }

    /* Inner Services Pages */
    .innerPagesBanner {
        height: 250px;
    }
    .innerpage-title {
        margin-top: 0;
    }
    .innerpage-title h2 {
        font-size: 45px;
        line-height: 48px;
    }
    .accordion-header .accordion-button {
        font-size: 14px;
    }
    .contactUSPage {
        margin-top: 30px;
        padding: 30px 20px !important;
    }
    .innerservicescontent {
        padding: 0px 0;
    }
}
