@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  box-sizing: border-box;
  word-wrap: break-word;
}

:root {
  --text-primary: #00afaa;
  --secondary-color: #cc9718;
  --text-dark: #414141;
}

.text-primary {
  color: var(--text-primary);
  background: transparent;
  background: linear-gradient(to right, #305e8c, #6e1fc5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-pink {
  background-color: #fbf5ed;
}

.bg-lblue {
  background: linear-gradient(to right, #f0eadcbf, #f7f6f3fc);
}

.bg-primary {
  background-color: var(--text-primary);
}

.bg-green {
  background: linear-gradient(90deg, #ddf9f6ed 0%, rgb(200 231 191 / 62%) 100%);
}

.text-secondary {
  color: var(--secondary-color);
}

.text-dark {
  color: var(--text-dark);
}

.text-white {
  color: white;
}

.bg-white {
  background-color: #fff;
}

.lh-1 {
  line-height: 1;
}



.lh-1-1 {
  line-height: 1.1;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #474747;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5 !important;
  margin: 0px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none !important;
  color: #474747;
}

p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.container {
  width: 92%;
  max-width: 1190px;
  padding: 0 22px;
  margin: 0 auto;
}

.list-style-none {
  list-style: none;
}

main {
  margin-top: 70px;
}
.text-center {
  text-align: center;
}

.br-7 {
  border-radius: 7px;
}

.border-primary {
  border: 1px solid #6e1fc5;
}

.border-primary:hover {
  border: 1px solid #6e1fc5;
  background-color: #6e1fc5 !important;
}

.section-heading {
  font-size: 34px;
  color: var(--text-dark);
  font-weight: 800;
  line-height: 1.2;
}

.hover-line-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.hover-line-link::after {
  border-color: #6e1fc5;
  content: "";
  margin: 0 auto;
  border-width: 1.9px;
  border-style: solid;
  position: absolute;
  opacity: 0;
  bottom: -2px;
  left: 0;
  right: 100%;
  -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
  transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.lh-normal {
  line-height: normal;
}

.hover-line-link:hover::after,
.hover-line-link:focus::after {
  opacity: 1;
  left: 0;
  right: 0;
}

.hover-line-link:hover {
  color: #000 !important;
}

section {
  overflow-x: hidden;
}

.position-relative{
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}

.font-serif {
  font-family: "Source Serif 4", Georgia, serif;
}

.font-cursive {
  /* font-family: "Source Serif 4", Georgia, serif; */
  font-style: italic;
}

.btn-bg {
  background: linear-gradient(to right, #305e8c, #6e1fc5);
}

footer{
  position: relative;
  z-index: 3;
}


.br-20 {
  border-radius: 20px !important;
}

.nav-btn {
  border-radius: 50px;
}

.portfolio-section #content2,
.portfolio-section #content3,
.portfolio-section #content4,
.portfolio-section #content5,
.portfolio-section #content6,
.portfolio-section #content7 {
  display: none;
}

/* Modal code */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed;
  padding: 0 13px;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgb(0 0 0 / 71%);
  padding-top: 60px;
}

.w-75 {
  width: 75%;
}

/* Modal Content */
.modal .modal-content {
  background-color: #fefefe;
  position: relative;
  margin: 5% auto;
  padding: 27px;
  border: 1px solid #888;
  width: 100%;
  max-width: 664px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

/* The Close Button */
.modal .close {
  color: #aaa;
  float: right;
  font-size: 44px;
  position: absolute;
  right: 12px;
  top: -4px;
}

.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.table_component {
  overflow: auto;
  width: 100%;
  border-radius: 12px;
  border: #e5e7eb 1px solid;
  padding: 12px 25px 29px;
}

.table_component table {
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
  border-radius: 12px;
}

.table_component th {
  color: #000000;
  padding: 12px;
  font-size: 24px;
  border-bottom: 1px solid #e5e7eb;
}

.table_component tr {
  border-radius: 8px;
}

.table_component tr td:nth-child(1) {
  border-radius: 8px 0 0 8px;
}

.table_component tr td:nth-child(3) {
  border-radius: 0px 8px 8px 0px;
}

.table_component td {
  background-color: #ffffff;
  color: #000000;
  padding: 12px 15px;
}

.table_component tr:nth-child(even) td {
  background-color: #f9fafb;
}

.table_component .down-arrow {
  background: #d02e46;
  padding: 3px;
  border-radius: 50%;
  width: 19px;
  justify-content: center;
  height: 18px;
  align-items: center;
  display: flex;
  font-size: 12px;
  color: white;
  font-weight: 700;
}

.table_component .up-arrow {
  background: #2c8d3e;
  padding: 3px;
  border-radius: 50%;
  width: 19px;
  justify-content: center;
  height: 18px;
  align-items: center;
  display: flex;
  font-size: 12px;
  color: white;
  font-weight: 700;
  transform: rotate(180deg);
}

/* accordian */

.faq-section .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.faq-section  .accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #03b5d2;
}

.faq-section  .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #484848;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.faq-section .faq-section  .accordion button:hover::after, .faq-section 
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.faq-section  .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.faq-section .faq-section  .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.faq-section  .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.faq-section  .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.faq-section  .accordion button[aria-expanded="true"] {
  color: #03b5d2;
}
.faq-section  .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.faq-section  .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faq-section  .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faq-section  .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 400;
  margin: 2em 0;
}

.site-heading-with-border::after {
  content: "";
  display: block;
  border-bottom: 1px solid #cfcfcf;
}
.site-heading-with-border > span::after {
  content: "";
  display: block;
  border-bottom: 3px solid #003a70;
  margin-bottom: -1px;
}



.yellow-btn-bg {
  background-image: linear-gradient(to right, #a39140, #694b07ed);
  background-color: #715513ed;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}


.btn-bg {
  background-image: linear-gradient(to right, #305e8c, #6e1fc5);;
  background-color: #3f5770;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.yellow-btn-bg:hover , .btn-bg:hover {
  background-position: -200%;
  transition: background 300ms ease-in-out;
}

.phone-footer-social-icons a{
  display: inline-block;
  margin: 0 9px;
  font-size: 34px;
}