@import url("bootstrap.css");
@import url("fonts.css");
@import url("owl.carousel.min.css");

/* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body */
body {
  font-family: "Merriweather";
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* Headings */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Merriweather Bold";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather Bold";
  margin-bottom: 10px;
}

h1 {
  font-size: 53px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Paragraphs */
p {
  margin-bottom: 15px;
  font-family: "Merriweather";
  font-size: 15px;
}

/* Links */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Lists */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin-bottom: 5px;
}

/* Theme Typography */
.bg-orange {
  background-color: #0E82B2;
}
.rounded-corner-22 {
  border-radius: 22px;
}
.no-shadow,
.no-shadow:focus {
  box-shadow: none;
}
ul li a {
  color: #000000;
}
ul li a:hover {
  color: #007bff;
}
.rounded-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}

.btn-orange {
  background: #0E82B2;
  color: #ffffff;
}

.text-orange {
  color: #0E82B2 !important;
}

.btn-gradient {
  background: linear-gradient(180deg, #0E82B2 0%, #0E82B2 100%);
  color: #ffffff;
}

.btn-orange:hover,
.btn-gradient:hover {
  color: #ffffff;
}

.btn {
  padding: 10px 20px;
}

.rounded-corner {
  border-radius: 8px;
}

.theme-btn {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.rounded-corner-top-left {
  border-top-left-radius: 8px;
}

.rounded-corner-top-right {
  border-top-right-radius: 8px;
}

.rounded-corner-bottom-left {
  border-bottom-left-radius: 8px;
}

.rounded-corner-top-right {
  border-bottom-right-radius: 8px;
}

.form-control[type="text"],
.form-control[type="email"],
.form-control[type="tel"],
.form-control[type="file"],
.form-control[type="url"],
.form-control[type="number"],
select.form-control:not([size]):not([multiple]),
select {
  height: 55px;
}

section {
  position: relative;
}

.title-short-desc {
  font-size: 18px;
  margin-bottom: 70px;
}

.auto-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.title-sec {
  font-size: 25px;
  margin-bottom: 36px;
}

.learn-more-link {
  color: #42b4e2;
}

.learn-more-link img {
  width: 20px;
}

.learn-more-link:hover {
  color: #000000;
}

.learn-more-link:hover img {
  filter: brightness(0);
}

.f-12 {
  font-size: 12px;
}

.card-shadow {
  box-shadow: 0px 2px 15px 3px #0000001c;
}

.section-top {
  padding-top: 130px;
}

.section-bottom {
  padding-bottom: 90px;
}

.bg-light-primary {
  background-color: #eaf7fc;
}

.icn-60 {
  height: 60px;
}

.ratings {
  color: #ebd728 !important;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.underedline-title {
  position: relative;
}

.underedline-title::after {
  content: "";
  height: 2px;
  background-color: #0E82B2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.underedline-title span {
  z-index: 1;
}

/* Header Settings Starts */
.main-header .navbar-light .navbar-nav .nav-link {
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 14px;
}
.main-header .navbar-light .navbar-nav .active > .nav-link {
  color: #0E82B2;
}
.navbar-brand img {
  height: 70px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
}

.fixed-header {
  background-color: #ffffff;
}

/* Header Settings Ends */
/* Footer Settings Starts */
/* Footer Settings Ends */
/* Additional styling */
/* Home Page Start */
/* Section Main */
.section-main {
  background-image: url(../images/home-bg.webp);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 80px;
  background-position: right;
}

.section-ring-top-left::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 15%;
  transform: translateY(-45%) translateX(-15%);
  width: 300px;
  height: 300px;
  background-image: url(../images/ring.webp);
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-ring-bottom-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  width: 300px;
  height: 300px;
  background-image: url(../images/ring.webp);
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.section-ring-bottom-right::before {
  content: "";
  position: absolute;
  top: 61%;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(../images/ring.webp);
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-61%);
}

/* Overlay Card */
.primary-ts-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007bffb5;
}

.primary-ts-overlay a {
  color: #fff;
  font-size: 50px;
  margin-top: 30px;
}

.guide-users img {
  min-width: 25px;
  min-height: 25px;
  width: 25px;
  height: 25px;
  box-shadow: 1px 2px 3px 1px #0000004f;
}

