/* ---------- CSS Variables ---------- */
:root {
  --navy:      #0B2C4D;
  --navy-dark: #071e36;
  --gold:      #C8A45D;
  --gold-dark: #a8843d;
  --light-bg:  #F5F7FA;
  --text-main: #1a1a2e;
  --text-muted:#1d1f22e0;
  --white:     #ffffff;
  --card-shadow: 0 4px 20px rgba(11,44,77,.12);


      --navy2:  #1a2f5e;
      --gold:   #e8a020;
      --gold2:  #f5b840;
      --light:  #f7f8fc;
      --border: #e4e8f0;
      --text:   #1e293b;
      --muted:  #545454;
      --white:  #ffffff;
      --red:    #dc2626;
      --green:  #2d7a3a;
      --purple: #5b3fa6;
}

body {
  /* font-family: 'Inter', sans-serif; */
  color: var(--text-main);
  overflow-x: hidden;
  scroll-behavior: smooth;
  
}

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

img { max-width: 100%; }
/* Fonts */
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/external/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/external/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/external/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/external/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/external/Poppins-Bold.ttf");
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/external/OpenSans-Light.ttf");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/external/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "OpenSans-Medium";
  src: url("../fonts/external/OpenSans-Medium.ttf");
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/external/OpenSans-SemiBold.ttf");
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/external/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "LoversQuarrel-Regular";
  src: url("../fonts/LoversQuarrel-Regular.ttf");
}

@font-face {
  font-family: "HandelGothic-Regular";
  src: url("../fonts/external/HandelGothic-Regular.woff");
}

/* Common Styles */

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
padding-top:5px;
padding-bottom:7px;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
  text-decoration: none !important;
}

/* for removing underline for anchor*/

button:focus {
  outline: 0px !important;
}

a:hover {
  text-decoration: none;
}

/*textarea { resize: none;}*/

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100%;
}

/* for display */

.d-inline-flex {
  display: inline-flex;
}

/* for display inline */

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: flex;
}

/* for display inline */

/* for positions */

.pos-relative {
  position: relative;
}

.latest-sec.pos-relative {
  position: relative;
  top: -3px;
  left: 0;
}

.pos-absolute {
  position: absolute;
}

/* padding styles */

.p-0 {
  padding: 0px;
}

.p-5p {
  padding: 5px;
}

.p-10p {
  padding: 10px;
}

.p-15p {
  padding: 15px;
}

.p-20p {
  padding: 20px;
}

.p-30p {
  padding: 30px;
}

.p-40p {
  padding: 40px;
}

.pt-5p {
  padding-top: 5px;
}

.pt-10p {
  padding-top: 10px;
}

.pt-15p {
  padding-top: 15px;
}

.pt-20p {
  padding-top: 20px;
}

.pt-30p {
  padding-top: 30px;
}

.pt-40p {
  padding-top: 40px;
}

.pt-50p {
  padding-top: 50px;
}

.pt-55p {
  padding-top: 55px;
}

.pt-60p {
  padding-top: 60px;
}

.pt-70p {
  padding-top: 70px;
}

