@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&family=Inter:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

:root {
  --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
  --default-background-color: #111111;
  --default-text-color: #f0f0f0;
  --default-font-weight: 600;
  --default-button-text-size: 24px;
  --default-font-size: 32px;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul,
a {
  font-size: unset;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  background: #000 url(../assets/images/About/dot-bg.png) no-repeat center fixed;
  background-size: 220%;
}

body::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
}

body::-webkit-scrollbar {
  display: none;
}

.wrapper {
  /* background-color: rgb(0 0 0); */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-container {
  /* background-color: rgb(0 0 0); */
  color: #f0f0f0;
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  margin: 72px 0 auto;
  align-items: center;
}

/* Header/Navigation Bar */

.nav {
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 3;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
}

.navbar-brand {
  margin: 0;
  padding: 1.5% 1%;
}

header.navbar.bg-black {
  margin: 0;
  padding: 0;
  height: 0px;
}

header.navbar.bg-black {
  margin: 0;
  padding: 0;
  height: 0px;
}

img.navbar-logo-size-sm {
  width: 100%;
  transform: rotate(90deg);
}

.logo {
  padding: 1.9%;
  color: #fafafa;
}

.content {
  color: #fafafa;
}

#hamburger {
  padding: 1%;
}

.logo {
  padding: 1.9%;
}

#hamburger {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.25s linear;
  /* width: clamp(1.5rem, 2vw + 1.1rem, 6rem); */
  height: clamp(2rem, 1.4vw + 1.7rem, 5rem);
  display: flex;
  align-items: center;
}

#hamburger:hover {
  opacity: 1;
}

#hamburger div,
#hamburger div:after,
#hamburger div:before {
  background-color: #fafafa;
  border-radius: 10px;
  width: clamp(1.5rem, 2vw + 1.1rem, 6rem);
  height: clamp(0.2rem, 0.3vw + 0.1rem, 0.8rem);
  transition: all 0.15s linear;
}

#hamburger div:before,
#hamburger div:after {
  content: "";
  position: absolute;
}

#hamburger div:before {
  transform: translateY(-200%);
}

#hamburger div:after {
  transform: translateY(200%);
}

#hamburger.open div {
  background: transparent;
}

#hamburger.open div:before {
  transform: rotate(45deg);
}

#hamburger.open div:after {
  transform: rotate(-45deg);
}

#overlay ul.menu li span {
  font-family: "Chakra Petch";
  font-size: 20px;
  font-weight: 700;
  color: #5b5b5b;
}

.SMN_effect-15 a:before {
  display: inline-block;
  opacity: 0;
  margin-right: 10px;
  content: "[";
  transition: transform 0.3s, opacity 0.2s;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}

.SMN_effect-15 a:after {
  display: inline-block;
  opacity: 0;
  margin-left: 10px;
  content: "]";
  transform: translateX(0px);
  transition: transform 0.3s, opacity 0.2s;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}

.SMN_effect-15 a:hover:before {
  opacity: 1;
  transform: translateX(0px);
}

.SMN_effect-15 a:hover:after {
  opacity: 1;
  transform: translateX(0px);
}

#overlay {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background-color: #000;
  z-index: 2;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  opacity: 1;
}

#overlay ul.menu {
  list-style: none;
  text-align: center;
  width: 100%;
  padding: 0;
  height: 100vh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-logos-in-hamburger {
  position: absolute;
  bottom: 5rem;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  display: none;
}

.social-logos-in-hamburger a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}

#overlay ul.menu::-webkit-scrollbar {
  display: none;
}

#overlay ul.menu li {
  padding: 6px;
  width: 100%;
}

#overlay.menu {
  transform: translateY(0%);
}

#overlay ul.menu li a {
  text-decoration: none;
  color: #fafafa;
  font-size: clamp(1rem, 2.1vw + 2.2rem, 10rem);
  margin: 0%;
  opacity: 0.5;
  transition: 0.3s linear;
  font-family: "Chakra Petch";
  font-weight: 600;
  transform: translateY(-100%);
}

#overlay ul.menu li a:hover {
  opacity: 1;
  margin: 2%;
}

#overlay ul.menu li a:hover > li.highlight span {
  transition: 0.3s linear ease-in-out;
  color: #fff;
}

