/*---------------------------------------------------------------------
    File Name: style.css
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
    import Fonts
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****----------------------------------------
     1) font-family: 'Rajdhani', sans-serif;  
     2) font-family: 'Poppins', sans-serif; 
----------------------------------------*****/


/*---------------------------------------------------------------------
    import Files
---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*---------------------------------------------------------------------
    skeleton
---------------------------------------------------------------------*/

* {
	box-sizing: border-box !important;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #666666;
	font-size: 14px;
	font-family: 'poppins', sans-serif;
	line-height: 1.80857;
	font-weight: normal;
	overflow-x: hidden;
	background-color: #09515D;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	color: #111111;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 0px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

:focus {
	outline: 0;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.full {
	float: left;
	width: 100%;
}

.layout_padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

.layout_padding_2 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.light_silver {
	background: #f9f9f9;
}

.theme_bg {
	background: #38c8a8;
}

.margin_top_30 {
	margin-top: 30px !important;
}

.full {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}


/**-- heading section --**/

.main_heading {
	text-align: center;
	display: flex;
	justify-content: center;
	position: relative;
	margin-bottom: 50px;
}

.main_heading h2 {
	padding: 0;
	font-size: 48px;
	line-height: 60px;
	font-weight: 400;
	position: relative;
	letter-spacing: -0.5px;
	color: #114c7d;
	border-left: solid #38c8a8 10px;
	padding-left: 15px;
	
}

.main_heading h2 strong {
	background: #38c8a8;
	color: #fff;
	font-weight: 600;
	padding: 0 15px;
	line-height: 68px;
}

.white_heading_main h2 {
	color: #fff;
}

.small_main_heading {
	margin-top: 25px;
	float: left;
	width: 100%;
	border-bottom: solid rgba(0, 0, 0, 0.07) 1px;
	margin-bottom: 25px;
}

.small_main_heading h2 {
	padding: 2px 0 20px 0;
	color: #114c7d;
	font-weight: 400;
	font-size: 28px;
	background-image: url('../images/fevicon.png');
	background-repeat: no-repeat;
	padding-left: 55px;
	letter-spacing: -0.5px;
}

.small_main_heading h2 strong {
	color: #38c8a8;
	font-weight: 600;
}

.main_bt {
	background: #000;
	color: #fff;
	padding: 10px 60px 10px 60px;
	float: left;
	font-size: 15px;
	font-weight: 400;
	border: solid #000 5px;
	border-radius: 0;
	margin-right: 30px;
}

a.readmore_bt {
	color: #fff;
	font-weight: 300;
	text-decoration: underline !important;
}

.main_bt:hover,
.main_bt:focus {
	background: #09515D;
	border: solid #09515D 5px;
	color: #fff;
}


/**-- list icon --**/

.ul_list_info_icon ul {
	list-style: none;
}

.ul_list_info_icon ul li {
	display: inline;
	float: left;
	width: 100%;
}

.ul_list_info_icon ul li img {
	width: 75px;
}


/*----------------------------
    preloader area
----------------------------*/

.loader_bg {
	position: fixed;
	z-index: 9999999;
	background: #fff;
	width: 100%;
	height: 100%;
}

.loader {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader img {
	width: 280px;
}


/* Media query for mobile devices */
@media (max-width: 767px) {
	.loader {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		padding-top: 20vh; /* Custom padding to center vertically */
	}

	html, body {
		overflow-x: hidden;
	}
	.loader img {
		width: 180px; /* Adjust the image size for smaller screens */
		margin-top: -10vh; /* Fine-tuning for centering */
	}
}

/*----------------------------
    scroll to top area
----------------------------*/

.scrollup {
	float: right;
	position: absolute;
	color: #fff;
	right: 20px;
	padding: 0px 5px;
	text-transform: uppercase;
	font-weight: 600;
	background: #38c8a8;
	position: fixed;
	bottom: 20px;
	z-index: 99;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 0px;
	opacity: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transition: .2s all ease;
	-moz-transition: .2s all ease;
	-o-transition: .2s all ease;
	-webkit-transition: .2s all ease;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 48px;
	font-size: 16px;
}

.scrollup.b-show_scrollBut {
	opacity: 1;
	visibility: visible;
}

.top_awro {
	background: #ee4a79 none repeat scroll 0 0;
	cursor: pointer;
	padding: 6px 8px;
	position: fixed;
	bottom: 59px;
	right: 20px;
	display: none;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	transition: all 0.5s ease;
}

.sale_pro {
	background: #f25252 !important;
}

.margin_top_50 {
	margin-top: 50px;
}

.margin_bottom_30_all {
	margin-bottom: 30px;
}

.text_align_center {
	text-align: center;
}


/*---------------------------------------------------------------------
    header area
---------------------------------------------------------------------*/

.logo_section {
	text-align: center;
}

.logo {
	float: left;
}

nav.main-menu {
	float: right;
	margin-left: 0;
}

.menu-area-main li:hover a,
.menu-area-main li:focus a {
	color: #333; /* Change text color on hover/focus */
}

.menu-area-main li.active a {
	color: #fff; /* Change text color for active link to white */
	background-color: #087578; /* Add background color for active link */
	height: 40px;
	width: 90px;
	border-radius: 5px;
	display: flex; /* Use flexbox for centering */
	align-items: center; /* Vertically center the text */
	justify-content: center; /* Horizontally center the text */

	padding: 0;
}





/*-- end header middle --*/

.top-bar-info {
	background: #111111;
	padding: 5px 0px;
}

.top-menu-left {
	float: left;
}

.top-menu-left li {
	position: relative;
	display: inline-block;
	margin-right: 11px;
	padding-right: 12px;
}

.top-menu-left li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 9px;
	height: 10px;
	border-right: 1px dotted #999;
}

.top-menu-left li:last-child::before {
	display: none;
}

.top-menu-left li:last-child {
	padding: 0px;
	margin: 0px;
}

.top-menu-left li a {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.top-menu-left li a:hover {
	color: #38c8a8;
}

.right-dropdown-language {
	float: right;
	margin-left: 12px;
}

.dropdown-bar .dropdown-link {
	position: absolute;
	z-index: 1009;
	top: 40px;
	left: 0;
	right: auto;
	min-width: 50px;
	padding: 15px;
	background: #ffffff;
	list-style: none;
	border: 2px solid #38c8a8;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
	-o-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
	transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
	text-align: left;
}

.dropdown-bar:hover .dropdown-link {
	opacity: 1;
	visibility: visible;
	top: 25px;
}

.dropdown-bar.right-dropdown-language>a::after {
	font-family: 'FontAwesome';
	content: "\f107";
	text-decoration: none;
	padding-left: 4px;
	color: #ffffff;
}

.right-dropdown-language>a {
	line-height: 10px;
	padding: 5px 5px;
	cursor: pointer;
}

.dropdown-bar .dropdown-link li a {
	color: #111111;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 0;
}

.dropdown-bar .dropdown-link li a:hover {
	color: #38c8a8;
}

.dropdown-bar .dropdown-link li a img {
	margin-right: 7px;
}

.dropdown-bar .dropdown-link li.active {
	font-weight: bold;
}

.right-dropdown-language .dropdown-link {
	min-width: 100px;
	padding: 7px 10px;
	color: #111111;
}

.dropdown-bar {
	position: relative;
	padding: 0 5px;
	font-size: 13px;
}

.dropdown-bar .dropdown-link.right-sd {
	left: auto;
	right: 0;
}

.right-dropdown-currency {
	float: right;
	margin-left: 12px;
}

.dropdown-bar.right-dropdown-currency>a::after {
	font-family: 'FontAwesome';
	content: "\f107";
	text-decoration: none;
	padding-left: 4px;
	color: #ffffff;
}

.right-dropdown-currency>a {
	line-height: 10px;
	padding: 5px 5px;
	cursor: pointer;
	color: #ffffff;
}

.right-dropdown-currency .dropdown-link {
	min-width: 100px;
	padding: 7px 10px;
	color: #111111;
}

.right-dropdown-currency .dropdown-link {
	min-width: 55px;
	padding: 7px 10px;
}

.right-dropdown-currency .dropdown-link li a span.symbol {
	margin-right: 7px;
}

#login-modal .modal-content {
	border-radius: 0px;
}

#login-modal .modal-content .modal-header {
	background: #38c8a8;
	border-radius: 0;
}

#login-modal .modal-content .modal-body .form-group input {
	background: #ffffff;
	border: 1px solid #c8c8c8;
	border-radius: 0px;
}

