@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

/*body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Gotham Book";
  font-weight: normal;
}*/

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content ul,
.content ol {
  margin: 15px 0px;
  list-style: unset;
  padding-left:30px;
}
.content ul li, .content ol li{
  margin-bottom: 10px;
}

button:focus {
  box-shadow: none !important;
}

.container {
  max-width: 90% !important;
}
.w-full {
  width: 100%;
}

header .header-details {
  padding: 14px 0;
  background: linear-gradient(
    153.36deg,
    rgba(255, 255, 255, 0.1) -11.3%,
    rgba(0, 0, 0, 0) 111.75%
  );
  filter: drop-shadow(0px 0px 12px rgba(1, 8, 49, 0.15));
  backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
header .logo {
  width: 198px;
  display: inline-block;
  padding: 0;
}
.loggedin header .navbar {
  width: calc(100% - 300px);
}
header .navbar {
  width: calc(100% - 372px);
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
header .navbar .navbar-nav {
  gap: 35px;
}
.investorProspectus-section .investorProspectus-detail h4,
.investorProspectus .investorProspectus-section .investorProspectus-detail .infrastructure-title,
.investorProspectus .dropdown-toggle::after{  
  color: #fff !important;
}
.dropdown-toggle::after,
#profile_username{
  color: #000;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-family: "Gotham Book";
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  padding: 0;
  transition: all 0.3s ease-in;
}
header .navbar .navbar-nav .nav-item.contact-btn {
  display: none;
}
header .navbar .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-nav .nav-item .nav-link:hover {
  font-weight: 500;
  color: #001489;
  text-decoration: underline;
}
header .contact-btn {
  width: 174px;
  display: inline-block;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #ffffff;
  background: #001489;
  border-radius: 106px;
  border: 2px solid #001489;
  text-align: center;
  padding: 14px 40px;
  transition: all 0.3s ease-in-out;
}
header .contact-btn:hover {
  background-color: transparent;
  color: #001489;
}

.footer {
  margin-top: 50px;
  padding-bottom: 40px !important;
  position: relative;
  z-index: 10;
}
.footer-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.footer .footer-menus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.menu-box svg{width: 60px;height: 60px;}
/*.eve-icon-white,
.investorProspectus .eve-icon,
.governanceResources .eve-icon,
.criticalGigamapping .eve-icon{display: none;}
.investorProspectus .eve-icon-white,
.governanceResources .eve-icon-white,
.criticalGigamapping .eve-icon-white{display: inline-block;}*/
.eve-icon{width: 60px;}
.investorProspectus svg .text{fill: #fff !important;}
.footer .footer-menus .menu .menu-box {
  /*background: linear-gradient(
    136.95deg,
    rgba(186, 190, 213, 0) 3.93%,
    rgba(226, 229, 244, 0.6) 30.6%,
    rgba(186, 190, 213, 0.8) 48.21%,
    rgba(186, 190, 213, 0.2) 98.98%
  );
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02),
    inset 5px 5px 4px rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 3px 4px rgba(2, 14, 85, 0.6));
  backdrop-filter: blur(0.5px);*/
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
.footer .footer-menus .menu .menu-box img{width:60px;transition: 0.5s}
.footer-menus .menu .menu-box svg path{
  fill:#000;
}
.criticalGigamapping .footer-menus .menu .menu-box svg path,
.investorProspectus .footer-menus .menu .menu-box svg path,
.governanceResources .footer-menus .menu .menu-box svg path{
  fill:#fff;
}
.footer .footer-menus .menu .menu-box.active svg path,
.footer .footer-menus .menu .menu-box:hover svg path {
  fill: #001489;
}

.wrapper {
  height: auto;
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.home-section {
  position: relative;
  padding: 145px 0 0;
}
.home-section.hide-login {
  position: relative;
  padding: 0 0 0 !important;
  height: 100vh;
  display: flex;
  align-items: end;
}
/*.home-section::before {
  content: "";
  width: 180px;
  height: 180px;
  background: transparent;
  opacity: 0.4;
  border: 4px solid #ffffff;
  border-radius: 1000px;
  position: absolute;
  top: -36px;
  left: -67px;
  z-index: 9;
}
.home-section::after {
  content: "";
  width: 275px;
  height: 275px;
  background: transparent;
  opacity: 0.4;
  border: 6px solid #ffffff;
  border-radius: 1000px;
  position: absolute;
  top: -73px;
  right: -60px;
  z-index: 9;
}*/
.home-section .home-row {
  position: relative;
  z-index: 10;
}
.home-section .home-form-box {
  padding: 0 !important;
}
.home-section .home-details {
  padding: 0 124px 0 304px !important;  
}
.home-section.hide-login .home-details {
  display: flex;
    align-items: center;
}
.home-section .home-form-box .box-form {
  background: linear-gradient(
    153.36deg,
    rgba(255, 255, 255, 0.2) -11.3%,
    rgba(255, 255, 255, 0) 111.75%
  );
  box-shadow: inset -3px -3px 8px rgba(255, 255, 255, 0.2),
    inset 3px 3px 8px rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 0px 40px rgba(1, 8, 49, 0.3));
  backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 60px 50px 65px;
  position: relative;
  z-index: 999;
}
.home-section .home-form-box .box-form .logo {
  width: 170px;
  margin: 0 auto 45px;
  display: block;
}
.home-section .home-form-box .box-form form .field-box {
  display: flex;
  flex-direction: column;
  margin: 0 0 25px;
}
.home-section .home-form-box .box-form form .field-box .field-label {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin: 0 0 5px;
}
input:-internal-autofill-selected {
    background-color: #ccc !important;
}
.home-section .home-form-box .box-form form .field-box .field,
.home-section .home-form-box .box-form form .field-box .field:focus:not(:placeholder-shown),
.home-section .home-form-box .box-form form .field-box .field:not(:placeholder-shown),
.home-section .home-form-box .box-form form .field-box .field:-internal-autofill-selected {
    background-color: #ccc !important;
}
.home-section .home-form-box .box-form form .field-box .field {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #5b7f95;
  background: #FFFFC5;
  border: 1px solid rgba(150, 140, 131, 0.3);
  border-radius: 8px;
  padding: 20px 20px 20px 50px;
  position: relative;
  width: 100%;
  display: block;
}
.home-section .home-form-box .box-form form .field-box .svg-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 1;
}
.home-section .home-form-box .box-form form .submit-btn {
  display: block;
  width: 100%;
  padding: 20px 40px;
  background: #001489;
  border-radius: 78px;
  border: 2px solid #001489;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
  color: #ffffff;
  margin-top: 40px;
  transition: all 0.3s ease-in-out;
}
.home-section .home-form-box .box-form form .submit-btn:hover {
  background-color: #ffffff;
  color: #001489;
}
.home-section .home-details .detail-box .title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 30px;
  text-align: center;
}
.home-section .home-details .detail-box .description {
  font-family: "Gotham";
  font-style: italic;
  font-weight: normal;
  font-size: 26px;
  line-height: 40px;
  color: #000;
  margin: 0;
  text-align: center;
}

/*.footer.aboutUs .footer-menus {
  display: none;
}

.aboutUs .wrapper {
  background-image: url("../images/about-us-hero-bg-img.jpg");
}*/
.aboutUs-section {
  position: relative;
  padding: 132px 0 0;
  z-index: 11;
}
/*.aboutUs-section::before {
  content: "";
  width: 180px;
  height: 180px;
  background: transparent;
  opacity: 0.4;
  border: 4px solid #ffffff;
  border-radius: 1000px;
  position: absolute;
  top: -36px;
  left: -67px;
  z-index: 9;
}
.aboutUs-section::after {
  content: "";
  width: 275px;
  height: 275px;
  background: transparent;
  opacity: 0.4;
  border: 6px solid #ffffff;
  border-radius: 1000px;
  position: absolute;
  top: -73px;
  right: -60px;
  z-index: 9;
}*/
/*.aboutUs-section .aboutUs-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 74px;
  color: #ffffff;
  margin: 0 0 50px;
}*/
.first-section {
    height: 82vh;
    display: flex;
    align-items: start;
}
.aboutUs-section .aboutUs-row {
  position: relative;
  z-index: 2;
}
.aboutUs-section .aboutUs-row .aboutUs-details {
  padding: 0 0 0 0 !important;
}
.aboutUs-section .aboutUs-row .aboutUs-details .aboutUs-box {
  /*background: linear-gradient(
    153.36deg,
    rgba(255, 255, 255, 0.2) -11.3%,
    rgba(255, 255, 255, 0) 111.75%
  );
  box-shadow: inset -3px -3px 8px rgba(255, 255, 255, 0.2),
    inset 3px 3px 8px rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 0px 40px rgba(1, 8, 49, 0.3));
  backdrop-filter: blur(5px);
  border-radius: 16px;*/
  padding: 40px 30px;
}
.aboutUs-section .aboutUs-row .aboutUs-details .aboutUs-box .title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin: 0;
}
.aboutUs-section .aboutUs-row .aboutUs-details .aboutUs-box .description {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin: 32px 0 42px;
  text-align: justify;
}
.aboutUs-section .aboutUs-row .aboutUs-details .aboutUs-box .points {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  list-style: disc;
  padding: 0 0 0 20px;
}
.aboutUs-section .aboutUs-row .aboutUs-details .aboutUs-box .point-txt {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.aboutUs-section .aboutUs-row .boxes-row {
  padding: 0 0 0 45px !important;
}
.aboutUs-section .aboutUs-row .boxes-row .box {
  width: calc(33.33% - 20px);
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
}
.aboutUs-section .aboutUs-row .boxes-row .box:nth-child(1),
.department .aboutUs-row .boxes-row:nth-child(1) > .box {
  box-shadow: 0px 6px 0px #001489;
}
.aboutUs-section .aboutUs-row .boxes-row .box:nth-child(2),
.department .aboutUs-row .boxes-row:nth-child(2) > .box {
  box-shadow: 0px 6px 0px #8fad15;
}
.aboutUs-section .aboutUs-row .boxes-row .box:nth-child(3),
.department .aboutUs-row .boxes-row:nth-child(3) > .box {
  box-shadow: 0px 6px 0px #007dba;
}
.aboutUs-section .aboutUs-row .boxes-row .box > img {
  border-radius: 14px 14px 0 0;
}
.aboutUs-section .aboutUs-row .boxes-row .box .details {
  background: linear-gradient(
    153.36deg,
    rgba(255, 255, 255, 0.1) -11.3%,
    rgba(255, 255, 255, 0) 111.75%
  );
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 0px 0px 16px 16px;
  padding: 14px 17px 14px 14px;
}
.aboutUs-section .aboutUs-row .boxes-row .box .details .box-tag {
  font-family: "Gotham Book";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 11px;
}
.aboutUs-section .aboutUs-row .boxes-row .box .details .box-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
  min-height: 84px;
}
/*.aboutUs .footer-menus {
  display: none;
}
.projectEvaluation .wrapper {
  background-image: url("../images/project-evaluation-hero-bg-img.jpg");
}  
*/

