/* ===============================
   Fonts
================================== */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

@font-face {
  font-family: 'larkenbold';
  src: url('../font/EllenLuff - Larken Bold.woff2') format('woff2'),
    url('../font/EllenLuff - Larken Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  --voilet-color: #081537;
}

/* ===============================
   Base Styles
================================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Lexend", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "larkenbold";
}

.simple-text {
  font-weight: 300;
  opacity: 0.6;
  color: #081537;
}

p,
ul,
li,
small,
a,
button,
.special-submit {
  font-family: "Lexend", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

/* ===============================
   Navbar / Header
================================== */

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 0.8rem;
}

.navbar {
  z-index: 999;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}


.top-header {
  color: #FB8500 !important;
  font-weight: bold !important;
}

.text-violet {
  color: #081537 !important;
}


.smart-nav {
  transition: transform .25s ease, box-shadow .25s ease;
  will-change: transform;
  z-index: 1030;
  background: #fff;
  /* ensure visible over content */
}

.smart-nav.navbar-hidden {
  transform: translateY(-100%);
}

.smart-nav.navbar-elevated {
  box-shadow: 0 6px 24px rgba(0, 0, 0, .06);
}

/* Optional: make toggler icon visible on light bg */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Demo content spacing (not required in your project) */
.demo-section {
  height: 120vh;
  padding: 2rem;
  background: #f6f7fb;
}


/* ===============================
   Buttons
================================== */
.btn-custom {
  background: #FB8500;
  color: #fff;
  font-weight: bold;
}

.button-1 {
  background-color: #FB8500;
  color: #fff;
  padding: 10px 30px;
  border: none;
  font-weight: bold;
  text-decoration: none;
}

.button-1:hover {
  box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%),
    0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%),
    inset 0px -0.1em 0px #3c4fe0;
  transform: translateY(-0.1em);
}

.button-1:active {
  box-shadow: inset 0px 0.1em 0.6em #fbea00;
  transform: translateY(0);
}

.btn-orange,
.btn-enquiry,
.btn-whatsapp {
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.btn-orange {
  background: #FB8500;
  padding: 12px 24px;
  border-radius: 6px;
}

.btn-orange:hover {
  background: #e57500;
}

.btn-enquiry {
  background-color: #ff6600;
  padding: 10px 20px;
  margin-right: 10px;
}

.btn-whatsapp {
  background-color: #25d366;
  padding: 10px 20px;
}

.whatsapp-btn {
  color: #FB8500;
  font-size: 1rem;
  margin-left: .5rem;
}

.whatsapp-icon-btn {
  color: #FB8500;
  font-size: 1.0rem;
  margin-left: 0.5rem;
}

.six-phase-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-text {
  font-size: .9rem;
}

/* ===============================
   Cards
================================== */

.card-img-top {
  border-radius: 10px;

}

.award-img {
  width: 21% !important;
}




/* ===============================
   Forms
================================== */
.form-floating>label {
  transition: all .1s ease-in-out !important;
  padding: .5rem .75rem !important;
  font-weight: 600 !important;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
  transform: translateY(-0.8rem) !important;
  font-size: .85rem !important;
}

.form-control {
  padding-top: 1.25rem !important;
  padding-bottom: .25rem;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.form-control:focus {
  border: none !important;
  border-bottom: 2px solid #000 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.form-select:focus {
  border: none !important;
  border-bottom: 2px solid #081537 !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-floating label {
  font-weight: 600;
}

.contact-info img {
  height: 70px;
  width: 70px;
}

.form-desc {
  color: var(--voilet-color);
  opacity: 60%;
}

.form-container-1 {
  max-width: 500px;
  margin: auto;
  padding: 25px;
  border-radius: 8px;
}

.group {
  position: relative;
  margin-bottom: 30px;
}

.input {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #081537;
  background: transparent;
}

.input:focus {
  outline: none;
}

label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: .2s ease all;
}

.input:focus~label,
.input:valid~label {
  top: -20px;
  font-size: 14px;
  color: #081537;
}

.bar {
  position: relative;
  display: block;
  width: 100%;
}

.bar:before,
.bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: .2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

.input:focus~.bar:before,
.input:focus~.bar:after {
  width: 50%;
}

.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .5;
}