.guide-users img:not(:first-child) {
  margin-left: -12px;
  margin-top: 1px;
}

.user-text {
  font-size: 15px;
  margin-top: 3px;
}

/* Section Blog */
.section-blog a {
  text-decoration: none;
  color: #000;
}

/* Section Faqs */
.section-faq .card-header .btn[aria-expanded="false"]::after {
  content: "+";
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  height: 35px;
  background: #42b4e2;
  width: 35px;
  text-align: center;
  color: #fff;
  line-height: 42px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.section-faq .card-header .btn[aria-expanded="true"]::after {
  content: "_";
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  height: 35px;
  background: #42b4e2;
  width: 35px;
  text-align: center;
  color: #fff;
  line-height: 14px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.section-faq .card-header .btn {
  padding-left: 65px;
  white-space: normal;
}

/* Home Page End */
/* Tutorial Page Starts */
.inner-main-section {
  height: 100vh;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(244, 244, 244, 0.58) 0%,
    rgba(66, 180, 226, 0.58) 100%
  );
}

.bottom-cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url(../images/cloud-1.webp);
  background-size: 100vw auto;
  animation: cloud-move 50s infinite linear;
  margin: 0;
  display: flex;
}

@keyframes cloud-move {
  to {
    background-position: -100vw 0%;
  }
}

.moving-cloud-1 {
  animation: move1 70s infinite linear;
  position: absolute;
  top: 200px;
}

.moving-cloud-2 {
  animation: move2 50s infinite linear;
  position: absolute;
  top: 100px;
}

.moving-cloud-1 img,
.moving-cloud-2 img {
  height: 120px;
}

.cloud-move {
  overflow: hidden;
}

@keyframes move1 {
  from {
    right: 0px;
  }

  to {
    right: 100%;
  }
}

@keyframes move2 {
  from {
    right: 30%;
  }

  to {
    right: 100%;
  }
}

@keyframes move3 {
  from {
    right: 100%;
  }

  to {
    right: 0%;
  }
}

.author-pic {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background-color: #42b4e2;
  border: 3px solid #007bff;
  object-fit: cover;
}

.author-bio::before {
  content: "";
  position: absolute;
  top: 0;
  width: 300px;
  height: 100%;
  background-image: url(../images/story-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
}
/* Blog Page */
.blog-image-container a {
  height: 200px;
}
.blog-image-container img {
  object-fit: contain;
}
.section-blog-detail {
  padding-top: 50px;
}
.section-blog-detail h3 {
  margin-top: 20px;
}
.guide-title,
.guide-shirt-desc {
  color: #000000;
}
.user-guide-search .border {
  border-color: #0E82B2 !important;
}
.hovered-box a:hover h6 {
  color: #0E82B2;
}
.guide-list {
  border-radius: 22px;
}
/* Section Breadcrumb */
.section-breadcrumb .breadcrumb-item a {
  color: #000000;
}
.section-breadcrumb .breadcrumb-item.active a {
  color: #8d8d8d;
}
/* Footer */
.footer-links li a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
}

.social-links img {
  width: 32px;
  height: 32px;
}

.support-contact-icn {
  font-size: 20px;
  color: #0E82B2;
}
/* Roles */
.all-roles li a {
  position: relative;
}
.icn-expand-end {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 18px !important;
  transform: translateY(-50%);
}
.all-roles li a {
  padding: 12px 42px 12px 30px;
}
.role-name,
.role-content {
  font-size: 13px;
}
.edit-user-form fieldset {
  padding: 15px 0 0 0;
  width: auto;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.edit-user-form fieldset .form-control {
  margin-top: -30px;
}
.edit-user-form .legend {
  width: auto;
  font-size: 15px;
  color: #8d8d8d;
}
.edit-user-form .legend label {
  margin-bottom: 0;
}
/* Role Content css */
.content-image {
  max-width: 600px;
  margin: 20px auto;
  width: 100%;
}
/* Register Page css */
.register {
  background-image: url(../images/register-bg.webp);
  background-repeat: no-repeat;
  background-size: 42% 100%;
  min-height: 100vh;
}
.register-center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}
.register .image-left {
  height: 100vh;
}
.register h1 span {
  font-family: "Merriweather Light";
}
/* Responsive Start */
.section-webinar .webinar-day {
  width: 22%;
}
.section-webinar .webinar-time {
  width: 33%;
}
.section-webinar .webinar-title {
  width: 45%;
}
.section-webinar summary {
  position: relative;
}
.section-webinar th,
.section-webinar td {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-webinar details[open] summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #000;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
}
.section-webinar details summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #000;
  width: 10px;
  height: 6px;
  transform: translateY(-50%);
}
.section-webinar .user {
  width: 50px;
  height: 50px;
}
.section-webinar .nav-tabs .nav-link {
  border-color: transparent;
}
.section-webinar .nav-tabs .nav-link.active {
  border-bottom-color: #0E82B2;
}
.section-webinar .select-location {
  height: auto;
  border: 0;
  background-color: transparent;
  outline: 0 !important;
}
.section-partner a img {
  max-width: 120px;
  margin: 0 auto;
}
/* service page  */

