@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/* :root {
  --primary-color: #3498db;
  --font-size-lg: 1.5rem;
  --Playfair-Display:   font-family: "Open Sans", sans-serif;
;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p {
  font-family: "Lato", sans-serif;
}
h4 {
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
}
.clear {
  clear: both;
}
.clear::after {
  content: "";
  display: table;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.navbar-brand img {
  width: auto;
  height: 77px;
}
.nav-link {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #2e2e2e;
}
.nav-item {
  padding: 0 13px;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.hero-section {
  position: relative;
  /*! height: 100vh; */
  /*! overflow: hidden; */
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bnr-content {
  position: absolute;
  top: 50%;
  left: 39%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  text-align: left;
}
.bnr-content h1 {
  font-size: 45px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  line-height: 60px;
  width: 85%;
}
.btn-section {
  margin-top: 80px;
}
.btn-section .btn1 {
  font-family: "Playfair Display", serif;
  background: #1e4c43;
  padding: 16px 35px;
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
  text-decoration: none;
  border-radius: 12px;
  color: white;
}

.btn-section .btn2 {
  font-family: "Playfair Display", serif;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  color: white;
  border: 2px solid #fff;
}

.about-section {
  background: #fff;
}

.about-section .shadow {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
}

.about-section h2 {
  font-family: "Playfair Display", serif;
}