.input:focus~.highlight {
  animation: inputHighlighter .3s ease;
}

@keyframes inputHighlighter {
  from {
    background: #081537;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.submit-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background: #FB8500;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background .3s ease;
}

.submit-btn:hover {
  background: #e57500;
}

/* ===============================
   Cards / Boxes
================================== */
.custom-card {
  background-color: #FFF6ED !important;
  padding: 10px;
  border: none !important;
}


.icon-img {
  /* width: 60px; */
  height: 60px;
  object-fit: contain;
  margin: 15px auto 5px;
  display: block;
}


@media (max-width:786px) {
  .icon-img {
    height: 44px;
  }
}

@media (max-width: 525px) {
  .icon-img {
    height: 40px;
  }
}



.six-phase-icon {
  height: 40px;
  width: 40px;
}

.project-card {
  margin-bottom: 30px;
  align-items: center;
}

.project-card:nth-child(odd) {
  flex-direction: row-reverse;
}

.phase-img-col {
  width: 100%;
  height: 400px;
}

.phase-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.project-info h2 {
  font-size: 28px;
  font-weight: bold;
}

.project-info p {
  margin: 10px 0;
  color: #666;
}

@media (max-width: 768px) {
  .phase-img-col {
    height: 280px;
  }
}


/* ===============================
   Sections
================================== */
.welcome-section h1,
.projects-section h2,
.news-section h2,
.form-container h2 {
  font-family: 'larkenbold';
}

.asha_projects {
  background-color: #FFF6ED;
  position: relative;
  background-image: url("../images/asha_core_icons.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 250px;
}

.amenities-section {
  padding: 60px 0;
  text-align: center;
  background-color: #0c1b3d;
}

.amenities-section-2 {
  padding: 60px 0;
  /* text-align: center;
  background-color: #0c1b3d; */
}

.amenity-box {
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 8px;
  transition: .3s;
}

.amenity-box:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-5px);
}

.amenity-icon {
  font-size: 36px;
  margin-bottom: 15px;
  color: var(--accent-shadow);
  transition: transform .4s ease;
}

.amenity-icon img:hover {
  transform: scale(1.05);
}

.amenity p {
  font-size: 14px;
}

/* ===============================
   Contact
================================== */
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  margin: 40px auto;
  max-width: 1200px;
  padding: 20px;
}

.contact-info .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

/* ===============================
   Utilities
================================== */
.border-city {
  border: 2px solid #081537 !important;
}

.circle-wrapper {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px solid #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
}

.team-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.info-icons {
  margin: 20px 0;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 2.3rem;
  text-align: center;
}

/* ===============================
   Animated Button (single consolidated version)
================================== */
.animated-button {
  --accent: #ffffff;
  --accent-shadow: #FB8500;
  --btn-pad-y: 0.1rem;
  --btn-pad-x: 0.5rem;
  --arr-size: 32px;
  --circle-initial: 22px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: 2000px;
  background: #FB8500;
  color: var(--accent);
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px var(--accent-shadow);
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .35s ease, color .25s ease, border-radius .25s ease, transform .12s ease;
}

.animated-button span {
  text-transform: uppercase;
  font-weight: 400;
}


.animated-button .arr {
  width: var(--arr-size);
  height: var(--arr-size);
  flex: 0 0 var(--arr-size);
  border-radius: 100%;
  fill: var(--accent);
  background-color: #081537;
  transition: transform .45s cubic-bezier(.23, 1, .32, 1), opacity .25s ease, fill .25s ease;
  display: inline-block;
  padding: 10px;
}

.animated-button .arr-left {
  transform: translateX(calc(var(--arr-size) * -2));
  opacity: 0;
  pointer-events: none;
}

