@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.section-1 {
  text-align: center;
}

.section-1 {
  margin-top: 50px;
}

.section-1 h1 {
  font-size: 2.368593037rem !important;
  /* This size is large enough for a prominent heading */
  margin-top: 10px;
  /* Adjusts the spacing above the heading */
  margin-bottom: 20px;
  /* Adjusts the spacing above the heading */
  font-family: var(--elixir-body-font-family);
  letter-spacing: 1px;
  font-weight: 800;
  /* Bold font weight for emphasis */
  color: #243342;
  /* Dark gray color for better readability than pure black */
}

.section-1 p {
  font-size: 0.9rem;
  /* Standard font size for readability */
  margin-top: 10px;
  /* Spacing above paragraphs */
  font-family: var(--elixir-body-font-family);
  /* Ensures the same font family as headings */
  line-height: 1.5;
  /* Improves readability by increasing line spacing */
  color: #243342;
  /* Dark gray color for better readability */
}

.section-2 {
  color: white;
  margin-top: 50px;
}

.section-2 .box {
  height: 25em;
  border-radius: 5px;
  position: relative;

}

.section-2 .box span.do {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0.8rem;
  font-family: var(--elixir-body-font-family);
  /* Ensures the same font family as headings */
}

.section-2 .box .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  rotate: -35deg;
}

.black-color {
  color: #243342 !important;
}

.section-2 .box .content {
  position: absolute;
  bottom: 20px;
  left: 15px;
}

.mt-50 {
  margin-top: 50px;
}

h2,
.h2 {
  font-family: var(--elixir-body-font-family);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.007cm;
}

h3,
.h3 {
  font-family: var(--elixir-body-font-family);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.007cm;
}

.cream-white-color {
  color: #ffffffcf !important;
}

p {
  font-size: 0.9em;
  font-family: var(--elixir-body-font-family);
  font-weight: 400;
  line-height: 1.6;
}

.di-risk-manage {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  left: -7px;
  font-weight: 400;
  top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;

}

#di-svg-bell-icon {

  height: 100px;
  width: 100px;
  text-align: center;
}

.form {
  position: relative;
  /* border: 1px solid ; */

}

/* ----------------------colours start ----------------- */
.section-2 .box-1 {
  background-color: #e6eeee;
  color: #051521;
}

.section-2 .box-2 {
  background-color: #F89E18;
}

.section-2 .box-3 {
  background-color: #3E959D;
}

.section-2 .box-4 {
  background-color: #051521;
}

.mine-slider .bg-holder {
  height: calc(100vh - 60px);
}

.swiper-wrapper {
  height: calc(100vh - 135px);
}

.mine-slider .bg-holder>video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
}

.responsive-video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media only screen and (max-width: 600px) {
  .responsive-video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .swiper-wrapper {
    height: 300px;
    padding:  0px  0px;
  }
}

a {
  cursor: pointer;
}

.card-mine {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  gap: 10px;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.card-mine:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 50px;
}

.card-mine>.image {
  width: 70px;
  height: 70px;
  transition: all 0.1s ease-in-out;
}

.card-mine>.number-h1 {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 7px;
  border-radius: 10px;
  color: white;
  background-color: #5AE4D6;
}

.card-mine>.p {
  text-align: center;
}

.dil-form-title {
  font-size: 27px;
  margin-bottom: 20px;

}

/* .dil-register-form input {

  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 8px 12px;
  color: #000;
  font-size: 16px;
  outline: none !important;

} */

.dil-sms_inputs {

  width: 100%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;

}

.dil-sms-input,
.dil-whatsapp-input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 10px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
}

input[type="checkbox"] {
  margin: 0 10px 0 0;
}

textarea.form-control {
  min-height: calc(1.5em +(.75rem + 2px));
  margin: 0 0 20px;
}

.dil-tea-cup-pop {
  position: absolute;
  bottom: 25%;
  left: 0;
}
.dil-form-title h4{
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 0;
  padding-bottom: 0;
}
.dil-modal-content {
  border: none;
}

.dil-model {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:768px) {
  .dil-tea-cup-pop {
    display: none;
  }

  .dil-form-cover {
    padding: 10px;
  }

  .dil-modal-body {
    margin: 0px;
    padding: 0px;
  }

  .dil-min-width {
    min-width: 0px;
  }

  .modal {
    margin-top: -48px;
  }
}

.client_img {
  width: 130px;
  aspect-ratio: 1/1;
  object-fit: contain;
  border-radius: 15px;
}

.flip-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.flip-card h6 {
  font-size: 12px;
  font-weight: 600;
  color: #ffffffe1;
  text-align: center;
  margin-top: 0px;
}

.flip-card p {
  font-size: 12px;
  font-weight: 600;
  color: #ffffffe1;
  text-align: center;
  margin-top: 15px;
}

.flip-card {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card-front img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  padding: 20px;
  border-radius: 20px;
  background-color: rgb(0 57 104 / 80%);
  color: #fff;
  transform: rotateY(180deg);
}

.text-rsc {
  display: flex;
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.background-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
}

.rs-c-social-media-icons {
  margin-top: 20px;
}

.rs-c-icon {
  margin: 0 10px 0 0;
  font-size: 2rem;
  color: #fff;
  /* Default color */
  transition: color 0.3s, transform 0.3s;
}

.rs-c-icon:hover {
  transform: scale(1.1);
}

/* Specific colors for each social media */
.rs-c-facebook {
  color: #3b5998;
}