#login-modal .modal-content .modal-body .form-group input:focus {
	border: 1px solid #c8c8c8 !important;
}

#login-modal .modal-content form {
	margin-bottom: 10px;
}

.modal-title {
	padding: 0px;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}

.btn-template-outlined {
	background: #111111;
	color: #ffffff;
	border: none;
	border-radius: 0px;
}

.btn-template-outlined i {
	padding-right: 10px;
}

.text-muted {
	padding: 10px 0px;
}

.slogan-line {
	float: right;
	color: #ffffff;
	font-size: 13px;
}

.middle-area {
	padding: 30px 0px;
}


.cart-box {
	float: right;
	margin-left: 10px;
	position: relative;
}

.cart-content-box {
	position: absolute;
	z-index: 1009;
	top: 40px;
	left: auto;
	right: 0;
	min-width: 250px;
	max-width: 250px;
	padding: 15px;
	background: #ffffff;
	list-style: none;
	border: 2px solid #38c8a8;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: left;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cart-box:hover .cart-content-box {
	opacity: 1;
	visibility: visible;
	top: 100%;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.inner-cart {
	background: #38c8a8;
	border-radius: 2px;
	padding: 0px;
	color: #ffffff;
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
}

.cart-box .inner-cart:hover {
	color: #ffffff;
}

.line-cart {
	float: left;
	line-height: 40px;
	margin-right: 9px;
}

.cart-box a {
	display: inline-block;
}

.cart-box a:hover {
	color: #38c8a8;
}

.cart-box a span.icon {
	background: #38c8a8;
	width: 30px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	position: relative;
	border-radius: 2px;
}

.cart-box a .p-up {
	position: absolute;
	right: -8px;
	top: -8px;
	line-height: initial;
	background: #38c8a8;
	padding: 3px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
}

.wish-box {
	float: right;
}

.wish-box a {
	display: inline-block;
}

.wish-box a:hover {
	color: #38c8a8;
}

.wish-box a span.icon {
	background: #38c8a8;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	position: relative;
	border-radius: 2px;
}

.wish-box a span.icon:hover {
	background: #111111;
}

.cart-content-right {
	padding: 5px 0px;
}

.cart-content-box .items {
	text-align: center;
}

.product-media {
	width: 60px;
	float: left;
	position: relative;
}

.cart-content-box .items:hover .product-media::before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.product-media::before {
	position: absolute;
	content: '';
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #38c8a8;
	opacity: 0.4;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.cart-content-box .items .item .remove {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #38c8a8;
	color: #ffffff;
	width: 20px;
	height: 20px;
	line-height: 18px;
	border-radius: 2px;
}

.cart-content-box .items .item {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e7ed;
	position: relative;
}

.cart-content-box .items .item .product-info {
	padding-top: 10px;
	padding-left: 71px;
	text-align: left;
}

.cart-content-box .items .item .remove:hover {
	background: #111111;
}

.subtotal {
	text-align: left;
	text-transform: capitalize;
	color: #38c8a8;
	font-weight: 500;
	margin-bottom: 15px;
}

.subtotal span {
	font-weight: bold;
	color: #111111;
	padding-left: 15px;
	float: right;
}

.actions .btn-process {
	padding: 5px 16px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	border-radius: 2px;
	overflow: hidden;
}

.actions .btn-process:hover {
	color: #ffffff;
}

.line-cart {
	position: relative;
}

.wish-box a span.icon span {
	position: absolute;
	right: -8px;
	top: -8px;
	line-height: initial;
	background: #38c8a8;
	padding: 3px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	font-size: 12px;
}

.main-menu {
	text-align: center;
}

.main-menu ul {
	margin: 0;
	list-style-type: none;
}

.main-menu ul>li {
	display: inline-block;
	position: relative;
}

.main-menu ul>li a {
	padding: 6px 25px 0 25px;	
	line-height: 20px;
	font-size: 17px;
	display: block;
	font-weight: 500;
	color: #000;
}

.main-menu ul li:last-child a {
	padding-right: 0;
}

.sub-down li {
	background: #ffffff;
}

.main-menu ul>li .sub-down li a {
	color: #114c7d;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 12px 5px;
	position: relative;
	border-bottom: solid #eee 1px;
}

.main-menu ul>li .sub-down li a::before {}

.main-menu ul>li .sub-down li a:hover {
	color: #111111;
}

.main-menu ul>li .sub-down li a:hover::before {}

.main-menu ul li:first-child {
	margin-left: 0;
}

.main-menu ul>li>ul {
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 240px;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.main-menu>ul>li:hover>ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
}

.main-menu ul>li>ul>li {
	margin: 0px;
	position: relative;
	display: block;
}

.main-menu ul>li>ul>li:hover>ul {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 10px;
}

.main-menu ul>li>ul>li>a {
	background: none !important;
}

.mean-container .mean-nav {
	margin-top: 0px;
	position: absolute;
	top: 100%;
	
}

.main-menu ul>li {
	position: inherit;
	display: inline-block;
	vertical-align: middle;
}

.main-menu ul>li:nth-child (6) {
	padding-right: 0px;
}

.nav>li {
	position: inherit;
	display: inline-block;
	vertical-align: middle;
}

.megamenu .sub-down {
	max-width: 1140px;
	width: 100%;
	left: 0;
	margin: 0 auto;
	right: 0;
	padding: 15px 0px;
}

.sub-full {}

.simple-down {
	padding: 15px;
}

.megamenu-categories {
	padding: 10px 0px;
}

.sub-full.megamenu-categories li {
	display: block;
}

.megamenu .sub-full.megamenu-categories ol li a {
	padding: 5px 0px;
	font-size: 15px !important;
	font-weight: 500;
}

.sub-full.megamenu-categories ol li .category-title {
	padding: 15px 0px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.sub-full.megamenu-categories ol li .category-box a {
	padding: 5px 0px;
}

.menu-add {
	padding: 30px 15px;
}

.menu-add img {
	width: 100%;
}

.main-w img {
	width: 100%;
}

.women-box {
	position: relative;
}

.women-box::before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.banner-up-text {
	position: absolute;
	bottom: 10px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.text-a {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
}

.text-b {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 30px;
	padding: 20px 0px;
}

.text-c {
	color: #ffffff;
	font-size: 31px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 30px;
	padding-bottom: 20px;
}

.megamenu .sub-full.megamenu-categories .women-box .banner-up-text a {
	background: #111111;
	color: #ffffff !important;
	display: inline-block;
	padding: 10px 16px;
	border-radius: 2px;
	overflow: hidden;
	font-size: 16px;
}

.sticky-wrapper .sticky-wrapper-header {
	z-index: 20 !important;
	background: #ffffff;
}

.is-sticky .sticky-wrapper-header .middle-area {
	padding: 10px 0px
}

.sticky-wrapper:not(.is-sticky) {
	height: auto !important;
}

.hover-btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #111111;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.hover-btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #38c8a8;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display: block !important;
}

.hover-btn:hover::before,
.hover-btn:focus::before,
.hover-btn:active::before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.hover-btn:hover,
.hover-btn:focus,
.hover-btn:active {
	color: white;
	box-shadow: none;
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: none;
}

.img-responsive {
	max-width: 100%;
}

.padding_right_15_inner {
	padding-right: 15px;
}

.padding_left_15_inner {
	padding-left: 15px;
}

.dark_bg {
	background: #114c7d;
}




/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: none;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    color: #333;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}

.header {
	background: #fff;
	padding-top: 55px;
	height: 130px;
}



.center-desk .logo{
margin-top: -25px;
}


.relative {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom: 0;
}

/* Adjust the sidebar height */
.mobile-sidebar {
    height: 90%; /* Reduce height to 90% instead of full screen */
    width: 0; /* Hidden by default */
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-right: 1px solid #e0e0e0;
}
/* Style for the active link in the sidebar */
.mobile-sidebar a.active {
    background-color: #157D86;
 /* Set background to active color */
    color: #fff; /* Ensure the text color is readable on the dark background */
    font-weight: bold; /* Optional: Make the active link bold */
}


/* Close button at the top */
.mobile-sidebar .closebtn {
    position: absolute;
    top: -18px; /* Move further up */
    right: 10px; /* Adjust to the right corner */
    font-size: 36px;
    text-decoration: none;
    color: #09515D; /* Match the sidebar background color */
}


/* Logo at the top of the sidebar */
/* Add background color to the logo section */
.sidebar-logo {
    text-align: center;
    padding: 20px 0;
    background-color: white; /* Same color as the top bar in your design */
}


.sidebar-logo img {
    max-width: 150px;
}

/* Style for the sidebar links */
.mobile-sidebar a {
    padding: 15px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #324054;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.mobile-sidebar a i {
    margin-right: 15px;
    font-size: 20px;
}

/* Hover effect */
.mobile-sidebar a:hover {
    background-color: #157D86;
    color: #fff;
}

/* Hamburger menu for mobile */
.mobile-menu-toggle {
    display: none; /* Hide by default */
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1000;
}

.mobile-menu-toggle span {
    font-size: 30px;
    cursor: pointer;
}

/* Show mobile menu button on small screens */
@media screen and (max-width: 768px) {
	.mobile-menu-toggle {
        display: block;
      
        position: absolute;
        top: 5px;
        left: 40px;
        z-index: 1000;
    }
	.header {
        padding-top: 10px; /* Reduce padding at the top */
        padding-bottom: 10px; /* Reduce padding at the bottom */
        height: auto; /* Let the height adjust based on content */
    }
    /* Hide the normal navbar */
    .menu-area {
        display: none;
    }
}

/* Center the logo on mobile devices */
@media screen and (max-width: 768px) {
  
    .center-desk {
        display: inline-block; /* Ensure it centers properly */
    }

 

    /* Adjust the row layout to stack vertically */
    .row {
        display: block; /* Stack elements vertically */
        position: relative;
    }

    .logo_section {
        position: relative;
        top: 17px;
        left: 200px; /* Move the logo slightly to the right */
        transform: translateX(0); /* Make sure it's not cut off */
    }
	.logo img {
        max-width: 300px; /* Increase the logo size */
        width: 100%; /* Ensure it remains responsive */
        height: auto; /* Maintain aspect ratio */
    }
}


/* Section Styling */
.early-warning-section {
    background: linear-gradient(to bottom, #09515D 60%, #FFFFFF 40%); 
    padding: 50px 20px;
    text-align: center;
}

/* Title Styling */
.early-warning-title {
    font-size: 24px; /* Adjust font size */
    font-weight: bold; /* Make the text bold */
    color: #FFFFFF; /* White text color */
    text-transform: uppercase; /* Make the text uppercase */
    margin-bottom: 30px; /* Space below the title */
    line-height: 1.5; /* Adjust line height for readability */
    padding: 0 20px; /* Add padding to ensure text stays inside the section */
    text-align: center;
}

/* Image Styling */
.image-container {
    position: relative; /* Allows for advanced styling if needed */
    overflow: hidden; /* Ensures the image does not overflow the container */
}

.early-warning-image {
    width: 100%; /* Make the image take up the full width of the container */
    height: auto; /* Maintain aspect ratio */
    display: block; /* Remove extra spacing below the image */
    margin: 0 auto; /* Center the image */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .early-warning-title {
        font-size: 20px; /* Reduce font size for smaller screens */
        padding: 0 10px; /* Adjust padding for smaller devices */
    }
    
    .early-warning-image {
        width: 100%; /* Ensure the image scales properly */
    }
}

@media screen and (max-width: 480px) {
    .early-warning-title {
        font-size: 18px; /* Further reduce font size for extra small screens */
    }
}


/* Introduction and Aim Section */
.intro-aim-section {
    background-color: #FFFFFF; /* White background */
    padding: 50px 20px; /* Add padding for spacing */
    line-height: 1.6; /* Improve readability */
}

.container {
    max-width: 1200px; /* Center align content */
    margin: 0 auto; /* Center the container */
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    color: #09515D; /* Teal color */
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    background: none; /* Remove any background color */
    padding: 0; /* Remove padding around the title */
    border: none; /* Ensure no border */
    display: inline; /* Make sure it's just the text */
}

p {
    font-size: 16px;
    color: #333; /* Dark text color for readability */
    margin-bottom: 20px;
}

.sub-title {
    font-size: 20px;
    font-weight: bold;
    color: #005B72; /* Same dark teal for consistency */
    margin-bottom: 10px;
}

ul {
    list-style-type: decimal; /* Numbered list for objectives */
    margin-left: 20px; /* Indent the list */
}

ul li {
    margin-bottom: 10px; /* Add space between list items */
    font-size: 16px;
    color: #333;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 24px; /* Adjust font size for smaller screens */
    }

    .sub-title {
        font-size: 18px; /* Adjust subtitle size */
    }

    p, ul li {
        font-size: 14px; /* Adjust text size for smaller devices */
    }
}

.section-aim-objectives {
    padding: 40px 20px;
    background-color: #f9f9f9;
}



.aim, .objectives {
    margin-bottom: 20px;
}

.objectives ul {
    list-style-type: disc;
    padding-left: 20px;
}

.objectives ul li {
    margin-bottom: 10px;
}
/* Expected Impact Section */
.impact-section {
    background-color: #FFFFFF;
    padding: 50px 20px;
    text-align: left;
    width: 100%;
}

/* Centered Container */
.impact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Styling */
.impact-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 20px;
}

/* Impact List Styling */
.impact-list {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding-left: 20px;
}

.impact-list li {
    margin-bottom: 10px;
}

/* Image Container */
.impact-image-container {
    text-align: center;
    margin-top: 30px;
}

/* Image Styling */
.impact-image {
    width: 100%;
    max-width: 500px;
    height: auto;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .impact-container {
        text-align: center;
    }

    .impact-list {
        text-align: left;
    }

    .impact-image {
        max-width: 100%;
    }
}

.objectives-location-section {
    padding: 40px 20px;
    background-color: #FFFFFF; /* White background */
    font-family: Arial, sans-serif;
    color: #333333; /* Dark gray text */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.section {
    margin-bottom: 30px;
}



.section-description {
    font-size: 16px;
    line-height: 1.6;
}

.location-list {
    list-style-type: disc;
    padding-left: -50px;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
}

.location-list li {
    margin-bottom: 10px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 20px;
    }

    .section-description,
    .location-list {
        font-size: 14px;
    }
}

/* WHY IT MATTERS Section */
.why-it-matters-section {
    background-color: #FFFFFF; /* White background */
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


.text-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333; /* Dark gray text */
    text-align: justify;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .text-content {
        font-size: 14px;
    }

    .section-title {
        font-size: 24px;
    }
}


/* THE POTENTIAL OF ICT Section */
.ict-potential-section {
    background-color: #FFFFFF; /* White background */
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


.content {
    font-size: 16px;
    line-height: 1.8;
    color: #333; /* Dark gray text */
    text-align: justify;
    margin-bottom: 40px;
}

.image-container {
    text-align: center;
}

.ict-image {
    max-width: 100%;
    height: auto;
  
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 24px;
    }

    .content {
        font-size: 14px;
    }

    .ict-image {
        max-width: 90%; /* Adjust image size for smaller screens */
    }
}





/* Indigenous Knowledge Section */
.indigenous-knowledge-section {
    background-color: #FFFFFF; /* White background */
    padding: 50px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}



.section-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333333; /* Dark gray for better readability */
    margin-bottom: 30px;
}

