@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Header */
header {
  width: 100%;
  background: transparent;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
}

/* Class added when scrolled */
header.sticky {
  /*background: #222;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  padding: 8px 20px;*/
  position: fixed;
  transition: all 0.3s ease;
  top: 50px;
}
.navbar {
    transition: all 0.3s ease;
}
header.sticky .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .2rem 3rem;
    background: #fff;
    border-radius: 100px;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
}
header.sticky .logo img {
    width: 130px;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 27px;
  margin: 0;
}

nav ul li a {
  text-decoration: none;
  color: #2E2E2E;
   font-family: 'Helvetica Neue';
  font-size: 1rem;
  transition: color 0.3s ease;
}
nav ul li:last-child a {
    color: #fff;
    background: #12308D;
    padding: 10px 20px;
    border-radius: 27px;
    font-family: "Open Sans", sans-serif;
}
nav ul li a:hover { color: #1F93E6; }
nav ul li:last-child a:hover {
    color: #fff;
}
/* Mobile menu button */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.menu-toggle span {
  height: 3px; width: 25px;
  background: #12308d;
  margin: 4px 0;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s 
ease-in-out;
}

  nav ul.active { max-height: 50vh; overflow:visible; }
  .menu-toggle { display: flex; }
}

.banner-sec {
    position: relative;
    top: 0;
}
.banner-sec img {
    width: 100%;
}
.banner-content {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
}
.banner-content-sec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}
.banner-content-left {
    flex: 1;
}
.banner-content-left h1 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 52px;
    color: #000;
    margin: 0;
}
.banner-content-left p{
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 0;

}
.btn-site img{
	width: auto;
	transition: transform 0.3s ease; /* Add smooth transition */
}
.btn-site{
	display: inline-flex;
    align-items: center;
    gap: 20px;
    background: #12308D;
    padding: 10px 6px 10px 30px;
    border-radius: 35px;
    margin: 15px 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-site:hover{color: #fff;}
.btn-site:hover img{transform: rotate(-45deg);}
.icon-cer {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 53%;
    top: 74%;
}
.icon-cer img {
  display: block;
  width: 120px; /* adjust size */
  animation: spinScale 4s ease-in-out infinite;
}

@keyframes spinScale {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
.usp-sec {
    padding: 90px 0;
}
.usp-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    text-align: center;
    position: relative;
}
.usp-itam h4{
    display: flex;
    gap: 10px;
    justify-content: center;
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 18px;
    color: #000;
    align-items: center;
}
.usp-itam h4 img{
    width: 20px;
}
.usp-itam p {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #666;
    margin: 0;
}
.usp-itam{
	position:relative;
}
.usp-itam:nth-child(2):after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: '';
    transform: translate(-50%, -50%);
    left: -30px;
    top: 50%;
}
.usp-itam:nth-child(2):before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    content: '';
    transform: translate(-50%, -50%);
    right: -25px;
    top: 50%;
}
.about-sec {
    padding: 0 0 80px;
	position: relative;
}
.about-bg {
    position: absolute;
    right: 0;
    bottom: 0;
	z-index:-1;
}
.about-wrap {
    display: flex;
    gap: 30px;
}
.about-wrap h2{
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #000;
}
.about-wrap p{
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;

}
.services-sec{
    padding: 80px 0;
    position: relative;
    text-align: center;
}
.services-sec:after {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(248, 244, 235, 0.66) -21.19%, rgba(255, 255, 255, 0) 55.43%);
    position: absolute;
    content: '';
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
	z-index:-1;
    opacity: 60%;
}
.services-sec h2{
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #000;
}
.services-sec p{
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;

}
.heading-sec{
    max-width: 866px;
    margin: 0 auto;
    text-align: center;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 40px;
}