.ptb-5p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ptb-10p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ptb-15p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ptb-20p {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-25p {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ptb-30p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-35p {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ptb-40p {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50p {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60p {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70p {
  padding-top: 70px;
  padding-bottom: 70px;
}

.plr-10p {
  padding-left: 10px;
  padding-right: 10px;
}

.plr-20p {
  padding-left: 20px;
  padding-right: 20px;
}

.plr-30p {
  padding-left: 30px;
  padding-right: 30px;
}

.pb-5p {
  padding-bottom: 5px;
}

.pb-10p {
  padding-bottom: 10px;
}

.pb-15p {
  padding-bottom: 15px;
}

.pb-20p {
  padding-bottom: 20px;
}

.pb-30p {
  padding-bottom: 30px;
}

.pb-40p {
  padding-bottom: 40px;
}

.pb-60p {
  padding-bottom: 60px;
}

.pb-70p {
  padding-bottom: 70px;
}

.pb-80p {
  padding-bottom: 80px;
}

.ptb-4060p {
  padding-top: 40px;
  padding-bottom: 60px;
}

.pr-0p {
  padding-right: 0px;
}

.pl-0p {
  padding-left: 0px;
}

.pl-10p {
  padding-left: 10px;
}

.pl-15p {
  padding-left: 15px;
}

.pl-20p {
  padding-left: 20px;
}

.pl-25p {
  padding-left: 25px;
}

.pl-50p {
  padding-left: 50px;
}

.pr-20p {
  padding-right: 20px;
}

.pr-50p {
  padding-right: 50px;
}

/* margin styles */

.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-0 {
  margin: 0px;
}

.m-15p {
  margin: 15px;
}

.m-lr-auto {
  margin: 0px auto;
}

.mt-5p {
  margin-top: 5px;
}

.mt-10p {
  margin-top: 10px;
}

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

.mt-20p {
  margin-top: 20px;
}

.mt-25p {
  margin-top: 25px;
}

.mt-30p {
  margin-top: 30px;
}

.mt-40p {
  margin-top: 40px;
}

.mt-50p {
  margin-top: 50px;
}

.mt-55p {
  margin-top: 55px;
}

.mt-60p {
  margin-top: 60px;
}

.mt-70p {
  margin-top: 70px;
}

.mt-80p {
  margin-top: 80px;
}

.mt-90p {
  margin-top: 90px;
}

.mt-100p {
  margin-top: 100px;
}

.mt-120p {
  margin-top: 120px;
}

.mt-130p {
  margin-top: 130px;
}

.mt-220p {
  margin-top: 220px;
}

.mb-0p {
  margin-bottom: 0px;
}

.mb-5p {
  margin-bottom: 5px;
}

.mb-10p {
  margin-bottom: 10px;
}

.mb-15p {
  margin-bottom: 15px;
}

.mb-20p {
  margin-bottom: 20px;
}

.mb-25p {
  margin-bottom: 25px;
}

.mb-30p {
  margin-bottom: 30px;
}

.mb-40p {
  margin-bottom: 40px;
}

.mb-60p {
  margin-bottom: 60px;
}

.mb-70p {
  margin-bottom: 70px;
}

.mb-80p {
  margin-bottom: 80px;
}

.mtb-2040p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.mtb-5p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mtb-10p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mtb-15p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb-20p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mtb-30p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mtb-40p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mtb-50p {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mtb-60p {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mlr-10p {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr-20p {
  margin-left: 20px;
  margin-right: 20px;
}

.ml-5p {
  margin-left: 5px;
}

.ml-10p {
  margin-left: 10px;
}

.ml-15p {
  margin-left: 15px;
}

.ml-20p {
  margin-left: 20px;
}

.ml-50p {
  margin-left: 50px;
}

.mr-5p {
  margin-right: 5px;
}

.mr-10p {
  margin-right: 10px;
}

.mr-15p {
  margin-right: 15px;
}

.mr-20p {
  margin-right: 20px;
}

.mr-25p {
  margin-right: 25px;
}

.mr-30p {
  margin-right: 30px;
}

.mr-40p {
  margin-right: 40px;
}

.mr-50p {
  margin-right: 50px;
}

/* for box shadow */


/* for border radius  */

.brad-0 {
  border-radius: 0;
}

.brad-2 {
  border-radius: 2px;
}

.brad-3 {
  border-radius: 3px;
}

.brad-4 {
  border-radius: 4px;
}

.brad-5 {
  border-radius: 5px;
}

.brad-8 {
  border-radius: 8px;
}

.brad-50 {
  border-radius: 50px;
}

/* for borders  */

.br-0p {
  border: 0;
}

.br-gray-1p {
  border: 1px solid #e0dcdc;
}

.br-blue-1p {
  border: 1px solid #223b74;
}

.br-btmgray-1p {
  border-bottom: 1px solid #e0dcdc;
}

.br-tpgray-1p {
  border-top: 1px solid #e0dcdc;
}

.br-g2-1p {
  border: 1px solid #dee2e6;
}


/* for letter spacing  */

.ls-1p {
  letter-spacing: 1px;
}

.ls-2p {
  letter-spacing: 2px;
}

.ls-3p {
  letter-spacing: 3px;
}

.ls-4p {
  letter-spacing: 4px;
}

/* for text-patterns*/

.txt-up {
  text-transform: uppercase;
}

.txt-cap {
  text-transform: capitalize;
}

.txt-undline {
  text-decoration: underline !important;
}

/* for backgorund colors */

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: #000000;
}

.bg-trans {
  background: transparent;
}

/* for text-colors*/

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-green {
  color: #185e0b;
}

.text-yellow {
  color: #ffee4c;
}

.text-brown {
  color: #a25300;
}

.text-f1color {
  color: #202242;
}

.text-f2color {
  color: #a6234b;
}

.text-f3color {
  color: #020202;
}

.text-f4color {
  color: #262626;
}

.text-f5color {
  color: #212121;
}

.text-c1color {
  color: #190e00;
}

.text-c2color {
  color: #242424;
}

.text-c3color {
  color: #414141;
}

.text-c4color {
  color: #1c1c1c;
}

.text-c5color {
  color: #474747;
}

.text-c6color {
  color: #2b2b2b;
}

.text-c7color {
  color: #a81440;
}

.text-c8color {
  color: #292929;
}

.text-c9color {
  color: #161616;
}

.text-c10color {
  color: #63647a;
}

.text-c11color {
  color: #3a3089;
}

.text-c12color {
  color: #053302;
}

.text-c13color {
  color: #e27130;
}

.text-c14color {
  color: #0e1b2c;
}

.text-c15color {
  color: #c70038;
}

.text-c16color {
  color: #710c30;
}

.text-c17color {
  color: #f8ef8e;
}

.text-c18color {
  color: #151515;
}

/* for text-alignment*/

.align-items {
  align-items: center;
}

.align-flex-end {
  align-items: flex-end;
}

.justify-space {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-flex-end {
  justify-content: flex-end;
}

.wh-space {
  white-space: pre-line;
}

.obj-fit {
  object-fit: cover;
}

.cursor-pointer {
  cursor: pointer;
}

/* for font-size */

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font34 {
  font-size: 34px;
}

.font36 {
  font-size: 36px;
}

.font44 {
  font-size: 44px;
}

.font40 {
  font-size: 40px;
}

.font50 {
  font-size: 50px;
}

.font52 {
  font-size: 52px;
}

/* for line-hieght */

.lh-15p {
  line-height: 15px;
}

.lh-16p {
  line-height: 16px;
}

.lh-18p {
  line-height: 18px;
}

.lh-19p {
  line-height: 19px;
}

.lh-20p {
  line-height: 20px;
}

.lh-21p {
  line-height: 21px;
}

.lh-22p {
  line-height: 22px;
}

.lh-23p {
  line-height: 23px;
}

.lh-24p {
  line-height: 24px;
}

.lh-25p {
  line-height: 25px;
}

.lh-26p {
  line-height: 26px;
}

.lh-27p {
  line-height: 27px;
}

.lh-28p {
  line-height: 28px;
}

.lh-32p {
  line-height: 32px;
}

.lh-33p {
  line-height: 33px;
}

.lh-38p {
  line-height: 38px;
}

.lh-42p {
  line-height: 42px;
}

.lh-44p {
  line-height: 44px;
}

/* for font-weight */

.fw-600 {
  font-weight: 600;
}

/* for font related css */

.fnt-melanie {
  font-family: 'MELANIE-YZRBQ';
}

.fnt-pop-light {
  font-family: 'Poppins-Light';
}

.fnt-pop-regular {
  font-family: 'Poppins-Regular';
}

.fnt-pop-medium {
  font-family: 'Poppins-Medium';
}

.fnt-pop-semibold {
  font-family: 'Poppins-SemiBold';
}

.fnt-pop-bold {
  font-family: 'Poppins-Bold';
}

.fnt-arial {
  font-family: 'ARIAL';
}

.fnt-arial-bold {
  font-family: 'Arial-BoldMT';
}

.fnt-mont-light {
  font-family: 'MONT-LIGHT';
}

.fnt-mont-book {
  font-family: 'MONT-BOOK';
}

.fnt-monst-reg {
  font-family: 'Montserrat Regular';
}

.fnt-monst-light {
  font-family: 'Montserrat Light';
}

.fnt-robo-light {
  font-family: 'Roboto-Light';
}

.fnt-robo-reg {
  font-family: 'Roboto-Regular';
}

.fnt-robo-bold {
  font-family: 'Roboto-Bold';
}

.fnt-robo-med {
  font-family: 'Roboto-Medium';
}

.fnt-robo-italic {
  font-family: 'Roboto-Italic';
}

.fnt-robo-LightItalic {
  font-family: 'Roboto-LightItalic';
}

.fnt-robo-black {
  font-family: 'Roboto-Black';
}

.fnt-mont-reg {
  font-family: 'MONT-REGULAR';
}

.fnt-montsemi-bold {
  font-family: 'Mont-SemiBold';
}

.fnt-mont-bold {
  font-family: 'MONT-BOLD';
}

.fnt-josefinsans-bold {
  font-family: 'JosefinSans-Bold';
}

.fnt-josefinsans-semibold {
  font-family: 'JosefinSans-SemiBold';
}

.fnt-BenguiatStd-Book {
  font-family: 'BenguiatStd-Book';
}

.fnt-BenguiatStd-medium {
  font-family: 'BenguiatStd-Medium';
}

.fnt-vivaldid {
  font-family: 'VIVALDID';
}

.fnt-king2 {
  font-family: 'Kingthings_Calligraphica_2';
}

.fnt-trail-semibold {
  font-family: 'MontBlanc-Trial-SemiBold';
}

/* for text-alignment*/

.align-center {
  align-items: center;
}

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

.text-right {
  text-align: right;
}

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

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

.text-initial {
  text-align: initial;
}


.wh-wrap {
  white-space: nowrap;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  color: #000000;
  font-family: 'Poppins-Light',Poppins;
  line-height: 26px;
  overflow-x: hidden;

}


.container {
  max-width: 1320px !important;
  padding-left: 0;
  padding-right: 0;
}


a {
  text-decoration: none;
}
    .navbar>ul a{
      line-height: 40px !important;

    }
    .navbar>ul .sub-menu a{
      line-height: 26px !important;

    }

  .navbar {
    padding: 0;
    width: 100%;
  }
/* Common Styles end */
@media (min-width: 1024px) {
  .navbar {
    padding: 0;
    width: 100%;
  }

  .navbar ul span,
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    width: 100%;
/*     flex-wrap: wrap; */
  }

  .navbar li {
    position: relative;
  }

  .navbar ul a,
  .navbar ul a:focus {
   color: rgba(255, 255, 255, .85) !important;
    font-size: 14px;
    font-weight: 400;
    padding: 8px .6rem;
    position: relative;
    transition: color .2s;
    white-space: nowrap;
    letter-spacing: 0.3px;
  }

  .navbar a i,
  .navbar a:focus i {
    /* font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    position: relative;
    z-index: 5;
    display: none; */
  }

  /* .navbar a:hover,
  .navbar li:hover a,
  .menu-active a {
    color: #ffffff;
    background: #7f5f0b;
  } */

  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
  top: 100%;
   transform: translateY(15px);
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    min-width: 195px;
      transition: opacity 0.25s ease, transform 0.25s ease;
      border-radius: 5px;
  }

  .navbar .menu-item-has-children ul a {
  font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: var(--navy) !important;
    padding: .5rem 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background .15s, color .15s;
  }

  .navbar .menu-item-has-children ul a i {
    font-size: 12px;
  }

  .navbar .menu-item-has-children ul a:hover,
  .navbar .menu-item-has-children ul .active:hover,
  .navbar .menu-item-has-children ul li:hover>a {
background: var(--light-bg) !important;
    color: var(--gold) !important;
  }
#navSearchInput:focus,
#navSearchInput:focus-visible{
    outline:none !important;
    box-shadow:none !important;
    border:none !important;
}
  .navbar .menu-item-has-children:hover>ul {
   opacity: 1;
  visibility: visible;
  transform: translateY(0);
  }

  .navbar .menu-item-has-children .menu-item-has-children ul {
  top: 0;
  left: 100%;
  transform: translateX(15px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.25s ease;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  }
}
    @media (min-width: 1500px) {
		.container-fluid, .main_banner-bg {
	 padding-inline: 15px;
    max-width: 1400px;
	margin:0 auto;
}


}
@media (min-width: 1024px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
  # Mobile Navigation
  --------------------------------------------------------------*/

.mobile-nav-hide {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 0;
  transition: 0.5s;
  position: fixed;
  left: 275px;
  top: 15px;
  z-index: 9999;
  background: #530000;
  left: auto;
  right: 20px;
  border-radius: 50px;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .navbar ul span,
.mobile-nav-active .navbar ul {
  height: 100%;
  padding-top: 60px;
}


/* Active State (Visible and slide-in from bottom to top) */
.mobile-nav-active .navbar {
  transform: translateY(0);
  opacity: 1;
  border-radius: 0;
  transition: transform 0.6s ease-in-out, border-radius 0.6s ease-in-out;
}

.mobile-nav-active .navbar {
  padding-top: 0px;
  width: 100%;
  left: 0;
  height: 100%;
  text-align: center;
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: fixed;
  display: block;
  top: 0;
  z-index: 9998;
  opacity: 1;

  position: fixed;
}

.header {
  /* background-image: url(../images/menu-bg.png); */
  width: 100%;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 100% 100%; */
  background-color: var(--navy);;
  padding: 4px;
}
#header>div:first-child{
  min-width:380px
}
.navbar>ul .btn-apply-now a {
    line-height: 24px !important;
    margin: 0px !important;
}
.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 997;
}

.header-btm-br {
  background-image: url(../images/header-btm-br.png);
  height: 10px;
  z-index: 4;
  width: 100%;
  background-repeat-x: repeat !important;
  background-repeat: no-repeat;
}

.aws-app-menu {
  display: none;
}
.single-blog-img{
  float: right;
    width: 50%;
    padding-left: 20px;
}
@media (max-width: 1023px) {
  .single-blog-img{
  float: none;
    width: auto;
    max-width: 100%;
    padding-left: 0px;
}

  .aws-app-menu {
    display: block;
  }

  .header, .navbar ul {
    /* background-color: #7e5e09; */
  }
.mobile-nav-active .navbar ul{
  background-color: #7e5e09;
}
  body {
    padding-bottom: 44px;
  }

  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 50;
    background:#7e5e09;
  }

  .aws-app-menu>div * {
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    color: #fff;
    line-height: 10px;
  }

  .aws-app-menu>div i {
    font-size: 20px;
  }

  .aws-app-menu>div {
    justify-content: space-between;
  }

  .navbar a,
  .navbar a:focus {
    font-size: 13px;
  }

  .sub-menu a {
    font-size: 12px;
  }

  .header {
    /* height: 0;
    padding: 0; */
  }

  .navbar ul span li.menu-item-has-children>a i ,
  .navbar ul li.menu-item-has-children>a i {
    position: absolute;
    right: 20px;
    width: 10%;
    height: 30px;
    text-align: center;
    top: 0px;
  }

  .navbar ul span li.menu-item-has-children>a i::before ,
  .navbar ul li.menu-item-has-children>a i::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .navbar ul span li.menu-item-has-children>a,
  .navbar ul li.menu-item-has-children>a {
    position: relative;
    text-transform: capitalize;
  }

  .navbar {
    padding: 0 !important;
    /* position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      max-width:320px;
      bottom: 0;
      transition: 0.3s; */
    z-index: 9997;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: translate(0, 999%);
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
  }

  .navbar ul span,
  .navbar ul {
    /* position: absolute; */
    inset: 0;
    /* padding:40px 10px 10px 10px !important; */
    margin: 0;
    /* background-image:linear-gradient(0deg, #ce0b25 0%, #ff3f3e 100%); */
    overflow-y: auto;
    transition: 0.3s;

    z-index: 9998;
  }

  .navbar {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    bottom: -100%;
    transform: translateY(100%);
    transition: all 0.6s ease-in-out;
    z-index: 9998;
    opacity: 0;
    border-radius: 50% 50% 0 0;
    background-color: #fff;
    /* Adjust the background color as needed */
  }

  /* Initial State (Hidden with clip-path at the bottom) */
  .navbar {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 9998;
    opacity: 0;
    background-color: #fff;
    /* Adjust the background color as needed */
    clip-path: circle(0% at 50% 00%);
    transition: opacity 0.6s ease-in-out;
  }

  /* Active State (Visible and animate from bottom with clip-path) */
  .mobile-nav-active .navbar {
    animation: clipPathOpen 0.8s ease-out forwards;
    opacity: 1;
  }

  /* Keyframes for clip-path animation */
  @keyframes clipPathOpen {
    0% {
      clip-path: circle(0% at 50% 100%);
    }

    100% {
      clip-path: circle(150% at 50% 50%);
    }
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    color: #fff;
    white-space: nowrap;
    text-transform: capitalize;
    transition: 0.3s;
    font-family: "Poppins-Regular", sans-serif;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding: 5px 0 !important;
    border-top: 1px solid #ffffff6b;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    /* border: 1px solid #ffd086; */
    /* background:rgb(238, 195, 130); */
  }

  .dropdown-active a {
    /* font-size: 12px !important; */
    padding: 3px 15px;
    text-transform: capitalize;
  }
}

.navbar .menu-item-has-children>.dropdown-active,
.navbar .menu-item-has-children .menu-item-has-children>.dropdown-active {
  display: block;
}


/* ------------------------------------------------------------------------------------------------------------*/
/* DESKTOP HEADER CSS  */
/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER TOP CSS */

.mobile-logo-sec {
  display: none;
}

.top-header {
  position: relative;
  background-image: url(../images/header-bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 9;
  /* overflow: hidden; */
}

/* .top-header .container { */
/* max-width: 1370px !important; */
/* } */
.top-header:before {
  content: "";
  background-image: url(../images/top-bdr.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 8px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
}

.log-bg {
  background-image: url(../images/logo-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  filter: drop-shadow(0px 3px 5px rgba(53, 3, 0, 0.35));
}

.logo-icon-bar {
  padding: 3px 5px 0px 55px;
}

.logo-icon {
  height: 130px;
}

.logo-text {
/*   height: 103px; */
}

img.header-right-img {
  position: absolute;
  right: 53px;
  height: 115px;
  bottom: 2px;
  z-index: -5;
}

/* .login-n { */
/* margin-left: 25px; */
/* } */
.login-n a {
  color: #fff !important;
  text-transform: uppercase;
  background-color: #569727;
  border-radius: 50px;
}

.login-n a:hover {
  background-color: #367708 !important;
}

.login-n a img {
  margin-right: 5px;
  height: 14px;
  filter: brightness(0) invert(1);
}



/* ============================================================
   NAVBAR
============================================================ */
#mainNavbar {
  background-color: var(--navy);
  padding: 5px 0;
  box-shadow: 0 2px 20px rgba(0,0,0,.35);
  z-index: 9999;
}

/* Logo Emblem */
.logo-emblem {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  flex-shrink: 0;
}
.logo-emblem img {
  height: 100px;
}
.navbar-brand {
  padding-block: 0;
  /* width: 366px !important; */
}
.main-menu>ul, .menu_2{
  justify-content: end !important;
}
.logo-letter {
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}
.logo-stars {
  font-size: .4rem;
  color: var(--gold);
  letter-spacing: 2px;
  line-height: 1;
}
.logo-text { display: flex; flex-direction: column; }
.logo-name {
  font-family: 'Playfair Display', serif;
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
}
.logo-name span {
  display: block;
  font-size: 30px;
}
.footer-logo-name { font-size: 30px; }
.logo-est {
  color: var(--gold);
	display:none;
  font-size: 0.5rem;
  letter-spacing: .12em;
  /* padding-top: 4px; */
}
.footer-brand {
  text-decoration: none;
}
/* Nav links */
#mainNavbar .nav-link {
  color: rgba(255,255,255,.85) !important;
  font-size: 14px;
  font-weight: 400;
  padding: 20px .6rem;
  position: relative;
  transition: color .2s;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
#mainNavbar .nav-link:hover,
#mainNavbar .nav-link.active {
  color: var(--gold) !important;
}
#mainNavbar .nav-link.active::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  width: calc(100% - 20px);
  transform: translateX(-50%)
}

/* Dropdown toggle arrow */
.nav-link.dropdown-toggle::after {
  margin-left: 10px;
}
/* Search btn */
.nav-search-btn {
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: 13px;
  display: flex; align-items: center; gap: 5px;
  transition: color .2s;
}
.nav-search-btn:hover { color: var(--gold); }

/* Apply Now btn */
.btn-apply-now {
  background: var(--gold);
  color: var(--white) !important;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: .08em;
  padding: .45rem 1.1rem;
  border-radius: 4px;
  border: none;
  white-space: nowrap;
  transition: background .2s, transform .15s;
      display: flex;
    align-items: center;
    justify-content: center;
}
.btn-apply-now:hover {
  background: var(--gold-dark);
  transform: translateY(-1px);
}
#mainNavbar .nav-link.btn-outline-white {
  background: transparent;
  border: 1px solid;
}
/* ---- DROPDOWN MENUS ---- */
.dropdown-menu {
  background: var(--white);
  border: none;
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(11,44,77,.18);
  padding: .4rem 0;
  min-width: 200px;
  animation: fadeDropIn .18s ease;
}

@keyframes fadeDropIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.dropdown-item {
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  color: var(--navy);
  padding: .5rem 1.1rem;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .15s, color .15s;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: var(--light-bg);
  color: var(--gold);
}

/* ---- 3-LEVEL SUBMENU ---- */
.dropdown-submenu { position: relative; }
.dropdown-submenu > .dropdown-menu.submenu {
  top: 0;
  left: 100%;
  margin-top: -4px;
  display: none;
}
.dropdown-submenu > .dropdown-menu.level-3 {
  left: 100%;
}

/* Desktop: hover open */
@media (min-width: 992px) {
  .mega-dropdown:hover > .dropdown-menu { display: block; }
  .dropdown-submenu:hover > .dropdown-menu.submenu { display: block; }
  /* prevent overflow on right edge */
  .dropdown-submenu:last-child > .dropdown-menu.submenu {
    left: 100%;
  }
}

/* Mobile: keep menus hidden until toggled */
@media (max-width: 991.98px) {
  .dropdown-menu { box-shadow: none; border-left: 3px solid var(--gold); border-radius: 0; }
  .dropdown-submenu > .dropdown-menu.submenu { position: static; left: 0; margin: 0; padding-left: 1rem; }
  .dropdown-submenu > .dropdown-menu.level-3 { left: 0; }
}
.main_menu_set ul.navbar-nav > li:last-child a.nav-link {
  /* padding-right: 0 !important; */
}

/* ===== MOBILE DROPDOWN FIX ===== */
#mainNavbar .dropdown-icon {
  font-size: 12px;
  color: rgba(255,255,255,.7);
  cursor: pointer;
  transition: transform .2s ease;
}

/* Rotate icon when open */
#mainNavbar .dropdown.open > .nav-link .dropdown-icon {
  transform: rotate(180deg);
}

/* Desktop behavior */
/* @media (min-width: 992px) {
  #mainNavbar .dropdown-icon {
    display: none;
  }
} */

/* Mobile dropdown */
@media (max-width: 991.98px) {

  #mainNavbar .dropdown-menu {
    display: none;
  }

  #mainNavbar .dropdown.open > .dropdown-menu {
    display: block;
  }

}
/* ------------------------------------------------------------------------------------------------------------*/
/* HOME PAGE STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------*/

.common-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-gap {
  padding-top: 50px;
}

.pb-gap {
  padding-bottom: 50px;
}

.common-section2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt-gap2 {
  padding-top: 40px;
}

.pb-gap2 {
  padding-bottom: 40px;
}

.section-title {
  font-size: 32px;
  text-transform: uppercase;
  color: #111111;
  font-family: 'Poppins-Medium';
}

.section-title1 {
  font-size: 32px;
}

.section-title-gap {
  margin-bottom: 15px;
}

.flip-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bg-properties {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* common button css */

.btn-size {
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 50px;
  font-family: 'Poppins-Light';
}

.btn-size2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  border-radius: 50px;
  font-family: 'Poppins-Regular';
}

.btn-pd {
  padding: 6px 15px;
}

.btn-pd2 {
  padding: 8px 22px;
}

.btn-border-green {
  border: 1px solid #3a7025;
  color: #3a7025;
}

.btn-border-green:hover {
  background-color: #3a7025;
  color: #fff;
}

.btn-border-org {
  border: 1px solid #f54218;
  color: #f54218;
}

.btn-border-org:hover {
  background-color: #f54218;
  color: #fff;
}

.btn-gray {
  background-image: linear-gradient(0deg, #f2f2f2 0%, #ffffff 100%);
  border: 1px solid #46a925;
}

.btn-gray:hover {
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}

.form-control:focus {
  box-shadow: none;
}


.btn-sand {
  color: #2a2600;
  background-color: #ddd79c;
}

.btn-sand:hover {
  background-color: #d1cb93;
}


.common-btn a {
  font-size: 11px;
  color: #262626;
  border-radius: 50px;
  padding: 7px 20px;
}

.common-btn a:hover {
  border: 1px solid #ffaa29;
  background: #ffaa29;
  color: #fff;
}


.bg-maroon-gradient {
  background-image: linear-gradient(90deg, #ff9040 0%, #db0440 100%);
}

.bg-maroon-gradient:hover {
  background-image: linear-gradient(90deg, #db0440 0%, #ff9040 100%);
}

.btn-pd1 {
  padding: 15px 25px;
}

.trans-minus1p {
  transform: translateY(-1px);
}

.bg-properties {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

.form-control:focus {
  box-shadow: none;
}


/* BANNER CSS */

.mainbanner-bg {
  background-image: url(../images/banner-bg.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* z-index: 51; */
  padding-bottom: 20px;
  padding-top: 50px;
}

.banner-wrap {
  border-image-source: url(../images/banner-frame.png) !important;
  padding: 9px;
  border-image-repeat: stretch;
  border-image-slice: 32;
  border-image-width: 30px;
  border-image-outset: 0;
  display: block;
}

.banner-icon-bar {
  position: relative;
}

.banner-icon-bar:before {
  content: '';
  /* border: 15px solid #000; */
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}

.banner-icon-bar:after {
  content: '';
  /* border: 1px solid #fff; */
  position: absolute;
  top: 15px;
  bottom: 15px;
  z-index: 1;
  left: 15px;
  right: 15px;
}

.carousel-indicators {
  z-index: 5 !important;
}

.carousel-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #f15719;
}

/* carousel arrows css */

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 4%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 32px;
  height: 32px;
  background-color: #7e5e09 !important;
  background-size: 16px;
  padding: 15px !important;
  border-radius: 50px;
}

/* LATEST UPDATES CSS  */

/* .latest-sec { */
/* padding: 15px 0px; */
/* } */
.latest-post p {
  display: flex;
  width: 100%;
}

.latest-hd {
  font-size: 17px;
  text-transform: uppercase;
  color: #feffff;
  font-family: 'Poppins-SemiBold';
  /* width: 155px; */
  /* height: 38px; */
  line-height: 30px;
  text-transform: uppercase;
  background-color: #815f0d;
  padding: 3px 27px 3px 16px;
  position: relative;
  white-space: nowrap;
}

.latest-hd img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* width: 100%; */
  z-index: 9;
  right: -11px;
  height: 24px;
}

.update-content {
  background-color: #c39d4f;
  height: 100%;
  position: relative;
  display: grid;
  align-items: center;

  padding: 4px 25px;
  color: #fff;
  width: 100%;
}

.update-content ul {
  display: inline-flex;
}

.update-content ul li {
  padding-right: 45px;
}

.update-content li a {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

/* .update-content ul li:before { */
/* content: ''; */
/* border-radius: 50%; */
/* height: 8px; */
/* width: 8px; */
/* margin-right: 10px; */
/* background-color: #923351; */
/* margin-left: -25px; */
/* display: inline-block; */
/* } */

.latest-post:before,
.latest-post:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 46px;
  position: absolute;
  top: -8px;
  background-repeat: no-repeat;
}

.latest-post:before {
  background-image: url("../images/lat-left.png");
  left: -75px;
}

.latest-post:after {
  background-image: url("../images/lat-left.png");
  right: -75px;
  transform: scaleX(-1);
}

.latnews-left,
.latnews-right {
  position: absolute;
  bottom: 0;
  top: -5px;
  /* z-index: -1; */
}

.latnews-right {
  right: 0;
}

.latnews-left {
  left: 0;
}

/* BUTTON CSS */

.button-block {
  padding: 15px 0px;
}

.mbtn-block {
  border: 1px solid #008e38;
  height: 100%;
  padding: 20px 15px;
  border-radius: 5px;
  margin-left: -35px;
}

.mbtn-block li {
  margin-bottom: 10px;
}

.mbtn-block li:last-child {
  margin-bottom: 0px;
}



.hrz-buttonslis {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.hrz-buttonslis li {
  width: auto;
}

.cmn-buttonlis li a {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Oswald-Regular';
  padding: 3px 7px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(90deg, #7daf41 0%, #2cb058 100%);
}

.cmn-buttonlis li a span {
  margin-right: 7px;
}

.cmn-buttonlis li a span img {
  height: 28px;
}

.cmn-buttonlis li a:hover {
  background-image: linear-gradient(90deg, #f54b4e 0%, #ffa85e 100%);
}

/* common css */

.btn-color li:first-child a {
  filter: drop-shadow(0px 3px 0px #b21414);
  background-color: #ef3b3b;
}

.btn-color li:nth-child(2) a {
  filter: drop-shadow(0px 3px 0px #308a0f);
  background-color: #6cc540;
}

.btn-color li:nth-child(3) a {
  filter: drop-shadow(0px 3px 0px #ce590f);
  background-color: #ff8c35;
}

.btn-color li:nth-child(4) a {
  filter: drop-shadow(0px 3px 0px #8d5d00);
  background-color: #cb8706;
}

.btn-color li:first-child:hover a {
  background-color: #de1b1b;
}

.btn-color li:nth-child(2):hover a {
  background-color: #79db48;
}

.btn-color li:nth-child(3):hover a {
  background-color: #fc7712;
}

.btn-color li:nth-child(4):hover a {
  background-color: #e99b08;
}

/* MAIN CONTENT CSS */

.main-bg {
  /* background-image: url(../images/bg-wave.png); */
  /* background-color: #faf8e7; */
  background-position: center;
  position: relative;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
  /* padding-top: 45px;
  padding-bottom: 60px; */
}



img.main-bg-bottom {
  position: absolute;
  bottom: -17px;
  z-index: -2;
}

/* CURTAIN CSS	 */
.curtain-left,
.curtain-right {
  position: absolute;
  top: 0;
  height: 300px;
  z-index: 0;
}

.curtain-left {
  left: 0;
}

.curtain-right {
  right: 0;
}

/* DESIGN CSS */

.top-left-dgn,
.top-right-dgn {
  position: absolute;
  top: 0px;
  height: 300px;
  z-index: -1;
}

.top-left-dgn {
  left: 0px;
}

.top-right-dgn {
  right: 0px;
}

/* BOTTOM DESIGN CSS */

.btm-left-dgn,
.btm-right-dgn {
  position: absolute;
  bottom: 0px;
  height: 300px;
  z-index: -1;
}

.btm-left-dgn {
  left: 10px;
}

.btm-right-dgn {
  right: 10px;
}

.side-bg-color {
  background-color: #3a7025;
}

/* SPONSORS CSS */

.spnrs-card {
  height: 125px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #cec8d8;
  text-align: center;
  display: grid;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.spnrs-card:hover {}

.spnrs-card img {
  padding: 10px;
}

.spnrs-owl .owl-nav button.owl-next {
  right: -60px;
}

.spnrs-owl .owl-nav button.owl-prev {
  left: -60px;
}



/* OWL NAV CSS */

.scrl-nav .owl-nav [class*=owl-] {
  font-size: 18px !important;
  color: #fff !important;
  background: #a70000 !important;
  filter: drop-shadow(0 0 10px rgba(62, 14, 133, 0.12));
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  margin: 0 !important;
}

.scrl-nav .owl-nav [class*=owl-]:hover {
  background: #c90404 !important;
}

.scrl-nav .owl-nav button.owl-next,
.scrl-nav .owl-nav button.owl-prev,
.scrl-nav button.owl-dot {
  position: absolute;
  top: 45%;
}

.scrl-nav .owl-nav button.owl-next {
  right: 0px;
}

.scrl-nav .owl-nav button.owl-prev {
  left: 0px;
}

.scrl-nav .owl-nav .disabled {
  opacity: .7 !important;
}

.scrl-nav .owl-nav button.owl-next .fa-angle-right {
  padding-left: 4px;
}

.owl-next i {
  margin-left: 4px;
}

.spnrs-owl .owl-nav button.owl-next,
.spnrs-owl .owl-nav button.owl-prev,
.spnrs-owl button.owl-dot {
  position: absolute;
  top: 35%;
}

.spnrs-owl .owl-nav button.owl-next {
  right: -20px;
}

.spnrs-owl .owl-nav button.owl-prev {
  left: -20px;
}


/* GRID SECTION  */

.shadow-bg {
  filter: drop-shadow(0px 3px 7.5px rgba(0, 0, 0, 0.15));
}

.grid-section {
  display: grid;
  width: 100%;
  /* grid-template-columns:230px 750px 230px; */
  grid-template-columns: 230px 1fr 230px;
  grid-gap: 10px;
}

.grid-right-content,
.grid-left-content,
.grid-middle-content {
  height: 100%;
}

.grid-right-content {
  padding: 22px 7px 18px 7px;
}

.grid-left {
  overflow: hidden;
}

/* grid border css */
.bg-c {
  position: relative;
}

.bg-c:before {
  content: '';
  background-image: url(../images/side-top-br.png);
  background-repeat: repeat-x;
  height: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* GRID RIGHT SIDE CSS */

.side-grid-title {
  font-size: 19px;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Poppins-SemiBold';
}

.side-title-bg {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px;
}

.gold-bg {
  background: url(../images/gold-bar.png) no-repeat center;
}

.media-bg {
  background: url(../images/media-bg.png) no-repeat center;
}

/* SPONSORS CSS */

.sponser-img li {
  padding-top: 9px;
}

.sponser-img li div {
  width: 190px;
  height: 95px;
  background-color: #ffffff;
  display: grid;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.sponser-img li div img {
  width: 100%;
}

.sponser-img>ul>li:not(:last-child)>a>img {
  margin-bottom: 5px;
  max-width: 100%;
}

.sponser-img>ul {
  width: 100% !important;
}

/* GRID LEFT SIDE CSS */



/* PRESIDENT CSS */

.president-box {
  padding: 25px 15px 15px 15px;
  background: #4e7f3b;
}

.president-box .side-grid-title {
  color: #ffcb0a;
}

.presid-icon {
  border-radius: 100%;
  filter: drop-shadow(0px 6px 7.5px rgba(254, 133, 0, 0.4));
  background-color: #e3d4d3;
  border: 3px solid #ffffff;
  width: 128px;
  height: 128px;
}

.presid-name {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Poppins-SemiBold';
}

.presid-desgn {
  font-size: 13px;
  color: #ffcb0b;
  font-family: 'Poppins-Light';
}

.president-btn a {
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto-Regular';
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  border: 1px solid #ffcb0b;
  padding: 7px 30px;
  display: flex;
  width: 100%;
  justify-content: center;
  white-space: nowrap;
}

.president-btn a:hover {
  color: #fff;
  background: #d0715c;
}


/* fb css */

.fb-block {
  padding: 15px;
}

.fb-cont {
  padding: 10px 15px 15px 15px;
  border: 1px solid #4a6eba;
}

.fb-title {
  font-size: 14px;
  color: #425f9c;
  font-family: 'Montserrat-SemiBold';
}

.fb-cont p {
  font-size: 13px;
  line-height: 20px;
  color: #494949;
  font-family: 'Montserrat Light';
}

.fb-ico {
  position: absolute;
  right: 15px;
  bottom: 0;
}

.fb-btn a {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 20px;
  color: #303030;
  font-family: 'Montserrat-Medium';
  border-radius: 3px;
  background-color: #f9f9f9;
  border: 1px solid #c3c3c3;
}

/* GRID MIDDLE CSS */

.bg-c2:before {
  content: '';
  background-image: url(../images/grid-btm-br.png);
  background-repeat: repeat-x;
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* WELCOME CSS */
.welcome-block {
  background-image: url(../images/welcome-bg-2.png);
  background-color: #7ab038;
  padding: 45px 25px;
  border-radius: 15px;
}

.welcome-subtitle {
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0b2f6c;
  font-family: 'Poppins-Medium';
  /* filter: drop-shadow(0px 3px 3.5px rgba(10, 10, 91, 0.4)); */
}

.welcome-title {
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #073281;
  /* filter: drop-shadow(0px 3px 3.5px rgba(10, 10, 91, 0.4)); */
  font-family: 'Oswald-Bold';
}

.welcome-title2 {
  margin-left: 25px;
}

.wel-cnt {
  font-size: 15px;
  line-height: 23px;
  /* color: #073281; */
  color: #000;
  width: 90%;
  margin: auto;
}

.wel-mini-title {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 33px;
  color: #073281;
  font-family: 'Tungsten-Medium';
  /* filter: drop-shadow(0px 3px 3.5px rgba(10, 10, 91, 0.4)); */
}

.welcome-btn {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  font-family: 'Poppins-Light';
  /* width: 136px; */
  /* height: 34px; */
  border-radius: 50px;
  background-color: #ffcb0b;
  padding: 7px 22px;
}

.welcome-btn:hover {
  color: #016118;
  background-color: #ffd125;
}

.wel-btn:before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  height: 53px;
  text-align: center;
  background-image: url(../images/wel-dgn.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}



/* WELCOME CSS */

.fondr-card {
  background-image: linear-gradient(0deg, #ebe6ae 0%, #ebe6ae 0%, #ffffff 100%);
  border: 1px solid #ebe6ae;
  border-radius: 250px;
  padding-right: 25px;
}

.fondr-icon-bar {
  background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 6px;
  margin: auto;
}

.fondr-icon {
  /* width: 144px; */
  height: 240px;
  border-radius: 250px;
  background-color: #030303;
  object-fit: cover;
  object-position: top;
  overflow: hidden;
}

.fondr-icon img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
}

.fondr-name button {
  padding: 8px 45px;
  line-height: 18px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(90deg, #f34130 0%, #ff8f37 100%);
}

.fondr-subtitle {
  font-size: 20px;
  color: #3b2600;
  font-family: 'BenguiatStd-Book';
}

.fondr-title {
  font-size: 24px;
  color: #72051b;
  font-family: 'Poppins-Medium';
}

.fondr-shadow img {
  width: 300px;
  margin: auto;
}

.fondr-lis {
  border-top: 1px solid #dbdada;
  padding-top: 14px;
}

.fondr-lis li {
  font-size: 14px;
  color: #292929;
  /* border-bottom: 1px solid #dbdada; */
  padding: 5px 0px;
  display: flex;
  width: 100%;
  gap: 5px;
}

.fondr-lis li:last-child {
  border-bottom: 0;
}

.fondr-lis i {
  color: #c9272d;
  font-size: 16px;
  margin-right: 5px;
}

.desi-btn {
  background-color: #fd2e2c;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: 'Poppins-Light';
  display: inline-flex;
  padding: 0px 30px 0px 0px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  align-items: center;
  z-index: 2;
  transition: 0.5s;

}

.desi-btn::before {
  position: absolute;
  content: "";
  background-color: #ff9334;
  left: 0;
  width: 0px;
  transition: width 0.5s ease-out;
  z-index: -1;
  height: 100%;
}

.desi-btn>span {
  margin-right: 7px;
}

.desi-btn>span {
  width: 34px;
  height: 34px;
  background-color: #ff9334;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.desi-btn>span>span {
  width: 20px;
  height: 20px;
  background-image: url(../images/download.svg);
}

.desi-btn>span>span {
  font-size: 25px;
}

.desi-btn:hover::before {
  width: 100%;
}

/* EVENTS CSS */

.event-block {
  border: 1px solid #d6d08d;
  border-radius: 15px;
  padding: 30px;
  background: #fff;
}

.event-icon img {
  height: auto;
  border-radius: 15px;
  //object-fit:cover;
  object-position: top;
}


.edetils-btn {
  padding: 3px 15px;
}

/* UPCOMING CSS */

.ue-block {
  /* width: 1230px; */
  /* height: 449px; */
  background-color: #f2d460;
  padding: 20px;
}

.ue-title-wrap {
  background-color: #72051b;
  padding: 7px;
}

.ue-event-wrap {
  background: #fff;
  padding: 15px;
}

.ue-card {
  border: 1px dotted #414141;
  padding: 8px 0px 8px 8px;
}

.ue-icon img {
  width: 227px !important;
  height: 250px;
  margin: auto;
  background-color: #669b67;
  object-fit: cover;
}

.ue-content {
  padding: 15px;
  width: 100%;
}

.ue-title {
  font-size: 18px;
  line-height: 18px;
  color: #02317c;
  font-family: 'Poppins-Medium';
}

.ue-lis {
  margin: 15px 0px 25px 0px;
}

.ue-lis li {
  font-size: 14px;
  color: #292929;
  background: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 20px;
  display: flex;
  width: 100%;
  gap: 5px;
}

.ue-lis li:last-child {
  border-bottom: 0;
}

.ue-lis i {
  color: #c9272d;
  font-size: 16px;
  margin-right: 5px;
}

.ue-content a {
  font-size: 12px;
}

.articles-btn {
  font-size: 12px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 50px;
  background-color: rgba(204, 66, 1, 0);
  border: 1px solid #f2d460;
  padding: 3px 15px 1px 15px;
  position: absolute;
  right: 14px;
  top: 10px;
}

/* GALLERY SECTION MAIN CSS */

.bg2 {
  background-image: url(../images/diamond-bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 300px;
}

/* gallery section */

.gallery-wrap {
  background: #fff;
  border: 1px dotted #414141;
  padding: 25px;
}

.gallery-left-dgn,
.gallery-rgt-dgn {
  position: absolute;
  bottom: 0;
  height: 100px;
}

.gallery-left-dgn {
  left: 0;
}

.gallery-rgt-dgn {
  right: 0;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.gallery__icon,
.v-icon {
  /* height: 170px; */
  object-fit: cover;
  border-radius: 5px;
}

.g-box:hover .overlay {
  height: 100%;
}

.text {
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.gallery-owl i {
  font-size: 35px;
}


/* VIDEO CSS */

.video-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.video-icon-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/yt.png) no-repeat center center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -mz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-size: 50px;

}

.flip {
  display: inline-block;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.flip:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(8px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}


/* FOOTER PART CSS */

.f-br {
  position: relative;
  z-index: 5;
}

.footer-logo {
  height: 140px;
}

.footer-block {
/*   background-image: url(../images/footer-bg.png); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 125px;
  background-color: #ffffff;
  border: 2px solid #011e50;
  padding: 20px 30px;
  z-index: 5;
  position: relative;
  margin-bottom: -60px;
}

.footer-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #0a3786;
  font-family: 'Poppins-SemiBold';
}


.fbox2 {
  margin-left: -30px;
}

.ftrow {
  align-items: center;
}

.foot-li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 170px;
}

.foot-li li {
  margin-bottom: 8px;
  position: relative;
  transition: all ease 0.5s;
}

.foot-li li:hover {
  padding-left: 5px;
}

.foot-li a {
  color: #272228;
  font-size: 14px;
}

.fcal-cd ul li {
  border-bottom: 1px dotted #0d0012;
  padding: 7px 0px;
  font-size: 14px;
}

.fcal-cd ul li a {
  color: #0d0012;
  display: flex;
  align-items: center;
  line-height: 22px;
}

.loc-fnt img {
  height: 22px;
}

.cal-fnt img {
  height: 18px;
}

.mail-fnt img {
  height: 15px;
}

.fbox3 {
  border-radius: 10px;
  border: 1px solid #013a9e;
  /* height: 175px; */
  margin-right: 40px;
  position: relative;
}

.fmap iframe {
  width: 100%;
  /* height: 135px; */
  border-radius: 15px;
  /* margin-bottom: -7px; */
}

.getdir-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Poppins-Light';
  background-color: #013a9e;
  text-align: center;
  padding: 10px;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* news letter css */
.news-letter img {
  margin-right: 5px;
}

.news-letter h5 {
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins-Regular';
}

.news-letter h5 span {
  font-size: 12px;
  font-family: 'Roboto-Regular';
}

/* subscribe css */

.subscribe-box img {
  margin-bottom: -26px;
}

.subscribe-box input {
  font-size: 14px;
  color: #ffe191;
  background-color: rgba(124, 47, 162, 0);
  border: 1px solid #ffe191;
  border-radius: 50px;
  /* background-color: rgba(124,47,162,0.0784313725490196); */
  height: 36px;
  width: 288px;
  padding: 0px 15px;
}

.subscribe-box button {
  font-size: 14px;
  letter-spacing: 3px;
  border: 0;
  height: 36px;
  border-radius: 50px;
  text-transform: uppercase;
  color: #a72700;
  background-color: #ffc000;
  padding: 0px 20px;
  font-family: 'Poppins-Regular';
  position: absolute;
  right: 0;
}

.subscribe-box input:focus {
  color: #ffe191;
  background-color: transparent;
  border-color: 0;
  outline: 0;
  box-shadow: none;
}

.subscribe-box ::placeholder {
  color: #ffe191 !important;
}

/* social icons */
.fsocial-icons {
  margin-top: 20px;
}

.f-icon {
  position: relative;
  text-align: center;
  width: 0px;
  height: 0px;
  padding: 16px;
  color: #fff;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 0px 0px 10px;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.f-icon i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.f-fb {
  color: #4b69b1;
}

.f-tw {
  color: #0e0e0e;
}

.f-insta {
  color: #974494;
}

.f-yt {
  color: #e83f3a;
}



/*  copyright css */

.copyright_block {
  /* background-image: url(../images/copy-bg.png); */
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 0px 18px 0px;
  color: #fff;
   background: linear-gradient(to right, #011a46, #013a9e, #011a46);
}

.copyright_block p span {
  margin-left: 50px;
}

.aw-txt {
  color: #ffcb0b;
}



/* --------------------------------------------------------- */
/* INNER PAGES COMMON CSS STARTS HERE */
/* --------------------------------------------------------- */

.innmain-bg {
  padding-top: 15px;
}

.innmain-bg:before {
  display: none;
}

.inn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mini-height {
  min-height: 980px;
}

.inner-wrap {
  background: #fff;
  filter: drop-shadow(0px 3px 7.5px rgba(113, 56, 0, 0.22));
  position: relative;
}

.inner-wrap:before,
.inner-wrap:after {
  content: '';
  position: absolute;
  background-repeat: repeat-x;
  background-position: center;
  width: 100%;
}

.inner-wrap:before {
  background-image: url(../images/events-topbor.png);
  height: 8px;
  top: 0;
}

.inner-wrap:after {
  background-image: url(../images/eventsbotm-bor-img.png);
  height: 14px;
  bottom: 0;
}

.inner-hd {
  padding: 25px 30px 15px 30px;
  position: relative;
  border-bottom: 1px solid #6da522;
}

.inner-title {
  font-size: 30px;
  text-transform: uppercase;
  color: #111111;
  font-family: 'Poppins-Medium';
  margin-bottom: 0;
}

.inner-cnt {
  padding: 20px 30px;
}

.min-ht {
  min-height: 1250px;
}

.tit-gap {
  margin-bottom: 15px;
}

.tit2 {
  font-size: 18px;
  color: var(--gold);
  font-family: 'Poppins-Medium';
}

.list-li li {
  background: url(../images/list-li.png) no-repeat left 3px !important;
  padding-left: 25px;
  vertical-align: middle;
}

.upd-txt {
  padding-top: 200px;
  padding-bottom: 200px;
}



/* SIDE BAR CSS */

.chapter-btn {
  position: absolute;
  border: 0px;
  background-color: transparent;
  color: #fff;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: 'Poppins-Regular';
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  gap: 5px;
}

.chapter-btn i {
  font-size: 26px;
  display: inline-block;
}

.sidenav-title {
  color: #111111;
  font-family: 'Poppins-Medium';
  font-size: 22px;
}

.offcanvas {
  --bs-offcanvas-width: 300px;
  background-image: linear-gradient(0deg, #fffec7 0%, #ffffff1a 100%);
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: 15px 25px;
}

.offcanvas-body {
  padding: 10px 25px;
}

.chapter-canvas a {
  cursor: pointer;
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  padding-left: 27px;
  color: #000;
  transition: all ease 0.5s;
}

.chapter-canvas a::before {
  content: '\F3CD';
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 18px;
  color: #d51329;
}

.chapter-canvas a:hover {
  transform: translateX(5px);
}

.chapter-canvas::-webkit-scrollbar {
  width: 8px;
}

.chapter-canvas::-webkit-scrollbar-thumb {
  background-color: #d51329;
  border-radius: 20px !important;
}

.chapter-canvas::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: #6a251f47;
}

.btn-close:focus {
  box-shadow: none !important;
}

.offcanvas.offcanvas-start {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

.spnrs-owl .owl-nav.disabled {
  display: block !important;
}



.chapter-btn2 {
  background-image: linear-gradient(90deg, #42b052 0%, #f54b4e 100%);
  transition: ease all 0.5s;
}

.chapter-btn2:hover {
  background-image: linear-gradient(90deg, #f54b4e 0%, #42b052 100%) !important;
  color: #fff !important
}

.spnrs-owl.owl-carousel .owl-item img {
  max-height: 125px !important;
}

@keyframes flash1 {
  0% {
    background: linear-gradient(90deg, #7daf41, #2cb058);
  }

  100% {
    background: linear-gradient(90deg, #f54b4e, #ffa85e);
  }

}

.flashing-bg {
  animation: flash1 1s ease-in-out infinite;
}

.eye-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 30px;
}

.eye-icon .cursor-pointer {
  background-color: #ddebff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.cmn-buttonlis a {
  font-size: 15px !important;
  text-transform: capitalize !important;
}

@media screen and (max-width:480px) {
  .km_set {
    min-height: 300px;
  }

  .cmn-buttonlis a {
    min-width: 290px;
    padding-left: 0;
  }

  .main-bg.innmain-bg .inn-bg {
    min-height: 300px;
  }

  .hrz-buttonslis li {
    width: 290px !important;
  }


}

.header-nav #navbar li {
  margin-inline: 5px !important;
}






#MenuChapter {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  bottom: -100%;
  transform: translateY(100%);
  transition: all 0.6s ease-in-out;
  z-index: 9998;
  opacity: 0;
  border-radius: 50% 50% 0 0;
  background-color: #fff;
}


.mobile-chapter-active #MenuChapter {
  animation: clipPathOpen 0.8s ease-out forwards;
  opacity: 1;
}

.mobile-chapter-active #MenuChapter {
  padding-top: 0px;
  width: 100%;
  left: 0;
  height: 100%;
  text-align: center;
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: fixed;
  display: block;
  top: 0;
  z-index: 9998;
  opacity: 1;
  position: fixed;
  background-color: #000;
  border-radius: 0px;
}

.menu-chapter {
  padding: 50px 20px !important;
  overflow-x: auto;
}

.menu-chapter a {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  color: #fff;
  white-space: nowrap;
  text-transform: capitalize;
  transition: 0.3s;
  font-family: "Poppins-Regular", sans-serif;
}


/* INITEES SECTION CSS  */

.invitee-list {
  justify-content: center;
  margin-top: 20px;
}

.invitee-list .nav-item {
  margin: 10px 0px 10px 10px;
}

.invitee-list .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
  background-color: #e7f5dd;
  border: 1px solid #bcd1ae;
  border-radius: 50px;
  padding: 1px 15px;
}

.invitee-list .nav-item.show .nav-link,
.invitee-list .nav-link.active,
.invitee-list .nav-link:focus,
.invitee-list .nav-link:hover {
  color: #ffffff !important;
  background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%);
  border: 1px solid transparent;
}

.invitee-list .nav-item.show .nav-link img,
.invitee-list .nav-link.active img,
.invitee-list .nav-link:focus img,
.invitee-list .nav-link:hover img {
  filter: brightness(0) invert(1);
}






.header-nav #navbar .sub-menu li {
  margin-inline: 0 !important;
}

.navbar .menu-item-has-children ul a {
  min-width: 180px;
}



a.dropdown-item.drop__list:hover {
  background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%);
  color: #fff;
}

ul.dropdown-menu.show {
  background-color: #e7f5dd;
  color: #fff;
}

ul.dropdown-menu.show:active {
  background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%) !important;
  color: #fff;
}

ul.dropdown-menu.show:hover {
  color: #fff !important;
}

a.dropdown-item.drop__list.active {
  background-image: linear-gradient(90deg, #186231 0%, #569727 50%, #196131 100%);
}





/* Members menu mobile  */


#Menuaaamembers {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  bottom: -100%;
  transform: translateY(100%);
  transition: all 0.6s ease-in-out;
  z-index: 9998;
  opacity: 0;
  border-radius: 50% 50% 0 0;
  background-color: #fff;
}


.mobile-aaamembers-active #Menuaaamembers {
  animation: clipPathOpen 0.8s ease-out forwards;
  opacity: 1;
}

.mobile-aaamembers-active #Menuaaamembers {
  padding-top: 0px;
  width: 100%;
  left: 0;
  height: 100%;
  text-align: center;
  transform: translate(0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: fixed;
  display: block;
  top: 0;
  z-index: 9998;
  opacity: 1;
  position: fixed;
  background-color: #000;
  border-radius: 0px;
}

.menu-aaamembers {
  padding: 50px 20px !important;
  overflow-x: auto;
}

.menu-aaamembers a {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  color: #fff;
  white-space: nowrap;
  text-transform: capitalize;
  transition: 0.3s;
  font-family: "Poppins-Regular", sans-serif;
}


/* Members menu mobile  */


/* MAP CSS */

#chartdiv {
  width: 100%;
  height: 500px;
}

.map-marker {
  margin-left: -8px;
  margin-top: -8px;
}

.map-marker.map-clickable {
  cursor: pointer;
}

.pulsebar {
  width: 20px;
  height: 20px;
  border: 5px solid #f7f14c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

.map-marker .dot {
  border: 10px solid #fff601;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulsebar 3s ease-out;
  -moz-animation: pulsebar 3s ease-out;
  animation: pulsebar 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes pulsebar {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes "pulsebar" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

/* divya  */
.navbar .menu-item-has-children.menu-sec ul a {
  min-width: 365px;
}




.sponsors-bg {
  background-image: url(images/sponsors-bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: 300px;
  position: relative;
}

.btm-left,
.btm-right {
  position: absolute;
  bottom: 0;
  height: 215px;
  z-index: -1;
}

.btm-left {
  left: 15px;
}

.btm-right {
  right: 15px;
}

/* SPONSORS CSS */

.spn-b {
  border: 1px solid #bbd9d9;
}

.spn-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #bbd9d9;
  grid-gap: 1px;
}

.spn-grid>* {
  background-color: #fff;
}

.spn-grid li {
  height: 131px;
  background-color: #ffffff;
  display: grid;
  align-items: center;
  justify-content: center;
}

.spn-grid li img {
  transition: all ease 0.5s;
  cursor: pointer;
  max-height: 100px !important;
}

.spn-grid li img:hover {
  transform: scale(1.05);
}

/* PROGRAM SECTION CSS */

.program-icon {
  height: 376px;
  border-radius: 8px;
  background-color: #96824a;
  transition: all ease .5s;
}

.program-icon:hover {
  transform: translateY(-5px);
}

.program-title-bar {
  position: absolute;
  bottom: 25px;
  padding: 25px 35px 13px 35px;
  background-size: 100% 100%;
}

.work.program-1 .program-title-bar {
  background-image: url(../images/red-bg.png);
}

.work.program-2 .program-title-bar {
  background-image: url(../images/green-bg.png);
}

.work.program-3 .program-title-bar {
  background-image: url(../images/blue-bg.png);
}

.work.program-4 .program-title-bar {
  background-image: url(../images/yellow-bg.jpg);
}

.program-title {
  font-size: 35px;
  letter-spacing: -1px;
  color: #ffffff;
  font-family: 'Poppins-Semibold';
  line-height: 27px;
}

.program-title span {
  font-size: 16px;
  font-family: 'Poppins-Regular';
}

.mission-container {
  border: 1px solid #0732813b;
  border-radius: 10px;
  padding: 15px 0px;
  max-width: 800px;
  margin-inline: auto;
}

/* programs section  */
.sec-btn,
.title-line {
  margin-bottom: 36px;
}

.sec-btn {
  text-align: center;
}

.nav-tabs.course-tabs {
  gap: 16px;
  border-bottom: unset;
}

.nav-tabs.course-tabs {
  gap: 16px;
  border-bottom: unset;
}

.nav-tabs {
  border-bottom: 1px solid #7e5e0996;
}

.nav {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;

}


.nav-tabs.course-tabs .nav-link.active, .nav-tabs.course-tabs .nav-link:hover {
  background:linear-gradient( #011a46, #013a9e);
  color: #ffffff;
  border-color: transparent;
}
.nav-tabs.course-tabs .nav-link:before{
	background:linear-gradient( #011a46, #013a9e);
}
.nav-tabs.course-tabs .nav-link {border: 1px solid #013798;
color: #013084;
}
.nav-tabs.course-tabs .nav-link {
  border-radius: 50px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #7e5e0996;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.th-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 15px !important;
  font-weight: 500;
  padding: 12px 19px;
  line-height: 1;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  border-radius: 50px;
  border: 1px solid transparent;
  gap: 8px;
}

.academic-card,
.course-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.academic-card {
  padding: 20px;
  border: 1px solid #013693 !important;
}

.academic-card .academic-img,
.course-card .course-img-thumb {
  flex-shrink: 0;
}

.academic-img {
  margin-bottom: 20px;
  border-radius: 5px;
}

.academic-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.academic-img img {
  width: 100%;
	height:233px;
object-fit:cover;
}

.academic-tag {
  position: absolute;
  font-size: 13px;
  color: #ffffff;
  padding: 0px 10px;
  top: 0px;
  right: 0px;
  background: linear-gradient( #011a46, #013a9e);
}

.academic-card .academic-content,
.course-card .card-content {
  flex-grow: 1;
}

.academic-content {
  border-bottom: none !important;
  /* padding-bottom: 22px; */
  margin-bottom: 0px;
}

.academic-content .box-title {
  margin-bottom: 0;
  margin-top: -0.4em;
}

.popular-course-area-1 h3 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
  font-family: 'Poppins-Medium';
}

.box-title {
  font-size: 24px;
  line-height: 27px;
  /* font-weight: 600; */
  margin-top: -0.32em;
}

.box-title a {
  color: inherit;
}

.box-text.style2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.th-btn.style-border1.th-icon:hover {
  color: #fff;
}
.box-text {
  margin-bottom: -0.5em;
}

.academic-card .academic-meta-wrap,
.course-card .academic-meta-wrap {
  margin-top: auto;
}

.academic-meta-wrap {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.academic-card .th-btn {
  padding: 7px 18px;
}

.th-btn.style-border1 {
    background-color: transparent;
    border: 1px solid #7e5e09;
    padding: 10px 15px;
    font-family: 'Poppins-Regular';
    color: #7e5e09;
}
.submit-btn.th-btn.style-border1 {
    background-color: #7e5e09;
    border: 1px solid #7e5e0996;
    padding: 10px 15px;
    font-family: 'Poppins-Regular';
    color: #ffffff;
}
.submit-btn.th-btn.style-border1:hover {
    background-color: transparent;
    border-color: #7e5f098d;
    /* box-shadow: 0 0 1px rgba(126, 95, 9, 0.413); */
    color: #ffffff;
}
.th-btn.style-border1.th-icon {border: 1px solid #013693;
color: #013693;
}
.th-btn.style-border1.th-icon::before {background: #013795;}
.academic-meta-wrap .th-btn.style-border1 {
  padding: 6px 15px;
}

.program-cnt p {
  font-size: 15px;
  color: #000000 !important;
  font-weight: 500;
  font-family: 'Poppins-Regular';
  line-height: 22px;
}

.academic-tag span i {
  padding-right: 5px;
}

.academic-meta-wrap i {
  font-size: 23px;
}

.popular-course-area-1 {
  background-color: #FAFAFA;
}

/* .th-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 12px 28px;
  border: 2px solid #007bff;
  color: #007bff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s ease;
} */

/* Background sliding highlight */
/* loki css */

.th-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #7e5e09;
  transition: all 0.4s ease;
  z-index: -1;
}

/* Hover action */
.th-btn:hover::before {
  left: 0;
}

.th-btn:hover {
  color: #ffffff;
}

/* about us */
.aws-cmn-title {
  padding: 25px 30px 15px 30px;
  position: relative;
  border-bottom: 1px solid #6da522;
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 1.6rem;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;

}

.aws-content-start {
  padding: 40px;
/* text-align: justify; */
}

.aws-content-start.tution-fee {
  padding: 40px;

}

.tit2 {
  font-size: 18px;
  color: var(--gold);
  font-family: 'Poppins-Medium';
}

.tit-gap {
  margin-bottom: 15px;
}

.main_banner-bg .aws-inner-content {
  background: #fff;
  box-shadow: 0px 8px 30px #e9e9e9;
}

.main_banner-bg {
  /* background-image: url(../images/bg.jpg); */
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  padding-bottom: 80px;
  padding: 3rem;
}

/* .main_banner-bg:before {
    content: '';
    background-image: url(../images/content-sec-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 150px;
    background-position: top;
    position: absolute;
    bottom: 25%;
    transform: translateY(-50%);
    z-index: -1;
} */
@media screen and (min-width:1600px) {
  .main_banner-bg:before {

    bottom: 15%;

  }
}

.main_banner-bg .cus-about-sec {
  background: #fff;
  box-shadow: 0px 8px 30px #e9e9e9;
}

.aws_contact_de_set {
  display: flex;
  width: 100%;
  padding: 15px;
  border: 1px solid #e1e3e6;
}

.w-auto {
  width: auto !important;
}

fieldset {
  border: 1px solid #929797 !important;
  padding: 1rem 1rem 0 1rem;
  height: 56px;
  margin-bottom: 23px;
}

fieldset .input-box {
  border: 0px;
  background-color: transparent;
  width: 100%;
  position: relative;
  height: 32px;
  top: -32px;
  color: #757575;
  font-family: "Poppins-Light", sans-serif;
  font-size: 13px;
}

.float-none {
  font-size: 13px;
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 1.5rem !important;
  }
}

.full-page {
  min-height: 50vh;
  /* page height = viewport height */
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  /* text-align: center; */
  /* padding: 20px; */
  /* small side padding for mobile */
  box-sizing: border-box;
}

/* .card {
      max-width: 820px;
      width: 100%;
      padding: 36px;
      border-radius: 12px;
      backdrop-filter: blur(6px);
    } */

h1 {
  margin: 0 0 8px 0;
  /* font-size: clamp(28px, 6vw, 56px); responsive size */
  letter-spacing: 1px;
}

p.lead {
  margin: 0 0 18px 0;
  font-size: clamp(14px, 2.5vw, 18px);
  opacity: .85;
}

.coming-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background: var(--accent);
  border-radius: 50%;
  animation: blink 1.2s infinite;
  vertical-align: middle;
}

@keyframes blink {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.6);
    opacity: .35;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* small footer note */
.note {
  font-size: 13px;
  opacity: .65;
  margin-top: 14px;
}

/* optional: make sure content remains centered on very short screens (keyboard etc) */
@media (max-height:420px) {
  .full-page {
    align-items: flex-start;
    /* padding-top: 28px;
    padding-bottom: 28px; */
  }
}

/* second header section start  */
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 7px;
  left: 0;
}

.login-n.ds a {
  background-color: transparent !important;
}

.tution-fee .box-title {
  font-size: 18px;
  color: #000000;
  font-family: "Poppins-Medium";
  line-height: 22px;
}

/* Hover effect (subtle professional style) */
.tution-fee .program-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b3a06e;
  padding: 12px 16px;
  /* border-radius: 12px; */
  margin-block: 12px;
  /* box-shadow: 0 3px 10px rgba(0, 60, 130, 0.08); */
}

.tution-fee .program-cnt h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #a35d00;
  font-family: 'poppins-light';

}

.tution-fee .program-cnt h6 {
  margin: 0 0;
  font-size: 15px;
  font-weight: 600;
  color: #004a8f;
  font-family: 'poppins-light';
}

/* Base Card */
.tution-fee .academic-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  transition: all 0.35s ease;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e6e6e6;
  position: relative;
}

/* Card Hover ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ Unique Premium Effect */
.tution-fee .academic-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 12px 28px rgba(0, 0, 0, 0.15);
  border-color: #c89d24;
  /* subtle gold border */
}

/* Gold Glow Border Animation */
.tution-fee .academic-card:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  transition: 0.35s ease;
}

/* Image zoom */
.tution-fee .academic-card .academic-img img {
  transition: 0.5s ease;
}

.tution-fee .academic-card:hover .academic-img img {
  transform: scale(1.08);
}

/* Button slight move */
.tution-fee .academic-card:hover .th-btn {
  transform: translateX(4px);
  transition: 0.3s ease;
}

/* second header section end  */

.login-btn {
  background-color: #569727;
  border-radius: 50px;
      padding-inline: 10px
}
li.login-n a {
    padding: 3px 10px !important;
}

.login-btn:hover a {
  background-color: transparent !important;

}

.login-sub li:hover a {
  background-color: #7f600d !important;
  color: #ffffff !important;
  overflow: hidden !important;
}

ul.sub-menu.academic li {
  min-width: 210px;
}
.academic-content p{
      font-size: 15px;
    color: #000000 !important;
    font-weight: 500;
   font-family: 'Poppins-Light';
    line-height: 22px;
}

    .list-sec ul {
        list-style-type: none;
        /* padding-left: 20px; */
        
    }
    ul li span{
padding-right: 8px;
font-size: 20px;
color: #7f5f0b;
    }

    .list-sec ul li {
        margin-bottom: 3px;
        line-height: 1.7;
        position: relative;
        padding-left: 0px;
        display: flex;
        align-items: center;
      
      
    }
    .list-menu li {
      position: relative !important;
    padding-left: 28px !important;
    margin-bottom: 5px !important;
}

.list-menu li::after {
  position: absolute;
  content: "";
     width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--gold);
    left: 11px;
    top: 8px;
}


    /* Blue bullet points */
    .list-sec ul li::marker {
        color: #012666;
        font-size:20px;
    }

    /* Optional: bold heading inside list */
    .list-sec ul li strong {
        color:#7f5f0b;
    }
.careers-list{
  padding-left: 13px;
}
h4.tit2.tit-gap {
    margin-bottom: 5px;
    margin-top: 20px;
}.list-sec p {
    margin-bottom: 0;
}
@media screen and (max-width:1024px) {
.navbar.nav_2 {
  display: none;
}
}
@media screen and (max-width:679px) {
  .main_banner-bg {
    padding: 15px 0 !important;
}
}



.ceo-img {
    width: 100%;
    max-width: 380px;   /* prevents too large on desktop */
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* spacing control on small devices */
@media (max-width: 767px) {
    .ceo-img {
        margin-top: 20px;
    }
}

header#header-1 {
    background-image: linear-gradient(45deg, #0f316a, #083a91);
}
/* .navbar ul span {
  position: absolute;
  top: calc(100% + 14px);
  z-index: 11;
} */
@media (max-width: 1023px) {
    .navbar ul span {
  position: relative;
  top: calc(0% + 14px);
  z-index: 11;
  border-top: 1px solid aliceblue;
  padding-top: 11px !important;
}
.login-btn {
  background-color: transparent;
  border-radius: 0px;
  padding-inline: 0px;
  padding-bottom: 20px;
}
}
@media (min-width: 1024px) {
    .navbar ul span.menu_2 {
      /* background: #0e2f65; */
      /* top: calc(100% + 4px);
      padding-block: 4px;
      width: 100%;
      left: 0; */
    }
    .header .container {
  max-width: 100% !important;
  padding-inline: 0 !important;
 
}

#header {
  padding-inline: 0;
}
.main_banner-bg {
  padding-top: 30px;
}

}
@media screen and (max-width:576px) {
  .login-n {
  text-align: left;
}
.login-n a {
  display: inline-flex;
}
 .aws-content-start.tution-fee {
  padding: 20px;
}
.aws-content-start {
  padding: 30px;
}

.tit2 {
  font-size: 16px;}
  fieldset {
 
  margin-bottom: 22px;
}
}
.all-programs{
  background-color: #ffffff !important;
}
.search-container {
  width: 100%;
     max-width: 20.3%;
    position: absolute;
    top: 32%;
    right: 9.4%;
}

    .search-box {
      background: #fff;
      border-radius: 50px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      padding:2px 20px;
    }

    .search-box input {
      max-width: 100px;
      border: none;
      outline: none;
      box-shadow: none;
      font-size: 15px;
    }

    .search-icon {
      font-size: 16px;
      color: #6c757d;
    }
    .search-container .form-control {padding: 6px 5px !important;}
    .navbar .menu-item-has-children.menu-secs ul a{
   
      min-width: 385px;
    }
     .navbar .menu-item-has-children.menu-sub-sec ul a{
      min-width: 250px;
     }
     



     /* pandari  */
     .aws-content-start.apply {
  justify-content: center;
  display: flex;
}
      .aws-content-start .apply {
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .full-page.apply {
            width: 100%;
            max-width: 900px;
            text-align: center;
            display: block;
            padding: 0px;
        }

        .university-title {
            font-size: 34px;
            font-weight: bold;
            color: #00000098;
            margin-bottom: 25px;
            text-decoration: underline;
            text-decoration-color: #c9a14a;
            font-family: 'Poppins-Regular';
        }

        .info-text {
            font-size: 16px;
            color: #777;
            margin-bottom: 35px;
        }

        .welcome-text {
            font-size: 18px;
            margin-bottom: 20px;
            margin-top: 30px;
            font-family: 'Poppins-Regular';
        }

        .btn-box .btn {
            display: block;
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            padding:  20px;
            font-size: 18px;
            text-decoration: none;
            border: 1px solid #c9a14a;
            background: transparent;
            transition: all 0.3s ease;
            border-radius: 30px;
        }

       

        .signin-text {
            margin-top: 35px;
        }

        .signin-text a {
            color: #c9a14a;
            text-decoration: underline;
            font-size: 16px;
        }

       .divider {
  width: 1px;
  height: 23px;
  background: #c9a14a;
  margin: 23px auto;
}

        .note-text {
            font-size: 15px;
            color: #cccccc;
            margin-top: 30px;
        }

        .aws-alert-info {
    background-image: linear-gradient(to right, #dceafe, #f8fafb);
    padding: 10px 15px;
    border-radius: 3px;
    font-family: "Poppins-Regular", sans-serif;
}

    .aws-alert-info i {
        animation: jump-shaking 1s infinite;
        display: inline-block;
    }

    .aws-alert-info a {
        color: red;
    }

@keyframes jump-shaking {
    0% {
        transform: translateX(0);
    }

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

    35% {
        transform: translateY(0px) rotate(17deg);
    }

    55% {
        transform: translateY(0px) rotate(-17deg);
    }

    65% {
        transform: translateY(0px) rotate(17deg);
    }

    75% {
        transform: translateY(0px) rotate(-17deg);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}
/* Custom checkbox */
input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
    margin-right: 15px;
    font-size: 13px;
}

    input[type="checkbox"] + label:before {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin-right: 11px;
        position: absolute;
        top: 4px;
        left: 0;
        border: 1px solid #1a92d7;
        background-color: #fff;
        border-radius: 0px;
    }

input[type="checkbox"] {
  width: 25px;
  height: 15px;
    visibility: inherit;
    z-index: -1;
}

       input[type="checkbox"]:checked + label:after {
        content: "\F26EÃƒâ€šÃ‚Â";
        font-size: 19px;
        line-height: 18px;
        color: #fff;
        background: #1a92d7;
        display: block;
        position: absolute;
        top: 5px;
        left: 1px;
        width: 16px;
        height: 16px;
        border-radius: 0px;
        font-family: bootstrap-icons !important;
    }


    /* form-error */
.error.help-block {
    color: #ff3737;
    font-family: "Poppins-Regular", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    /*display: inline-block;*/

    display: block;
    text-align: left;
}

.errormsg {
    color: #ff3737;
    font-family: "Poppins-Regular", sans-serif;
    font-style: normal;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
}

fieldset.has-error {
    border-color: #ff3737;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 18px;
        display: inline-block;
        color: #666;
        font-size: 13px;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #1a92d7;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: "";
            width: 12px;
            height: 12px;
            background: #1a92d7;
            position: absolute;
            top: 3px;
            left: 2.1px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
        }

fieldset.h-auto {
    padding-top: 0px;
    padding-bottom: 0.6rem;
}

/* tabsin custom payment */

.cus-tabs-container {
    width: 100%;
}

.cus-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cus-tab-label {
    text-align: center;
    /*flex: 1;*/
    padding: 5px 3px;
    background-color: #ffffff;
    border: none;
    max-width: 23%;
    border: 1px solid #d5d5d5;
    margin: 5px 0px;
    cursor: pointer;
}

    .cus-tab-label.active {
        background-color: #ad1115;
        border-color: #ad1115;
        color: #fff;
        font-family: "Poppins-Regular", sans-serif;
    }

.cus-tabs-content .cus-tab-pane {
    display: none;
}

    .cus-tabs-content .cus-tab-pane.active {
        display: block;
    }

.cus-tab-label:focus,
.cus-tab-label {
    outline: none;
}

.paymnet-cmn-sec {
    font-size: 13px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 6%), 0 0px 8px rgb(0 0 0 / 6%);
}

fieldset {
    border: 1px solid #929797 !important;
    padding: 1rem 1rem 0 1rem;
    height: 56px;
    margin-bottom: 23px;
}

.pos-relative {
    position: relative;
}

em.error {
    transform: translateY(-20px);
    position: absolute;
    /* top: 60px; */
}
.r-btn.small strong {
  font-size: 15px;
}
.btm-pb{
  display:flex; 
  gap:15px; 
  justify-content:center; 
  flex-wrap:wrap;
  margin-top: 70px;
}
.upload-sec{
  position: relative;
}
.upload-sec small {
  position: absolute;
  top: 24px;
  width: 100%;
  left: 0;
}
.r-btn.hed {
  margin-top: 8px;
  margin-bottom: 2px;
}

.signup-intro {
    margin-bottom: 25px;
}

.signup-title {
    font-size: 24px;
    font-weight: 600;
    color: #0b3a6f;
    margin-bottom: 10px;
}

.signup-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
.sub-hd h6 {
  font-size: 16px;
  color: black;
  margin-bottom: 2px;
}
.main-hd{
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'Poppins-Medium';
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: inherit !important;
    left: -9999px;
}


.check .float-none  {
  color: black;
  font-size: 14px;
  font-weight: bold;
}
.aws-alert-info input[type="checkbox"] {
  width: 0px;
  height: 0px;
  visibility: inherit;
  z-index: -1;
}
.university-logo img {
  max-width: 190px;
  object-fit: cover;
}

.input-box:focus-visible {
  outline: none !important;
}
/* .navbar .menu-item-has-children .sub-menu.academic {
  min-width: 320px;
} */
.forgot > a {
  border-bottom: 1px solid rebeccapurple;
  font-family: "Poppins-SemiBold", sans-serif;
  color: #000000;
}
.forgot {
  padding-top: 11px;
}


.input-wrapper {
    position: relative;
}

/* email verify  */
.input-box {
    width: 100%;
    padding-right: 90px; 
    height: 45px;
}
.verify-btn {
    position: absolute;
    right: 0px;
    top: -45%;
    transform: translateY(-50%);
    height: 30px;
    padding: 0 12px;
    border: none;
    background: #569727;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}
.verify-btn:hover {
    background: #45a400c9;
}
.search-box.d-flex.align-items-center .form-control {
  padding: 0px;
  width: 65px;
}


@media screen and (max-width:576px) {
  fieldset {margin-bottom: 20px;}
    
	.bg-properties {
padding-bottom: 20px;
}
  .g-recaptcha {
  justify-content: center;
  display: flex;
}
form .col-md-6.text-start {
  justify-content: center;
  display: flex;
}
.g-recaptcha {
  justify-content: center;
  display: flex;
  transform: scale(0.8);
  margin: 0 auto;
  width: 100% !important;
}
h4.tit2.tit-gap {
  margin-bottom: 5px;
  margin-top: 0px;
}
}


.navbar .menu-item-has-children ul {
  min-width: max-content;   
  width: auto;
}
.menu-item-has-children ul li > ul li > .sub-menu {
  top: auto !important;
  bottom: 0;
 transform: translateY(41px);
}

@media screen and (max-width:600px) {
.academic-tag {font-size: 11px;}
.search-box {width: 120px;}
.aws-cmn-title {padding: 25px;font-size: 1.4rem;}
.nav.nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav.nav-tabs::-webkit-scrollbar {
    display: none;
  }
    .nav.nav-tabs .nav-item {
    flex: 0 0 auto;
    padding: 10px 0px;
  }
}
/* @media screen and (max-width:500px) {
  .nav.nav-tabs {
    
    padding-left: 81px;
  }
} */
/* @media screen and (max-width:451px) {
  .nav.nav-tabs {
    padding-left: 119px;
  }
}
@media screen and (max-width:400px) {
    .nav.nav-tabs {
    padding-left: 179px;
  }
} */
/* @media screen and (max-width:375px) {
    .nav.nav-tabs {
    padding-left: 179px;
  }
} */
@media screen and (max-width:450px) {
     .nav.nav-tabs {
    padding-left: 0px !important;
  }
}

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: auto;
  display: none;
  z-index: 9999;
  max-width: 250px;
}

.search-results a {
    display: block;
    padding: 2px 11px;
    color: #000;
    font-size: 12px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
  border-radius: 0px !important;

    text-transform: capitalize;
}

.search-results a:hover, .search-results a:focus {
  background: #7f600d;
  color: #fff;
  font-size: 12px !important;
  border-radius: 0px !important;
}
.wow {
    visibility: hidden;
}
.banner-left-imgs a:first-child, .banner-right-imgs a:first-child {
  margin-top: 0;
}
.side_img_set {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
	transition: all .4s linear;
}
.side_img_set img {
  margin-top: 0;
	transition: all .4s linear;
}
.side_img_set:hover img {
  transform: scale(1.05);
	transition: all .4s linear;
}
.side_img_set:hover span {
  background: #a27c2e;
	transform: translateX(-50%) scale(1.01);
	transition: all .4s linear;
}
.side_img_set span {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background: #093991;
  color: #fff;
  font-family: "Poppins-Regular";
  padding: 4px 20px;
  text-transform: uppercase;
  border-radius: 30px;
  width: 150px;
  text-align: center;
  transition: all .4s linear;
}
.iframe_wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 1320px;
  display: block;
}
.full-page.editor > div {
  width: 100%;
}

/* Tables */
.editor table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 1rem 0;
}

.editor th,
.editor td {
    border: 1px solid #DDE0E9;
    padding: 0.5rem;
    text-align: left;
}

/* Horizontal rule */
.editor hr {
    border: 0;
    border-top: 1px solid #DDE0E9;
    margin: 2rem 0;
}

/* ==== base font for everything inside .editor (optional) ==== */
/*         .editor {
            font-family: "OpenSans-Regular", sans-serif;
            font-size: 1rem;
            line-height: 1.5;
            color: #111;
            background: #fff;
            max-width: 900px;
            margin: 2rem auto;
            padding: 1.5rem;
        } */

        /* ==== HEADINGS inside .editor â€“ exact scale & fonts =====
             h1 = 1.5rem, then progressively smaller */
        .editor h1 {
            font-family: "Poppins-Bold", sans-serif;
            font-size: 1.5rem;
            margin-top: 1.2em;
            margin-bottom: 0.6em;
            font-weight: normal;
        }
        .editor h2 {
            font-family: "Poppins-SemiBold", sans-serif;
            font-size: 1.35rem;    /* slightly smaller than h1 */
            margin-top: 1.3em;
            margin-bottom: 0.5em;
            font-weight: normal;
        }
        .editor h3 {
            font-family: "Poppins-Medium", sans-serif;
            font-size: 1.25rem;
            margin-top: 1.2em;
            margin-bottom: 0.4em;
            font-weight: normal;
        }
        .editor h4 {
            font-family: "Poppins-Regular", sans-serif;
            font-size: 1.15rem;
            margin-top: 1.1em;
            margin-bottom: 0.3em;
            font-weight: normal;
        }
        .editor h5 {
            font-family: "Poppins-Light", sans-serif;
            font-size: 1.05rem;
            margin-top: 1em;
            margin-bottom: 0.2em;
            font-weight: normal;
        }
        .editor h6 {
            font-family: "Poppins-Light", sans-serif;
            font-size: 1rem;          /* same as body but distinguished by face/weight */
            margin-top: 0.9em;
            margin-bottom: 0.1em;
            font-weight: normal;
            text-transform: uppercase; /* optional: subtle distinction */
            letter-spacing: 0.02em;
        }

        /* optional: any paragraph, list etc. inside .editor inherits OpenSans */
        .editor p, .editor li, .editor figcaption {
/*             font-family: "OpenSans-Regular", sans-serif;
            font-size: 1rem; */
        }
        .editor strong, .editor b {
            font-family: "Poppins-SemiBold", sans-serif;
            font-weight: normal;
        }
        .editor em {
            font-family: "Poppins-SemiBold", sans-serif;
            font-style: italic;
        }
        .editor a {
            color: var(--navy-dark);
            text-decoration: underline;
			font-family:'Poppins',sans-serif;
        }
.dropdown-toggle-btn {
  display: none !important;
}

/*  */
/* hide submenu by default in mobile */
@media (max-width: 991px) {

    .sub-menu {
        display: none;
    }
.dropdown-toggle-btn {
  display: block !important;
}
    .menu-item.open > .sub-menu {
        display: block;
    }

    .dropdown-toggle-btn {
        margin-left: 8px;
        font-size: 12px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .menu-item.open .dropdown-toggle-btn {
        transform: rotate(180deg);
    }
.dropdown-toggle-btn {
  left: auto !important;
  right: 0 !important;
  position: absolute !important;
  padding: 0 !important;
color: white;
  border: none !important;
  top: 0px !important;
	padding-top:0 !important;
}
	
	.menu-item-has-children > .sub-menu {
    display: none;
}

.menu-item-has-children.open > .sub-menu {
    display: block;
}
	.header-nav #navbar .sub-menu li.open .sub-menu {
  display: block;
}
	.navbar .menu-item-has-children ul.sub-menu {
  max-width: 300px !important;
  width: 100% !important;
}
	.navbar .menu-item-has-children.menu-secs ul a {
  min-width: 300px;
}
}



/*  */
/* ============================================================
   HERO SECTION
============================================================ */
.hero-section {
  position: relative;
  min-height: 470px;
  /* background: url('../images/banner1.jpg') center/cover no-repeat; */
  display: flex; align-items: center;
  overflow: hidden;
  max-width: 1920px;
  margin-inline: auto;
}
.hero-section .carousel-inner .carousel-item img {
  object-fit: contain !important;
  object-position:right !important ;
}
.hero-overlay {
  position: absolute; background: linear-gradient(93deg, #fff 45%, #fff0 63%);
  /* position: absolute; background: linear-gradient(95deg, #fff 45%, #ffffff03 60%, transparent 100%); */
  
  z-index: 1;
}
.hero-left {
  position: relative; z-index: 2;
  /* padding: 80px 20px 80px 0; */
}
.hero-heading {
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  font-weight: 600;
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: .6rem;
}

.inner-b .hero-heading{
	text-transform:uppercase;
    font-family: 'Playfair Display', serif;
}
.hero-heading span{
	color:var(--gold)
}
.text-gold { color: var(--gold) !important; }
.hero-divider {
  width: 55px; height: 3px;
  background: var(--gold);
  margin: 1rem 0;
  border-radius: 2px;
}
.hero-subtext {
  color: var(--text-muted);
  font-size: .95rem;
  margin-bottom: 1.8rem;
  max-width: 380px;
}
.btn-gold {
  background: var(--gold);
  color: var(--white) !important;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .06em;
  border-radius: 4px;
  padding: .6rem 1.5rem;
  border: none;
  transition: background .2s, transform .15s;
}
.btn-gold:hover { background: var(--gold-dark); transform: translateY(-2px); }
.btn-outline-hero {
  background: transparent;
  color: var(--navy) !important;
  border: 1px solid var(--navy);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .06em;
  border-radius: 4px;
  padding: .58rem 1rem;
  transition: background .2s, color .2s;
}
.btn-outline-hero:hover { background: var(--navy); color: var(--white) !important; }
.hero-icons { color: rgba(255,255,255,.75); font-size: .8rem; gap: 1.5rem !important; }
.hero-icons span { display: flex; align-items: center; gap: 9px; color: var(--navy);font-size: 15px;}
.hero-icons i { color: var(--navy);font-size: 18px; }

.hero-right { position: relative; z-index: 2; }
.hero-image-wrapper { position: relative; height: 100%; display: flex; align-items: flex-end; }
.hero-students-img {
  width: 100%; max-height: 480px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  position: relative; z-index: 2;
}

/* ============================================================
   FEATURE STRIP
============================================================ */
.feature-strip {
  background: var(--white);
  border-bottom: 1px solid #e8edf4;
  box-shadow: 0 4px 16px rgba(11,44,77,.07);
  max-width: 1399px;
  margin-inline: auto;
}
.feature-item {
  display: flex; align-items: center; gap: 1rem;
  padding: 1.5rem 1rem;
  border-right: 1px solid #e8edf4;
}
.feature-item:last-child { border-right: none; }
.feature-icon {
  /* width: 52px; height: 52px;  */
  flex-shrink: 0;
  /* background: var(--light-bg); */
  /* border: 2px solid var(--gold); */
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  font-size: 2.25rem;
}
.feature-stat {
  /* font-family: 'Playfair Display', serif; */
  font-family: "Poppins-SemiBold";
  font-weight: 500;
  font-size: 17px;
  color: var(--navy);
  line-height: 1.4;
}
.feature-label { font-size: .7rem; color: var(--text-muted);line-height: 1.4; }

/* ============================================================
   WHY SECTION
============================================================ */
.why-section { position: relative; }

.section-title-line {
  display: flex; align-items: center; justify-content: center; gap: 1rem;
  margin-bottom: .3rem;
}
.programs-section .section-title h2 {
  font-size: clamp(1.3rem, 2.5vw, 1.85rem);
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--white) ;
  white-space: nowrap;
  margin: 0;
}
.section-title-line.white h2 { color: var(--white); }
.line-dec {
  flex: 1; max-width: 70px; height: 1px;
  background: var(--gold);
  display: block;
}
.line-dec.white { background: rgba(255,255,255,.4); }
.section-subtitle { color: var(--text-muted); font-size: 16px;font-weight: 500; }
.text-gold-light { color: #fff; font-size: 1rem; }

/* Why Cards */
.why-card {
  background: var(--white);
  border-radius: 10px;
  padding: 1.2rem;
  display: flex; align-items: flex-start; gap: .7rem;
  box-shadow: var(--card-shadow);
  height: 100%;
  transition: transform .2s, box-shadow .2s;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(11,44,77,.17); }
.why-icon.two {
  color: var(--navy);
  background: #0B2C4D12;
}
.why-icon {
  width: 70px; height: 70px; flex-shrink: 0;
  background: #C8A45D21;
  border-radius: 200px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1.15rem;
}
.why-icon i {
  font-size: 26px;
}
.why-content h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: .3rem;
}
.why-content p {
  font-size: 15px;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

/* ============================================================
   PROGRAMS SECTION
============================================================ */
.programs-section {
    background: var(--navy);
    padding: 3rem 1.5rem 2.5rem;
    /* font-family: Georgia, serif; */
  }
  .section-title { text-align: center; margin-bottom: 1.5rem; }
  .section-title-line {
    display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 6px;
  }
  .line-dec { display: block; height: 1px; width: 60px; background: rgba(255,255,255,0.4); }
  .section-title h2 {
    color: var(--text-main);   white-space: nowrap;
  }
  /* .text-gold-light { color: #d4aa6a; font-size: 14px; margin-top: 4px; } */

  /* Carousel wrapper */
  .carousel-wrapper {
    position: relative;
    /* padding: 0 50px; */
  }

  /* Owl nav arrows */
  .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    transform: translateY(-60%);
    display: flex !important;
    justify-content: space-between;
    pointer-events: none;
    margin: 0;
  }
  .owl-theme .owl-nav [class*='owl-'] {
    pointer-events: all;
    width: 40px; height: 40px;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.08) !important;
    border: 1.5px solid rgba(201,168,76,0.5) !important;
    display: flex !important;
    align-items: center; justify-content: center;
    color: var(--gold) !important;
    font-size: 20px; margin: 0 !important;
    transition: background .25s, border-color .25s, transform .2s, box-shadow .25s !important;
    line-height: 1; cursor: pointer;
  }
  .owl-theme .owl-nav [class*='owl-']:hover {
    background: var(--gold) !important;
    border-color: var(--gold) !important;
    color: var(--navy) !important;
    transform: scale(1.12);
    box-shadow: 0 4px 18px rgba(201,168,76,0.45) !important;
  }
  .owl-theme .owl-nav [class*='owl-']:active { transform: scale(0.96); }
  .owl-theme .owl-nav.disabled,
  .owl-theme .owl-nav [class*='owl-'].disabled {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* Dots */
  .owl-theme .owl-dots .owl-dot span {
    background: rgba(255,255,255,0.3) !important;
    width: 9px; height: 9px;
    transition: background .25s, transform .2s;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--gold) !important;
    transform: scale(1.3);
  }
  .owl-theme .owl-dots { margin-top: 10px; }

  /* Card */
  .programs-section  button.owl-prev{
    position: relative;
    left: -25px;
  }
  .programs-section  button.owl-next{
    position: relative;
    right: -25px;
  }

  .programs-section  .item{
    padding-block: 10px;
  }
  .prog-card {
    background: var(--white);
    border-radius: 10px; overflow: hidden;
    display: flex; flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    border: 1px solid aliceblue;
    height: 100%;
    /* margin: 4px 8px 24px; */
    transition: transform .25s, box-shadow .25s;
  }
  .prog-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(0,0,0,.35); }

  .prog-img-wrap { position: relative; height: auto; flex-shrink: 0; }
  .prog-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
  .prog-card:hover .prog-img-wrap img { transform: scale(1.05); }
  .prog-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to bottom, rgba(11,44,77,0), rgba(11,44,77,.18));
  }
  .prog-icon {
    position: absolute; bottom: -20px; left: 14px;
    width: 40px; height: 40px;
    background: rgb(11,44,77);
    border: 1.5px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font-size: 20px; z-index: 6;
  }
  .prog-body { padding: 1.5rem 1rem .9rem; flex: 1; display: flex; flex-direction: column; }
  .prog-body h5 {
    font-size: 1.05rem; font-weight: 500; color: var(--navy);
    margin-bottom: .5rem; line-height: 1.2; min-height: 49px;
  }
  .prog-body p { font-size: 13px; color: var(--text-muted); flex: 1; line-height: 1.5; margin-bottom: .5rem; }
    .prog-meta>span:first-child {
        min-width: 90px;
    }
  .prog-meta {
    display: flex;  gap: .8rem;
    font-size: .68rem; color: var(--text-muted);
    margin-bottom: .75rem; border-bottom: 1px solid #ddd; padding-bottom: 10px;
  }
  .prog-meta span { display: flex; align-items: center; gap: 8px; font-size: 10px; line-height: 1.2; }
  .prog-meta i { color: var(--gold); font-size: 16px; flex-shrink: 0; }
.prog-btns{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:auto;
}

.prog-learn{
    color:var(--gold);
    font-weight:500;
    font-size:13px;
    text-decoration:none;
    letter-spacing:.04em;
    display:inline-block;
}

.prog-apply{
    background:var(--gold);
    color:#fff;
    padding:3px 16px;
    border-radius:4px;
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    letter-spacing:.04em;
    transition:.3s;
}

.prog-apply:hover{
    opacity:.9;
}

  .text-center { text-align: center; }
  .mt-4 { margin-top: 1rem; }
  .btn-view-all {
    display: inline-block;
    border: 1px solid rgba(255,255,255,.5);
    color: var(--white); background: transparent;
    font-size: 13px; font-weight: 400; letter-spacing: .08em;
    padding: .55rem 2.2rem; border-radius: 4px;
    text-decoration: none; transition: background .2s, border-color .2s; cursor: pointer;
  }
  .btn-view-all:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
/* ============================================================
   SPLIT SECTION
============================================================ */
.split-section { display: flex; flex-wrap: wrap;position: relative;border-top: 1px solid #fff; }

.split-img-col { position: relative; min-height: 350px; }
.split-img { width: 100%; height: 100%; object-fit: cover; display: block;}

.split-content-col {
  padding: 3rem 2.5rem;
  display: flex; flex-direction: column; justify-content: center;align-items: baseline;
}
.split-light { background: var(--white); }
.split-dark {position: relative;z-index: 0; }
.split-dark::before { 
  position: absolute;
  content: "";
  background: url(../images/wel_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
 }
.split-dark::after { 
  position: absolute;
  content: "";
  background: linear-gradient(to right, var(--navy) 40%, #f0f8ff00);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
 }

.split-content-col h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--navy);
  margin-bottom: 1.2rem;
  max-width: 300px;
}
.split-dark h3 { color: var(--white); }

.split-list {
  list-style: none; padding: 0; margin: 0;
}
.split-list li {
  display: flex; align-items: flex-start; gap: .6rem;
  font-size: .85rem;
  color: var(--text-muted);
  margin-bottom: .6rem;
  line-height: 1.4;
}
.split-list.text-white li { color: rgba(255,255,255,.82); }
.split-list i { flex-shrink: 0; margin-top: 2px; }

.btn-outline-white {
  border: 1px solid var(--gold);
  color: var(--gold) !important;
  background: transparent;
  font-weight: 400; font-size: 14px;
  letter-spacing: .04em;
  padding: .55rem 1.2rem;
  border-radius: 4px;
  transition: background .2s, color .2s;
}
.btn-outline-white:hover { background: var(--gold); color: var(--navy) !important; }

/* ============================================================
   CTA SECTION
============================================================ */
.cta-section {
  background: url('../images/wel_img.png') top/cover no-repeat;
  position: relative;
  padding: 20px 0;
  border-top: 2px solid #f4cf89;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient( #90691ede 50%, #947539ed 100%);
}
.cta-inner { position: relative; z-index: 2; }

.cta-icon-wrap {
  width: 64px; height: 64px; flex-shrink: 0;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 2rem;
  background: rgb(255, 255, 255);
}

.btn-white-cta {
  background: var(--white);
  color: var(--navy) !important;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .06em;
  padding: .6rem 1.6rem;
  border-radius: 4px;
  border: none;
  transition: background .2s;
}
.btn-white-cta:hover { background: #e8edf4; }

.btn-outline-cta {
  border: 1px solid var(--white);
  color: var(--white) !important;
  background: transparent;
  font-weight: 400; font-size: 14px;
  letter-spacing: .06em;
  padding: .58rem 1.6rem;
  border-radius: 4px;
  transition: background .2s, color .2s;
}
.btn-outline-cta:hover { background: var(--white); color: var(--navy) !important; }

/* ============================================================
   NEWS SECTION
============================================================ */
.news-section { background: var(--light-bg); }

.news-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  display: flex;
  transition: transform .2s, box-shadow .2s;
  height: 100%;
}
.news-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(11,44,77,.15); }

.news-img-wrap { width: 111px; flex-shrink: 0; overflow: hidden; padding: 10px;padding-right: 0;}
.news-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.news-card:hover .news-img-wrap img { transform: scale(1.05); }

.news-body { padding: .9rem 1rem; flex: 1; }
.news-date { font-size: .7rem; color: var(--text-muted); display: block; margin-bottom: .3rem; }
.news-body h6 { font-size: 18px; font-weight: 500; color: var(--navy); line-height: 1.4; margin-bottom: 15px; }
.news-read { font-size: .75rem; color: var(--gold); font-weight: 500; text-decoration: none; letter-spacing: .03em; }
.news-read:hover { color: var(--gold-dark); }

.btn-view-all-outline {
  border: 1px solid var(--navy);
  color: var(--navy) !important;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .06em;
  padding: .6rem 2.5rem;
  border-radius: 4px;
  transition: background .2s, color .2s;
}
.btn-view-all-outline:hover { background: var(--navy); color: var(--white) !important; }
.news-body {display: flex;flex-direction: column;}
    .news-read {margin-top: auto;}
/* ============================================================
   FOOTER
============================================================ */
.footer { background: var(--navy-dark); }
.footer-about { font-size: 15px; color: rgba(255, 255, 255, 0.81); line-height: 1.6; max-width: 300px;}

.footer-social a {
  width: 32px; height: 32px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: .75rem;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }

.footer-heading {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 1rem;
  padding-bottom: .4rem;
}
.footer-links {
   list-style: none; padding: 0; margin: 0;
    /* max-width: 300px; */
    max-width: 100%;
  }
  .footer-logo-name span {
  font-size: 26px;
}
.footer-brand .logo-emblem img {
  height: 90px;
}
.footer-links li { margin-bottom: .45rem; }
.footer-links a { font-size: 15px; color: rgba(255, 255, 255, 0.81); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }

.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li, .footer-contact li a {
  display: flex; align-items: flex-start; gap: .7rem;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.81);
  margin-bottom: .6rem;
  line-height: 1.4;
}
.footer-contact i { color:var(--white); flex-shrink: 0; margin-top: 2px; width: 14px; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .text-muted { color: rgba(255, 255, 255, 0.81) !important; }

.accred-badge {
  display: inline-flex; flex-direction: column; align-items: center;
  border: 1px solid rgba(200,164,93,.4);
  border-radius: 4px;
  padding: .3rem .6rem;
  color: var(--gold);
  font-size: .7rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .05em;
}
.accred-badge small { font-size: .6rem; font-weight: 400; color: rgba(255,255,255,.5); letter-spacing: .03em; }

.banner-main {
			max-width: 1900px;
			padding-top: 0px;
			padding-left: 1vw;
			padding-right: 1vw;
			margin: 0 auto;
		}

	.banner-border {
    /* border-image-source: url(https://nationalconvention1.theaaa.org/Content/User/images/banner-frame.png) !important; */
    border: 2px solid #cf9a47;
    padding: 10px;
    border-image-repeat: stretch;
    border-image-slice: 32;
    border-image-width: 30px;
    border-image-outset: 0;
    display: block;
    transform: translateY(-15px);
    margin-top: 18px;
    border-radius: 25px;
}
		.banner-data {
			display: grid;
			width: 100%;
			grid-template-columns: 1fr 1230px 1fr;
			grid-gap: 15px;
		}

		.banner-left-imgs img,
		.banner-right-imgs img {
			height: 233px;
			border-radius: 20px;
			background-color: #6e001e;
			object-fit: cover;
		}

		.blt2 {
			margin-top: 15px;
		}

		.banner-icon {
			height: 480px;
			border-radius: 15px;
			background-color: #000000;
			border: 5px solid #ffa926;
			object-fit: cover;
			object-position: top;
		}




		.carousel-indicators {
			z-index: 5 !important;
		}

		.carousel-indicators [data-bs-target] {
			width: 12px !important;
			height: 12px !important;
			border-radius: 50%;
			background-color: #0e2f65;
		}
.hero-section .carousel-inner, .hero-section .carousel-inner .carousel-item, .hero-section .carousel-inner .carousel-item img {
  height: 100%;
}
		.carousel-control-next-icon,
		.carousel-control-prev-icon {
			background-size: 50% 50% !important;
		}

		.carousel-control-prev-icon,
		.carousel-control-next-icon {
			background-color: #ad1215 !important;
			color: #000;
			border-radius: 50%;
			fill: none !important;
		}

		.carousel-dark .carousel-control-next-icon,
		.carousel-dark .carousel-control-prev-icon {
			filter: none;
		}

		/* carousel arrows css */

		.carousel-control-next,
		.carousel-control-prev {
			opacity: 1;
			width: 4%;
		}

		.carousel-control-next-icon,
		.carousel-control-prev-icon {
			width: 32px;
			height: 32px;
			background-color: #7e5e09 !important;
			background-size: 16px;
			padding: 15px !important;
			border-radius: 50px;
		}

		@media screen and (max-width:1720px) {

			.banner-data {
				grid-template-columns: 1fr 1000px 1fr;
			}

			.banner-data {
				grid-template-columns: 1fr 960px 1fr;
			}

			.banner-icon {
				height: 480px;
			}

			.banner-left-imgs img,
			.banner-right-imgs img {
				height: 232px;
			}


		}

		@media screen and (max-width:1520px) {
			.banner-data {
				grid-template-columns: 1fr 900px 1fr;
			}

			.banner-icon {
				height: 460px;
			}

			.banner-left-imgs img,
			.banner-right-imgs img {
				height: 225px;
			}

		}

		@media screen and (max-width:1370px) {
			.banner-data {
				grid-template-columns: 1fr 850px 1fr;
			}

			.banner-icon {
				height: 375px;
				object-fit: cover;
			}

			.banner-left-imgs img,
			.banner-right-imgs img {
				height: 180px;
			}

		}

		@media screen and (max-width:1299px) {

			.hright-bg,
			.hleft-bg {
				height: 120px;
			}

			.navbar a {
				padding: 1px 5px !important;
			}

			.banner-data {
				grid-template-columns: 1fr 780px 1fr;
			}

		}


		@media screen and (max-width:1144px) {
			.program-icon {
				height: auto;
			}

			.invitee-list .nav-link {
				padding: 1px 25px;
			}

			.banner-data {
				grid-template-columns: 1fr 650px 1fr;
			}

		}

		@media screen and (max-width:767px) {
			.banner-data {
				grid-template-columns: none;
				grid-gap: 10px;
			}

			.banner-carousel {
				grid-column: 1 / span 1;
				grid-row: 1;
			}

			.banner-icon {
				height: auto;
				border-radius: 15px;
				background-color: #000000;
				border: 3px solid #ffa926;
			}

			.banner-left-imgs,
			.banner-right-imgs {
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				row-gap: 10px;
				column-gap: 10px;
				margin: 0;
			}

			.banner-left-imgs img,
			.banner-right-imgs img {
				height: auto;
				border-radius: 10px;
			}

			.blt2 {
				margin-top: 0px;
			}
		}

    .banner-main {
			max-width: 1900px;
			padding-top: 0px;
			padding-left: 1vw;
			padding-right: 1vw;
			margin: 0 auto;
		}

	.banner-border {
    /* border-image-source: url(https://nationalconvention1.theaaa.org/Content/User/images/banner-frame.png) !important; */
    border: 2px solid #cf9a47;
    padding: 10px;
    border-image-repeat: stretch;
    border-image-slice: 32;
    border-image-width: 30px;
    border-image-outset: 0;
    display: block;
    transform: translateY(-15px);
    margin-top: 18px;
    border-radius: 25px;
}
		.banner-data {
			display: grid;
			width: 100%;
			grid-template-columns: 1fr 1230px 1fr;
			grid-gap: 15px;
		}

		.banner-left-imgs img,
		.banner-right-imgs img {
			height: 233px;
			border-radius: 20px;
			background-color: #6e001e;
			object-fit: cover;
		}

		.blt2 {
			margin-top: 15px;
		}

		.banner-icon {
			height: 480px;
			border-radius: 15px;
			background-color: #000000;
			border: 5px solid #ffa926;
			object-fit: cover;
			object-position: top;
		}




		.carousel-indicators {
			z-index: 5 !important;
		}

		.carousel-indicators [data-bs-target] {
			width: 12px !important;
			height: 12px !important;
			border-radius: 50%;
			background-color: #0e2f65;
		}
.hero-section .carousel-inner, .hero-section .carousel-inner .carousel-item, .hero-section .carousel-inner .carousel-item img {
  height: 100%;
}
		.carousel-control-next-icon,
		.carousel-control-prev-icon {
			background-size: 50% 50% !important;
		}

		.carousel-control-prev-icon,
		.carousel-control-next-icon {
			background-color: #ad1215 !important;
			color: #000;
			border-radius: 50%;
			fill: none !important;
		}

		.carousel-dark .carousel-control-next-icon,
		.carousel-dark .carousel-control-prev-icon {
			filter: none;
		}

		/* carousel arrows css */

		.carousel-control-next,
		.carousel-control-prev {
			opacity: 1;
			width: 4%;
		}

		.carousel-control-next-icon,
		.carousel-control-prev-icon {
			width: 32px;
			height: 32px;
			background-color: #7e5e09 !important;
			background-size: 16px;
			padding: 15px !important;
			border-radius: 50px;
		}

		@media screen and (max-width:1720px) {

			.banner-data {
				grid-template-columns: 1fr 1000px 1fr;
			}

			.banner-data {
				grid-template-columns: 1fr 960px 1fr;
			}

			.banner-icon {
				height: 480px;
			}

			.banner-left-imgs img,
			.banner-right-imgs img {
				height: 232px;
			}


		}

		@media screen and (max-width:1520px) {
			.banner-data {
				grid-template-columns: 1fr 900px 1fr;
			}

			.banner-icon {
				height: 460px;
			}

			.banner-left-imgs img,
			.banner-right-imgs img {
				height: 225px;
			}

		}

		@media screen and (max-width:1370px) {
			.banner-data {
				grid-template-columns: 1fr 850px 1fr;
			}

			.banner-icon {
				height: 375px;
				object-fit: cover;
			}

			.banner-left-imgs img,
			.banner-right-imgs img {
				height: 180px;
			}

		}

		@media screen and (max-width:1299px) {

			.hright-bg,
			.hleft-bg {
				height: 120px;
			}

			.navbar a {
				padding: 1px 5px !important;
			}

			.banner-data {
				grid-template-columns: 1fr 780px 1fr;
			}

		}


		@media screen and (max-width:1144px) {
			.program-icon {
				height: auto;
			}

			.invitee-list .nav-link {
				padding: 1px 25px;
			}

			.banner-data {
				grid-template-columns: 1fr 650px 1fr;
			}

		}

		@media screen and (max-width:767px) {
			.banner-data {
				grid-template-columns: none;
				grid-gap: 10px;
			}

			.banner-carousel {
				grid-column: 1 / span 1;
				grid-row: 1;
			}

			.banner-icon {
				height: auto;
				border-radius: 15px;
				background-color: #000000;
				border: 3px solid #ffa926;
			}

			.banner-left-imgs,
			.banner-right-imgs {
				display: grid;
				grid-template-columns: repeat(2, 1fr);
				row-gap: 10px;
				column-gap: 10px;
				margin: 0;
			}

			.banner-left-imgs img,
			.banner-right-imgs img {
				height: auto;
				border-radius: 10px;
			}

			.blt2 {
				margin-top: 0px;
			}
		}
		   
/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 991.98px) {
  #mainNavbar .nav-link.active::after { display: none; }
  #mainNavbar .nav-link { padding: .6rem .8rem !important; }
  .hero-section { min-height: auto; }
  .hero-left { padding: 50px 0 40px; }
  .feature-item { padding: 1.2rem .8rem; }
  .split-img-col { min-height: 250px; }
  .split-content-col { padding: 2rem 1.5rem; }
}

@media (max-width: 767.98px) {
  .hero-left { padding: 40px 0 30px; }
  .feature-item { border-right: none; border-bottom: 1px solid #e8edf4; }
  .feature-item:last-child { border-bottom: none; }
  .news-card { flex-direction: column; }
  .news-img-wrap { width: 100%; height: 140px; }
  .split-section { flex-direction: column; }
  .split-img-col { width: 100%; min-height: 220px; }
  .split-content-col { width: 100%; }
}

@media (max-width: 575.98px) {
  .hero-heading { font-size: 1.5rem; }
  .section-title-line h2 { font-size: 1.3rem; white-space: normal; text-align: center; }
  .cta-inner { flex-direction: column; }
  .cta-left { flex-direction: column; text-align: center; }
  .feature-item { flex-direction: column; align-items: flex-start; }
}

/* sri css */
.common_sec{
  padding-block: 60px;
}


.hero-section .carousel img {
  object-fit: cover;
}

.hero-overlay {
  z-index: 1;
}

.hero-section .container {
  /* z-index: 2; */
}
.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: var(--navy); /* your brand color */
}


@media screen and (max-width:1400px){
    .hero-icons span {gap: 6px;font-size: 14px;}
    .hero-icons i {font-size: 15px;}
    .why-icon {width: 60px;height: 60px;}
    .why-card {gap: 0.7rem;}
    .why-content h5 {font-size: 19px;}
    .prog-body h5 {font-size: 1.1rem;}
    .prog-meta span:first-child {min-width: 90px;}
    .prog-meta i {font-size: 18px;}
    .btn-outline-white, .btn-gold, .btn-view-all, .btn-outline-hero, .btn-white-cta, .btn-outline-cta, .btn-view-all-outline {font-size: 13px;}
    .news-body h6 {font-size: 17px;}    
    footer .row > div:not(:first-child) > div.footer_content {padding-left: 25px;}
    .hero-section .carousel-inner, 
    .hero-section .carousel-inner .carousel-item, 
    .hero-section .carousel-inner .carousel-item img{
        height: 100%;
    }
}

@media screen and (max-width:1200px){
    .footer-contact li {font-size: 14px;}
    .footer-links a {font-size: 14px;}
    .footer-about {font-size: 14px;}
    .footer-heading {
        font-size: 18px;
        font-weight: 600;
    }
    .container {
        max-width: 100%;
        padding-inline: 2%;
    }
}

@media screen and (max-width:768px){
    .hero-section {
        flex-direction: column-reverse;
    }
    #heroCarousel {
        position: relative !important;
    }
    .hero-overlay {
        position: absolute;
        background: linear-gradient(180deg, #fff 20%, #fff0 75%);
        z-index: 1;
    }
    .hero-left {
        text-align: center;
        padding: 20px 10px 10px;
    }
    .hero-heading span {
        display: inline !important;
    }
    .hero-icons {
        gap: 10px 20px !important;
        justify-content: center;
    }
    .hero-subtext {
        margin-inline: auto;
    }
    .hero-heading br {
        display: none !important;
    }
    .hero-btns{
        justify-content: center;
    }
    .hero-divider {
        display: none;
    }
    .btn-outline-white, .btn-gold, .btn-view-all, 
    .btn-outline-hero, .btn-white-cta, 
    .btn-outline-cta, .btn-view-all-outline {
        font-size: 12px;
    }
    .hero-section .carousel-inner .carousel-item img {
        min-height: 220px !important;
        object-position: top !important;
        object-fit: cover !important;
    }
    footer .row > div:not(:first-child) > div.footer_content {
        padding-left: 0;
    }
    footer .row > div:not(:first-child) > div.footer_content::before{
        display: none;
    }
    .news-img-wrap {
        padding-right: 10px;
    }
}

@media screen and (max-width:576px){
    .feature-stat {font-size: 18px;}
    .common_sec {
        padding-block: 40px;
    }
    .footer .container-fluid {
        padding-inline: 20px;
    }
    .split-dark::before {
        background-size: cover;
    }
    .footer-heading {
        margin-bottom: 10px;
    }
    .nav-search-btn {
        width: 100%;
    }
}

@media screen and (max-width:450px){
    .dropdown-item {
        font-size: 13px;
        padding: 0.4rem 1.1rem;
    }
}

/* ======================= */

@media (max-width: 1400px) {
#header>div:first-child{
  min-width:270px
}}
@media (max-width: 1200px) {
    .prog-body h5 {
        font-size: 15px !important;
        min-height: 33px !important;
    }
    .prog-body p {
        font-size: 12px !important;
    }
    .prog-meta {
        display: block;
    }
    .prog-meta span:first-child {
        min-width: 90px;
        padding-bottom: 11px;
    }
    .prog-meta > span {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .inner-page .ip-modes-inner .ip-mode-item {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .split-content-col h3 {
        max-width: 100%;
    }
    .obj_outcomes_part {
        display: block;
    }
    .obj_outcomes_part > div:last-child {
        border-left: none; 
        padding-left: 0px;
    }
    .inner-page .ip-section-title {
        font-size: 20px;
    }
    .inner-page .intl-students .is-tl-item {
        gap: 10px;
    }
}

@media (min-width: 425px){
    .inner-page .ab-why-card {
        display: block;
    }
    .inner-page .ab-why-icon-wrap {
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .inner-page .ab-why-card {
        display: block;
    }
    .inner-page .ab-why-icon-wrap {
        margin-bottom: 10px;
    }
}
.header-main{
      background-color: var(--navy);
    padding: 9px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .35);
    z-index: 9999;
}

/* Logo Emblem */
.logo-emblem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #fff;
    padding: 10px;
    border: 2px solid #c8a45d;
    border-radius: 50%;
}
.logo-emblem img {
     height: 100px;
    padding: 4px;
}
.header-main .container-fluid {
    padding-inline: 2%;
    max-width: 1920px;
}


/* ============================================================
   FOOTER
============================================================ */

 footer .row > div:not(:first-child) > div.footer_content {
  padding-left: 25px;
  border-left: 1px solid #ffffff00;
  height: 100%;
  position: relative;
}
 footer .row > div:not(:first-child) > div.footer_content::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 75%;
  background-color: #ffffff2e;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
 }
.footer .container-fluid {
  padding-inline: 50px;
  max-width: 1920px;
}
.footer { background: var(--navy-dark); }
.footer-about { font-size: 15px; color: rgba(255, 255, 255, 0.81); line-height: 1.6; max-width: 300px;}

.footer-social a {
  width: 32px; height: 32px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: .75rem;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.footer-social a:hover { border-color: var(--gold); color: var(--gold); }

.footer-heading {
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 1rem;
  padding-bottom: .4rem;
}
.footer-links {
   list-style: none; padding: 0; margin: 0;
    /* max-width: 300px; */
    max-width: 100%;
  }
  .footer-logo-name span {
  font-size: 26px;
}
.footer-brand .logo-emblem img {
  height: 90px;
}
.footer-links li { margin-bottom: .45rem; }
.footer-links a { font-size: 15px; color: rgba(255, 255, 255, 0.81); text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }

.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
  display: flex; align-items: flex-start; gap: .7rem;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.81);
  margin-bottom: .6rem;
  line-height: 1.4;
}
.footer-contact i { color:var(--white); flex-shrink: 0; margin-top: 2px; width: 14px; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .text-muted { color: rgba(255, 255, 255, 0.81) !important; }

.accred-badge {
  display: inline-flex; flex-direction: column; align-items: center;
  border: 1px solid rgba(200,164,93,.4);
  border-radius: 4px;
  padding: .3rem .6rem;
  color: var(--gold);
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .05em;
}
.accred-badge small { font-size: .6rem; font-weight: 400; color: rgba(255,255,255,.5); letter-spacing: .03em; }
#mainNavbar.navbar-scrolled {
  padding: .35rem 0;
  box-shadow: 0 4px 28px rgba(0,0,0,.45);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#mainNavbar li.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
    width: calc(100% - 20px);
    transform: translateX(-50%);
}
#mainNavbar li:hover>a, #mainNavbar li.active>a {
    color: var(--gold) !important;
}