.image-container {
    text-align: center; /* Center the image */
}

.knowledge-image {
    width: 100%;
    max-width: 1200px; /* Limit maximum width */
    height: auto; /* Maintain aspect ratio */
    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a slight shadow for depth */
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 24px; /* Adjust title size for smaller screens */
    }

    .section-text {
        font-size: 14px; /* Adjust text size for smaller screens */
    }

    .knowledge-image {
        max-width: 100%; /* Allow full-width images on small screens */
    }
}

/* OUR APPROACH Section */
.approach-section {
    background-color: #FFFFFF; /* White background */
    padding: 40px 20px;
    font-family: Arial, sans-serif;
    color: #333; /* Dark gray text */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}


.section-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333; /* Dark gray */
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Gender Insights Section */
.gender-insights-section {
    background-color: #FFFFFF; /* White background */
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; /* Center-align text and content */
}


.section-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333333; /* Dark gray */
    margin-bottom: 30px;
    text-align: left; /* Left-align for readability */
}

.image-wrapper {
    text-align: center;
    margin-top: 20px;
}

.gender-insights-image {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .section-description {
        font-size: 14px;
        text-align: justify; /* Justify text on smaller screens */
    }

    .gender-insights-image {
        max-width: 90%; /* Adjust image size for smaller screens */
    }
}

