@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
@import url(component.min.css);
@import url(layout.min.css);

:root {
  --primary: #06402A;
  --light: #2D6F3F;
  --dark: #06402A;
  --yellow: #fcc23b;
  --gradient: linear-gradient(180deg, #06402A 0%, #2D6F3F 100%);
  --gradient2: radial-gradient(50% 50% at 50% 50%, #085739 0%, #06402A 100%);
  ;
  --gradient3: linear-gradient(180deg, #2D6F3F 0%, #06402A 100%);
  --gradient4: linear-gradient(135.93deg, #2D6F3F 13.41%, #06402A 90.33%);
  ;
  --black: #06402A;
  --white: #fff;
  --text-color: #696969;
}

::selection {
  background: var(--dark);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgb(0 0 0 / 0%);
}

::-webkit-scrollbar-thumb {
  background: rgb(0 0 0 / 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(0 0 0 / 0.8);
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px;
  line-height: 1;
}

body {
  background: var(--white);
  color: var(--text-color);
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text-color);
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1 {}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--dark);
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark);
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--dark);
}

section {
  padding: 4rem 0;
}

.yellow-color {
  color: var(--yellow);
}

.gradient-bg {
  background-image: var(--gradient);
}

.contList {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.contList li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contList .btnStyle {
  padding: 13px 1rem;
}

.contList a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--white);
}

.contList a i {
  margin-right: 5px;
}

.contList a:hover,
.contList a:focus {
  color: var(--white);
}

.listStyle {
  margin-top: 1rem;
}

.listStyle p {
  display: inline-flex;
  color: var(--white);
  position: relative;
}

.listStyle p strong {
  font-weight: 600;
}

.listStyle p:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 10px;
  color: var(--white);
}

/* Begin: Main Banner CSS */
.main-slider {
  background: url(../images/banners/ban.webp) bottom/cover no-repeat;
  min-height: 50rem;
  display: flex;
  align-items: center;
  padding-top: 10rem;
}

.main-slider h4 {
  color: var(--white);
  font-size: 1.75rem;
  font-weight: 100;
}

.main-slider h4 span {
  font-size: 2.25rem;
  font-weight: 700;
}

.main-slider h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 1rem;
}

.highlight {
  background: var(--light);
  color: var(--white);
  font-weight: 700;
  padding: 10px 1.5rem 10px 0px;
  /* border-radius: 100px; */
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
}

.highlight::before {
  position: absolute;
  content: "";
  background: var(--light);
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: -1;
  /* border-radius: 100px; */
}

/* END: Main Banner CSS */

/* Begin: Lead Form CSS */
.leadForm {
  background: var(--dark)
    /* url(../images/form-bg.webp) top center/100% no-repeat */
  ;
  padding: 1.25rem 2rem 2rem;
  border: 5px solid var(--light);
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
}

.leadForm .title {
  text-align: center;
}

.leadForm .title h2 {
  font-size: 25px;
  text-transform: capitalize;
  margin: 0;
}

.leadForm .title p {
  font-size: 21px;
  color: var(--white);
  margin: 0;
}

.leadForm .formStyle {
  margin-top: 0.5rem;
}

.formStyle label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.formStyle .form-control {
  height: 3.125rem;
  border-color: #e6e6e6;
  border-radius: 5px;
}

.formStyle .btnStyle {
  background: var(--gradient4);
  color: var(--white);
  border-radius: 5px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
}

.formStyle .btnStyle:hover,
.formStyle .btnStyle:focus {
  background: var(--light);
  color: var(--white);
}

/* END: Lead Form CSS */

/* Begin: Services CSS */
.serviceSec {
  padding: 6rem 0 4rem;
}

.serviceWrap {
  background: var(--white);
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  padding: 4rem 2.5rem;
  margin-bottom: 1.5rem;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: stretch;
}

.serviceWrap .circle {
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  background: var(--gradient);
  border-radius: 100px;
  transition: ease all 0.5s;
}

.serviceWrap:hover .circle {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}

.serviceWrap .img {
  width: 8rem;
  height: 8rem;
  background: var(--dark);
  border: 8px solid var(--light);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: ease all 0.5s;
}

.serviceWrap:hover .img {
  background: var(--white);
  border: 8px solid var(--dark);
  box-shadow: 0 0 0 6px var(--white);
}

