@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'WhyteInktrap Bold';
    src: url('fonts/WhyteInktrap-Bold.eot');
    src: url('fonts/WhyteInktrap-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/WhyteInktrap-Bold.woff2') format('woff2'),
		url('fonts/WhyteInktrap-Bold.woff') format('woff'),
		url('fonts/WhyteInktrap-Bold.ttf') format('truetype'),
		url('fonts/WhyteInktrap-Bold.svg#WhyteInktrap-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter Regular';
    src: url('fonts/Inter-VariableFont_opsz,wght.eot');
    src: url('fonts/Inter-VariableFont_opsz,wght.eot?#iefix') format('embedded-opentype'),
		url('fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2'),
		url('fonts/Inter-VariableFont_opsz,wght.woff') format('woff'),
		url('fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype'),
		url('fonts/Inter-VariableFont_opsz,wght.svg#WhyteInktrap-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	font-family: 'Inter Regular' !important;
	font-weight: 400 !important;
	font-size: 1rem !important;
	background-color: #F2EDE3 !important;
	font-variant: none !important;
	font-feature-settings: normal !important;
}
b, strong {
  font-weight: 600;
}
.error {
	height: calc(100vh - 385px);
}
@media (min-width: 992px) {
	.error {
		height: auto;
	}
}
@media (min-width: 1200px) {
	.container-narrow {
	    max-width: 1252px;
	}
}
@media (min-width: 1400px) {
	.error {
		height: calc(100vh - 379px);
	}
}
/* Bootstrap Overrides */
a {
	color: #00473F !important;
	text-decoration: none !important;
}
a:hover, a:focus {
	color: #00231f;
	text-decoration: none;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-family: 'WhyteInktrap Bold';
	font-weight: normal !important;
	color: #00473F !important;
}
h2 a, h2 a:hover, h2 a:focus {
	color: #90c2d3;
	text-decoration: none;
}
.bg-nav {
	background-color: #00473F;
}
.bg-primary {
    background-color: #10252D !important;
}
.bg-secondary {
	background-color: #352E2C !important;
}
.bg-light {
	background-color: #E8E8E8 !important;
}
.bg-neon {
	background-color: #DFFFA1;
}
.text-charcoal {
	color: #252728 !important;
}
.text-neon {
	color: #DFFFA1 !important;
}
.text-primary {
    color: #79A249 !important;
}
.btn {
	border-radius: 18px;
	color: #00473F !important;
	font-weight: 700;x
}
.btn-primary {
	color: #10252D;
	background-color: #DFFFA1;
	border-color: #DFFFA1;
	line-height: 1;
}
.btn-primary:hover,
.btn-primary:disabled, .btn-primary.disabled {
	color: #1A1A1A;
	background-color: #90c2d3;
	border-color: #90c2d3;
}
.btn-secondary {
    color: #fff;
    background-color: #543E3E;
    border-color: #543E3E;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #382a2a;
    border-color: #382a2a;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #1A1A1A;
	background-color: #DFFFA1;
	border-color: #DFFFA1;
    box-shadow: 0 0 0 0.25rem rgb(95 127 58 / 50%);
}
.btn-outline-primary {
	color: #DFFFA1;
    border-color: #DFFFA1;
}
.btn-outline-primary:hover {
    color: #000;
    background-color: #DFFFA1;
    border-color: #DFFFA1;
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #79A249;
    border-color: #79A249;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgb(95 127 58 / 50%);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #79A249;
}
.nav-pills .nav-link {
	color: #664328 !important;
	border: 1px solid #664328;
	border-radius: 2rem;
	margin-right: 1rem;
}
	border-radius: 2rem;
	margin-right: 1rem;
}
.nav-pills .nav-item:last-child .nav-link {
	margin-right: 0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #1A1A1A;
    background-color: #DFFFA1;
    border-color: #DFFFA1;
	-webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15); 
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
}
.nav-pills .nav-link:hover {
    color: #1A1A1A;
    background-color: #DFFFA1;
    border-color: #DFFFA1;
}
/* end of Bootstrap Overrides */
/* Gevme overrides */
.gevme-template-showcase-block, .gevme-html-block {
	border-radius: 0 !important;
}
.gevme-template-main .gevme-template-content {
	margin-top: 0;
}
.gevme-content-blocks-container {
	max-width: none;
}
.gevme-header-container {
	background-color: #00473F;
	position: initial;
	max-height: 76px;
	height: 76px;
}
.gevme-html-block-title, #gevme-title {
	display: none;
}
.gevme-content-blocks-column p,.gevme-template-showcase-block p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* Navbar */
.navbar-collapse {
	/* position: absolute; */
	/* right: 0; */
	/* background-color: #1F1F1F; */
	/* top: 72px; */
	/* z-index: 999; */
}
.navbar-nav {
	/* text-align: right; */
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 #fff;
}
.navbar-dark .navbar-toggler {
	border-color: transparent;
}
.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
	background-color: #d9d9d9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
	background-color: #d9d9d9;
}
.navbar-nav .nav-link {
    /* padding-right: 1.75rem; */
    /* padding-left: 3rem; */
    /* padding-bottom: 1rem; */
    /* padding-top: .75rem; */
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    /* background-color: #10252D; */
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #DFFFA1 !important;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #DFFFA1 !important;
}
.btn-search {
	width: 24px;
	height: 24px;
	background-image: url('../images/default-source/cop29/icons/icon-search-close.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.btn-search.collapsed {
	background-image: url('../images/default-source/cop29/icons/icon-search.png');
}
.mobileSearch .form-control {
	border: 0;
}
.mobileSearch .input-group-text {
	border-top-left-radius: .75rem;
	border-bottom-left-radius: .75rem;
	background-color: #fff;
	border: 0;
	padding-right: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	border-top-right-radius: .75rem;
	border-bottom-right-radius: .75rem;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
      margin: 0 auto !important;
  }
	.navbar {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-expand-lg .navbar-nav .nav-item {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 0;
	    padding-left: 0;
	    padding-bottom: 1.5rem;
	    padding-top: 1.5rem;
	}
	.navbar-nav {
		background: transparent;
	}
	.navbar-dark .navbar-nav .nav-link {
	    border-bottom: 4px solid transparent;
	}
	.navbar-dark .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .show>.nav-link {
	    border-bottom: 4px solid #DFFFA1;
		font-weight: 700;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-item {
	    padding-right: 1.5rem;
	    padding-left: 1.5rem;
	}
}
/* end of Navbar */
/* Ticker */
.ticker {
	color: #666;
	overflow: hidden;
	font-style: italic;
	font-size: 14px;
	line-height: normal;
	padding-top: 1rem;
	padding-bottom: 1rem;
	white-space: nowrap;
}
/* end of Ticker */
/* Carousel */
.carousel-control-prev, .carousel-control-next {
	display: none;
}
.carousel-caption {
	top: 0;
	left: 1rem;
	right: 3rem;
	text-align: left;
}
.carousel-logo {
	margin-bottom: 3rem;
  width: 110px;
}
.carousel-caption .date {
	font-family: Inter;
	font-weight: 500 !important;
	font-size: 17.5px;
	color: #DFFFA1 !important;
}
.carousel-caption .sub-title {
	font-size: 40px;
	color: #fff !important;
}
.carousel-indicators [data-bs-target] {
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border-top: 0;
	border-bottom: 0;
}
.carousel-indicators .active {
	width: 26px;
	background-color: #DFFFA1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	width: 16px;
	height: 32px;
}
.carousel-control-prev-icon {
    background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/carousel-control-prev-icon_20250904075209.png');
}
.carousel-control-next-icon {
    background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/carousel-control-next-icon_20250904075112.png');
}
@media (min-width:992px) {
  .carousel-control-prev, .carousel-control-next {
    display: flex;
    width: 4%;
  }
  .carousel-logo {
    width: 160px;
  }
	.carousel-caption {
		display: inline-flex;
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		left: 2rem;
		right: 50%;
	}
	.carousel-caption-first-slide {
		justify-content: start;
	}
}
@media (min-width:1200px) {
	.carousel-caption {
		right: 30%;
	}
	.carousel-caption .date {
		font-size: 20px;
	}
	.carousel-caption .sub-title {
		font-size: 68px;
	}
}
@media (min-width:1400px) {
	.carousel-caption {
		left: 6rem;
	}
	.carousel-caption-first-slide {
		top: 2rem;
	}
}
@media (min-width:1600px) {
	.carousel-caption {
		left: 21.5rem;
	}
	.carousel-caption-first-slide {
		top: 2rem;
	}
}
/* end of Carousel */
/* Homepage */
.intro-image {
	height: 197px;
	border-radius: 20px;
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/img-intro_20250904085316.jpg');
	background-size: cover;
  background-position: center;
}
.card-locate, .card-connect {
	border-radius: 14px;
	/*-webkit-box-shadow: 17px 14px 33px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 17px 14px 33px 0px rgba(0,0,0,0.75);
	box-shadow: 17px 14px 33px 0px rgba(0,0,0,0.75);*/
	margin-bottom: 1rem;
	height: 101px;
	background-position: bottom center;
	background-size: cover;
	color: #fff;
}
.card-locate {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/bgd-locate_20250905044454.jpg');
}
.card-connect {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/bgd-connect_20250905044449.jpg');
}
.card-locate .card, .card-connect .card {
	background: transparent;
	border: 0;
}
.card-locate .card-body, .card-connect .card-body {
	padding: .75rem 1rem;
	font-size: 13px;
}
.card-locate .card-title, .card-connect .card-title {
	color: #fff !important;
	font-size: 24px;
}
.card-locate .card-text, .card-connect .card-text {
	width: 65%;
}
.social-media-card {
	border-radius: 20px;
	overflow: hidden;
}
.social-media-card .left-panel {
	padding: 1rem 2rem;
}
.social-media-card .display-5 {
}
#videoModal .modal-content {
	background-color: transparent;
	border: 0;
}
#videoModal .modal-body {
	border-bottom: 0;
	padding: 0;
}
#videoModal .btn-close {
	background: url('../images/default-source/cop29/icons/btn-modal-close.png') no-repeat;
	opacity: 1;
	padding: 0;
	margin: 0;
	position: absolute;
	top: -12px;
	right: -12px;
	height: 28px;
	width: 28px;
	z-index: 999;
}
@media (min-width:768px) {
  .intro-image {
    height: 379px;
  }
}
@media (min-width:992px) {
	.card-locate, .card-connect {
		/*-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);*/
		margin-bottom: 0;
		height: 155px;
		border-radius: 22px;
	}
	.card-locate .card, .card-connect .card {
		border-radius: 27px;
		background: transparent;
		padding: .5rem 1rem;
		height: 155px;
	}	
	.card-locate .card-body, .card-connect .card-body {
		padding: 1.5rem;
		font-size: 1rem;
	}
	.card-locate .card-title, .card-connect .card-title {
		font-size: 32px;
		font-weight: 700;
	}
	.card-locate .card-text, .card-connect .card-text {
		width: 100%;
		margin-top: 1rem;
	}
	.social-media-card .left-panel {
		padding: 1rem 2rem;
	}
}
/* end of Homepage */
/* Landing Page */
#carousel .item.livestream {
	background-image: url('/images/default-source/cop29/bgd-livestream-mobile.webp');
	background-size: cover;
	background-position: right;
	padding: 3.25rem 1rem;
}
.item.livestream .sub-title {
    font-size: 36px;
    color: #DFFFA1;
    line-height: 1;
}
.item.livestream .sub-title span {
}
.btn-neon {
    color: #000;
    background-color: #DFFFA1;
    border-color: #DFFFA1;
}
.btn-neon:hover,
.btn-neon:focus {
    color: #000;
    background-color: #DFFFA1;
    border-color: #DFFFA1;
}
.owl-item .item img {
	border-radius: 10px;
	overflow: hidden;
}
.owl-nav {
	display: block;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev {
	float: left;
	margin-left: 1rem;
}
.owl-carousel .owl-nav button.owl-next {
	float: right;
	margin-right: 1rem;
}
#carousel.owl-theme .owl-dots {
	/* background-color: #1a1a1a; */
	margin-top: 1.5rem;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 10px 10px;
    background: #fff;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #DFFFA1;
}
.owl-theme .owl-dots .owl-dot.active span  {
    width: 30px;
    background: #DFFFA1;
}
.temp-form .border {
  border-color: #dcff00 !important;
  border-radius: 0.75rem;
  background-color: #1A1A1A;
}
.temp-form label {
  display: none;
}
.temp-form input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #1A1A1A;
    background-clip: padding-box;
    border: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	text-align: center;
}
.temp-form .email-textbox, .temp-form .subscribe-submit, .temp-form .alert-success {
  margin-top: 0 !important;
  margin-bottom: 0!important;
  text-align: center;
}
.temp-form button, .temp-form [type=button], .temp-form [type=reset], .temp-form [type=submit] {
  color: #fff;
  background: transparent;
  border:none;
    padding: 0.375rem 0.75rem;
}
.temp-form p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
	.owl-nav {
		top: 35%;
	}
}
@media (min-width: 1200px) {
	#carousel .item.livestream {
		background-image: url('/images/default-source/cop29/bgd-livestream.webp');
		background-size: cover;
		background-position: right center;
		padding: 1rem 10rem;
		display: flex;
		align-items: center;
		height: 377px;
	}
	.item.livestream .sub-title {
		/* padding-top: 9rem; */
	}
	.temp-form input {
		text-align: left;
	}
}
/* end of Landing page */
/* About */
.nav-about {
	/* flex-direction: column; */
}
.nav-pills.nav-about .nav-item:not(:last-child) .nav-link {
	/* margin-right: 0; */
	margin-bottom: 1rem;
}
.card-about {
	background-color: transparent;
	border: 0;
	border-radius: 42px;
	-webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
}
.card-about .card-header {
    background-color: #DFFFA1;
    color: #000;
}
.card-about .card {
	border-radius: 1rem;
}
.card-about .card-body {
	background-color: #10252D;
	padding: 1rem;
	border-bottom-left-radius: 42px;
	border-bottom-right-radius: 42px;
}
.card-about .card-body .bg-white img {
	max-height: 150px;
}
.card-about .card-title {
	font-size: 22px;
}
.card-about .card-img-overlay {
	border-radius: calc(1rem - 1px);
	top: auto;
}
.card-about .card-img, .card-img-bottom {
    border-bottom-right-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
}
.card-about .card-img, .card-img-top {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}
@media (min-width: 992px) {
	.nav-about {
		flex-direction: row;
	}
	.nav-pills.nav-about .nav-link {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
}
@media (min-width: 1200px) {
	.card-about .card-body {
		padding: 1.5rem;
	}
	.owl-carousel.about-carousel .owl-nav button.owl-prev {
		float: left;
		margin-left: -3rem;
	}
	.owl-carousel.about-carousel .owl-nav button.owl-next {
		float: right;
		margin-right: -3rem;
	}

}
/* end of About */
/* Green Initiatives */
.accordionGI .accordion-item {
    background-color: #10252D;
    border: 0;
    overflow: hidden;
    border-radius: 10px;
}
.accordionGI .accordion-header {
	border-radius: 10px;
	background-size: cover;
	background-position: center right;
	display: flex;
	align-items: center;
}
.accordionGI.mitigation .accordion-header {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/bgd-mitigation-mobile_20250930015622.jpg');
}
.accordionGI.mitigation .accordion-button {
	color: #B9F7FF;
}
.accordionGI.adaptation .accordion-header {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/bgd-adaptation-mobile_20250930015529.jpg');
}
.accordionGI.adaptation .accordion-button {
	color: #ECD9BA;
}
.accordionGI.green-economy .accordion-header {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/bgd-green-economy-mobile_20250930015604.jpg');
}
.accordionGI.green-economy .accordion-button {
	color: #CEFFDC;
}
.accordionGI.sustainable-finance .accordion-header {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/bgd-sustainable-finance-mobile_20250930015644.jpg');
}
.accordionGI.sustainable-finance .accordion-button {
	color: #B9F7FF;
}
.accordionGI .accordion-button {
    padding: 1.25rem;
    font-size: 20px;
    color: #fff;
    text-align: left;
    background-color: transparent;
}
.accordionGI .accordion-item:first-of-type .accordion-button {
    border-radius: calc(10px - 1px);
}
.accordionGI .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(10px - 1px);
    border-bottom-left-radius: calc(10px - 1px);
}
.accordionGI .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
}
.accordionGI .accordion-button:not(.collapsed)::after {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/icon-accordion-down_20250930020258.png');
	transform: none;
}
.accordionGI .accordion-button::after {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/icon-accordion-up_20250930020146.png');
}
.accordionGI .accordion-body {
    border-bottom-right-radius: calc(10px - 1px);
    border-bottom-left-radius: calc(10px - 1px);
}
.accordionGI .card {
	border-radius: 10px;
	overflow: hidden;
	background-color: transparent;
}
.accordionGI .card-img-overlay {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1rem 0 1rem 1rem;
}
.accordionGI .card-img-overlay img {
  width: 115px;
  align-self: flex-end;
}
.accordionGI .card-title {
	color: #fff !important;
	font-size: 16px;
	/* padding-right: 20px; */
}
.card-showcase {
	background-color: #10252D;
	border: 0;
	border-radius: 20px;
}
.card-showcase .card-img-top {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 188px;
}
.projects {
	position: relative;
}
.projects .overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 320px;
	background: rgb(67,115,219);
	background: -moz-linear-gradient(0deg, rgba(67,115,219,1) 0%, rgba(67,115,219,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(67,115,219,1) 0%, rgba(67,115,219,0) 100%);
	background: linear-gradient(0deg, rgba(67,115,219,1) 0%, rgba(67,115,219,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4373db",endColorstr="#4373db",GradientType=1);
	border-radius: .3rem;
}
.projects img {
	border-radius: .3rem;
}
.projects a.stretched-link:hover .overlay {
	opacity: .6;
}
.pink .projects a.stretched-link {
	color: #FFC4F3;
}
.light-blue .projects a.stretched-link {
	color: #A3C7FF;
}
.green .projects a.stretched-link {
	color: #00EE61;
}
.grey .projects a.stretched-link {
	color: #999999;
}
.pink h4, .text-pink {
	color: #8A8CFF;
}
.light-blue h4, .text-light-blue {
	color: #F9B21D;
}
.green h4, .text-green {
	color: #00EE61;
}
.grey h4, .text-grey {
	color: #BF38FF;
}
.cardGI-details {
	background-color: #252728;
	border-radius: 10px;
	color: #FAF7F1;
}
.cardGI-details .card-body {
	padding: 1.5rem;
}
.cardGI-details h4 {
	font-size: 24px;
}
.cardGI-details.cardGI-mitigation h4,
.cardGI-details.cardGI-adaptation h4,
.cardGI-details.cardGI-green-economy h4,
.cardGI-details.cardGI-sustainable-finance h4 {
	font-family: 'Inter Regular';
	font-weight: 700 !important;
}
.cardGI-details.cardGI-mitigation h4 {
	color: #B9F7FF !important;
}
.cardGI-details.cardGI-adaptation h4 {
	color: #ECD9BA !important;
}
.cardGI-details.cardGI-green-economy h4 {
	color: #CEFFDC !important;
}
.cardGI-details.cardGI-sustainable-finance h4 {
	color: #B9F7FF !important;
}
.cardGI-details.cardGI-mitigation a {
	color: #B9F7FF !important;
	text-decoration: underline !important;
}
.cardGI-details.cardGI-adaptation a {
	color: #ECD9BA !important;
	text-decoration: underline !important;
}
.cardGI-details.cardGI-green-economy a {
	color: #CEFFDC !important;
	text-decoration: underline !important;
}
.cardGI-details.cardGI-sustainable-finance a {
	color: #B9F7FF !important;
	text-decoration: underline !important;
}
.cardGI-details .carousel {
	padding-left: 0;
	padding-right: 0;
}
.cardGI-details .carousel-item img {
	border-radius: 10px;
}
.cardGI-details .carousel-caption {
	position: relative;
	text-align: left;
	left: 0;
	font-size: 14px;
	color: #FAF7F1;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 0;
	padding-right: 0;
}
.cardGI-details .carousel-control-prev, .cardGI-details .carousel-control-next {
	height: 190px;
	width: 14%;
	opacity: 1;
}
.cardGI-details .carousel-control-prev:hover, .cardGI-details .carousel-control-next:hover {
	opacity: .5;
}
.cardGI-details .carousel-control-prev-icon {
    background-image: url(https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/icon-chevron-left_20251017030903.png);
}
.cardGI-details .carousel-control-next-icon {
    background-image: url(https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/icon-chevron-right_20251017030834.png);
}
.cardGI-details .carousel-indicators {
	margin-bottom: 0;
}
.cardGI-details .carousel-indicators [data-bs-target] {
	width: 12px;
	height: 12px;
	margin: 10px 10px;
	background: #fff;
	border-radius: 30px;
	border-top: 0;
	border-bottom: 0;
	opacity: 1;
}
.cardGI-details .carousel-indicators .active {
	width: 33px;
    background: #DFFFA1;
}
.cardGI-details.cardGI-mitigation .carousel-indicators .active {
    background: #B9F7FF;
}
.cardGI-details.cardGI-adaptation .carousel-indicators .active {
    background: #ECD9BA;
}
.cardGI-details.cardGI-green-economy .carousel-indicators .active {
    background: #CEFFDC;
}
.cardGI-details.cardGI-sustainable-finance .carousel-indicators .active {
    background: #B9F7FF;
}
.page-nav-prev {
	position: relative;
	padding-left: 40px;
	display: block;
}
.page-nav-prev:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 27px;
	height: 27px;
    background-image: url(/global/images/default-source/cop29/icons/icon-chevron-left.png);
	margin-right: 40px;
}
.page-nav-next {
	position: relative;
	padding-right: 40px;
	display: block;
}
.page-nav-next:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 27px;
	height: 27px;
    background-image: url(/global/images/default-source/cop29/icons/icon-chevron-right.png);
}
@media (min-width: 768px) {
	.cardGI-details .carousel-control-prev, .cardGI-details .carousel-control-next {
		height: 368px;
	}
	.accordionGI .card-title {
		font-size: 20px;
	}
  .accordionGI .card-img-overlay img {
    width: 185px;
  }
}
@media (min-width: 992px) {
	.accordionGI .accordion-item {
	    border-radius: 20px;
	}
	.accordionGI .accordion-header {
		border-radius: 20px;
	}
	.accordionGI .accordion-item:first-of-type .accordion-button {
	    border-radius: calc(20px - 1px);
	}
	.accordionGI .accordion-item:last-of-type .accordion-button.collapsed {
	    border-bottom-right-radius: calc(20px - 1px);
	    border-bottom-left-radius: calc(20px - 1px);
	}
	.accordionGI .card {
		border-radius: 20px;
	}
  .cardGI-details {
    border-radius: 20px;
  }
	.cardGI-details .card-body {
		padding: 2rem;
	}
	.cardGI-details .carousel-control-prev, .cardGI-details .carousel-control-next {
		height: 600px;
		width: 4%;
	}
	.cardGI-details .carousel-caption {
		width: 92%;
	}
	.cardGI-details .carousel-caption.single {
		width: 100%;
		/* align-items: center; */
	}
}
@media (min-width: 1200px) {
	.accordionGI .card-img-overlay {
		padding: 1.5rem 0 1.5rem 1.5rem;
	}
	.accordion .carousel-control-prev, .accordion .carousel-control-next {
		height: 600px;
	}
	.accordionGI .accordion-body {
		padding: 2rem;
	}
	.accordionGI .card-title {
		font-size: 28px;
	}
	  .accordionGI .card-img-overlay img {
	    width: 254px;
	  }
	.cardGI-details h4 {
		font-size: 48px;
	}
	.accordionGI .accordion-button {
		padding: 1.75rem;
	}
	.accordion .carousel {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
/* end of Green Initiatives */
/* Partners' Showcase */
.accordionDE .accordion-item {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #252728;
	padding-bottom: 1.5rem;
}
.accordionDE .accordion-header {
	/* padding-left: 1.5rem; */
	border-radius: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
}
.accordionDE.light-blue .accordion-header {
	color: #DFFFA1;
}
.accordionDE.light-teal .accordion-header {
	color: #BAEDD4;
}
.accordionDE.cream .accordion-header {
	color: #FDE1CD;
}
.accordionDE .accordion-header p {
	font-family: 'Inter Regular';
    font-size: 30px;
	font-weight: 300;
    line-height: 1;
    width: 82px;
    text-align: center;
	color: #00473F;
}
.accordionDE .accordion-header .date {
	font-size: 60px;
}
.accordionDE .accordion-button {
	font-size: 32px;
	background-color: transparent;
	border-radius: 0 !important;
	padding-left: 1rem;
	box-shadow: inset 0 0 0 rgba(0,0,0,.125);
	color: #00473F;
}
.accordionPS.brown .accordion-button, .accordionPS.brown .accordion-header p {
	color: #664328;
}
.accordionDE.light-blue .accordion-button {
	color: #DFFFA1;
}
.accordionDE.light-teal .accordion-button {
	color: #BAEDD4;
}
.accordionDE.cream .accordion-button {
	color: #FDE1CD;
}
.accordionDE .accordion-button:not(.collapsed)::after {
	background-image: url('../images/default-source/cop29/icons/icon-accordion-down.png');
	transform: none;
}
.accordionDE .accordion-button::after {
	background-image: url('../images/default-source/cop29/icons/icon-accordion-up.png');
	display: none;
}
.accordionDE .accordion-button:not(.collapsed) {
	background-color: #213239;
}
.accordionDE .accordion-body {
	padding: 1rem 0;
}
.accordionDE .card {
	border-radius: 18px;
}
.accordionDE .card-body {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.card-showcase {
	background-color: #10252D;
	border: 0;
	border-radius: 20px;
}
.card-showcase .card-img-top {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 188px;
  padding: 1rem;
}
@media (min-width:1200px) {
	.accordionDE .accordion-body {
		padding: 2rem 0;
	}
	.accordionDE .accordion-button {
		padding-left: 5rem;
		padding-right: 0;
	}
	.card-showcase .card-img-top {
		height: 320px;
    padding: 2rem 5rem;
	}
	.showcase-carousel {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
/* end of Partners' Showcase */
/* Livestream/VOD */
.programme-header {
	display: flex;
	flex-direction: column;
	/* margin-top: 3rem; */
	margin-bottom: 1.5rem;
}
.time-toggler .btn-primary {
	font-weight: 400;
	color: #664328 !important;
	border: 1px solid #664328;
	border-radius: 2rem;
	background-color: transparent;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
}
.time-toggler .btn-primary.disabled {
	font-weight: 700;
	color: #00473F !important;
	background-color: #DFFFA1;
	border-color: #DFFFA1;
	-webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
	opacity: 1;
}
.time-toggler .btn-primary:hover {
	color: #00473F !important;
    background-color: #DFFFA1;
    border-color: #DFFFA1;
	-webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
}
.accordionPS .accordion-item {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #252728;
	padding-bottom: 1.5rem;
}
.accordionPS .accordion-header {
	/* padding-left: 1.5rem; */
	border-radius: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
}
.accordionPS.light-blue .accordion-header {
	color: #DFFFA1;
}
.accordionPS.light-teal .accordion-header {
	color: #BAEDD4;
}
.accordionPS.cream .accordion-header {
	color: #FDE1CD;
}
.accordionPS .accordion-header p {
	font-family: 'Inter Light';
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	width: 82px;
	text-align: center;
	color: #00473F;
}
.accordionPS .accordion-header .date {
	font-family: 'Inter Regular';
	font-size: 48px;
}
.accordionPS .accordion-button {
	font-size: 20px;
	background-color: transparent;
	border-radius: 0 !important;
	padding-left: 1rem;
	box-shadow: inset 0 0 0 rgba(0,0,0,.125);
	color: #00473F;
	line-height: 1.3 !important;
}
.accordionPS.light-blue .accordion-button {
	color: #DFFFA1;
}
.accordionPS.light-teal .accordion-button {
	color: #BAEDD4;
}
.accordionPS.cream .accordion-button {
	color: #FDE1CD;
}
.accordionPS .accordion-button:not(.collapsed)::after {
	background-image: url('../images/default-source/cop29/icons/icon-accordion-down.png');
	transform: none;
}
.accordionPS .accordion-button::after {
	background-image: url('../images/default-source/cop29/icons/icon-accordion-up.png');
}
.accordionPS .accordion-button:not(.collapsed) {
	/* background-color: #213239; */
}
.accordionPS .table {
	/* color: #fff; */
	font-size: 12px;
	border-bottom: 0;
}
.accordionPS .btn {
	text-decoration: none !important;
    font-weight: 700;
    color: #00473F !important;
    background-color: #DFFFA1;
    border-color: #DFFFA1;
    -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.15);
}
.accordionPS th {
	border-bottom: .75px solid #252728;
}
.accordionPS .table>:not(:first-child) {
    border-top: none;
}
.accordionPS .table tr {
  /* border-bottom: .75px solid #252728; */
}
.accordionPS .table tr:not(:last-child) td {
	border-color: #aaa;
}
.accordionPS .table tr:last-child td {
	border-bottom: 0;
}
.accordionPS a {
    text-decoration: underline !important;
}
.modalSpeakers .btn-close {
	position: absolute;
	right: .75rem;
	top: .75rem;
	color: #DFFFA1;
	background: none;
	opacity: 1;
	font-size: 24px;
	line-height: 1;
	padding: 0;
}
.modalSpeakers .modal-content {
	background-color: #252728;
	border-radius: 20px;
	color: #fff;
}
.modalSpeakers .modal-body {
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}
.modalSpeakers .modal-content h4 {
	color: #DFFFA1 !important;
}
.modalSpeakers .profile-pic {
	height: 400px;
	background-position: center;
}
.modalSpeakers .speakers-profile {
	height: 400px;
	padding-right: 1rem;
	overflow-y: scroll;
}
@media (min-width:1200px) {
	.programme-header {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.5rem;
	}
	.accordionPS .accordion-header .date {
		font-size: 60px;
	}
	.accordionPS .accordion-header p {
	    font-size: 30px;
	}
	.accordionPS .accordion-body {
		padding: 2rem 0 0 0;
	}
	.accordionPS .accordion-button {
		font-size: 32px;
		padding-left: 5rem;
		padding-right: 0;
	}
	.accordionPS .btn {
		font-size: 12px;
	}
	.modalSpeakers .profile-pic {
		height: auto;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	.time-toggler .btn-primary {
		margin-bottom: 0;
	}
}
/* end of Livestream */
/* VOD */
.scrollmenu {
  overflow: auto;
  flex-wrap: nowrap;
  border-bottom: 1px solid #F5F5F5;
}
.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.scrollmenu .nav-item:first-child a {
  padding-left: 0;
}.scrollmenu .nav-item:last-child a {
  padding-right: 0;
}
.scrollmenu a.active {
  color: #A5C7F2;
  border-bottom: 4px solid #A5C7F2;
}
.scrollmenu a:hover {
  color: #A5C7F2;
}
.accordionVOD .accordion-item {
    background-color: #10252D;
    border: 0;
}
.accordionVOD .accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordionVOD .accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.accordionVOD .accordion-button {
    padding: 1rem 1.25rem 4rem;
    font-size: 20px;
    color: #fff;
    text-align: left;
    background-color: transparent;
    background-image: url('../images/default-source/cop29/bgd-header-gradient-mobile.jpg');
    background-size: cover;
    background-position: center left;
}
.accordionVOD .accordion-item:first-of-type .accordion-button {
    border-radius: calc(10px - 1px);
}
.accordionVOD .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(10px - 1px);
    border-bottom-left-radius: calc(10px - 1px);
}
.accordionVOD .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
}
.accordionVOD .accordion-button:not(.collapsed)::after {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/icon-accordionPS-down_20251016021409.png');
	transform: none;
}
.accordionVOD .accordion-button::after {
	background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/icon-accordionPS-up_20251016021418.png');
	position: absolute;
	right: .75rem;
	bottom: 1rem;
}
.accordionVOD img {
	border-radius: 10px;
	overflow: hidden;
}
.modalVOD .modal-content {
	background-color: transparent;
	border-radius: 0;
	border: 0;
}
.modalVOD .modal-body {
	padding: 0;
}
.modalVOD .btn-close {
	color: #fff;
	background: none;
	margin-left: auto;
	height: auto;
	width: auto;
	text-align: right;
}
@media (min-width:992px) {
	.accordionVOD .accordion-button {
	    padding: 1rem 1.25rem;
	}
	.accordionVOD .accordion-button::after {
		position: initial;
	}
	.accordionVOD .accordion-body {
		padding: 1.25rem;
	}
}
@media (min-width:1200px) {
	.scrollmenu a {
		padding: 14px 1.75rem
	}
}
/* end of VOD */
/* Media */
.nav-media {
  overflow: auto;
  flex-wrap: nowrap;
  border-bottom: 1px solid #F5F5F5;
}
.nav-media .nav-link {
  display: inline-block;
  color: white;
  text-align: center;
  margin: 14px 14px 0 14px;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 0 14px 0;
}
.nav-media .nav-item:first-child a {
  margin-left: 0;
}.nav-media .nav-item:last-child a {
  margin-right: 0;
}
.nav-media a.active {
  color: #A5C7F2;
  border-bottom: 4px solid #A5C7F2;
}
.nav-media a:hover {
  color: #A5C7F2;
}
.list-media {
	margin-bottom: 1rem;
}
.list-media .list-group-item {
    font-size: 20px;
    background-color: transparent;
    color: #fff;
    padding: 1.5rem 0;
    border: 1px solid rgba(255,255,255,1);
    border-width: 0 0 1px;
}
.list-media .list-group-item:hover {
  color: #A5C7F2;
}
.list-media .media-date {
	font-size: 14px;
	margin-bottom: 1rem;
}
.page-link {
	background-color: transparent;
	border: 0;
	color: #fff;
}
@media (min-width:992px) {
	.list-media .list-group-item {
		display: flex;
		justify-content: start;
		align-items: center;
	}
	.list-media .media-date {
		width: 200px;
		margin-bottom: 0;
	}
}

/* end of Media */
/* Past Events */
.card-past-events {
	background-color: transparent;
	border: 0;
	border-radius: 20px;
	-webkit-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.15);
}
.card-past-events .card-header {
    background-color: #DFFFA1;
    color: #000;
}
.card-past-events .card {
	border-radius: 1rem;
}
.card-past-events .card-body {
	background-color: #10252D;
	padding: 1rem;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.card-past-events .card-img, .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.btn-events,
.btn-events:hover,
.btn-events:focus {
	color: #fff;
	border: 0;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .75rem 0;
	border-radius: 0;
}
.btn-events:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.btn-events img {
	height: 16px;
	width: 16px;
}
@media (min-width: 1200px) {
	.card-past-events .card-body {
		padding: 2rem;
	}
}
/* end of Past Event */
/* Contact */
.contact {
	margin-top: 78px;
}
.list-unstyled a {
	color: #fff;
	/* text-decoration: underline; */
}
.list-unstyled a:hover, .list-unstyled a:focus {
	text-decoration: underline;
}
@media (min-width: 1200px) {
	.newspaper {
		column-count: 3;
		column-gap: 1rem;
	}
}
/* end of Contact */
/* Subscription form */
.form-control {
	border-radius: .75rem;
	/* color: #fff; */
}
.subscription .form-control {
	border-color: #dcff00;
	background-color: #1A1A1A;
	color: #fff;
}
.subscription .input-group>.form-control {
	border-right: 0;
}
.subscription .input-group .btn-dark {
	border-color: #dcff00;
	background-color: #1A1A1A;
	color: #fff;
	border-radius: .75rem;
	border-left: 0;
}
.subscription .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	border-top-right-radius: .75rem;
	border-bottom-right-radius: .75rem;
}
/* end of Subscription form */
/* Footer */
footer {
    font-size: 12px;
    padding-top: 2rem;
    padding-bottom: 1rem;
    background-image: url('https://files-myxp.gevme.com/016ba474-10cb-4925-b5fe-f751818d91d5/686e25ac683ae95434d2560e/media-assets/bgd-footer_20250822063736.jpg');
    background-size: cover;
    background-position: center;
	color: #fff !important;
}
footer .container {
	/* padding-left: 0; */
	/* padding-right: 0; */
}
footer p {
	color: #fff !important;
}
footer .nav-link,
footer a {
	color: #fff !important;
}
footer a:hover, footer a:focus {
	color: #DFFFA1;
}
footer .main-nav {
	flex-direction: column;
	margin-bottom: 1rem;
}
footer .main-nav .nav-link {
	padding: 1rem 0;
	padding-right: 0;
}
footer .social-media {
	margin-bottom: 1rem;
	text-align: center;
	font-size: 1rem;
}
footer .sub-nav .nav-link {
	padding-top: 0;
	padding-bottom: 0;
}
footer .nav-link:hover {
	color: #DFFFA1;
}
footer .copyright {
	color: #fff !important;
	text-align: center;
	margin-bottom: 1rem;
}
footer .sub-nav {
	justify-content: center;
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
footer .sub-nav .nav-item {
	/* width: 50%; */
	/* text-align: center; */
}
footer .sub-nav .nav-item:not(:last-child) .nav-link {
	border-right: 1px solid #fff;
	margin-bottom: .5rem;
}
footer .sub-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10rem; /* Place the button at the bottom of the page */
  right: 1rem; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
   /* Set a background color */
   /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
   /* Some padding */
   /* Rounded corners */
   /* Increase font size */
  background-color: transparent;
  padding: 0;
}
@media (min-width: 992px) {
	footer {
		padding-bottom: 2rem;
		font-size: 1rem;
	}
	footer .container {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	footer .main-nav {
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 3rem;
	}
	footer .social-media {
		text-align: end;
		font-size: 1.25rem;
	}
	footer .copyright {
		text-align: left;
	}
	footer .sub-nav {
		justify-content: end;
		padding-left: 0;
		padding-right: 0;
	}
	.wrapper-btn-top {
		display: block;
	}
	.back-to-top {
		/* display: none; */
	}
}
/* end of Footer */
/* Custom scrollbar */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #A5C7F2 #F5F5F5;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 10px;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #A5C7F2;
    border-radius: 10px;
  }
/* end of custom scrollbar */
/* added for Search */
.hide-section {
    display: none;
}

/* END added for Search */