/* Role, Updates, and Highlights Section */
.role-updates-highlights {
    background-color: #FFFFFF; /* White background */
    padding: 50px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.section-block {
    margin-bottom: 40px; /* Add spacing between sections */
}

.section-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333333; /* Dark gray for readability */
    margin-bottom: 20px;
}

.highlight-image-container {
    text-align: center;
    margin-top: 20px;
}

.highlight-image {
    max-width: 100%;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .container {
        padding: 0 15px; /* Adjust padding for smaller screens */
    }

    .section-title {
        font-size: 20px; /* Slightly smaller font size */
    }

    .section-description {
        font-size: 14px; /* Adjust text size */
    }

    .highlight-image {
        max-width: 100%;
        height: auto; /* Ensure the image scales well */
    }
}
/* Field Research Progress Section */
.field-research-progress {
    background-color: #FFFFFF; /* White background */
    padding: 50px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}


.section-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333333; /* Dark gray for readability */
    margin-bottom: 30px;
}

.images-container {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Space between images */
}

.research-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    margin: 0 auto; /* Center-align the images */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 20px; /* Slightly smaller font size */
    }

    .section-description {
        font-size: 14px; /* Adjust text size */
    }

    .research-image {
        max-width: 100%; /* Allow images to scale to screen width */
    }
}
/* Project Update Section */
.project-update-section {
    background-color: #FFFFFF; /* White background */
    padding: 50px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.section {
    margin-bottom: 30px; /* Space between sections */
}



.section-description {
    font-size: 16px;
    line-height: 1.8;
    color: #333333; /* Dark gray */
    margin-bottom: 20px;
}

.register-link {
    color: #09515D; /* Dark teal for link */
    text-decoration: underline;
    word-wrap: break-word; /* Break long URLs */
    font-size: 16px;
}

.register-link:hover {
    color: #FDAF23; /* Highlight on hover */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 20px; /* Slightly smaller font */
    }

    .section-description {
        font-size: 14px; /* Smaller font size */
    }

    .register-link {
        font-size: 14px; /* Adjust link size for smaller screens */
    }
}