#overlay ul.menu li span {
  transition: 0.3s linear ease-in-out;
}

#overlay ul.menu li.highlight a {
  opacity: 1;
}

/* breadcrumb-list list */

.blog-header_and_crumblist {
  margin-top: 24px;
}

.breadcrumb-list-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}

/* breadcrumb-list items */
.breadcrumb-list li {
  display: inline;
  font-size: 16px;
}

/* Links */
.breadcrumb-list a {
  text-decoration: none;
  color: #f0f0f0;
  padding: 2px;
  transition: color 0.3s;
}

/* Change color on hover */
.breadcrumb-list a:hover {
  color: hsla(0, 0%, 94%, 0.5);
}

/* Separator (›) between items */
.breadcrumb-list li:not(:last-child)::after {
  content: "›";
  margin: 0 8px;
  color: #999;
}

/* Active breadcrumb-list (last item) */
.breadcrumb-list .active {
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  /* text-decoration: underline; */
}

/* ------------------- shimmer animation ---------------------- */

.hidden {
  display: none;
}

.shimmer-loader {
  background: linear-gradient(100deg, #111 20%, #333 50%, #111 80%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite linear;
}

.img-loader {
  width: 100%;
  aspect-ratio: 16/9;
}

/* Shimmer Effect */
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* main/blog content */

h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: unset;
  animation: shimmer 1.5s infinite linear;
  margin-bottom: 32px;
}

h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: unset;
}

h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: unset;
}

h4 {
  font-size: 20px;
}

p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: unset;
}

.blog-post {
  max-width: 70%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-family: Chakra Petch;
}

.author-and-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 20px 0 32px;
  gap: 32px;
}

.auther-details-and-share-functionality {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.author-info {
  display: flex;
  flex-direction: column;
  /* gap: 4px */
}

.author-skeleton {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.author {
  display: flex;
  align-items: center;
  gap: 8px;
}

.author img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  object-fit: cover;
}

/* -------------share button-------------- */

.share-wrapper {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}

/* Button: transparent with smooth hover */
.share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  color: #f0f0f0;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.3s ease;
  gap: 8px;
}

.share-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}

.share-btn:hover {
  color: #ffffffcc;
  /* stays white-ish */
}

/* Dropdown */
.share-options {
  display: none;
  position: absolute;
  background-color: #222;
  padding: 4px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.share-options.show {
  display: block;
  opacity: 1;
}

/* Links and buttons inside dropdown */
.share-options a,
.share-options button {
  background: none;
  border: none;
  color: #ffffffcc;
  text-align: left;
  padding: 6px;
  width: 100%;
  font-size: 14px;
  display: block;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.3s ease;
}

.share-options a:hover,
.share-options button:hover {
  background-color: #333;
  color: #ffffffcc;
}

/* Divider */
.divider {
  height: 1px;
  background-color: #444;
  margin: 0 12px;
}

.meta {
  color: #777;
  font-size: 14px;
}

.blog-thumnail-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  animation: shimmer 1.5s infinite linear;
}

.blog-post-content {
  display: flex;
  flex-direction: column;
  gap: 52px;
  margin-top: 12px;
}

.blog-brief-intro {
  font-size: 18px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  /* margin-top: 10px; */
  /* >p {
        font-size: 24px;
    } */
}

.num-list {
  padding: 0 20px;
  list-style: decimal;
}

.list-style-fix {
  list-style: square;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.5);
}

.list-style-fix-color {
  color: #f0f0f0;
}

.list-and-content-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list-title-and-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

/* Table */

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* border-radius: 5px; */
  overflow: hidden;
  background: #111111;
}

th,
td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #333;
}

th {
  background: #222;
  color: #f0f0f0;
  font-weight: bold;
  font-size: 20px;
}

td {
  font-size: 18px;
}

tr {
  font-size: 15px;
}

tr:nth-child(even) {
  background-color: #000000;
}

tr:nth-child(odd) {
  background-color: #111111;
}

tr:hover {
  background-color: #333;
  transition: 0.3s;
}

.blog-conclusion {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-question-answers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  color: #111111;
  background: #f0f0f0;
  text-decoration: none;
  outline: unset;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.cta-button:hover {
  background: #111111;
  color: #fafafa;
}

.cta-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cta-section p {
  font-size: 32px;
  font-weight: 600;
  color: #f0f0f0;
}
.cta-section span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-bottom: unset;
}

