/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
.fp-watermark{ display: none; }

body{
	font-family: "Roboto", sans-serif;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{ font-size: 21px; }
p{ font-size: 14px; }

.icon-follow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.1s linear;
  will-change: transform;
  z-index: 50;
}

.smooth {
  transition: transform 0.1s ease-out;
}

.upanimation {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.showanimation {
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

/* ------======== Sections backgrounds ========------ */
#section-header{ background-color: #ffffff; }
#section-dashboard{ 
  background-color: #ebebeb;
  background-image: url("../images/offer-toplayer.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#section-about{ background-color: #ffffff; }
#section-services { 
    background-color: #000; /* Dark fallback */
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#section-services .section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#e0e0e0 1.5px, transparent 1.5px);
    background-size: 30px 30px;
    opacity: 0.5;
    z-index: 1;
}

#section-services .services-wrapper {
    position: relative;
    z-index: 5;
    width: 100%;
}
#section-news{ 
  background-color: #ffffff;
  background-image: url("../images/offer-toplayer.png");
  background-position: top left;
  background-repeat: no-repeat;
}
#section-our-team{ background-color: #272757; }
#section-events{ background-color: #ebebeb; }
#section-associates{ 
  background-color: #ffffff;
  background-image: url("../images/offer-toplayer.png");
  background-position: top left;
  background-repeat: no-repeat;
}
/* ---- Footer redesign ---- */
#section-footer{
  background: linear-gradient(175deg, #071a34 0%, #0b2244 55%, #0d2a50 100%);
  /* position: relative; */
}
/* subtle logo watermark – positioned fully inside so it never creates overflow */
#section-footer::after{
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 320px; height: 320px;
  background: url('/images/logo.png') no-repeat center/contain;
  opacity: 0.03;
  pointer-events: none;
}

/* ------======== Header Section ========------ */

/*** Hero Header ***/
.hero-header {
  position: absolute;
  top:0;
  margin-top: -25px;
  padding-top: 120px;
  padding-bottom: 0px;
  background: url(../images/inner-top-banner.jpg) top center no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}

.hero-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-header * {
  position: relative;
  z-index: 2;
}

.hero-header h1 {
  font-family: "Poppins", sans-serif;
	font-weight:500;
	font-size:48px;
  margin-top:40px;
}

.hero-header .breadcrumb li a {
	text-transform:none;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
	display:none;
}

.hero-header nav {
    height: 40px;
    background-color: unset;
    z-index: 99;
}

/*.section-header-title-desc{ margin-top: 220px; }*/
.section-header-title-desc h2{font-family: "Poppins", sans-serif; font-weight: 500; font-size: 32px; color: #00167a;  }
.section-header-title-desc p {
    font-size: 24px;
    color: #333;
    margin-top: 20px;
}

.top-head a.btn-link{ text-decoration: none; color: #ffffff; background-color: rgba(0, 22, 122, 0.7); border-radius:4px; font-size:14px; padding: 5px; }
.logo-block{ width:96%; position: relative !important; }
.logo-block .logo-img{ z-index: 10; }
.logo-block .logo-text{ margin-left: 20px; z-index: 10; }
.logo-block .logo-title{ font-family: "Poppins", sans-serif; color: #ffffff; font-size:27px; font-weight: 500; }
.logo-block .logo-subtitle{ font-family: "Poppins", sans-serif; color: #ffffff; font-size:18px; font-weight: 400; }
.logo-block .bg-block{ z-index: 9; position: absolute !important; height: 84px; width:500px; left: 100px; top:50; background: linear-gradient(to right, rgba(0, 22, 122, 0.2), rgba(0, 22, 122, 1), rgba(0, 22, 122, 0.1)); }

/* menu */

@keyframes swingdown {
		0% {
			opacity: .99999;
			transform: rotateX(90deg);
		}

		30% {			
			transform: rotateX(-20deg) rotateY(5deg);
			animation-timing-function: ease-in-out;
		}

		65% {
			transform: rotateX(20deg) rotateY(-3deg);
			animation-timing-function: ease-in-out;
		}

		100% {
			transform: rotateX(0);
			animation-timing-function: ease-in-out;
		}
	}

nav{
  height: 40px;
  background-color: rgba(0, 22, 122, 0.7);
  z-index: 99;
}
nav .navbar{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 0 20px;
}

nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: left;
  list-style: none;
  padding: 0 14px;
  border-left: 1px solid rgba(0, 22, 122, 0);
  border-right: 1px solid rgba(0, 22, 122, 0);
  border-top: 1px solid rgba(0, 22, 122, 0);
}

nav .navbar .links li:hover{
  background-color: #1c3394;
  border-left: 1px solid rgba(255,255,255,0.3);
  border-right: 1px solid rgba(255,255,255,0.3);
  border-top: 1px solid rgba(255,255,255,0.3);
}

nav .navbar .links li.divider{ padding: 0 5px; color:#fff; border: 0; }

nav .navbar .links li.divider:hover{
  background-color: rgba(0, 22, 122, 0);
  border: 0;
}

nav .navbar .links li a{
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
}

nav .navbar .links li:hover a{
  color:#fff;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
    opacity: 1;
}

nav .navbar .links li .arrow{
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #fff;
  display: none;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 40px;
  left: 0;
  line-height: 40px;
  border-left: 1px solid rgba(255,255,255,0.3);
  border-right: 1px solid rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(255,255,255,0.3);
  border-top: 0;
  /*background-color: #205f88;*/
  background-color: #1c3394;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  transform-origin: 0% 0%;
}

nav .navbar .links li.last .sub-menu{
  right: 0;
  left:unset;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
  animation-name: swingdown;
  animation-duration: 1s;
  animation-timing-function: ease;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  /*border:1px solid #00167a;*/
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.navbar .links li .sub-menu li:hover{
  background-color: #00167a;
}

.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  display: block;
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 75%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.navbar .links li.last .sub-menu .more-sub-menu{
  top: 5px;
  right: 75%;
  left: unset;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
  animation-name: swingdown;
  animation-duration: 1s;
  animation-timing-function: ease;
}



#MenuBulge {
    position: fixed;
    inset: 0;
    z-index: 665;
    pointer-events: none;
    display: none;
}
#MenuBulge svg {
    position: absolute;
    right: 0;
    top: 0;
    will-change: transform;
}
#MenuBulge path {
    fill: rgba(0, 0, 0, 0.3);
}

.burgers {
    position: fixed;
    z-index: 666;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}
.burgers .right {
    position: absolute;
}
.burgers .hitarea {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    pointer-events: all;
    background: rgba(255,255,255,0);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1025px) {
    #MenuBulge {
        display: block;
    }
}

.burgers .hitarea ul{ list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: center; gap: 10px; }
.burgers .hitarea ul li{ position: absolute; left: 0; width: 100%; display: none; }
.burgers .hitarea ul li img{ position: relative; z-index: 2; width: 40px; height: 40px; margin-top:25px; transition: transform 0.3s ease; }
.burgers .hitarea ul li a:hover img{ transform: scale(1.1); }
.social-block:hover .social-right-block,
.social-sidebar-tab:hover + .social-right-block {
  opacity: 1;
  transform: translateX(0);
}
.burgers .hitarea ul li.active {
  display: block;
}

#section-header .layer-left-temp-block{
  position: absolute;
  z-index: 3;
  width: 530px;
  left: 200px;
  bottom: 80px;
}

#section-header .layer-left-temp-block .temp-degree{ font-family: "Poppins", sans-serif; color: #fff; font-size:80px; font-weight: 500; text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
#section-header .layer-left-temp-block .temp-location{ font-family: "Poppins", sans-serif; color: #fff; font-size:34px; font-weight: 500; text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
#section-header .layer-left-temp-block .temp-icon{ color: #fff; font-size:46px; font-weight: 500; text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); padding-left: 30px; }
#section-header .layer-left-temp-block .temp-date{ font-family: "Poppins", sans-serif; color: #fff; font-size:24px; text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }

#section-header .layer-right-temp-block{
  position: absolute;
  z-index: 3;
  width: 550px;
  right: 0px;
  top: 160px;
  bottom: 35px;
  color: #fff;
  background-color: transparent;
  /*padding-top: 80px;*/
  display: none;
  justify-content: center;
}

#section-header .layer-right-temp-block .inner-block { padding: 20px; }
#section-header .layer-right-temp-block .title{ font-family: "Poppins", sans-serif; color: #fff; font-size:18px; padding-bottom: 20px; }
#section-header .layer-right-temp-block .subtitle{ font-family: "Poppins", sans-serif; color: #fff; font-size:20px; text-transform: uppercase; padding-bottom: 30px; }
#section-header .layer-right-temp-block .tempblock{ width:350px; padding-bottom: 20px; }
#section-header .layer-right-temp-block .tempblock .label{ font-size: 18px; }
#section-header .layer-right-temp-block .tempblock .val{ font-size: 18px; }

/* --- Hero Slogan Rotator --- */
#section-header .layer-slogan-block {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 550px;
  top: 255px;
  bottom: 35px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0 80px;
}
#section-header .layer-slogan-block .slogan-inner {
  text-align: center;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.28); */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: 22px 32px;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45), 0 2px 8px rgba(0, 0, 0, 0.3); */
}
#section-header .layer-slogan-block .slogan-eyebrow {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#section-header .layer-slogan-block .slogan-accent-line {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #00c97a, #00fff6);
  margin: 0 auto 28px;
  border-radius: 2px;
}
#section-header .layer-slogan-block .slogan-static {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.8), 0 4px 24px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.5px;
}
#section-header .layer-slogan-block .slogan-static .slogan-highlight {
  background: linear-gradient(90deg, #00e87a, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
}
@media (max-width: 767px) {
  #section-header .layer-slogan-block { display: none; }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #section-header .layer-slogan-block {
    left: 0;
    right: 440px;
    padding: 0 40px;
  }
  #section-header .layer-slogan-block .slogan-static { font-size: 38px; }
}

#section-header .layer-news-scroller{
	position: absolute;
	z-index: 4;
	width: 100%;
	left: 0;
	bottom: 0;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	padding: 0 0 0 20px;
  margin-bottom: 5px;
}

.layer-news-scroller .bell{ color: #fff; font-size: 52px; padding-top:2px; }
.layer-news-scroller .scroller-text{ background-color: #00fff6; margin-left: 20px; }
.layer-news-scroller .scroller-text ul li{ font-family: "Poppins", sans-serif; color: #000; font-size: 20px; font-weight: 400; padding: 2px 0px !important; }
.layer-news-scroller .scroller-text ul li::after { content: "|"; padding: 0 40px !important; font-weight: 500; opacity: 0.8; }
.layer-news-scroller .scroller-text a{ color: #000; }

.bell {
  animation: ring 2s infinite;
  transform-origin: top center;
}

@keyframes ring {
  0%   { transform: rotate(0); }
  10%  { transform: rotate(15deg); }
  20%  { transform: rotate(-15deg); }
  30%  { transform: rotate(10deg); }
  40%  { transform: rotate(-10deg); }
  50%  { transform: rotate(5deg); }
  60%  { transform: rotate(-5deg); }
  70%  { transform: rotate(2deg); }
  80%  { transform: rotate(-2deg); }
  100% { transform: rotate(0); }
}

#section-dashboard .section-title{ font-family: "Poppins", sans-serif; position: relative; font-size: 48px; color: #00167a; font-weight: 500; margin-bottom: 40px; line-height: 70px; }
#section-dashboard .section-title:before{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 50px; height: 2px; background: #00167a; left: 50%; margin-left: -30px; z-index: 1; }
#section-dashboard .section-title:after{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 150px; height: 1px; background: #dadada; left: 50%; margin-left: -80px; }

#section-about .title{ font-family: "Poppins", sans-serif; position: relative; font-size: 48px; color: #00167a; font-weight: 500; margin-bottom: 20px; line-height: 70px; padding-left: 140px; }
#section-about .title:before{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 50px; height: 2px; background: #00167a; left: 0%; margin-left: 140px; z-index: 1; }
#section-about .title:after{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 150px; height: 1px; background: #dadada; left: 0%; margin-left: 140px;  }
#section-about .description, #section-about .description p{ font-size: 20px; text-align: justify; padding: 0 40px 10px 70px; padding-right:20px; line-height: 34px; color:#333; }
#section-about .btn-knowmore{ background-color: #00167a; color: #fff; text-transform: uppercase; font-size: 22px; margin-top: 10px; margin-left: 140px; }
#section-about .btn-knowmore:hover{background-color: #00167a; }
#section-about .image{ padding-top: 80px; }

#section-services .service-block { position: relative; }
#section-services .section-title { 
    display: inline-block;
    background-color: transparent;
    color: #00167a;
    padding: 10px 0;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
    font-family: "Poppins", sans-serif;
    position: relative;
    z-index: 10;
}
#section-services .section-title:before{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 60px; height: 3px; background: #00167a; left: 50%; transform: translateX(-50%); z-index: 1; }
#section-services .section-title:after{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 160px; height: 1px; background: #dadada; left: 50%; transform: translateX(-50%); }
#section-services .content-title{ font-family: "Poppins", sans-serif; font-size: 48px; color: #fff; font-weight: 500; margin-bottom: 25px; text-align: center; }
#section-services .content-description{ background-color: rgba(0, 0, 0, 0.6); padding: 60px 40px; height: 400px; }
#section-services .content-description, #section-services .content-description p{ font-size: 28px; text-align: justify; padding-bottom: 10px; line-height: 42px; color:#fff; }
#section-services .btn-knowmore{ background-color: #58c0fd; color: #fff; text-transform: uppercase; font-size: 16px; margin-top: 20px; }
#section-services .btn-knowmore:hover{background-color: #008fe2; }
#section-services .service-rotation-block{ position: absolute; width: 340px; left: 0; top: 50%; transform: translateY(-50%); overflow: visible;  }
/*#section-services .service-rotation-block img{  display: block; height: auto; clip-path: inset(0 40% 0 0); }*/

/* service rotation css */

#section-services .services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px 0;
    max-width: 1200px;
    margin: 0 auto;
}

#section-services .service-item {
    width: 250px; /* Slightly wider for premium feel */
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 30px 20px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
}

#section-services .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 22, 122, 0.1);
}