/* Project Information Section */
.project-info {
    background-color: #FFFFFF; /* White background */
    padding: 30px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.info-box {
    border: 2px solid #FDAF23; /* Golden border */
    padding: 20px;
    line-height: 1.8;
    font-size: 16px;
    color: #333333; /* Dark gray text */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Slight shadow for a clean look */
}

.info-box p {
    margin: 10px 0;
}

.info-box strong {
    color: #09515D; /* Dark teal for emphasis */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .info-box {
        font-size: 14px; /* Smaller font size for mobile */
        padding: 15px;
    }
}



/*---------------------------------------------------------------------
    ener page css
---------------------------------------------------------------------*/

.about-bg {
	background-color: #ad2100;
	margin-bottom: 90px;
}

.about-bg .abouttitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	padding: 40px 0;
	font-weight: 500;
	text-align: center;
}

.Currency-bg {
	background-color: #ad2100;
}

.Currency-bg .abouttitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	padding: 40px 0;
	font-weight: 500;
	text-align: center;
}

.Request-bg {
	background-color: #ad2100;
}

.Request-bg .abouttitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	padding: 40px 0;
	font-weight: 500;
	text-align: center;
}

.Team-bg {
	background-color: #ad2100;
}

.Team-bg .abouttitle h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	padding: 40px 0;
	font-weight: 500;
	text-align: center;
}

.video_section {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw; /* Adjust width to cover the viewport width */
	height: 100%;
	object-fit: cover; /* Ensure the video covers the entire area */
}
@media (max-width: 768px) {
    #background-video {
        max-height: 60vh; /* Set the maximum height to 60% of the viewport for mobile devices */
    }

    .video_section {
        height: 60vh; /* Keep the video section height consistent */
    }
}


.video-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.video-content h1 {
	font-size: 3em;
	margin-bottom: 20px;
	color: white;
	position: relative; /* Add position relative */
	display: inline-block; /* Ensure inline-block for correct positioning of the line */
}

.video-content h1::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px; /* Adjust the thickness of the line */
	background-color: white;
	bottom: -5px; /* Adjust the position of the line */
	left: 0;
}

.video-content p {
	font-size: 1.5em;
	margin-bottom: 30px;
	line-height: 1.5;
	font-family: 'Arial', sans-serif; /* Change font family for better readability */
	color: #ccc; /* Adjust text color */
}

/* Rest of your CSS remains unchanged */


.video-content .btn {
	display: inline-block;
	background-color: #09515D;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1.2em;
	transition: background-color 0.3s ease;
}

.video-content .btn:hover {
	background-color: #087578;
}

/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
  .video-content {
    top: 50%; /* Adjust position from top */
    left: 0; /* Align to the left side of the page */
    transform: translate(0, -50%); /* Adjust vertical alignment */
    text-align: left; /* Align text to the left */
    padding: 0 20px; /* Add padding to the sides */
    width: 100%; /* Make the width full for smaller devices */
    box-sizing: border-box; /* Include padding in the width calculation */
  }

  .video-content h1 {
    font-size: 2.5em; /* Decrease font size for smaller devices */
    margin-bottom: 15px; /* Reduce margin bottom for smaller devices */
    text-align: left; /* Align text to the left */
  }

  .video-content p {
    font-size: 1.2em; /* Decrease font size for smaller devices */
    line-height: 1.6; /* Increase line height for better readability */
    text-align: left; /* Align text to the left */
    margin-bottom: 30px; /* Add margin bottom for better spacing */
  }

  .video-content .btn {
    font-size: 1em; /* Decrease font size for smaller devices */
    padding: 10px 20px; /* Adjust padding for smaller devices */
    display: block; /* Change button to block level for full width */
    margin: 0 auto; /* Center align the button */
  }
}



