@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&amp;family=Roboto:wght@300;400;500;700;900&amp;display=swap");
body {
  /* font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px*/ font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.7;
}
:root {
  --blue: #2866a1;
  --orange: #ff6600;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  color: #301A22;
  margin-top: 0px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
}
p {
  /*font-family: "Roboto", sans-serif;*/ font-family: 'Open Sans', sans-serif;
  color: #301A22;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 1.6
}
.f-right {
  float: right
}
.fix {
  overflow: hidden
}
.clear {
  clear: both
}
.mb-5 {
  margin-bottom: 5px
}
.mb-10 {
  margin-bottom: 10px
}
.mb-20 {
  margin-bottom: 20px
}
.mb-30 {
  margin-bottom: 30px
}
.mb-35 {
  margin-bottom: 35px
}
.mb-50 {
  margin-bottom: 50px
}
.mb-60 {
  margin-bottom: 60px
}
.mb-70 {
  margin-bottom: 70px
}
.ml-15 {
  margin-left: 15px
}
.pt-25 {
  padding-top: 25px
}
.pb-30 {
  padding-bottom: 30px
}
.mt-10 {
  margin-top: 10px
}
.mt-30 {
  margin-top: 30px
}
.mt-40 {
  margin-top: 40px
}
a, .button {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}
a:focus, .button:focus {
  text-decoration: none;
  outline: none
}
a {
  color: #635c5c;
  text-decoration: none
}
a:hover {
  color: #fff
}
a:focus, a:hover {
  text-decoration: none
}
a, button {
  color: #fff;
  outline: medium none
}
button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0
}
input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit
}
ul {
  margin: 0px;
  padding: 0px
}
li {
  list-style: none
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0
}
@keyframes bounce {
  0% {
    transform: translateY(-3px)
  }
  50% {
    transform: translateY(3px)
  }
  100% {
    transform: translateY(-3px)
  }
}
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1)
}
#back-top {
  background: #ff6600;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  position: fixed;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
  box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2)
}
@media (max-width: 575px) {
  #back-top {
    right: 16px
  }
}
#back-top a i {
  display: block;
  line-height: 50px
}
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}
.slick-initialized .slick-slide {
  outline: 0
}
.running {
  animation: nudge 10s linear infinite alternate
}
@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0)
  }
  50% {
    transform: translate(-100px, 0);
    @media (max-width: 575px) {
      transform: translate(-50px, 0) !important
    }
  }
  80% {
    transform: translate(100px, 0);
    @media (max-width: 575px) {
      transform: translate(50px, 0) !important
    }
  }
}
.nice-select {
  line-height: 30px;
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  color: #071112;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  border-radius: 25px
}
.nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  right: 41px;
  width: 7px
}
.nice-select .list {
  width: 100%;
  border-radius: 0
}
.nice-select.open .list {
  width: 100%;
  border-radius: 0
}
.nice-select .option {
  color: #071112
}
.nice-select::placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400
}
.section-padding {
  padding-top: 60px;
  padding-bottom: 60px
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px
  }
}
.footer-padding {
  padding-top: 50px;
  padding-bottom: 0
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 20px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 20px
  }
}
@media (max-width: 575px) {
  .footer-padding {
    padding-top: 80px;
    padding-bottom: 0px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 50px
  }
}
@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 50px
  }
}
.section-tittle p {
  color: #6A6063;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle p br {
    display: none
  }
}
@media (max-width: 575px) {
  .section-tittle p br {
    display: none
  }
}
.section-tittle p a {
  text-decoration: underline
}
.section-tittle > span {
  color: #7EA0FF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.05em
}
@media (max-width: 575px) {
  .section-tittle > span {
    font-size: 14px;
    padding-left: 0px
  }
}
.section-tittle h2 {
  font-size: 46px;
  display: block;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 22px
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .section-tittle h2 {
    font-size: 40px;
    color: #ff6600;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-tittle h2 {
    font-size: 41px
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-tittle h2 {
    font-size: 43px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 {
    font-size: 31px
  }
}
@media (max-width: 575px) {
  .section-tittle h2 {
    font-size: 24px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle h2 br {
    display: none
  }
}
@media (max-width: 575px) {
  .section-tittle h2 br {
    display: none
  }
}
/* Overlay to make text readable over bg image */
.countdown-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* semi-transparent dark overlay */
  z-index: 1;
  border-radius: 10px;
}
/* Wrapper to be above overlay */
.count-down-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
/* Single counter card */
.single-counter {
  background: rgba(255, 255, 255, 0.1); /* slightly transparent */
  padding: 25px 15px;
  border-radius: 15px;
  flex: 1 1 200px;
  max-width: 250px;
  text-align: center;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
.single-counter:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}
/*.counter-img img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
}*/
.captions .counter {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.captions .plus {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-left: 3px;
}
.captions p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 8px;
  line-height: 1.3;
}
/* Responsive */
@media (max-width: 767px) {
  .count-down-wrapper {
    justify-content: center;
  }
  .single-counter {
    flex: 1 1 45%;
    margin-bottom: 20px;
  }
}
.color-green {
  color: #1e9d78
}
.support-company-area {
  background: #FCF8F9
}
.support-company-area .support-location-img {
  position: relative
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-company-area .support-location-img {
    right: 0px;
    margin-bottom: 40px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .support-company-area .support-location-img {
    right: 0px;
    margin-bottom: 40px
  }
}
@media (max-width: 575px) {
  .support-company-area .support-location-img {
    right: 0px;
    margin-bottom: 40px
  }
}
.support-company-area .support-location-img img {
  width: 100%
}
.support-company-area .right-caption {
  position: relative
}
.support-company-area .right-caption .support-caption span {
  color: #FF6162;
  font-size: 25px;
  margin-bottom: 20px;
  display: block
}
@media (max-width: 575px) {
  .support-company-area .right-caption .support-caption span {
    font-size: 20px
  }
}
.support-company-area .right-caption .support-caption p.pera-top {
  font-weight: 300;
  margin-bottom: 40px
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .support-company-area .right-caption .support-caption p.pera-top {
    margin-bottom: 25px
  }
}
@media (max-width: 575px) {
  .support-company-area .right-caption .support-caption p.pera-top {
    margin-bottom: 25px
  }
}
.support-company-area .right-caption .support-caption p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.emargency-care {
  padding: 100px 0
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .emargency-care {
    padding: 50px 0
  }
}
@media (max-width: 575px) {
  .emargency-care {
    padding: 50px 0
  }
}
.emargency-care .single-emargency {
  padding: 65px 50px 65px 60px;
  background-color: #fff;
  border-radius: 10px
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .emargency-care .single-emargency {
    margin-left: 0px
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .emargency-care .single-emargency {
    margin-left: 80px
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .emargency-care .single-emargency {
    margin-left: 20px;
    padding: 30px 35px 30px 30px
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .emargency-care .single-emargency {
    margin-left: 20px;
    padding: 30px 35px 30px 30px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .emargency-care .single-emargency {
    margin-left: 20px;
    padding: 30px 35px 30px 30px
  }
}
@media (max-width: 575px) {
  .emargency-care .single-emargency {
    margin-left: 0px;
    padding: 30px 35px 30px 30px
  }
}
.emargency-care .single-emargency .emargency-cap h5 > a {
  font-size: 46px;
  font-weight: 700;
  color: #301A22;
  text-transform: capitalize;
  margin-bottom: 30px;
  display: block;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -ms-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .emargency-care .single-emargency .emargency-cap h5 > a {
    font-size: 33px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .emargency-care .single-emargency .emargency-cap h5 > a {
    font-size: 26px
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .emargency-care .single-emargency .emargency-cap h5 > a {
    font-size: 30px
  }
}
@media (max-width: 575px) {
  .emargency-care .single-emargency .emargency-cap h5 > a {
    font-size: 26px
  }
}
.emargency-care .single-emargency .emargency-cap h5 > a:hover {
  color: #ff6600
}
.emargency-care .single-emargency .emargency-cap p {
  margin-bottom: 20px
}
.emargency-care .single-emargency .emargency-cap .emargenc-cap {
  margin-bottom: 35px
}
.emargency-care .single-emargency .emargency-cap ul {
  margin-bottom: 40px
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .emargency-care .single-emargency .emargency-cap ul {
    margin-bottom: 30px
  }
}
@media (max-width: 575px) {
  .emargency-care .single-emargency .emargency-cap ul {
    margin-bottom: 30px
  }
}
.emargency-care .single-emargency .emargency-cap ul li {
  font-size: 18px;
  margin-bottom: 5px
}
.join-us-area .joing-details p {
  font-size: 18px;
  margin-bottom: 50px
}
@media (max-width: 575px) {
  .join-us-area .joing-details p {
    margin-bottom: 30px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .join-us-area .joing-details p {
    margin-bottom: 20px
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .join-us-area .joing-details {
    margin-bottom: 30px
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .join-us-area .joing-details {
    margin-bottom: 30px
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .join-us-area .joing-details {
    margin-bottom: 30px
  }
}
@media (max-width: 575px) {
  .join-us-area .joing-details {
    margin-bottom: 30px
  }
}
@media (max-width: 575px) {
  .join-us-area .joning-img img {
    margin-bottom: 30px
  }
}
.footer-wrapper {
  background: #0A2540;
  color: #E6DAD8;
}
.footer-padding {
  padding: 70px 0 40px;
}
.footer-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
.footer-about {
  font-size: 15px;
  line-height: 1.8;
  color: #E6DAD8;
  text-align: justify;
}
.footer-small-text {
  font-size: 15px;
  margin-bottom: 15px;
  color: #fff;
}
.footer-social a {
  color: #E6DAD8;
  font-size: 18px;
  margin-right: 15px;
  transition: 0.3s;
}
.footer-social a:hover {
  color: #ff6600;
}
/* Services */
.footer-service-list {
  column-count: 2;
  padding-left: 0;
}
.footer-service-list li {
  list-style: none;
  font-size: 14.5px;
  margin-bottom: 8px;
}
.footer-service-list li i {
  color: #ff6600;
  margin-right: 6px;
}
/* Newsletter */
.newsletter-box {
  position: relative;
}
.newsletter-box input {
  width: 100%;
  height: 48px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  padding: 0 18px;
  color: #fff;
}
.newsletter-box input::placeholder {
  color: #ccc;
}
.newsletter-box button {
  position: absolute;
  right: 3px;
  top: 3px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #ff6600;
  border: none;
  color: #fff;
  cursor: pointer;
}
/* Quick Links */
.footer-quick-links {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0;
  background: #0A2540;
}
.footer-quick-links a {
  color: #E6DAD8;
  margin: 0 12px;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}
.footer-quick-links a:hover {
  color: #ff6600;
  text-decoration: underline;
}
/* Bottom */
.footer-bottom-area {
  background: #081d33;
  padding: 12px 0;
}
.footer-bottom-area p {
  margin: 0;
  font-size: 14px;
  color: #E6DAD8;
}
.number a {
  font-family: "Lora", serif;
  font-size: 24px !important;
  color: #fff !important;
  margin-bottom: 12px;
  display: block
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .number a {
    font-size: 19px !important
  }
}
.media {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.img-fluid {
  width: 100%
}
.form-group {
  margin-bottom: 1rem
}
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s
}
.contact-info {
  margin-bottom: 25px
}
.contact-info__icon {
  margin-right: 20px
}
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px
}
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a
}
.contact-info .media-body h3 a:hover {
  color: #1f2b7b
}
.contact-info .media-body p {
  color: #8a8a8a
}
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px
}
.form-contact label {
  font-size: 14px
}
.form-contact .form-group {
  margin-bottom: 30px
}
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent
}
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none
}
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999
}
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important
}
.contact-section {
  padding: 130px 0 100px
}
@media (max-width: 991px) {
  .contact-section {
    padding: 70px 0 40px
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-section {
    padding: 80px 0 50px
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4A3600;
  opacity: 0.6
}
.hero-overly::before {
  background: -moz-linear-gradient(left, rgba(48, 26, 34, 0.95) 0%, rgba(48, 26, 34, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(48, 26, 34, 0.95) 0%, rgba(48, 26, 34, 0) 100%);
  background: linear-gradient(to right, rgba(48, 26, 34, 0.95) 0%, rgba(48, 26, 34, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2301a22', endColorstr='#00301a22', GradientType=1)
}
.hero-overly01::before {
  background: -moz-linear-gradient(left, rgba(48, 26, 34, 0) 0%, rgba(48, 26, 34, 0.95) 100%);
  background: -webkit-linear-gradient(left, rgba(48, 26, 34, 0) 0%, rgba(48, 26, 34, 0.95) 100%);
  background: linear-gradient(to right, rgba(48, 26, 34, 0) 0%, rgba(48, 26, 34, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00301a22', endColorstr='#f2301a22', GradientType=1)
}
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px
}
b, sup, sub, u, del {
  color: #1f2b7b
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #828bb2
}
.button-area {
  background: #fff
}
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee
}
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px
}
.button-group-area .genric-btn:last-child {
  margin-right: 0
}
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s
}
.genric-btn:focus {
  outline: none
}
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px
}
.genric-btn.large {
  line-height: 45px
}
.genric-btn.medium {
  line-height: 30px
}
.genric-btn.small {
  line-height: 25px
}
.genric-btn.radius {
  border-radius: 3px
}
.genric-btn.circle {
  border-radius: 20px
}
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}
.genric-btn.arrow span {
  margin-left: 10px
}
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent
}
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff
}
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff
}
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent
}
.genric-btn.primary {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent
}
.genric-btn.primary:hover {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff
}
.genric-btn.primary-border {
  color: #1f2b7b;
  border: 1px solid #1f2b7b;
  background: #fff
}
.genric-btn.primary-border:hover {
  color: #fff;
  background: #1f2b7b;
  border: 1px solid transparent
}
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent
}
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff
}
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff
}
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent
}
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent
}
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff
}
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff
}
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent
}
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent
}
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff
}
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff
}
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent
}
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent
}
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff
}
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff
}
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent
}
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent
}
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff
}
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline
}
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent
}
.genric-btn.disable {
  color: #222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed
}
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #1f2b7b
}
.progress-table-wrap {
  overflow-x: scroll
}
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px
}
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px
}
.progress-table .country {
  width: 28.07%
}
.progress-table .visit {
  width: 19.74%
}
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px
}
.progress-table .table-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500
}
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center
}
.progress-table .table-row .country img {
  margin-right: 15px
}
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent
}
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf
}
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686
}
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px
}
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important
}
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #1f2b7b;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%
}
.ordered-list {
  margin-left: 30px
}
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important
}
.ordered-list li span {
  font-weight: 300;
  color: #828bb2
}
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important
}
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2
}
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #1f2b7b;
  font-weight: 500;
  line-height: 1.82em !important
}
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2
}
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px
}
.single-input:focus {
  outline: none
}
.input-group-icon {
  position: relative
}
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3
}
.input-group-icon .icon i {
  color: #797979
}
.input-group-icon .single-input {
  padding-left: 45px
}
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none
}
.single-textarea:focus {
  outline: none
}
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px
}
.single-input-primary:focus {
  outline: none;
  border: 1px solid #1f2b7b
}
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px
}
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55
}
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px
}
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359
}
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
}
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer
}
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1f2b7b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer
}
.default-switch input:checked + label {
  left: 19px
}
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
}
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s
}
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer
}
.primary-switch input:checked + label:after {
  left: 19px
}
.primary-switch input:checked + label:before {
  background: #1f2b7b
}
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
}
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer
}
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer
}
.confirm-switch input:checked + label:after {
  left: 19px
}
.confirm-switch input:checked + label:before {
  background: #4cd3e3
}
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
}
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1
}
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none
}
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
}
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1
}
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none
}
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
}
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1
}
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3
}
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none
}
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
}
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1
}
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none
}
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
}
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1
}
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none
}
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer
}
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1
}
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3
}
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none
}
.default-select {
  height: 40px
}
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px
}
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px
}
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px
}
.default-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent
}
.default-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent
}
.default-select .current {
  margin-right: 50px;
  font-weight: 300
}
.default-select .nice-select::after {
  right: 20px
}
.form-select {
  height: 40px;
  width: 100%
}
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%
}
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px
}
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px
}
.form-select .nice-select .list .option.selected {
  color: #1f2b7b;
  background: transparent
}
.form-select .nice-select .list .option:hover {
  color: #1f2b7b;
  background: transparent
}
.form-select .current {
  margin-right: 50px;
  font-weight: 300
}
.form-select .nice-select::after {
  right: 20px
}
.mt-10 {
  margin-top: 10px
}
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee
}
.mb-30 {
  margin-bottom: 30px
}
.mt-30 {
  margin-top: 30px
}
.switch-wrap {
  margin-bottom: 10px
}
/*new css starts*/
.hero-caption {
  display: inline-block;
  padding: 22px 30px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 8px;
}
.hero-caption h1 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
.count-down-area {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.count-down-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.count-down-wrapper {
  position: relative;
  z-index: 2;
}
.single-counter {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 20px 18px;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px);
}
.single-counter:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.18);
}
.counter-img {
  width: 55px;
  height: 55px;
  background: #2866a1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 12px;
}
.counter-img img {
  width: 28px;
  filter: brightness(0) invert(1);
}
.captions span.counter {
  font-size: 34px;
  font-weight: 700;
  color: #ff6600;
  line-height: 1;
}
.captions .plus {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-left: 2px;
}
.captions p {
  margin: 6px 0 0;
  font-size: 14px;
  color: #eaeaea;
  font-weight: 500;
}
/* Card base – travel shape feel */
.properties-card {
  height: 100%;
  background: linear-gradient(180deg, #ffffff, #f8fbfa);
  border-radius: 18px 18px 40px 18px; /* travel style curve */
  padding: 12px;
  border: 1px solid #e6efe9;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
/* Hover */
.properties-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
}
/* Image wrapper – round badge look */
.properties-img {
  height: 160px;
  background: linear-gradient(135deg, #eef7f3, #ffffff);
  border-radius: 50%;
  border: 2px solid #e1ebe5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  margin: 10px auto 0;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.05);
}
/* Image inside */
.properties-img img {
  /* width: 85px;
  height: 85px;*/
  object-fit: contain;
  transition: transform 0.35s ease;
}
/* Hover zoom */
.properties-card:hover .properties-img img {
  transform: scale(1.12) rotate(2deg);
}
/* Content area */
.wrap-wrapper {
  flex: 1;
  padding: 14px 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Heading */
.properties-caption h3 {
  margin: 0;
  font-family: 'Inter', 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}
/* Anchor */
.properties-caption h3 a {
  color: #1f2d3d;
  text-decoration: none;
  transition: all 0.25s ease;
}
/* Hover title */
.properties-card:hover h3 a {
  color: #2866a1;
}
/* Travel underline */
.properties-caption h3::after {
  content: '';
  display: block;
  width: 34px;
  height: 3px;
  margin: 8px auto 0;
  background: #ff6600;
  border-radius: 2px;
}
/* Small decorative corner strip */
.properties-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #2866a1;
  border-bottom-left-radius: 70px;
  opacity: 0.08;
}
.header-btn {
  font-family: 'Inter', 'Roboto', sans-serif;
  padding: 9px 22px; /* compact */
  font-size: 14px; /* smooth size */
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(135deg, #ff6600, #ff5a1f);
  border-radius: 30px; /* corporate rounded */
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 12px rgba(255, 117, 57, 0.35);
  transition: all 0.3s ease;
}
/* Icon */
.header-btn i {
  font-size: 14px;
}
/* Hover – attractive but sober */
.header-btn:hover {
  background: linear-gradient(135deg, #ff5a1f, #e94c14);
  box-shadow: 0 7px 18px rgba(255, 90, 31, 0.45);
  transform: translateY(-2px);
  color: #fff;
}
/* Focus – accessibility */
.header-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 117, 57, 0.35);
}
.btn-corporate {
  background: #ff6600;
  font-family: 'Inter', 'Roboto', sans-serif;
  padding: 12px 26px; /* balanced padding */
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px !important; /* smooth size */
  font-weight: 600 !important;
  border-radius: 10px; /* corporate radius */
  line-height: 1.2;
  border: 0;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.25s ease;
}
/* Icon size */
.btn-corporate i {
  font-size: 14px;
}
/* Hover – smooth & elegant */
.btn-corporate:hover {
  background: #ff5a1f;
  box-shadow: 0 6px 16px rgba(255, 117, 57, 0.35);
  transform: translateY(-2px);
  color: #fff;
}
/* Focus – accessibility */
.btn-corporate:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 117, 57, 0.35);
}
.footer-bottom-area {
  background: #2866a1;
}
/*.support-company-area{
    background:#f8fbff;
}*/
.support-location-img img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.section-tittle h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ff6600;
  margin-bottom: 15px;
  position: relative;
}
.section-tittle h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #2866a1;
  display: block;
  margin-top: 10px;
  border-radius: 10px;
}
.support-caption p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
.support-caption .pera-top {
  margin-top: 15px;
}
.about-btn {
  background: linear-gradient(135deg, #0d6efd, #198754);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
  transition: 0.3s;
}
.about-btn:hover {
  background: linear-gradient(135deg, #198754, #0d6efd);
  color: #fff;
  transform: translateY(-2px);
}
.section-tittle h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b3d91;
  margin-bottom: 25px;
  position: relative;
  /*  font-family:'Montserrat', sans-serif;*/
}
/* Common underline */
.section-tittle h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #0d6efd, #198754);
  position: absolute;
  bottom: -12px;
  border-radius: 10px;
}
/* LEFT ALIGNED HEADING */
.section-tittle.text-left h2 {
  text-align: left;
}
.section-tittle.text-left h2::after {
  left: 0;
}
/* CENTER ALIGNED HEADING */
.section-tittle.text-center h2 {
  text-align: center;
}
.section-tittle.text-center h2::after {
  left: 50%;
  transform: translateX(-50%);
}
/* ===== MAIN HEADING ===== */
.section-main-heading {
  /* margin-bottom:60px;*/
}
.section-main-heading h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0b3d91;
  position: relative;
  padding-bottom: 15px;
  /* text-transform: uppercase;*/
  letter-spacing: 1px;
}
.section-main-heading h2 span {
  font-size: 25px;
  color: #ff7539;
}
/* underline */
.section-main-heading h2::after {
  content: "";
  width: 120px;
  height: 4px;
  background: linear-gradient(135deg, #ff6600, #ff5a1f);
  display: block;
  margin: 15px auto 0;
  border-radius: 10px;
}
/* ===== ANIMATION (ONLY TOP HEADING) ===== */
.animate-heading1 {
  font-size: 35px;
  font-weight: 800;
  /* text-transform: uppercase;*/
  letter-spacing: 1px;
  text-align: center;
  background: linear-gradient(135deg, #ff5a1f, #2866a1);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shineText 3s linear infinite;
}
@keyframes shineText {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}
.animate-heading2 {
  font-size: 35px;
  font-weight: 800;
  color: #0b3d91;
  text-align: center;
  animation: flicker 2s infinite alternate;
}
@keyframes flicker {
  0% {
    opacity: 1;
    text-shadow: 0 0 5px #0b3d91;
  }
  50% {
    opacity: 0.6;
    text-shadow: 0 0 15px #f61263;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 5px #0b3d91;
  }
}
.animate-heading3 {
  font-size: 35px;
  font-weight: 800;
  color: #0b3d91;
  text-align: center;
  animation: slideIn 1s ease forwards, floatText 3s ease-in-out infinite;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes floatText {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
/* ===== IMAGE ===== */
.support-location-img img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.15);
}
/* ===== RIGHT CONTENT ===== */
.section-tittle h2 {
  font-size: 32px;
  font-weight: 500;
  color: #0b3d91;
  margin-bottom: 20px;
  position: relative;
}
.section-tittle h2::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #ff6600;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 8px;
}
.support-caption p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-top: 25px;
}
/* ===== BUTTON ===== */
.about-btn {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 34px;
  background: #ff6600;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}
.about-btn:hover {
  background: #2866a1;
  transform: translateY(-2px);
}
.services-section {
  background: #f4f7fc;
  padding: 60px 0 80px 0px;
}
/* Section Heading */
.services-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b3d91;
}
.services-heading p {
  color: #666;
  max-width: 780px;
  margin: auto;
  font-size: 16px;
}
/* Card */
.single-services-card {
  background: #fff;
  padding: 35px 20px 38px;
  border-radius: 18px;
  text-align: center;
  position: relative;
  height: 100%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
  border: 1px solid rgba(13, 110, 253, 0.1);
  transform-style: preserve-3d;
}
.single-services-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
/* Top Gradient Line */
.single-services-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2866a1, #ff6600);
  border-radius: 18px 18px 0 0;
}
/* Icon */
.single-services-card img {
  width: 72px;
  margin-bottom: 22px;
  transition: 0.3s;
}
.single-services-card:hover img {
  transform: scale(1.08);
}
/* Title */
.single-services-card h5 {
  font-size: 18px;
  font-weight: 500;
  color: #0b3d91;
  margin-bottom: 12px;
}
/* Text */
.single-services-card p {
  font-size: 15px;
  color: #666;
  line-height: 1.75;
}
/* Read More Button */
.read-more-btn {
  margin-top: 18px;
  display: inline-block;
  padding: 9px 24px;
  border-radius: 22px;
  background: #2866a1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  /*box-shadow:0 6px 14px rgba(13,110,253,0.35);*/
  transition: 0.3s;
}
.read-more-btn:hover {
  background: #ff6600;
  box-shadow: 0 8px 20px rgba(25, 135, 84, 0.45);
  transform: translateY(-2px);
  color: #fff;
}
/* View All Button */
.view-all-btn {
  margin-top: 40px;
  padding: 12px 38px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 30px;
  background: linear-gradient(135deg, #ff6600, #ff5a1f);
  color: #fff;
  border: none;
  margin-top: 20px;
  /* box-shadow:0 8px 18px rgba(13,110,253,0.4);*/
  transition: 0.3s;
}
.view-all-btn:hover {
  background: #2866a1;
  box-shadow: 0 10px 25px rgba(25, 135, 84, 0.5);
  transform: translateY(-3px);
  color: #fff;
}
/* Responsive */
@media(max-width:768px) {
  .services-heading h2 {
    font-size: 28px;
  }
}
.counter-section-title {
  margin-bottom: 40px;
  margin-top: 30px;
}
.counter-section-title h2 {
  font-size: 32px;
  font-weight: 800;
  color: #ff6600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.counter-section-title p {
  color: #2866a1;
  font-size: 22px;
  margin-top: 10px;
}
.join-us-area {
  background: #f7faff;
}
.joining-details {
  padding: 20px 10px;
}
.section-title-join h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0b3d91;
  margin-bottom: 20px;
  line-height: 1.3;
}
.joining-details p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}
.join-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.join-points li {
  font-size: 15px;
  color: #0b3d91;
  margin-bottom: 8px;
  font-weight: 600;
}
/* Button */
.btn-corporate {
  background: #ff6600;
  color: #fff;
  padding: 12px 34px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
  transition: 0.3s;
}
.btn-corporate:hover {
  background: #2866a1;
  box-shadow: 0 12px 26px rgba(25, 135, 84, 0.45);
  transform: translateY(-2px);
}
/* Images */
.joining-img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}
.joining-img img {
  transition: 0.5s;
}
.joining-img:hover img {
  transform: scale(1.08);
}
.small-img {
  /*margin-top:40px;*/
}
/* Responsive */
@media(max-width:768px) {
  .section-title-join h2 {
    font-size: 26px;
  }
  .small-img {
    margin-top: 20px;
  }
}
/* Root Css Variables Starts */ :root {
  --primary-color: #ff6600;
  --secondary-color: #2866a1;
  --heading-color: #223344;
  --paragraph-color: #444444;
  --light-bg: #f7f9fc;
  --border-color: #e4e8ee;
  --primary-hover: #ff5f1f;
  --secondary-hover: #1f95d1;
}
/* Root Css Variables Ends */
.why-choose-us {
  padding: 70px 20px;
  background: var(--light-bg);
}
.why-title {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #fff;
  padding: 12px 35px;
  border-radius: 40px;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.why-subtitle {
  max-width: 750px;
  margin: 15px 0 50px;
  color: var(--paragraph-color);
  font-size: 17px;
  line-height: 1.7;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}
.why-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  border: 1px solid var(--border-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: .4s;
  position: relative;
  overflow: hidden;
}
.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  /* background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));*/
}
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.why-card h4 {
  color: var(--heading-color);
  font-size: 20px;
  margin-bottom: 12px;
}
.why-card p {
  color: var(--paragraph-color);
  font-size: 15.5px;
  line-height: 1.6;
}
.news-ticker {
  display: flex;
  align-items: center;
  background: #2866a1;
  height: 40px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 1px;
}
.ticker-label {
  background: #ff6600;
  color: #fff;
  padding: 0 15px;
  font-weight: 600;
  white-space: nowrap;
}
.ticker-wrapper {
  overflow: hidden;
  width: 100%;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerScroll 35s linear infinite;
}
.ticker-item {
  white-space: nowrap;
  padding: 0 30px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.ticker-item i {
  color: #ff6600;
  margin-right: 8px;
}
/* hover pause */
.ticker-wrapper:hover .ticker-track {
  animation-play-state: paused;
}
/* animation */
@keyframes tickerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ticker-item {
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.ticker-item:hover {
  text-decoration: underline;
  color: #ff6600;
}
.icon-strip-wrapper {
  overflow: hidden;
  background: #f8fbff;
  padding: 18px 0;
  border-top: 1px solid #e3e9f2;
  border-bottom: 1px solid #e3e9f2;
}
.icon-strip {
  display: flex;
  width: max-content;
  animation: moveIcons 95s linear infinite;
}
.icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  color: #0b3d91;
  white-space: nowrap;
}
.icon-box i {
  font-size: 22px;
  color: #ff6600;
  animation: pulseIcon 2s infinite ease-in-out;
}
.icon-box span {
  letter-spacing: .3px;
}
/* continuous move */
@keyframes moveIcons {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* icon pulse */
@keyframes pulseIcon {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.animated-gov-icon {
  font-size: 70px;
  color: #1a4ffc;
  animation: govIcon 2.5s ease-in-out infinite;
  text-shadow: 0 0 12px rgba(26, 79, 252, 0.4);
}
@keyframes govIcon {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  25% {
    transform: translateY(-18px) scale(1.05);
    opacity: 1;
  }
  50% {
    transform: translateY(0) scale(1);
    opacity: 0.3;
  }
  75% {
    transform: translateY(-12px) scale(1.08);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.why-choose-section {
  padding: 60px 0;
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}
.section-title {
  font-weight: 700;
  color: #1a2c4b;
}
.section-subtitle {
  color: #6b7a90;
  font-size: 15px;
  margin-top: 5px;
}
.why-us-cards .why-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  height: 100%;
}
.why-us-cards .why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}
.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(45deg, #1a4ffc, #00c6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  transition: 0.4s;
}
.why-card:hover .icon-circle {
  transform: rotate(8deg) scale(1.1);
}
.why-card h5 {
  font-weight: 600;
  margin-top: 10px;
  color: #1a2c4b;
}
.why-card p {
  font-size: 14px;
  color: #6b7a90;
  margin-top: 6px;
  line-height: 1.6;
}
.how-system-works {
  background: #f8fbff;
  padding: 70px 0;
}
.flow-box {
  background: #fff;
  border-radius: 14px;
  padding: 25px 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: .3s;
  height: 100%;
}
.flow-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}
.flow-box i {
  font-size: 38px;
  color: #0d6efd;
  margin-bottom: 12px;
}
.flow-box h5 {
  font-weight: 600;
  margin-bottom: 6px;
}
.flow-box p {
  font-size: 14px;
  color: #555;
}
.feature-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.feature-box i {
  font-size: 28px;
  color: #2e7d32;
  margin-right: 15px;
}
.feature-box h6 {
  margin: 0;
  font-weight: 600;
}
.feature-box p {
  margin: 0;
  font-size: 13px;
  color: #666;
}
.system-overview-section {
  background: #eef4fb;
  padding: 60px 0;
}
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0b3d91;
  margin-bottom: 12px;
}
.intro-text {
  color: #555;
  font-size: 16px;
  margin-bottom: 25px;
}
.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  background: #fff;
  padding: 14px 15px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.process-list li:hover {
  transform: translateX(6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
.process-list i {
  font-size: 26px;
  color: #0d6efd;
  margin-right: 15px;
  margin-top: 3px;
}
.process-list h5 {
  font-size: 17px;
  margin: 0 0 4px;
  color: #222;
}
.process-list p {
  margin: 0;
  font-size: 14px;
  color: #666;
}
/* INFOGRAPHIC */
.system-graphic {
  position: relative;
  width: 100%;
  height: 360px;
}
.center-circle {
  width: 130px;
  height: 130px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.4);
}
.center-circle i {
  font-size: 32px;
}
.center-circle span {
  font-size: 14px;
  font-weight: 600;
}
.info-bubble {
  position: absolute;
  background: #fff;
  padding: 8px 14px;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  color: #0b3d91;
  animation: float 3s ease-in-out infinite;
}
.bubble1 {
  top: 20%;
  left: 10%;
}
.bubble2 {
  top: 20%;
  right: 10%;
}
.bubble3 {
  bottom: 20%;
  left: 12%;
}
.bubble4 {
  bottom: 20%;
  right: 12%;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.system-features-section {
  background: #f8fbff;
  padding: 40px 0;
}
.system-features .feature-box {
  background: #ffffff;
  padding: 28px 18px;
  border-radius: 14px;
  height: 100%;
  transition: 0.3s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  border: 1px solid #eef2f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.system-features .feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.system-features i {
  font-size: 36px;
  color: #0d6efd;
  margin-bottom: 12px;
}
.system-features h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #1f2d3d;
}
.system-features p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.5;
}
#navigation li a i.fa-angle-down {
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s ease;
}
/* Hover / open effect: rotate icon */
#navigation li:hover > a i.fa-angle-down {
  transform: rotate(180deg);
}
.pilot-section {
  background: linear-gradient(180deg, #f5f9ff, #ffffff);
  padding: 60px 0px;
}
.section-title {
  font-weight: 700;
  color: #0b3c6d;
  margin-bottom: 8px;
}
.section-subtitle {
  font-size: 15px;
  color: #555;
}
.leader-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #e5ecf3;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}
.leader-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.15);
  border-color: #2866a1;
}
.leader-img {
  margin-bottom: 15px;
}
.leader-img img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #2866a1;
  padding: 3px;
  background: #fff;
  transition: transform 0.3s ease;
}
.leader-card:hover .leader-img img {
  transform: scale(1.07);
}
.leader-card h5 {
  font-weight: 600;
  color: #0b3c6d;
  margin-bottom: 6px;
}
.leader-card .designation {
  font-size: 14px;
  color: #444;
  margin-bottom: 4px;
  font-weight: bold;
}
.leader-card .constituency {
  display: inline-block;
  font-size: 18px;
  color: #2866a1;
  font-weight: bold;
}
.framework-section {
  padding: 70px 0;
  background: #f6f9fc;
}
.section-heading-center {
  justify-content: center;
  text-align: center;
  margin-bottom: 50px;
}
.section-heading-center h2 {
  font-weight: 700;
  color: #1a2b4f;
}
.framework-sub {
  color: #6c7a92;
  margin-top: 10px;
}
.framework-row {
  position: relative;
}
.framework-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 35px 20px 45px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  position: relative;
  height: 100%;
}
.framework-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.framework-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #1a4ffc, #4fd1c5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.framework-icon img {
  width: 42px;
  filter: brightness(0) invert(1);
}
.framework-card h5 {
  font-weight: 600;
  color: #1a2b4f;
  margin-bottom: 10px;
}
.framework-card p {
  font-size: 14px;
  color: #6c7a92;
}
.framework-step {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 13px;
  font-weight: 600;
  color: #1a4ffc;
  background: #e8efff;
  padding: 5px 10px;
  border-radius: 20px;
}
.cta-section {
  background: linear-gradient(45deg, #0b3d91, #2866a1);
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.cta-section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}
.cta-title {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.cta-subtitle {
  font-size: 18px;
  color: #e8f4ff;
  max-width: 750px;
  margin: 0 auto 30px;
}
.cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #0b3d91;
  padding: 10px 26px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.cta-btn:hover {
  background: #2866a1;
  color: #fff;
  transform: translateY(-4px);
}
.partners-section {
  background: #f8fbff;
  padding: 70px 0;
  border-top: 1px solid #e6eef7;
}
.partners-title {
  font-size: 36px;
  font-weight: 700;
  color: #0b3d91;
}
.partners-subtitle {
  color: #555;
  font-size: 16px;
}
.logo-slider {
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.logo-track {
  display: flex;
  width: calc(250px * 12);
  animation: scrollLogos 35s linear infinite;
}
.logo-item {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.logo-item img {
  max-width: 160px;
  max-height: 80px;
  filter: grayscale(100%);
  transition: 0.3s;
}
.logo-item img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.media-section {
  padding: 60px 0;
  background: #f8f9fa;
}
.media-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #0b1d2a;
  margin-bottom: 10px;
}
.media-section p {
  color: #505050;
  font-size: 15px;
  line-height: 1.6;
}
.image-slider {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}
.image-slider .slider-item {
  flex: 0 0 auto;
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.image-slider .slider-item img {
  width: 100%;
  display: block;
}
.image-slider .slider-item:hover {
  transform: scale(1.05);
}
.video-section {
  padding: 60px 0;
  background: #f7f8fa;
  font-family: 'Montserrat', sans-serif;
}
.video-section .section-title {
  font-size: 28px;
  font-weight: 600;
  /* color:#0b1d2a;*/
  margin-bottom: 15px;
}
.video-section p {
  color: #505050;
  font-size: 15px;
  line-height: 1.6;
}
.video-column-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a4ffc;
  margin-bottom: 20px;
  border-bottom: 2px solid #1a4ffc;
  padding-bottom: 5px;
}
.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.video-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transition: background 0.3s, transform 0.3s;
}
.video-card:hover .play-btn {
  background: #ff4c4c;
  transform: translate(-50%, -50%) scale(1.2);
}
.video-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  color: #000;
  padding: 4px 0px;
}
.map-coverage-section {
  padding: 60px 0px;
}
/* Counters */
.counter-box {
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
.counter-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.counter-icon {
  font-size: 36px;
  color: #2866a1;
  margin-bottom: 10px;
  display: inline-block;
}
.counter-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ff6600;
  margin-bottom: 5px;
}
.counter-box p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.outcome-section {
  background: #FCF8F9;
  padding-top: 60px;
  padding-bottom: 60px;
}
.outcome-card {
  background: #f9fbff;
  border-radius: 18px;
  padding: 30px 20px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: 0.35s ease;
}
.outcome-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}
.outcome-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(45deg, #1a4ffc, #18c36e);
  display: flex;
  align-items: center;
  justify-content: center;
}
.outcome-icon i {
  color: #fff;
  font-size: 30px;
}
.outcome-card h5 {
  font-size: 17px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}