.animated-button .arr-right {
  transform: translateX(0);
  opacity: 1;
  pointer-events: none;
  margin-right: -8px;


}

.animated-button .text {
  position: relative;
  z-index: 2;
  transform: translateX(0);
  transition: transform .45s cubic-bezier(.23, 1, .32, 1), color .25s ease;
  white-space: nowrap;
  font-size: 14px;
  padding: 0 1px;
}

.animated-button .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--circle-initial);
  height: var(--circle-initial);
  background: var(--accent);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: width .6s cubic-bezier(.23, 1, .32, 1), height .6s cubic-bezier(.23, 1, .32, 1), opacity .35s ease;
  pointer-events: none;
}

.animated-button:hover,
.animated-button:focus {
  color: #ffffff;
  box-shadow: 0 0 0 10px transparent;
  border-radius: 20px;
}

.animated-button:hover .arr-right {
  transform: translateX(calc(var(--arr-size) * 1.2 + 10px));
  opacity: 0;
  fill: #212121;
}

.animated-button:hover .arr-left {
  transform: translateX(-6px);
  opacity: 1;
  fill: #212121;
}

.animated-button:hover .text {
  transform: translateX(6px);
  color: #ffffff;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
  background-color: #081537;
}

.animated-button:active {
  transform: scale(.97);
  transition: transform .12s ease;
  box-shadow: 0 0 0 3px var(--accent-shadow);
  color: #ffffff;
}

.animated-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08), 0 0 0 6px var(--accent-shadow);
}

/* violet variant */
.animated-button-violet {
  --accent: #ffffff;
  --accent-shadow: #6a0dad;
  --btn-pad-y: 0.06rem;
  --btn-pad-x: 0.6rem;
  --arr-size: 32px;
  --circle-initial: 22px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border-radius: 2000px;
  background: #081537;
  color: var(--accent);
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px var(--accent-shadow);
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: box-shadow .35s ease, color .25s ease, border-radius .25s ease, transform .12s ease;
}

.animated-button-violet span {
  text-transform: uppercase;
}

.animated-button-violet .arr {
  width: var(--arr-size);
  height: var(--arr-size);
  flex: 0 0 var(--arr-size);
  border-radius: 100%;
  fill: var(--accent);
  background-color: #FB8500;
  transition: transform .45s cubic-bezier(.23, 1, .32, 1), opacity .25s ease, fill .25s ease;
  display: inline-block;
  padding: 10px;
}

.animated-button-violet .arr-left {
  transform: translateX(calc(var(--arr-size) * -2));
  opacity: 0;
  pointer-events: none;
}

.animated-button-violet .arr-right {
  transform: translateX(0);
  opacity: 1;
  pointer-events: none;
  margin-right: -8px;
}

.animated-button-violet .text {
  position: relative;
  z-index: 2;
  transform: translateX(0);
  transition: transform .45s cubic-bezier(.23, 1, .32, 1), color .25s ease;
  white-space: nowrap;
  font-size: 14px;
  padding: 0 1px;
  font-weight: 400;
}

.animated-button-violet .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--circle-initial);
  height: var(--circle-initial);
  background: var(--accent);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: width .6s cubic-bezier(.23, 1, .32, 1), height .6s cubic-bezier(.23, 1, .32, 1), opacity .35s ease;
  pointer-events: none;
}

.animated-button-violet:hover .arr-right {
  transform: translateX(calc(var(--arr-size) * 1.2 + 10px));
  opacity: 0;
  fill: #FB8500;
}

.animated-button-violet:hover .text {
  transform: translateX(6px);
  color: #ffffff;
}

.animated-button-violet:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
  background-color: #FB8500;
}

.animated-button-violet:active {
  transform: scale(.97);
  transition: transform .12s ease;
  box-shadow: 0 0 0 3px var(--accent-shadow);
}

.animated-button-violet:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, .08), 0 0 0 6px var(--accent-shadow);
}


.arr path {
  transform: scale(1.7);
  transform-origin: center;
}