.rs-c-instagram {
  color: #e1306c;
}

.rs-c-instagram-b {
  background-color: #e1306c;
}

.rs-c-linkedin-b {
  background-color: #0077b5;
}

.rs-c-youtube-b {
  background-color: #ff0000;
}

.rs-c-twitter {
  color: #1da1f2;
}

.rs-c-youtube {
  color: #ff0000;
}

.rs-c-linkedin {
  color: #0077b5;
}

.ferret-container {
  text-align: center;
  margin: 0;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f7f7f7;
}

.ferret-404 {
  font-size: 10rem;
  color: #e0e0e0;
  font-family: var(--elixir-body-font-family);
}

.ferret-message {
  font-size: 1.5rem;
  color: #333;
  margin: 20px 0;
  font-family: var(--elixir-body-font-family);
}

.ferret-home-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2c3e50;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s;
  font-family: var(--elixir-body-font-family);
}

.ferret-home-button:hover {
  background-color: #34495e;
  color: #e0e0e0;

}

/* Responsive styles */
@media (max-width: 768px) {
  .ferret-404 {
    font-size: 6rem;
  }

  .ferret-message {
    font-size: 1.2rem;
  }

  .ferret-home-button {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .ferret-404 {
    font-size: 4rem;
  }

  .ferret-message {
    font-size: 1rem;
  }

  .ferret-home-button {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}

.ferret-profile-card {
  position: relative;
  width: 240px;
  height: 240px;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  transition: .3s;
  margin-top: 10px;
  margin-bottom: 90px;
  cursor: pointer;
}

.ferret-profile-card:hover {
  border-radius: 10px;
  height: auto;
  max-height: 290px;
}

.ferret-img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: .3s;
  z-index: 99;
}

.ferret-profile-card:hover .ferret-img {
  transform: translateY(-80px);
}

.ferret-img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: .6s;
}

.ferret-profile-card:hover .ferret-img img {
  border-radius: 20px;
}

.ferret-caption {
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}

.ferret-profile-card:hover .ferret-caption {
  opacity: 1;
}

.ferret-caption .rs-c-social-media-icons a {
  font-size: 20px;
}

.ferret-sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.ferret-sec-title .ferret-title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
}

.ferret-sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.ferret-sec-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.ferret-sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.ferret-sec-title.light h2 {
  color: #ffffff;
}

.ferret-sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.ferret-list-style-one {
  position: relative;
}

.ferret-list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.ferret-list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.ferret-list-style-one li a:hover {
  color: #44bce2;
}

.ferret-btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #00aeef;
}

.ferret-btn-style-one:hover {
  background-color: #0794c9;
  color: #ffffff;
}

.ferret-about-section {
  position: relative;
  padding: 120px 0 70px;
}

.ferret-about-section .ferret-sec-title {
  margin-bottom: 45px;
}

.ferret-about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.ferret-about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.ferret-about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.ferret-about-section .ferret-list-style-one {
  margin-bottom: 45px;
}

.ferret-about-section .btn-box {
  position: relative;
}

.ferret-about-section .btn-box a {
  padding: 15px 50px;
}

.ferret-about-section .image-column {
  position: relative;
}

.ferret-about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.ferret-about-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

.ferret-about-section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  background: orange;
  padding: 10px 15px;
  left: 96px;
  width: calc(100% - 152px);
  border-radius: 50px;
}

.ferret-about-section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.ferret-about-section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}

.ferret-about-section .image-column .inner-column:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 44px solid #00aeef;
}

.ferret-about-section .image-column .image-1 {
  position: relative;
}

.ferret-about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.ferret-about-section .image-column .image-2 img,
.ferret-about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  border-radius: 46px;
}

.ferret-about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.ferret-about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  transition: all 300ms ease;
}

.ferret-about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff;
}
.build-section {
  color: white;
  padding: 80px 20px;
  border-radius: 10px;
  position: relative;
  background: url('https://vedsar.com/assets/img/set.png');
  background-size: cover;
  z-index: 1;
}

.build-section::before {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 57 104 / 75%);
}

.build-section .btn {
  background-color: white;
  color: #333;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
}

.build-section .btn:hover {
  background-color: #ffe5e3;
  color: #ff5e57;
}
.closemodalbtn{
  position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #008B93;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 5px;
    border: none;
}
.cform{
  width: 100%;
}
.font-13{
  font-size: 0.8rem !important;
}
.cform .clabel{
  font-size: 1rem !important;
  margin-bottom: 0 !important;
  margin-top:10px !important;
}
.cform .cinput{
  font-size: 1rem !important;
  border: none;
  padding: 8px 12px !important;
  background-color: transparent !important;
  border-bottom: 1px solid #e6e6e9 !important;
  margin-bottom: 2px !important;
  width: 100%;
}
.cform .ctextarea{
  font-size: 1rem !important;
  border: none;
  padding: 8px 12px !important;
  background-color: transparent !important;
  border-bottom: 1px solid #e6e6e9 !important;
  margin-bottom: 2px !important;
  width: 100%;
  min-height: 130px;
}
.cformbg{
  background: url('https://prium.github.io/elixir/assets/images/why-choose-us.jpg') center no-repeat;
  background-size: cover;
}
.form-control-input{
  background-color: transparent !important;
  border-bottom: 1px solid #e6e6e9 !important;
  margin-bottom: 5px !important;
  margin-top:20px !important;
}
.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #2a3855;;
  width: 40px;
  height: 40px;
  display: none;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}