.main-content-area {
  display: flex;
  gap: 50px;
}

.main-content-blog {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog-heading {
  display: flex;
  justify-content: center;
  font-size: 42px;
  font-family: Chakra petch;
}

/* side container */
.aside-section-headings {
  margin-bottom: 36px;
}

.side-container {
  display: flex;
  flex-direction: column;
  /* position: sticky; */
  top: 91.28px;
  height: 100vh;
  /* overflow: auto; */
  gap: 58px;
  font-family: "Chakra Petch";
  /* margin-bottom: 24px; */
}

.side-container.menu-close {
  position: sticky;
}

.side-container.menu-open {
  position: static;
}

.divider {
  display: block;
  /* background-color: #F0F0F040; */
  /* border-bottom: 1px solid #F0F0F040; */
  width: 100%;
  margin: 10px 0 10px 0;
}

.top-divider-mar-fix {
}

.our-service-divider {
  margin: 20px 0 22px 0;
}

figure {
  margin: unset;
}

.blog-cards {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
  align-items: center;
}

.card-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  line-height: 1.5;
}

.card-description-text {
  font-size: 14px;
  color: #f0f0f0;
}

.limited-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
}

.card-blog-time {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.other-blog-thumnail-images {
  max-width: 150px;
  aspect-ratio: 1.92 / 1;
}

.bulletpoints {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bulletpoint-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-decoration: none;
  color: #f0f0f0;
  justify-content: space-between;
}

.bulletpoint-elements:hover {
  color: #f0f0f0;
}

.bulletpoint-span {
  align-items: baseline;
  display: flex;
  gap: 12px;
}

.numbers {
  color: #b0b0b0;
  font-family: Chakra Petch, var(--default-font-family);
  font-size: 12px;
  font-weight: var(--default-font-weight);
  line-height: 26px;
}

.lottie-animation {
  width: 40px;
  aspect-ratio: 4/3;
}

.tag-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.all-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-chip {
  display: flex;
  border: 1px solid #f0f0f0;
  padding: 8px 18px;
  background-color: transparent;
  color: #f0f0f0;
  cursor: text;
}

/* Footer Section */

.footer-image {
  background: url(./assets/images/footer-image-ezgif.com-crop.gif) no-repeat;
  object-fit: cover;
  width: 100%;
  height: 80px;
  margin-top: 15%;
}

.footer-content {
  display: flex;
  margin: 50px 0 16px;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.footer-split-heading {
  font-size: 90px;
  font-weight: bold !important;
  font-family: "Inter";
  line-height: 1.2;
}

.getin-color {
  color: rgba(255, 255, 255, 0.5);
}

.all-form-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.two-input-fields {
  display: flex;
  gap: 24px;
}

.two-input-fields input {
  padding: 12px;
  outline: unset;
  background: transparent;
  border: 1px solid white;
  font-size: inherit;
  color: #f0f0f0;
  width: 100%;
}

.long-input-field input {
  padding: 12px;
  width: 100%;
  outline: unset;
  background: transparent;
  border: 1px solid white;
  font-size: large;
  color: #f0f0f0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-send-button {
  width: 100%;
  padding: 12px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 41.875px;
  width: 30%;
}

.contact-details-element-styling {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #fafafa;
  align-items: baseline;
  font-size: 18px;
  font-style: normal;
}

.social-media-logos {
  display: flex;
  flex-direction: column;
  gap: 57px;
  padding: 0 calc(1.5rem * 0.5);
}

.social-media-logos a {
  text-decoration: none;
  color: #fafafa;
}

.input-field-and-error-msg {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.success-message {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-top: 3%;
  text-align: center;
  display: none;
}

.success-mssg {
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-mssg p {
  gap: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.whatsapp-icon {
  position: fixed;
  right: 0;
  transform: translate(-25%);
  font-size: 25px;
  top: 90%;
}

/* main site footer ---starts---- */

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.row.section-22 {
  padding-top: 15%;
  display: flex;
  width: 100%;
}

.row.section-22-mb {
  padding-top: 15%;
  display: none;
}

h1.heading-block {
  font-weight: 600;
  font-size: 30px;
  font-family: "Chakra Petch";
  color: #fff;
  font-style: normal;
  padding: 0;
  margin: 0;
}

img.heding-block-animation-barcod-at-gun {
  width: 100%;
}

.chatgpt-code-block-section {
  margin-top: 2rem;
}

.chatgpt-code-block {
  background-color: #1e1e1e;
  color: #dcdcdc;
  font-family: "Courier New", Courier, monospace;
  border-radius: 12px;
  margin: 0.5rem 0 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  width: 100%;
}

.chatgpt-code-block .code-header {
  background-color: #2a2a2a;
  padding: 0.75rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  border-bottom: 1px solid #333;
}

.chatgpt-code-block .lang-label {
  color: #cccccc;
}

.chatgpt-code-block .copy-btn {
  background: none;
  border: none;
  color: #bbbbbb;
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.chatgpt-code-block .copy-btn:hover {
  color: #ffffff;
}

.chatgpt-code-block .code-body {
  padding: 1rem;
  overflow-x: auto;
}

.chatgpt-code-block pre {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0.75rem 1rem;
}

.chatgpt-code-block pre code {
  white-space: pre-line;
}

/* main site footer -------starts------- */

.grid-container-contact-us {
  display: grid;
  grid-template-columns: auto 35% 30% auto;
  grid-gap: 0%;
  padding: 10px;
}

.grid-container-contact-us-mb {
  display: none;
  grid-template-columns: auto 35% 30% auto;
  grid-gap: 0%;
}

.col-item1-ct-us {
  padding: 0;
}

.contact-us-title-grid-content-heading {
  font-size: 90px;
  font-family: "Inter" !important;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  padding: 0;
  margin: 0;
  margin-top: -3%;
}

.contact-us-titletw-grid-content-heading {
  font-size: 90px;
  font-family: "Inter";
  font-weight: 900;
  color: #fff;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.contact-us-grid {
  display: grid;
  grid-template-columns: auto auto;
}

input#email-filed,
input#email-filed-mb {
  width: 100%;
  padding: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  outline: none;
}

input#email-filed:focus,
input#email-filed-mb:focus {
  border-radius: 0px;
  outline: none;
}

input#email-filed:focus:after,
input#email-filed-mb:focus:after {
  border-radius: 0px;
  outline: none;
}

input#name-filed,
input#name-filed-mb {
  padding: 12px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  width: 100%;
  outline: none;
}

input#message-filed,
input#message-filed-mb {
  padding: 12px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  outline: none;
}

input.submit-now {
  width: 100%;
  padding: 12px;
  -webkit-text-fill-color: #000;
  color: #000;
  background-color: #fff;
  outline: none;
  border: 1px solid #fff;
  transition: background-color 0.4s ease, color 0.4s ease;
}

input.submit-now:hover {
  color: var(--default-text-color);
  background-color: var(--default-background-color);
  -webkit-text-fill-color: var(--default-text-color);
}

#successMessage > i {
  color: green;
}

