@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {

  --hc-white-color: #ffffff;
  --hc-yellow-color:#FFB800;
  --hc-face-color:#12304B;
  --hc-hiver-blue:#1E3743;
  --hc-lightwhite-bg: #F5FAFF;
  --hc-head-color:#002B46;
  --hc-text-color: #6E8DA0;
  --hc-footer-color:#02121B;
  --hc-link-color: #0B58CA;
  --hc-primary-color: #0B58CA;
}
html{
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.6px;
  line-height: 1.4;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-family: "Poppins", sans-serif;
}
img {
  max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;
}
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #515151;
  width: 6px;
}
.nice-select.open ::-webkit-scrollbar {
  width: 2px;
}
.nice-select.open ::-webkit-scrollbar-thumb {
  background: #515151;
  width: 2px;
}
.container{
  max-width: 1170px;
}
.hc-paragraph {
  font-size: 16px;
  color: var(--hc-text-color);
  font-weight: 500;
}
.hc-sections{
  background-color: #F8FDFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
}
.hc-sections-2{
  background-color: #F6F6FF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
}
.hc-container{
  max-width: 1620px;
  padding: 0 20px;
  margin: 0 auto;
}
/* botton css end */
/* navheadsection start */
.hc-nav{
  background-color: #02121B;
  padding: 14px 0px;
}
.hc-navhead{
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 15px;
}
.hc-navmainhead{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hc-navheadcall{
  width: 32px;
  height: 32px;
  background-color:#ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hcnavheadtext p{
  color: var(--hc-white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.hcnavheadtext span{
  color:var(--hc-yellow-color) ;
  font-weight: 700;
}
.hc-faceicon{
  width: 31px;
  height: 31px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--hc-face-color);
  transition: all 0.3s;
  cursor: pointer;
}
.hc-faceicon:hover{
  background-color: var(--hc-hiver-blue);
}
.hc-navheadicon{
  display: flex;
  gap: 15px;
}
/* navheadsection end */
/* header section css start */
.hc-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
  padding: 15px 0;
}

.hc-header-wrapper.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.hc-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--hc-white-color);
  box-shadow: 0px 4px 15px 0px rgba(20, 100, 173, 0.15);
  padding: 10px 0;
  transform: translateY(-100%);
  animation: slideDown 0.5s forwards;
  z-index: 99;
}

.hc-header-fixed .hc-navbar-menu ul li a {
  color: var(--hc-head-color);
}

.hc-header-fixed .hc-navbar-menu ul {
  background: var(--hc-white-color);
}
 .hc-navbar-menu-2 {
  display: flex;
 }
 .hc-navbar-menu-contact {
  display: none !important; 
 }
 .hc-navbar-menu-2 li a{
  border: 1px solid #000 !important;
  padding: 10px 35px; 
  border-radius: 10px !important;
 }
 .hc-bnrser-circle{
  display: none;
 }
 .hero-image-wrapper img{
  min-height: 620px;
  max-height: 690px;
  margin-left: 0px;
  margin-top: -100px;
 }
 .hero-image-wrapper{
  position: relative;
 }
 .hero-image-wrapper .bg-svg{
  position: absolute;
  bottom: -40px;
  right: -20px;
  width: 100%;
  height: 100%;
  z-index: -1;
 }
 .hc-bannerrightleft {
  height: 100vh !important;
 }
 .main-sec-icons{
  margin-top: 40px;
  display: flex;
  gap: 43px;
 }
 .main-sec-icons > div {
  display: flex;
  flex-direction: column;
  align-items: center;
 }
 .main-sec-icons > div > div {
  border-left: 1.23px solid #2F55FF;
  padding-left: 10px;
 }
 .main-sec-icons > div > div > p {
  font-size: 18px;
  font-weight: 500;
  color: #ABABAF;
 }
 .main-sec-icons > div > div > h3 {
  font-size: 24px;
  font-weight: 600;
  color: #1F1F1F;
 }
 .main-sec-icons img{
  height: 60px;
  width: auto;
 }
 .hc-bnrser-circle-2{
  display: none;
 }
@media(min-width: 992px) {
  .hc-bnrser-circle{
    display: block;
    right: -400px;
    top: 0px;
    
    position: absolute;
    width: 100%;
  }
  .hc-bnrser-circle-2{
    display: block;
    right: -300px;
    top: 0px;
    
    position: absolute;
    width: 100%;
  }
}

@media(max-width:991px) {
  .main-sec-icons{
    display: none;
  }
  .hc-header-fixed .hc-navbar-menu ul {
    background: var(--hc-face-color);
    top: 0;
    z-index: 101;
    height: 100vh;
  }
  .hc-navbar-menu-2 {
   display: none;
  }

  .hc-header-fixed .hc-navbar-menu ul li a {
    color: var(--hc-white-color);
  }
  
  .menu-open .hc-header-fixed .hc-navbar-menu ul,
  .menu-open .hc-navbar-menu ul {
    left: 0;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2);
  }
  
  .hc-header-fixed .hc-toggle-btn {
    z-index: 102;
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.hc-navbar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  
}
.hc-navbar-menu ul li {
  display: inline-block;
  margin-right: 50px;
}
.hc-brand-logo a img {

  max-height: 80px;
  object-fit: contain;
  width: auto;
}
@media screen and (max-width: 991px) {
  .hc-brand-logo a img {
    max-height: 40px;
  }
}

.hc-navbar-menu .responsive-logo a img {
  display: none;
}
.hc-toggle-btn {
  display: block;
  cursor: pointer;
  z-index: 1002;
  position: absolute;
  right: 15px;
  top: 25px;
}
.hc-toggle-btn span{
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--hc-hiver-blue);
  margin: 6px 0;
  transition: all 0.3s ease;
}

@media (min-width: 992px) {
  .hc-toggle-btn span {
    display: none;
  }
}