/* ===============================
   Effects
================================== */
/* .reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all .4s ease;
} */
/* 
.reveal.active {
  opacity: 1;
  transform: translateY(0);
} */

/* .card img {
  transition: transform .3s ease;
} */

/* .card:hover img {
  transform: scale(1.05);
} */

/* ===============================
   Vicinity
================================== */
.vicinity {
  background-color: rgb(245 245 245 / 86%);
}

/* ===============================
   Footer
================================== */
.footer-dark {
  background-color: var(--voilet-color);
  position: relative;
  overflow: hidden;
}

.footer-dark::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url("/assets/images/Object.png") no-repeat center bottom;
  background-size: cover;
  z-index: 1;
}

.footer-dark img {
  max-width: 180px;
}

.footer-row {
  padding-bottom: 10vw;
}


@media (max-width: 768px) {
  .list-unstyled li a {
    font-size: 12px;
  }

  .footer-dark img {
    max-width: 128px;
  }

}

@media (max-width: 525px) {
  .list-unstyled li a {
    font-size: 10px;
  }

  .footer-dark img {
    max-width: 108px;
  }

}


/* ===============================
   Responsive
================================== */
@media (max-width: 768px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: clamp(22px, 5vw, 28px);
  }

  p {
    font-size: clamp(14px, 3vw, 16px);
    line-height: 1.6;
  }

  .project-info h2 {
    font-size: 24px;
    font-weight: bold;
  }

  .six-phase-icon {
    height: 30px;
    width: 30px;
  }

  .contact-container {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

  .contact-form .form-row {
    grid-template-columns: 1fr;
  }

  .lead {
    font-size: .9rem !important;
  }

  .button-1 {
    padding: 5px 20px !important;
    font-size: .9rem !important;
  }

  .animated-button {
    --btn-pad-y: .1rem;
    /* --btn-pad-x: .3rem; */
    /* --arr-size: 21px; */
    /* --circle-initial: 18px; */
    font-size: 14px;
    gap: 6px;
    padding: var(--btn-pad-y) var(--btn-pad-x);
  }

  .animated-button .arr {
    padding: 6px;
  }

  .animated-button .text {
    font-size: 13px;
  }

  .animated-button-violet .arr {
    padding: 6px;
  }

  .animated-button-violet .text {
    font-size: 10px;
  }

  .arr path {
    transform: scale(0.8);
    transform-origin: center;
  }

  .animated-button:hover .circle {
    width: 120px;
    height: 120px;
  }

  .animated-button-parent {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .six-phase-btn {
    display: flex;
    align-items: start;
    /* flex-direction: column; */
    margin: 10px 0;
  }

  .contact-info img {
    height: 40px;
    width: 40px;
  }

  .contact-info p {
    font-size: 12px;
  }

  .banner-text {
    font-size: .7rem;
  }

  /* .amenity-icon img {
    height: 4rem;
  } */

  .amenities p {
    font-size: 9px;
  }
}

/* Ring Animation */
@keyframes ring {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  30% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  70% {
    transform: rotate(2deg);
  }

  80% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(0);
  }


}

.ring-icon {
  display: inline-block;
  animation: ring 1.5s infinite;
  transform-origin: center;
}








/* gulmohar */

.banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  /* border: 2px solid red; */

}

.banner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
  align-items: center;
  /* border: 2px solid red; */
  background-color: #ff7f00;
  border-radius: 20px;
  position: relative;
  height: auto;


}

.content-left {
  max-width: 50%;
  /* border: 2px solid red; */
  padding: 2vw 4vw;
}

.content-left h2 {
  font-size: 38px;
  font-weight: bold;
  /* margin-bottom: 20px; */
}

.visual-right {
  max-width: 50%;
  text-align: right;
  /* border: 2px solid red; */
  position: absolute;
  right: -30px;
  top: -70px;
}



/* .visual-right img {
width: 100%;
  max-width: 500px;
} */


.brochure-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background: var(--voilet-color);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0.15em 0.3em 0.2em 0.9em;
  border-radius: 2em;
  text-decoration: none;
}