.success-message {
  font-size: 18px;
  display: none;
  font-weight: 500;
  color: #ffffff;
  margin-top: 5%;
}

.error-message {
  color: red;
  font-size: 12px;
  font-weight: 600;
}

ul.contact-icon-ul-list {
  list-style: none;
  padding: 0;
}

li.ct-icon-list {
  text-decoration: none;
  padding-bottom: 10%;
  font-size: 18px;
  font-weight: 300;
  font-family: "Chakra Petch";
  color: #fff;
  font-style: normal;
}

a.contct-icon-list-link {
  text-decoration: none;
  color: #fff;
}

a.contct-icon-list-link:hover > .tooltip-text {
  visibility: visible;
}

a.contct-icon-list-link {
  position: relative;
}

a.contct-icon-list-link.page {
  display: flex;
  align-items: center;
  gap: 1rem;
}

a.contct-icon-list-link.page > i {
  padding: 0px;
  margin: 0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  color: #838383;
}

a.contct-icon-list-link.page > p {
  padding: 0px;
  margin: 0;
  font-size: 14px;
  color: #838383;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 100px;
  color: #000;
  font-size: 12px;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 15px 4px 15px;
}

a.contct-icon-list-link:hover > .tooltip-text {
  visibility: visible;
}

#toptooltip {
  top: -30px;
  left: 0;
}