.serviceWrap:hover .img img {
  filter: brightness(0);
}

.serviceWrap .content {
  width: calc(100% - 8rem);
  position: relative;
  padding-left: 2rem;
}

.serviceWrap .content h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.serviceWrap .content p {
  margin: 0;
}

.serviceWrap:hover .content * {
  color: var(--white);
}

.serviceWrap.small {
  padding: 2.5rem 1rem;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.serviceWrap.small .content {
  padding: 0;
  width: 100%;
}

.serviceWrap.small .content h4 {
  color: var(--black);
  margin: 0;
  font-size: 1.25rem;
}

.serviceWrap.exp {
  padding: 2rem;
  text-align: left;
  align-items: flex-start;
  min-height: 17rem;
  justify-content: space-between;
}

.serviceWrap.exp :is(p, h4),
.serviceWrap.contInfo :is(i, h4, p, a) {
  position: relative;
}

.serviceWrap.exp:hover :is(p, h4),
.serviceWrap.contInfo:hover :is(i, h4, p, a) {
  color: var(--white);
}

.serviceWrap.exp h4 {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  margin: 0;
}

.serviceWrap.exp h4 i {
  font-size: 1.5rem;
  color: var(--yellow);
  margin-right: 5px;
}

.serviceWrap.contInfo {
  padding: 2rem;
}

.serviceWrap.contInfo i {
  font-size: 4rem;
  color: var(--light);
}

.serviceWrap.contInfo h4 {
  font-size: 1.5rem;
  margin: 0;
}

.serviceWrap.contInfo p {
  margin: 0;
}

.serviceWrap.contInfo a {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--light);
}

.topUniSec {
  position: relative;
}