.tab-view-container {
  margin-top: 115px;
}
.service {
  background-color: #42b4e2;
  width: 537px;
  height: 1500px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 0;
}

.service .img-service {
  position: absolute;
  width: 255px;
  top: 112px;
  left: -62px;
}
.service .img-service-bottom {
  position: absolute;
  height: 83px;
  width: 87px;
  bottom: -4px;
  right: 97px;
}
.service .img-service-bottom-second {
  position: absolute;
  width: 87px;
  height: 83px;
  flex-shrink: 0;
  bottom: 228px;
  left: 59px;
}
.service .img-service-bottom-third {
  position: absolute;
  width: 87px;
  height: 83px;
  flex-shrink: 0;
  bottom: 714px;
  left: 46px;
}
.service .img-service-bottom-fourth {
  position: absolute;
  width: 87px;
  height: 83px;
  flex-shrink: 0;
  bottom: 875px;
  right: 37px;
}
.service .img-service-bottom-fifth {
  position: absolute;
  width: 87px;
  height: 83px;
  flex-shrink: 0;
  top: 615px;
  right: 102px;
}

.service .img-service-middle {
  position: absolute;
  width: 184px;
  height: 175px;
  flex-shrink: 0;
  top: 627px;
  bottom: 228px;
  right: 154px;
}

.service .service-buttons .menu-title {
  color: #fff;
  font-family: "Merriweather Bold";
  font-size: 20px;
  padding-top: 127px;
  font-weight: 500;
  line-height: normal;
  padding-left: 5px;
}
.service .service-buttons {
  padding-left: 41px;
  display: flex;
  padding-right: 23px;
  flex-direction: column;
  gap: 39px;
}
.service .service-buttons .nav-link {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: "Merriweather Bold";
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 33px;
  z-index: 9;
  text-align: left;
}
.service .service-buttons .nav-link.active {
  background-color: #0e82b2;
  border-radius: 16px;
  border: 0;
  border-color: transparent;
}
.content-page {
  background-color: #fff;
}
.content-page .tab-content {
  padding-left: 75px;
}
.content-page .tab-content .tab-title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.content-page .tab-content .tab-container .tab-title .tab-highlighted-title {
  color: #000;
  font-family: "Merriweather Bold";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.687%; /* 43.119px */
}
.content-page .tab-content .tab-container .tab-title .tab-highlighted-dropdown {
  width: 22px;
  height: 23px;
  transform: rotate(-90deg);
  flex-shrink: 0;
  padding-left: 4px;
}
.content-page
  .tab-content
  .tab-container
  .tab-title
  .tab-highlighted-sub-title {
  color: #787878;
  font-family: "Merriweather ";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.687%; /* 43.119px */
}
.content-page .tab-content .tab-container .tab-main-title-container {
  display: flex;
  flex-direction: column;
}
.content-page
  .tab-content
  .tab-container
  .tab-main-title-container
  .tab-main-title {
  color: #000;
  font-family: "Merriweather Bold";
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  margin-top: 93px;
}
.content-page
  .tab-content
  .tab-container
  .tab-main-title-container
  .tab-sub-title {
  color: #000;
  font-family: "Merriweather";
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 139.687%; /* 34.922px */
  letter-spacing: 0.75px;
}
.content-page .tab-content .tab-container .description-container {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  gap: 34px;
}