ul.contact-social-icon-ul-list {
  list-style: none;
  padding: 0;
}

li.ct-social-icon-list {
  text-decoration: none;
  padding-bottom: 43px;
  font-size: 18px;
  font-weight: 300;
  font-family: "Chakra Petch";
  color: #fff;
  font-style: normal;
}

a.contct-social-icon-list-link {
  text-decoration: none;
  color: #fff;
}

i.icon-space {
  padding-right: 4%;
}

i.fa-solid.fa-phone.icon-space {
  padding-right: 7%;
}

i.social-icon-space {
  /* padding-right: 8%; */
  padding-bottom: 10%;
}

.row.section-23 {
  padding-top: 5%;
  /* padding-bottom: 10%; */
  width: 100%;
}

.grid-container-two-contact-us-mb-two {
  display: none;
}

.error-messagemb {
  color: red;
  font-size: 10px;
}

.success-message.for_home_page {
  font-size: 16px;
  display: none;
  font-weight: 500;
  color: #ffffff;
  margin-top: 3%;
  text-align: center;
}

div#successMessagemobile i,
div#successMessage i {
  color: green;
}

.success-message.for_home_pag_mobile {
  font-size: 12px;
  display: none;
  font-weight: 500;
  color: #ffffff;
  margin-top: 3%;
  text-align: left;
}

/* main site footer -------ends------- */

/* @media (max-height: 852px) {
    #overlay ul.menu {
        justify-content: unset;
        height: 80vh;
    }
} */

@media (max-height: 666px) {
  #overlay ul.menu {
    justify-content: unset;
    /*smallest screen size iphone se */
    height: 60vh;
  }

  .social-logos-in-hamburger {
    bottom: 2rem;
  }
}

@media only screen and (max-width: 1440px) {
  .nav {
    background-color: rgb(0 0 0);
  }
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
  .nav {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .logo {
    padding: 2%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-brand {
    margin: 0;
    padding: 4% 1%;
  }

  img.navbar-logo-size-sm {
    width: 70%;
  }

  div#myHeader {
    padding-bottom: 2%;
  }

  .logo {
    padding: 1.9%;
    padding-left: 3%;
  }
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .container {
    padding: 0 20px;
  }

  .logo {
    padding: 3% 4% !important;
  }

  #hamburger {
    padding: 4% 4% !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 992px) {
}

/* just for main site footer section ---starts---*/

@media only screen and (max-width: 1399px) {
  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 14%;
    font-size: 17px;
    font-weight: 300;
    font-family: "Chakra Petch";
    color: #fff;
    font-style: normal;
  }

  li.ct-social-icon-list {
    text-decoration: none;
    padding-bottom: 42px;
    font-size: 17px;
    font-weight: 300;
    font-family: "Chakra Petch";
    color: #fff;
    font-style: normal;
  }
}

/* just for main site footer section ---ends---*/

@media only screen and (max-width: 1261px) {
  .contact-details {
    gap: 31.875px;
  }

  .contact-details-element-styling br {
    display: none;
  }

  .footer-content {
    gap: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .grid-container-contact-us {
    grid-template-columns: auto 28% 30% auto;
  }
}

@media only screen and (max-width: 1199px) {
  .contact-details-element-styling {
    gap: 12px;
    font-size: 18px;
  }

  .contact-details-element-styling br {
    display: none;
  }

  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 19%;
    font-size: 14px;
    font-weight: 300;
    font-family: "Chakra Petch";
    color: #fff;
    font-style: normal;
  }
}

