/*======================== body-leafs start======================*/
.leaf-image {
  position: absolute;
}
.leaf-image-1 {
  transform: translate(0px, clamp(80px, 9vw, 151px));
  width: clamp(30px, 4vw, 57px);
}
.leaf-image-2 {
  transform: translate(0px, 612px);
  width: clamp(30px, 8vw, 109px);
  right: 0;
  z-index: -1;
}
/*======================== body-leafs Ends======================*/

/*======================== Header start======================*/
.custom-container {
  max-width: 1480px;
  margin: auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
  gap: 20px;
}
.desktop-none {
  display: none;
}
.logo {
  max-width: clamp(200px, 18vw, 289px);
  min-width: 100px;
}
.header_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 4vw, 58px);
  list-style: none;
}
.header-links-container {
  display: flex;
  align-items: center;
}
.header_list li a {
  color: var(--text-black-color);
  font-size: clamp(20px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 19.2px;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
.header_list li.active a {
  font-weight: 700;
  color: var(--secondray-pink);
}
.login-outline-btn {
  padding: clamp(8px, 1.5vw, 17px) clamp(10px, 1.5vw, 20px);
  border-radius: 80px;
  background: var(--secondray-pink);
  color: var(--text-white-color);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 700;
  line-height: 19.2px;
}
.header_list li.active a:after {
  content: "";
  background: url(../images/active-leaf.svg);
  display: block;
  width: 11px;
  height: 10px;
  position: absolute;
  right: -8px;
  top: 0;
}
.desktop-none {
  display: none;
}
/*======================== Header End======================*/

/*======================== banner start======================*/
.pd-t {
  padding-top: 60px;
}
.banner-content {
  text-align: center;
  padding-bottom: 50px;
}
.banner-content h1 {
  color: var(--text-black-color);
  /* font-size: clamp(36px, 4vw, 50px); */
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  padding-bottom: 0px;
  max-width: 1000px;
  margin: auto;
  padding-inline: 7px;
}
.banner-content h1 span {
  position: relative;
}
.earth-leaf:after {
  content: "";
  background: url(../images/earth-leaf.svg);
  background-size: contain;
  width: clamp(28px, 2vw, 35px);
  height: clamp(19px, 2vw, 23px);
  position: absolute;
  right: -15px;
  bottom: 71%;
  background-repeat: no-repeat;
}
.banner-content h1 span:last-of-type {
  font-weight: 800;
  text-transform: uppercase;
  color: var(--secondray-pink);
}
.banner-content h2 {
  color: #6c6c6c;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.607;
}
.banner-content h2 span {
  font-weight: 700;
}
.banner-image {
  width: 100%;
  height: 100%;
  max-height: 665px;
  border-radius: 20px;
  box-shadow: 0px 4px 87.3px 18px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  aspect-ratio: 2.165;
  background: url(../images/banner.png) no-repeat top / cover;
  margin: auto;
  min-height: 450px;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: clamp(10px, 2vw, 30px);
}
.banner-image img {
  width: 100%;
  height: 100%;
}
.banner-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.banner-list-content {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  backdrop-filter: blur(6.849999904632568px);
  display: flex;
  max-width: 547px;
}
.banner-list-content span {
  border-radius: 15px 1px 1px 15px;
  background: var(--Foundation-Red-red-700, #a72b54);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.banner-list-content p {
  padding: clamp(6px, 1vw, 13px) 7px clamp(6px, 1vw, 13px) clamp(8px, 1vw, 16px);
  color: var(--text-white-color);
  font-size: clamp(22px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.34;
}
/*======================== banner End======================*/
/*======================== form-section Start======================*/
button {
  background: unset;
  border: unset;
  width: fit-content;
}
.form-title h3 {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.37;
  color: var(--text-white-color);
  width: fit-content;
  position: relative;
  margin: auto;
}
.form-title h3 span {
  position: relative;
}
.form-title h3 span::after {
  content: "";
  background: url(../images/resources-leaf.svg);
  background-size: contain;
  width: 36.786px;
  height: 28.569px;
  position: absolute;
  left: 97.5%;
  bottom: 46%;
  background-repeat: no-repeat;
}
.form-title {
  background: #3b3b3b;
  text-align: center;
  padding: clamp(10px, 2vw, 30px);
}
.input-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.form-inner-section .login-btn.login-outline-btn {
  margin-top: 4px;
  width: fit-content;
  font-size: clamp(20px, 2vw, 20px);
  font-weight: 600;
  line-height: 19.2px;
  padding: clamp(15px, 2vw, 20px);
}
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 380px;
}
.input-form input,
.input-form select {
  border-radius: 6px;
  border: 1px solid #d6d7da;
  background: #fff;
  padding: 12px 17px 12px 45px;
  color: #2a2f3c;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 600;
  line-height: 1.2;
}
.input-form input:focus,
.input-form select:focus {
  outline: unset;
}
.input-form input::placeholder,
.input-form select::placeholder {
  font-size: 18px;
  font-weight: 400;
}
.input-form label {
  color: #464646;
  font-size: clamp(22px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.2;
}
.form-image {
  background: url(../images/form-banner.png) no-repeat top / cover;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 14.056px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.form-inner-section {
  padding: 30px clamp(10px, 2vw, 30px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 41px;
}
.form-container {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  fill: #fff;
  stroke-width: 1px;
  stroke: rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 4px 87.3px rgba(0, 0, 0, 0.15));
}
span.error.number-error {
  position: absolute;
}
.protect {
  display: flex;
  align-items: end;
  column-gap: 10px;
  border-radius: 13.839px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(8.64957332611084px);
  padding: 8px clamp(10px, 3vw, 45px);
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
}
.protect img {
  width: 123px;
  height: 38px;
}
.protect p {
  color: var(--text-white-color);
  font-size: clamp(20px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.272;
}
.form-output {
  width: 100%;
  position: absolute;
  top: 0;
}
.form-output-title {
  border-bottom: 0.865px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 100%
  );
  backdrop-filter: blur(8.64957332611084px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 2.5vw, 36px);
  padding: 12px clamp(5px, 1vw, 20px);
  border-top-left-radius: 14.056px;
  border-top-right-radius: 14.056px;
  flex-wrap: wrap;
}
.form-output-title li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: clamp(16px, 1vw, 20px);
  font-weight: 600;
  line-height: 27.99px;
  text-align: center;
}
/* .form-grid-content {
  border-radius: 13.839px;
  border: 1.332px solid #fff;
  background: linear-gradient(
    102deg,
    rgba(255, 255, 255, 0.1) -14.66%,
    rgba(0, 0, 0, 0.15) -5%,
    rgba(0, 0, 0, 0.2) 95.66%
  );
  backdrop-filter: blur(8.64957332611084px);
  padding: clamp(20px, 3vw, 40px) 28px clamp(30px, 6vw, 94px);
  max-width: 353px;
  width: 100%;
} */
.form-grid-content h5 {
  text-align: center;
  color: #ffc032;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 700;
  line-height: 27.99px;
  padding-bottom: clamp(20px, 3vw, 45px);
}
.form-grid-content ul li p{
  display: flex;
  justify-content: space-between;
  /* gap: 10px; */
  color: #fff;
  font-size: clamp(20px, 1.5vw, 23px);
  font-style: normal;
  font-weight: 600;
  line-height: 27.99px;
}
.form-grid-content ul {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 2vw, 28px);
}
.form-grid {
  display: flex;
  padding: 60px clamp(20px, 3vw, 64px) 20px;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.form-image-inner-container {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 72px;
}
.form-book-button .login-btn.login-outline-btn {
  margin: auto;
}
.form-grid-content-two ul li p {
  font-weight: 600;
}
.form-grid-content-two ul li p span {
  font-weight: 700;
}
.form-grid-content-two h5 {
  color: var(--text-white-color);
}
.form-grid-content-two ul {
  justify-content: center;
  align-items: center;
}
.form-grid-content-two ul li p {
  color: #000;
}
.form-submit {
  display: none;
}
.input-icon {
  position: absolute;
  left: 10px;
  top: 52%;
  bottom: 50%;
  transform: translate(0px, -50%);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.submitted .form-submit {
  display: block;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/*======================== form-section End======================*/
/*======================== resources-section start======================*/
.blue-bg {
  background-color: #0a425c;
}
.resources-grid-content {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  padding: 17px 16px;
  display: flex;
  gap: 14px;
  align-items: center;
}
.resources-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(481px, 1fr));
  gap: clamp(18px, 2vw, 30px);
}
.resources-grid-content span {
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #179edb;
}
.resources-grid-content p {
  color: var(--text-white-color);
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.107;
}
.resources h4 {
  color: var(--text-white-color);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 30px;
  position: relative;
  width: fit-content;
}
.resources h4::after {
  content: "";
  background: url(../images/resources-leaf.svg);
  background-size: contain;
  width: 36.786px;
  height: 28.569px;
  position: absolute;
  left: 92%;
  bottom: 67%;
  background-repeat: no-repeat;
}
.resources {
  padding: 49px 0 60px;
}
/* == accordian-section start=== */
.accordian-container .accordion-button:not(.collapsed) {
  color: unset;
  background: unset;
  box-shadow: unset;
  padding-bottom: 0px;
}
.accordian-container .accordion-button:focus {
  box-shadow: unset;
}
.accordian-container .accordion-button {
  color: #151515;
  font-size: clamp(22px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.08;
  padding: clamp(20px, 2vw, 30px) 0;
}
.accordian-container .accordion-body {
  color: #786f77;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.38;
  padding: 20px clamp(0px, 6vw, 100px) 20px 0;
}
.accordian-container .accordion-item {
  border-color: #dedede;
  border-width: 2px;
}
.accordian-container .accordion-button::after {
  background-image: url(../images/accordian-plus.svg);
  background-size: 8.8px;
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  background-position: center;
  border-radius: 50%;
}
.accordian-container .accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordian-close.svg);
  background-color: #eb3c77;
}
.accordian-container h5 {
  color: #151515;
  text-align: center;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 48px;
  /* padding-bottom: clamp(30px, 4vw, 60px); */
}
.accordian-container .accordian-section {
  border-block: 2px solid #dedede;
  margin: clamp(30px, 4vw, 60px) 0 24px 0;
}
/* == accordian-section end=== */
/*======================== resources-section End======================*/
/*======================== footer-section start======================*/

.footer-links-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

ul.footer-list {
  display: flex;
  align-items: center;
  gap: clamp(30px, 4vw, 60px);
}
.footer-list li a {
  color: #151515;
  font-size: clamp(20px, 2vw, 20px);
  font-weight: 500;
  line-height: 19.2px;
  text-transform: capitalize;
}
footer {
  background: #e8f5fb;
  padding: clamp(20px, 2vw, 30px) 0 0;
}
footer .logo {
  width: 256px;
  height: 80px;
}
.copyrights-bg {
  background-color: #0d5778;
  padding: clamp(20px, 2vw, 30px) 0;
}
.copy-rights {
  color: var(--text-white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
/*======================== footer-section End======================*/

/*======================  Pricing Section =================== */
.world-title h3 {
  position: relative;
  text-align: left;
  width: fit-content;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 30px;
}
.world-title h3 span{
  position: relative;
}
.world-title h3 span::after {
  content: "";
  background: url(../images/resources-leaf.svg);
  background-size: contain;
  width: 36.786px;
  height: 28.569px;
  position: absolute;
  left: 94%;
  bottom: 35%;
  background-repeat: no-repeat;
}
.service-card-page{
  background: linear-gradient(to bottom, #e6f4ff 70%, #ffffff 30%);
  margin-bottom: 50px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  /* max-width: 1200px; */
  margin: 0 auto;
}

.service-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 5px 31.1px 0px #0000001A;
  text-align: center;
  padding: 12px 12px 20px;
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(16px,2vw,24px);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.service-card p {
  margin-top: 0;
  font-size:clamp(18px,2vw,24px);
  line-height: 34px;
  font-weight: 600;
  color: #151515;
}
/* ======================= Contact Page ================ */
/* FontAwesome & base styles (include in <head>) */
/* <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" /> */

.contact-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  border-radius: 10px;
  overflow: hidden;
  margin: 2rem auto 0;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Left Panel */
.contact-info {
  background-color: #0D5778;
  color: #fff;
  padding: 2rem;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.contact-info::after {
  background: url(../images/Ellipse\ 793.png) no-repeat;
  width: 100%;
  position: absolute;
  content: "";
  bottom: 0;
  left: 68%;
  top: 74%;

}

.contact-info::before {
  background: url(../images/Ellipse\ 794.png) no-repeat;
  width: 100%;
  position: absolute;
  content: "";
  bottom: 0;
  left: 61%;
  top: 67%;


}

.contact-page {
  background: -webkit-linear-gradient(    rgb(255 255 255) 58%,    #e8f8ff 0%,    #e8f8ff 794px,    rgb(255 255 255) 21%  );
}






.contact-info h2 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

.contact-info p {
  margin-bottom: 1.5rem;
  color: #D2D2D2;
  font-size: 22px;
  font-weight: 400;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.full-width {
  padding-top: 20px;
}
.contact-info ul li {
  margin-bottom: 1rem;
  font-size: 0.95rem;
}
.social-icons {
  display: flex;
  gap: 30px;
}
.contact-info ul li i {
  margin-right: 0.8rem;
  color: #00d2ff;
}

.contact-info em {
  font-style: italic;
}

/* Social Icons */
.social-icons a {
  color: white;
  margin-right: 1rem;
  font-size: 1.2rem;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #00d2ff;
}

/* Right Form */
.contact-form {
  padding: 2rem;
  background: #fff;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.95rem;
}
.contact-form button {
  align-self: flex-end;
  padding: 0.75rem 1.5rem;
  background: #ff2d75;
  color: #fff;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 600;
  border: none;
  justify-content: end;
  display: flex;
  margin-left: auto;
  border-radius: 80px;
  align-items: end;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
  margin-top: 30px;
}
.contact-form button:hover {
  background: #e6005c;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
}

.full-width {
  grid-column: span 2;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(20px, 3vw, 40px);
}
.contact-info ul li {
  display:flex;
  align-items: flex-start;
  gap:clamp(10px,2vw,5px);
}
.contact-info ul li p{
  font-size: clamp(16px,2vw,22px);
  line-height:35px;
  font-weight: 400;
  margin-bottom: 0;
  color: #FFFFFF;
}
.text-info h2 {
  margin: 0;
  font-size: clamp(16px,2vw,32px);
  line-height: 100%;
  font-weight: 600;
  color: #FFFFFF;
}
.text-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Social Icons */
.social-icons a {
  color: white;
  margin-right: 1rem;
  font-size: 1.2rem;
  transition: 0.3s;
}
 
.social-icons a:hover {
  color: #00d2ff;
}
 
/* Right Form */
.contact-form {
  padding: 2rem;
  background: #fff;
}
 
.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-info ul li:last-child {
  padding-bottom: 44px;
}
/* Right Form end*/

.error{
  color: rgba(255, 0, 0, 0.894);
}

.estimate-disclaimer {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid #229cd0;
  border-radius: 6px;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  margin-inline:clamp(20px, 3vw, 64px);
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.estimate-icon {
  color: #229cd0;
  flex-shrink: 0;
}

.estimate-icon svg {
  width: 24px;
  height: 24px;
}

.estimate-content h4 {
  margin: 0 0 0.5rem 0;
  color: #2d3748;
  font-size: 1.1rem;
  font-weight: 600;
}

.estimate-content p {
  margin: 0;
  color: #4a5568;
  line-height: 1.5;
  font-size: 0.95rem;
}
#cost-breakdown {
  display: none;
}

.cost-breakdown {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 1.5rem;
  max-width: 100%;
  width: 100%;
}

.cost-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}

.cost-header svg {
  color: #4f46e5;
}

.cost-header h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #111827;
  font-weight: 600;
}

.cost-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.cost-item.highlight {
  background-color: #f5f3ff;
  margin: 0 -1rem;
  padding: 0.75rem 1rem;
  border-radius: 6px;
}

.cost-label {
  color: #4b5563;
  font-size: 0.95rem;
}

.cost-value {
  color: #111827;
  font-weight: 600;
}

.cost-footer {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #6b7280;
  line-height: 1.4;
}

.cost-footer svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #6b7280;
}

@media (max-width: 480px) {
  .cost-breakdown {
    padding: 1.25rem;
  }
}

#cost-breakdown.submitted {
  display: block;
}

.cost-breakdown-containter{
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

.form-output-container{
  width: 100%;
  min-height: 100%;
}

.modal .form-title {
    padding: clamp(13px, 2vw, 20px)
}

.modal-dialog{
  max-width: 550px;
}

.modal-backdrop.show {
  opacity: 0.4 !important;
}

.truncate-label {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}

.form-title {
  padding: clamp(12px, 2vw, 30px);
}

.accordian-container .accordion-body a{
  color: #786f77;
  text-decoration: underline solid #5c575c 1px;
  transition: all 0.3s;
}
.accordian-container .accordion-body a:hover{
  color: #5c575c;
  text-decoration: none;
}

.accordion-body ol {
  font-variant-numeric: tabular-nums;
  text-align: start;
}
/* .form-grid-content ul.output-data{
  display: flex;
  justify-content: center;
  align-items: center;
} */
.form-grid-content ul.output-data li {
    display: flex;
    justify-content: flex-start;
    gap: clamp(5px,2vw,10px);
}
.form-grid-content ul.output-data li p:first-child {
    max-width: 220px;
    min-width: 220px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

/* .form-grid-content {
    padding: clamp(20px, 3vw, 40px) clamp(15px,2vw,28px) clamp(30px, 6vw, 94px);
} */
.form-grid-content ul li p {
    font-size: clamp(18px, 1.5vw, 23px);
}
img.padding-adding {
    padding-top: 5px;
}

.banner-content h2 span.d-block {
  color: var(--text-black-color);
  font-weight: 700;
  text-transform: uppercase;
}

.banner-content h2.title span:first-of-type{
  color: var(--secondray-pink);
}
.form-grid-table{
  padding: 0px clamp(20px, 3vw, 40px) 20px clamp(20px, 3vw, 40px);
}
table.form-grid-content{
  width: 100%;
}
.form-grid-table-container{
  border-radius: 13px;
border: 1.332px solid #fff;
  background: linear-gradient(
    102deg,
    rgba(255, 255, 255, 0.1) -14.66%,
    rgba(0, 0, 0, 0.15) -5%,
    rgba(0, 0, 0, 0.2) 95.66%
  );
  backdrop-filter: blur(8.64957332611084px);
  padding: clamp(10px, 3vw, 40px) clamp(10px, 2vw, 28px) ;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
.form-grid-content td{
  margin-bottom: clamp(15px, 2vw, 28px);;
}
.form-grid-content tr th{
  color: #11d4e2;
  font-size: clamp(18px, 1.5vw, 23px);
  font-style: normal;
  font-weight: 600;
  line-height: 27.99px;
  padding: clamp(7.5px, 2vw, 14px);
}
.form-grid-content tr td{
  color: #fff;
  font-size: clamp(18px, 1.5vw, 23px);
  font-style: normal;
  font-weight: 600;
  line-height: 27.99px;
  padding: clamp(7.5px, 2vw, 14px);
  text-align: center;
}
.form-grid-content tbody tr th{
  padding-left: 0px;
}
.form-grid-content thead tr th{
  text-align: center;
  font-weight: 800;
}
.form-grid-content tbody tr th{
  text-align: end;
}
.banner-content .para-head{
  color: var(--text-black-color);
  font-size: clamp(20px, 1.5vw, 25px);
  line-height: 27.99px;
}
.banner-content h3{
  font-size: clamp(23px, 1.5vw, 28px);
  line-height: 27.99px;
  margin-top: 3px;
}
.banner-content h3 span{
  font-style: italic;
}
.contact-form input:focus,
.contact-form textarea:focus{
  outline: none;
  border: 1px solid var(--text-black-color);
}

.static-formula{
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 700;
    line-height: 1.37;
    color: var(--text-white-color);
    max-width: 500px;
    margin-inline: auto;
}
/* 25-07-25 */
.form-image:after {
    display: block;
    position: absolute;
    content:"";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
}


.form-image * {
    z-index: 2;
}

.static-formula h3 {
    font-size: clamp(16px, 2vw, 20px);
    text-align: center;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 0.5px;
}

.form-grid-content thead tr th {
    color: #fff;
}

.form-grid-content tr td:last-child {
    opacity: 0.7;
}

.form-grid-content thead tr th:last-child {
    opacity: 0.7;
}
.static-formula span{
  display: block;
}
.banner-content p{
  max-width: 750px;
  margin: auto;
  padding-inline: 10px;
  line-height: normal !important;
}
.banner-content  strong {
    font-weight: 600;
}