#section-services .service-item .icon-box {
    width: 90px;
    height: 90px;
    background: #f0f4f8;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    position: relative;
    z-index: 5;
}

#section-services .service-item:hover .icon-box {
    background-color: #00167a;
    transform: scale(1.1);
}

#section-services .service-item .icon-box svg {
    width: 45px;
    height: 45px;
    fill: #00167a;
    transition: all 0.4s ease;
}

#section-services .service-item:hover .icon-box svg {
    fill: #fff;
}

#section-services .service-item .service-name {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #00167a;
    line-height: 1.2;
    margin-top: 10px;
    position: relative;
    z-index: 5;
    transition: color 0.4s ease;
}

#section-services .service-item:hover .service-name {
    color: #ffffff;
}

/* Corner Effect for Grid Items */
#section-services .service-item .corner-effect {
    position: absolute;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, #00167a, #008fe2);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
}

#section-services .service-item .corner-effect.tl { top: 0; left: 0; border-bottom-right-radius: 100%; }
#section-services .service-item .corner-effect.tr { top: 0; right: 0; border-bottom-left-radius: 100%; }
#section-services .service-item .corner-effect.bl { bottom: 0; left: 0; border-top-right-radius: 100%; }
#section-services .service-item .corner-effect.br { bottom: 0; right: 0; border-top-left-radius: 100%; }

#section-services .service-item:hover .corner-effect {
    width: 100%;
    height: 100%;
    opacity: 1;
}

/* Service Item Themes */