@media only screen and (max-width: 1140px) {
  .contact-details {
    gap: 49.7px;
  }

  .contact-details-element-styling {
    font-size: 13px;
  }

  .two-input-fields {
    gap: 12px;
  }

  .two-input-fields input,
  .long-input-field input {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1117px) {
  .contact-details {
    gap: 38.76px;
  }
}

@media only screen and (max-width: 1023px) {
  .main-content-area {
    flex-direction: column;
  }

  /* .main-container {
        max-width: 720px;
        padding: 0 12px;
    } */

  .blog-post {
    width: 100%;
    max-width: unset;
  }

  .blog-cards {
    justify-content: unset;
    gap: 20px;
  }

  .side-container {
    position: unset;
  }

  .footer-content {
    display: flex;
    margin: 50px 0 16px;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .all-form-content {
    width: 100%;
  }

  .contact-details-element-styling {
    font-size: 20px;
    font-weight: 300;
  }

  .contact-details-element-styling br {
    display: none;
  }

  .contact-details {
    margin: 30px 0;
    width: 100%;
  }

  .social-media-logos {
    flex-direction: row;
    gap: 43px;
    justify-content: space-evenly;
    width: 100%;
  }
}

/* just for main site footer section ---starts---*/

@media only screen and (max-width: 992px) {
  .row.section-22 {
    padding-top: 15%;
    display: none;
  }

  .row.section-22-mb {
    padding-top: 15%;
    display: block;
  }

  /* main site footer ----starts----- */

  .grid-container-contact-us {
    display: none;
    grid-template-columns: auto 35% 30% auto;
    grid-gap: 0%;
    padding: 10px !important;
  }

  .grid-container-contact-us-mb {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0%;
  }

  .col-item1-ct-us {
    padding: 1% 0 3% 0;
  }

  .col-item1-ct-us {
    padding: 1% 2% 3% 1%;
  }

  .col-item3-ct-us {
    padding: 2% 2%;
  }

  ul.contact-icon-ul-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
  }

  li.ct-icon-list {
    width: 100%;
    padding-bottom: 0;
  }

  li.ct-icon-list:not(:last-child, :nth-last-child(2)) {
    width: 50%;
    text-align: left;
  }

  li.ct-icon-list:nth-child(2) {
    text-align: left;
  }

  li.ct-icon-list:nth-child(3) {
    text-align: left;
  }

  li.ct-icon-list:last-child {
    text-align: left;
  }

  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 1%;
    font-size: 20px;
    font-weight: 300;
    font-family: "Chakra Petch";
    color: #fff;
    font-style: normal;
  }

  ul.contact-social-icon-ul-list {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0px;
  }

  li.ct-social-icon-list {
    text-decoration: none;
    padding: 1% 4% 5% 4%;
  }

  i.fa-solid.fa-phone.icon-space {
    padding-right: 10px;
  }

  i.icon-space {
    padding-right: 10px;
  }

  .grid-container-two-contact-us-mb-two {
    display: grid !important;
    grid-template-columns: auto;
    grid-gap: 0%;
    padding: 10px;
    padding-top: 5%;
    width: 100%;
  }

  /* main site footer -----ends----- */
}

/* just for main site footer section ---ends---*/

@media only screen and (max-width: 767px) {
  /* overlay for hamburger menu */

  .social-logos-in-hamburger {
    display: flex;
  }

  .share-btn {
    font-size: 12px;
  }

  .blog-heading {
    font-size: 32px;
  }

  .current-blog {
    color: rgba(255, 255, 255, 0.5);
  }

  .breadcrumb-list li {
    font-size: 14px;
  }

  #overlay ul.menu li a {
    text-decoration: none;
    color: #fafafa;
    font-size: clamp(1rem, 7vw, 10rem);
    margin: 0%;
    opacity: 0.5;
    transition: opacity 0.2s linear;
    font-family: "Chakra Petch";
    font-weight: 600;
    transform: translateY(-100%);
  }

  #overlay ul.menu li span {
    font-family: "Chakra Petch";
    font-size: 12px;
  }

  .link-logo {
    > a img {
      width: 70%;
    }
  }

  h1 {
    font-size: 28px;
    margin-bottom: 32px;
  }

  h2 {
    font-size: 24px;
    font-weight: 400;
  }

  h3 {
    font-size: 20px;
    font-weight: 300;
  }

  h4 {
    font-size: 18px;
    font-weight: 300;
  }

  p {
    font-size: 16px;
    line-height: 1.5;
  }

  th {
    font-size: 14px;
    padding: 4px;
  }

  td {
    font-size: 14px;
    padding: 4px;
  }

  .blog-brief-intro {
    font-size: 16px;
  }

  .list {
    gap: 8px;
  }

  .list-and-content-section {
    gap: 10px;
  }

  .list-title-and-description {
    margin-bottom: 10px;
  }

  .author {
    gap: 5px;
    /* margin: 12px 0; */
  }

  .author img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  /* .author-info {
        gap: 5px;
    } */

  .author-name {
    font-size: 12px;
  }

  .meta {
    font-size: 12px;
  }

  .blog-post {
    padding: unset;
  }

  .blog-post-content {
    gap: 42px;
  }

  .cta-button {
    font-size: 14px;
  }

  .cta-section p {
    font-size: 20px;
    line-height: 24px;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .side-container {
    height: unset;
  }

  .mobile-view-list-title-and-description {
    margin: 0;
    gap: 20px;
  }

  /* main site footer -----starts---- */

  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 1%;
    font-size: 15px;
  }

  a.contct-icon-list-link.page {
    display: flex;
    gap: 0.8rem;
    align-items: baseline;
  }

  li.ct-social-icon-list {
    text-decoration: none;

    font-size: 18px;
  }

  i.icon-space {
    padding-right: 10px;
  }
}