/* Mobile-specific styling for modal */
@media screen and (max-width: 768px) {
    .modal {
        width: 70%; /* Increase width for mobile */
        margin: 0 -50px; /* Add left and right margin */
        padding: 15px; /* Adjust padding to suit mobile devices */
    }
}

			/* Modal */
			.modal {
					display: none; /* Hidden by default */
					position: fixed; /* Stay in place */
					z-index: 9999; /* Sit on top */
					left: 0;
					top: 0;
					width: 100%; /* Full width */
					height: 100%; /* Full height */
					overflow: auto; /* Enable scroll if needed */
					background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
			}

			/* Modal Content */
			.modal-content {
					background-color: #fff;
					margin: 15% auto;
					padding: 20px;
					border: none;
					width: 80%;
					max-width: 600px;
					border-radius: 10px;
					position: relative;
			}

			/* Close Button */
			.close {
					position: absolute;
					top: 10px;
					right: 15px;
					font-size: 28px;
					color: #333;
					cursor: pointer;
			}

			.close:hover,
			.close:focus {
					color: #000;
					text-decoration: none;
			}



/* Bubbles */
.bubbles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.bubble {
	position: absolute;
}

.bubble1 {
	width: 100px;
	height: 100px;
	top: 10%;
	left: 10%;
}

.bubble2 {
	width: 150px;
	height: 150px;
	top: 70%;
	left: 20%;
}

.bubble3 {
	width: 80px;
	height: 80px;
	top: 50%;
	left: 80%;
}

/* Project Section */
.project-container {
    text-align: center;
    padding: 50px 0;
 
    max-width: 1200px; /* Limit section width */
   margin-left: 170px;
}

.project-title {
    color:#fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.project-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Align items to the start */
    gap: 40px;
    width: 100%;
    padding: 0 20px; /* Add consistent padding */
    box-sizing: border-box; /* Ensure padding is included in width calculations */
}

.project-content {
    display: flex;
    align-items: flex-start; /* Align items at the top */
    gap: 20px;
    max-width: 100%; /* Ensure content does not exceed container width */
}

.project-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0; /* Prevent image from resizing */
}

.project-text {
    flex: 1; /* Text takes up remaining space */
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align text at the top */
}

.project-description {
    font-size: 18px;
    color: #FDAF23;
    margin-bottom: 10px;
}

.view-link {
    font-size: 16px;
    color: #fff;
}
.view-link:hover{
color: #000;
}
.divider {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10px 0; /* Consistent spacing around the line */
    width: 1200px; /* Match content width */
   
    margin-left: 150px;
    margin-right: auto; /* Center align the divider */
}

/* General Fix: Prevent Horizontal Scrolling */

/* Responsive Design for Mobile Screens */
@media screen and (max-width: 768px) {
    .project-container {
        margin-left: 0; /* Remove left margin for small screens */
        margin-right: 0; /* Ensure no extra space */
        padding: 20px; /* Add consistent padding */
        max-width:2000px; /* Full width on smaller screens */
        box-sizing: border-box; /* Include padding in width calculation */
    }

    .project-list {
        gap: 20px; /* Reduce gap between projects */
        padding: 0; /* Remove unnecessary padding */
        width: 100%; /* Full width */
    }

    .project-content {
        flex-direction: column; /* Stack image and text vertically */
        align-items: center; /* Center align all content */
        text-align: center; /* Center-align text */
    }

    .project-image {
        width: 100px; /* Consistent image size for mobile */
        height: 100px;
        margin-bottom: 10px; /* Add space below the image */
    }

    .project-text {
        text-align: center; /* Ensure text is centered */
        max-width: 100%; /* Allow full width for text */
    }

    .project-description {
        font-size: 16px; /* Consistent font size for text */
        margin-bottom: 5px; /* Adjust spacing */
    }

    .view-link {
        font-size: 14px; /* Consistent font size for links */
    }

    .divider {
        border: 0; /* Remove default border styles */
        border-top: 1px solid #ccc; /* Light gray line */
        margin: 10px 0; /* Consistent spacing around the line */
        width: 2000px; /* Full width of the page */
    }
}

/* Extra Small Screens (Max Width: 480px) */
@media screen and (max-width: 480px) {
    .project-image {
        width: 80px; /* Further reduce image size */
        height: 80px;
    }

    .project-description {
        font-size: 14px; /* Slightly smaller font for compact display */
    }

    .view-link {
        font-size: 12px; /* Smaller font for links */
    }

    .divider {
        width:360px; /* Ensure line spans the full page width */
    }
}


.our-partners {
	background: none;
}



.container {
	position: relative;
}


.bubbles-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.bubble {
	position: absolute;
	background-color: #0C6980;
	opacity: 0.3;
	border-radius: 50%;
	width: 200px; /* Increase bubble size */
	height: 200px; /* Increase bubble size */
}

.bubble:nth-child(1) {
	width: 120px;
	height: 120px;
	top: 20px;
	left: 20px;
}

.bubble:nth-child(2) {
	width: 150px;
	height: 150px;
	top: 30%;
	right: -70px;
}

.bubble:nth-child(3) {
	width: 100px;
	height: 100px;
	bottom: 20px;
	left: 70%;
}

.bubble:nth-child(4) {
	width: 130px;
	height: 130px;
	top: 10%;
	left: 25%;
}

.bubble:nth-child(5) {
	width: 110px;
	height: 110px;
	top: 40%;
	left: 80%;
}

.bubble:nth-child(6) {
	width: 180px;
	height: 180px;
	top: 80%;
	right: 20%;
}

.bubble:nth-child(7) {
	width: 160px;
	height: 160px;
	top: 40%;
	right: 40%;
}

.bubble:nth-child(8) {
	width: 120px;
	height: 120px;
	top: 70%;
	left: 50%;
}

.bubble:nth-child(9) {
	width: 170px;
	height: 170px;
	bottom: 20px;
	left: 30%;
}

.bubble:nth-child(10) {
	width: 140px;
	height: 140px;
	bottom: 40%;
	right: 30%;
}


