/*!
 * 
 */

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #333;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

@font-face {
  font-family: "merriweatherbold";
  src:
    url("../fonts/merriweather-bold-webfont.woff2") format("woff2"),
    url("../fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "merriweatherregular";
  src:
    url("../fonts/merriweather-regular-webfont.woff2") format("woff2"),
    url("../fonts/merriweather-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sansregular";
  src:
    url("../fonts/opensans-regular-webfont.woff2") format("woff2"),
    url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotomedium";
  src:
    url("../fonts/roboto-medium_2-webfont.woff2") format("woff2"),
    url("../fonts/roboto-medium_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src:
    url("../fonts/roboto-regular_1-webfont.woff2") format("woff2"),
    url("../fonts/roboto-regular_1-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.eot");
  src:
    url("../fonts/RobotoBold.eot") format("embedded-opentype"),
    url("../fonts/RobotoBold.woff2") format("woff2"),
    url("../fonts/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold.ttf") format("truetype"),
    url("../fonts/RobotoBold.svg#RobotoBold_4") format("svg");
}

@font-face {
  font-family: "MerriweatherRegular";
  src: url("../fonts/MerriweatherRegular.eot");
  src:
    url("../fonts/MerriweatherRegular.eot") format("embedded-opentype"),
    url("../fonts/MerriweatherRegular.woff2") format("woff2"),
    url("../fonts/MerriweatherRegular.woff") format("woff"),
    url("../fonts/MerriweatherRegular.ttf") format("truetype"),
    url("../fonts/MerriweatherRegular.svg#MerriweatherRegular") format("svg");
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-family: "Outfit", sans-serif;
}

.display-desktop {
  display: block;
}

.display-mobile {
  display: none;
}

.clearB {
  clear: both;
  display: block;
}

.responsive_img {
  width: 100%;
  display: block;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.L-nmims-head {
  background: #d4202d;
  width: 55%;
  float: left;
  padding: 16px 0 16px 5%;
}

.R-nmims-head {
  width: 45%;
  float: left;
  background: #ffffff;
  padding: 30px 4% 26px 0;
  text-align: right;
}

.authorised_text,
.ph_icon {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  text-align: center;
}

.authorised_text span.halo_text {
  font-size: 18px;
  font-family: "Outfit", sans-serif;
}

.authorised_text span.f-20 {
  font-size: 20px;
  display: block;
  font-family: "Outfit", sans-serif;
}

.ph_icon {
  vertical-align: top;
  padding: 8px 0 0 60px;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

.main_banner {
  position: relative;
}

.main_banner .responsive_img {
  z-index: -1;
}

.banner_overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  max-width: 100%;
  transform: translateX(-50%);
}

.L-banner-box.mobile_banner_box {
  display: none;
}

.L-banner-box {
  color: #36183e;
  width: 70%;
  float: left;
  padding: 300px 0 0 0;
}

.banner-content-new {
  text-align: left;
}

.banner-content-new h1 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.fee-info {
  font-size: 1.25rem;
  color: #d02f38;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: outfit;
}

.uni-tagline {
  font-size: 0.875rem;
  color: #000;
  /* font-weight: 600; */
  text-transform: uppercase;
  margin-bottom: 12px;
}

.gradient-line {
  height: 1px;
  width: 96px; /* Equivalent to w-24 */
  background: linear-gradient(to right, #dc2626, #facc15);
  margin: 0; /* Default for desktop (sm:mx-0) */
}

@media (min-width: 640px) {
  .gradient-line {
    width: 23vw;
  }
}

@media (max-width: 639px) {
  .gradient-line {
    margin: 0 auto; /* Equivalent to mx-auto */
  }
}

.R-banner-box {
  width: 30%;
  float: left;
}

.red {
  background: #d02f38;
}

.blue {
  background: #36183e;
}

.musturd {
  background: #d1b16f;
}

.grey {
  background: #36183e;
}

.db-box {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  padding: 12px 16px;
}

.db-box h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}

.db-box span {
  font-size: 14px;
}

.f-box {
  margin-top: 100px;
}

.free_sample_form {
  background: #ffffff;
  padding: 18px 30px;
  margin-top: 77px;
}

.free_sample_form form#requestsamplefrm {
  margin-top: 27px;
}

.name-box li,
.send-box li {
  list-style: none;
  margin-bottom: 9px;
}

.name-box label {
  font-size: 13px;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.name-box input,
.name-box select {
  font-size: 13px;
  color: #000000;
  border: 1px solid #cccccc;
  outline: none;
  width: 100%;
  padding: 6px 8px;
  font-family: "Outfit", sans-serif;
  border-radius: 3px;
  font-weight: 500;
  margin-top: 3px;
}

.name-box select {
  background: url(../images/select_dropdown.png) no-repeat center;
  background-position-x: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.errormsg {
  display: none;
  color: #e01a21;
  font-size: 11px;
  margin-top: 5px;
  text-align: left;
  font-family: "Outfit", sans-serif;
}

input.submit-btn {
  padding: 13px 23px;
  width: 100%;
  color: #ffffff;
  cursor: pointer;
  background: #d02f38;
  letter-spacing: 1px;
  margin-top: 0;
  border: 0;
  border-radius: 4px;
  outline: none;
}

.free_sample_form h3 {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  color: #333333;
  margin-bottom: 6px;
}

.free_sample_form span {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #666666;
}

.send-box {
  margin-top: 19px;
}

.bfuture_ready_section {
  margin-top: -70px;
  z-index: 9;
  margin-bottom: 70px;
  position: relative;
}

.bfr_img {
  width: 28%;
  float: left;
}

.bfr_content {
  width: 72%;
  float: left;
  padding: 44px 70px 50px 25px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  border-left: 0 none;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border: unset;
}

.bfuture_ready_section {
  /* padding: 0 0 80px 0; */
  background: transparent;
  margin-top: -80px; /* Overlap with hero section */
  position: relative;
  z-index: 100;
  font-family: "Outfit", sans-serif;
}

.bfuture_ready_section .container {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  padding: 0;
  max-width: 1200px; /* Narrower as per 2nd image */
  margin: 0 auto;
}

.bfr_img {
  width: 33%;
  background: #ef6f39; /* High impact orange background */
  display: flex;
  align-items: center;
  justify-content: center;
}

.bfr_img img {
  width: 70%;
  height: auto;
  display: block;
}

.bfr_content {
  width: 67%;
  padding: 45px;
}

.bfr_content h2.heading01 {
  font-size: 3rem;
  color: #36183e;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  text-align: left;
}

.bfr_content h2.heading01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 6px;
  background: #36183e;
}

.bfr_content span {
  display: block;
  font-size: 26px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.3;
}

.bfr_content p {
  font-size: 17px;
  color: #4a4a4a;
  /* line-height: 1.8; Better line gap as per image */
  margin-bottom: 0;
}

.distance_learning_programme_section {
  background: url(../images/distance_programm_bg.jpg) no-repeat;
  padding: 68px 0 93px 0;
  color: #ffffff;
  background-size: cover;
}

.heading01W {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 800;
}

.heading01W:after {
  background: #d1b16f;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 44px;
  height: 3px;
  transform: translateX(-50%);
}

.L-pgdp,
.R-pgdp {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.pgdp-block {
  overflow: hidden;
  padding: 20px 0;
}

.pgdp-block li {
  line-height: 32px;
  background: url(../images/square_bullet1.jpg) no-repeat left center;
  list-style: none;
  padding-left: 20px;
  color: #36183e;
  font-size: 16px;
}

.resp-tab-active:after {
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 0;
  height: 0;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top-style: solid;
  border-top-width: 12px;
  transform: translateX(-50%);
}

.red.resp-tab-active:after {
  border-top-color: #d02f38;
}

.blue.resp-tab-active:after {
  border-top-color: #36183e;
}

.musturd.resp-tab-active:after {
  border-top-color: #e88037;
}

.grey.resp-tab-active:after {
  border-top-color: #575757;
}

.lead_future_slider {
  margin: 0 -15px;
}

.leadthefuture_section {
  padding: 52px 0 110px 0;
  position: relative;
}

.LFS_box {
  padding: 22px 22px 0px 22px;
  color: #ffffff;
  position: relative;
}

.LFS_box h4 {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  min-height: 96px;
}

.LFS_box p {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  min-height: 105px;
  line-height: 20px;
  margin-top: 30px;
}

.lfs_img {
  position: absolute;
  right: 14px;
  bottom: 10px;
}

.ltf01 {
  position: absolute;
  right: 15.5%;
  top: 8%;
}

.ltf02 {
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.aboutnmims_section {
  background: url(../images/about_nmims_bg.jpg) no-repeat;
  padding: 75px 0 96px 0;
  color: #ffffff;
  background-size: cover;
}

.a-center {
  text-align: center;
}

.heading03 {
  font-size: 32px;
  color: #36183e;
  font-weight: 800;
}

.heading03:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #ffffff;
  width: 42px;
  height: 3px;
}

.abt-block {
  margin: 0 137px;
}

.abt-block p {
  line-height: 28px;
}

.ngaf_block {
  margin: 64px 137px 0 137px;
}

.ngaf_box {
  /*  background: #e88037; */
  font-family: "Outfit", sans-serif;
  text-align: center;
  min-height: 162px;
  padding: 0 20px;
  position: relative;
}

.R-ngaf {
  width: 30%;
  float: left;
  padding-top: 17px;
  position: absolute;
  right: 20px;
}

.L-ngaf {
  width: 70%;
  float: left;
  text-align: left;
  position: absolute;
  bottom: 15px;
}

.ngaf_block ul {
  margin-top: 30px;
}

.ngaf_block li {
  list-style: none;
  display: inline-block;
  width: 31.1%;
  float: left;
  margin: 0 10px;
}

.ngaf_box h3 {
  font-size: 40px;
}

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

.authorized-section {
  background: #d02f38;
}

.L_authourized_block {
  width: 59%;
  float: left;
  padding: 28px 0 28px 95px;
}

.R_authourized_block {
  width: 41%;
  float: left;
}

.authourize_right_blcok {
  margin: 8px 10px 8px 0;
  background: #eeeeee;
  padding: 22px 22px 22px 44px;
}

.la_img {
  width: 46%;
  float: left;
}

.la_rtext {
  width: 54%;
  float: left;
  color: #ffffff;
  padding: 22px 0 0 40px;
}

.la_rtext li {
  list-style: none;
  display: inline-block;
}

.la_rtext h3 {
  font-size: 30px;
  font-family: "Outfit", sans-serif;
}

.la_rtext p {
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  line-height: 20px;
}

.la_rtext ul {
  margin-top: 18px;
}

.la_rtext li {
  margin-right: 5px;
}

.authourize_right_blcok li {
  display: inline-block;
  vertical-align: bottom;
}

.authourize_right_blcok li:first-child {
  margin-right: 44px;
}

.authourize_right_blcok h4 {
  font-size: 18px;
  font-family: "MerriweatherRegular";
  color: #666666;
  margin-bottom: 5px;
}

.authorised_note {
  margin-top: 35px;
}

.authourize_right_blcok span {
  font-size: 17px;
  font-family: "robotomedium";
  color: #000000;
}

.authourize_right_blcok span.r-color.dr {
  font-size: 18px;
  font-family: "MerriweatherRegular";
}

.authorised_text span.r-color {
  color: #d4202d;
}

.authorised_note p {
  font-family: "robotoregular";
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

p.note {
  margin-top: 15px;
}

.authorised_note p strong {
  color: #d02f38;
}

.L-regional_ofc {
  width: 45%;
  float: left;
  padding: 36px 36px 0 0;
}

.R-regional_ofc {
  width: 55%;
  float: left;
}

.regional_office_section {
  padding: 41px 0;
}

.L-regional_ofc p {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}

.footer-section {
  background: #821723;
  padding: 24px 0;
  color: #ffffff;
}

.footer-section a {
  color: #ffffff;
  text-decoration: none;
}

.cookidiv {
  display: block;
  color: #000;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  line-height: 25px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.5);
  padding: 17px 0;
}

.L_cooki {
  float: left;
  width: 75%;
  padding-right: 140px;
}

.L_cooki p {
  font-size: 13px;
  font-family: "robotoregular";
  line-height: 20px;
}

.R_cooki {
  float: right;
  width: 25%;
  padding-top: 8px;
}

.cookidiv .btn-close-cooki,
.cookidiv .ok_btn {
  float: right;
  background: #1c3150;
  padding: 5px 15px;
  text-align: center;
  line-height: 1em;
  color: #fff;
  border-radius: 30px;
  font-family: "robotoregular";
  font-size: 12px;
  margin: 0 5px;
  text-decoration: none;
}

.dlp_slider.display-mobile {
  display: none;
}

/*-----Professional Page--------*/

.white {
  background: #ffffff;
}

.dark_red {
  background: #800000;
}

.db-box.bc {
  color: #1c3150;
}

.bfr_content.bfr_nga {
  padding: 44px 27px 50px 42px;
  border: 0 none;
}

.bfr_content span.dr {
  color: #800000;
}

.bfr_nga h2.heading01 {
  margin-bottom: 18px;
  font-size: 33px;
}

.bfr_content.bfr_nga p {
  line-height: 23px;
}

.executive_programm_section {
  background: url(../images/executive_programme_bg.jpg) no-repeat;
  padding: 35px 0 53px 0;
  color: #ffffff;
  background-size: cover;
}

.executive_programm_block {
  margin-top: 40px;
}

.EP_box {
  position: relative;
  display: inline-block;
  float: left;
  border: 2px solid #ffffff;
  border-radius: 3px;
  padding: 10px 25px 25px 25px;
  margin: 0 13.6px;
  min-height: 220px;
}

.EP_box.f_box {
  width: 41%;
  float: left;
}

.EP_box.s_box {
  width: 28%;
  float: left;
}

.EP_box.t_box {
  width: 24%;
  float: left;
}

.executive_box ul {
  width: 50%;
  float: left;
  padding-left: 24px;
}

.EP_box h3 {
  font-size: 27px;
  margin-bottom: 15px;
}

.EP_box h5 {
  font-size: 22px;
  margin-bottom: 11px;
}

.EP_box img {
  vertical-align: initial;
  margin-right: 10px;
}

.executive_box li {
  margin-bottom: 5px;
}

.executive_box p {
  margin-top: 14px;
  display: inline-block;
  font-size: 14px;
}

.DB {
  background: #1c3150;
}

.LG {
  background: #e7e7e7;
}

.LFS_box.LG.dr {
  color: #800000;
}

.pro_ngaf_block {
  margin: 64px 0 0 0;
}

.pro_ngaf_box {
  background: #f4f4f4;
  font-family: "robotoregular";
  text-align: center;
  padding: 20px 20px;
  position: relative;
}

.pro_ngaf_block li {
  list-style: none;
  display: inline-block;
  width: 21%;
  float: left;
  margin: 0 8px;
}

.pro_ngaf_block li:nth-child(3) {
  width: 29%;
}

.pro-L-ngaf {
  float: left;
  text-align: left;
}

.pro-R-ngaf {
  width: 28%;
  float: left;
  padding-top: 0;
  position: absolute;
  text-align: right;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.pro_ngaf_box h3 {
  font-size: 30px;
  color: #1c3150;
  font-family: "RobotoBold";
}

.pro_ngaf_box p {
  font-size: 16px;
  color: #666666;
  min-height: 44px;
}

.pro-L-ngaf.pro-b {
  width: 72%;
}

span.r-color.dr {
  color: #800000;
}

.bfr_gac {
  position: absolute;
  top: 0;
  right: -21px;
}

.R-heading01:after {
  background: #800000;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 2px;
}

.authorised_note span {
  font-family: "robotoregular";
  font-size: 14px;
  display: block;
  color: #666666;
}

#thankyou-popup {
  padding: 10px 20px;
  width: 500px;
  min-width: 500px;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.simplePopup {
  display: none;
  position: fixed;
  border: 4px solid #d02630;
  background: #fff;
  z-index: 14;
  text-align: center;
}

.popup-content h1 {
  font-family: "RobotoBold";
  font-size: 30px;
  color: #d02630;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-content p {
  font-family: "robotoregular";
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
}

.thanku_overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.disclamer {
  background: #ffffff;
  padding: 24px 0;
  color: #36183e;
}

.disclamer .disclam {
  font-size: 14px;
  line-height: 18px;
}

.nmins_header.color-red {
  background: #d4202d;
}

.nmins_header.color-red .L-nmims-head {
  width: 100%;
  text-align: center;
  padding-left: 0;
}

.nmins_header.color-red .L-nmims-head .nmims_logo {
  display: inline-block;
}

.resp-tabs-list li {
  font-family: Arial, Helvetica, sans-serif;
}

.resp-tabs-container {
  background-color: #ffffff !important;
}

.section4 .heading01 {
  text-align: center;
  font-weight: 600;
}

.section4 .heading01:after {
  left: 50%;
  transform: translateX(-50%);
}

.lead_future_slider .LFS_box {
  border-radius: 10px !important;
  margin: 5px;
  background: #36183e;
}

.LFS_box .musturd {
  width: calc(100% + 44px);
  margin-left: -22px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  min-height: 180px;
  padding: 20px 22px;
  color: #000000;
  margin-top: 20px;
  position: relative;
  display: block;
}

.LFS_box p {
  margin-top: 0px;
  min-height: 80px;
}

.LFS_box {
  position: unset;
}

.lfs_img {
  position: absolute;
  top: -45px;
  right: 10px;
}

.section05 .heading03 {
  font-family: Arial, Helvetica, sans-serif;
  color: #d1b16f;
  font-weight: 600;
}

.section05 .heading03:after {
  background-color: #d1b16f;
}

.section06 .authorized-section {
  background-color: #f7f7f9;
}

.section06 .la_rtext {
  color: #36183e;
}

.section06 .authorised_note p {
  font-family: Arial, Helvetica, sans-serif;
}

.section7 .L-regional_ofc p {
  color: #36183e;
  font-family: Arial, Helvetica, sans-serif;
}

.section7 .L-regional_ofc p span {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .heading01W:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.L-banner-box h2 {
  font-weight: bold;
}

.db-box h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.db-box span {
  font-size: 20px;
}

.L-regional_ofc {
  width: 60%;
  padding: 0px 60px 0 0;
}

.R-regional_ofc {
  width: 40%;
  float: right;
}

.section7 .heading01 {
  font-weight: 600;
}

/* MBA Online Specialisations Section */
.specialisations-section {
  padding: 60px 0;
  background-color: #f8faff;
}

.specialisations-section h2 {
  text-align: center;
  font-size: 32px;
  color: #36183e;
  font-weight: 700;
  margin-bottom: 40px;
}

.specialisations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

.specialisation-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.specialisation-card:hover {
  transform: translateY(-5px);
}

/* Floating Contact Buttons */
.floating-contact-wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

.floating-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.floating-btn:hover {
  transform: scale(1.1);
}

.call-btn {
  background: #007bff;
}
.whatsapp-btn {
  background: #25d366;
}

.floating-btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

/* Modal Overlay Styles */
.form_overlay_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-content-wrap {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 420px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  color: #666;
  cursor: pointer;
  z-index: 11;
  line-height: 1;
  transition: color 0.3s;
}

.close-modal:hover {
  color: #333;
}

.popup-form {
  margin-top: 0 !important;
  box-shadow: none !important;
}

.popup-form form {
  padding: 0 30px 30px 30px !important;
}

.popup-form .form-header {
  padding: 30px 30px 15px 30px !important;
}

.popup-form .submit-btn {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .modal-content-wrap {
    max-width: 90%;
  }
  .popup-form form {
    padding: 0 20px 20px 20px !important;
  }
}

.spec-icon-container {
  width: 100%;
  height: 140px;
  background: #f4f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-bottom: 1px solid #eee;
}

.specialisation-card:hover .spec-icon-container {
  background: #36183e;
}

.spec-icon-container img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  transition: all 0.3s ease;
  filter: brightness(0.2); /* Makes icons dark/visible by default */
  opacity: 0.8;
}

.specialisation-card:hover .spec-icon-container img {
  filter: brightness(0) invert(1); /* Makes icons white on hover */
  opacity: 1;
}

.spec-content {
  padding: 20px;
  flex-grow: 1;
}

.spec-content h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}

.spec-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.spec-content ul li {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

.spec-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #d02f38;
}

.spec-actions {
  display: flex;
  gap: 10px;
  padding: 0 20px 20px 20px;
}

.btn-brochure {
  flex: 1;
  background: #b91c1c;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.btn-enquire {
  flex: 1;
  background: #f1e4e9;
  color: #333;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

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

@media (max-width: 767px) {
  .specialisations-grid {
    grid-template-columns: 1fr;
  }
}
/* Compare Button Styling */
.compare-btn-container {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}

.btn-compare {
  background: #ffc107;
  color: #000;
  padding: 15px 60px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn-compare:hover {
  background: #d02f38;
  color: #fff;
}