/* just for main site footer section ---starts---*/

@media only screen and (max-width: 579px) {
  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 1%;
    font-size: 10px;
  }

  .col-item3-ct-us {
    padding: 2% 0%;
  }

  li.ct-social-icon-list {
    text-decoration: none;
    font-size: 14px;
  }

  i.icon-space {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 510px) {
  a.contct-icon-list-link.page > i {
    padding: 0px;
    margin: 0;
    font-size: 14px;
  }
}

@media only screen and (max-width: 449px) {
  .contact-us-title-grid-content-heading {
    font-size: 65px;
  }

  .col-item2-ct-us {
    padding: 1%;
  }

  li.ct-icon-list.text-left-end {
    text-align: end;
  }

  li.ct-icon-list:not(:last-child, :nth-last-child(2)) {
    width: 50%;
    text-align: left;
  }

  li.ct-icon-list:last-child {
    text-align: left;
  }

  li.ct-icon-list:nth-child(3) {
    text-align: left;
  }

  li.ct-icon-list:nth-child(2) {
    text-align: left;
  }
}

@media only screen and (min-width: 320px) and (max-width: 992px) {
  .nav {
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 3;
  }

  .logo {
    padding: 2%;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .navbar-brand {
    margin: 0;
    padding: 4% 1%;
  }

  img.navbar-logo-size-sm {
    width: 70%;
  }

  div#myHeader {
    padding-bottom: 2%;
  }

  .logo {
    padding: 1.9%;
    padding-left: 3%;
  }
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .container {
    padding: 0 20px;
  }

  .logo {
    padding: 3% 4% !important;
  }

  #hamburger {
    padding: 4% 4% !important;
  }
}

@media screen and (min-width: 300px) and (max-width: 992px) {
  li.ct-icon-list:nth-child(2) {
    text-align: left;
  }

  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 1%;
    font-size: 20px;
    font-weight: 300;
    font-family: "Chakra Petch";
    color: #fff;
    font-style: normal;
  }

  .nav {
    background-color: #000 !important;
  }

  body.contact .nav {
    background-color: #0000004f !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 1%;
    font-size: 15px;
  }
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 1%;
    font-size: 10px;
  }
}

@media only screen and (max-width: 424px) {
  /* .main-container {
        max-width: 400px;
        padding: 0 27px;
    } */

  .footer-split-heading {
    font-size: 72px;
  }

  .contact-us-title-grid-content-heading {
    font-size: 65px;
  }

  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 1%;
    font-size: 9px;
  }

  li.ct-social-icon-list {
    text-decoration: none;
    font-size: 12px;
  }

  .grid-container-two-contact-us-mb-two {
    padding: 5% 0 0 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 418px) {
  img.cst-mobile-anms-sm-img {
    width: 50%;
    padding-top: 8px;
  }

  .row.section-16-mobile {
    padding-top: 5%;
  }

  .contact-us-title-grid-content-heading {
    font-size: 65px;
  }

  li.ct-icon-list {
    text-decoration: none;
    padding-bottom: 1%;
    font-size: 9px;
  }

  li.ct-social-icon-list {
    text-decoration: none;
    font-size: 12px;
  }

  .grid-container-two-contact-us-mb-two {
    padding: 5% 0 0 0;
  }

  .col-item5-ct-us {
    padding: 0 2%;
  }
}

@media only screen and (max-width: 374px) {
  .contact-details-element-styling {
    font-size: 16px;
  }

  .footer-split-heading {
    font-size: 62px;
  }

  th,
  td {
    padding: 5px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
}