.outcome-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.services-main-section {
  padding: 60px 0;
  background: #FCF8F9;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0A2540;
}
.section-title p {
  color: #666;
  font-size: 18px;
  margin-bottom: 55px;
}
/* Card */
.service-card-v2 {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 22px 22px 60px 22px;
  padding: 38px 26px 34px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(6px);
  transition: .45s ease;
  overflow: hidden;
}
.service-card-v2:before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, #2866a1, #ff6600);
  border-radius: 50%;
  opacity: 0.15;
}
.service-card-v2:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.18);
}
/* Icon */
.icon-wrap {
  width: 74px;
  height: 74px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(45deg, #0b3d91, #2866a1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 8px 20px rgba(246, 18, 99, 0.35);
}
/* Text */
.service-card-v2 h4 {
  font-size: 18px;
  font-weight: 500;
  color: #0A2540;
  margin-bottom: 12px;
 /* min-height: 52px;*/
}
.service-card-v2 p {
  font-size: 15px;
  color: #555;
  line-height: 1.65;
}
/* Link */
/*.service-card-v2 a{
  color:#ff6600;
  font-weight:600;
  text-decoration:none;
  font-size:15px;
}

.service-card-v2 a:hover{
  text-decoration:underline;
}*/
/* Button */
.view-all-btn {
  display: inline-block;
  padding: 11px 26px;
  background: linear-gradient(135deg, #ff6600, #ff5a1f);
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}
.view-all-btn:hover {
  background: #2866a1;
  color: #fff;
}
.read-btn {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 22px;
  border-radius: 20px;
  background: transparent;
  color: #2866a1;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #2866a1;
  transition: .35s ease;
}
.read-btn:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}
.logo img, .right-logo img {
  max-height: 60px;
  object-fit: contain;
}
.header-right-wrap .header-btn {
  padding: 8px 12px;
  border-radius: 6px;
  color: #fff;
  background: #ff6600;
}
.header-right-wrap .header-btn:hover {
  background: #2866a1;
}
.banner-slider {
  background: #f8f9fa;
}
/* RESPONSIVE HEIGHT CONTROL */
.banner-height {
  aspect-ratio: 16 / 9;
  max-height: 65vh;
}
/* Image fix */
.banner-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f8f9fa;
}
/* Laptop */
@media(max-width:1400px) {
  .banner-height {
    max-height: 62vh;
  }
}
/* Tablet */
@media(max-width:991px) {
  .banner-height {
    max-height: 360px;
  }
}
/* Mobile */
@media(max-width:576px) {
  .banner-height {
    max-height: 160px;
  }
}
@media (max-width: 991px) {
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
}
/* Caption Wrapper */
.custom-caption {
  position: absolute;
  max-width: 800px;
  padding: 28px 20px;
  border-radius: 14px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
/* Headings */
.custom-caption h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}
.custom-caption h3 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  color: #f1f1f1;
}
/* Button */
.explore-btn {
  margin-top: 16px;
  padding: 10px 20px;
  border-radius: 20px;
  background: #f60;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.explore-btn:hover {
  background: #2866a1;
  color: #fff;
  transform: translateY(-2px);
}
/* Positions */
.caption-left {
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
}
.caption-right {
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
}
/*.caption-center{
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  text-align:center;
}*/
.carousel-caption {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  right: auto;
  bottom: auto;
  padding: 20px 20px;
  max-width: 850px;
  width: 95%;
  background: rgba(0, 35, 80, 0.55);
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}
/* Heading */
.carousel-caption h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  color: #ffffff;
}
/* Responsive */
@media(max-width:768px) {
  .carousel-caption {
    top: 12%;
    padding: 15px 20px;
  }
  .carousel-caption h2 {
    font-size: 12px;
  }
}
.caption-bottom {
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
  text-align: center;
}
/* Mobile */
@media(max-width:576px) {
  .custom-caption {
    max-width: 90%;
    padding: 18px;
  }
  .custom-caption h2 {
    font-size: 22px;
  }
  .custom-caption h3 {
    font-size: 13px;
  }
}
.multi-sector-jobs-slider-section {
  padding: 60px 0;
  background: #f4f7ff;
}
.multi-sector-jobs-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.multi-sector-jobs-slider-header h2 {
  font-weight: 700;
  color: #0b2c5d;
}
.multi-sector-jobs-slider-arrows button {
  background: #0b2c5d;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 6px 14px;
  font-size: 20px;
  margin-left: 8px;
  cursor: pointer;
}
.multi-sector-jobs-slider-parent {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}
.multi-sector-jobs-slider-parent::-webkit-scrollbar {
  display: none;
}
.multi-sector-jobs-card {
  min-width: 260px;
  background: white;
  border-radius: 18px;
  padding: 25px 20px;
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transition: 0.5s;
  position: relative;
  flex-shrink: 0;
}
.multi-sector-jobs-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
.multi-sector-jobs-logo {
  width: 85px;
  margin-bottom: 15px;
}
/* STICKY HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}
/* ================= TOPBAR ================= */
.topbar {
  background: #2866a1;
  padding: 6px 0;
  font-size: 13px;
  color: #fff;
}
.topbar-left span {
  font-size: 14px;
}
.topbar-left i {
  color: #ff6600;
  margin-right: 5px;
}
.topbar-social a {
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  transition: .3s;
}
.topbar-social a:hover {
  color: #ffd700;
}
/* ================= NAVBAR ================= */
.main-navbar {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  /* border-bottom:2px solid #0b2c5d;*/
  padding: 10px 0px;
}
.navbar-brand img {
  height: 80px;
}
/* MENU */
.main-menu .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #333;
  padding: 12px 13px !important;
}
.main-menu .nav-link:hover {
  color: #ff6600;
}
.main-menu .dropdown-item:hover {
  color: #ff6600;
}
/* Dropdown */
.dropdown-toggle::after {
  display: none;
}
.services-menu {
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}
.service-arrow {
  transition: .3s;
}
.dropdown.show .service-arrow {
  transform: rotate(180deg);
}
/* LOGIN BUTTONS */
/* LOGIN / REGISTER BUTTONS */
.header-actions .btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 10px 17px;
  border-radius: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
