html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

p {
  color: #c1c1c1;
  font-size: 22px;
}

h2 {
  font-size: 40px;
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
a:visited {
  color: #fff;
}
a:hover {
  text-decoration: none;
}

.seva-section {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #2A1851;
}

.seva-container {
  width: 85%;
  margin: 0 auto;
}

.section-body {
  background-color: rgba(55, 45, 78, 0.3333333333);
  backdrop-filter: opacity(0.8);
  height: 100%;
  position: relative;
}

.col_20 {
  width: 20%;
  padding: 5px;
}

.section-title {
  margin-bottom: 0.5em;
}

.service-description {
  margin-bottom: 30px;
}

.seva-section.header-section h2 {
  max-width: 768px;
}
.seva-section h2 {
  font-size: 52px;
  font-weight: bold;
  max-width: 550px;
}
.seva-section p {
  font-size: 20px;
}

.header-section {
  background-color: #2A1851;
}
.header-section .section-body .section-body-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  gap: 1.5em;
  height: 100%;
}

.site-header {
  position: fixed;
  top: 50px;
  left: 0;
  height: 100px;
  z-index: 1000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 5%;
}
.site-header .header-logo {
  height: 60px;
}
.site-header .chat-with-us {
  position: relative;
}
.site-header .chat-with-us * {
  color: #fff;
  font-size: 20px;
}
.site-header .chat-with-us:hover .chat-us-toggle {
  opacity: 0;
}
.site-header .chat-with-us:hover .chat-us-menu {
  opacity: 1;
}
.site-header .chat-with-us .chat-us-toggle {
  transition: opacity 400ms;
}
.site-header .chat-with-us .chat-us-toggle > i {
  margin-left: 10px;
}
.site-header .chat-with-us .chat-us-menu {
  transition: opacity 400ms;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.site-header .chat-with-us .chat-us-menu .chat-us-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.site-header .chat-with-us .chat-us-menu .chat-us-item > img {
  height: 30px;
}

.service-menu .service-menu-item > a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.4039215686);
  padding: 15px;
}
.service-menu .service-menu-item > a:hover {
  background-color: rgba(193, 193, 193, 0.3333333333);
  color: #fff;
}
.service-menu .service-menu-item > a > img {
  height: 50px;
  width: 50px;
}

.side-menu-wrap {
  position: fixed;
  right: -150px;
  top: 50%;
  width: 200px;
  height: 50px;
  transition: right 0.3s;
  transform: rotate(90deg);
  z-index: 100;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-menu-wrap:hover .side-menu {
  transform: rotate(-90deg);
  position: absolute;
  top: 42vw;
  width: 90vw;
}
.side-menu-wrap .side-menu {
  transform: rotate(-90deg);
  position: absolute;
  top: -100vw;
  width: 90vw;
  transition: 500ms;
  padding-right: 30px;
  padding-block: 20px;
}
.side-menu-wrap .side-menu .service-menu {
  background-color: rgba(255, 255, 255, 0.3098039216);
}

.show-side-menu {
  right: -70px;
}

.feature {
  color: #c1c1c1;
}
.feature i {
  color: #b8967d;
}

.partner {
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3333333333);
  border-radius: 5px;
  gap: 10px;
  padding: 10px 15px;
}
.partner .partner-image {
  display: flex;
  align-items: center;
  max-width: 55px;
}
.partner .partner-name p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.section-10 .section-body {
  height: 100%;
  display: flex;
  align-items: center;
}
.section-10 .section-body .contact-form-card {
  border: none;
}
.section-10 .section-body .contact-form-card label {
  font-size: 18px;
}
.section-10 .section-body .contact-form-card input {
  font-size: 18px;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 15px;
}
.section-10 .section-body .contact-form-card .card-header {
  background-color: #b8967d;
}
.section-10 .section-body .contact-form-card .card-header h2 {
  margin: 0;
  font-size: 40px;
}
.section-10 .section-body .contact-form-card .card-header * {
  color: #fff;
}
.section-10 .section-body .contact-form-card .card-footer {
  background-color: #b8967d;
}
.section-10 .section-body .contact-form-card .card-footer button {
  background-color: #fff;
  color: #b8967d;
  font-size: 20px;
  border: none;
}