.service-card {
  background: #f1f7ff; /* light blue */
  border-radius: 12px;
  padding: 30px 20px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 25px;
    padding: 40px;
  text-align: left;
}
.service-item img.service-img {
    width: 100%;
    top: -500px;
    position: absolute;
    transition: all 0.3s ease;
}
.service-item:hover img.service-img {
    top: 0px;
}
.service-item {
    background: #EFF7FD;
    border-radius: 40px;
    position: relative;
    height: 270px;
    overflow: hidden;
}
.service-box {
    padding: 30px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    position: relative;
    z-index: 99;
}
.service-item .service-box .service-icon {
    width: 40px;
    height: 40px;
    background: #12308D;
    padding: 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-item .service-box .service-icon img{
    width: 100%;
}
.service-box h3{
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.service-box h3 a{
    color:#000;
    text-decoration: none;
}
.service-box p{
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
    line-height: normal;
    margin: 0;
}

.service-item:hover .service-box h3 a{
    color: #fff;
    text-decoration: none;
}
.service-item:hover .service-box p {
    color: #fff;
}
.service-item:hover .service-box .service-icon {
    background: rgba(255, 255, 255, 0.25);
}

.whychoose-sec{
    padding: 80px 0;
}
.choose-wrap {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    align-items: center;
}
.choose-left {
    max-width: 488px;
	position:relative;
}
.pet-img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 50%;
	z-index:-1;
}
.choose-right {
    max-width: 972px;
    position: relative;
}
.choose-wrap h2 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: #000;
}
.choose-wrap p {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2E2E2E;
}
.choose-wrap ul {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.choose-wrap ul li {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    position: relative;
}
.choose-wrap ul li:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icon6.svg) center center;
    background-size: cover;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.choose-small-img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 0;
    border: 4px solid #fff;
    border-radius: 15px;
}
.cat-sec {
    position: relative;
}
.cat-sec img {
    width: 100%;
}
.cat-container {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 99;
    text-align: center;
}
.cat-container h2 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.cat-container p {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.cat-sec .btn-site img {
    width: auto;
}
.footer-sec {
    padding: 80px 0 0;
}
.footer-wrsp {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.footer-item {
    flex: 1;
}

.footer-sec h2 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 150px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #EFF7FD;
}
.footer-sec p {
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.footer-sec .footer-item p {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #2E2E2E;
    margin: 20px 0;
    text-align: left;
	border: none;
    padding: 0;
}
.footer-item ul.social {
    padding: 0;
    display: flex;
    gap: 20px;
}
.footer-item ul.social li{
    list-style: none;
}
.footer-item h3 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #2E2E2E;
}
.footer-item ul {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #2E2E2E;
    padding: 0;
}
.footer-item ul li{
    list-style: none;
    padding: 0 0 10px;
}
.footer-item ul li a{
    color: #2E2E2E;
    text-decoration: none;
}
.footer-item ul li a {
    display: flex;
    gap: 10px;
}
.inner-banner{
    position: relative;
}
.inner-banner img {
    width: 100%;
}
.inner-banner-content {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 50%;
}
.inner-banner-content h1 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    color: #000;
}
.inner-banner-content ul {
    padding: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
}
.inner-banner-content ul li{
    list-style: none;
}
.inner-banner-content ul li a{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.about-page{
    padding: 80px 0;
}
.mission-sec{
    position: relative;
}
.mission-sec img{
    width: 100%;
}
.mission-container {
    position: absolute;
    max-width: 780px;
    bottom: 0;
    left: 0;
    background: #1F93E6;
    padding: 15px 15px 15px 70px;
}
.mission-container h2{
    font-weight: 300;
    font-size: 24px;
    color: #fff;
}
.mission-container p{
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}
.choose-small-img-odd {
    position: absolute;
    /* transform: translate(-50%, -50%); */
    top: 40%;
    left: 80%;
    border: 4px solid #fff;
    border-radius: 15px;
}
.choose-sec {
    padding: 80px 0;
    background: url(../images/bg3.png) center center;
    background-size: cover;
}
.chose-box{
    margin: 0 auto;
    max-width: 710px;
    padding: 0 0 100px;
}
.choose-sec h2 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}
.choose-sec p {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.choose-sec .usp-itam h4 {
    color: #fff;
}
.about-contact-sec {
    padding: 0px;
    background: url(../images/bg4.png) center center;
    background-size: cover;
    position: relative;
}
.about-contact-wrap{
    display: flex;
    gap: 30px;
}
/* Form Wrapper */
.contact-form {
  max-width: 500px;
  margin: 0 auto;
  background: #EFF7FD;
  padding: 40px 30px;
  font-family: "Helvetica Neue", Arial, sans-serif;
  position: relative;
  z-index: 99;
}
.aboutcont-left, .aboutcont-right{
    flex: 1;
}
.aboutcont-left{
    padding: 70px 0;
}
.about-contact-sec:after {
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    background: #EFF7FD;
}
/* Labels */
.form-group label {
    display: block;
    margin-bottom: 6px;
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
}

/* Input Wrapper */
.input-wrapper {
  position: relative;
}

.input-wrapper input, 
.input-wrapper textarea {
    width: 100%;
    padding: 12px 40px 12px 12px;
    border: none;
    border-bottom: 1px solid #878898;
    background: transparent;
    outline: none;
    transition: border-color 0.3s ease;
    color: #878898;
    font-family: Helvetica Neue;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
}

.input-wrapper input:focus,
.input-wrapper textarea:focus {
  border-color: #878898;
}

/* Icon inside field */
.input-wrapper .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #888;
  pointer-events: none;
}

/* Textarea */
textarea {
  min-height: 90px;
  resize: vertical;
}

/* Submit Button */
.form-submit {
  margin-top: 25px;
  text-align: left;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #12308d;
    color: #fff;
    font-size: 15px;
    padding: 8px 6px 8px 24px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background 0.3s 
ease;
}

.btn-submit:hover {
  background: #0d246d;
}

.btn-submit .arrow {
  display: inline-block;
}
.about-contact-sec h2 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: #000;
}
.about-contact-sec p {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
}
.about-contact-sec ul {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    color: #000;
}
.about-contact-sec ul li{
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.about-contact-sec ul li:after {
    position: absolute;
    content: '';
    background: url(../images/icon13.svg) center center;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    left: 5px;
    top: 50%;
}
.form-group {
    margin: 0 0 15px;
}
.contact-info {
    padding: 80px 0;
}
.contact-info-wrap {
    display: flex;
    justify-content: space-between;
}
.contact-info-wrap h2 {
    flex: 1;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #000;
}
.contact-info-wrap p {
    flex: 1;
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.address-box {
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.address-item {
    flex: 1;
}
.address-item h4 {
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
}
.address-item p, .address-item p a {
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    text-decoration: none;
}
.map-sec iframe {
    filter: grayscale(1);
}
.contactform-sec {
    padding: 80px 0;
}
.contactform-box {
    max-width: 866px;
    margin: 0 auto;
}
.form-group-box {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.form-group {
    margin: 0 0 15px;
    flex: 1;
}
.form-group-btn {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.form-group-btn p {
    max-width: 467px;
}
.contact-header{
    margin: 0 auto; 30px;
    max-width: 448px;
}
.contact-header h2{
    font-family: Helvetica Neue;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #000;

}
.contact-header p{
    font-family: Helvetica Neue;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2E2E2E;
}
.about-img {
    display: flex;
    gap: 30px;
}
.choosehome{
	background:url(../images/white-bg.svg);
}
nav ul li.current-menu-item a {
    color: #1F93E6;
}
.input-wrapper textarea {
    height: 180px;
}
.form-submit .btn-submit {
    padding: 10px 30px;
}