.footer.projectEvaluation {
  bottom: 0;
}

.projectEvaluation-section {
  position: relative;
  padding: 90px 0 0px;
  z-index: 10;
  margin-bottom: 85px;
}
/*.projectEvaluation-section::before {
  content: "";
  width: 180px;
  height: 180px;
  background: transparent;
  opacity: 0.4;
  border: 4px solid #ffffff;
  border-radius: 1000px;
  position: absolute;
  top: -36px;
  left: -67px;
  z-index: 9;
}
.projectEvaluation-section::after {
  content: "";
  width: 275px;
  height: 275px;
  background: transparent;
  opacity: 0.4;
  border: 6px solid #ffffff;
  border-radius: 1000px;
  position: absolute;
  top: -73px;
  right: -60px;
  z-index: -1;
}
.projectEvaluation-section .fill-circle {
  width: 301px;
  height: 286px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16.31px);
  border-radius: 1000px;
  position: fixed;
  bottom: -18%;
  right: 379px;
  z-index: 0;
}
.projectEvaluation-section .stroke-circle {
  width: 211px;
  height: 200px;
  opacity: 0.4;
  border: 5px solid #c4d600;
  border-radius: 1000px;
  position: fixed;
  bottom: -15%;
  right: 325px;
  z-index: 0;
}*/
.projectEvaluation-section .icon-text {
  position: relative;
  z-index: 10;
}
.projectEvaluation-section .icon-text .icon-bg {
  width: 60px;
  height: 60px;
  /*background: linear-gradient(
    136.95deg,
    rgba(186, 190, 213, 0) 3.93%,
    rgba(226, 229, 244, 0.6) 30.6%,
    rgba(186, 190, 213, 0.8) 48.21%,
    rgba(186, 190, 213, 0.2) 98.98%
  );
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02),
    inset 5px 5px 4px rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 3px 4px rgba(2, 14, 85, 0.6));
  backdrop-filter: blur(0.5px);
  border-radius: 18px;*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.projectEvaluation-section .icon-text .icon-bg svg {
  width: 60px;
  height: 60px;
}
.projectEvaluation-section .icon-text .icon-txt {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 0 0;
  width: 100%;
  text-align: center;
}
.projectEvaluation-section .infrastructure-details {
  margin: 42px 0 0;
}
.investorProspectus-section .investorProspectus-detail h4,
.projectEvaluation-section .infrastructure-details .infrastructure-title,
 .aboutUs-section .aboutUs-title,
 .investorProspectus-section .investorProspectus-detail .infrastructure-title, .section-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 42px;
  text-transform: capitalize;
  color: #808080;
  margin: 0 0 55px;
}
.projectEvaluation-section .infrastructure-details .infrastructure-box {
  /*background: linear-gradient(
    153.36deg,
    rgba(255, 255, 255, 0.2) -11.3%,
    rgba(255, 255, 255, 0) 111.75%
  );
  box-shadow: inset -3px -3px 8px rgba(255, 255, 255, 0.2),
    inset 3px 3px 8px rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 0px 40px rgba(1, 8, 49, 0.3));
  backdrop-filter: blur(5px);
  border-radius: 16px;*/
  padding: 0;
  text-align: justify;
}
.projectEvaluation-section .infrastructure-details .infrastructure-box .title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin: 0 0 19px;
}
.projectEvaluation-section
  .infrastructure-details
  .infrastructure-box
  .description {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}