/* For mobile devices */
@media (max-width: 768px) {
    .partner-logos .partner-logo img{
        width: 100%; /* Increase width for better visibility */
        margin: 10px; /* Increase margin to give them space */
        height: auto; /* Keep the aspect ratio */
		
    }
	.partner-logo img{
		width: 100%; /* Increase width for better visibility */
        margin: 10px; /* Increase margin to give them space */
        height: auto; /* Keep the aspect ratio */
	}
}


/* Media Queries for Mobile Devices */
@media screen and (max-width: 768px) {
	.expertise {
			width: 100%;
	}
}

/* Add more styles for additional bubbles */

.expertise-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto; /* Align in the middle */
	max-width: 1200px; /* Adjust as needed */
}

.expertise1 {
	text-align: center;
	margin: 20px;
	flex: 0 1 calc(33.33% - 40px); /* Three items per row with margin */
	max-width: calc(33.33% - 40px); /* Three items per row with margin */
}

.expertise1 img {
	width: 100%;
	max-height: 200px; /* Adjust as needed */
	border-radius: 5px;
}

.expertise1 h3 {
	font-size: 1.5em;
	margin-top: 10px;
}
.expertise-list .expertise1 p {
    text-align: left; /* Align the paragraph text to the left */
  
    margin-top: 5px; /* Optional: Adjust spacing between the h3 and the paragraph */
	margin-left: 2px;
}

@media screen and (max-width: 768px) {
	.expertise1 {
			flex-basis: calc(50% - 40px); /* Two items per row with margin */
			max-width: calc(50% - 40px); /* Two items per row with margin */
	}
}

@media screen and (max-width: 480px) {
	.expertise1 {
			flex-basis: calc(100% - 40px); /* One item per row with margin */
			max-width: calc(100% - 40px); /* One item per row with margin */
	}
}


.partner-wrapper {
    background-color: #fff; /* White background for partner logos */
    padding: 20px 0; /* Add padding to the partner logos wrapper */
    border-radius: 20px;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-logo {
    width: calc(100% / 6); /* Adjust to fit 6 logos per row */
    max-width: calc(100% / 6);
    margin: 20px; /* Adjust margin as needed */
    text-align: center;
    background: none; /* Ensure no background */
}

.partner-logo img {
    width: 500px; /* Adjust the width to be slightly zoomed */
    height: 100px; /* Adjust the height to match the new width */
    object-fit: contain; /* Maintain aspect ratio */
 

}



.newsletter-popup {
  display: none; /* Initial display set to none */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #ffffff;
  color: #333;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  max-width: 400px;
  width: 100%;
}

.popup-header {
  background-color: #088F8F;
  color: #fff;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}

form input[type="email"] {
  width: calc(100% - 24px);
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.newsletter-popup .popup-content #newsletter-form button{
  background: #088F8F;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
  width: 100%;
}

form button:hover {
  background: #065c5c;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}



/* Scenic Section */
.scenic-section {
    background-color: #FFFFFF;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image Container */
.scenic-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Image Styling */
.scenic-image {
    width: 100%;
    height: auto;
    max-width: 1150px;
   
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .scenic-container {
        padding: 0 15px;
    }

    .scenic-image {
        max-width: 100%;
    }
}

/* Importance Section */
.importance-section {
    background-color: #0C6980;
    color: #FFFFFF;
    padding: 50px 20px;
    text-align: left;
    width: 100%;
}

/* Centered Container */
.importance-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Styling */
.importance-title {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 20px;
}

/* Text Styling */
.importance-text {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    color: #FFFFFF;
    margin-bottom: 15px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .importance-container {
        text-align: center;
    }

    .importance-text {
        text-align: left;
    }
}


/* Artwork Highlights Section */
.artwork-section {
    background-color: #FFFFFF;
    padding: 50px 20px;
    text-align: left;
    width: 100%;
}

/* Container */
.artwork-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Styling */
.artwork-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 20px;
}

/* Subtitle Styling */
.artwork-subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

/* Text Styling */
.artwork-text {
    font-size: 14px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 15px;
}

/* Artwork List */
.artwork-list {
    padding-left: 20px;
}

.artwork-list li {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 8px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .artwork-container {
        text-align: center;
    }

    .artwork-text {
        text-align: left;
    }

    .artwork-list {
        text-align: left;
        padding-left: 15px;
    }
}


/* Roles Section */
.roles-section {
    background-color: #FFFFFF;
    padding: 50px 20px;
    text-align: left;
    width: 100%;
}

/* Container */
.roles-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Image Styling */
.roles-image-container {
    text-align: center;
    margin-bottom: 20px;
}

.roles-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
   
}

/* Title Styling */
.roles-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 20px;
}

/* Text Styling */
.roles-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 15px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .roles-container {
        text-align: center;
    }

    .roles-text {
        text-align: left;
    }

    .roles-image {
        max-width: 100%;
    }
}


/* Storytelling Section */
.storytelling-section {
    background-color: #FFFFFF;
    padding: 50px 20px;
    text-align: left;
    width: 100%;
}

.storytelling-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.storytelling-images {
    text-align: center;
    margin-bottom: 20px;
}

.storytelling-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    border-radius: 10px;
}

.storytelling-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 20px;
}

.storytelling-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
}

/* Project Update Section */
.project-update-section {
    background-color: #FFFFFF;
    padding: 50px 20px;
    text-align: left;
    width: 100%;
}

.project-update-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.project-update-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 20px;
}

.project-update-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
}

.project-update-link {
    color: #005B72;
    font-weight: bold;
    text-decoration: none;
}

.project-update-link:hover {
    text-decoration: underline;
}

/* Team Section */
.team-section {
    background-color: #FFFFFF;
    padding: 50px 20px;
    text-align: center;
    width: 100%;
}

.team-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-image-container {
    text-align: center;
    margin-bottom: 20px;
}

.team-image {
    width: 100%;
    max-width: 1200px;
    height: auto;

}

/* Partners Section */
.partners-section {
    background-color: #FFFFFF;
    padding: 50px 20px;
    text-align: center;
    width: 100%;
}