.content-page
  .tab-content
  .tab-container
  .description-container
  .bullet-point-container {
  display: flex;
  flex-direction: row;
  align-items: first baseline;
}
.content-page
  .tab-content
  .tab-container
  .description-container
  .bullet-point-container
  .bullet-point {
  background-color: black;
  width: 15px;
  height: 13px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
}
.content-page
  .tab-content
  .tab-container
  .description-container
  .bullet-point-container
  .bullet-point-description {
  color: #000;
  font-family: "Merriweather";
  font-size: 18px;
  font-weight: 500;
  line-height: 139.687%; /* 34.922px */
  letter-spacing: 0.75px;
  margin-left: 20px;
}
.content-page
  .tab-content
  .tab-container
  .description-container
  .pointer-container {
  padding-left: 19px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.content-page
  .tab-content
  .tab-container
  .description-container
  .pointer-container
  .pointer-title-container {
  display: flex;
  flex-direction: row;
}
.content-page
  .tab-content
  .tab-container
  .description-container
  .pointer-container
  .pointer-title-container
  .number-tag {
  color: #000;
  font-family: "Merriweather";
  font-size: 18px;
  font-weight: 500;
  line-height: 139.687%; /* 34.922px */
  letter-spacing: 0.75px;
}
.content-page
  .tab-content
  .tab-container
  .description-container
  .pointer-container
  .pointer-title-container
  .number-title {
  padding-left: 0px;
  color: #000;
  font-family: "Merriweather Bold";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 139.687%; /* 34.922px */
  letter-spacing: 0.75px;
}
.content-page
  .tab-content
  .tab-container
  .description-container
  .pointer-container
  .pointer-title-container
  .number-description {
  color: #000;
  font-family: "Merriweather";
  font-size: 18px;
  padding-left: 8px;
  font-style: normal;
  font-weight: 500;
  line-height: 139.687%;
  letter-spacing: 0.75px;
}

/* Responsive Start */
@media (min-width: 1350px) {
  .auto-container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .auto-container {
    max-width: 1550px;
  }

  .title-sec {
    font-size: 30px;
  }
}

@media (min-width: 1800px) {
  .auto-container {
    max-width: 1600px;
  }

  h1 {
    font-size: 73px;
  }
}

@media (min-width: 1920px) {
  .auto-container {
    max-width: 1800px;
  }
}
@media (max-width: 1199px) {
  .main-header .navbar-light .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }
  .theme-btn {
    font-size: 13px;
  }
  .title-sec {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .webinar-day,
  .webinar-time {
    display: none;
  }
  .section-webinar tr td:not(:last-child) {
    display: none;
  }
  .main-header .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(
      183deg,
      rgb(237 244 248) 0%,
      rgb(176 223 241) 100%
    );
    padding-top: 12px;
  }
  .main-header .navbar-light .navbar-nav .active > .nav-link {
    font-weight: 600;
  }
  .section-top {
    padding-top: 40px;
  }
  p {
    font-size: 13px;
    line-height: 1.7;
  }
  .section-faq .card-header .btn[aria-expanded="true"]::after {
    content: "_";
    font-size: 14px;
    top: 15px;
    height: 26px;
    width: 26px;
    line-height: 14px;
    border-radius: 50%;
    transform: translateY(0);
  }
  .section-faq .card-header .btn[aria-expanded="false"]::after {
    content: "+";
    font-size: 19px;
    top: 15px;
    height: 26px;
    width: 26px;
    line-height: 30px;
    transform: translateY(0);
  }
  .section-faq .card-header .btn {
    padding-left: 57px;
  }
  .section-main p {
    max-width: 380px;
  }
  .section-main {
    background-size: contain;
    background-position: right bottom;
    padding-top: 120px;
    padding-bottom: 20px;
  }
  .section-main .theme-btn {
    font-size: 16px;
  }
  .inner-main-section {
    height: auto;
    position: relative;
    background: linear-gradient(
      180deg,
      rgba(244, 244, 244, 0.58) 0%,
      rgba(66, 180, 226, 0.58) 100%
    );
    padding-top: 120px;
    padding-bottom: 140px;
  }
  .inner-main-section h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
  }
  .bottom-cloud {
    height: 60px;
  }
  h2 {
    font-size: 40px;
  }
  .title-short-desc {
    margin-bottom: 15px;
  }
  .all-roles li a {
    padding: 12px 42px 12px 15px;
  }
  .register {
    background-size: cover;
  }
  .register > .row {
    padding: 30px;
  }
  .register > .row > .offset-lg-5 {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 0;
    box-shadow: 10px 4px 10px 15px #0000000f;
  }
}
@media (max-width: 767px) {
  .inner-main-section .bg-white {
    max-width: 340px;
    margin: 0 auto;
  }
  .register > .row {
    padding: 15px;
  }
  .register > .row > .offset-lg-5 {
    border-radius: 15px;
  }
  .register form {
    padding: 0 !important;
  }
  .section-main {
    padding-top: 130px;
    padding-bottom: 140px;
    height: auto;
  }
  .bottom-cloud {
    height: 50px;
  }
  .main-header .navbar-brand img {
    height: 48px;
  }
  .moving-cloud-1 img,
  .moving-cloud-2 img {
    height: 90px;
  }
  .moving-cloud-1 {
    top: 53%;
  }
  .author-pic {
    width: 300px;
    height: 300px;
  }
  .author-bio::before {
    width: 300px;
    height: 100%;
    background-size: 268px;
    background-position: right;
  }
  .title-short-desc {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section-main {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .author-pic {
    width: 290px;
    height: 280px;
  }
  .main-header .request-demo {
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 10px;
    padding: 15px;
    border-top-left-radius: 10px;
    box-shadow: 2px 0px 5px 5px #00000012;
    font-size: 15px;
    font-weight: 600;
  }
  h1 {
    font-size: 43px;
  }
  .section-ring-bottom-left::before {
    width: 240px;
    height: 240px;
  }
  .form-control[type="text"],
  .form-control[type="email"],
  .form-control[type="tel"],
  .form-control[type="file"],
  .form-control[type="url"],
  .form-control[type="number"],
  select.form-control:not([size]):not([multiple]),
  select {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .service {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
    border-radius: 16px;
    max-width: 100%;
  }
  .row {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  .content-page {
    padding-top: 20px;
    max-width: 100%;
  }
  .content-page .tab-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  /* Adjust menu styling */
  .service .service-buttons {
    padding: 0;
    gap: 12px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  .service .service-buttons .menu-title {
    display: none;
  }
  .service .service-buttons .nav-link {
    font-size: 14px;
    padding: 8px 12px;
    flex: 0 0 auto;
    border-radius: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .service .service-buttons .nav-link {
    font-size: 13px;
    padding: 6px 10px;
  }
}

/* Font and padding adjustments for content */
@media (max-width: 991px) {
  .content-page .tab-content .tab-container .tab-title .tab-highlighted-title,
  .content-page
    .tab-content
    .tab-container
    .tab-title
    .tab-highlighted-sub-title,
  .content-page
    .tab-content
    .tab-container
    .tab-main-title-container
    .tab-main-title,
  .content-page
    .tab-content
    .tab-container
    .tab-main-title-container
    .tab-sub-title,
  .content-page
    .tab-content
    .tab-container
    .description-container
    .bullet-point-container
    .bullet-point-description,
  .content-page
    .tab-content
    .tab-container
    .description-container
    .pointer-container
    .pointer-title-container
    .number-title,
  .content-page
    .tab-content
    .tab-container
    .description-container
    .pointer-container
    .pointer-title-container
    .number-description,
  .content-page
    .tab-content
    .tab-container
    .description-container
    .pointer-container
    .pointer-title-container
    .number-tag {
    font-size: 16px;
    line-height: 1.5;
  }

  .content-page
    .tab-content
    .tab-container
    .tab-main-title-container
    .tab-main-title {
    margin-top: 20px;
  }
  .content-page .tab-content .tab-container .description-container {
    gap: 18px;
  }
  .content-page
    .tab-content
    .tab-container
    .description-container
    .pointer-container {
    gap: 14px;
  }
}

@media (min-width: 1350px) {
  .content-page .tab-content {
    max-width: 959px;
  }
  .service {
    width: 25%; /* equivalent to col-3 */
  }
  .content-page {
    width: 75%; /* equivalent to col-9 */
  }
}

@media (max-width: 767px) {
  .tab-view-container {
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-view-container {
    margin-top: 80px !important;
  }
}