.seva-row,
.seva-row-even {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.seva-row > div:first-child,
.seva-row-even > div:first-child {
  display: flex;
  justify-content: start;
}
.seva-row > div:last-child,
.seva-row-even > div:last-child {
  display: flex;
  justify-content: end;
}

/* .scroll-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    z-index: 1000;
} */
/* .scroll-button-left {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    z-index: 1000;
} */
.scroll-button-left,
.scroll-button {
  padding: 0;
}

.position-relative {
  position: relative;
}

.section-image {
  width: 70%;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}

.section-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 300ms;
}

.section-image:hover img {
  transform: scale(1.1);
}

.image-overlay {
  visibility: hidden;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3333333333);
  transition: opacity 1400ms, width 700ms;
  position: absolute;
  width: 30%;
  height: 200%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
}

.section-image:hover .image-overlay {
  width: 150%;
  visibility: visible;
  opacity: 0;
  display: block;
}

.seperate-line {
  width: 100%;
  height: 3px;
  background-color: #c1c1c1;
}

.text-wrap-left {
  padding-right: 30px;
}

.detail-button {
  background-color: #b8967d;
  padding: 15px 40px;
  border-radius: 5px;
}

.section-navigator {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  margin-bottom: 5px;
}
.section-navigator button {
  color: #fff;
  background-color: transparent;
  border: none;
}
.section-navigator button i {
  font-size: 25px;
}

.action-button-wrapper {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  justify-content: end;
  z-index: 200;
}
.action-button-wrapper .action-button {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  transition: transform 400ms ease-out;
}
.action-button-wrapper .action-button i {
  font-size: 35px;
}
.action-button-wrapper .action-menu {
  width: 0em;
  position: relative;
  height: 5em;
  float: right;
  margin-right: -3em;
  display: flex;
  flex-direction: row-reverse;
  gap: 1em;
  overflow: hidden;
}
.action-button-wrapper .action-menu .icon-wrap {
  display: flex;
  gap: 1em;
  margin-right: 100%;
  flex-direction: row-reverse;
}
.action-button-wrapper .action-menu .icon-wrap .icon {
  background-color: green;
  border-radius: 50%;
  height: 5em;
  width: 5em;
  transition: 500ms;
  margin-right: -100%;
}
.action-button-wrapper:hover .action-button {
  transform: rotate(-135deg);
}
.action-button-wrapper:hover .action-menu {
  width: fit-content;
  padding-right: 4em;
}
.action-button-wrapper:hover .action-menu .icon-wrap {
  margin-right: 0;
}
.action-button-wrapper:hover .action-menu .icon-wrap .icon {
  margin-right: 0;
}

.video-embed {
  position: absolute;
  bottom: -3%;
  left: -45%;
  aspect-ratio: 16/9;
  width: 100%;
  border: 5px solid white;
}
.video-embed iframe {
  width: 100%;
  height: 100%;
}

.image-with-embed {
  display: flex;
  width: 70%;
}
.image-with-embed .section-image4 {
  margin-top: -60px;
  margin-bottom: 60px;
  width: 100%;
}

.service-counter {
  aspect-ratio: 1/1;
  background-color: #b8967d;
}

.counter {
  font-family: "Rampart One", cursive;
  font-size: 5em;
}

.counter:not(.is-visible) {
  visibility: hidden;
}