.partners-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.partners-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.partner-logo {
    width: 120px;
    max-width: 100%;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .storytelling-container,
    .project-update-container,
    .team-container,
    .partners-container {
        text-align: center;
    }

    .storytelling-text,
    .project-update-text {
        text-align: left;
    }

    .storytelling-image,
    .team-image {
        max-width: 100%;
    }

    .partners-logos {
        flex-direction: column;
        gap: 20px;
    }

    .partner-logo {
        width: 120px;
    }
}

/* Impact Awareness Section */
.impact-awareness-section {
    background-color: #FFFFFF;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.impact-awareness-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Impact & Why It Matters Styling */
.impact-box {
    margin-bottom: 40px;
}

.impact-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 15px;
}

.impact-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* Our Approach Section */
.approach-box {
    background-color: #F2F9FB; /* Light blue background */
    padding: 30px;
    border-radius: 10px;
}

.approach-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 15px;
}

.approach-intro {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.approach-list {
    list-style-type: disc;
    padding-left: 20px;
}

.approach-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .impact-awareness-container {
        padding: 0 15px;
    }

    .impact-title, .approach-title {
        font-size: 22px;
        text-align: center;
    }

    .impact-text, .approach-list {
        text-align: left;
    }

    .approach-box {
        padding: 20px;
    }
}
/* Consulting Roles Section */
.consulting-roles-section {
    background-color: #FFFFFF;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
    width: 100%;
}

.consulting-roles-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Role Box */
.role-box {
    margin-bottom: 40px;
}

.role-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 15px;
}

.role-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* Project Updates Box */
.updates-box {
    background-color: #F2F9FB;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
}

/* Title Styles */
.updates-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 15px;
}

.updates-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

.updates-list {
    list-style-type: disc;
    padding-left: 20px;
}

.updates-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

/* Links */
.updates-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.updates-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .consulting-roles-container {
        padding: 0 15px;
        max-width: 800px;
        width: 100%;
    }

    .role-title, .updates-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 10px;
    }

    .role-text, .updates-text, .updates-list {
        text-align: left;
        font-size: 15px;
        line-height: 1.6;
    }

    .updates-box {
        padding: 20px;
        margin: 0 auto;
        text-align: center;
        width: 100%; /* Increase width */
        max-width: 800px; /* Ensure it does not get too small */
    }

    .updates-list {
        text-align: left;
        padding-left: 15px;
    }
}

/* Project Gallery Section */
.project-gallery-section {
    padding: 50px 20px;
    background-color: #FFFFFF;
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    justify-content: center;
}

.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

/* Partner Logos Section */
.partners-logos-section {
    margin-top: 50px;
    padding: 30px 0;
    background-color: #F9F9F9;
    text-align: center;
}

.logos-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.partner-logo {
    width: 150px;
    height: auto;
    max-width: 100%;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .partner-logo {
        width: 120px; /* Adjust logo size for mobile */
    }
}


/* Importance Section */
.importance-section {
    background-color: #ffffff;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.importance-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Blocks */
.importance-block {
    margin-bottom: 40px;
}

.importance-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 15px;
}

.importance-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* List Styling */
.importance-list {
    list-style-type: disc;
    padding-left: 20px;
}

.importance-list li {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .importance-container {
        padding: 0 15px;
    }

    .importance-title {
        font-size: 22px;
        text-align: center;
    }

    .importance-text,
    .importance-list {
        text-align: left;
    }
}

/* Project Roles Section */
.project-roles-section {
    background-color: #ffffff;
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.project-roles-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual Blocks */
.project-role, .project-updates {
    margin-bottom: 40px;
}

/* Titles */
.project-role-title, .project-updates-title {
    font-size: 26px;
    font-weight: bold;
    color: #005B72;
    margin-bottom: 15px;
}

.project-role-text, .project-updates-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: justify;
}

/* Contact Information */
.project-more-info {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    color: #005B72;
}

.project-contact, .project-logos-text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.project-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.project-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .project-roles-container {
        padding: 0 15px;
    }

    .project-role-title, .project-updates-title {
        font-size: 22px;
        text-align: center;
    }

    .project-role-text, .project-updates-text, .project-contact, .project-logos-text {
        text-align: left;
    }
}
/* Full-Width Image Container */
.full-width-image {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Align vertically if needed */
    width: 100%;
    overflow: hidden;
    padding: 20px 0; /* Add some spacing */
}

/* Responsive Image Styling */
.responsive-image {
    width: 70%; /* Reduce width */
    max-width: 900px; /* Set a smaller max width */
    height: auto;
    display: block;
}


@media (max-width: 768px) {
    .responsive-image {
        max-width: 100%;
    }
}

.aims-objectives {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #09515D;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

ol {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    .section-title {
        font-size: 22px;
    }

    p, ol {
        font-size: 14px;
    }
}

.why-it-matters {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #09515D;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    .section-title {
        font-size: 22px;
    }

    p {
        font-size: 14px;
    }
}

.event-highlight, .key-outcomes {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #09515D;
    margin-bottom: 15px;
}

p, ul {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

ul {
    padding-left: 20px;
}

@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    .section-title {
        font-size: 22px;
    }

    p, ul {
        font-size: 14px;
    }
}

.event-gallery {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 1200px;
    width: 100%;
}

.responsive-image {
    width: 100%;
    height: auto;
    display: block;
}

.whats-new {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #004d40;
    margin-bottom: 15px;
}

p, a {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .container {
        padding: 15px;
    }

    .section-title {
        font-size: 22px;
    }

    p, a {
        font-size: 14px;
    }
}

.forum-approach {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.approach-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.approach-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.approach-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.approach-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.responsive-cover {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.download-abstract {
    background-color: #09515D;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 50%;
}

@media (max-width: 768px) {
    .approach-layout {
        grid-template-columns: 1fr;
    }

    .approach-container {
        padding: 15px;
    }

    .approach-title {
        font-size: 22px;
    }
}

.forum-role {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.role-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.role-title {
    font-size: 24px;
    font-weight: bold;
    color: #09515D;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.role-link {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.role-link:hover {
    text-decoration: underline;
}

.role-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.role-image {
    width: 700px;
    height: 600px;
    display: block;
}

@media (max-width: 768px) {
    .role-container {
        padding: 15px;
    }

    .role-title {
        font-size: 22px;
    }

    p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .role-images {
        grid-template-columns: 1fr;
    }

    .role-image {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }
}