.btn-icon {
  width: 1.75em;
  height: 1.75em;
  background-color: #FB8500;
  border-radius: 50%;
  font-size: 21px;
  padding: 5px;
}


.brochure-btn:active {
  transform: translateY(4px);
  /* Active state me thoda aur niche move hoga */
  background-color: #ff6600;
  /* Active state ka background color */
  border-color: #ff3300;
  /* Darker border on active */
  color: #ffffff;
  /* Text color white */
  font-weight: 800;
  /* More bold font on click */
}





@media (max-width: 768px) {

  .visual-right {
    top: -12vw;
  }

  .content-left {
    max-width: 100%;
  }

  .content-left h2 {
    font-size: 40px;
    margin-bottom: 0;
  }

  .content-left a {
    font-size: 23px;
    font-weight: 400;
    margin-top: 15px;
  }

  .brochure-btn {
    padding: 0.15em 0.1em 0.15em 0.57em;
  }

  .btn-icon {
    width: 1.7em;
    height: 1.70em;
    background-color: orange;
    border-radius: 50%;
    font-size: 21px;
    padding: 6px;
  }

  .banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 2vw 4vw;
    gap: 11vw;
  }

  .visual-right {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
  }

  .amenities-section-2 {
    padding: 20px 0;
  }



}


@media (max-width: 480px) {

  .banner-container {
    padding: 22px;
  }

  .visual-right {
    top: -12vw;
  }

  .content-left h2 {
    font-size: 26px;
    margin-bottom: 0;
    white-space: nowrap;
  }

  .content-left a {
    font-size: 10px;
    margin-top: 15px;
  }

  .btn-icon {
    width: 1.2em;
    height: 1.2em;
    background-color: #ff7f00;
    border-radius: 50%;
    font-size: 21px;
    padding: 5px;

  }

  .brochure-btn {
    padding: 0.1em 0.1em 0.1em 0.57em;
  }

  .info-icons {
    margin: 0px 0;
  }

  .amenities-section-2 {
    padding: 5px 0;
  }
}


.section-wrap {
  padding: 21px 16px
}

.container {
  max-width: 1100px;
  margin: 0 auto
}

.heading {
  color: var(--brand);
  text-align: center;
  margin: 0 0 8px
}

.heading h2 {
  font-size: 32px;
  font-weight: 800;
  margin: 0
}

.heading p {
  color: var(--muted);
  margin: 8px auto 28px;
  max-width: 720px;
  line-height: 1.5
}

/* grid for two cards */
.plans {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 28px; */
}

@media (min-width: 768px) {
  .plans {
    grid-template-columns: 1fr 1fr;
  }
}

.plan-card {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  background: #fff;
}

.plan-top {
  text-align: center;
  margin-bottom: 12px;
}

.plan-title {
  font-size: 28px;
  font-weight: 800;
  color: var(--voilet-color)
}

.plan-area {
  font-size: 13px;
  color: var(--voilet-color)
}

.plan-media {
  border-radius: 12px;
  overflow: hidden;
  margin: 10px 0 30px 0;
  background: #f5f7fb;
}

.plan-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover
}

.plan-link {
  display: block;
  text-align: center;
  font-size: 14px;
  color: var(--voilet-color);
  text-decoration: none;
  margin: 4px 0 14px;
}

.plan-link:hover {
  text-decoration: underline
}

/* features grid */
.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 18px;
  /* text-align: center; */
}

@media (max-width: 576px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }


  /* .features .area-text{
    font-size: 14px;
  } */
}

.feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.feature .icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 6px;
  background: #eef4ff;
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 16px;
  color: var(--voilet-color);
}

.feature span {
  font-size: 13px;
  color: var(--voilet-color);
}


.wtsp-icons {
  color: #25D366;
  font-size: 1.0rem;
  margin-left: 0.5rem;
}

.about-header {
  color: #FB8500;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}


@media (max-width: 550px) {
  .info-icons {
    margin: 0px 0;
  }
}