.topUniSec:before {
  content: "";
  width: 100%;
  height: 30rem;
  background: url(../images/bg2.webp) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.topUniSec :is(h2, p),
.mapSec :is(h2, p),
.stapSec * {
  color: var(--white);
}
.topUniSec .btnStyle{
  background: var(--light);
}
.topUniSec .btnStyle:hover{
  background: var(--gradient4);
}

/* END: Services CSS */

/* Begin: Global Uni CSS */
.globalUniMap {
  background: url(../images/uni/map.webp) center/100% no-repeat;
  min-height: 44rem;
  position: relative;
}

.globalUniMap .uni {
  position: absolute;
  width: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.globalUniMap .uni .uniLogo {
  padding: 1rem;
  background: var(--white);
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
  opacity: 0;
  transition: ease all 0.5s;
}

.globalUniMap .uni:hover .uniLogo {
  opacity: 1;
}

.globalUniMap .uni .marker {
  background: url(../images/uni/marker.webp) top center/90px no-repeat;
  width: 90px;
  height: 120px;
  text-align: center;
  padding-top: 20px;
}

.globalUniMap .uni:hover .marker {
  position: relative;
  animation: moveIn ease-in infinite 2s;
}

@keyframes moveIn {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.globalUniMap .uni.one {
  left: 16.5rem;
  top: 6rem;
}

.globalUniMap .uni.two {
  left: 38.5rem;
  top: 2rem;
}

.globalUniMap .uni.three {
  left: 49rem;
  top: 0rem;
}

.globalUniMap .uni.four {
  left: 47rem;
  top: 10rem;
}

.globalUniMap .uni.five {
  left: 62.5rem;
  top: 8.5rem;
}

.globalUniMap .uni.six {
  left: 24rem;
  bottom: 10.5rem;
}

.globalUniMap .uni.seven {
  left: 41rem;
  bottom: 7rem;
}

.globalUniMap .uni.eight {
  right: 6rem;
  bottom: 6rem;
}

/* END: Global Uni CSS */

/* Begin: Achivements CSS */
.achivementSec {
  padding: 4rem 0 7rem;
}

.achiveList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.achiveList li:nth-child(2) {
  padding: 0 2rem;
  border-right: 1px solid var(--light);
  border-left: 1px solid var(--light);
}

.achiveList h2 {
  font-size: 3.875rem;
  color: var(--light);
  text-align: center;
  line-height: 1;
}

.achiveList h2 span {
  display: block;
  font-size: 1rem;
  font-weight: 500;
}

/* END: Achivements CSS */

/* Begin: Confidential CSS */
.confidentialSec {
  background: url(../images/bg1.webp) center right/cover no-repeat;
  padding: 8rem 0;
}

.confidentialSec :is(h3, p) {
  margin-bottom: 1.5rem;
}

.stapSec .contList li:last-child i {
  color: var(--white);
}

.stapSec .contList li:last-child a {
  color: var(--white);
}

/* END: Confidential CSS */

/* Begin: Order Steps */
.stapSec .orderSteps {
  position: relative;
  background: url(../images/shape.webp) 40px 50%/80% 70% no-repeat;
}

.stapSec .orderSteps .cell {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.stapSec .orderSteps .cell:nth-child(2) {
  margin: 5rem 0;
}

.orderSteps .cell .img {
  width: 8rem;
  height: 8rem;
  background: var(--white);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.orderSteps .cell .content {
  width: calc(100% - 8rem);
}

.orderSteps .cell .content h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.orderSteps .cell .content h4 strong {
  color: var(--white);

}
.orderSteps .cell .content p {
  margin-bottom: 0;
}

/* END: Order Steps */

/* Begin: Mobile Sceen */
.paymentSec {
  padding: 5rem 0;
}

.screen {
  width: 16rem;
  min-height: 30rem;
  margin: 2rem auto;
  padding: 5rem 2rem 2rem;
  position: relative;
  background: var(--white);
  box-shadow: 0 0 30px rgb(0 0 0 / 15%);
  border-radius: 1.5rem;
  text-align: center;
}

.slick-current+.slick-active .screen:before {
  background: url(../images/iphone-mask.webp) top left/100% 100% no-repeat;
  content: "";
  position: absolute;
  top: -11px;
  left: -20px;
  width: calc(100% + 35px);
  height: calc(100% + 22px);
  z-index: -1;
}

.screen .shape {
  width: 100%;
  height: 45%;
  background: var(--gradient);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 47%, 0 100%);
  border-radius: 1.5rem 1.5rem 0 0;
}

.screen img {
  margin: 0 auto;
  position: relative;
}

.screen h4 {
  font-size: 1.5rem;
  margin: 1.5rem 0 1rem;
  word-break: break-word;
}

.screen p {
  margin-bottom: 1.3rem;
}

.screen .btnStyle {
  padding: 12px 1rem;
  width: 100%;
  font-size: 15px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  background: #cecee1;
  border-radius: 10px;
}

.slick-dots li.slick-active {
  background: var(--dark);
}

.slick-dots li button:before {
  content: none;
}

.phoneMask {
  position: absolute;
  left: 50%;
  top: 21px;
  transform: translateX(-50%);
  z-index: 1;
}

/* END: Mobile Screen */

/* Begin: CTA CSS */
.ctaSec :is(h2, p) {
  color: var(--white);
  margin: 0;
}

.ctaSec .btnStyle {
  /* border: 1px solid var(--white); */
  background: var(--gradient4);
  color: var(--white);
  font-size: 1.25rem;
  padding: 13px 1rem;
  width: 100%;
  text-align: center;
}

.ctaSec .btnStyle:hover,
.ctaSec .btnStyle:focus {
  background: var(--light);
  border-color: var(--light);
  color: var(--white);
}

/* END: CTA CSS */

/* Begin: FAQ CSS */
.accordionStyle .accordion-item {
  margin-bottom: 1rem;
  border: 1px solid #ecedef;
  border-radius: 5px;
}

.accordionStyle .accordion-header .accordion-button {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--black);
  border-radius: 5px;
}

.accordionStyle .accordion-header .accordion-button:focus {
  box-shadow: none;
}

.accordionStyle .accordion-header .accordion-button[aria-expanded="true"] {
  background: var(--light);
  color: var(--white);
}

.accordionStyle .accordion-header .accordion-button:after {
  content: none;
}

.accordionStyle .accordion-header .accordion-button i {
  width: 2rem;
  height: 2rem;
  background: var(--dark);
  color: var(--white);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease all 0.5s;
}

.accordionStyle .accordion-header .accordion-button[aria-expanded="true"] i:before {
  transform: rotate(180deg);
}

.accordionStyle .accordion-item .accordion-body {
  background: #f5f5f5;
  text-align: left;
}

.accordionStyle .accordion-item .accordion-body p {
  margin: 0;
}

.accordionStyle .accordion-item .accordion-body p+p {
  margin: 1rem 0 0;
}

/* END: FAQ CSS */

/* Begin: Testimonials */
.testimonialSec {
  padding: 6rem 0 4rem;
}

.testimonialSec * {
  color: var(--white);
}

.testimonialCarousel .item {
  background: var(--white);
  border-radius: 23px;
  padding: 2rem 2.5rem 2rem 2.5rem;
  margin: 2rem;
  position: relative;
}

.testimonialCarousel .item .top {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  position: relative;
  /* top: -2rem; */
}

.testimonialCarousel .item .top i {
  margin-left: auto;
  margin-bottom: 1.5rem;
  color: var(--dark) !important;
}

.testimonialCarousel .item .top h4 {
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  color: var(--dark) !important;
}

.testimonialCarousel .item .top img {
  border-radius: 5px;
  border: 2px solid var(--white);
}

.testimonialCarousel .item p {
  margin: 0;
  color: var(--dark);
}

.testimonialCarousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 100%;
  height: 100%;
  background: var(--light);
  border-radius: 23px;
  z-index: -1;
  transform: skewY(-5deg);
  animation: skew ease-in infinite 2s;
}

@keyframes skew {
  0% {
    transform: skewY(-5deg);
  }

  50% {
    transform: skewY(0deg);
  }

  100% {
    transform: skewY(-5deg);
  }
}

.testimonialCarousel .slick-dots li.slick-active {
  background: var(--white);
}

/* END: Testimonials */

.contwrap {
  background: #f5f5f5;
  border-radius: 1.75rem;
  box-shadow: 0 0 2rem rgb(0 0 0 / 20%);
  padding: 3rem 3rem 4rem;
  margin-top: 5rem;
}

.contwrap .form-control {
  height: 3.125rem;
  border-radius: 5px;
}

.contwrap label {
  font-size: 14px;
  margin-bottom: 5px;
}

.contwrap textarea.form-control {
  height: auto;
  resize: none;
}

.contwrap .btnStyle {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--white);
  background: var(--gradient);
}

.contwrap .btnStyle:hover,
.contwrap .btnStyle:focus {
  background: var(--yellow);
  color: var(--dark);
}

.thankyou {
  position: relative;
  padding: 0;
  background: url(../images/thankyou-bg.webp) center/cover fixed no-repeat;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.thankyou:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgb(19 35 145 / 30%); */
}

.thankyou .main-content {
  position: relative;
}

.thankyou h1 {
  padding: 20px 0 0;
  color: #fff;
  font-size: 4rem;
}

.thankyou p {
  color: #fff;
}

/* Begin: ExameaSec Sec CSS */
.bg-gradient-1 {
  background: #ececec;
  padding: 50px 25px;
  border-radius: 15px;
}

.exameaSec .happyGirl {
  margin: -8rem 0 -4rem -10rem;
}

.exameaSec p,
.exameaSec a {
  color: var(--dark);
  font-weight: 500;
  font-size: 15px;
}

.exameaSec p a {
  text-decoration: underline;
}

.exameaSec a,
.exameaSec p strong {
  font-weight: 700;
}

.exameaSec p strong,
.exameaSec p a {
  font-size: 14px;
}

.exameaSec .listStyle p:before {
  color: var(--dark);
}

.exameaSec .contList .btnStyle {
  background: var(--dark);
  color: var(--white);
}

/* END: ExameaSec Sec CSS */

.errorDisplay {
  color: red;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  width: 90%;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

/* .iti{
    height: auto;
    background-color:white;
    position:relative;
    display:block;
}
.iti__selected-flag {
    height:43px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.phone-container {
  background-color: white;
  height: 45px;
  position: relative;
  border: 1px solid #bdbdbd;
  border-radius: 4%;
} */
.phone1 {
  visibility: hidden !important;
}

/* .iti__flag-container {
  height: white;
} */
.phone2 {
  height: 43px;
  position: absolute;
  top: 0;
  left: 85px;
  width: calc(100% - 85px);
  border-color: transparent;
}

/* .iti__selected-dial-code {
  width: 30px;
  font-size: 12px;
  font-weight: bold;
}
.iti__flag-box {
}
.iti__country-name {
  font-size: 12px;
}
.iti__dial-code {
  font-size: 12px;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
} */
.iti {
  width: 100% !important;
}

.form-error {
  border: 2px solid red !important;
}

.form-error .vscomp-value {
  color: red !important;
}

.form-error::placeholder {
  color: red !important;
}

.gradient-bg2 {
  background-image: var(--gradient2);
}

.gradient-bg3 {
  background-image: var(--gradient3);
}

.bg-dark {
  background: var(--dark) !important;
}

.lpService {
  height: 3.125rem ;
  max-width: 100% !important;
  border: none !important;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 3.125rem;
  border-color: #e6e6e6;
  border-radius: 5px;
  padding: .375rem .75rem;
  background-image: #000; 
  /* background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); */
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: clamp(16px, 1.4vw, 18px) auto;
  cursor: pointer;
}
.lpService:focus-within{
  border: none;
  outline: none;
}
.lpService option{
  background-color: white !important;
  border-radius: .375rem !important;
} 
.lpService option:checked, 
.lpService option:hover {
  background-color: var(--light) !important;
  color: white !important;
}
.arrow-icon::before{
  font-size: 13px;
}
.arrow-icon {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px 5px;
  z-index: 0;
  left: auto;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.vscomp-toggle-button {
  /* border: none !important; */
  padding: .375rem .75rem !important;
  height: 3.125rem;
  border-color: #e6e6e6;
  border-radius: 5px;
}

.iti__flag {
  border-radius: 15px !important;
  /* width: 14px; */
  /* height: 11px; */
}



.expertise-section .pricing-card {
  position: relative;
  border: 1px solid #E2E2E2;
  border-radius: 21px;
  padding: 40px;
  overflow: hidden;
  transition: 0.4s;
}

.expertise-section .card-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
  background: #1D1D1D;
  z-index: -1;
}

.expertise-section .pricing-card:hover .card-bg {
  opacity: 1;
  /* background: url(../images/package-gradient.png); */
}

.expertise-section .card-content {
  position: relative;
  z-index: 2;
}

.expertise-section .icon-box {
  width: clamp(40px, 4vw, 52px);
  height: clamp(40px, 4vw, 52px);
  background: var(--light);
  /* primary */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.4s;
}
.expertise-section .icon-box img{
  width: clamp(26px, 4vw, 31px);
}

.expertise-section .pricing-card:hover .icon-box {
  background: #fff;
}

.expertise-section * {
  color: #000 !important;
}

.expertise-section .pricing-card:hover .icon-box img {
  filter: invert(1);
}

.expertise-section .plan-title {
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  font-weight: 700;
  font-size: clamp(16px, 1.4vw, 22px);
  color: #000;
}

.expertise-section .price {
  font-weight: 800;
  font-size: clamp(24px, 2.6vw, 50px);
  color: #000;
}

.expertise-section .price span {
  font-size: 14px;
}

.expertise-section .billing {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.expertise-section .features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: start !important;
}

.expertise-section .features li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.expertise-section .pricing-card:hover,
.expertise-section .pricing-card:hover * {
  color: #fff !important;
}

.expertise-section .pricing-card:hover .btn-outline-dark {
  background: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
}

.expertise-section .check-icon {
  /* width: 15px; */
  /* height: 15px; */
  padding: 2px;
  font-size: 12px;
  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.expertise-section .pricing-card:hover,
.expertise-section .pricing-card:hover .check-icon {
  border-color: #fff;
  color: #fff;
}

.expertise-section .best {
  width: clamp(50px, 4vw, 64px);
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.extra-item {
    opacity: 0;
    transform: translateY(30px);
    max-height: 0;
    /* overflow: hidden; */
    transition: all 0.4s ease;
}

.extra-item.show {
    opacity: 1;
    transform: translateY(0);
    max-height: 500px;
}


.about-topUniSec.topUniSec:before {
  background-image:  url(../images/industries/about.png);
}
.custom-software-topUniSec.topUniSec:before {
  background-image:  url(../images/industries/custom-software.png);
}

.web-development-topUniSec.topUniSec:before{
    background-image:  url(../images/industries/web.png);

}

.mobile-app-topUniSec.topUniSec:before{
    background-image:  url(../images/industries/mobile-app.png);

}

.ui_ux-topUniSec.topUniSec:before{
    background-image:  url(../images/industries/ui_ux.png);

}