.hc-navbar-menu ul li.start-security{
  margin-right: 0;
}
.hc-navbar-menu ul li.start-security a {
  width: 60px;
  height: 60px;
  background-color: var(--hc-white-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hc-navbar-menu ul li a {
  color:#828282;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.hc-navbar-menu ul li a:after {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom:-36px;
  content: '';
  height: 4px;
  width: 20px;
  border-bottom: solid 3px var(--hc-hiver-blue);
  transition: all 0.3s;
  opacity: 0;
}
.hc-navbar-menu ul .active a:after {
  opacity: 1;
  color: #4A4A4A !important;
}

.hc-navbar-menu ul li a:hover:after {
  opacity: 1;
  color: #4A4A4A !important;
}

.hc-navbar-menu ul li a:hover {
  color: #4A4A4A !important;
}

.hc-navbar-menu ul li a:hover.security {
  color: #4A4A4A !important;
}

.hc-navbar-menu ul li a:hover.security:after {
  opacity: 1;
}

.hc-navbar-menu ul .active a  {
  color: #4A4A4A !important;
}
/* header section css end */
.hc-mainbnr{
  padding-top: 150px;
  /* padding-bottom: 100px; */
  background-color: var(--hc-lightwhite-bg);
}
.hc-headingsection{
  padding-top: 60px;
  max-width: 677px;
}
.hc-bannerheading{
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize; /* Added text-transform to capitalize */
  
  position: relative;
}

/* New hero section animations and styles */
.hc-banner-highlight {
  width: 120px;
  height: 8px;
  background-color: var(--hc-hiver-blue);
  margin: 15px 0;
  border-radius: 4px;
}

.hc-pulse-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(42, 167, 255, 0.2);
  left: 20px;
  top: -10px;
  z-index: -1;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(42, 167, 255, 0.4);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(42, 167, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(42, 167, 255, 0);
  }
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

.animate-float-delay {
  animation: float 3s ease-in-out 1.5s infinite;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.animate-pulse {
  animation: pulse-opacity 2s infinite;
}

@keyframes pulse-opacity {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}

@media(max-width:768px){
  .hc-banner-highlight {
    margin: 15px auto;
  }
  
  .hc-pulse-circle {
    display: none;
  }
  
  .animate-float, 
  .animate-float-delay {
    animation: none;
  }
  
  .hc-headingsection p {
    margin-top: 20px;
  }
}

/* End of new hero section styles */

.hctextbg{
  margin-left: -80px;
  padding: 8px 0 8px 78px;
  background-repeat: no-repeat;
}
.hc-mainbtn{
  position: relative;
}
.hc-buttonarrow{
  position: absolute;
  top: 30px;
  left: 250px;
  max-width: 111px;
  height: 76px;
}
.hc-textserch{
  display: none;
}
.hc-bnrbtn{
  position: relative;
  height: 60px;
  max-width: 190px;
  text-transform: uppercase;

  background-color: #090920;
  border-radius: 10px;
  padding: 19px 0px 19px 35px;
  display: flex;
  gap: 28px;
  align-items: center;
  color: var(--hc-white-color);
  font-size: 16px;
  font-weight: 600;
  margin-top: 57px;
  transition: all 0.3s ease;
  box-shadow: 15px 20px 60px rgba(42, 167, 255, 0.20);
}
.hc-bnrbtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 30px;
  height: 100%;
  background-color: #0b0b19;
  transform: skewX(-20deg);
  transform-origin: top right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hc-bnrbtn:hover{
  transform: scale(1.05);
}
.hc-headingsection a:hover{
  color: var(--hc-white-color);
}
.hc-consultation{
  background-color: var(--hc-white-color);
  max-width: 655px;
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  margin-top: 66px;
  border-radius: 20px;
  padding: 15px 15px 15px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: black;
}
.hc-bnrser{
  display: none;
}
.hc-banner-right{
  position: relative;
  margin-top: -30px;
}
.hc-consultation select{
  border: none;
  cursor: pointer;
}
.form-select:focus{
  border-color: transparent;
  box-shadow: none;
}
.hc-firstdropdown{
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-right: 15px;
}
.hc-firstdrop{
  max-width: 160px;
}
.hc-thirddropdown{
  max-width: 160px;
}
.hc-seconddropdown{
  border-left: 1px solid #E1E8EE;
  border-right: 1px solid #E1E8EE;
  min-width: 168px;
  padding: 0 10px;
}
.hc-dropsearch{
  width: 60px;
  height: 60px;
  background-color: var(--hc-hiver-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hc-dropsearch:hover{
  transform: scale(1.05);
}
.nice-select{
  border: none !important;
  display: flex;
  align-items: center;
  width: 100%;
}
.hc-bannerrightleft{
  display: grid;
  grid-template-columns: 1fr 1fr ;
  gap: 190px;
  position: relative;
  align-items: center;
}
/* boxes */
.hc-satisfied{
  background-color: var(--hc-white-color);
  padding: 14px 14px 14px 20px;
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  display: flex;
  align-items: center;
  gap: 19px;
  position: absolute;
  top: 225px;
  left: -170px;
  border-radius: 10px;
}
.hc-satisfieimg2{
  margin-left: -40px;
  width: 58px;
  height: 58px;
}
.hc-satitext h4{
  font-size: 20px;
  font-weight: 700;
}
.hc-secondbox{
  width: 90px;
  height: 90px;
  background-color: var(--hc-white-color);
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  border-radius: 15px;
  position: absolute;
  top: 240px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hc-secondtab img{
  position: absolute;
  top:160px;
  right: 100px;
  max-width: 96px;
  height: 58px;
}
.hcsatiarrow img{
  position: absolute;
  top: 330px;
  left: -70px;
  max-width: 74px;
  height: 116px;
}
.hc-thirdbox{
  width: 199px;
  background-color: var(--hc-white-color);
  position: relative;
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  padding: 18px 19px 18px 19px;
  text-align: center;
  border-radius: 10px;
}
.hc-thirdbox_img{
  position: absolute;
  bottom: 68px; 
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hc-thirdboxtext h4{
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
.hc-thirdboxtext p{
  margin-top: 8px;
}
.hc-thirdmainbox{
  position: absolute;
  bottom: 80px;
  left: -120px;
}
.hc-fourthbox{
  width: 187px;
  border-radius: 10px;
  background-color: var(--hc-white-color);
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
  position: relative;
  text-align: center;
  padding: 17px 24px 17px 24px;
}
.hc-fourthstar{
  width: 139px;
  height: 27px;
  background-color:#EEF1F3 ;
  border-radius: 10px;
  padding: 6px 5px 5px 10px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.hc-fourthstartext{
  display: flex;
  gap: 5px;
}
.hc-fourthtext h4{
  font-size: 16px;
  font-weight: 700;
  margin-top: 18px;
}
.hc-fourthtext p{
  margin-top: 2px;
}
.hc-fourthstartext img{
  max-width: 13px;
  height: 13px;
}
.hc-fourthbox_img{
  position: absolute;
  left: 0;
  right: 0 ;
  margin: 0 auto;
  bottom: 43px;
}
.hc-fourthmainbox{
  position: absolute;
  bottom: 208px;
  right: -95px;
}
.swiper-button-prev, .swiper-button-next,
.swiper-pagination{
  z-index: 5;
}
/* department section start */
  .hc-department-wrapper{
    background-color:var(--hc-lightwhite-bg) ;
  }
  .hc-top-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .hc-top-heading h5{
    font-size: 40px;
    font-weight: 600;
    color: #002B46;
  }
  .hc-depicon{
    display: flex;
    gap: 15px;
  }
  .swiper-button-prev.hc-head-left {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #DCE7F2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
  }
  .swiper-button-next.hc-head-left {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #DCE7F2;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
  }
  .hc-head-left::after{
    color: #6E8DA0;
  }
  .hc-top-heading .swiper-button-prev{
    left: auto;
    right: 70px;
  }
  .hc-top-heading .swiper-button-prev::after{
    font-size: 10px;
  }
  .hc-top-heading .swiper-button-next::after{
    font-size: 10px;
  }
  .hc-head-left:hover{
  background-color: var(--hc-hiver-blue);
  box-shadow:12px 16px 48px rgba(42, 167, 255, 0.20);

  }
  .hc-head-left:hover::after{
    color: var(--hc-white-color);
  }

  .hc-depcard{
    margin-top: 52px;
  }
  .hc-depfirstcard{
    text-align: center;
    transition: all 0.5s;
    padding: 30px 20px 28px 20px;
    /* background-image: url('../images/depborder.png');
    background-repeat: no-repeat; */
    /* width: 275px; */
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(42, 167, 255, 0.6)) 1;
    border-radius: 10px;

  }
  .hc-depfirstcard h4{
    font-size: 20px;
    font-weight: 600;
    color: var(--hc-head-color);
  }
  .hc-deprcard-text{
    margin-top: 38px;
  }
  .hc-deprcard-text p{
    margin-top: 14px;
  }
  .hc-depfirstcard:hover{
    background-color: var(--hc-white-color);
    box-shadow:11px 11px 49px rgba(39, 98, 131, 0.10);
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(42, 167, 255, 0.6)) 1;

  }
  .hc-depcardimg{
    height: 52px;
    width: 52px;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items:center ;
  }
  .hc-firstimg{
    background-color: #EBF3FF;
  }
  .hc-secondimg{
    background-color: #FFEBEB;
  }
  .hc-depar_firstimg{
    max-width: 46px;
    height: 39px;
  }
  .hc-depar_secondimg{
    max-width: 43px;
    height: 43px;
  }
  .hc-depar_thirdimg{
    max-width: 36px;
    height: 45px;
  }
  .hc-depar_fourthimg{
    max-width: 34px;
    height: 38px;
  }
/* department section end */
/* about section css start */
.hc-about-mainrow{

  display: grid;
  /* place-items: center; */
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  margin-bottom: 15px;
}
.hc-about-top{
  text-align: left;
  position: relative;
}
.hc-about-top h6{
  color: var(--hc-hiver-blue);
  font-size: 16px;
  font-weight: 700;
}
.hc-about-top h4{
  font-size: 40px;
  font-weight: 600;
  color: var(--hc-head-color);
  margin-top: 18px;
  margin-bottom: 30px;
}
.hc-listimg-circle{
  width: 18px;
  height: 18px;
  background-color: #1AB820;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hc-listicon_img{
  width: 12px;
  height: 10px;
}
.hc-text-li{
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  margin-top: 24px;
  align-items: center;
}
.hc-about-btn {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 170px;
  background-color: #C7EF98;
  color: black !important; 
  border-radius: 10px;
  padding: 23px 30px 21px 42px;
  height: 60px;
  margin-top: 33px;
  color: var(--hc-white-color);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 15px 20px 60px 0px rgba(42, 167, 255, 0.20);
}
.hc-about-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 30px;
  height: 100%;
  background-color: #C7EF98;
  transform: skewX(-20deg);
  transform-origin: top right;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hc-about-btn:hover{
  /* box-shadow: inset 6.5em 0 0 0 var(--hc-head-color); */
  /* box-shadow: var(--hc-head-color) 0 16px 32px; */
  transform: scale(1.05) ;
}
.hc-abbtn a:hover{
  color: var(--hc-white-color);

}
.hc-about-img{
  position: relative;
  margin-top: 50px;
  max-height: 397px;
}
.hc-about-image-top-container{
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.hc-about-image-bottom-container{
  /* margin-top: 45px; */
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.hc-about-video-container {
  position: absolute;
  bottom: -44px;
  left: -87px;
  width: 272px;
  height: 281px;
  object-fit: cover;
}
.hc-about-video-container .hc-video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hc-about-video-container .hc-video-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hc-about-statistic-container{
  background-color: #E7F6DE;
  color: black;
  position: absolute;
  bottom: 0px;
  left: 150px;
  width: 181px;
  height: 141px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hc-about-statistic-title{
  font-size: 64px;
  font-weight: 700;
  color: black;
}

.hc-about-statistic-description{
  font-size: 36px;
  font-weight: 500;
  color: black;
}


@media screen and (max-width: 991px) {
  .hc-about-subhead{
    font-size: 40px !important;
  }
    .hc-about-statistic-container{
    display: none;
  }
  .hc-about-image-top-container{
    display: none;
  }
  .hc-about-image-bottom-container{
    display: none;
  }
  .hc-about-mainrow{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .hc-about-image-container{
    display: none;
  }
  .hc-about-video-container{
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

/* New styles for about section image and video */
.hc-about-image-container,
.hc-about-video-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.hc-about-image-container {
  margin-bottom: 20px;
}

.hc-video-thumbnail {
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.hc-video-thumbnail:hover {
  transform: scale(1.02);
}

.hc-video-thumbnail img {
  width: 100%;
  display: block;
  border-radius: 12px;
  height: auto;
}

.hc-video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: transform 0.3s ease;
}

.hc-video-thumbnail:hover .hc-video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.hc-video-play-button svg {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}

/* Video Modal */
.hc-video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
}

.hc-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
}

.hc-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 11;
}

.hc-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.hc-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.hc-about-img .hc-satisfied{
  position: absolute;
  top: -50px;
  left: 160px;
}
.hc-about-img .hc-fourthmainbox{
  position: absolute;
  left: -55px;
  bottom: -15px;
}
.hc-lilybox{
  background-color: var(--hc-white-color);
  width: 242px;
  padding: 12px 19px 12px 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  position: absolute;
  top: 260px;
  left: 255px;
  box-shadow:13px 14px 40px rgba(39, 98, 131, 0.15);
}
.hc-lilytext h4{
  font-size: 16px;
  color: var(--hc-head-color);
  font-weight: 700;
  margin-bottom: 7px;
}
.hc-plusdr{
  width: 195px;
  background-color: #A57BFF;
  border-radius: 10px;
  padding: 9px 17px 9px 17px;
  text-align: center;
  position: absolute;
  top: 325px;
  left: 350px;
}
.hc-plusdr img{
  margin-left: 55px;
}
.hc-plusdrtext h4{
  font-size: 16px;
  color: var(--hc-white-color);
  font-weight: 700;
}
.hc-plusdrtext p{
  color: var(--hc-white-color);
}
/* about section css end  */
/* appointment section css start */
.hc-appointment-wrapper{
  background-color: var(--hc-lightwhite-bg);
}
.hc-appointment-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.hc-appoint-firstpara{
  margin-top: 15px;
}
.hc-appint-secondpara{
  margin-top: 50px;
}
.hc-appointment-img{
  position: relative;
  margin-left:auto;
  margin-bottom: 25px;
  margin-top: 44px;
}
.hc-appointment_img{
  margin-left: auto;
}
.hc-appointment-img .hc-lilybox{
  position:absolute;
  top:-40px;
  left:200px;
  width: 242px;
}
.hc-appointmnetform{
  width: 336px;
  height: 468px;
  background-color: var(--hc-white-color);
  box-shadow: 13px 14px 40px rgba(39, 98, 131, 0.15);
  padding: 28px 28px 20px 28px;
  border-radius: 10px;
  position: absolute;
  top:100px;
  left: -60px;
}
.hc-appointmnetform h4{
  font-size:20px;
  font-weight: 700;
  color: var(--hc-head-color);
  margin-bottom: 7px;
}
.hc-appoindropdown .nice-select{
  width: 280px;
  height: 50px;
  background-color: rgba(220, 231, 242, 0.95);
  border-radius: 10px;
  border:none;
  margin-top: 17px;
  display: flex;
  align-items: center;
}
.hc-appointinput input{
  width: 280px;
  height: 50px;
  background-color:rgba(245, 250, 255, 0.95);
  border: none;
  border-radius: 10px;
  padding: 0px 20px;
  margin-top: 10px;
}
.hc-appointinput textarea{
  width: 100%;
  background-color:rgba(245, 250, 255, 0.95);
  border: none;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 10px;
}

.hc-daterow{
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.hc-daterow .nice-select{
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:none;
  background-color:rgba(245, 250, 255, 0.95);
  border-radius: 10px;
  text-align: center;
  color: #6E8DA0;

}
.hc-datedrop .nice-select{
  width: 96px;
  height: 50px;
  background-color:rgba(245, 250, 255, 0.95);
  border-radius: 10px;
  border: none;
  color: #6E8DA0;
  display: flex;
  align-items: center;
}
.hc-datedroptwo .nice-select{
  width: 106px;
  height: 50px;
  background-color: rgba(245, 250, 255, 0.95);
  border-radius: 10px;
  border: none;
  color: #6E8DA0;
  display: flex;
  align-items: center;
}
.hc-appointmnetform .hc-about-btn{
  max-width: 280px;
  margin-top: 20px;
  height:50px;
}
.hc-appointmnetform a:hover{
color: var(--hc-white-color);
}
.nice-select.open .list{
  overflow-x: hidden;
  max-height: 200px;
  overflow-y: auto;
}
/* appointment section css end  */
/* team section start */
.hc-team-wrapper{
  position: relative;
  padding-bottom: 94px;
}
.hc-team-row{
  margin-top: 76px
}
.hc-team-firstcard .hc-teamcard-main{
  background-color: var(--hc-lightwhite-bg);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px 18px 20px 18px;
  transition: all 0.5s ease;
}
.hc-team-firstcard{
  transition: all 0.5s ease ;
  margin: 0 auto;
  width: 100%;
  /* height: 408px; */
  position: relative;
}
.hc-teamimage img{
  width: 100%;
}
.hc-team-firstcard:hover{
  box-shadow: 0px 25px 22px rgba(15, 78, 113, 0.15)  ;
  border-radius: 15px;
}
.hc-team-firstcard:hover .hc-teamcard-main{
  opacity: 0;
  visibility: hidden;
}
.hc-team-firstcard:hover .hc-teamhover{
  opacity: 1;
  visibility: visible;
  /* top: 70px;
  left: 20px; */
  background-color: var(--hc-white-color);
  transition: all 0.3s;
}
.hc-team-para{
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
}
.hc-team-rating{
  display: flex;
  align-items: center;
  gap: 9px;
}
.hc-team-rating h6{
  font-size: 16px;
  color: var(--hc-head-color);
  font-weight: 500;
}
.hc-teamcard-main h5{
  font-size: 20px;
  color: var(--hc-head-color);
  font-weight: 700;
}
.hc-teamcard-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hc-team-firstcard .hc-about-btn{
  max-width: 169px;
  height: 30px;
  padding: 7px 10px;
  border-radius: 10px;
  margin-top: 14px;
  /* opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; */
  transition: all 0.3s;
}
.hc-team-firstcard .hc-about-btn{
  box-shadow: none;
}
.hc-team-firstcard a:hover{
  color: var(--hc-white-color);
}
.hc-teamhover{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  /* top: 270px; */
  bottom: -30px;
  background-color: var(--hc-white-color);
  width: 100%;
  transition: all 0.5s ease;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 18px 10px 18px;
}
/* team section end */
/* news section css start */
.hc-news-wrapper{
  background-color: var(--hc-lightwhite-bg);
  position: relative;
}

.hc-news-wrapper .blog-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .hc-news-wrapper .blog-list{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .hc-news-wrapper .blog-list{
    grid-template-columns: repeat(1, 1fr);
  }
}

.hc-news-top{
  text-align: center;
  margin-bottom: 57px;
}
.hc-news-top h6{
  color: var(--hc-hiver-blue);
  font-size: 16px;
  font-weight: 700;
}
.hc-news-top h4{
  color: var(--hc-head-color);
  font-size: 40px;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 20px;
}
.hc-firstnewsblog{
  background-color: var(--hc-white-color);
  padding: 8px 8px 8px 8px;
  border-radius: 10px;
  transition: all 0.3s;
  width: 100%;
  margin: 0 auto;
}
.hc-newscard-text{
  padding: 20px 12px 24px 12px ;
}
.hc-newscard-text h6{
  color: var(--hc-hiver-blue);
  font-size: 16px;
  font-weight: 600;
}
.hc-newscard-text h5{
  font-size: 20px;
  font-weight:700;
  color: var(--hc-head-color);
  margin-top: 25px;
  margin-bottom: 11px;
}
.hc-newscard-text p{
  border-bottom: 1px solid #ECF3FB;
  padding-bottom: 27px;
}
.hc-newsreading{
  display: flex;
  gap: 8px;
  align-items: center;
}
.hc-newsreading h4{
  font-size: 16px;
  font-weight: 700;
}
.hc-news-coment{
  display: flex;
  gap: 8px;
  align-items: center;
}
.hc-news-coment h3{
  font-size: 16px;
  color: #6E8DA0;
  font-weight: 500;
}
.hc-read_img{
  max-width: 12px;
  height: 12px;
}
.hc-newsread{
  display: flex;
  justify-content: space-between;
  padding-top: 27px;
}
.hc-newsread:hover .hc-newsread-icon{
  transform: translateY(-5px);
}
.hc-newsread .hc-newsread-icon{
  width: 30px;
  height: 30px;
  border: 1px solid var(--hc-link-color);
  border-radius: 100%;
  display: grid;
  place-items: center;
  transition: all 0.3s;
}

.hc-newsread .hc-newsread-icon svg path{
 fill: var(--hc-link-color);
}
.hc-firstnewsblog:hover{
  background-color: var(--hc-white-color);
  box-shadow:13px 14px 50px rgba(15, 78, 113, 0.15);
}
.hc-news_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hc-news {
  overflow: hidden;
  padding-right: 32px;
  padding-bottom: 50px;
}
.hc-depcard{
  overflow:hidden
}
.hc-team-row{
  overflow: hidden;
  padding: 0px 19px 50px 19px;
  margin: 76px -20px 0 -20px;
}
.hc-testimonial{
  overflow: hidden;
  padding-bottom: 20px;
  padding-right: 20px;
  margin-right: -20px;
  padding-top: 15px;
}
.hc-news-wrapper .swiper-pagination-bullet-active {
  width: 24px !important;
  height: 8px;
  border-radius: 4px;
  background-color: var(--hc-hiver-blue) !important;
}
.hc-news-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #DCE7F2;
  border-radius: 15px;
}
.hc-news-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 93px;
}
.hc-imgnewstext{
  width: 110px;
  height: 30px;
  padding: 7px 9px;
  display: flex;
  align-items: center;
  background-color: var(--hc-hiver-blue);
  position: absolute;
  top: 15px;
  right: 0px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.hc-imgtext{
  font-size: 16px;
  font-weight: 700;
  color: var(--hc-white-color);
}
.hc-newsimg{
  position: relative;
  height: 180px;
}
/* news section css end */
/* testimonial section css start */
.hc-testimonial-wrapper{
  padding-bottom: 80px;
}
.hc-testimonial-row{
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 50px;
  position: relative;
}
.hc-testimonial-box{
  background-color: var(--hc-white-color);
  box-shadow:0px 7px 30px rgba(15, 78, 113, 0.15);
  border-radius: 10px;
  padding: 30px 28px 29px 28px;
  position: relative;
  margin: 0 auto;
}
.hc-testbox-second{
  margin-top: 50px;
}
.hc-testitextimg{
  display: flex;
  align-items: center;
  gap: 13px;
}
.hc-testiname h4{
  font-size: 16px;
  font-weight: 700;
  color: var(--hc-head-color);
}
.hc-testi_img{
  max-width: 50px;
  height: 50px;
}
.hc-testi_icon{
  position: absolute;
  top: 30px;
  right: 30px;
}
.hc-testborder{
  width: 130px;
  height: 4px;
  background-color: rgba(47, 167, 255, 0.30);
  margin-top: 14px;
  margin-bottom: 20px;
}
.hc-testistarrating{
  display: flex;
  gap: 5px;
}
.hc-testistarrating img{
  width: 13px;
  height: 12px;
}
.hc-test-str{
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 25px;
}
.hc-test-str .hc-paragraph{
  color: var(--hc-head-color);
}
.hc-testimonial-textcol .swiper-button-next{
  right: auto;
  left: 70px;
}
.hc-testimonial-textcol .swiper-button-prev::after{
  font-size: 10px;
}
.hc-testimonial-textcol .swiper-button-next::after{
  font-size: 10px;
}
.hc-testimonial-textcol .hc-depicon{
  position: absolute;
  bottom: 140px;
}
/* testimonial section css end  */
/* service section css start */
.hc-service-wrapper{
  background-color: var(--hc-lightwhite-bg);
}
.hc-service-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.hc-service-card{
  width: 100%;
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--hc-white-color);
  text-align: center;
  padding: 50px 40px 46px 40px;
  border-radius: 10px;
  transition: all 0.5s;
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  position: relative;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6)) 1;
}

.hc-service-card img{
  width: 100%;
  height: 100%;
}
.hc-service-card:hover{
  transform: translateY(-10px);
  box-shadow:11px 11px 49px rgba(39, 98, 131, 0.10);
 }
.hc-sercardimg{
  /* background-color: #EBF4FF;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  margin: 0 auto; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hc-servtwo{
  background-color: #EBEBFF;
}
.hc-servthree{
  background-color: #EEE;
}
.hc-servfour{
  background-color: #E3F0FF;
}
.hc-servfive{
  background-color: #EBF4FF;
}
.hc-servsix{
  background-color: #FCEBFF;
}
.hc-servseven{
  background-color: #FFECEC;
}
.hc-serveight{
  background-color: #DBF1F0;
}
.hc-service-card h4{
  font-size: 20px;
  font-weight: 700;
  color: white;
}
.hc-servicecardheadingDiv{
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, var(--hc-face-color), transparent);
  color: white;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: end;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
}
.hc-service-card .hc-service-link{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid white;
  display: grid;
  place-items: center;
  transition: all 0.5s;
}

.hc-service-card .hc-service-link:hover{
  transform: translateY(-5px);
  box-shadow:11px 11px 49px rgba(39, 98, 131, 0.10);
  background-color: #002B46;

}

.hc-servicecardheading{
  text-align: start;
  /* max-width: 120px; */
}
.hc-pannelheading{
  max-width: 170px;
}
/* service section css end */
/* mobile section css start */
.hc-mobile-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.hc-store{
  display: flex;
  gap: 20px;
  margin-top: 37px;
}
.hc-mobile-imgcol{
  position: relative;
  margin-top: 10px;
}
.hc-mobile-imgcol .hc-satisfied{
  position: absolute;
 left: unset;
  right: 20px;
  top: 130px;
  width: 273px;
}
.hc-mobile-imgcol .hc-satisfieimg2{
  margin-left: -37px;
}
.hc-mobile-imgcol .hc-lilybox{
  left: -58px;
  top: -10px;
}
.hc-mobile-imgcol .hc-fourthmainbox{
  right: unset;
  bottom: 35px;
  left: -70px;
}
.hc-mobile-imgcol .hc-secondbox{
  top: 370px;
  right: 35px;
}
.hc-mobile-imgcol .hc-mobarrowleft{
  position: absolute;
  left: -45px;
  bottom:180px;
}
.hc-mobile-imgcol .hc-mobarrowright{
  position: absolute;
  top: 25px;
  right:65px;
}
/* mobile section css end */
/* faq section css start */
.hc-faq-wrapper{
  background-color: var(--hc-lightwhite-bg);
}
.hc-faq-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 90px;
}
.hc-faq-text .accordion-button{
height: 80px;
}
.accordion-button:focus{
  border:none;
  box-shadow: none;
}
.accordion-button:not(.collapsed){
  background-color: unset;
  box-shadow: none;
  color: unset;
}
.hc-quetinimg{
  margin-right: 20px;
}
.hc-faq-text .accordion-body{
  padding-left: 60px;
  padding-top: 0px;
}
.hc-mainaccordian{
  margin-top: 15px;
}
.hc-faq-img{
  position: relative;
  margin-bottom: 9px;
}
.hc-faq-img .hc-lilybox{
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 193px;
  left: -75px;
}
.hc-smilybox{
  background-color: var(--hc-white-color);
  width: 326px;
  border-radius: 10px;
  box-shadow: 13px 14px 40px rgba(39, 98, 131, 0.15);
  padding: 22px 20px 21px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  top: -45px;
  right: 60px;
}
.hc-smilybox h4{
  font-size: 20px;
  color: var(--hc-head-color);
  font-weight: 700;
  margin-bottom: 7px;
}
.hc-faq-img .hc-secondbox{
  top: 459px;
  left: 210px;
}
.accordion-flush .accordion-item .accordion-button{
  border-radius: 10px !important;
}
.accordion-button::after{
  display:none;
}
.hc-faq-wrapper .accordion-item{
  border-radius: 10px;
}
.hc-faq-wrapper button.accordion-button.collapsed .hc-que-blue {
  display: none;
}
.hc-faq-wrapper button.accordion-button .hc-que-red {
 display: none;
}
.hc-faq-wrapper button.accordion-button.collapsed .hc-que-red {
 display: block;
}
.fa-chevron-up{
  position: absolute;
  right: 20px;
  bottom: 40px;
  color: var(--hc-head-color);
  transition: all 0.3s;
}
.hc-faq-wrapper button.accordion-button.collapsed span i{
  transform: translateY(50%) rotate(180deg);
}
/* faq section css end  */
/* footer section css start */
/* newsleter csss */
.hc-newsletterbox{
  border: 2px solid #1E3743;
  padding: 0 70px 0 90px;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 70px;
  background-color: #061A24;
  border-radius: 10px;
  height: 347px;
  margin-bottom: 94px;
}
.hc-newsleter-text{
  margin-top: 52px;
}
.hc-newsleter-text h2{
  font-size: 40px;
  color: var(--hc-white-color);
  font-weight: 600;
  margin-bottom: 30px;
}
.hc-newsleter_img{
  margin-top: -65px;
}
.hc-input{
  width: 100%;
  height: 60px;
  background-color: rgba(22, 44, 57, 1);
  border: none;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 170px;
  color: var(--hc-text-color);
}
.hc-input::placeholder{
  color: #627D8D;
}
.hc-newssecond{
  display: none;
  margin-top: 0;
}
.hc-nesbtn .hc-bnrbtn{
  width: 170px;
  margin-top: unset;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
}
.hc-nesbtn a:hover{
  color: var(--hc-white-color);
}
.hc-newsletrinput{
  position: relative;
  margin-top: 57px;
}
/* newsletter css end */
.hc-footer-wrapper {
  padding: 100px 0 38px 0;
  background-color: var(--hc-footer-color);
}
.hc-footer-row {
  display: grid;
  grid-template-columns: 270px 200px 200px 1fr;
  gap: 30px;
}
.hc-footer-icimg {
  max-width: 16px;
  height: 16px;
}
.hc-footer-mainlogo {
  max-width: 130px;
  min-width: 50px;
  height: auto;
  margin-bottom: 35px;
}
.hc-footer-Icon {
  margin-top: 37px;
  display: flex;
  gap: 15px;
}
.hc-footer-btm-heading h3 {
  font-size: 22px;
  color: var(--hc-white-color);
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
}
.hc-footer-btm-links ul li {
  margin-bottom: 15px;
  transition: all 0.3s;
  display: flex;
  gap: 15px;
}

.hc-footer-btm-links ul .active, .active a {
  color: var(--hc-hiver-blue) !important;
}

.hc-footer-li {
  margin-bottom: 15px;
  transition: all 0.3s;
}
.hc-footer-btm-links a {
  font-size: 16px;
  color: #85A2B4;
  font-weight: 400;
  transition: all 0.3s;
}
.hc-footer-btm-links ul .active a{
  color: var(--hc-white-color) !important;
}
.hc-footer-btm-links ul li a:hover {
  color: var(--hc-white-color);
}
.hc-blocktext {
  color: var(--hc-white-color);
  margin-top: 20px;
  max-width: 250px;
}
.hc-listtext{
  /* text-align: right; */
}
.linkedin a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #12304B;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linkedin a:hover {
  background-color: var(--hc-hiver-blue);
}
.hc-footer-loctaion {
  max-width: 17px;
  max-height: 17px;
  object-fit: contain;
}
.hc-footer-btm-links Input{
  padding: 10px 15px;
  width: 260px;
  border: none;
  height: 50px;
  border-radius: 8px;
}
.hc-btn.ms-subscrbebtn{
  max-width: 260px ;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.hc-list{
  display: grid;
  grid-template-columns: 81px 1fr;
  gap: 118px;
}
.hc-time{
  color: var(--hc-hiver-blue);
}
.hc-listtext a{
  color: white;
}
.hcflwtext p{
  color: var(--hc-white-color);
}
.hc-footerbtm ul li{
  display: grid;
  grid-template-columns: 181px 1fr;
  gap: 40px;
}
.hc-copyright-wrapper{
  border-top: 1px solid #142F49;
  margin-top: 85px;
  padding: 38px 0 0 ;
  text-align: center;
}
.hs-paragraph-copy{
  color: var(--hc-white-color);
}
.hc-resinp{
  display: none;
}
/* footer section css end  */
/* serach btn css on click */
.searchBox {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  left: 0%;
  background: rgb(0 0 0 / 77%);
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.searchBox.show {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.searchBox.show,
.searchBox {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.searchBoxContainer {
  width: 50%;
  position: relative;
  text-align: end;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  visibility: hidden;
}
.searchBox.show .searchBoxContainer {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}
.searchBox.show .searchBoxContainer,
.searchBoxContainer {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.search-bar-inner {
  position: relative;
  height: 60px;
}
.search-bar-inner input {
  width: 100%;
  height: 60px;
  padding: 10px 30px;
  border-radius: 10px;
  background: var(--hc-white-color);
  color: var(--hc-text-color);
  box-shadow: 1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);
}
button i {
  color: var(--hc-hiver-blue);
}
.closeBtn svg {
  width: 20px;
  fill: var(--hc-hiver-blue) !important;
}
.search-bar-inner input::-webkit-input-placeholder {
  color: var(--hc-text-color);
  opacity: 90%;
}
.search-bar-inner input::-moz-placeholder {
  color: var(--hc-white-color);
  opacity: 90%;
}
.search-bar-inner input:-ms-input-placeholder {
  color: var(--hc-white-color);
  opacity: 90%;
}
.search-bar-inner input:-moz-placeholder {
  color: var(--hc-white-color);
  opacity: 90%;
}
.search-bar-inner button {
  position: absolute;
  right: 3px;
  top: 3px;
  bottom: 3px;
  border: none;
  background: transparent;
  width: 45px;
  font-size: 20px;
  border-radius: 26px;
}
.closeBtn {
  margin: 0 0 20px 0;
  display: inline-block;
  padding: 0 15px;
}
.closeBtn svg {
  width: 20px;
  fill: var(--hc-hiver-blue);
}
span.searchBtn {
  cursor: pointer;
}
@media only screen and (max-width: 1680px) and (min-width: 991px){
  .hc-fourthmainbox{
    bottom: -50px;
    right: 25px;
  }
  .hc-mobile-imgcol .hc-lilybox {
    left: 0;
  }
  .hc-mobile-imgcol .hc-mobarrowright {
    right: 0;
    left: 400px;
  }
  .hc-mobile-imgcol .hc-satisfied{
    display: none;
  }
  .hc-mobile-imgcol .hc-secondbox{
    right: unset;
    left: 350px;
  }
  .hc-mobile-imgcol .hc-fourthmainbox{
    display: none;
  }
  .hc-mobile-imgcol .hc-mobarrowleft{
    display: none;
  }
  .hc-bannerrightleft{
    gap: 50px;
  }
  .hc-satisfied{
    top: 320px;
    left: 0;
  }
  .hc-thirdmainbox{
    left: 0;
    bottom: -40px;
  }
  .hcsatiarrow img{
    display: none;
  }
}
@media only screen and (max-width: 1350px) and (min-width: 991px){
  .hc-bannerheading{
    font-size: 48px;
  }
  .hc-headingsection{
    max-width: 500px;
  }
  .hc-firstdrop .nice-select{
    min-width: 100px;
  }
  .hc-firstdropdown{
    gap: 0;
  }
  .hc-seconddropdown{
    min-width: unset;
  }
  .hc-consultation{
    padding: 10px;
  }
  .hc-team-row{
    margin-left: -12px;
    margin-right: -12px;
  }
  .hc-testimonial{
    margin-right: -12px;
  }
  .hc-about-img .hc-fourthmainbox {
    left: 0px;
    bottom: 80px;
  }
  .hc-faq-img .hc-secondbox{
    top: 400px;
    left: unset;
    right: 0;
  }
  .hc-faq-img .hc-lilybox{
    left: 0;
    top: 350px;
  }
  .hc-newsletterbox{
    padding: 0px 30px 0 30px;
  }
  .hc-secondtab img{
    display: none;
  }
  .hc-appointmnetform{
    left: -10px;
  }
}
@media(max-width:1080px){
  .hc-navbar-menu ul li{
    margin-right: 30px;
  }
}
@media(max-width:991px){
	.hc-service-row {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	.hc-service-card {
		width: 100%;
		padding: 50px 20px 46px 20px;
	}
}
@media(max-width:991px){
  .hc-newsfirst{
    display:none
  }
  .hc-appoinimg{
    text-align: center;
  }
  .hc-newssecond{
    display: block;
    position: absolute;
    bottom: -20px;
    margin-top: 0;
    width: 100%;
  }
  .hc-navbar-menu .responsive-logo a img {
    display: block;
    padding-right: 20px;
    padding-top: 10px;
    max-height: 70px;
  }
  .hc-toggle-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 1002;
  }

  .hc-toggle-btn span {
    display: block !important;
    width: 30px;
    height: 3px;
    background-color: var(--hc-hiver-blue);
    margin: 6px 0;
    transition: all 0.3s ease;
  }

  .menu-open .hc-toggle-btn span:first-child {
    transform: rotate(45deg) translate(7px, 7px);
  }

  .menu-open .hc-toggle-btn span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .hc-toggle-btn span:last-child {
    transform: rotate(-45deg) translate(7px, -7px);
  }

  .hc-navbar-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100vh;
    background-color: var(--hc-face-color);
    padding: 80px 20px 20px;
    transition: all 0.3s ease;
    overflow-y: auto;
    z-index: 1001;
  }

  .menu-open .hc-navbar-menu {
    left: 0;
  }

  .hc-navbar-menu ul {
    position: static;
    flex-direction: column;
  }

  .hc-navbar-menu ul li {
    margin: 10px 0;
  }

  .hc-navbar-menu ul li a {
    color: var(--hc-white-color);
    font-size: 16px;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hc-navbar-menu-2 {
    display: none;
  }

  body.menu-open {
    overflow: hidden;
  }
  
  .hc-navbar-menu ul li.start-earning a {
    background-color: transparent;
    border-radius: 0px;
    padding: 15px 0px;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: block;
  }
  
  .hc-navbar-menu ul li.start-security {
    padding: 10px 0;
  }
  
  .hc-navbar-menu ul li.start-security a{
    width: 45px;
    height: 45px;
  }
  
  .hc-navbar-menu ul li a:hover.security {
    color: var(--hc-hiver-blue);
  }
  
  .hc-navbar-menu ul li a:hover.security:after {
    opacity: 1;
  }
  
  .hc-testimonial-row{
    position: relative;
  }
  
  .hc-about-mainrow,
  .hc-appointment-row,
  .hc-testimonial-row,
  .hc-mobile-row,
  .hc-newsletterbox,
  .hc-bannerrightleft,
  .hc-faq-row{
    grid-template-columns: 1fr;
  }
  
  .hc-footer-row{
    grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  }
  
  .hc-bannerheading{
    font-size: 42px;
  }
  
  .hc-appointment-img{
    margin-left: unset;
    margin: 25px auto;
  }
  
  .hc-headingsection{
    padding-top: 150px;
  }
  
  .hc-bannerrightleft{
    gap: 40px;
  }
  
  .hc-faq-img,
  .hc-about-img{
    margin: 0 auto;
  }
  
  .hc-testimonial-textcol .hc-depicon{
    top: unset;
    bottom: 0px;
    left: 44%;
  }
  
  .hc-newsleterimg{
    position: relative;
  }
  
  .hc-newsletterbox{
    height: unset;
  }
  
  .hc-fourthmainbox{
    right: 140px;
  }
  
  .hc-secondbox {
    right: 160px;
  }
  
  .hc-satisfied{
    left: 0;
    top: 390px;
  }
  
  .hc-thirdmainbox{
    left: 0;
  }
  
  .hcsatiarrow img {
    display: none;
  }
  
  .hc-secondtab img {
    top: 211px;
    right: 211px;
  }
  
  .hc-mobile-imgcol{
    margin: 0 auto;
  }
  
  .hc-about-img{
    order: 2;
    margin-top: 40px;
  }
  
  .hc-team-row{
    margin-left: -12px;
    margin-right: -12px;
  }
  
  .hc-testimonial{
    margin-right: -12px;
  }
  
  .hc-newsletterbox{
    text-align: center;
  }
  
  .hc-service-row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  
  .hc-service-card {
    width: 100%;
    padding: 50px 20px 46px 20px;
  }
}
@media(max-width:768px){
  .hc-sections{
    padding: 50px 0;
  }
  .hc-header-wrapper{
    padding: 12px 0;
  }
  .hc-headingsection{
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .hc-nav{
    padding: 15px;
  }
  .hc-bannerheading{
    font-size: 30px;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  .hc-banner-right{
    display: none;
  }
  .hc-news-top h4,
  .hc-about-top h4,
  .hc-top-heading h5,
  .hc-newsleter-text h2{
    font-size: 20px;
  }
  .hc-news-top h6,
  .hc-about-top h6,
  .hc-depfirstcard h4{
    font-size: 16px;
  }
  .hc-paragraph,
  .hcnavheadtext p{
    font-size: 14px;
  }
  .hc-news-top,
  .hc-about-top{
    padding: 0 20px;
  }
  .hc-news-top{
    margin-bottom: 25px;
  }
  .hc-newsletterbox{
    padding: 0 10px;
  }
  .hc-newscard-text h6,
  .hc-newsreading h4,
  .hc-news-coment h3
   {
    font-size: 12px;
  }
  .hc-newscard-text h5{
    font-size: 18px;
    margin-top: 12px;
  }
  .hc-news-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 20px;
  }
  .hc-appointmnetform{
    position: unset;
    margin: 15px auto 0;
    width: 100%;
    text-align: center;
  }
  .hc-appoindropdown .nice-select,
  .hc-appointinput input{
    width: 100%;
  }
  .hc-datedroptwo .nice-select,
  .hc-datedrop .nice-select{
    width: 200px;
  }
  .hc-daterow .nice-select{
    width:100%;
  }
  .accordion-button{
    font-size: 14px;
  }
  .hc-bnrser{
    display: block;
  }
  .hc-bnrbtn{
    margin: 20px auto 0;
  }
  .hc-footer-btm-heading h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .hc-footer-btm-links a {
    font-size: 14px;
  }
  .hc-copyright-wrapper{
    margin-top: 30px;
  }
  .hc-firstdrop .nice-select{
    min-width: 100px;
  }
  .hc-firstdropdown{
    gap: 0;
  }
  .hc-seconddropdown{
    min-width: unset;
  }
  .hc-consultation{
    padding: 10px;
  }
  .hc-testimonial-textcol .hc-depicon{
    bottom: -10px;
  }
  .hc-about-img .hc-fourthmainbox,
  .hc-faq-img .hc-lilybox,
  .hc-mobile-imgcol .hc-lilybox,
  .hc-mobile-imgcol .hc-mobarrowleft,
  .hc-mobile-imgcol .hc-fourthmainbox{
    left: 0;
  }
}
@media(max-width:540px){
  .hc-about-btn{
    max-width: 150px;
    height: 40px;
    padding: 20px;
  }
  .hc-nesbtn .hc-bnrbtn{
    width: 90px;
    font-size: 11px;
    gap: 4px;
    height: 40px;
    padding: 12px;
  }
  .hc-input{
    height: 40px;
    font-size: 13px; 
  }
  .hc-appointmnetform .hc-about-btn {
    max-width: 100%;
  }
  .hc-newsletterbox{
    padding: 0 10px;
  }
  .hc-testbox-second{
    margin-top: 0;
  }
  .hc-datedroptwo .nice-select,
  .hc-datedrop .nice-select{
    width: 100px;
  }
  .hc-appointmnetform h4{
    font-size: 18px;
  }
  .hc-appointment-img .hc-lilybox {
    left: 50px;
  }
  .hc-navmainhead{
    display: block;
  }
  .hc-navheadicon{
    justify-content: center;
    margin-top: 20px;
  }
  .hc-top-heading .swiper-button-prev{
    left: auto ;
    right: 53%;
    top: 345px;
  }
  .hc-top-heading .swiper-button-next{
    left: 50%;
    right: auto;
    top: 345px;
  }
  .hc-depfirstcard{
    margin-bottom: 20px;
  }
  .hc-top-heading{
    justify-content: center;
  }
}
@media(max-width:500px){
  .hc-team-wrapper .hc-top-heading .swiper-button-prev{
    top: 730px;
  }
  .hc-team-wrapper .hc-top-heading .swiper-button-next{
    top: 730px;
  }
  .hc-teamcard-main h5 {
    font-size: 18px;
  }
  .hc-faq-img{
    margin-bottom: 30px;
  }
  .hc-firstdrop{
    max-width: 100%;
  }
  .hc-thirddropdown{
    max-width: 100%;
  }
  .searchBoxContainer{
    width: 100%;
    padding: 0 40px;
  }
}
@media(max-width:400px){
  .hc-team-wrapper .hc-top-heading .swiper-button-prev{
    top: 660px;
  }
  .hc-team-wrapper .hc-top-heading .swiper-button-next{
    top: 660px;
  }
  .hc-datedroptwo .nice-select,
  .hc-datedrop .nice-select{
    width: 70px;
  }
}
@media(max-width:350px){
  .hc-team-wrapper .hc-top-heading .swiper-button-prev{
    top: 550px;
  }
  .hc-team-wrapper .hc-top-heading .swiper-button-next{
    top: 550px;
  }
}

body.menu-open {
  overflow: hidden;
}

/* Media queries for responsive design */
@media (max-width: 991px) {
  .hc-about-img{
    order: 2;
    margin-top: 40px;
  }

  /* Show video but hide image on mobile */
  .hc-about-image-container {
    display: none;
  }

  .hc-about-video-container {
    margin: 0 auto;
    /* max-width: 90%; */
  }
}


.hc-about-subhead{
  font-size: 58px;
  font-weight: 700;
  
  color: #06080D;
  margin-bottom: 10px;
}
.hc-about-top {
  padding-right:  30px;
}

@media (max-width: 991) {
  .hc-about-top {
    padding-right: 0;
  }
}

/* Footer Contact and Map Section */
.hc-footer-contact-map-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.hc-footer-contact-info {
  /* flex: 1; */
  min-width: 220px;
}

.hc-footer-contact-header h3 {
  color: var(--hc-white-color);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  position: relative;
}

.hc-footer-contact-header h3:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--hc-primary-color);
}

.hc-footer-contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3px;
}

.hc-footer-contact-icon {
  margin-right: 15px;
  color: var(--hc-primary-color);
  font-size: 18px;
  min-width: 20px;
  text-align: center;
}

.hc-footer-contact-text p {
  color: var(--hc-white-color);
  margin-bottom: 5px;
  font-size: 14px;
}

.hc-footer-contact-text a {
  color: var(--hc-white-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.hc-footer-contact-text a:hover {
  color: var(--hc-primary-color);
}

.hc-footer-map {
  /* flex: 1; */
  min-width: 325px;
}

.hc-footer-map iframe {
  display: block;
  height: 100%;
  min-height: 250px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .hc-footer-contact-map-wrapper {
    flex-direction: column;
  }
  
  .hc-footer-contact-info,
  .hc-footer-map {
    width: 100%;
  }
  
  .hc-footer-map iframe {
    height: 250px;
  }
}

/* Header Social Icons */
.hc-header-social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 20px;
  position: relative;
  z-index: 100;
}

.hc-header-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--hc-primary-color);
  color: var(--hc-white-color);
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}

.hc-header-social-icon i {
  font-size: 18px;
}

.hc-header-social-icon:hover {
  background-color: var(--hc-white-color);
  color: var(--hc-primary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.hc-header-wrapper.scrolled .hc-header-social-icon {
  background-color: var(--hc-primary-color);
  color: var(--hc-white-color);
}

.hc-header-wrapper.scrolled .hc-header-social-icon:hover {
  background-color: var(--hc-white-color);
  color: var(--hc-primary-color);
}

/* Fixed WhatsApp Button */
.hc-whatsapp-fixed {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
}

.hc-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #25D366;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  color: white;
  text-decoration: none;
  animation: pulse-wp 2s infinite;
  transition: all 0.3s ease;
}

.hc-whatsapp-btn i {
  font-size: 36px;
}

.hc-whatsapp-btn:hover {
  transform: scale(1.1) translateY(-5px);
  background-color: #22c55e;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

@keyframes pulse-wp {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 991px) {
  .hc-header-social-icons {
    display: none;
  }
  
  .hc-whatsapp-fixed {
    bottom: 20px;
    right: 20px;
  }
  
  .hc-whatsapp-btn {
    width: 55px;
    height: 55px;
  }
  
  .hc-whatsapp-btn i {
    font-size: 28px;
  }
}

.hc-navbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 50;
  position: relative;
}

/* Header Social Icons */
.hc-header-social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 100;
}

.hc-header-social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--hc-primary-color);
  color: var(--hc-white-color);
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}

.hc-header-social-icon i {
  font-size: 18px;
}

.hc-header-social-icon:hover {
  background-color: var(--hc-white-color);
  color: var(--hc-primary-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.hc-header-wrapper.scrolled .hc-header-social-icons {
  margin-top: 0;
}

.hc-header-wrapper.scrolled .hc-header-social-icon {
  background-color: var(--hc-primary-color);
  color: var(--hc-white-color);
}

/* Header Phone Styles */
.hc-header-phone {
  margin-right: 20px;
}

.hc-header-phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hc-head-color);
  font-weight: 500;
  transition: all 0.3s ease;
}

.hc-header-phone-number {
  font-size: 16px;
  color: var(--hc-head-color);
}

.hc-header-phone-link i {
  width: 36px;
  height: 36px;
  background-color: var(--hc-primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.hc-header-phone-link:hover {
  color: var(--hc-primary-color);
}

.hc-header-phone-link:hover i {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.hc-header-wrapper.scrolled .hc-header-phone-link {
  color: var(--hc-head-color);
}

/* Mobile Menu Phone Styles */
.mobile-menu-contact {
  padding: 20px;
  margin-bottom: 20px;
}

.mobile-menu-phone-link {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 15px;
  color: var(--hc-white-color);
  font-size: 16px;
  font-weight: 500;
}

.mobile-menu-phone-link i {
  width: 36px;
  height: 36px;
  background-color: var(--hc-primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.mobile-menu-phone-link:hover {
  color: var(--hc-primary-color);
}

.mobile-menu-phone-link:hover i {
  transform: scale(1.1);
  background-color: var(--hc-white-color);
  color: var(--hc-primary-color);
}

/* Mobile Header Phone Styles */
.mobile-header-phone {
  margin-right: auto;
  margin-left: 15px;
}

.mobile-header-phone-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-header-phone-link i {
  width: 32px;
  height: 32px;
  background-color: var(--hc-primary-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
}



@media (max-width: 480px) {
  .mobile-header-phone-link span {
    display: none;
  }
  
  .mobile-header-phone-link i {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
}

/* Page Banner Styles */
.hc-page-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
  overflow: hidden;
}

.hc-page-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(11, 88, 202, 0.7), rgba(0, 43, 70, 0.85));
  z-index: 1;
}

.hc-page-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  width: 100%;
}

.hc-page-banner-content h1 {
  color: var(--hc-white-color);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hc-breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hc-breadcrumb a,
.hc-breadcrumb span {
  color: var(--hc-white-color);
  font-size: 16px;
}

.hc-breadcrumb a {
  transition: all 0.3s ease;
  opacity: 0.8;
}

.hc-breadcrumb a:hover {
  opacity: 1;
  text-decoration: underline;
}

.hc-breadcrumb .separator {
  opacity: 0.6;
}

.hc-breadcrumb .current {
  font-weight: 600;
}

@media (max-width: 768px) {
  .hc-page-banner {
    height: 200px;
    margin-top: 70px;
  }
  
  .hc-page-banner-content h1 {
    font-size: 32px;
  }
  
  .hc-breadcrumb a,
  .hc-breadcrumb span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .hc-page-banner {
    height: 180px;
  }
  
  .hc-page-banner-content h1 {
    font-size: 28px;
  }
}