/* Position the anchor as the dropdown anchor */
.nav-search-btn {
  position: relative;   /* required â€” dropdown is absolute inside */
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

/* Dropdown list */
.search-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 320px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  display: none;          /* hidden by default */
  z-index: 9999;
}

.search-dropdown.open { display: block; }

/* Row */
.sd-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  cursor: pointer;
  transition: background .1s;
}
.sd-item + .sd-item { border-top: 1px solid #f1f5f9; }
.sd-item:hover      { background: #f8fafc; }

/* Icon bubble */
.sd-icon { width:28px; height:28px; border-radius:6px;
           display:flex; align-items:center; justify-content:center;
           font-size:13px; flex-shrink:0; }
.sd-icon.post { background:#dbeafe; color:#1d4ed8; display: none;}
.sd-icon.page { background:#dcfce7; color:#15803d;display: none; }

/* Text */
.sd-title { font-size:13px; font-weight:500;color: #000;
             }
.sd-title mark { background:#fef08a; border-radius:2px; padding:0 2px; }
.sd-meta  { font-size:11px; color:#64748b; margin-top:1px; }

/* Badge */
.sd-type { font-size:10px; padding:2px 7px; border-radius:20px; display: none;}
.sd-type.post { background:#dbeafe; color:#1d4ed8; }
.sd-type.page { background:#dcfce7; color:#15803d; }

/* Footer */
.sd-footer { display:flex; justify-content:space-between;
             padding:8px 14px; border-top:1px solid #f1f5f9; }
.sd-count { font-size:11px; color:#94a3b8; }
.sd-all   { font-size:12px; color:#3b82f6; text-decoration:none;display: none; }
    .navbar .a-h a{
	display:flex;
	align-items:center;
	padding-inline:12px !important
	
}
/* â”€â”€ Mobile Search Overlay â”€â”€ */
.mobile-search-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 99999;
/*     background: rgba(0, 0, 0, 0.92); */
background:#0f2943;
    padding: 16px;
    animation: slideDown 0.25s ease;
}

.mobile-search-overlay.open {
    display: block;
}

@keyframes slideDown {
    from { transform: translateY(-100%); opacity: 0; }
    to   { transform: translateY(0);     opacity: 1; }
}

.mobile-search-inner {
    max-width: 600px;
    margin: 0 auto;
}

.mobile-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--navy);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 10px 14px;
}

.mobile-search-box .mobile-search-icon {
    color: rgba(255,255,255,0.5);
    font-size: 15px;
    flex-shrink: 0;
}

.mobile-search-box input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px; /* prevents iOS zoom */
}

.mobile-search-box input::placeholder {
    color: rgba(255,255,255,0.4);
}

.mobile-search-clear {
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    padding: 0;
    font-size: 15px;
    display: none;
    flex-shrink: 0;
}

.mobile-search-clear.visible {
    display: block;
}

/* Mobile Dropdown Results */
.mobile-search-dropdown {
    margin-top: 8px;
    background: var(--navy);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    display: none;
}

.mobile-search-dropdown.has-results {
    display: block;
}

.mobile-search-dropdown .search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: background 0.2s;
}

.mobile-search-dropdown .search-item:last-child {
    border-bottom: none;
}

.mobile-search-dropdown .search-item:hover {
    background: rgba(255,255,255,0.06);
}

.mobile-search-dropdown .search-item-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}

.mobile-search-dropdown .search-item-text {
    flex: 1;
    min-width: 0;
}

.mobile-search-dropdown .search-item-title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-search-dropdown .search-item-meta {
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    margin-top: 2px;
}

.mobile-search-dropdown .search-view-all {
    display: block;
    text-align: center;
    padding: 10px;
    color: var(--theme-color, #f97316);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
}

.mobile-search-dropdown .search-no-results {
    padding: 20px;
    text-align: center;
    color: rgba(255,255,255,0.4);
    font-size: 14px;
}

.mobile-search-trigger {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
       ALL STYLES SCOPED UNDER .p_m_sec
    â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */

    /* â”€â”€ BREADCRUMB â”€â”€ */
    .p_m_sec .breadcrumb-bar {
      background: var(--light);
      border-bottom: 1px solid var(--border);
      padding: 9px 0;
      font-size: 13px;
      color: var(--muted);
    }
    .p_m_sec .breadcrumb-bar a { color: var(--navy2); text-decoration: none; }
    .p_m_sec .breadcrumb-bar a:hover { text-decoration: underline; }
    .p_m_sec .breadcrumb-bar .sep { margin: 0 6px; color: var(--muted); }

    /* â”€â”€ HERO â”€â”€ */
    .p_m_sec .hero-section {
      background: var(--white);
      padding: 44px 0 32px;
    }
    .p_m_sec .hero-section h1 {
      font-size: 2.4rem;
      font-weight: 800;
      color: var(--navy);
      line-height: 1.2;
		letter-spacing:0.3px;
      margin-bottom: 2px;
		    font-family: 'Playfair Display', serif;
    }
    .p_m_sec .hero-section h1 .gold-sub {
      color: var(--gold);
      font-size: 2.1rem;
    }
    .p_m_sec .hero-section .tagline {
      color: var(--muted);
      font-size: 0.93rem;
      max-width: 440px;
      margin: 12px 0 22px;
      line-height: 1.65;
    }
    .p_m_sec .btn-apply {
      background: var(--gold);
      color: var(--white);
      font-weight: 600;
      font-size: 0.9rem;
      padding: 10px 22px;
      border-radius: 5px;
      border: none;
      cursor: pointer;
      transition: background .2s;
      text-decoration: none;
      display: inline-block;
    }
    .p_m_sec .btn-apply:hover { background: var(--navy2); color: var(--white); }
    .p_m_sec .btn-info-outline {
      background: transparent;
      color: var(--navy);
      font-weight: 600;
      font-size: 0.9rem;
      padding: 9px 20px;
      border-radius: 5px;
      border: 2px solid var(--gold);
      cursor: pointer;
      transition: all .2s;
      text-decoration: none;
      display: inline-block;
    }
    .p_m_sec .btn-info-outline:hover { background: var(--navy-dark); color: var(--white); border-color: var(--navy-dark);}
    .p_m_sec .hero-img {
      width: 100%;
      height: 280px;
      object-fit: cover;
      border-radius: 10px;
    }

    /* â”€â”€ STATS BAR â”€â”€ */
    .p_m_sec .stats-bar {
      background: var(--white);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      padding: 16px 0;
    }
    .p_m_sec .stats-bar .stats-inner {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0;
    }
    .p_m_sec .stat-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 6px 28px 6px 0;
    }
    .p_m_sec .stat-item:first-child { padding-left: 0; }
    .p_m_sec .stat-icon {
      width: 42px; height: 42px;
      border: 1.5px solid var(--border);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 19px;
      color: var(--navy);
      flex-shrink: 0;
    }
    .p_m_sec .stat-label {
      font-size: 11px;
      color: var(--muted);
      text-transform: uppercase;
      letter-spacing: .5px;
      margin-bottom: 1px;
    }
    .p_m_sec .stat-value {
      font-size: 1rem;
      font-weight: 700;
      color: var(--navy);
      line-height: 1.1;
    }
    .p_m_sec .stat-sub {
      font-size: 11px;
      color: var(--muted);
    }
    .p_m_sec .stat-divider {
      width: 1px; height: 44px;
      background: var(--border);
      margin: 0 28px 0 0;
    }

    /* â”€â”€ NAV TABS â”€â”€ */
    .p_m_sec .prog-tabs-wrap {
      /* background: var(--navy);
      position: sticky;
      top: 115px; */
      z-index: 100;
    }
    .p_m_sec .prog-tabs-wrap{
    
      /* margin-top: 10px; */
      padding: 0px;
     background-color: var(--light-bg);
    }
        .p_m_sec .tab-s{
          border: 2px solid #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
        }

   .p_m_sec .prog-tabs {
    display: flex;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}

.p_m_sec .prog-tabs .prog-tab{
    flex: 1 1 0;
    text-align: center;
}
    .p_m_sec .prog-tabs::-webkit-scrollbar { display: none; }
    .p_m_sec .prog-tab {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 5px;
      padding: 13px 10px;
      color: var(--navy);
      font-size: 13.5px;
      font-weight: 500;
      cursor: pointer;
      border-bottom: 3px solid transparent;
      white-space: nowrap;
      transition: all .2s;
      text-decoration: none;

      flex-shrink: 0;
    }
    .p_m_sec .prog-tab i { font-size: 21px; }
    .p_m_sec .prog-tab:hover { color: var(--white); background:var(--navy-dark); text-decoration: none; }
    .p_m_sec .prog-tab.active {
      color: var(--white);
      border-bottom-color: var(--gold);
      background: var(--navy-dark);
    }

    /* â”€â”€ TAB CONTENT SECTIONS â”€â”€ */
    .p_m_sec .tab-pane-sec { display: none; padding: 44px 20px 52px; }
    .p_m_sec .tab-pane-sec.active { display: block; }

    /* â”€â”€ SECTION HEADING â”€â”€ */
    .p_m_sec .sec-heading {
      font-size: 1.55rem;
      font-weight: 800;
      color: var(--navy);
      margin-bottom: 6px;
      position: relative;
      padding-bottom: 8px;
    }
    .p_m_sec .sec-heading::after {
      content: '';
      position: absolute;
      left: 0; bottom: 0;
      width: 44px; height: 3px;
      background: var(--gold);
      border-radius: 2px;
    }

    /* â”€â”€ LEFT CONTENT TEXT â”€â”€ */
    .p_m_sec .content-text p {
      font-size: 0.91rem;
      color: var(--text);
      line-height: 1.75;
      margin-bottom: 12px;
    }
    .p_m_sec .check-list {
      list-style: none;
      padding: 0; margin: 16px 0 0;
    }
    .p_m_sec .check-list li {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      padding: 5px 0;
      font-size: 0.88rem;
      color: var(--text);
      line-height: 1.55;
    }
    .p_m_sec .check-list li .chk-icon {
      width: 18px; height: 18px;
      background: var(--gold);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
		padding:0px !important;
    }
    .p_m_sec .check-list li .chk-icon i {
      font-size: 9px;
      color: #fff;
    }

    /* â”€â”€ RIGHT IMAGE + QUOTE CARD â”€â”€ */
    .p_m_sec .right-col-img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 14px;
    }
    .p_m_sec .quote-card {
      background: #EEF2F7;
      color: var(--navy-dark);
      border-radius: 10px;
      padding: 26px 22px;
          position: relative;
    z-index: 1;
    transform: translateY(-29px);
    max-width: 95%;
    margin: 0 auto;
        box-shadow: 0 4px 16px rgba(11, 44, 77, .07);
    }
    .p_m_sec .quote-card .q-icon {
      color: var(--gold);
      font-size: 1.8rem;
      margin-bottom: 10px;
    }
    .p_m_sec .quote-card p {
      font-size: 0.88rem;
      line-height: 1.65;
      margin-bottom: 16px;
      color: #000;
    }
    .p_m_sec .quote-card .shield-row {
      display: flex; align-items: center; gap: 10px;
      border-top: 1px solid var(--gold);
      padding-top: 15px;
    }
    .p_m_sec .quote-card .shield-row i {
      color: var(--white); font-size: 2.3rem;
    }
    .p_m_sec .quote-card .shield-row .sh-name {
      font-weight: 700;
      font-size: 0.88rem;
      color: var(--white);
    }
    .p_m_sec .quote-card .shield-row .sh-sub {
      font-size: 0.78rem;
      color: rgba(255,255,255,.6);
    }

    /* â”€â”€ OUTLINE CARDS â”€â”€ */
    .p_m_sec .outline-block {
      border: 1px solid var(--border);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 18px;
    }
    .p_m_sec .outline-block-head {
      background: var(--navy);
      display: flex; align-items: center;
      gap: 10px;
      padding: 14px 18px;
    }
    .p_m_sec .outline-block-head i { color: var(--gold); font-size: 1.1rem; }
    .p_m_sec .outline-block-head .obh-title {
      font-weight: 700; font-size: .93rem; color: var(--white); flex: 1;
    }
    .p_m_sec .outline-block-head .obh-badge {
      background: var(--gold);
      color: var(--navy);
      font-weight: 800;
      font-size: .75rem;
      padding: 3px 11px;
      border-radius: 20px;
    }
    .p_m_sec .course-row {
      display: flex; align-items: center;
      padding: 11px 18px;
      border-bottom: 1px solid var(--border);
      font-size: .88rem;
      transition: background .15s;
    }
    .p_m_sec .course-row:last-child { border: none; }
    .p_m_sec .course-row:hover { background: var(--light); }
    .p_m_sec .course-code {
      background: var(--light-bg);
      color: var(--navy-dark);
      font-size: .72rem;
      font-weight: 700;
      padding: 3px 9px;
      border-radius: 4px;
      margin-right: 12px;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .p_m_sec .course-name { flex: 1; color: var(--text); font-weight: 500; }
    .p_m_sec .cr-badge {
      font-size: .77rem; font-weight: 600;
      color: var(--navy);
      background: var(--light);
      border: 1px solid var(--border);
      padding: 2px 9px;
      border-radius: 12px;
      flex-shrink: 0;
    }

    /* â”€â”€ CREDIT SUMMARY BOX â”€â”€ */
    .p_m_sec .summary-box {
      background: var(--navy);
      border-radius: 10px;
      padding: 24px 20px;
      color: var(--white);
      position: sticky;
      top: 80px;
    }
    .p_m_sec .summary-box h6 {
      color: var(--gold);
      font-weight: 700;
      margin-bottom: 14px;
      font-size: .93rem;
    }
    .p_m_sec .sum-row {
      display: flex; justify-content: space-between;
      padding: 8px 0;
      border-bottom: 1px solid rgba(255,255,255,.1);
      font-size: .86rem;
    }
    .p_m_sec .sum-row:last-child { border: none; }
    .p_m_sec .sum-row .sr-label { color: rgba(255,255,255,.75); }
    .p_m_sec .sum-row .sr-val { font-weight: 700; color: var(--gold2); }
    .p_m_sec .sum-total {
      display: flex; justify-content: space-between;
      padding-top: 12px;
      font-size: 1rem; font-weight: 800;
    }
    .p_m_sec .sum-total .sr-label { color: var(--white); }
    .p_m_sec .sum-total .sr-val { color: var(--gold); }

    /* â”€â”€ CONCENTRATION PILLS â”€â”€ */
    .p_m_sec .conc-list { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
    .p_m_sec .conc-pill {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 10px 14px;
      font-size: .87rem;
      font-weight: 600;
      color: var(--navy);
      display: flex; align-items: center; gap: 10px;
    }
    .p_m_sec .conc-pill i { color: var(--gold); }

    /* â”€â”€ ADMISSION REQUIREMENTS â”€â”€ */
    .p_m_sec .req-step {
      display: flex; gap: 14px;
      padding: 15px 0;
      border-bottom: 1px solid var(--border);
    }
    .p_m_sec .req-step:last-child { border: none; }
    .p_m_sec .req-num {
      width: 34px; height: 34px;
      background: var(--navy);
      color: var(--white);
      font-weight: 800;
      font-size: .87rem;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .p_m_sec .req-body h6 {
      font-weight: 700; color: var(--navy);
      margin-bottom: 3px; font-size: .9rem;
    }
    .p_m_sec .req-body p {
      font-size: .85rem; color: var(--muted);
      margin: 0; line-height: 1.6;
    }

    /* â”€â”€ DEGREE OUTCOMES â”€â”€ */
    .p_m_sec .outcome-item {
      display: flex; gap: 12px; align-items: flex-start;
      padding: 13px 0;
      border-bottom: 1px solid var(--border);
    }
    .p_m_sec .outcome-item:last-child { border: none; }
    .p_m_sec .out-icon {
      width: 34px; height: 34px;
      background: rgba(15,32,68,.07);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      color: var(--navy); font-size: 15px;
      flex-shrink: 0;
    }
    .p_m_sec .out-text {
      font-size: .9rem; color: var(--text); line-height: 1.6;
      padding-top: 6px;
    }

    /* â”€â”€ PRIOR LEARNING â”€â”€ */
    .p_m_sec .alert-box {
      background: #fff8ec;
      border: 1px solid #fdd591;
      border-left: 4px solid var(--gold);
      border-radius: 8px;
      padding: 16px 18px;
      margin-bottom: 18px;
      font-size: .9rem;
      color: var(--text);
      line-height: 1.65;
    }
    .p_m_sec .alert-box i { color: var(--gold); margin-right: 6px; }

    /* â”€â”€ CAREER CARDS â”€â”€ */
    .p_m_sec .career-card {
      background: var(--light);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      height: 100%;
      transition: all .2s;
    }
    .p_m_sec .career-card:hover {
      border-color: var(--navy);
      box-shadow: 0 4px 18px rgba(15,32,68,.1);
      transform: translateY(-2px);
    }
    .p_m_sec .career-card .career-icon {
      width: 50px; height: 50px;
      background: var(--white);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      color: var(--gold); font-size: 19px;
      margin: 0 auto 13px;
    }
    .p_m_sec .career-card h6 {
      font-weight: 700; color: var(--navy);
      margin-bottom: 5px; font-size: .9rem;
    }
    .p_m_sec .career-card p {
      font-size: .81rem; color: var(--muted); margin: 0;
    }

    /* â”€â”€ WORK SETTING CARDS â”€â”€ */
    .p_m_sec .work-card {
      background: var(--light-bg);
      border-radius: 10px;
      padding: 24px 18px;
      text-align: center;
      height: 100%;
      transition: background .2s;
    }
    .p_m_sec .work-card:hover { background: var(--light); }
    .p_m_sec .work-card i {
      font-size: 2rem; color: var(--gold);
      margin-bottom: 11px; display: block;
    }
    .p_m_sec .work-card h6 {
      font-weight: 700; color: var(--navy-dark);
      margin: 0; font-size: .92rem;
    }

    /* â”€â”€ OBJECTIVES CARD â”€â”€ */
    .p_m_sec .obj-card {
      background: var(--light);
      border: 1px solid var(--border);
      border-radius: 10px;
      padding: 20px;
      height: 100%;
      transition: box-shadow .2s;
    }
    .p_m_sec .obj-card:hover { box-shadow: 0 4px 16px rgba(15,32,68,.1); }
    .p_m_sec .obj-card .oc-icon {
      width: 42px; height: 42px;
      background: var(--navy);
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      color: var(--gold); font-size: 17px;
      margin-bottom: 12px;
    }
    .p_m_sec .obj-card h6 {
      font-weight: 700; color: var(--navy);
      margin-bottom: 7px; font-size: .9rem;
    }
    .p_m_sec .obj-card p {
      font-size: .84rem; color: var(--muted); margin: 0; line-height: 1.6;
    }

    /* â”€â”€ INFO CHIPS â”€â”€ */
    .p_m_sec .chip {
      display: inline-flex; align-items: center; gap: 7px;
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 8px 14px;
      font-size: .85rem;
      font-weight: 600;
      color: var(--navy);
      margin: 4px 3px;
    }
    .p_m_sec .chip i { color: var(--green); }

    /* â”€â”€ CTA FOOTER â”€â”€ */
    .p_m_sec .cta-footer {
      background: #F7F1E8;
      /* border-top: 1px solid var(--border); */
      padding: 32px 0;
      margin-bottom: 30px;
    }
    .p_m_sec .cta-footer .cta-icon {
      width: 54px; height: 54px;
      background: var(--white);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: var(--navy); font-size: 22px;
      border: 1px solid var(--gold);border-radius: 50%;
      flex-shrink: 0;
    }
    .p_m_sec .cta-footer h4 {
      font-weight: 800; color: var(--navy);
      margin-bottom: 3px; font-size: 1.1rem;
    }
    .p_m_sec .cta-footer p {
      color: var(--muted); font-size: .86rem; margin: 0;
    }
 #heroCarousel{
  width: 60%;
}
    /* â”€â”€ RESPONSIVE â”€â”€ */
    @media (max-width: 991px) {
      .p_m_sec .prog-tab{
      padding: 13px 15px;
      }
      .p_m_sec .stat-divider { display: none; }
      .p_m_sec .stat-item { padding-right: 18px; }
         .p_m_sec #heroCarousel {
        width: 97%;
        margin: 0 auto;
        border-radius: 6px;
        overflow: hidden;
    }
    }
    @media (max-width: 767px) {
      .p_m_sec .hero-section h1 { font-size: 1.7rem; }
      .p_m_sec .hero-section h1 .gold-sub { font-size: 1.55rem; }
    }
        .p_m_sec .feature-strip {
  /* max-width: 1320px; */
  border-radius: 10px;
  position: relative;
  z-index: 999;
  transform: translateY(-10px);
}
        .p_m_sec .feature-item {
 justify-content: center;
        }


/* Divya request info start contact */

/* MAIN LAYOUT */
.request-info-page {
  display: flex;
  gap: 30px;
  /* max-width: 1200px; */
  margin: -25px 0px 40px;
  padding: 0 15px;
	position:relative;
	z-index:1;
}

/* LEFT FORM */
.request-info-page .contact-container {
  flex: 2;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
box-shadow: rgb(0 0 0 / 10%) 0px 0px 26px;
}

/* RIGHT SIDEBAR */
.request-info-page .contact-sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* HEADINGS */
.request-info-page .section-header {
  color: #0b2c4d;
  border-bottom: 2px solid #0b2c4d;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

/* GRID */
.request-info-page .form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.request-info-page .form-col {
  flex: 1;
  min-width: 150px;
}

/* INPUTS */
.request-info-page .form-control,
.request-info-page .form-select {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 13px;
  /* change as needed */
  /* color: #999; */
}

.request-info-page label {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}

/* place holder  */
.request-info-page input::placeholder,
.request-info-page textarea::placeholder {
  font-size: 13px;
  /* change as needed */
  /* color: #999; */
  /* optional */
}

/* FOCUS */
.request-info-page .form-control:focus,
.request-info-page .form-select:focus {
  border-color: #0b2c4d;
  outline: none;
}

/* CONSENT BOX */
.request-info-page .consent-box {
  padding: 15px 0px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 9px;
  color: #34506b;
    background: #cccccc24;
    border-radius: 10px;
    padding: 10px;
}
.consent-box i {
  font-size: 17px;
  color: #e8a020;
}

/* BUTTON */
.request-info-page .submit-btn {
  background: #f4b400;
  border: none;
  padding: 12px 40px;
	font-family:Poppins,sans-serif;
  margin-top: 20px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
	color:#fff;
}

.request-info-page .submit-btn:hover {
  background: #d89d00;
}

/* SIDEBAR */
.request-info-page .sidebar-card {
  background: #fff;
  padding: 35px 20px;
  border-radius: 10px;
box-shadow: rgb(0 0 0 / 10%) 0px 0px 26px;
}

.request-info-page .why-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.request-info-page .why-icon {
  width: 55px;
  height: 55px;
  background: #eef2f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* ADVISOR */
.request-info-page .advisor-card {
  background: #0b2c4d;
  color: #fff;
}

.request-info-page .advisor-card button {
  background: #f4b400;
  border: none;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
font-family:Poppins,sans-serif;
	font-weight:500;
	color:#fff;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .request-info-page {
    flex-direction: column;
  }
}

.request-info-page .sec-heading {
  position: relative;
  display: inline-block;
}

.request-info-page .sec-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 44px;
  height: 3px;
  background: #f4b400;
  /* or var(--gold) */
  border-radius: 2px;
}

.request-info-page .section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

/* Circle Icon */
.request-info-page .section-title .icon {
  width: 40px;
  height: 40px;
  padding: 4px 11px;
  background: #0b2c4d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* User Icon using CSS */
.request-info-page .user-icon {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}

.request-info-page .user-icon::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

/* Heading */
.request-info-page .section-title h3 {
  font-size: 24px;
  color: #0b2c4d;
  position: relative;
  text-transform: uppercase;
}

/* Underline */
.request-info-page .section-title h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #f4b400;
  margin-top: 5px;
  border-radius: 2px;
}

.request-info-page .icon i {
  color: #ffff;
  font-size: 25px;
}

.request-divider {
  border: 1px solid #ddddddc4;
  margin-top: 10px;
  margin-bottom: 20px;
}

.des {
  font-size: 14px;
  padding-top: 15px;
  text-align: center;
}

.des i {
  font-size: 14px;
  padding-right: 6px;
}

.contact-sidebar.right-side h6 {
  color: #0b2c4d;
  font-weight: 700;
}

.contact-sidebar.right-side p {
  font-size: 14px;
  color: #0f2044e8;
  font-weight: 500;
}

.sidebar-card.advisor-card h4 {
  font-size: 20px;
  text-transform: uppercase;
}

.no-img i {
    /* width: 100%; */
    max-width: 102px;
    /* padding-bottom: 10px; */
    /* padding-top: 20px; */
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2e4a67;
    border-radius: 50%;
    margin-bottom: 10px;
}

.sidebar-card.advisor-card p {
  color: #ffffff;
  font-size: 16px;
}

@media(max-width: 576px) {
  .request-info-page .section-title .icon {
    padding: 1px 7px;
  }

  .request-info-page .icon i {
    font-size: 22px;
  }

  .request-info-page .contact-container {
    padding: 20px;
  }

  .request-info-page .section-title h3 {
    font-size: 18px;
  }
}

/* request info end contact */

/* what happens sec start  */

/* SECTION */

.what-next {
  text-align: center;
padding-block: 30px;
}
/* TITLE */
.what-next .wn-title {
    color: #0b2c4d;
    font-size: 18px;
    margin-bottom: 30px;
    position: relative;
}

.what-next .wn-title::before,
.what-next .wn-title::after {
    content: '';
    width: 50px;
    height: 2px;
    background: #f4b400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.what-next .wn-title::before { left: 36%; }
.what-next .wn-title::after { right: 36%; }

/* ROW */
.what-next .wn-row {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 15px;
    flex-wrap: wrap;
}

/* CARD */
.what-next .wn-card {
    background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  text-align: left;
 display: flex;              /* ðŸ‘ˆ important */
  
  gap: 8px;
}

/* NUMBER */
.what-next .wn-num {
   width: 20px;
  height: 20px;
  background: #0b2c4d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 20px;
  margin-right: 10px;
}

/* TEXT */
.what-next .wn-card h4 {
 font-size: 15px;
  color: #0b2c4d;
  margin-bottom: 6px;
  font-weight: 600;
}

.what-next .wn-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* ARROW */
.what-next .wn-arrow {
   font-size: 35px;
  color: #0b2c4d;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .what-next .wn-row {
        flex-direction: column;
		align-items:center !important;
		margin-inline:15px
    }
	.what-next .wn-arrow{
		    transform: rotate(90deg);
    justify-content: center;
	}

    .what-next .wn-arrow {
        display: none;
    }

    .what-next .wn-card {
        width: 100%;
/*         max-width: 320px; */
    }
    .what-next .wn-title::before {
  left: 10%;
}


.what-next .wn-title::after {
  right: 10%;
}
}
@media (max-width: 576px) {
  .what-next .wn-title::before {
  left: 15px;
}


.what-next .wn-title::after {
  right:15px;
}
}

.what-next .wn-row{
    display: flex;
    align-items: stretch;
    gap: 15px;
}

.what-next .wn-card{
    flex: 1;
}

.what-next .wn-arrow{
    width: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* what happens sec end */
.small-title{
	    color: #e8a020;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Poppins-Medium';
    font-family: 'Poppins-Regular';
}