.about-section h4 {
  color: #1e4c43;
  font-size: 30px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  /*! margin-bottom: 47px !important; */
}
.about-section p {
  font-weight: 400;
  font-size: 18px;
  color: #2e2e2e;
  margin-bottom: 10px;
  text-align: justify;
}
.title-heading {
  color: #1e4c43;
  font-size: 35px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
.count {
  font-size: 36px;
  font-weight: 700;
  color: #c28840;
  font-family: "Lato", sans-serif;
}
.count-text {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
}

.about-cnt {
  border-radius: 20px;
}

/* service-css */
.services-section {
  background-color: #f7f7f5;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.service-card {
  background-color: white;
  border-radius: 16px;
  transition: all 0.3s ease;
  padding: 26px 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

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

.service-title {
  background-color: #b7742f;
  /*! border-radius: 8px; */
  /*! font-size: 1.1rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  /*! margin: 10px; */
}

.icon-wrap img {
  width: 30px;
  height: 30px;
}

.text-brown {
  color: #b7742f;
  font-size: 20px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  text-decoration: none;
}

.text-brown:hover {
  text-decoration: underline;
}
.icon-wrap {
  background: #f7f7f5;
  padding: 11px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  /*! margin-top: 21px; */
  margin: 0 15px;
}
.service-title h4 {
  font-size: 22px;
  font-weight: 600;
}
.service-card p {
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 400;
}

/* why-us */
.choose-us {
  background-color: #fefefe;
}

.choose-list h5 {
  font-size: 1.1rem;
  color: #333;
}

.check-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-icon img {
  height: 22px;
  width: 22px;
}
.why-cnt {
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
}

.choose-list h5 {
  font-size: 22px;
  font-weight: 600;
  color: #2e2e2e;
  font-family: "Playfair Display", serif;
}
.choose-list p {
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
}

.founder-card {
  /*! background: #fff; */
  border-radius: 15px;
  /*! box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  padding: 7px;
  /*! margin-bottom: 30px; */
  width: 48%;
}
.founder-image {
  width: 100%;
  border-radius: 10px;
  /*object-fit: contain;*/
  /*height: 200px;*/
}
.founder-name {
  font-weight: 700;
  font-size: 24px;
  color: #1a3c34;
  font-family: "Playfair Display", serif;
  margin-top: 8px;
}
.founder-role {
  color: #c28840;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
.social-icons a {
  margin-right: 10px;
  color: #1a3c34;
  font-size: 1.2rem;
}

.team-sect {
  background: #f7f7f5;
  overflow: hidden;
}

/* footer-css */
.footer-section {
  background-color: #0e4a42;
  color: #fff;
  padding: 60px 0 30px;
}
.footer-section .btn-warning {
  color: #fff;
  font-weight: bold;
  padding: 12px 38px;
  border-radius: 10px;
  border: none;
  background-color: #c28840;
  font-size: 23px;
  font-weight: 400;
  font-family: "Playfair Display", serif;
}
.footer-logo img {
  width: 131px;
  height: auto;
  border-radius: 2px;
  background: white;
}
.footer-bottom {
  border-top: 1px solid #dc7d2b;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 17px;
}
.footer-links ul {
  list-style: none;
  padding-left: 0;
}
.footer-links ul li {
  margin-bottom: 10px;
}
.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}
.footer-contact i {
  margin-right: 8px;
}
.founder-card p {
  font-size: 18px;
  font-weight: 400;
  color: #2e2e2e;
}
.social-icons a {
  /*! background: #0e4a42; */
  /*! padding: 6px 10px; */
  border-radius: 49px;
  color: white;
}

.footer-section h2 {
  font-size: 42px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.footer-section p {
  font-size: 18px;
  font-weight: 400;
  color: #f7f7f5;
  /*! width: 73%; */
  /*! margin: 0 auto; */
}
.footer-section h6 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #f7f7f5;
}
.text-white {
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .modal-content {
    width: 100% !important;
  }
  .left-imgsec img {
    height: auto !important;
  }
  .navbar-brand img {
    width: 85px;
    height: 100%;
  }
  .bnr-content h1 {
    width: 100%;
    font-size: 27px;
    line-height: 35px;
    padding: 0 10px;
  }
  .bnr-content {
    width: 100%;
    left: 50%;
    text-align: center;
  }
  .banner-img img {
    width: 100%;
    height: 500px;
  }
  .btn-section {
    margin-top: 27px;
    padding: 0 15px;
  }
  .btn-section .btn1 {
    /* padding: 10px 64px; */
    display: block;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .btn-section .btn2 {
    display: block;
  }
  .about-section h4 {
    font-size: 26px;
    text-align: center;
  }
  .footer-section h2 {
    font-size: 30px;
  }
  .title-heading {
    font-size: 31px;
  }
  .about-cnt {
    height: 100% !important;
  }
  .abt img {
    /*height: 100% !important;*/
    width: 100%;
  }
  .mobile-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mobile-flex div {
    width: 100%;
  }
  .mobile-flex small {
    font-size: 24px;
    font-weight: 300;
  }
  .social-icons {
    text-align: center;
  }
  .about-section p {
    text-align: center;
  }
  .founder-name {
    text-align: center;
  }
  .founder-role {
    text-align: center;
  }
  .founder-card p {
    text-align: center;
  }
  .about-section {
    overflow: hidden;
  }
  .choose-us {
    overflow: hidden;
  }
  .founder-card {
    width: 95%;
  }

  .about-top .bnr-content {
    left: 50% !important;
  }
  .about-top .btn-section .btn2 {
    font-family: "Playfair Display", serif;
    padding: 7px 25px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    color: white;
    border: 2px solid #fff;
    display: inline-block;
  }
  .about-top .bnr-content p {
    font-size: 22px;
    line-height: 25px;
  }
  .about-top .btn-section .btn1 {
    padding: 10px 10px;
    display: inline-block;
  }
  .about-top .bnr-content p {
    font-size: 18px !important;
  }
  .who-we-are-section h2 {
    font-size: 32px !important;
    text-align: center;
  }
  .who-we-are-section p {
    font-size: 16px;
    text-align: center;
  }
  .timeline-item h5 {
    font-size: 24px !important;
  }
  .timeline-dot {
    left: -24px !important;
  }
  .timeline-item {
    padding-left: 12px !important;
  }
  .location-title {
    font-size: 32px !important;
    text-align: center;
  }
  .location-subtitle {
    font-size: 22px !important;
    text-align: center;
  }
  .contact strong {
    font-size: 20px !important;
  }
  .btn-last {
    text-align: center;
  }
}
.about-cnt {
  height: auto;
  position: relative;
}
.abt img {
  /*height: 440px;*/
  width: 100%;
}
.abt {
  position: relative;
}
.round {
  position: absolute;
  top: -64px;
  left: -40px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #acacac12;
  opacity: 0.7;
}
.round2 {
  position: absolute;
  bottom: -39px;
  right: -79px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #acacac14;
  /*! opacity: .7; */
}
.choose-image {
  position: relative;
}

.about-top .bnr-content {
  left: 39%;
}
.about-top .bnr-content p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
.about-page img {
  width: 100%;
}
.who-we-are-section h2 {
  font-size: 42px;
  font-weight: 600;
  color: #1e4c43;
  font-family: "Playfair Display", serif;
}
.who-we-are-section p {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

/* mission-css */
.section-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  color: #2d4a3f;
  font-size: 32px;
}
.mission-sect .card-custom {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 18px;
  border-radius: 12px;
  background-color: #fff;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.mission-sect .icon-wrapper {
  font-size: 30px;
  color: #d9a04f;
  margin-bottom: 20px;
}
.mission-sect .card-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #2d4a3f;
  font-size: 28px;
  font-family: "Playfair Display", serif;
}
.mission-sect .card-text,
.card ul {
  color: #333;
}
.mission-sect .card ul {
  padding-left: 20px;
}
.mission-sect .icon-wrapper img {
  background: #f7f7f5;
  border-radius: 50%;
  padding: 17px;
  height: 64px;
}
.mission-sect .card-text {
  font-size: 18px;
  font-weight: 400;
}
.card-custom ul li {
  font-size: 17px;
  font-weight: 400;
}

/* feature */

.feature-card {
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: all 0.3s ease;
  border: 1px solid gainsboro;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.icon-wrapper {
  font-size: 30px;
  color: #d9a04f;
  margin-bottom: 20px;
}

.feature-title {
  font-weight: 600;
  color: #2d4a3f;
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}

.feature-text {
  color: #444;
  font-size: 18px;
  font-weight: 400;
}
.fist-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.icon-wrapper img {
  background: #f7f7f5;
  padding: 12px;
  border-radius: 50%;
  height: 64px;
}

/* timeline */

.timeline-item {
  position: relative;
  padding-bottom: 40px;
  padding-left: 31px;
}

.timeline-dot {
  position: absolute;
  left: -28px;
  top: 0px;
  width: 25px;
  height: 25px;
  background-color: #d9a04f;
  /*! border: 3px solid #fff; */
  border-radius: 50%;
  z-index: 1;
}

.timeline-item h5 {
  font-weight: 600;
  color: #2d4a3f;
  margin-bottom: 10px;
  font-size: 28px;
  font-family: "Playfair Display", serif;
}

.timeline-item p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #444;
  font-weight: 400;
}

.timeline-item img {
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

blockquote {
  margin-top: 15px;
  padding-left: 15px;
  border-left: 4px solid #d9a04f;
  font-style: italic;
  color: #555;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  background: white;
  padding: 15px;
  font-size: 18px;
}

@media (max-width: 576px) {
  .timeline {
    padding-left: 20px;
    margin-left: 10px;
  }

  .timeline-dot {
    left: -18px;
  }
  .heding-content {
    width: 100% !important;
    font-size: 18px !important;
  }
}

.timeline-item::after {
  position: absolute;
  left: -17px;
  content: "";
  top: 6px;
  width: 4px;
  height: 92%;
  background: #1c4b45;
  margin-bottom: 10px;
}
/* location */
.location-section {
  padding: 60px 0;
}

.location-title {
  font-weight: 600;
  color: #2d4a3f;
  font-family: "Playfair Display", serif;
  font-size: 42px;
}

.location-subtitle {
  font-size: 1.2rem;
  color: #2d4a3f;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}

.location-icon {
  color: #d9a04f;
  margin-right: 10px;
}

.location-btn {
  background-color: #d9a04f;
  border: none;
  padding: 10px 20px;
  font-weight: 700;
  color: white;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 18px;
  font-family: "Playfair Display", serif;
}

.map-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.contact strong {
  font-size: 24px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
.contact p {
  font-size: 17px;
  font-weight: 400;
}
.contact-page .icon-wrapper img {
  background: #fff;
  border-radius: 50%;
  padding: 17px;
  height: 64px;
}

.heding-content {
  margin: 0 auto;
  margin-bottom: 0px;
  /*! width: 60%; */
  font-size: 18px;
  color: #2e2e2e;
  font-weight: 400;
}
.contact-page ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #000000cc;
}
.contact-page ul li a {
  color: #000000cc;
  text-decoration: none;
}

/* form-section */
.form-section {
  padding: 0 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 15px;
}
.form-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.form-heading {
  color: #1b4a3b;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}
.form-subtext {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}
.form-control {
  background-color: #f9f9f9;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.last-map img {
  width: 100%;
}
.btn-success {
  color: #fff;
  background-color: #c28840;
  border-color: #c28840;
  padding: 11px 0;
  font-size: 18px;
}

/* offer */
.offer-section {
  padding: 60px 0;
}
.offer-heading {
  text-align: center;
  color: #1b4a3b;
  font-weight: 600;
  margin-bottom: 10px;
}
.offer-subheading {
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}
.offer-box {
  background-color: #f7f7f5;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.offer-box:hover {
  transform: translateY(-4px);
}
.offer-box h5 {
  color: #1b4a3b;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
.offer-box ul {
  list-style: none;
  padding-left: 0;
}

.icon-circle {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #c9942d;
}
.offer-section h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #2d4a3f;
  font-size: 24px;
  font-family: "Playfair Display", serif;
}

.offer-section ul li {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 7px;
  color: #000000b2;
}
.offer-section ul li img {
  margin-right: 10px;
}

/* step-start */
.step-section {
  padding: 60px 0;
  text-align: center;
}
.step-section h2 {
  color: #1b4a3b;
  font-weight: 600;
}
.step-subheading {
  color: #555;
  margin-bottom: 40px;
}
.step-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
  text-align: left;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.step-card:hover {
  transform: translateY(-5px);
}
.step-number {
  background-color: #1b4a3b;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /*! font-weight: bold; */
  margin-bottom: 15px;
  font-size: 28px;
}
.step-title {
  font-weight: 600;
  color: #1b4a3b;
  margin-bottom: 10px;
  text-align: left;
}
.step-desc {
  font-size: 15px;
  color: #555;
  text-align: left;
}

.step-card h5 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.step-card p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
}
/* Why-Choose-Us-start */

.choose-section {
  padding: 60px 0;
  text-align: center;
}

.choose-section h2 {
  font-weight: 600;
  color: #1b4a3b;
  margin-bottom: 20px;
}

.choose-subtext {
  color: #555;
  margin-bottom: 50px;
}

.choose-card {
  padding: 0;
  border-radius: 12px;
}

.choose-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background-color: #f7f7f5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px;
}

.choose-title {
  font-weight: 600;
  color: #1b4a3b;
  margin-bottom: 10px;
}

.choose-text {
  font-size: 15px;
  color: #444;
}
.choose-icon img {
  width: 80px;
  height: auto;
}

.choose-card h5 {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.choose-card p {
  font-size: 18px;
  font-weight: 400;
}
/* ctn-start */
.cta-section {
  background-color: #1e4c43;
  color: white;
  padding: 50px 20px;
  text-align: center;
}
.cta-section h2 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 35px;
  font-family: "Playfair Display", serif;
}
.cta-section p {
  margin-bottom: 30px;
  color: #f7f7f5;
  font-size: 18px;
  font-weight: 400;
}
.btn-custom {
  background-color: #d29c5a;
  border: none;
  color: white;
  padding: 10px 25px;
  font-weight: 600;
  font-size: 20px;
  font-family: "Playfair Display", serif;
}
.btn-outline-custom {
  background-color: white;
  color: #1f4c45;
  font-weight: 600;
  padding: 10px 25px;
  border: none;
  font-size: 20px;
  font-family: "Playfair Display", serif;
}
.btn-outline-custom:hover {
  background-color: #e8e8e8;
}

/* profissional */

.professional .card-service {
  border-radius: 16px;
  border: 1px solid #eee;
  padding: 30px 25px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  border-top: 3px solid #c28840;
  text-align: left;
  background: #f7f7f5;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.professional .card-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.professional .card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.professional .card-service h5 {
  color: #12372a;
  font-weight: 600;
  margin-bottom: 15px;
}

.professional .card-service p {
  font-size: 14px;
  color: #333;
}

.professional .learn-more {
  color: #c28840;
  font-weight: 600;
  font-size: 20px;
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

.professional .learn-more:hover {
  text-decoration: underline;
}
.professional .card-service h5 {
  font-size: 28px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
.professional .card-service p {
  font-size: 18px;
  font-weight: 400;
  max-height: 215px;
}
.professional .section-subtitle {
  font-size: 18px;
}

.testimonial-section {
  padding: 60px 0;
  text-align: center;
}

.testimonial-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin: 15px 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 365px;
}

.testimonial-card::before {
  content: "❝";
  font-size: 54px;
  color: #5cb28b;
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f7f7f5;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
}

.testimonial-author {
  font-weight: 600;
  color: #0c3d2e;
  margin-left: 82px;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  margin-top: 15px;
}

.testimonial-role {
  font-size: 14px;
  color: #777;
  margin-left: 82px;
}

.testimonial-text {
  font-style: italic;
  font-size: 17px;
  color: #444;
  margin-top: 0;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .navbar-brand img {
    width: 150px;
    height: auto;}

.footer-contact p {
  color: white !important;
}
.frm-main-sec .form-section {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.frm-main-sec .form-section input,
.form-section select {
  background: #f0f8ff;
}
.frm-main-sec .upload-container {
  max-width: 1100px;
  margin: 40px auto;
}
.frm-main-sec .left-img {
  background: url("https://www.shutterstock.com/image-photo/hr-human-resources-concept-job-260nw-792410530.jpg")
    no-repeat center center;
  background-size: cover;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 768px) {
  .frm-main-sec .left-img {
    display: none;
  }
}

.left-imgsec img {
  width: 100%;
  border-radius: 8px;
  height: 600px;
  object-fit: cover;
}

.btn-primary {
  color: #fff;
  background-color: #0e4a42;
  border-color: #0e4a42;
}
.form-section h3 {
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.frm-main-sec .form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}

.service-detials .services-box a {
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  margin-bottom: 10px;
  color: #292929;
  transition: all 0.3s ease;
  font-size: 17px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.service-detials .services-box a:hover {
  background-color: #e9ecef;
}
.service-detials .contact-box {
  background: #0e4a42;
  color: white;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}
.service-detials .contact-box button {
  margin-top: 10px;
}
.service-detials .arrow-icon {
  float: right;
}
.right-side-panel {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 15px;
  border-radius: 6px;
}

.right-side-panel h5 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2d4a3f;
  font-size: 28px;
  font-family: "Playfair Display", serif;
}

.service-detials p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-align: justify;
}

.service-detials .btn-warning {
  color: #fff;
  background-color: #c28840;
  border-color: #c28840;
  padding: 10px 30px;
}

.recuriment-sec ul li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
}
.recuriment-sec ol li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.recuriment-sec b {
  font-size: 20px;
}

.why-vivikt ul li {
  font-size: 18px;
  list-style: disc;
}

.recruitment-section {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin: 0px auto;
}

.recruitment-section h2,
.recruitment-section h3,
.recruitment-section h4 {
  color: #2d4a3f;
  font-weight: 600;
}

.recruitment-section ul li::before {
  /*! content: "✓ "; */
  color: #28a745;
  font-weight: bold;
}

.recruitment-section ol li {
  margin-bottom: 15px;
}

.recruitment-section .contact-box {
  background-color: #0e4a42;
  padding: 20px;
  border-left: 4px solid #fff;
  margin-top: 30px;
  border-radius: 8px;
}
.tech li {
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}
.free.consultation {
  background: #0e4a42;
  padding: 15px;
  border-radius: 6px;
  border-left: 5px solid #c28840;
  border-right: 5px solid #c28840;
  color: white;
}

.right-sig ul li {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.step-sec ol li {
  margin-bottom: 15px;
}
.step-sec-tech ol li {
  font-size: 18px;
  font-family: "Lato", sans-serif;
}

.content-bootm-sec {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.degination {
  margin-top: 31px;
  margin-bottom: 5px;
  color: black;
}
.modal-content {
  width: 70%;
  margin: 0 auto;
}

/* //privcy */
.privacy-policy-section {
  background-color: #f9f9f9;
  color: #333;
}

.privacy-policy-section h2 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.privacy-policy-section .policy-content {
  /*! max-width: 900px; */
  margin: 0 auto;
}

.privacy-policy-section h4 {
  margin-top: 31px;
  color: #1c4b45;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 8px;
}

.privacy-policy-section p,
.privacy-policy-section li,
.privacy-policy-section address {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  font-size: 20px;
  font-weight: 500;
}

.privacy-policy-section ul {
  padding-left: 20px;
  list-style: disc;
}

.privacy-policy-section ul li {
  margin-bottom: 10px;
  font-size: 17px;
  font-size: 20px;
  font-weight: 500;
}
.card-custom ul li {
  margin-bottom: 7px;
}


.degination {
  margin-top: 25px!important;
}

.ftr-2 p {
  font-size: 19px!important;
}

.content-bootm-sec {
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px!important;
}

.modal-content {
  width: 70%!important;
  margin: auto;
}


/*7/22/25*/

.img-sec {
    margin: auto;
    height: 35%;
    width: 66%;
    padding-bottom: 15px;
}
@media (max-width: 768px) {
      .img-sec {
        margin: auto;
        height: 20%;
        width: 100%;
        padding-bottom: 15px;
 }
}

.who-we-are-section h4 {
  color: #1e4c43;
  font-size: 30px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.EktaAgrawal{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}