.seva-counter {
  background-color: #b8967d;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  width: 20%;
  height: 20%;
  position: absolute;
  top: -7%;
  left: -7%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-menu-toggle-animation {
  animation: sideMenu 500ms;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  background-color: #1766aa;
  border-radius: 50%;
  border: 5px solid #333;
  color: #fff;
  height: 150px;
  width: 150px;
}

@keyframes sideMenu {
  from {
    width: 150px;
  }
  to {
    width: 200px;
  }
}
@media screen and (min-width: 1451px) {
  .seva-section.header-section h2 {
    max-width: 768px;
  }
}
@media screen and (max-width: 1450px) {
  .seva-section p {
    color: #c1c1c1;
    font-size: 16px;
  }
  .seva-section h2 {
    font-size: 34px;
    color: #fff;
  }
  .site-header {
    top: 10px;
  }
  .site-header .header-logo {
    height: 35px;
  }
  .site-header .chat-with-us {
    position: relative;
  }
  .site-header .chat-with-us * {
    color: #fff;
    font-size: 16px;
  }
  .site-header .chat-with-us .chat-us-menu .chat-us-item > img {
    height: 20px;
  }
  .detail-button {
    background-color: #b8967d;
    padding: 10px 20px;
    font-size: 14px;
  }
  .service-menu .service-menu-item > a {
    font-size: 12px;
    padding: p7x;
  }
  .service-menu .service-menu-item > a > img {
    height: 35px;
    width: 35px;
  }
  .partner {
    padding: 5px 7px;
  }
  .partner .partner-image {
    display: flex;
    align-items: center;
    width: 35px;
    height: 35px;
  }
  .partner .partner-image img {
    width: 100%;
  }
  .partner .partner-name p {
    font-size: 12px;
  }
  .feature {
    font-size: 14px;
  }
  .section-10 .section-body {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .section-10 .section-body .contact-form-card {
    border: none;
  }
  .section-10 .section-body .contact-form-card label {
    font-size: 14px;
  }
  .section-10 .section-body .contact-form-card input,
  .section-10 .section-body .contact-form-card select {
    font-size: 14px;
    height: 30px;
    margin-top: 3px;
    margin-bottom: 7px;
    padding: 7px;
  }
  .section-10 .section-body .contact-form-card select {
    padding: 0 0 0 7px;
  }
  .section-10 .section-body .contact-form-card .card-header {
    background-color: #b8967d;
  }
  .section-10 .section-body .contact-form-card .card-header h2 {
    margin: 0;
    font-size: 28px;
  }
  .section-10 .section-body .contact-form-card .card-header * {
    color: #fff;
  }
  .section-10 .section-body .contact-form-card .card-footer {
    background-color: #b8967d;
  }
  .section-10 .section-body .contact-form-card .card-footer button {
    background-color: #fff;
    color: #b8967d;
    font-size: 15px;
    border: none;
  }
  .action-button-wrapper .action-button {
    width: 3.5em;
    height: 3.5em;
  }
  .action-button-wrapper .action-button i {
    font-size: 25px;
  }
  .action-button-wrapper .action-menu {
    width: 0em;
    position: relative;
    height: 3.5em;
    float: right;
    margin-right: -2em;
    display: flex;
    flex-direction: row-reverse;
    gap: 1em;
    overflow: hidden;
  }
  .action-button-wrapper .action-menu .icon-wrap {
    gap: 0.5em;
  }
  .action-button-wrapper .action-menu .icon-wrap .icon {
    height: 3.5em;
    width: 3.5em;
  }
  .action-button-wrapper:hover .action-menu {
    width: fit-content;
    padding-right: 2.5em;
  }
  .section-image {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .col_20 {
    width: 33.33%;
  }
  .side-menu-wrap .side-menu .service-menu {
    transform: scale(0.95);
  }
  .side-menu-wrap:hover .side-menu {
    top: 27vw;
    width: 95vw;
  }
  .seva-container {
    width: 95%;
  }
  .section-image {
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .col_20 {
    width: 20%;
  }
  .service-menu-item > a > span {
    display: none;
  }
  .section-navigator {
    display: none !important;
  }
  .side-menu-wrap {
    width: 140px;
    height: 36px;
    font-size: 15px;
  }
  .show-side-menu {
    right: -52px;
  }
  .seva-section {
    height: auto;
  }
  .seva-section .section-body {
    padding: 10vh 3vw;
  }
  .seva-section h2 {
    font-size: 26px;
  }
  .seva-section .seva-row > div:last-child {
    margin-top: 30px;
  }
  .seva-section.header-section {
    height: 100vh;
    background-position: 65%;
  }
  .seva-section#section_10 .section-body {
    height: 100vh;
  }
  .seva-section p {
    font-size: 15px;
  }
  .section-image {
    width: 100%;
  }
  .action-button-wrapper {
    right: 3vw;
    bottom: 10px;
  }
  .action-button-wrapper .action-button {
    width: 3em;
    height: 3em;
  }
  .action-button-wrapper .action-button i {
    font-size: 20px;
  }
  .action-button-wrapper .action-menu {
    height: 3em;
    margin-right: -1.5em;
    overflow: hidden;
  }
  .action-button-wrapper .action-menu .icon-wrap {
    display: flex;
    gap: 5px;
    margin-right: 100%;
    flex-direction: row-reverse;
  }
  .action-button-wrapper .action-menu .icon-wrap .icon {
    height: 3em;
    width: 3em;
  }
  .action-button-wrapper:hover .action-menu {
    padding-right: 1.8em;
  }
  .image-with-embed {
    display: flex;
    width: 90%;
  }
  .image-with-embed .section-image4 {
    margin-top: 0px;
    margin-bottom: 60px;
    width: 100%;
  }
  .video-embed {
    left: -15%;
  }
}