/* Water Resources: Deep Blue */
.service-item[data-service="water-resources"] .icon-box { background: rgba(0, 22, 122, 0.05); }
.service-item[data-service="water-resources"] .icon-box svg { fill: #00167a; }
.service-item[data-service="water-resources"] .corner-effect { background: linear-gradient(135deg, #00167a, #008fe2); }
.service-item[data-service="water-resources"]:hover { box-shadow: 0 20px 40px rgba(0, 22, 122, 0.2); }

/* Disaster Management: Sunset Red */
.service-item[data-service="disaster-management"] .icon-box { background: rgba(230, 57, 70, 0.08); }
.service-item[data-service="disaster-management"] .icon-box svg { fill: #e63946; }
.service-item[data-service="disaster-management"] .corner-effect { background: linear-gradient(135deg, #e63946, #ff416c); }
.service-item[data-service="disaster-management"] .service-name { color: #e63946; }
.service-item[data-service="disaster-management"]:hover .service-name { color: #fff; }
.service-item[data-service="disaster-management"]:hover { box-shadow: 0 20px 40px rgba(230, 57, 70, 0.2); }

/* Tourism: Azure Blue */
.service-item[data-service="tourism"] .icon-box { background: rgba(0, 150, 199, 0.08); }
.service-item[data-service="tourism"] .icon-box svg { fill: #0096c7; }
.service-item[data-service="tourism"] .corner-effect { background: linear-gradient(135deg, #0077b6, #00b4d8); }
.service-item[data-service="tourism"] .service-name { color: #0096c7; }
.service-item[data-service="tourism"]:hover .service-name { color: #fff; }
.service-item[data-service="tourism"]:hover { box-shadow: 0 20px 40px rgba(0, 150, 199, 0.2); }

/* Transport: Amber Orange */
.service-item[data-service="transport"] .icon-box { background: rgba(243, 114, 44, 0.08); }
.service-item[data-service="transport"] .icon-box svg { fill: #f3722c; }
.service-item[data-service="transport"] .corner-effect { background: linear-gradient(135deg, #f3722c, #f8961e); }
.service-item[data-service="transport"] .service-name { color: #f3722c; }
.service-item[data-service="transport"]:hover .service-name { color: #fff; }
.service-item[data-service="transport"]:hover { box-shadow: 0 20px 40px rgba(243, 114, 44, 0.2); }

/* Agriculture: Emerald Green */
.service-item[data-service="agriculture"] .icon-box { background: rgba(45, 106, 79, 0.08); }
.service-item[data-service="agriculture"] .icon-box svg { fill: #2d6a4f; }
.service-item[data-service="agriculture"] .corner-effect { background: linear-gradient(135deg, #1b4332, #2d6a4f); }
.service-item[data-service="agriculture"] .service-name { color: #2d6a4f; }
.service-item[data-service="agriculture"]:hover .service-name { color: #fff; }
.service-item[data-service="agriculture"]:hover { box-shadow: 0 20px 40px rgba(45, 106, 79, 0.2); }

/* Health: Orchid Purple */
.service-item[data-service="health"] .icon-box { background: rgba(181, 23, 158, 0.08); }
.service-item[data-service="health"] .icon-box svg { fill: #b5179e; }
.service-item[data-service="health"] .corner-effect { background: linear-gradient(135deg, #7209b7, #b5179e); }
.service-item[data-service="health"] .service-name { color: #b5179e; }
.service-item[data-service="health"]:hover .service-name { color: #fff; }
.service-item[data-service="health"]:hover { box-shadow: 0 20px 40px rgba(181, 23, 158, 0.2); }

/* Energy: Solar Gold */
.service-item[data-service="energy"] .icon-box { background: rgba(255, 159, 28, 0.08); }
.service-item[data-service="energy"] .icon-box svg { fill: #ff9f1c; }
.service-item[data-service="energy"] .corner-effect { background: linear-gradient(135deg, #ff9f1c, #ffbf69); }
.service-item[data-service="energy"] .service-name { color: #ff9f1c; }
.service-item[data-service="energy"]:hover .service-name { color: #fff; }
.service-item[data-service="energy"]:hover { box-shadow: 0 20px 40px rgba(255, 159, 28, 0.2); }

/* Forest: Deep Forest Green */
.service-item[data-service="forest"] .icon-box { background: rgba(82, 121, 111, 0.08); }
.service-item[data-service="forest"] .icon-box svg { fill: #52796f; }
.service-item[data-service="forest"] .corner-effect { background: linear-gradient(135deg, #2f3e46, #52796f); }
.service-item[data-service="forest"] .service-name { color: #52796f; }
.service-item[data-service="forest"]:hover .service-name { color: #fff; }
.service-item[data-service="forest"]:hover { box-shadow: 0 20px 40px rgba(82, 121, 111, 0.2); }

/* Theme specific overrides for Detail Card */
.service-detail-card.theme-water-resources .header-line { background: linear-gradient(to right, #00167a, #008fe2); }
.service-detail-card.theme-water-resources { border-color: rgba(0, 22, 122, 0.15); }

.service-detail-card.theme-disaster-management .header-line { background: linear-gradient(to right, #e63946, #ff416c); }
.service-detail-card.theme-disaster-management { border-color: rgba(230, 57, 70, 0.15); background: #fffcfc; }
.service-detail-card.theme-disaster-management h2 { color: #e63946; }

.service-detail-card.theme-tourism .header-line { background: linear-gradient(to right, #0077b6, #00b4d8); }
.service-detail-card.theme-tourism { border-color: rgba(0, 150, 199, 0.15); background: #fcfdfe; }
.service-detail-card.theme-tourism h2 { color: #0096c7; }

.service-detail-card.theme-transport .header-line { background: linear-gradient(to right, #f3722c, #f8961e); }
.service-detail-card.theme-transport { border-color: rgba(243, 114, 44, 0.15); background: #fffefb; }
.service-detail-card.theme-transport h2 { color: #f3722c; }

.service-detail-card.theme-agriculture .header-line { background: linear-gradient(to right, #1b4332, #2d6a4f); }
.service-detail-card.theme-agriculture { border-color: rgba(45, 106, 79, 0.15); background: #fbfdfb; }
.service-detail-card.theme-agriculture h2 { color: #2d6a4f; }

.service-detail-card.theme-health .header-line { background: linear-gradient(to right, #7209b7, #b5179e); }
.service-detail-card.theme-health { border-color: rgba(181, 23, 158, 0.15); background: #fefbfc; }
.service-detail-card.theme-health h2 { color: #b5179e; }

.service-detail-card.theme-energy .header-line { background: linear-gradient(to right, #ff9f1c, #ffbf69); }
.service-detail-card.theme-energy { border-color: rgba(255, 159, 28, 0.15); background: #fffdf9; }
.service-detail-card.theme-energy h2 { color: #ff9f1c; }

.service-detail-card.theme-forest .header-line { background: linear-gradient(to right, #2f3e46, #52796f); }
.service-detail-card.theme-forest { border-color: rgba(82, 121, 111, 0.15); background: #fafdff; }
.service-detail-card.theme-forest h2 { color: #52796f; }

/* Inline Service Section Toggle */
.services-grid-container,
.services-detail-container {
    display: none;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.services-grid-container.active,
.services-detail-container.active {
    display: block;
}

/* Inline Service Section Detail Card */
.services-detail-container {
    padding: 40px 0;
    min-height: auto !important;
    display: none;
    width: 100%;
    z-index: 10;
}

.services-detail-container.active {
    display: block;
    animation: fadeInUp 0.8s ease-out forwards;
}

.service-detail-card {
    background: #f8fbff; /* Soft light blue/off-white background */
    border-radius: 20px;
    padding: 60px; /* Increased padding */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    max-width: 1200px; /* Slightly wider */
    margin: 0 auto;
    border: 1px solid rgba(0, 22, 122, 0.08);
    transition: all 0.5s ease;
    z-index: 1;
}


.service-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 70px rgba(0, 22, 122, 0.15);
}

.service-detail-card .detail-header {
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
}

.service-detail-card .detail-header h2 {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #00167a;
    margin-bottom: 10px;
}

.service-detail-card .header-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #00167a, #008fe2);
    margin: 0 auto;
    border-radius: 2px;
}

.service-detail-card .split-container {
    display: flex;
    gap: 0; /* Gap handled by individual padding */
    align-items: center;
    position: relative;
    z-index: 5;
}

.service-detail-card .split-container.reverse {
    flex-direction: row-reverse;
}

.service-detail-card .split-left,
.service-detail-card .split-right {
    flex: 1 1 0%;
    min-width: 0; /* Prevents overflow/overlapping */
    padding: 0 40px;
}

/* Ensure proper spacing for the reverse layout */
.service-detail-card .split-container.reverse .split-left {
    padding-left: 80px; /* Extra space for image on right */
    padding-right: 0;
}

.service-detail-card .split-container.reverse .split-right {
    padding-right: 80px; /* Extra space for image on left */
    padding-left: 0;
}


.service-detail-card .split-center-line {
    position: relative;
    width: 2px; /* Slightly thicker for visibility */
    height: 300px; /* Fixed height to keep it contained */
    background: rgba(0, 22, 122, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px; /* Space around the divider */
}


.service-detail-card .detail-close {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #ffffff;
    color: #00167a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 22, 122, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.service-detail-card .detail-close:hover {
    background: #00167a;
    color: #fff;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 22, 122, 0.3);
}

.service-detail-card .detail-description p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    text-align: justify;
}

.service-detail-card .image-wrapper {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-detail-card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-detail-card:hover .image-wrapper img {
    transform: scale(1.05);
}



/* Four Corners Hover Effect */
.service-detail-card .corner-effect {
    position: absolute;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, #00167a, #008fe2);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
    pointer-events: none;
    opacity: 0;
}

.service-detail-card .corner-effect.tl { top: 0; left: 0; border-bottom-right-radius: 100%; }
.service-detail-card .corner-effect.tr { top: 0; right: 0; border-bottom-left-radius: 100%; }
.service-detail-card .corner-effect.bl { bottom: 0; left: 0; border-top-right-radius: 100%; }
.service-detail-card .corner-effect.br { bottom: 0; right: 0; border-top-left-radius: 100%; }

.service-detail-card:hover .corner-effect {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.service-detail-card:hover h2,
.service-detail-card:hover p {
    color: #ffffff !important;
}

.service-detail-card:hover .header-line {
    background: #ffffff;
    opacity: 0.8;
}

.service-detail-card:hover .split-center-line {
    background: rgba(255, 255, 255, 0.2);
}

.service-detail-card:hover .detail-close {
    border-color: rgba(255, 255, 255, 0.1);
}

.service-detail-card .detail-content,
.service-detail-card .detail-header,
.service-detail-card .split-container {
    transition: all 0.4s ease;
}

/* Make text inside card pop on hover if we use deeper colors, but keeping it subtle here as requested initially plain */
.service-detail-card:hover {
    background: #00167a; /* Fallback or final state */
}





#section-news .section-title{ font-family: "Poppins", sans-serif; position: absolute; z-index: 50; left: 50%; transform: translateX(-50%); margin-top: 10px; font-size: 48px; color: #00167a; font-weight: 500; line-height: 70px; }
#section-news .section-title:before{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 50px; height: 2px; background: #00167a; left: 50%; margin-left: -30px; z-index: 1; }
#section-news .section-title:after{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 150px; height: 1px; background: #dadada; left: 50%; margin-left: -80px; }
#section-news .news-carousel .item h3{ background-color: rgba(4, 132, 207, 0.6); color: #ffffff; text-align: left; padding: 15px 20px; font-size: 22px; height: 105px; }
#section-news .news-carousel .item h3 .source{ font-size: 20px; padding-top: 15px; }
#section-news .owl-prev { left: 30px; color: #ffffff !important; }
#section-news .owl-next { right: 30px; color: #ffffff !important; }
#section-news .btn-knowmore{ background-color: #58c0fd; color: #fff; text-transform: uppercase; font-size: 16px; margin-top: 20px; }
#section-news .btn-knowmore:hover{background-color: #008fe2; }
#section-news .owl-stage { display: flex; }
#section-news .owl-item { width: calc(33.333vw - 10px) !important; margin-top: 10px; }
#section-news .item { height: calc(100vh - 40px); background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 8px; }

.owl-nav { position: absolute; top: 30%; width: 100%; transform: translateY(-50%); pointer-events: none; }
.owl-prev { position: absolute; left: -40px; pointer-events: all; background: rgba(0, 0, 0, 0.6); color: #0585d0 !important; font-size: 60px !important; padding: 10px 15px; border-radius: 50%; cursor: pointer; transition: 0.3s ease; }
.owl-next { position: absolute; right: -40px; pointer-events: all; background: rgba(0, 0, 0, 0.6); color: #0585d0 !important; font-size: 60px !important; padding: 10px 15px; border-radius: 50%; cursor: pointer; transition: 0.3s ease; }
.owl-prev:hover, .owl-next:hover { background: #ff6600; }

#section-events .section-title{ font-family: "Poppins", sans-serif; position: relative; font-size: 48px; color: #00167a; font-weight: 500; line-height: 70px; }
#section-events .section-title:before{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 50px; height: 2px; background: #00167a; left: 50%; margin-left: -30px; z-index: 1; }
#section-events .section-title:after{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 150px; height: 1px; background: #dadada; left: 50%; margin-left: -80px; }

#section-events .content-title{ font-family: "Poppins", sans-serif; font-size: 28px; color: #383838; font-weight: 400; margin-bottom: 20px; }
#section-events .past-events-carousel .item h3, #section-events .upcoming-events-carousel .item h3{ color: #fff; text-align: center; font-size: 22px; padding: 15px 20px 5px; background-color: rgba(0, 0, 0, 0.6); }
#section-events .past-events-carousel .item .event-date, #section-events .upcoming-events-carousel .item .event-date{ color: #cce4ff; text-align: center; font-size: 14px; padding: 0 20px 12px; margin: 0; background-color: rgba(0, 0, 0, 0.6); }
#section-events .owl-nav { top: 31%; }
#section-events .owl-prev { left: 30px; color: #ffffff !important; }
#section-events .owl-next { right: 30px; color: #ffffff !important; }
#section-events .btn-knowmore{ background-color: #00167a; color: #fff; text-transform: uppercase; font-size: 22px; margin-top: 5px; }
#section-events .btn-knowmore:hover{background-color: #00167a; }
#section-events .owl-stage { display: flex; }
#section-events .owl-item { width: calc(50vw - 20px) !important; }
#section-events .item { height: calc(100vh - 160px); background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 8px; }

#section-associates .section-title{ font-family: "Poppins", sans-serif; position: relative; font-size: 48px; color: #00167a; font-weight: 500; margin-bottom: 30px; line-height: 70px; }
#section-associates .section-title:before{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 50px; height: 2px; background: #00167a; left: 50%; margin-left: -30px; z-index: 1; }
#section-associates .section-title:after{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 150px; height: 1px; background: #dadada; left: 50%; margin-left: -80px; }

#section-associates .section-description{ font-size: 18px; padding-bottom: 80px; line-height: 25px; color:#333; }
#section-associates .associates-carousel .title{ font-size:16px; padding-top: 15px; font-weight: 500; color: #666; }
#section-associates .associates-carousel .subtitle{ font-size:14px; padding-top: 5px; }

.section-associates-internal .title{ font-family: "Poppins", sans-serif; font-size: 32px; color: #008fe2; font-weight: 500; margin-left: 40px; width:100%; background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(0, 143, 226, 0.5)); height: 120px; display: flex; align-items: center; }
.section-associates-internal .description{ margin-top: 100px; }
.section-associates-internal .description p{ font-size: 22px; margin-bottom: 10px; text-align: justify; }
.section-associates-internal .btn-knowmore{ background-color: #00167a; color: #fff; text-transform: uppercase; font-size: 16px; margin-top: 20px; }
.section-associates-internal .btn-knowmore:hover{background-color: #00167a; }

/* ============================================================
   COLLABORATION INTERNAL PAGES — Premium redesign
   ============================================================ */

/* ── Light atmospheric section background ── */
.collab-internal-section {
  background: linear-gradient(145deg, #f0f6fc 0%, #e2eef8 55%, #eaf3fa 100%);
  position: relative;
  overflow: hidden;
}

/* Dot-grid texture */
.collab-internal-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(10,100,180,0.18) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

/* Concentric ring watermark — right side */
.collab-internal-section::after {
  content: '';
  position: absolute;
  right: -180px;
  top: 50%;
  transform: translateY(-50%);
  width: 680px; height: 680px;
  border-radius: 50%;
  border: 1px solid rgba(10,100,180,0.10);
  box-shadow:
    0 0 0 80px  rgba(10,100,180,0.04),
    0 0 0 160px rgba(10,100,180,0.03),
    0 0 0 240px rgba(10,100,180,0.015);
  z-index: 0;
  pointer-events: none;
}

/* ── Full-height centred content wrapper ── */
.collab-internal-section .section-associates-internal {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  max-width: none !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 48px 10% !important;
  box-sizing: border-box;
}

/* Thin teal top accent line */
.collab-internal-section .section-associates-internal::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(10,100,180,0.55) 20%,
    rgba(10,100,180,0.55) 80%,
    transparent 100%
  );
  z-index: 3;
}

/* ── Logo card ── */
.collab-internal-section .section-associates-internal > .d-flex > div:first-child {
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(10,100,180,0.15);
  border-radius: 16px;
  padding: 16px 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(10,100,180,0.10);
  transition: background .3s;
}
.collab-internal-section .section-associates-internal > .d-flex > div:first-child:hover {
  background: rgba(255,255,255,0.92);
}
.collab-internal-section .section-associates-internal > .d-flex > div:first-child img {
  filter: brightness(1.02) drop-shadow(0 3px 10px rgba(0,0,0,0.15));
}

/* ── Organisation title ── */
.collab-internal-section .section-associates-internal .title {
  background: none !important;
  height: auto !important;
  color: #0a2a4a !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  margin-left: 0 !important;
  padding-left: 24px !important;
  border-left: 3px solid rgba(10,100,180,0.75);
  text-shadow: none;
  letter-spacing: 0.01em;
}

/* ── Description ── */
.collab-internal-section .section-associates-internal .description {
  margin-top: 40px !important;
  position: relative;
}
.collab-internal-section .section-associates-internal .description p {
  font-size: 18px !important;
  color: rgba(30,60,90,0.80) !important;
  line-height: 1.85 !important;
  text-align: justify;
}

/* ── Know More button — outlined teal ── */
.collab-internal-section .section-associates-internal .btn-knowmore {
  background: transparent !important;
  color: #0a64b4 !important;
  border: 1.5px solid rgba(10,100,180,0.60) !important;
  border-radius: 4px !important;
  padding: 10px 36px !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: background .25s, color .25s, box-shadow .25s, border-color .25s;
}
.collab-internal-section .section-associates-internal .btn-knowmore:hover {
  background: #0a64b4 !important;
  color: #ffffff !important;
  border-color: #0a64b4 !important;
  box-shadow: 0 4px 18px rgba(10,100,180,0.28) !important;
}


#section-associates .associates-scroller{
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	padding: 0 0 0 20px;
  margin-bottom: 5px;
}

.associates-scroller .associates-text{ height: 240px; }
.associates-scroller .associates-text ul li{ vertical-align: top; }
.associates-scroller .associates-text ul li .item{  padding: 2px 15px !important; width:270px; }
.associates-scroller .associates-text ul li .item .title{ font-family: "Poppins", sans-serif; color: #666; font-size: 22px; font-weight: 500; padding-top: 15px; text-wrap: wrap; }
.associates-scroller .associates-text ul li .item img{ height: 120px; }
.associates-scroller .associates-text a{ color: #666; }
/* === Collab arena — single full-width container, logos start from true centre === */

/*
 * One shared .collab-arena spans the full section width.
 * Every .collab-item has inset:0, so its own centre == the arena centre.
 * translate(0,0) scale(0) therefore places every logo at the exact same point:
 * the visual centre of the section — no column offsets needed.
 */
.collab-arena {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
}

/* Vertical divider removed */
.collab-arena::before {
	display: none;
}

/* Labels */
.collab-label {
	position: absolute;
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 600;
	color: #00167a;
	z-index: 20;
	pointer-events: none;
}
.collab-label--intl { top: 18px;    left: 4%;  }
.collab-label--natl { bottom: 18px; right: 4%; }

/* ============================================================
   COLLABORATION SECTION — Premium background redesign
   ============================================================ */

/* Light atmospheric base */
#section-associates {
  background: radial-gradient(ellipse at 22% 58%, #bdd8f5 0%, #deeefb 52%, #eef6ff 100%);
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#section-associates .collaboration-row {
  height: calc(100% - 90px);
  padding-top: 0.25rem;
  overflow: hidden;
}

#section-associates .collab-half {
  height: 100%;
  overflow: hidden;
}

/* Subtle technical grid overlay */
#section-associates .collab-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,80,170,0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,80,170,0.065) 1px, transparent 1px);
  background-size: 65px 65px;
  z-index: 1;
  pointer-events: none;
}

/* Ambient glow pool — International (left) zone */
#section-associates .collab-glow-left {
  position: absolute;
  left: 18%; top: 50%;
  transform: translate(-50%, -50%);
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21,101,192,0.28) 0%, transparent 70%);
  z-index: 2;
  pointer-events: none;
}

/* Ambient glow pool — National (right) zone */
#section-associates .collab-glow-right {
  position: absolute;
  right: 18%; top: 50%;
  transform: translate(50%, -50%);
  width: 520px; height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(10,80,190,0.20) 0%, transparent 70%);
  z-index: 2;
  pointer-events: none;
}

/* Glowing center divider */
#section-associates .collab-center-divider {
  position: absolute;
  left: 50%; top: 10%; bottom: 10%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(10,100,190,0.45) 20%,
    rgba(10,100,190,0.75) 50%,
    rgba(10,100,190,0.45) 80%,
    transparent 100%
  );
  transform: translateX(-50%);
  box-shadow: 0 0 16px 4px rgba(10,100,190,0.12);
  z-index: 3;
  pointer-events: none;
}

/* Flight-path arc SVG */
#section-associates .collab-path-svg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.14;
}

/* Section title — dark on light */
#section-associates .section-title {
  color: #062040 !important;
  text-shadow: 0 2px 18px rgba(10,100,190,0.12);
  position: relative;
  z-index: 10;
}

/* === Collaboration Section — Enhanced Labels === */

/* Section heading block */
.collab-section-heading { position: relative; }

.collab-title-eyebrow {
  font-family: "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(10,100,180,0.6);
  margin-bottom: 4px;
}

.collab-title-main {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  color: #0a2a4a;
  line-height: 1.15;
}

.collab-title-bar {
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #0a64b4, #4ECAFF);
  border-radius: 2px;
  margin: 8px auto 12px;
}

.collab-title-stats {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 0.82rem;
  color: rgba(10,42,74,0.60);
  font-weight: 500;
}

.collab-stat-num {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a64b4;
  margin-right: 3px;
  display: inline-block;
  min-width: 1.4ch;
  text-align: right;
}

.collab-stat-sep { color: rgba(10,42,74,0.25); font-size: 1.1rem; }

/* Card-style header replacing pill */
#section-associates .collab-header-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.60);
  border: 1px solid rgba(10,100,180,0.22);
  border-radius: 16px;
  padding: 12px 22px 12px 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(10,60,130,0.10);
  text-decoration: none;
  color: #0a2a4a;
  cursor: pointer;
  transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  z-index: 10;
  position: relative;
}

#section-associates .collab-header-card:hover {
  background: rgba(10,100,180,0.10);
  border-color: rgba(10,100,180,0.50);
  box-shadow: 0 8px 32px rgba(10,100,180,0.20);
  transform: translateY(-3px);
  color: #062040;
  text-decoration: none;
}

.collab-header-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0a64b4, #4ECAFF);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(10,100,180,0.30);
}

.collab-header-icon--national {
  background: linear-gradient(135deg, #0a7a4e, #4ECAFF);
  box-shadow: 0 4px 12px rgba(10,122,78,0.28);
}

.collab-header-label {
  font-family: "Poppins", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #0a2a4a;
  line-height: 1.2;
}

.collab-header-sublabel {
  font-family: "Poppins", sans-serif;
  font-size: 0.70rem;
  color: rgba(10,42,74,0.52);
  font-weight: 500;
  margin-top: 2px;
}

.collab-header-arrow {
  margin-left: 6px;
  color: rgba(10,100,180,0.45);
  font-size: 0.85rem;
  transition: transform 0.3s, color 0.3s;
}

#section-associates .collab-header-card:hover .collab-header-arrow {
  transform: translateX(5px);
  color: #0a64b4;
}

/* Ghost watermark text behind each half */
.collab-half-watermark {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(10,64,140,0.065);
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
  z-index: 1;
}

/* Zone heading pills (kept for backward compat) */
#section-associates .collab-zone-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #062040;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  background: rgba(255,255,255,0.60);
  border: 1px solid rgba(10,100,190,0.30);
  border-radius: 50px;
  padding: 8px 22px 8px 12px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(10,100,190,0.12);
  position: relative;
  z-index: 10;
  transition: background .3s, border-color .3s, box-shadow .3s, color .3s;
}
#section-associates .collab-zone-pill:hover {
  background: rgba(10,100,190,0.14);
  border-color: rgba(10,100,190,0.55);
  box-shadow: 0 6px 24px rgba(10,100,190,0.20);
  color: #062040;
}
#section-associates .collab-zone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(10,100,190,0.15);
  color: #0a64b4;
  font-size: 13px;
  flex-shrink: 0;
}

/* Lift animation containers above decorative layers */
#section-associates .collab-anim-container { position: relative; z-index: 6; }

/* Crisp image shadow on light background */
#section-associates .collab-item img {
  filter: drop-shadow(0 4px 14px rgba(0,40,100,0.28)) drop-shadow(0 0 12px rgba(10,100,190,0.08));
  transition: filter 0.3s ease;
}
#section-associates .collab-image:hover img {
  filter: drop-shadow(0 8px 28px rgba(0,40,100,0.40)) drop-shadow(0 0 22px rgba(10,100,190,0.18));
}

/* Shared item base */
.collab-item {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform-origin: center center;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	z-index: 1;
}
.collab-item a { text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: center; }
.collab-item img { height: 80px; object-fit: contain; display: block; }
.collab-title {
	font-family: "Poppins", sans-serif;
	color: #444;
	font-size: 15px;
	font-weight: 500;
	padding-top: 10px;
	max-width: 260px;
	text-align: center;
	line-height: 1.4;
}

/*
 * Alternating sequence: intl and natl items take turns, 1 s gap between each.
 * 5 intl + 7 natl = 12 items × 4 s (3 s visible + 1 s gap) = 48 s full cycle.
 * Intl delays: 0, 8, 16, 24, 32 s  (every other slot)
 * Natl delays: 4, 12, 20, 28, 36, 40, 44 s
 * Each item slowly drifts during its visible window (slow movement).
 */
@keyframes collab-anim-intl {
	0%    { opacity: 0; transform: translate(  0%,   0%); }
	1%    { opacity: 1; transform: translate(  0%,   0%); }
	5.2%  { opacity: 1; transform: translate(-10%, -10%); }
	6.25% { opacity: 0; transform: translate(-10%, -10%); }
	6.26% { opacity: 0; transform: translate(  0%,   0%); }
	100%  { opacity: 0; transform: translate(  0%,   0%); }
}

.collab-intl-item {
	animation-name: collab-anim-intl;
	animation-duration: 48s;
}

@keyframes collab-anim-natl {
	0%    { opacity: 0; transform: translate( 0%,  0%); }
	1%    { opacity: 1; transform: translate( 0%,  0%); }
	5.2%  { opacity: 1; transform: translate(10%, 10%); }
	6.25% { opacity: 0; transform: translate(10%, 10%); }
	6.26% { opacity: 0; transform: translate( 0%,  0%); }
	100%  { opacity: 0; transform: translate( 0%,  0%); }
}

.collab-natl-item {
	animation-name: collab-anim-natl;
	animation-duration: 48s;
}
/*** Home Know Us - Department Carousel — Premium Framed Panel ***/

/* ── Card shell ─────────────────────────────────────────── */
.home-dept-slide .inner-slide {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  margin: 0 10px;
  /* Soft top-light + directional depth gradient */
  background:
    radial-gradient(ellipse 90% 45% at 50% 0%, rgba(190,210,255,0.11) 0%, transparent 68%),
    linear-gradient(160deg, #434da2 0%, #313992 52%, #272878 100%);
  border: 1px solid rgba(165, 190, 255, 0.42);
  box-shadow:
    0 0 0 4px rgba(39, 39, 87, 0.90),   /* section-colour ring — sunken bezel */
    0 10px 36px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22);
  transition:
    box-shadow 0.38s ease,
    border-color 0.38s ease,
    transform 0.38s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ── Frame overlay: top glow bar + all-4 corner L-brackets ─ */
/* Uses CSS multiple-backgrounds — no extra HTML needed        */
.home-dept-slide .inner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  z-index: 20;
  background:
    /* Top-centre glow bar */
    linear-gradient(90deg,
      transparent            0%,
      rgba(160,208,255,0.45) 20%,
      rgba(215,235,255,1.00) 50%,
      rgba(160,208,255,0.45) 80%,
      transparent            100%
    ) top center / 100% 2px no-repeat,
    /* Top-left — horizontal arm */
    linear-gradient(rgba(155,198,255,0.88),rgba(155,198,255,0.88))
      left 11px top 11px / 26px 2px no-repeat,
    /* Top-left — vertical arm */
    linear-gradient(rgba(155,198,255,0.88),rgba(155,198,255,0.88))
      left 11px top 11px / 2px 26px no-repeat,
    /* Top-right — horizontal arm */
    linear-gradient(rgba(155,198,255,0.88),rgba(155,198,255,0.88))
      right 11px top 11px / 26px 2px no-repeat,
    /* Top-right — vertical arm */
    linear-gradient(rgba(155,198,255,0.88),rgba(155,198,255,0.88))
      right 11px top 11px / 2px 26px no-repeat,
    /* Bottom-left — horizontal arm */
    linear-gradient(rgba(155,198,255,0.88),rgba(155,198,255,0.88))
      left 11px bottom 11px / 26px 2px no-repeat,
    /* Bottom-left — vertical arm */
    linear-gradient(rgba(155,198,255,0.88),rgba(155,198,255,0.88))
      left 11px bottom 11px / 2px 26px no-repeat,
    /* Bottom-right — horizontal arm */
    linear-gradient(rgba(155,198,255,0.88),rgba(155,198,255,0.88))
      right 11px bottom 11px / 26px 2px no-repeat,
    /* Bottom-right — vertical arm */
    linear-gradient(rgba(155,198,255,0.88),rgba(155,198,255,0.88))
      right 11px bottom 11px / 2px 26px no-repeat;
}

/* ── Shimmer sweep on hover ─────────────────────────────── */
.home-dept-slide .inner-slide::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -65%;
  width: 45%;
  height: 340%;
  background: linear-gradient(
    105deg,
    transparent             0%,
    rgba(255,255,255,0.04) 35%,
    rgba(255,255,255,0.10) 50%,
    rgba(255,255,255,0.04) 65%,
    transparent             100%
  );
  transform: skewX(-15deg);
  transition: left 0.65s ease;
  z-index: 5;
  pointer-events: none;
}

/* ── Hover: lift + double-ring glow ─────────────────────── */
.home-dept-slide .inner-slide:hover {
  border-color: rgba(185, 215, 255, 0.72);
  box-shadow:
    0 0 0 4px rgba(39, 39, 87, 0.70),   /* keep section ring, softer */
    0 0 0 6px rgba(155, 198, 255, 0.16), /* inner glow ring */
    0 20px 56px rgba(0, 0, 0, 0.50),
    0 0 55px rgba(80, 110, 255, 0.20),
    inset 0 1px 0 rgba(255, 255, 255,0.22),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14);
  transform: translateY(-6px);
}

.home-dept-slide .inner-slide:hover::after {
  left: 135%;
}

/* ── Video area ─────────────────────────────────────────── */
.dept-video-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: radial-gradient(ellipse at 50% 48%, #363c88 0%, #252870 100%);
  overflow: hidden;
}

/* Corner brackets now on .inner-slide::before — remove from video well */
.dept-video-wrap::before,
.dept-video-wrap::after { display: none; }

.dept-slide-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82%;
  height: 82%;
  object-fit: contain;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(0 0 14px rgba(120, 180, 255, 0.22));
  /* Circular vignette — closest-side guarantees all edge midpoints transparent */
  -webkit-mask-image: radial-gradient(
    circle closest-side at 50% 50%,
    black            40%,
    rgba(0,0,0,0.90) 55%,
    rgba(0,0,0,0.50) 72%,
    rgba(0,0,0,0.12) 87%,
    transparent      100%
  );
  mask-image: radial-gradient(
    circle closest-side at 50% 50%,
    black            40%,
    rgba(0,0,0,0.90) 55%,
    rgba(0,0,0,0.50) 72%,
    rgba(0,0,0,0.12) 87%,
    transparent      100%
  );
  transition: width 0.35s ease, height 0.35s ease, filter 0.35s ease;
}

.home-dept-slide .inner-slide:hover .dept-slide-video {
  width: 90%;
  height: 90%;
  filter: drop-shadow(0 0 26px rgba(120, 180, 255, 0.42));
}

/* ── Label strip ────────────────────────────────────────── */
.home-dept-slide .slide-title {
  position: absolute;
  bottom: 0; left: 0;
  width: 100%;
  padding: 32px 14px 16px;
  background: linear-gradient(
    0deg,
    rgba(25, 28, 82, 0.98) 0%,
    rgba(30, 34, 92, 0.90) 50%,
    rgba(36, 40, 100, 0.00) 100%
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 50;
}

.home-dept-slide .slide-title h4 {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ddeeff;
  margin: 0;
  line-height: 1.4;
  text-align: center;
}

/* Glowing accent dot */
.home-dept-slide .slide-title h4::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #6ec8ff;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  box-shadow: 0 0 6px rgba(110, 200, 255, 0.85);
}

/* ── prefers-reduced-motion ─────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .home-dept-slide .inner-slide,
  .home-dept-slide .inner-slide::after,
  .dept-slide-video {
    transition: none;
  }
  .home-dept-slide .inner-slide:hover {
    transform: none;
  }
}

/* ============================================================
   Home Know Us — full-screen focus panel (mirrors /knowus)
   ============================================================ */
.home-focus-wrapper {
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  background: radial-gradient(circle at center, #323275 0%, #272757 40%, #1c1c48 100%);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.35s ease;
}
/* subtle radial glow overlay */
.home-focus-wrapper::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 50%;
  height: 60%;
  background: radial-gradient(circle, rgba(0,22,122,0.03) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
/* centre divider line */
.home-focus-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  z-index: 1;
}
.home-focus-wrapper.is-open {
  opacity: 1;
  pointer-events: all;
}

/* Left half — title, description, CTA */
.home-focus-infos {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5% 2% 5% 8%;
  text-align: left;
  position: relative;
  height: 100%;
  z-index: 10;
  order: 1;
}

/* Right half — large video */
.home-focus-carousel {
  flex: 0.8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5% 8% 5% 2%;
  height: 100%;
  position: relative;
  z-index: 10;
  order: 2;
}
.home-focus-carousel video {
  max-width: 85%;
  max-height: 80vh;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(10,60,130,0.35)) drop-shadow(0 0 30px rgba(78,202,255,0.15));
  /* Ellipse closest-side: transparent at all 4 edges regardless of aspect ratio */
  -webkit-mask-image: radial-gradient(
    ellipse closest-side at 50% 50%,
    black            40%,
    rgba(0,0,0,0.90) 55%,
    rgba(0,0,0,0.50) 70%,
    rgba(0,0,0,0.12) 85%,
    transparent      100%
  );
  mask-image: radial-gradient(
    ellipse closest-side at 50% 50%,
    black            40%,
    rgba(0,0,0,0.90) 55%,
    rgba(0,0,0,0.50) 70%,
    rgba(0,0,0,0.12) 85%,
    transparent      100%
  );
}
.home-focus-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #4ECAFF;
  margin-bottom: 30px;
  line-height: 1.1;
  position: relative;
  display: inline-block;
  text-shadow: 0 0 24px rgba(78,202,255,0.45);
  letter-spacing: -0.03em;
}
.home-focus-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 120px;
  height: 5px;
  background: linear-gradient(90deg, #0a64b4 0%, #4ECAFF 100%);
  border-radius: 3px;
}
.home-focus-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(226,232,240,0.9);
  max-width: 560px;
  width: 100%;
  margin: 0;
  text-align: justify;
  text-align-last: left;
  hyphens: auto;
}
.home-focus-ctas {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 50px;
  pointer-events: all;
}
.home-focus-view-btn {
  background: linear-gradient(135deg, #0a64b4 0%, #0a2a4a 100%);
  color: white;
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 50px;
  border: 1px solid rgba(78,202,255,0.3);
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(10,100,180,0.35);
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
}
.home-focus-view-btn:hover {
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(10,100,180,0.50), 0 0 16px rgba(78,202,255,0.25);
  background: linear-gradient(135deg, #0a80d4 0%, #0a3a6a 100%);
  border-color: rgba(78,202,255,0.6);
  text-decoration: none;
}

/* Close button — positioned at left:50% top:50% (the divider boundary) */
.home-focus-close {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: rgba(10,100,180,0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3000;
  cursor: pointer;
  border: 1.5px solid rgba(78,202,255,1);
  box-shadow: 0 10px 44px rgba(10,100,180,0.75), 0 0 36px rgba(78,202,255,0.65);
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s ease;
}
.home-focus-close:hover {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 12px 48px rgba(10,100,180,0.85), 0 0 40px rgba(78,202,255,0.75);
}
.home-focus-close::before,
.home-focus-close::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
.home-focus-close::before { transform: rotate(45deg); }
.home-focus-close::after  { transform: rotate(-45deg); }

/* Tablet / mobile responsive */
@media (max-width: 767px) {
  .home-focus-wrapper { flex-direction: column; overflow-y: auto; }
  .home-focus-wrapper::after { display: none; }
  .home-focus-infos { order: 1; width: 100%; padding: 10% 10% 5%; }
  .home-focus-carousel { order: 2; width: 100%; padding: 5% 10% 10%; justify-content: center; }
  .home-focus-carousel video { max-height: 40vh; }
  .home-focus-close { top: 42%; left: 50%; }
  .home-focus-title { font-size: 1.6rem; }
  .home-focus-desc { font-size: 0.9rem; }
  .home-focus-ctas { margin-top: 28px; }
}

/*** Our Team ***/
#section-our-team .section-title{ font-family: "Poppins", sans-serif; position: relative; font-size: 48px; color: #00167a; font-weight: 500; margin-bottom: 40px; line-height: 70px; }
#section-our-team .section-title:before{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 50px; height: 2px; background: #00167a; left: 50%; margin-left: -30px; z-index: 1; }
#section-our-team .section-title:after{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 150px; height: 1px; background: #dadada; left: 50%; margin-left: -80px; }
#section-our-team .team-item img{ transition: .5s; }
#section-our-team .team-item:hover img { transform: scale(1.2); }
#section-our-team .team-overlay { position: absolute; padding: 30px; width: 100%; height: 100%; top: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));  z-index: 1; }
#section-our-team .team-overlay small { display: inline-block; padding: 0 0 20px; color: #fff; font-size: 20px; }
#section-our-team .team-overlay h4{ font-family: "Poppins", sans-serif; font-size: 32px; padding: 5px 0; text-align: left; width: 100%; }
#section-our-team .team-overlay a.btn{ font-size: 22px; color:#fff; border-color: #1c3394; background-color: #1c3394; line-height: 10px; padding:8px 10px; }
#section-our-team .team-overlay a:hover.btn{ color:#1c3394; background-color: #fff; }

.internal-our-team-list .section-title{ font-family: "Poppins", sans-serif; position: relative; font-size: 32px; color: #1c3394; font-weight: 500; margin-bottom: 40px; line-height: 70px; }
.internal-our-team-list .section-title:before{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 50px; height: 2px; background: #1c3394; left: 50%; margin-left: -30px; z-index: 1; }
.internal-our-team-list .section-title:after{ content: ""; position: absolute; display: inline-block; bottom: 0px; width: 150px; height: 1px; background: #dadada; left: 50%; margin-left: -80px; }

.internal-page-section .team-item, .internal-our-team-list .team-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
    border-radius: 12px; 
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.internal-page-section .team-item img, .internal-our-team-list .team-item img { transition: .5s; }
.internal-page-section .team-item:hover img, .internal-our-team-list .team-item:hover img { transform: scale(1.2); }
.internal-page-section .team-overlay, .internal-our-team-list .team-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end;  z-index: 1; }
.internal-page-section .team-overlay small, .internal-our-team-list .team-overlay small { display: inline-block; padding: 0 0 5px; color: #fff; }
.internal-page-section .team-overlay h4, .internal-our-team-list .team-overlay h4 {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    color: #ffffff;
    /* Premium Glassmorphism */
    background: linear-gradient(180deg, rgba(28, 51, 148, 0.85) 0%, rgba(28, 51, 148, 0.98) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}
.internal-page-section .team-overlay a.btn, .internal-our-team-list .team-overlay a.btn{ border-color: #1c3394; background-color: #1c3394; line-height: 10px; padding:8px 10px; }
.internal-page-section .team-overlay a:hover.btn, .internal-our-team-list .team-overlay a:hover.btn{ background-color: #333; }

.internal-our-team-details img{ border:1px solid #d5d5d5; }
.internal-our-team-details h2{ font-family: "Poppins", sans-serif; position: relative; font-size: 44px; color: #1c3394; font-weight: 500; margin-bottom: 10px; }
.internal-our-team-details h4{ font-family: "Poppins", sans-serif; position: relative; font-size: 24px; color: #1c3394; font-weight: 500; margin-bottom: 20px; }
.internal-our-team-details p{ font-size: 20px; text-align: justify; padding-bottom: 30px; line-height: 46px; color: #333; }
.internal-our-team-details a.btn{ font-size: 32px; color: #fff; border-color: #1c3394; background-color: #1c3394; line-height: 10px; padding:8px 10px; }
.internal-our-team-details a:hover.btn{ background-color: #fff; color: #1c3394; }

#collaborationsModal .modal-title{ font-family: "Poppins", sans-serif; position: relative; font-size: 24px; color: #008fe2; font-weight: 500; }
#collaborationsModal .description{ font-size: 18px !important; text-align: justify; padding-bottom: 10px; padding-right:20px; line-height: 30px; color:#333; }
#collaborationsModal .btn-knowmore{ background-color: #58c0fd; color: #fff; text-transform: uppercase; font-size: 16px; margin-top: 20px; }
#collaborationsModal .btn-knowmore:hover{background-color: #008fe2; }

.bmsklogopage h2{ font-family: "Poppins", sans-serif; position: relative; font-size: 32px; font-weight: 500; color: #1c3394; margin-bottom: 20px; line-height: 70px; }
.bmsklogopage p{ font-size: 24px; text-align: justify; color: #333; padding-bottom: 10px; line-height: 34px; }
.bmsklogopage ul{ margin-bottom: 10px; padding-left: 25px; } 
.bmsklogopage ul li{ list-style-type: disc; list-style-position: outside; font-size: 24px; font-weight: 400; color: #333; padding-top: 16px; } 
.bmsklogopage .logo-zoom-img1, .bmsklogopage .logo-zoom-img2, .bmsklogopage .logo-zoom-img3, .bmsklogopage .logo-zoom-img4, .bmsklogopage .logo-zoom-img5, .bmsklogopage .logo-zoom-img6 { opacity: 0; }

.logo-animation-wrap {
  position: absolute;   /* removed from normal flow */
  right: 20px;
  top: 40%;
  transform: translateY(-40%);
  width: 500px;
  height: 500px;
  pointer-events: none;
}

.logo-animation-wrap img {
  opacity: 0;
  position: absolute;
  will-change: transform;
}

.logo-animation-wrap img.animate-logo3, .logo-animation-wrap img.animate-logo4{ left: 50%; transform: translateX(-50%); }



/* ========================================================
   FOOTER – Full Redesign
   ======================================================== */

/* --- Accent top bar --- */
#section-footer .footer-accent-bar{
  height: 4px;
  background: linear-gradient(90deg, #1a9dff 0%, #00d4aa 50%, #1a9dff 100%);
  background-size: 200% 100%;
  animation: accentSlide 4s linear infinite;
}
@keyframes accentSlide{
  0%  { background-position: 0% 0%; }
  100%{ background-position: 200% 0%; }
}

/* --- Base typography --- */
#section-footer{
  font-family: "Poppins", sans-serif;
  color: #b8cfe4;
  font-size: 15px;
}
#section-footer a{
  color: #b8cfe4;
  text-decoration: none;
  transition: color .25s ease;
}
#section-footer a:hover{ color: #4ecaff; }

/* --- Brand block --- */
#section-footer .footer-logo-wrap{
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding-bottom: 1.2rem;
}
#section-footer .footer-logo-link{
  display: inline-block;
  background: rgba(255,255,255,.06);
  border-radius: 50%;
  padding: 8px;
  transition: background .25s;
}
#section-footer .footer-logo-link:hover{ background: rgba(255,255,255,.14); }
#section-footer .footer-org-name{ line-height: 1.25; }
#section-footer .org-line1{
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .4px;
}
#section-footer .org-line2{
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #4ecaff;
}
#section-footer .footer-tagline{
  font-size: 13.5px;
  line-height: 1.7;
  color: #8aafc8;
  font-style: italic;
}

/* --- Contact list --- */
#section-footer .footer-contact-list li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
}
#section-footer .fc-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: rgba(78,202,255,.15);
  color: #4ecaff;
  font-size: 14px;
  margin-top: 2px;
}
#section-footer .footer-contact-list a,
#section-footer .footer-contact-list address{
  font-size: 14px;
  color: #b8cfe4;
  line-height: 1.6;
}
#section-footer .footer-contact-list a:hover{ color: #4ecaff; }

/* --- Column headings --- */
#section-footer .footer-col-heading{
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(78,202,255,.25);
}
#section-footer .footer-col-heading .heading-icon{
  color: #4ecaff;
  font-size: 14px;
}

/* --- Nav link lists --- */
#section-footer .footer-nav-list li{
  margin-bottom: 10px;
}
#section-footer .footer-nav-list a{
  font-size: 14px;
  color: #b8cfe4;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: gap .2s ease, color .2s ease;
}
#section-footer .footer-nav-list a i{
  font-size: 10px;
  color: #4ecaff;
  opacity: .7;
  transition: opacity .2s, transform .2s;
}
#section-footer .footer-nav-list a:hover{ color: #4ecaff; gap: 12px; }
#section-footer .footer-nav-list a:hover i{ opacity: 1; transform: translateX(3px); }

/* --- Social icons --- */
#section-footer .social-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
#section-footer .social-btn:hover{
  transform: translateY(-4px);
  background: rgba(78,202,255,.2);
  border-color: #4ecaff;
}
#section-footer .social-btn img{ width: 22px; height: 22px; object-fit: contain; }

/* --- Weather widget --- */
#section-footer .weather-widget-wrap{
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(78,202,255,.2);
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
  transition: box-shadow .3s, transform .3s;
}
#section-footer .weather-widget-wrap:hover{
  box-shadow: 0 12px 40px rgba(78,202,255,.25);
  transform: translateY(-4px);
}
#section-footer .weather-post-img{
  display: block;
  width: 100%;
}
#section-footer .weather-widget-overlay{
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 10px 14px;
  background: linear-gradient(0deg, rgba(7,26,52,.9) 0%, transparent 100%);
  font-size: 13px;
  color: #4ecaff;
  font-weight: 500;
}

/* --- Footer bottom bar --- */
#section-footer .footer-bottom-bar{
  border-top: 1px solid rgba(78,202,255,.15);
  background: rgba(0,0,0,.25);
}
#section-footer .app-badge{
  height: 40px;
  width: auto;
  border-radius: 8px;
  opacity: .9;
  transition: opacity .2s, transform .2s;
}
#section-footer .app-badge:hover{ opacity: 1; transform: scale(1.05); }

#section-footer .footer-last-updated{
  font-size: 13px;
  color: #6a8fa8;
  margin-bottom: 4px;
}
#section-footer .footer-copyright{
  font-size: 14px;
  color: #8aafc8;
  font-weight: 500;
}

/* --- Hit counter --- */
#section-footer .hit-counter{
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(78,202,255,.1);
  border: 1px solid rgba(78,202,255,.2);
  border-radius: 30px;
  padding: 8px 20px;
  font-size: 14px;
  color: #b8cfe4;
}
#section-footer .hit-counter i{ color: #4ecaff; font-size: 16px; }
#section-footer .hit-label{ margin-right: 4px; }
#section-footer .hit-count{
  font-size: 18px;
  font-weight: 700;
  color: #4ecaff;
}

/* --- Responsive tweaks --- */
@media (max-width: 767.98px){
  #section-footer .footer-brand-col{ margin-bottom: 2rem; }
  #section-footer .footer-col-heading{ margin-top: 1.5rem; }
  #section-footer .footer-widget-col{ margin-top: 2rem; }
  #section-footer .weather-widget-wrap{ max-width: 320px; }
}

.sidebar-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 116px;
    z-index: 1000;
  }

  .sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    transform: translateX(calc(-1 * (220px - 30px)));
    transition: transform 0.4s ease-in-out;
    display: flex;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }

  .sidebar-wrapper.open .sidebar {
    transform: translateX(0);
  }

  .sidebar-tab {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-6px, -50%);
    width: 30px;
    height: 60px;
    background: #00167a;
    color: #fff;
    border: none;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: transform 0.35s ease;
    z-index: 999;
  }

  .sidebar-wrapper.open .sidebar-tab {
    transform: translate(8px, -50%) rotate(180deg);
    display: none;
  }

  .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .sidebar ul li {
    writing-mode: vertical-rl;
    transform: rotate(180deg) translateY(20px);
    opacity: 0;
    padding: 6px;
    cursor: pointer;
    transition: all 0.35s ease;
    transition-delay: var(--delay, 0s);
    font-size: 18px;
    user-select: none;
  }

  .sidebar-wrapper.open .sidebar ul li {
    transform: rotate(180deg) translateY(0);
    opacity: 1;
  }

  .sidebar ul li:hover {
    transform: rotate(180deg) translateY(-6px);
  }

  .sidebar ul li:nth-child(1) { --delay: 0.06s; background-color: #00167a; }
  .sidebar ul li:nth-child(2) { --delay: 0.12s; background-color: #1e38ae; }
  .sidebar ul li:nth-child(3) { --delay: 0.18s; background-color: #586fd9; }

  .sidebar ul li a {
    color: #fff;
    font-size: 22px;
  }

  .sidebar ul li a:hover {
    color: #fff;
  }

  .scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding: 1rem;
  }

  /*.scroll-container img {
    flex: 0 0 calc(50% - 1rem);
    max-width: 60%;
    height: auto;
    border-radius: 10px;
    scroll-snap-align: start;
  }*/

  /* Hide scrollbar (optional) */
  .scroll-container::-webkit-scrollbar {
    width: 6px;
  }
  .scroll-container {
    /*-ms-overflow-style: none;*/
    scrollbar-width: 1px;
  }

  /* home - know us */

  .section-our-team {
    position: relative;
    width: 100%;
    height: auto;
    /*padding-bottom: 10vh;*/
  }
  @media (max-width: 899px) {
    .section-our-team {
      padding-bottom: 10vh;
    }
  }

  .section-our-team .section--gallery {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  @media (max-width: 899px) {
    .section-our-team .section--gallery {
      overflow: visible;
    }
  }
  .section-our-team .section--gallery .gradient-bottom {
    display: none;
  }
  @media (max-width: 899px) {
    .section-our-team .section--gallery .gradient-bottom {
      display: none;
    }
  }
  .section-our-team .section--gallery .gallery-text {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 18;
    text-align: center;
  }
  @media (max-width: 899px) {
    .section-our-team .section--gallery .gallery-text {
      position: relative;
      top: auto;
      left: auto;
      transform: translateY(0);
      width: 100%;
      padding: 0 5vw;
      box-sizing: border-box;
      margin-bottom: 1rem;
    }
  }
  .section-our-team .section--gallery .gallery-text p {
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;  line-height: 70px;
  }
  .section-our-team .section--gallery .gallery-text p:before {
    content: ""; position: absolute; display: inline-block; bottom: 0px; width: 50px; height: 2px; background: #fff; left: 50%; margin-left: -30px; z-index: 1;
  }
   .section-our-team .section--gallery .gallery-text p:after {
    content: ""; position: absolute; display: inline-block; bottom: 0px; width: 150px; height: 1px; background: #dadada; left: 50%; margin-left: -80px;
   }

  .section-our-team .section--gallery .swiper {
    overflow: visible !important;
    z-index: 14;
    padding-top: 110px;
  }
  .section-our-team .section--gallery .swiper .swiper-wrapper .swiper-slide {
    position: relative;
    width: calc((100% - 120px) / 3);
  }
  @media (max-width: 899px) {
    .section-our-team .section--gallery .swiper .swiper-wrapper .swiper-slide {
      width: 70%;
    }
  }
  .section-our-team .section--gallery .swiper .swiper-wrapper .swiper-slide .inner-slide picture {
    position: relative;
    width: 100%;
    height: auto;
  }
  .section-our-team .section--gallery .swiper .swiper-wrapper .swiper-slide .inner-slide picture img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
  .section-our-team .section--gallery .swiper .swiper-button-prev {
    margin-top: 0;
    left: calc((100% - 120px) / 3 + 30px);
    top: calc(50% - 60px);
    transform: translate(-50%, -50%);
    width: 4rem;
    height: 4rem;
    border: 1px solid rgba(251, 249, 235, 0.4);
    border-radius: 100%;
    background-color: rgba(251, 249, 235, 0.15);
    transition: all 0.3s ease;
    z-index: 20;
    cursor: pointer;
  }
  .section-our-team .section--gallery .swiper .swiper-button-prev:hover {
    background-color: rgba(251, 249, 235, 0.25);
  }
  @media (max-width: 899px) {
    .section-our-team .section--gallery .swiper .swiper-button-prev {
      display: none;
    }
  }
  .section-our-team .section--gallery .swiper .swiper-button-prev:after {
    display: none;
  }
  .section-our-team .section--gallery .swiper .swiper-button-prev:before {
    content: "";
    width: 1.5rem;
    height: 0.875rem;
    background-color: #EAD8C9;
    -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwMCAzNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwMCAzNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik01MTcuMywxODguN2MtMTcwLjcsMC0zNDEuMywwLTUxMi4zLDBjMC04LjUsMC0xNi44LDAtMjUuNWMxNjkuOSwwLDMzOS42LDAsNTEwLjUsMGMtOC43LTUuOS0xNi41LTExLTI0LjItMTYuMw0KCQljLTI4LjEtMTkuNy01Mi4xLTQzLjctNzEuOS03MS42Yy05LjYtMTMuNi0xOC4yLTI4LTI2LjUtNDIuNWMtNC45LTguNS02LjktMTguMS03LjgtMjguMmM5LDAsMTcuNiwwLDI2LjMsMA0KCQljMS41LDEyLjcsNy42LDIzLjMsMTQuMiwzMy43YzE0LjQsMjIuOSwzMC45LDQ0LjMsNTAuOCw2Mi43YzI3LjcsMjUuNiw1OC40LDQ2LjgsOTQuOCw1OC4yYzcuNiwyLjQsMTUuNiwzLjQsMjMuOCw1LjINCgkJYzAsNy41LDAsMTUuOCwwLDI0LjJjLTIxLjQsMi4xLTQwLjIsMTEuMy01OC42LDIwLjljLTM0LjQsMTgtNjIuOCw0My4zLTg2LjcsNzMuN2MtMTEuOSwxNS4xLTIzLjMsMzAuNS0zMS4yLDQ4LjENCgkJYy0yLjMsNS4xLTMuNywxMC43LTUuNiwxNi4zYy03LjgsMC0xNS45LDAtMjQuNSwwYy0xLTEwLDIuNS0xOC44LDYuNS0yNy4yYzEyLjctMjYuOSwzMC43LTUwLjMsNTAuNS03Mi4zDQoJCWMxOS4zLTIxLjUsNDEuNy0zOS40LDY2LjEtNTQuOGMyLTEuMiw0LTIuNCw2LTMuNkM1MTcuNCwxODkuMiw1MTcuMywxODksNTE3LjMsMTg4Ljd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
            mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwMCAzNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwMCAzNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik01MTcuMywxODguN2MtMTcwLjcsMC0zNDEuMywwLTUxMi4zLDBjMC04LjUsMC0xNi44LDAtMjUuNWMxNjkuOSwwLDMzOS42LDAsNTEwLjUsMGMtOC43LTUuOS0xNi41LTExLTI0LjItMTYuMw0KCQljLTI4LjEtMTkuNy01Mi4xLTQzLjctNzEuOS03MS42Yy05LjYtMTMuNi0xOC4yLTI4LTI2LjUtNDIuNWMtNC45LTguNS02LjktMTguMS03LjgtMjguMmM5LDAsMTcuNiwwLDI2LjMsMA0KCQljMS41LDEyLjcsNy42LDIzLjMsMTQuMiwzMy43YzE0LjQsMjIuOSwzMC45LDQ0LjMsNTAuOCw2Mi43YzI3LjcsMjUuNiw1OC40LDQ2LjgsOTQuOCw1OC4yYzcuNiwyLjQsMTUuNiwzLjQsMjMuOCw1LjINCgkJYzAsNy41LDAsMTUuOCwwLDI0LjJjLTIxLjQsMi4xLTQwLjIsMTEuMy01OC42LDIwLjljLTM0LjQsMTgtNjIuOCw0My4zLTg2LjcsNzMuN2MtMTEuOSwxNS4xLTIzLjMsMzAuNS0zMS4yLDQ4LjENCgkJYy0yLjMsNS4xLTMuNywxMC43LTUuNiwxNi4zYy03LjgsMC0xNS45LDAtMjQuNSwwYy0xLTEwLDIuNS0xOC44LDYuNS0yNy4yYzEyLjctMjYuOSwzMC43LTUwLjMsNTAuNS03Mi4zDQoJCWMxOS4zLTIxLjUsNDEuNy0zOS40LDY2LjEtNTQuOGMyLTEuMiw0LTIuNCw2LTMuNkM1MTcuNCwxODkuMiw1MTcuMywxODksNTE3LjMsMTg4Ljd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    transform: rotate(180deg);
  }
  .section-our-team .section--gallery .swiper .swiper-button-next {
    margin-top: 0;
    right: calc((100% - 120px) / 3 + 30px);
    top: calc(50% - 60px);
    transform: translate(50%, -50%);
    width: 4rem;
    height: 4rem;
    border: 1px solid rgba(251, 249, 235, 0.4);
    border-radius: 100%;
    background-color: rgba(251, 249, 235, 0.15);
    transition: all 0.3s ease;
    z-index: 20;
    cursor: pointer;
  }
  .section-our-team .section--gallery .swiper .swiper-button-next:hover {
    background-color: rgba(251, 249, 235, 0.25);
  }
  @media (max-width: 899px) {
    .section-our-team .section--gallery .swiper .swiper-button-next {
      top: 50%;
      right: 5vw;
      transform: translateY(-50%);
    }
  }
  .section-our-team .section--gallery .swiper .swiper-button-next:after {
    display: none;
  }
  .section-our-team .section--gallery .swiper .swiper-button-next:before {
    content: "";
    width: 1.5rem;
    height: 0.875rem;
    background-color: #EAD8C9;
    -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwMCAzNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwMCAzNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik01MTcuMywxODguN2MtMTcwLjcsMC0zNDEuMywwLTUxMi4zLDBjMC04LjUsMC0xNi44LDAtMjUuNWMxNjkuOSwwLDMzOS42LDAsNTEwLjUsMGMtOC43LTUuOS0xNi41LTExLTI0LjItMTYuMw0KCQljLTI4LjEtMTkuNy01Mi4xLTQzLjctNzEuOS03MS42Yy05LjYtMTMuNi0xOC4yLTI4LTI2LjUtNDIuNWMtNC45LTguNS02LjktMTguMS03LjgtMjguMmM5LDAsMTcuNiwwLDI2LjMsMA0KCQljMS41LDEyLjcsNy42LDIzLjMsMTQuMiwzMy43YzE0LjQsMjIuOSwzMC45LDQ0LjMsNTAuOCw2Mi43YzI3LjcsMjUuNiw1OC40LDQ2LjgsOTQuOCw1OC4yYzcuNiwyLjQsMTUuNiwzLjQsMjMuOCw1LjINCgkJYzAsNy41LDAsMTUuOCwwLDI0LjJjLTIxLjQsMi4xLTQwLjIsMTEuMy01OC42LDIwLjljLTM0LjQsMTgtNjIuOCw0My4zLTg2LjcsNzMuN2MtMTEuOSwxNS4xLTIzLjMsMzAuNS0zMS4yLDQ4LjENCgkJYy0yLjMsNS4xLTMuNywxMC43LTUuNiwxNi4zYy03LjgsMC0xNS45LDAtMjQuNSwwYy0xLTEwLDIuNS0xOC44LDYuNS0yNy4yYzEyLjctMjYuOSwzMC43LTUwLjMsNTAuNS03Mi4zDQoJCWMxOS4zLTIxLjUsNDEuNy0zOS40LDY2LjEtNTQuOGMyLTEuMiw0LTIuNCw2LTMuNkM1MTcuNCwxODkuMiw1MTcuMywxODksNTE3LjMsMTg4Ljd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
            mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYwMCAzNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYwMCAzNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGQ9Ik01MTcuMywxODguN2MtMTcwLjcsMC0zNDEuMywwLTUxMi4zLDBjMC04LjUsMC0xNi44LDAtMjUuNWMxNjkuOSwwLDMzOS42LDAsNTEwLjUsMGMtOC43LTUuOS0xNi41LTExLTI0LjItMTYuMw0KCQljLTI4LjEtMTkuNy01Mi4xLTQzLjctNzEuOS03MS42Yy05LjYtMTMuNi0xOC4yLTI4LTI2LjUtNDIuNWMtNC45LTguNS02LjktMTguMS03LjgtMjguMmM5LDAsMTcuNiwwLDI2LjMsMA0KCQljMS41LDEyLjcsNy42LDIzLjMsMTQuMiwzMy43YzE0LjQsMjIuOSwzMC45LDQ0LjMsNTAuOCw2Mi43YzI3LjcsMjUuNiw1OC40LDQ2LjgsOTQuOCw1OC4yYzcuNiwyLjQsMTUuNiwzLjQsMjMuOCw1LjINCgkJYzAsNy41LDAsMTUuOCwwLDI0LjJjLTIxLjQsMi4xLTQwLjIsMTEuMy01OC42LDIwLjljLTM0LjQsMTgtNjIuOCw0My4zLTg2LjcsNzMuN2MtMTEuOSwxNS4xLTIzLjMsMzAuNS0zMS4yLDQ4LjENCgkJYy0yLjMsNS4xLTMuNywxMC43LTUuNiwxNi4zYy03LjgsMC0xNS45LDAtMjQuNSwwYy0xLTEwLDIuNS0xOC44LDYuNS0yNy4yYzEyLjctMjYuOSwzMC43LTUwLjMsNTAuNS03Mi4zDQoJCWMxOS4zLTIxLjUsNDEuNy0zOS40LDY2LjEtNTQuOGMyLTEuMiw0LTIuNCw2LTMuNkM1MTcuNCwxODkuMiw1MTcuMywxODksNTE3LjMsMTg4Ljd6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }

  .swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.slide-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 50;
    background: rgba(0, 0, 0, 0.65); /* transparent background */
}

.slide-title h4{ font-size:24px; color: #fff; }
.slide-title p{ font-size:18px; color: #fff; padding-top: 5px; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
*, html {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.mobile {
  display: none !important;
}
@media (max-width: 899px) {
  .mobile {
    display: block !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 1024px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (min-device-width: 744px) and (max-device-width: 834px) {
  .mobile {
    display: none !important;
  }
}

.desktop {
  display: block !important;
}
@media (max-width: 899px) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 1024px) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (min-device-width: 744px) and (max-device-width: 834px) {
  .desktop {
    display: none !important;
  }
}

.desktop-flex {
  display: flex !important;
}
@media (max-width: 899px) {
  .desktop-flex {
    display: none !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 1024px) {
  .desktop-flex {
    display: none !important;
  }
}
@media only screen and (min-device-width: 744px) and (max-device-width: 834px) {
  .desktop-flex {
    display: none !important;
  }
}

.mobile-all {
  display: none !important;
}
.mobile-all.flex {
  display: none !important;
}
@media (max-width: 899px) {
  .mobile-all {
    display: block !important;
  }
  .mobile-all.flex {
    display: flex !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (min-device-height: 1024px) {
  .mobile-all {
    display: block !important;
  }
  .mobile-all.flex {
    display: flex !important;
  }
}
@media only screen and (min-device-width: 744px) and (max-device-width: 834px) {
  .mobile-all {
    display: block !important;
  }
  .mobile-all.flex {
    display: flex !important;
  }
}

/* --- Our Services: one screen, central circle + radial icons, auto-rotation --- */
#section-services {
    height: 100vh;
    min-height: 100vh;
    background-color: #000; /* Dark theme to keep image popping */
    position: relative;
}

.services-dynamic-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease, background-image 1s ease;
    opacity: 0.6; /* Slight dimming to make content pop */
    z-index: 1;
}

.services-dynamic-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.6) 100%);
    z-index: 2;
}

.services-layout-wrapper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 2;
}

/* Left: circular menu container */
.services-wheel-container {
    position: absolute;
    left: -325px; /* Half of width to center on edge */
    top: 50%;
    transform: translateY(-50%);
    width: 650px;
    height: 650px;
}

/* Segmented circle wheel - one coherent circle, wedges with images */
.services-main-wheel {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    --wheel-rotation: 0deg;
    transform: rotate(var(--wheel-rotation));
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50%;
}

.services-main-wheel .wheel-sector {
    pointer-events: auto;
}

/* Each sector is a 45° wedge - forms one continuous ring */
.wheel-sector.wedge {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    clip-path: polygon(50% 50%, 100% 50%, 100% 0%);
    transform: rotate(calc(var(--i) * 45deg));
    transform-origin: 50% 50%;
    background: #2a2e3d;
    cursor: pointer;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 5;
    /* Create clean edges natively and punch 430px hole */
    -webkit-mask-image: radial-gradient(circle at center, transparent 215px, black 216px), 
                        conic-gradient(from 45deg at 50% 50%, transparent 1deg, black 1.5deg, black 43.5deg, transparent 44deg);
    mask-image: radial-gradient(circle at center, transparent 215px, black 216px), 
                conic-gradient(from 45deg at 50% 50%, transparent 1deg, black 1.5deg, black 43.5deg, transparent 44deg);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
}

/* Image in wedge - counter-rotated so photos stay upright, visible like reference */
.wheel-sector.wedge .wedge-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: rotate(calc((var(--i) * -45deg) - var(--wheel-rotation, 0deg)));
    transform-origin: 50% 50%;
    filter: brightness(0.82);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), filter 0.35s ease;
}

.wheel-sector.wedge:hover .wedge-image {
    filter: brightness(0.88);
}

/* Active wedge: translate along bisector to slide out */
.wheel-sector.wedge.active {
    transform: rotate(calc(var(--i) * 45deg)) translate(40px, -15px) scale(1.08);
    z-index: 20;
    box-shadow: 0 0 30px rgba(0, 191, 255, 0.3);
}

.wheel-sector.wedge.active .wedge-image {
    filter: brightness(0.92);
}

/* Central "Our Services" circle - sits on top so wedges appear as one ring */
.wheel-core {
    position: absolute;
    width: 400px;
    height: 400px;
    background: transparent;
    border-radius: 50%;
    z-index: 50;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    color: #fff;
}

.core-text {
    position: absolute;
    left: 50%;
    width: 250px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
}

.core-text .core-line {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00bfff;
    text-shadow: 0 4px 15px rgba(0, 191, 255, 0.4), 0 0 10px rgba(0, 191, 255, 0.3);
    white-space: normal;
}

.core-text .core-line:first-child {
    margin-bottom: 0px;
}

/* Content Area on the Right - title + semi-transparent dark card, fit to screen */
.services-content-area {
    margin-left: 400px;
    width: 60%;
    max-width: 800px;
    max-height: 100vh;
    padding: 0 40px;
    color: #fff;
    z-index: 10;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.content-text-box {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.content-text-box .content-card {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

/* Sector title - light grey, underlined (like reference) */
@keyframes gradientText {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.content-text-box h2.sector-title {
    font-family: "Poppins", sans-serif;
    font-size: 3.8rem;
    font-weight: 800;
    margin-bottom: 24px;
    background: linear-gradient(90deg, #ffffff, #00d2ff, #3a7bd5, #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
    animation: gradientText 6s ease infinite;
}

.content-text-box h2.sector-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 6px;
    background: linear-gradient(90deg, #00d2ff, #3a7bd5);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 210, 255, 0.5);
}

.content-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    padding: 35px 45px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: none;
    margin-top: 15px;
    max-width: 100%;
}

/* Bullet list (like Agriculture & Horticulture in reference) */
.content-card ul.sector-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1.25rem;
    line-height: 2;
    color: #ffffff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.9), 0px 0px 2px rgba(0,0,0,0.8);
}

.content-card ul.sector-list li {
    position: relative;
    padding-left: 1.25rem;
}

.content-card ul.sector-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    background: #ffffff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    border-radius: 50%;
}

.content-card p.sector-desc {
    font-family: "Poppins", sans-serif;
    font-size: 1.45rem;
    line-height: 1.8;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    margin: 0;
    letter-spacing: 0.5px;
    text-align: justify;
}

@media (max-width: 1200px) {
    .services-wheel-container { transform: scale(0.75) translateY(-50%); transform-origin: left top; left: -243px; }
    .services-content-area { margin-left: 280px; width: 48%; }
    .content-text-box h2.sector-title { font-size: 2.2rem; }
    .content-card p.sector-desc,
    .content-card ul.sector-list { font-size: 1.1rem; }
}


/* ============================================================
   MOBILE RESPONSIVE OVERRIDES
   ============================================================ */

/* --- Mobile nav hamburger --- */
.mobile-nav-block { display: none; position: fixed; top: 10px; left: 10px; z-index: 1050; }
.mobile-nav-block a { color: #fff; font-size: 26px; }

@media (max-width: 767px) {
  /* --- Navbar --- */
  .mobile-nav-block { display: block; }
  #section-header .menu { display: none; }
  #section-header .logo-menu-block { padding-left: 10px !important; margin-top: 10px; }
  #section-header .logo-menu-block .logo-img img { width: 80px; }
  #section-header .logo-menu-block .logo-title { font-size: 21px; text-align: center; }
  #section-header .logo-menu-block .logo-subtitle { font-size: 18px; text-align: center; }
  .logo-block .bg-block { display: none; }
  #stickyHeader { display: none !important; }

  /* --- Collaboration section --- */
  #section-associates {
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
    width: 100% !important;
  }
  #section-associates .collaboration-row {
    height: auto !important;
    overflow: visible !important;
    flex-wrap: wrap;
  }
  #section-associates .collab-half {
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 1rem;
  }
  .collab-anim-container {
    height: 270px !important;
  }
  #section-associates .collab-center-divider { display: none; }
  #section-associates .collab-glow-left,
  #section-associates .collab-glow-right { width: 260px; height: 260px; }
  .collab-half-watermark { font-size: 1.5rem; }
  #section-associates .collab-header-card {
    padding: 8px 12px 8px 10px;
    gap: 10px;
  }
  .collab-header-icon-wrap { width: 38px; height: 38px; font-size: 1.1rem; }
  .collab-header-label { font-size: 0.82rem; }
  .collab-header-sublabel { font-size: 0.63rem; }
}

/* Bare icon (no box) for collab header cards */
.collab-header-icon-bare {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0a64b4;
  flex-shrink: 0;
}
.collab-header-icon-bare--national {
  color: #0a7a4e;
}

/* Section-level icons — outside the card, bigger and bolder */
.collab-section-icon {
  font-size: 3rem;
  color: #0a64b4;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  filter: drop-shadow(0 2px 6px rgba(10,100,180,0.25));
}
.collab-section-icon--national {
  color: #0a7a4e;
  filter: drop-shadow(0 2px 6px rgba(10,122,78,0.25));
}

/* Icon + card side-by-side wrapper */
.collab-header-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.75rem;
}

/* Override previous top-layout rules */
.collab-section-icon {
  display: inline-block !important;
  margin-bottom: 0 !important;
  text-align: unset !important;
  flex-shrink: 0;
}

/* Match icon z-index to card text */
.collab-header-wrap { position: relative; z-index: 10; }
.collab-section-icon { position: relative; z-index: 10; }

/* ============================================================
   NEWS & EVENTS — RESPONSIVE
   ============================================================ */

/* --- Tablet (768px – 991px) --- */
@media (max-width: 991px) {
  #section-news .section-title { font-size: 32px; line-height: 48px; }
  #section-news .owl-item { width: calc(50vw - 15px) !important; }
  #section-news .item { height: 380px; }
  #section-news .news-carousel .item h3 { font-size: 18px; height: auto; min-height: 80px; }
  #section-news .news-carousel .item h3 .source { font-size: 15px; padding-top: 8px; }

  #section-events .section-title { font-size: 32px; line-height: 48px; }
  #section-events .content-title { font-size: 22px; }
  #section-events .owl-item { width: calc(100% - 10px) !important; }
  #section-events .item { height: 340px; }
  #section-events .past-events-carousel .item h3,
  #section-events .upcoming-events-carousel .item h3 { font-size: 18px; }
}

/* --- Mobile (≤ 767px) --- */
@media (max-width: 767px) {
  #section-news .section-title {
    font-size: 26px;
    line-height: 38px;
    position: relative;
    left: auto;
    transform: none;
    margin-top: 0;
    margin-bottom: 16px;
  }
  #section-news .owl-item { width: calc(100vw - 20px) !important; }
  #section-news .item { height: 280px; }
  #section-news .news-carousel .item h3 { font-size: 16px; height: auto; min-height: 70px; padding: 10px 14px; }
  #section-news .news-carousel .item h3 .source { font-size: 13px; padding-top: 6px; }
  #section-news .owl-prev { left: 10px; }
  #section-news .owl-next { right: 10px; }

  #section-events .section-title { font-size: 26px; line-height: 38px; }
  #section-events .content-title { font-size: 18px; margin-bottom: 12px; }
  #section-events .owl-item { width: calc(100vw - 20px) !important; }
  #section-events .item { height: 260px; }
  #section-events .past-events-carousel .item h3,
  #section-events .upcoming-events-carousel .item h3 { font-size: 16px; padding: 10px 14px; }
  #section-events .owl-prev { left: 10px; }
  #section-events .owl-next { right: 10px; }
  #section-events .col-md-6 { margin-bottom: 28px; }
}

/* ============================================================
   OUR SERVICES — RESPONSIVE
   ============================================================ */

/* --- Tablet (768px – 991px) --- */
@media (max-width: 991px) {
  .services-wheel-container {
    transform: scale(0.55) translateY(-50%);
    transform-origin: left top;
    left: -178px;
  }
  .services-content-area {
    margin-left: 185px;
    width: 56%;
    padding: 0 24px;
  }
  .content-text-box h2.sector-title { font-size: 2rem; }
  .content-card p.sector-desc,
  .content-card ul.sector-list { font-size: 1rem; }
  .content-card { padding: 24px 28px; }
}

/* --- Mobile (≤ 767px) --- */
@media (max-width: 767px) {
  #section-services {
    display: block;
  }
  .services-layout-wrapper {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    padding: 28px 16px 36px;
  }
  .services-wheel-container {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 260px;
    height: 260px;
    flex-shrink: 0;
    margin-bottom: 24px;
  }
  /* Recalculate mask hole for 260px container (original 650px → scale 0.4, hole 215px → 86px) */
  .wheel-sector.wedge {
    -webkit-mask-image:
      radial-gradient(circle at center, transparent 85px, black 86px),
      conic-gradient(from 45deg at 50% 50%, transparent 1deg, black 1.5deg, black 43.5deg, transparent 44deg);
    mask-image:
      radial-gradient(circle at center, transparent 85px, black 86px),
      conic-gradient(from 45deg at 50% 50%, transparent 1deg, black 1.5deg, black 43.5deg, transparent 44deg);
  }
  .wheel-sector.wedge.active {
    transform: rotate(calc(var(--i) * 45deg)) translate(16px, -6px) scale(1.08);
  }
  .wheel-core {
    width: 160px;
    height: 160px;
  }
  .core-text {
    width: 100px;
    padding: 0 8px;
  }
  .core-text .core-line {
    font-size: 0.72rem;
    letter-spacing: 1px;
  }
  .services-content-area {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    max-height: none;
    padding: 0;
  }
  .content-text-box h2.sector-title { font-size: 1.6rem; padding-bottom: 10px; }
  .content-text-box h2.sector-title::after { width: 60px; height: 4px; }
  .content-card { padding: 18px 20px; margin-top: 8px; }
  .content-card p.sector-desc,
  .content-card ul.sector-list { font-size: 0.9rem; line-height: 1.6; }
}

/* ============================================================
   ABOUT BMSK — RESPONSIVE
   ============================================================ */

/* --- Tablet (768px – 991px) --- */
@media (max-width: 991px) {
  #section-about .title {
    font-size: 34px;
    padding-left: 100px;
    line-height: 52px;
  }
  #section-about .title:before { margin-left: 100px; }
  #section-about .title:after  { margin-left: 100px; }
  #section-about .description,
  #section-about .description p {
    font-size: 17px;
    padding: 0 20px 10px 50px;
    line-height: 28px;
  }
  #section-about .btn-knowmore { font-size: 18px; margin-left: 100px; }
  #section-about .image { padding-top: 40px; }
}

/* --- Mobile (≤ 767px) --- */
@media (max-width: 767px) {
  /* Stack the two equal cols vertically */
  #section-about .row .col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  #section-about .title {
    font-size: 26px;
    padding-left: 40px;
    line-height: 38px;
    margin-bottom: 14px;
  }
  #section-about .title:before { margin-left: 40px; }
  #section-about .title:after  { margin-left: 40px; }
  #section-about .description,
  #section-about .description p {
    font-size: 15px;
    padding: 0 16px 10px 16px;
    line-height: 26px;
  }
  #section-about .btn-knowmore { font-size: 16px; margin-left: 40px; }
  /* Cancel the inline translateY(-60px) that creates a gap when stacked */
  #section-about .image {
    padding-top: 16px;
    transform: none !important;
    justify-content: center;
  }
}


/* ============================================================
   HOME PAGE — MOBILE RESPONSIVENESS
   ============================================================ */

/* Mobile top bar & drawer — hidden on desktop */
.home-mobile-topbar { display: none; }

.home-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1100;
}
.home-drawer-overlay.active { display: block; }

.home-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #08163c;
  z-index: 1200;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.home-drawer.open { transform: translateX(0); }

.home-drawer-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.home-drawer-header img { width: 38px; height: 38px; object-fit: contain; }
.home-drawer-header span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  flex: 1;
  line-height: 1.3;
}
.home-drawer-close {
  background: none;
  border: none;
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  flex-shrink: 0;
}

.home-drawer-nav { padding: 6px 0; list-style: none; margin: 0; }
.home-drawer-nav > li > a {
  display: block;
  padding: 12px 20px;
  color: rgba(255,255,255,0.85);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.2s;
}
.home-drawer-nav > li > a:hover { background: rgba(255,255,255,0.08); color: #00fff6; }

.home-drawer-group { border-bottom: 1px solid rgba(255,255,255,0.06); }
.home-drawer-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 12px 20px;
  background: none;
  border: none;
  color: rgba(255,255,255,0.85);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}
.home-drawer-toggle i { font-size: 12px; transition: transform 0.25s; flex-shrink: 0; }
.home-drawer-toggle.active i { transform: rotate(180deg); }

.home-drawer-sub { display: none; background: rgba(0,0,0,0.25); padding: 4px 0; list-style: none; margin: 0; }
.home-drawer-sub.open { display: block; }
.home-drawer-sub li a {
  display: block;
  padding: 9px 20px 9px 36px;
  color: rgba(255,255,255,0.65);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  transition: color 0.2s;
}
.home-drawer-sub li a:hover { color: #00fff6; }

@media (max-width: 767px) {

  /* Show mobile topbar */
  .home-mobile-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 10;
    height: 56px;
    padding: 0 14px;
    background: linear-gradient(180deg, rgba(0,0,0,0.72) 0%, transparent 100%);
  }

  /* Hamburger button */
  .home-hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .home-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }

  /* Mobile logo in topbar */
  .home-mobile-logo-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .home-mobile-logo-wrap img { width: 34px; height: 34px; object-fit: contain; }
  .home-mobile-logo-wrap span {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 110px;
  }

  /* Language toggle */
  .home-lang-btn {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border: 1px solid rgba(255,255,255,0.45);
    border-radius: 20px;
  }
  .home-lang-btn:hover { background: rgba(255,255,255,0.15); color: #fff; }

  /* Hide desktop nav header */
  #section-header .layer-header { display: none; }

  /* Current weather block — reposition to centre top */
  #section-header .layer-left-temp-block {
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    bottom: auto;
    width: 100%;
    justify-content: center;
  }
  #section-header .layer-left-temp-block .temp-degree { font-size: 52px; }
  #section-header .layer-left-temp-block .temp-location { font-size: 18px; }
  #section-header .layer-left-temp-block .temp-icon { font-size: 28px; padding-left: 10px; }
  #section-header .layer-left-temp-block .temp-icon svg { width: 38px; }
  #section-header .layer-left-temp-block .temp-date { font-size: 13px; }

  /* Forecast block — compact card above news scroller */
  #section-header .layer-right-temp-block {
    position: absolute;
    left: 12px;
    right: 12px;
    top: auto;
    bottom: 48px;
    width: auto;
    background: rgba(0,22,122,0.58);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.18);
  }
  #section-header .layer-right-temp-block .inner-block { padding: 10px 16px; width: 100%; }
  #section-header .layer-right-temp-block .title { font-size: 12px; padding-bottom: 6px; text-align: center; }
  #section-header .layer-right-temp-block .tempblock { width: 100%; padding-bottom: 5px; }
  #section-header .layer-right-temp-block .tempblock .label { font-size: 12px; }
  #section-header .layer-right-temp-block .tempblock .val { font-size: 12px; }

  /* News scroller — compact */
  .layer-news-scroller { padding: 0 0 0 8px; margin-bottom: 1px; }
  .layer-news-scroller .bell { font-size: 26px; }
  .layer-news-scroller .scroller-text { margin-left: 8px; }
  .layer-news-scroller .scroller-text ul li { font-size: 12px; }
}

/* ── Career "New Jobs" badge ──────────────────────────────── */
.nav-new-badge {
    display: none; /* shown by JS when jobs exist */
}
.nav-new-badge.visible {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e53935;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 4px;
    margin-left: 5px;
    vertical-align: middle;
    text-transform: uppercase;
    animation: badge-pulse 2s ease-in-out infinite;
    position: relative;
    top: -1px;
}
@keyframes badge-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.75; transform: scale(1.08); }
}