/* LOGIN BUTTON - GRADIENT */
.login-btn {
  background: #2866a1;
  color: #fff;
  border: none;
}
.login-btn:hover {
  background: #ff6600;
  color: #fff;
  transform: translateY(-2px);
}
/* REGISTER BUTTON - GOLD STYLE */
.register-btn {
  background: #f60;
  color: #fff;
  border: none;
}
.register-btn:hover {
  background: #2866a1;
  color: #fff;
  transform: translateY(-2px);
}
.kak-btn {
  border: 1px solid #b03224 !important;
  color: #b03224;
  border: none;
}
.kak-btn:hover {
  background: #b03224;
  color: #fff;
  transform: translateY(-2px);
}
/* ICON SPACING */
.header-actions .btn i {
  font-size: 14px;
}
/* RIGHT LOGOS */
.header-logos {
  gap: 10px;
}
.header-logos .logo-wrapper {
  background: #fff;
  padding: 5px;
  border-radius: 8px;
  /*box-shadow:0 4px 10px rgba(0,0,0,.15);*/
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*.header-logos .logo-wrapper img{
  height:42px;
  display:block;
}*/
/* HOVER EFFECT FOR LOGOS */
/*.header-logos .logo-wrapper:hover{
  transform: translateY(-3px);
  box-shadow:0 6px 15px rgba(0,0,0,.25);
}*/
/* RESPONSIVE */
@media(max-width:991px) {
  /* .header-actions{
    flex-direction:row;
    margin-top:10px;
    gap:8px;
  }*/
  .header-logos {
    justify-content: center;
  }
}
/* LOGOS */
.header-logos img {
  height: 56px;
  background: #fff;
  padding: 4px;
  border-radius: 6px;
  margin-left: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
/* ================= MOBILE ================= */
@media(max-width:991px) {
  .navbar-collapse {
    text-align: center;
  }
  /*  .header-actions{
    flex-direction:column;
    margin-top:10px;
    gap:8px;
  }
*/
  .header-logos {
    margin-top: 10px;
    justify-content: center;
  }
  .topbar-inner {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
}
.header-actions {
  flex-wrap: nowrap;
}
/* Logo wrapper */
.header-logos .logo-wrapper img {
  /*max-height: 42px;
  width: auto;
  object-fit: contain;*/
}
/* Mobile view fix */
@media (max-width: 767px) {
  .header-actions .btn {
    padding: 8px 14px;
    font-size: 10px;
  }
  .header-actions {
    justify-content: space-between;
  }
  .header-logos {
    margin-left: 8px;
  }
  .header-logos .logo-wrapper img {
    max-height: 100%; /* mobile me small */
  }
  .login-btn, .register-btn {
    font-size: 13px;
    padding: 5px 10px;
  }
}
/*.topbar-social{
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar-social a{
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #f2f6fb;
  color: #0b3d91;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 1px solid #e1e7f0;
}

.topbar-social a:hover{
  background: linear-gradient(45deg, #29abe2, #ff7539);
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

*/
.counter-img i {
  color: #fff;
  margin-bottom: 0;
}
.carousel-control-prev, .carousel-control-next {
  width: 55px;
  height: 55px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s ease;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background: #0b3d91;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(6);
}
.services-menu {
  min-width: 280px;
  padding: 10px 0;
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  background: #ffffff;
}
.services-menu .dropdown-item {
  font-weight: 500;
  color: #333;
  padding: 10px 18px;
  font-size: 15px;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}
.services-menu .dropdown-item:hover {
  /* background:linear-gradient(90deg,#1a4ffc,#00c6ff);*/
  color: #f60;
  /* border-left:3px solid #f60;*/
}
.services-menu .dropdown-item::before {
  content: "›";
  margin-right: 8px;
  font-weight: bold;
  color: #1a4ffc;
  transition: 0.3s;
}
.services-menu .dropdown-item:hover::before {
  color: #f60;
}
/* MAIN MENU */
.main-menu {
  background: #ffffff;
}
.main-menu .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333 !important;
  padding: 12px 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.2s ease;
}
/* Hover simple underline */
.main-menu .nav-link:hover {
  color: #b03224 !important;
  background: #f2f6fb;
  border-radius: 4px;
}
/* Active page */
.main-menu .nav-link.active {
  color: #b03224 !important;
  background: #f2f6fb;
  border-radius: 4px;
}
/* Services arrow */
.service-arrow {
  font-size: 13px;
  margin-left: 4px;
  transition: 0.3s;
}
/* Rotate arrow when open */
.nav-item.dropdown.show .service-arrow {
  transform: rotate(180deg);
}
/* Dropdown menu govt style */
.services-menu {
  border: 1px solid #d6e0ec;
  border-radius: 6px;
  box-shadow: none;
  background: #ffffff;
  padding: 6px 0;
}
/* Dropdown items */
.services-menu .dropdown-item {
  font-size: 15px;
  font-weight: 500;
  color: #0b2a4a;
  padding: 10px 18px;
}
/* Hover govt style */
.services-menu .dropdown-item:hover {
  background: #eaf2ff;
  color: #b03224;
}
/* Divider look */
.services-menu li:not(:last-child) {
  border-bottom: 1px solid #edf1f6;
}
/* Mobile govt menu */
@media(max-width:991px) {
  .main-menu {
    background: #f9fbff;
    border-radius: 6px;
    padding: 8px;
  }
  .main-menu .nav-link {
    text-align: left;
    border-bottom: 1px solid #e3e9f2;
  }
  .main-menu .nav-link:last-child {
    border-bottom: none;
  }
}
.topbar-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-left: 6px;
  border-radius: 4px;
  background: #e9f0fb;
  color: #154c9e;
  font-size: 14px;
  transition: 0.3s ease;
  text-decoration: none;
}
/* Hover effect */
.topbar-social a:hover {
  background: #154c9e;
  color: #ffffff;
}
/* Optional subtle border */
.topbar-social a {
  border: 1px solid #d4e1f5;
}
.logo-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
/* LOGO IMAGE */
.logo-wrapper img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
  background: #fff;
  /* 3D soft shadow */
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.30), inset 0 2px 6px rgba(255, 255, 255, 0.6);
  /* Rotate + Pause + Flicker */
  animation: continuousRotate 10s linear infinite, blinkPulse 2.8s ease-in-out infinite;
  transform-origin: 50% 50%;
  transition: transform 0.6s ease, box-shadow 0.6s ease, filter 0.6s ease;
}
/* Hover pause */
.logo-wrapper:hover img {
  animation-play-state: paused;
  transform: scale(1.15);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.45), inset 0 3px 8px rgba(255, 255, 255, 0.7);
  filter: brightness(1.25);
}
/* Rotation with pause at end */
@keyframes continuousRotate {
  0% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(360deg);
  } /* rotate complete */
  100% {
    transform: rotate(360deg);
  } /* pause */
}
/* Flicker glow */
@keyframes blinkPulse {
  0% {
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.4)) brightness(1);
  }
  40% {
    opacity: 0.85;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.6)) brightness(1.15);
  }
  70% {
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5)) brightness(1.05);
  }
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.4)) brightness(1);
  }
}
/* Responsive Css Starts */
/* Tablet */
@media (max-width: 992px) {
  .navbar-brand img {
    height: 60px;
  }
}
/* Mobile */
@media (max-width: 576px) {
  .navbar-brand img {
    height: 45px;
  }
}
/* ===== TABLET ===== */
@media (max-width: 992px) {
  .logo-wrapper {
    width: 65px;
    height: 65px;
  }
  .logo-wrapper img {
    width: 65px;
    height: 65px;
  }
}
/* ===== MOBILE ===== */
@media (max-width: 576px) {
  .logo-wrapper {
    width: 50px;
    height: 50px;
  }
  .logo-wrapper img {
    width: 50px;
    height: 50px;
  }
}
/* ===== EXTRA SMALL MOBILE ===== */
@media (max-width: 380px) {
  .logo-wrapper {
    width: 45px;
    height: 45px;
  }
  .logo-wrapper img {
    width: 45px;
    height: 45px;
  }
}
/* Tablet */
@media (max-width: 992px) {
  .section-main-heading h2 {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .banner-registration h2 {
    text-align: center;
  }
}
/* Mobile */
@media (max-width: 576px) {
  .section-main-heading h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
  }
}
/* Small Mobile */
@media (max-width: 380px) {
  .section-main-heading h2 {
    font-size: 20px;
  }
  .section-main-heading h2 span {
    font-size: 20px;
  }
}
/* Responsive Css Ends */
/*Model Pop Up Css Starts*/
.modal-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .55);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal-bg.show {
  display: flex;
}
.modal-box {
  background: #fff;
  width: 600px;
  border-radius: 16px;
  padding: 15px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .3);
  animation: zoom .4s ease;
}
@keyframes zoom {
  from {
    transform: scale(.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}
.close-btn:hover {
  background: #f60;
  color: #fff;
}
.title {
  font-weight: 700;
  color: #2866a1;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}
.row-box {
  background: #f6f9ff;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.form-select {
  border-radius: 10px;
  height: 42px;
}
.action-btn {
  border-radius: 10px;
  height: 42px;
  font-weight: 600;
  background: linear-gradient(45deg, #2866a1, #3b82f6);
  border: none;
  color: #fff;
  width: 100%;
}
.action-btn:hover {
  background: linear-gradient(45deg, #3b82f6, #2866a1);
}
.note {
  font-size: 13px;
  text-align: center;
  color: #666;
  margin-top: 10px;
}
/*Model Pop Up Css Ends*/
/*Uplad Photo Css Starts*/
/* Main Card */
.photo-upload-card {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  padding: 25px;
}
/* Header */
.photo-header {
  border-bottom: 1px solid #e5e9f2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.photo-header h5 {
  font-weight: 500;
  font-size: 24px;
  color: var(--blue);
  margin-bottom: 5px;
  text-align: center;
}
.photo-header p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
  text-align: center;
}
/* Body */
.photo-body {
  background: #f9fafb;
  border-radius: 8px;
  padding: 15px;
}
/* Webcam container */
#webcam_container {
  background: #ffffff;
  border: 1px dashed #ced4da;
  border-radius: 8px;
  padding: 15px;
}
/* Location text */
.location-text {
  font-size: 13px;
  color: #495057;
  margin-bottom: 10px;
}
/* Camera box */
.camera-box {
  border: 2px solid #dee2e6;
  border-radius: 8px;
  background: #000;
  max-width: 100%;
}
/* Preview box */
.preview-box {
  min-height: 240px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  background: #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Buttons */
.click-photo, .savephoto, .click-photo-reset {
  min-width: 160px;
  font-weight: 500;
}
/* Upload button spacing */
.savephoto {
  margin-left: 10px;
}
/* Error message */
#msg {
  font-size: 14px;
  font-weight: 500;
}
:root {
  --btn-orange: #f60;
  --btn-blue: #2866a1;
  --btn-hover-blue: #2866a1;
  --btn-hover-orange: #f60;
}
/* Common button base */
.theme-btn {
  padding: 10px 17px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  color: #fff;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* Orange button */
.theme-btn.orange {
  background-color: var(--btn-orange);
  margin-bottom: 5px;
}
/* Blue button */
.theme-btn.blue {
  background-color: var(--btn-blue);
  margin-bottom: 5px;
}
/* Hover */
.theme-btn.orange:hover {
  background-color: var(--btn-hover-blue);
}
.theme-btn.blue:hover {
  background-color: var(--btn-hover-orange);
}
/* Disabled */
.theme-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}
/* Button group */
.action-btn-group {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}
/*Uplad Photo Css ends*/
/*Css Starts for bank detail Page*/
/* MAIN PANEL */
.corporate-panel {
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(145deg, #2866a1, #f60) border-box;
  border: 2px solid transparent;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), inset 0 0 0 rgba(0, 0, 0, 0);
  padding-bottom: 25px;
  margin-bottom: 30px;
}
/* HEADER */
.corporate-title {
  padding: 22px 30px;
  border-bottom: 1px solid var(--border);
  background: var(--soft-bg);
  border-radius: 14px 14px 0 0;
  margin-top: 30px;
}
.corporate-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--blue);
  text-align: center;
}
/* CONTENT SPACING */
.x_content {
  padding:20px;
}
/* QUESTION BLOCK */
.scheme-question {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}
/* RADIO OPTIONS */
.scheme-options {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 12px;
}
.scheme-options label {
  background: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  border: 1px solid var(--border);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
}
.scheme-options label:hover {
  transform: translateY(-2px);
  border-color: var(--blue);
}
/* BANK SECTION HEADER */
.section-header {
  margin-top: 25px;
  background: linear-gradient(90deg, var(--blue), #4f8bd6);
  padding: 14px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 20px rgba(40, 102, 161, 0.35);
}
/* FORM GRID SPACING */
.row.g-3 > div {
  margin-bottom: 18px;
}
/* INPUT FIELDS */
.form-control {
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid #cfd8e3;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}
.form-control:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(40, 102, 161, 0.15);
}
/* BUTTONS */
.theme-btn {
  padding: 12px 26px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  color: #fff;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: all 0.3s ease;
}
.theme-btn.orange {
  background: linear-gradient(135deg, #ff7a18, #f60);
}
.theme-btn.blue {
  background: linear-gradient(135deg, #2866a1, #4f8bd6);
}
.theme-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}
/* NO GOVT SECTION */
#nogovtschemesection {
  padding: 25px;
  margin-top: 30px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
/*Css Ends for bank detail Page*/
/*Payment Detail Css Starts*/
.payment-section-wrapper {
  padding: 22px;
  margin-top: 20px;
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #2866a1, #f60) border-box;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  margin-bottom: 41px;
}
/* HEADER */
.payment-header {
  background: var(--blue);
  color: #fff;
  padding: 18px;
  border-radius: 14px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(40, 102, 161, 0.45);
}
/* LABELS */
.section-label {
  font-weight: 700;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
/* NOTE BOX */
.note-box {
  background: rgba(255, 102, 0, 0.08);
  /* border-left: 5px solid #f60;*/
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 14px;
}
/* TERMS LINK */
#showModal {
  color: #2866a1;
  font-weight: 600;
}
#showModal:hover {
  color: #f60;
  text-decoration: underline;
}
/* BUTTON THEME (SAME AS BANK PAGE) */
.theme-btn {
  padding: 12px 22px;
  border-radius: 25px;
  font-weight: 700;
  color: #fff;
  border: none;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}
.theme-btn.orange {
  background: #f60;
}
.theme-btn.orange:hover {
  background: #2866a1;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}
/*Payment Detail Css Ends*/
/*Change Password Page css Starts*/
/* PANEL – Corporate Card Look */
.password-panel {
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid rgba(40, 102, 161, 0.15);
  box-shadow:
    0 10px 30px rgba(40, 102, 161, 0.18), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  padding: 30px 25px;
  position: relative;
  margin: 30px 0px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(188deg, #2866a1, #f60, #f60) border-box;
}
/* HEADER – Strong Corporate */
.password-panel .form-header {
  color: var(--blue);
  padding: 5px 20px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .4px;
  margin-bottom: 0px;
  position: relative;
}
/* Labels refined */
.password-panel label {
  font-size: 13px;
  font-weight: 600;
  color: #1f3f6b;
  margin-bottom: 6px;
}
/* Inputs enhanced */
.input-icon .form-control {
  background: #fbfdff;
  border: 1px solid rgba(40, 102, 161, 0.25);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}
/* Focus effect */
.input-icon .form-control:focus {
  border-color: var(--blue);
  box-shadow:
    0 0 0 3px rgba(40, 102, 161, 0.18), inset 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* Button depth */
.btn-change {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  font-weight: 600;
  padding: 10px 17px;
  border-radius: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  background: var(--blue);
  color: #fff;
}
.btn-reset {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  font-weight: 600;
  padding: 10px 17px;
  border-radius: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  background: var(--orange);
  color: #fff;
}
.btn-change:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  background: var(--orange);
  color: #fff;
}
.btn-reset:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  background: var(--blue);
  color: #fff;
}
.input-group-text {
  background: var(--blue);
  color: #fff;
  border: none;
}
.form-group label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.btn-change, .btn-reset {
  padding: 10px 17px;
  border-radius: 25px;
  font-weight: 600;
  white-space: nowrap;
}
/*Change Password Page css Ends*/
/*Bank Account detail css starts*/
.bank-section-wrapper {
  background: #ffffff;
  padding: 35px 40px;
  margin-top: 35px;
  border-radius: 18px;
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #2866a1, #f60) border-box;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
/* HEADER */
.bank-section-header {
  background: linear-gradient(90deg, #2866a1, #4f8bd6);
  color: #fff;
  padding: 16px 22px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(40, 102, 161, 0.4);
}
/* LABELS */
.bank-section-wrapper label {
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
}
/* INPUTS */
.bank-section-wrapper .form-control {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccd6e0;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}
.bank-section-wrapper .form-control:focus {
  border-color: #2866a1;
  box-shadow: 0 0 0 3px rgba(40, 102, 161, 0.18);
}
/* BUTTON (USING YOUR THEME) */
.theme-btn {
  padding: 10px 17px;
  border-radius: 25px;
  font-weight: 700;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
.theme-btn.orange {
  background: #f60;
}
.theme-btn.orange:hover {
  background: #2866a1;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
}
/*Bank Account detail css ends*/
/*Css Starts for Candidate Registration Step 1*/
.main-wrapper {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  /*border-radius:16px;*/
  box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
  overflow: hidden;
}
.banner {
  background: #2866a1;
  color: #fff;
  /* padding: 10px;*/
  text-align: center;
}
.banner h2 {
  font-weight: 700;
}
.corp-form {
  padding: 30px;
}
.corp-form label {
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}
.corp-form .required-star {
  color: red;
  font-weight: 700;
}
.corp-form .input-group-text {
  background: var(--blue);
  color: #fff;
  border: none;
}
.corp-form .form-control, .corp-form .form-select {
  border-radius: 6px;
  border: 1px solid #d0d8e5;
  height: 46px;
}
.corp-form .form-control:focus, .corp-form .form-select:focus {
  border-color: #ff6600;
  box-shadow: 0 0 0 .15rem rgba(255, 102, 0, .25);
}
.section-box {
  border: 1px solid #e1e6ef;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  background: #fbfdff;
  border-left: 2px solid #f60;
}
.btn-otp, .btn-submit1 {
      color: rgb(255, 255, 255);
    font-weight: 600;
    background: rgb(255, 102, 0);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;  
}
.btn-otp {
  border-radius: 25px;
  padding: 10px 17px;border-radius: 25px;
  padding: 10px 12px !important;
  white-space: nowrap;
  font-size: 14px;
}
.btn-submit1 {
  box-shadow: rgba(255, 102, 0, 0.45) 0px 8px 20px;
    border-radius: 25px;
    padding: 10px 17px;
}
.btn-submit1:hover, .btn-otp:hover {
  background: var(--blue);
  color: #fff;
}
.terms-link {
  color: #2866a1;
  font-weight: 600;
  cursor: pointer;
}
.terms-link:hover {
  color: #ff6600;
}
.modal-header .btn-close {
  background-color: #ff6600;
  border-radius: 50%;
  opacity: 1;
}
.modal-header .btn-close:hover {
  background-color: #e65c00;
}
#termsModal {
  z-index: 9999;
}
.banner-registration {
  position: relative;
  background: url("../../images/Candidate-registration-bg.png") center center no-repeat;
  background-size: cover;
  min-height: 130px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}
/* gradient overlay for corporate look */
/*.banner-overlay {
    background: linear-gradient( 90deg, rgba(40,102,161,0.95) 0%, rgba(40,102,161,0.85) 40%, rgba(255,255,255,0.0) 100% );
    height: 100%;
    padding: 34px 30px;
}*/
/*.banner-overlay {
  background: linear-gradient(
    90deg,
    rgba(34, 102, 85, 0.95) 0%,     
    rgba(52, 152, 219, 0.85) 45%,  
    rgba(255, 255, 255, 0.0) 100%
  );
  height: 100%;
  padding: 34px 30px;
}*/
.banner-overlay {
  position: relative;
 
  padding: 45px 45px;
  color: #fff;
  background: linear-gradient(90deg, rgba(34, 102, 85, 0.88) 0%, rgba(52, 152, 219, 0.65) 45%, rgba(255, 255, 255, 0.0) 75%);
}
/* Optional text enhancement */
.banner-overlay h2, .banner-overlay p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}
.banner-registration h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: left;
}
.banner-registration h2 i {
  margin-right: 8px;
  color: #f60;
}
.banner-registration p {
  color: #e8f0ff;
  font-size: 15px;
  margin: 0;
  text-align: left;
  padding-left: 48px;
}
/* Responsive fix */
@media(max-width:768px) {
  .banner-registration {
    background-position: center bottom;
    background-size: cover;
    min-height: 100%;
  }
  .banner-overlay {
    background: rgba(40, 102, 161, 0.9);
    text-align: center;
    padding: 20px !important;
  }
}
/*Css Ends for Candidate Registration Step 1*/
/*Registration form Step 2 Css Starts*/
.section-heading {
  font-size: 18px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
  border-bottom: 2px solid #e9ecef;
  padding-bottom: 8px;
}
.section-heading i {
  color: var(--orange);
}
.input-group-text {
  background: #f1f5ff;
  color: #0d6efd;
  min-width: 42px;
  justify-content: center;
}
.form-control:focus, .form-select:focus {
  box-shadow: none;
  border-color: #0d6efd;
}
/* ================= MULTI SECTOR DROPDOWN ================= */
.multi-select {
  height: 150px;
}
.multi-select option {
  padding: 8px;
}
.multi-sector-box {
  border-radius: 14px;
  padding: 18px;
  background:
    linear-gradient(#fff, #fff) padding-box, linear-gradient(145deg, #0d6efd, #20c997, #fd7e14) border-box;
  border: 3px solid transparent;
}
@media(max-width:576px) {
  .section-heading {
    font-size: 16px;
  }
}
.sector-dropdown-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  border: 3px solid transparent;
  z-index: 1000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
  background:
    linear-gradient(#fff, #fff) padding-box, linear-gradient(188deg, #058fbc, #fff, #cb441c) border-box;
}
.sector-header {
  padding: 10px 15px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  color: #0d6efd;
}
.sector-scroll {
  max-height: 320px;
  overflow-y: auto;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 14px;
}
.sector-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
}
.sector-item:hover {
  background: #f5f7ff;
  border-radius: 6px;
}
.sector-item input {
  accent-color: #0d6efd;
}
.required {
  color: red;
}
.sector-box {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box, linear-gradient(188deg, #2866a1, #f60, #f60) border-box;
}
.sector-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
.sector-scroll {
  height: 260px; /* ✅ FIXED HEIGHT */
  overflow-y: auto; /* ✅ RIGHT SIDE SCROLL */
  padding-right: 10px;
}
.sector-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 4px;
  font-size: 14px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.sector-item input {
  margin-top: 0;
}
.sector-item:hover {
  background: #f5f9ff;
}
.jobrolediv {
  display: none;
}
.form-horizontal {
   background: linear-gradient(to bottom right, #ffffff, #f0f0ff);
    border-radius: 10px;
    padding: 0;
    box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #d0d0f0;
    max-width: 90%;
    transition: all 0.3s ease-in-out;
    margin: 30px auto;

}
.thankyou-wrapper {
  min-height: 65vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou-card {
  background: #fff;
  border-radius: 16px;
  padding: 0 20px;
  text-align: center;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .15);
  margin-bottom: 0;
}
.thankyou-icon {
  width: 90px;
  height: 90px;
  background: #2866a1;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: -80px auto 20px;
  box-shadow: 0 10px 25px rgba(30, 136, 229, .5);
}
.thankyou-image img {
  max-width: 220px;
  margin: 15px auto;
}
.thankyou-card h2 {
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 10px;
}
.thankyou-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .thankyou-wrapper {
    display: block;
    min-height: auto;
    padding: 30px 15px 40px;
  }
  .thankyou-card {
    margin-top: 20px;
    margin-top: 45px;
    padding: 25px;
  }
}
.photo-upload-card {
  background: #ffffff;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  padding: 25px;
}
/* Header */
.photo-header {
  border-bottom: 1px solid #e5e9f2;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.photo-header h5 {
  font-weight: 500;
  font-size: 24px;
  color: var(--blue);
  margin-bottom: 5px;
  text-align: center;
}
.photo-header p {
  font-size: 13px;
  color: #6c757d;
  margin: 0;
  text-align: center;
}
/* Body */
.photo-body {
  background: #f9fafb;
  border-radius: 8px;
  padding: 15px;
}
/* Webcam container */
#webcam_container {
  background: #ffffff;
  border: 1px dashed #ced4da;
  border-radius: 8px;
  padding: 15px;
}
/* Location text */
.location-text {
  font-size: 13px;
  color: #495057;
  margin-bottom: 10px;
}
/* Camera box */
.camera-box {
  border: 2px solid #dee2e6;
  border-radius: 8px;
  background: #000;
  max-width: 100%;
}
/* Preview box */
.preview-box {
  min-height: 240px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  background: #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Buttons */
.click-photo, .savephoto, .click-photo-reset {
  min-width: 160px;
  font-weight: 500;
}
/* Upload button spacing */
.savephoto {
  margin-left: 10px;
}
/* Error message */
#msg {
  font-size: 14px;
  font-weight: 500;
}
.preview-box canvas,
.preview-box video,
.preview-box img {
    max-width: 80% !important;
    max-height: 80% !important;
    width: 100%;
    height: auto;
    object-fit: contain;    /* 🔥 keeps aspect ratio */
}
/*Registration form Step 2 Css ends*/