.projectEvaluation-section .infrastructure-main-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 55px 0 40px;
  position: relative;
  z-index: 11;
}
.projectEvaluation-section .infrastructure-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.projectEvaluation-section .infrastructure-boxes .infrastructure-box {
  width: 100%;
  position: relative;
}
/*.projectEvaluation-section .infrastructure-boxes .infrastructure-box::after {
  content: "";
  width: calc(100% - 87.5px);
  height: 10px;
  border-bottom: 10px solid #a6bbc8;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);

}
.projectEvaluation-section .infrastructure-boxes .infrastructure-box::before {
  content: "";
  width: calc(100% - 100px);
  height: 54px;
  border-top: 75px solid #3242a0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;

}*/

/*.projectEvaluation-section .infrastructure-boxes .infrastructure-box .box {
  padding: 62px 28px 45px 28px;
  border-radius: 20px;
  background: linear-gradient(
    153.36deg,
    rgba(255, 255, 255, 0.2) -11.3%,
    rgba(255, 255, 255, 0) 111.75%
  );
  box-shadow: 0px 0px 40px rgba(1, 8, 49, 0.3),
    inset -3px -3px 8px rgba(255, 255, 255, 0.2),
    inset 3px 3px 8px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  position: relative;
}*/
.projectEvaluation-section
  .infrastructure-boxes
  .infrastructure-box
  .box-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin: 0 auto;
  width: 50%;
  position: absolute;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  min-height: 40px;
}
.projectEvaluation-section
  .infrastructure-boxes
  .infrastructure-box:nth-child(3)
  .box-title {
  line-height: 20px;
}
.projectEvaluation-section
  .infrastructure-boxes
  .infrastructure-box
  .box
  .box-sub-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin: 0;
  min-height: 72px;
}
.projectEvaluation-section
  .infrastructure-boxes
  .infrastructure-box
  .box-number {
  width: 74px;
  height: 74px;
  background: linear-gradient(141.77deg, #3242a0 -17.72%, #007dba 140.77%);
  border: 3px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.projectEvaluation-section
  .infrastructure-boxes
  .infrastructure-box
  .box-number
  .number {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 0 4px;
  display: block;
  width: 100%;
}
.projectEvaluation-section
  .infrastructure-boxes
  .infrastructure-box
  .box-number
  .box-tag {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  width: 60%;
}

header.investorProspectus::after {
  border: 6px solid #c4d600;
}
/*.investorProspectus .wrapper {
  background-image: url("../images/investor-prospectus-hero-bg-img.jpg");
}*/
.investorProspectus-section {
    padding: 132px 0 0 !important;
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    align-items: start;
}
/*.investorProspectus-section::before {
  content: "";
  width: 180px;
  height: 180px;
  background: transparent;
  opacity: 0.4;
  border: 4px solid #ffffff;
  border-radius: 1000px;
  position: absolute;
  top: -36px;
  left: -67px;
  z-index: 9;
}
.investorProspectus-section::after {
  content: "";
  width: 275px;
  height: 275px;
  background: transparent;
  opacity: 0.4;
  border: 6px solid #c4d600;
  border-radius: 1000px;
  position: absolute;
  top: -73px;
  right: -60px;
  z-index: 9;
}
.investorProspectus-section .fill-circle {
  width: 301px;
  height: 286px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16.31px);
  border-radius: 1000px;
  position: absolute;
  bottom: -164px;
  right: 379px;
  z-index: 0;
}
.investorProspectus-section .stroke-circle {
  width: 211px;
  height: 200px;
  opacity: 0.4;
  border: 5px solid #c4d600;
  border-radius: 1000px;
  position: absolute;
  bottom: -164px;
  right: 325px;
  z-index: 1;
}*/
.investorProspectus-section .investorProspectus-detail {
  padding: 0 40px 0 0;
  /*background: linear-gradient(
    153.36deg,
    rgba(255, 255, 255, 0.2) -11.3%,
    rgba(255, 255, 255, 0) 111.75%
  );
  box-shadow: inset -3px -3px 8px rgba(255, 255, 255, 0.2),
    inset 3px 3px 8px rgba(255, 255, 255, 0.2);
  filter: drop-shadow(0px 0px 40px rgba(1, 8, 49, 0.3));
  backdrop-filter: blur(5px);
  border-radius: 16px;*/
}
.investorProspectus-section .investorProspectus-detail .description {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 0;
  text-align: justify;
}
.investorProspectus-section .investorProspectus-link .link-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.investorProspectus-section .investorProspectus-link .link-detail a {
  text-align: center;
}
.investorProspectus-section .investorProspectus-link .link-detail a .icon-bg {
  display: inline-block;
  /*background: linear-gradient(
    136.95deg,
    rgba(186, 190, 213, 0) 3.93%,
    rgba(226, 229, 244, 0.6) 30.6%,
    rgba(186, 190, 213, 0.8) 48.21%,
    rgba(186, 190, 213, 0.2) 98.98%
  );
  border: 3px solid rgba(255, 255, 255, 0.4);
  box-shadow: inset -5px -5px 250px rgba(255, 255, 255, 0.02),
    inset 5px 5px 4px rgba(255, 255, 255, 0.1);
  filter: drop-shadow(0px 3px 4px rgba(2, 14, 85, 0.6));
  backdrop-filter: blur(0.5px);
  border-radius: 24px;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.investorProspectus-section
  .investorProspectus-link
  .link-detail
  a
  .icon-bg
  svg {
  width: 60px;
  height: 60px;
}
.investorProspectus-section
  .investorProspectus-link
  .link-detail
  a
  .link-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  text-transform: uppercase;
  color: #ffffff;
  margin:0;
}

header.governanceResources::after {
  opacity: 0.9;
  border: 6px solid #ffffff;
}
/*
.governanceResources .wrapper {
  background-image: url("../images/governance-resources-hero-bg-img.jpg");
}*/

.criticalGigamapping-section {
  padding: 150px 0 0;
}

/*.criticalGigamapping .wrapper {
  background-image: url("../images/critical-gigamapping-hero-bg-img.jpg");
}*/
.investorProspectus-section.criticalGigamapping-section
  .investorProspectus-detail
  .description {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: justify;
}
.investorProspectus-section.criticalGigamapping-section
  .investorProspectus-detail
  .sub-title {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin: 26px 0 19px;
}
.investorProspectus-section.criticalGigamapping-section
  .investorProspectus-detail
  .points {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  list-style: disc;
  padding: 0 0 0 20px;
  width: 85%;
}
.investorProspectus-section.criticalGigamapping-section
  .investorProspectus-detail
  .points
  .point-txt {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.parallax-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.footer.fix-footer{
  position: fixed !important;
  bottom: 70px;
  right: 0px;
  margin: 0px;
  width: fit-content;
  z-index: 11;
}
.customFooter .fix-footer{
  top: 45%;
  transform: translateY(-50%);
}
.customFooter.fix-footer img{
  width: 50px;
}
.customFooter.fix-footer img:hover{
  transform: scale(0.9);
}
.customFooter .footer-menus{
  flex-direction: column;
}
.customFooter .footer-menus {
    flex-direction: column;
    /* background: linear-gradient(153.36deg, rgba(255, 255, 255, 0.1) -11.3%, rgba(0, 0, 0, 0) 111.75%);
    filter: drop-shadow(0px 0px 12px rgba(1, 8, 49, 0.15)); */
    backdrop-filter: blur(6px);
    /*background-color: white;*/
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    padding: 10px 8px 10px 12px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    gap: 12px;
}
.home-section.hide-login .home-form-box{display: none;}
.home-section.hide-login .home-details{width: 100% !important;padding: 0 !important;justify-content: center;}

.parallax-section {
    height: 100vh;
    background-color: transparent;
    position: relative;
}
.parallax-section video {
    position:fixed;
    left:0;
    top:0;
    height: 100vh;
    width:100%;
    object-fit:cover
}
.content-warapper{background-color: #fff;position: relative;}
.infrastructure-custom-box{
  background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.infrastructure-custom-box:before{
  
}
.infrastructure-custom-box.infra-box-1{
  background-image: url("../images/project-evaluation/1.jpg");
}
.infrastructure-custom-box.infra-box-2{
  background-image: url("../images/project-evaluation/2.jpg");
}
.infrastructure-custom-box.infra-box-3{
  background-image: url("../images/project-evaluation/3.jpg");
}
.infrastructure-custom-box.infra-box-4{
  background-image: url("../images/project-evaluation/4.jpg");
}



/* 09-07-2025 Yogesh */
.font-montserrat{
  font-family: "Montserrat", sans-serif;
}
.font-gotham-book{
  font-family: "Gotham Book";
}
body, p{
    font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
p{
  margin-bottom: 35px;
}
h1{
  font-size: 60px;
}
.homeLogin{
  z-index: 2;
}
.homeLogin .group{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
  
}
.homeLogin .group .flip-card .flip-card-back p, 
.homeLogin .group .flip-card .flip-card-back a{
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 22px;
}
.homeLogin .group .flip-card .flip-card-back a{
  font-weight: 700;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 275px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  border:0px solid #fff;
  border-radius: 40px;
}
.flip-card img{
  width: 150px;
  height: 150px;
}
.flip-card a{
  color: white;
}
.flip-card a:hover{
  text-decoration: underline;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 40px;
}
.department .flip-card-front{
  justify-content: start;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbbbbb63;
  color: black;
}

/* Style the back side */
.flip-card-back {
 background: linear-gradient(153.36deg, rgba(255, 255, 255, 0.1) -11.3%, rgba(0, 0, 0, 0) 111.75%);
    filter: drop-shadow(0px 0px 12px rgba(1, 8, 49, 0.15));
    backdrop-filter: blur(6px);
  color: white;
  transform: rotateY(180deg);
}
.page-video{
  height: 100vh;
}

.video-background {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-background video, .video-background .ct-bg-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-background .content {
 
  z-index: 1;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.video-background .fixed-icon{
  position: absolute;
  right: 0;
  bottom: 30px;
  display: flex;
  gap: 18px;
}
.department .type{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  min-height: 100vh; 
}

.department .flip-card{
  height: 560px;
}
.department .flip-card-back{
    backdrop-filter: blur(2px);
    background: #b9b5b1 !important;
}
.department .flip-card-back p{
  font-size: 32px;
  line-height: 40px;
}
.department .flip-card img{
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;  /* Keeps image aspect ratio, fills the container */
  object-position: top;  /* Aligns image to the top */
}
.department .flip-card-front{
  padding: 0px;
}
.department .box{
  width: 100% !important;
}
.department .box .details{
  background: #b9b5b1 !important;
}
.meanForYou .content, .projectEvaluation .content{
  padding-left: 50px;
}
.projectEvaluation .whyEngage .content, .westernCap .content  {
  padding-left: 100px;
  padding-right: 50px;
}
.section-padding{
  padding: 60px 0px;
}

.projectEvaluation .infrastructure-boxes .box {
  background: linear-gradient(to right, #3242a0, #779caf);
  position: relative;
  width: 100%;
  height: 250px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 15px;

}

.projectEvaluation .infrastructure-boxes .box .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background: linear-gradient(to right, #001489, #779caf);
  transition: 0.5s;
  z-index: 1;
}
.projectEvaluation .infrastructure-boxes .box:hover .icon .title,
.projectEvaluation .infrastructure-boxes .box:hover .icon{
    position: relative;
    left: 50px !important;
    top: 0 !important;
    transform: unset !important;
    text-align: center;
    width: 77% !important;
    z-index: 2;
    background: transparent;
}
.projectEvaluation .infrastructure-boxes .box:hover .icon .title{
    width: 100% !important;
    left: 0px !important;
    padding: 0px 5px !important;
    display: none;
}
.projectEvaluation .infrastructure-boxes .box .icon .title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0px 20px;
    color: white;
}

.projectEvaluation .infrastructure-boxes .box:hover .icon {
  top: 0px;
  left: 55px;
  width: 100%;
  height: auto;
  width: 90%;
}

.projectEvaluation .infrastructure-boxes .box .icon .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  transition: 0.5s;
  color: #B5E4FF;
}

.projectEvaluation .infrastructure-boxes .box:hover .icon .fas {
  font-size: 40px;
  color: #fff;
  
}

.projectEvaluation .infrastructure-boxes .box .content {
  position: absolute;
  box-sizing: border-box;
  top: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  transition: 0.5s;
  opacity: 0;
  color: #fff;
}

.projectEvaluation .infrastructure-boxes .box:hover .content {
    top: 0px;
    opacity: 1;
    z-index: 2;
}

.projectEvaluation .infrastructure-boxes .box .content h4 {
    padding: 0;
    max-width: 80%;
    margin: auto;
}
.projectEvaluation .infrastructure-boxes .box .content p{
  margin-top: 15px;
}

/* End */

/* Responsive style */

/** start home page css 24-07-2025 **/

.homepage .home-section .flip-card-back{padding: 15px;}
.homepage .home-section .inner-flip-card-back,
.department .type .inner-flip-card-back{border-radius: 40px; background: #00000061 !important;padding: 20px 10px;min-height: 310px;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.department .type .inner-flip-card-back{min-height: 375px;}
.homepage .home-section .flip-card{height: 340px;}
.homepage .homeLogin .group .flip-card .flip-card-back p{margin-bottom: 0px;}
.homepage .homeLogin .group .flip-card .flip-card-back .entercard a{padding: 8px 24px;}
.homepage .homeLogin .group .flip-card .flip-card-back a {margin-bottom: 0px;}
.homepage .homeLogin .evebox img, .ai-img-color{filter: brightness(0) invert(1);}
.homepage .home-section .flip-card-back,
.department .type .flip-card-front, .department .type .flip-card-back{
  /*background: #bbbbbb63 !important;
    backdrop-filter: blur(0px) !important;
  background: linear-gradient(153.36deg, rgb(38 42 46 / 79%) -11.3%, rgb(33 35 32 / 64%) 111.75%) !important;*/}
.loginpage .home-section .home-row{height: 70vh; align-items: center !important}
/*.homepage .home-section .flip-card-back, .department .type .flip-card-front, .department .type .flip-card-back {
    background: transparent !important;
    backdrop-filter: blur(0px);
}
.homepage .home-section .inner-flip-card-back{min-height: 340px;}
.department .type .inner-flip-card-back{    min-height: 426px;}*/
.projectEvaluation-section{min-height: unset !important;padding-top: 60px !important;padding-bottom: 20px !important;}
.homelinkbox {
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease;}

.homelinkbox a, 
.homepage .homeLogin .entercard:hover a {
  text-decoration: none !important;
  color: inherit;
  transition: color 0.3s ease;
}

.entercard img {
  height: 18px !important;
  width: 18px !important;
  margin-left: 5px;
  transition: transform 0.3s ease;
}

/* Hover animation */
.entercard:hover img {
  transform: translate(4px, -4px);     
}
.home-section .entercard
.homelinkbox a {
  color: #007BFF !important; /* Change link color on hover */
  text-decoration: underline !important;
}

.home-section .entercard{
	    border-radius: 10px;
    background-color: #bbbbbb63;
       
        align-items: center;
    margin-top: 5px;
    padding: 6px 18px;
}
.home-section .entercard a{    border-radius: unset;
    background-color: unset;
    padding: unset !important;}

 

/*.department .type, .department {min-height: unset !important;}*/
.department .flip-card-back p{font-size: unset;line-height: unset;}
.contactUspage .contact-form-card{box-shadow: -2px 0px 0px 0px rgba(31, 73, 125, 0.8);padding-left: 15px;}
.contactUspage .contactform button{border-radius: 10px;background-color: #bbbbbb63;border: none;padding: 14px 40px;
  font-family: "Gotham";font-style: normal;font-weight: 600;font-size: 16px;line-height: 24px;}
.contactUspage .contactform button:hover{text-decoration: underline;}
.contactUspage .left-side-content img{margin-right: 5px;}
.contactUspage .form-control:focus{border-color: #001489;box-shadow: 0 0 0 .25rem rgb(0 20 137 / 21%);}
.department .type .flip-card-front, .department .type .flip-card-back{height: 75%;}
.department .box{width: 70% !important;margin: auto;}
.department .type{align-items: center;}
.aboutUs-section .aboutUs-row .boxes-row {padding: 50px 0 0 0px !important;}
.department .flip-card img{height: 65%;}
.department{padding-bottom: 0px !important;}
.footer li::marker {
  display: none;content: ""}
.footer li{margin-left: 0px !important;padding-bottom: 0px !important;}
.mt-20px{
  margin-top: 20px !important;
}
.mt-150px{
  margin-top: 150px !important;
}
.mt-160px{
  margin-top: 160px !important;
}
.mt-170px{
  margin-top: 170px !important;
}
.mt-180px{
  margin-top: 180px !important;
}
.mt-190px{
  margin-top: 190px !important;
}
.mt-200px{
  margin-top: 200px !important;
}
.contact-info > * {font-size: 17px;}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#mainwidgetcal_weather > .row{ gap: 0 !important;margin: auto;}
#mainwidgetcal_weather{ padding: 20px 20px;
    border-radius: 20px;
    background: linear-gradient(153.36deg, rgba(255, 255, 255, 0.1) -11.3%, rgba(0, 0, 0, 0) 111.75%);
    filter: drop-shadow(0px 0px 12px rgba(1, 8, 49, 0.15));
    backdrop-filter: blur(6px); transition: opacity 0.3s ease, transform 0.3s ease;
    width: auto;right: 300px;
} 
#mainwidgetcal_weather .innercardrow{margin: auto;}
#cw-mainheader img{border-radius: 5px;}
.homepage .home-section .inner-flip-card-back {gap: 5px 0px;}

.calendar-weather-section{position: absolute;z-index: 9;top: 110px;right: 0px;width: 100%;}
.ct-flip-card{border-radius: 10px;background-color: #bbbbbb63;padding: 0px 0px;text-align: center;cursor: pointer;height: 55px;}
.ct-flip-card a{color: #fff;font-size: 22px;line-height: 55px;}
#bellicon{margin-right: 45px;}
#bellicon img, .headerpopupcard img{height: 34px;}
.headerpopupcard{position: relative;}
.headerpopupcard .ct-flip-card{padding: 8px 8px;margin-right: 8px;width: fit-content;height: unset;}
.notification-label {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 32px;
    color: #000;
    font-size: 14px;
    position: absolute;
    top: -10px;
    right: 0px;
    background: #fff;
    display: block;
}

/*#calendarPopup, .weather-popup  {position: relative !important;top: unset !important;right: unset !important;}*/
 
.calendarmainheader {
  position: relative !important;
  z-index: 1;
}
.calendar-popup-box {
  position: fixed;
  top: 100px;
  right: 30px;
  color: white;
  border-radius: 10px;
  width: 550px;
  display: none; /* Hidden by default */
  z-index: 1000;
}

.calendar-popup-box .calendar-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.calendar-popup-box .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0px 5px;
}

.calendar-popup-box .calendar-grid div {
  padding: 3px 0;
  border-radius: 4px;
  font-size: 12px;
}

.calendar-popup-box .calendar-grid .header {
  font-weight: bold;
}

.calendar-popup-box .calendar-grid .today {
  background-color: #001489;
}
.calendar-popup-box .calendar-grid .calendar-date:hover{background: #fff;color: #000;}
.calendar-popup-box .nav-btn {
  background-color: #001489;
  border: none;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
}
.calendar-popup-box > .row {gap:22px;}
.calendar-popup-box .eventcardview{display: flex;width: 47%; border-radius: 40px;
    background: linear-gradient(153.36deg, rgba(255, 255, 255, 0.1) -11.3%, rgba(0, 0, 0, 0) 111.75%);
    filter: drop-shadow(0px 0px 12px rgba(1, 8, 49, 0.15));
    backdrop-filter: blur(6px);}
    .inner-eventcardview{border-radius: 40px;
    background: #00000061;display: flex;padding: 20px 10px;margin-top: 20px;
    margin-bottom: 20px;
    flex-direction: column; justify-content: center;text-align: center;}
.calendarmain{position: relative;}    
.calendarcardview{
    border-radius: 40px;width: 47%;    background: linear-gradient(153.36deg, rgba(255, 255, 255, 0.1) -11.3%, rgba(0, 0, 0, 0) 111.75%);
    filter: drop-shadow(0px 0px 12px rgba(1, 8, 49, 0.15));
    backdrop-filter: blur(6px);}
.inner-calendarcardview{
      border: 0px solid #001489;
    padding: 10px 0px;
    border-radius: 40px;
    background: #00000061;
    margin-top: 20px;
    margin-bottom: 20px;
}
.calendar-popup-box .eventcardview .eventcard{font-size: 12px;background: #00148982;border-radius: 15px;margin-bottom: 8px;line-height: 26px;}
.calendar-popup-box .eventcardview .eventname{padding:0px 20px;}
.entercard{margin-top: 10px;}
.entercard a{border-radius: 10px;background-color: #bbbbbb63;padding: 10px 50px;font-style: italic;color: #fff !important;}
.projectEvaluation-section .infrastructure-boxes .infrastructure-box .box-number{top: -40px;bottom: unset !important;border: 0px solid #ffffff;}
.projectEvaluation .infrastructure-boxes .box .icon,
.projectEvaluation .infrastructure-boxes .box:hover .icon,
.projectEvaluation .infrastructure-boxes .box {background: #dae7ed !important}
.projectEvaluation-section .infrastructure-boxes .infrastructure-box .box-number .box-tag{display: none;}
.projectEvaluation .infrastructure-boxes .box .icon .title h3{color: #000 !important;font-size: 22px;line-height: 32px;}
.projectEvaluation-section .infrastructure-boxes .infrastructure-box .box-number{background: #9db4cac7 !important; z-index: 999;} 
.projectEvaluation-section .infrastructure-boxes .infrastructure-box .box-number .number{font-weight: 400;font-size: 30px;} 
.projectEvaluation .infrastructure-boxes .box:hover .content{top: 35px;}
.projectEvaluation-section{margin-top: 50px !important;}
.projectEvaluation-section .infrastructure-boxes{gap: 110px;}
/*.projectEvaluation-section {
  background-image: url(../images/newimg/arrowright.png);
  background-repeat: no-repeat;
  background-size: 4%;
  background-position: 0% center;
  animation: bgMove 10s ease-in-out infinite;
}*/
.projectEvaluation .infrastructure-boxes .infrastructure-box{position: relative;}
.projectEvaluation .infrastructure-boxes .box .content,
.projectEvaluation .infrastructure-boxes .box:hover .content{z-index: 9;}
.projectEvaluation .infrastructure-boxes .infrastructure-box:after{  
content: "";
    position: absolute;
    top: 50%;
    right: -110px;
    transform: translateY(-50%);
    background-image: url("../images/newimg/arrow-right.png");
    width: 148px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}

.projectEvaluation .infrastructure-boxes .infrastructure-box:last-child:after{
  content: unset !important;
}
.projectEvaluation .infrastructure-boxes .box .content h4,
.projectEvaluation .infrastructure-boxes .box .content p{color: #000;}
.projectEvaluation .infrastructure-boxes .box .content h4{font-size: 18px !important;line-height: 26px !important}
.projectEvaluation .infrastructure-boxes .box .content p{font-size: 16px !important;line-height: 26px !important;}
.airip-section{padding-top: 0px !important;} 

/* Keyframes to move background left to right */
@keyframes bgMove {
  0%   { background-position: 0% center; }
  /*50%  { background-position: 50% center; }*/
  100% { background-position: 100% center; }
}  
header .contact-btn{    line-height: 24px;}



.aboutUs-section .aboutUs-row .boxes-row .box{border: 0px solid rgba(255, 255, 255, 0.5);}
.aboutUs-section .aboutUs-row .boxes-row .box .details{border-radius: 0px 0px 40px 40px}
.department .flip-card img{border-top-left-radius: 40px;border-top-right-radius: 40px;}
.department .flip-card-back{background: #bbbbbb63 !important;}
.aboutUs-section .aboutUs-row .boxes-row .box:nth-child(1), .department .aboutUs-row .boxes-row:nth-child(1) > .box,
.aboutUs-section .aboutUs-row .boxes-row .box:nth-child(2), .department .aboutUs-row .boxes-row:nth-child(1) > .box,
.aboutUs-section .aboutUs-row .boxes-row .box:nth-child(3), .department .aboutUs-row .boxes-row:nth-child(1) > .box{ box-shadow: unset;}
.inner-department-card{width: 100%;}
.ct-flip-card-front{min-height: 100px; background-color: #bbbbbb63;border-radius: 15px;display: flex;align-items: center;justify-content: center;padding: 15px;}
.ct-flip-card-front a{color: #fff; font-size: 16px !important;line-height: 26px;text-align: center;}
.wcifbox{border-radius: 40px;background-color: #bbbbbb63;margin-bottom: 40px;}
.department-of-infrastructure-page .ct-box-img{text-align: right;}
.ct-grag-bg{background-color: #bbbbbb63;} 
.department-of-infrastructure-page li:not(header li){
    list-style: square;
    margin-left: 20px;
    padding-bottom: 5px;
}
.department-of-infrastructure-page .ct-flip-card-front a:hover{text-decoration: underline;}
.western-cape-infrastructure-strategy-page .inner-department-card{grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;display: grid;}
.western-cape-infrastructure-strategy-page .ct-flip-card-front{min-height: 110px;}    
.header-details .rightheadercard{width: 26%;}
.header-details .navbar{width: 85% !important;}
.type .flip-card .inner-flip-card-back a{font-weight: 700;}
.department-of-infrastructure-page .inner-department-card a{color: #fff;text-align: center;position: relative;}
.department-of-infrastructure-page .inner-department-card h6{margin-bottom: 0px;}
.department-of-infrastructure-page .inner-department-card a:after{    
content: "";
  background-image: url(../images/newimg/arrow-right-svgrepo-com.svg);
  position: absolute;
  bottom: -20px;
  left: 40%;
  width: 35px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  opacity: 0;
  transform: scale(0.9) rotate(88deg);
  transition: opacity 0.3s ease, transform 0.3s ease;}

.department-of-infrastructure-page .inner-department-card a:hover::after {
  opacity: 1;
  transform: scale(1) rotate(88deg);
}    
.customFooter {    background: linear-gradient(153.36deg, rgba(255, 255, 255, 0.1) -11.3%, rgba(0, 0, 0, 0) 111.75%);
    filter: drop-shadow(0px 0px 12px rgba(1, 8, 49, 0.15));
    backdrop-filter: blur(6px);
    color: white;padding: 10px 0px 10px 10px !important;
    border-radius: 10px 0px 0px 10px;}
.customFooter .footer-menus {
    flex-direction: column;
    background: #00000061 !important;
    /*background-color: white;*/
    padding: 10px 0px 10px 8px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    gap: 12px;
}

/** weather popup css start here **/

#headerweather{margin-right: 0px !important;}		
 .weather-popup{width: unset;top: 100px;right: 30px;}   
 .weather-card {
      width: 450px;
      border-radius: 24px;
      overflow: hidden;
          background: linear-gradient(153.36deg, rgba(255, 255, 255, 0.1) -11.3%, rgba(0, 0, 0, 0) 111.75%);
    filter: drop-shadow(0px 0px 12px rgba(1, 8, 49, 0.15));
    backdrop-filter: blur(6px);    padding: 20px;
    }

    .weather-top {
          background: #00000061; border-radius: 40px 40px 0px 0px;
      color: white;
      padding: 20px;
    }

    .weather-header{text-align: left;}

    .location {
      font-size: 20px;
          line-height: 32px;
      font-weight: 700;
    }

    .condition {
      float: right;
      font-size: 14px;
      font-weight: 400;
    }

    .temp {
      font-size: 40px;
      font-weight: 700;
      margin-top: 10px;
    }

    .top-icons {
      display: flex;
      justify-content: space-between;
      margin: 20px 0;
    }

    .top-icons .top-icon {
      text-align: center;
      background: #00148982;
      padding: 10px;
      border-radius: 12px;
      flex: 1;
      margin: 0 5px;
      font-size: 16px;
      display: flex;
    justify-content: space-between;
    align-items: center;
    }

    .hourly {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
    }

    .hourly div {
      text-align: center;
    }

    .hourly img {
      width: 24px;
      margin: 4px 0;
    }

    .weather-bottom {
      background: linear-gradient(to bottom right, #d0d9dd2b, #d6ecfa47);
      padding: 20px;
      border-radius: 0px 0px 40px 40px;
    }
    .weather-bottom .daily-row{width: 100%;}  
    .weather-bottom .day-name{ width: 45%;text-align: left;}
    .weather-bottom .weather-icon{width: 10%}
    .weather-bottom .temp-range{ width: 45%;text-align: right;}

    .daily-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
      font-size: 14px;
    }

    .daily-row span{color: #fff;font-size: 16px;}
    .day-name {
      font-weight: 500;
    }

    .weather-icon {
      font-size: 16px;
      margin: 0 8px;
    }

    .temp-range {
      font-weight: 700;
    }

    .temp-range span {
      font-weight: 400;
      color: #fff;
      margin-left: 6px;
    }
    .calendar-nav{text-align: center;}
/** end weather css here **/

/** end home page css 24-07-2025 **/
.dropdown-toggle {
    white-space: nowrap;
    font-family: 'Gotham Book';
    font-size: 13px;
}

.video-background.overlay-bg:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.commonbanner {
    z-index: 9;
}