/*!
 * My Custom CSS
 * 
 * 
 */

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	background: #f9f9f9;
	color: #333;
	font-weight: 400;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus, a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1, h1, h3, h4, h5 {
	font-weight: 600;
}
/*------------------------------------
3. Navigation
------------------------------------*/
/*** Topbar ***/
.topbar {
  color: #ffffff;
  padding: 8px;
  position: relative;
  z-index: 991;
  color: #ffffff;
}
.topbar{ background: #055C9D;}
.top-slogan{
	font-size: 18px;
	color: #ffffff;
}
.top-socials{
	font-size: 22px;
	color: #ffffff;
}
.top-socials i{
	color: #ffffff;
	margin-right: 4px;
}
.top-buttons{position: relative; display: inline-block;}

.top-buttons .dropdown-menu {
	min-width: 50px;
}
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
	0%, 100% {
    transform: scale(1);
	opacity: 1;
}
	50% {
    transform: scale(1.1);
    opacity: 1;
}
}
.alert-signal {
animation: alert-signal 2s infinite;
}
.alert-signal:hover {
  animation: none;
}

/* Whatsapp Icon Plusing */

.floating_btn {
  position: fixed;
  bottom: 20px;
  left: 0px;
  width: 100px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 11px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.feedback_icon {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  box-shadow: 0 0 0 0 #42db87;
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
}



.feedback_icon_text {
  position:	absolute;
  right: -75px;
  width: 100px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight:normal;
  padding: 1px 3px 3px 1px;
  background: #42db87;
  border-radius: 5px;
}






@-webkit-keyframes alert-signal {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,255,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes alert-signal {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
.footer-socials{
	font-size: 22px;
	color: #000;
}
.footer-socials i{
	font-size: 26px;
	color: #000;
	margin-right: 5px;
}
.top-phone{
	margin-top: 5px;
	font-size: 18px;
	color: #ffffff;
}
/*** Main Navigation ***/
.navbar {
  /*background-image: url('../images/menu-shadow.png');*/
  background-repeat: no-repeat;
  background-position: center 450px;
  background-color: #fff;
  border-bottom: 0px solid #999;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 990;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.navbar .container {
  position: relative;
}
.navbar .navbar-brand {
  height: 80px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.navbar-brand {padding: 3px 15px;}
.navbar .navbar-brand img {
  display: inline;
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .visible-xs {
    display: inline !important;
  }
}
.navbar .navbar-search {
  margin-right: -30px;
}
.navbar .navbar-search-toggle {
  font-size: 13px;
  line-height: 20px;
  padding: 30px 0;
  width: 50px;
  text-align: center;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.navbar .navbar-searchform {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
  width: 320px;
}
.navbar .navbar-searchform [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 8px 20px;
}
.navbar .navbar-nav li a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #262626;
}
.navbar .navbar-nav > li > a {
  padding: 32px 10px;
}
.navbar .navbar-nav > li:hover > a {
  color: #333;
}
.navbar .navbar-nav .dropdown-menu {
  display: block;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: none;
  /*padding: 0px;*/
  left: 0;
  right: auto;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar .navbar-nav .dropdown-menu li a {
  line-height: 20px;
  padding: 6px 20px;
}
.navbar .navbar-nav .dropdown-menu li a:hover {
  color: #ffffff;
}
.navbar .navbar-nav .dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  margin-left: 4px;
}
.navbar .navbar-nav .dropdown:hover .dropdown-menu {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-right > li:last-child .dropdown-menu, .navbar .navbar-right > li:nth-last-child(2) .dropdown-menu {
  right: 0;
  left: auto;
}
.navbar.fix-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar.fix-nav .navbar-nav > li > a {
  color: #ffffff;
}
.navbar.fix-nav.style-2 {
  background-color: rgba(255, 255, 255, 0.9);
}
.navbar.fix-nav.style-3 {
  background-color: transparent;
}
.navbar.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 1);
}
.navbar.affix .navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
  height: 65px;
}

.navbar.affix .navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.affix .navbar-search-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar.affix.style-3 {
  background-color: #262626;
}
/*** Responsive Color ***/
.navbar .navbar-toggle {
  background: #055C9D;
}
.navbar .navbar-toggle.collapsed .icon-bar {
  background-color: #ffffff;
}

.navbar.fix-nav.style-2 .navbar-toggle .icon-bar {
  background: #055C9D;
}
.navbar.fix-nav.style-2 .navbar-nav > li:hover > a {
  color: #ff6800;
}
.navbar .navbar-nav .dropdown-menu li a:hover{
  background: #055C9D;
}
.navbar-toggle .icon-bar{background-color: #ffffff;}
.navbar.affix.style-2{background-color: rgba(255, 255, 255, 1);}

.featured-videos .thumbnail h4{font-size: 16px; font-weight: bold;}

/*------------------------------------
Infobox
------------------------------------*/
.info-section {
  position: relative;
}
.info-section.info-float-top-half {
  margin-top: 30px;
  position: relative;
}
.info-boxes {
  position: relative;
  margin-top: 20px;
}
.info-box {
  min-width: 100%;
  min-height: 250px;
  margin-bottom: 30px;
  border: 0px solid #00BCD4;
  border-radius: 3px;
  background: #c4e2ef;
  cursor: pointer;
  color: #ffffff;
}
.featured-img-1 {
background: url("../images/hospitals/al-shifa-trust-eye-hospital.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-2 {
background: url("../images/hospitals/children-eye-hospital.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-3 {
background: url("../images/hospitals/sukkur.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-4 {
background: url("../images/hospitals/kohat.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-5 {
background: url("../images/hospitals/muzaffarabad.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}
.featured-img-6 {
background: url("../images/hospitals/chakwal-eye-hospital.jpg");
background-color: #ccc;
background-size: cover;
background-repeat: no-repeat;
background-attachment: local;
background-position: center;
}






.info-box .infobox-icon {
    position: relative;
    margin-top: 154px;
    text-align: center;
}
.info-box .infobox-icon h3{
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 2px 3px 1px #000;	
}

hr{border-top: 1px solid #ddd;}
.mission{color: #ccc;}


.header-buttons-con{
border:5px solid rgba(0,0,0,0.1);
}
.header-buttons{
font-size:14px;
font-weight: 600;
background: #39a77a;
border:3px solid rgba(250,250,250,0.5);
}

.search .btn-default{background-color: #024166; border: 1px solid #024166;}
.frm .form-control{color:#fff; background: #024166; border: 0;}


.lg-btn{
width: 90%;
font-size:22px;
font-weight: 600;
background: #39a77a;
border:3px solid rgba(0,0,0,0.2);
border-radius: 0;
}

.content-bg{background-color: rgba(16,30,122,0.1); padding: 15px; border-radius: 5px;}
.conbg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,78c6e8+100&0+82,1+100 */
background: -moz-linear-gradient(top, rgba(229,229,229,0) 0%, rgba(140,204,231,0) 82%, rgba(120,198,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,229,229,0) 0%,rgba(140,204,231,0) 82%,rgba(120,198,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,229,229,0) 0%,rgba(140,204,231,0) 82%,rgba(120,198,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#78c6e8',GradientType=0 ); /* IE6-9 */

}

.conbg .thumbnail{background-color: rgb(255,255,255, 0); border: 0;}

.con-btn{
width: 90%;
font-size:22px;
font-weight: 600;
background: #00548a;
border:5px solid rgba(0,0,0,0.2);
border-radius: 0;
}
.btn-bg{
	margin-top: 110px;
	background: #020e1c;
	padding: 10px 10px 1px 10px;
	text-align: center;
}



.h1color{
	color:#024166;
	word-wrap: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -o-hyphens: auto;
     hyphens: auto;}


.navbar-inverse .navbar-nav > li > a{
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover{
	background: #024166;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	
	background: #024166;
	color: #fff;
}

#menu_shadow{

position: absolute;
left: 17%;
right: 15%;
margin: 0 auto;
z-index: 499;

}

.pheading{
	position: relative;
	display: block;
	width: max-content;
	min-width: max-content;
	font-weight: normal;
	font-size: 24px;
	color: #0b8d46;
	background: #fff;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 2px solid #0b8d46;
		
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;

-moz-box-shadow: 0px 0px 6px #895025;
-webkit-box-shadow: 0px 0px 6px #895025;
box-shadow: 0px 0px 2px #895025;

}
@media screen and (min-width: 601px) {
  .pheading {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .pheading {
    font-size: 20px;
  }
}
.faculty h4{
	font-weight: bold;
	margin-bottom: 3px;
}
.contiles{
	width: 100%;
	height: auto;
	padding: 2px;
	background: rgba(39,92,142, 1);
	color: #fff;
	font-size: 40px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
}

.stories-parallax{
	height: 360px;
	background-image: url('../images/stories-parallax.jpg');
	background-color: #D7CC75;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: right;
}

.stories-parallax h1{background: rgba(255,255,255,0.3); color: #000; padding: 50px; font-size: 32px; font-weight: bold;}
.facilities-parallax{
	height: 360px;
	background-image: url('../images/refractive-surgery.jpg');
	background-color: #fff;
	background-size: 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
}
.facilities-parallax h1{
	background: rgba(255,255,255,0.3);
	color: #000;
	padding: 50px; font-size: 32px;
	font-weight: bold;
}
.strength-parallax{
	min-height: 500px;
	background-image: url('../images/doctor-in-ot.jpg');
	background-color: #D7CC75;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	box-shadow: 0px 0px 100px #132235 inset;
}
.strength-parallax h1{
	color: #fff;
}
.info-parallax{
	min-height: 500px;
	background-image: url('../images/hospitals/al-shifa-trust-eye-hospital.jpg');
	background-color: #D7CC75;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	box-shadow: 0px 0px 100px #132235 inset;
}
.info-parallax h1{color: #fff; font-size: 32px; font-weight: bold;}
.info-parallax .panel {min-width: 100%;}
.info-parallax .panel-heading i{font-size: 40px;}
.info-parallax .list-group .list-group-item b{font-size: 16px;}

.qoute_block{background: #00bcd4; padding: 10px; color: #fff;}

.ourimapct{background: #fff; padding: 25px; color: #000;}
.ourimapct h1{font-size: 32px; font-weight: bold;}
.ourimapct .green h3{font-size: 32px; font-weight: bold; color: green; padding: 2px; margin: 2px;}
.ourimapct .red h3{font-size: 32px; font-weight: bold; color: red; padding: 2px; margin: 2px;}
.ourimapct .blue h3{font-size: 32px; font-weight: bold; color: blue; padding: 2px; margin: 2px;}
.ourimapct h4{font-weight: bold; padding: 2px; margin: 2px;}

.tiles_services{background: #0c75fa; min-height:180px;}
.tiles_services h1{font-size: 40px; font-weight: bold;}
.tiles_services_lightblue{min-height:180px; background-image: linear-gradient(90deg, #64a749, #149ab3); color: #ffffff;}
.tiles_services_blue{min-height:180px; background-image: linear-gradient(90deg, #64a749, #149ab3); color: #ffffff;}
.tiles_services h3{font-weight: bold; padding: 2px; margin: 2px;}
.tiles_services_icon{font-size: 50px; margin-bottom: -10px; padding: 15px;}

.ts_light{background: #eee!important;}
.tiles_state{position: relative; background: #ddd; color: #000; padding: 10px;}
.tiles_state h2{font-size: 50px; font-weight: bold; color: #ef9a00;}
.tiles_state h3{font-weight: bold; padding: 20px; margin: 2px;}


.tiles_dept{position: relative; color: #000; padding: 10px; cursor: pointer;}
.tiles_dept_light{background: #fff;}
.tiles_dept h3{font-size: 18px; font-weight: bold; padding: 20px; margin: 2px;}
.tiles_dept_icon{font-size: 50px; color: #0aaf55; margin-bottom: -10px; padding: 15px;}
.tiles_dept_icon:hover{color: #fff;}

.hstyles{padding: 20px 0px 20px 0px;}
.hstyles h1{font-size: 32px; font-weight: bold;}
.hstyles1{width: 120px; border-bottom: 2px solid #666; margin: 0 auto; margin-top: 10px;}
.hstyles2{width: 80px; border-top: 8px solid #0B8D46; margin: 0 auto; margin-bottom: -5px;}
.carousel-inner .item img{width: 100%;}
.carousel-indicators {bottom: 5px;}
.carousel-indicators li{width: 30px; height: 5px; background-color: rgba(255,255,255,0.9); border-radius: 0px; border: 0px; }
.carousel-indicators .active{width: 30px; height: 5px; background-color: #00bcd4; border-radius: 0px; border: 0px; margin: 1px;}

.news-section .media{margin-bottom: 50px;}
/*.news-section .media .media-heading{color: #0b8d46;}*/
.news-section .media .media-object{max-width: 250px; aspect-ratio: 16 / 9;}



/* Panels */
.panel-group .panel {
	margin-bottom: 10px;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:4px;
	color:#555;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	word-spacing:3px;
	text-decoration:none;
}
.panel-heading a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067"; /* Plus icon */
  float: right;
  transition: all 0.3s;
}

.panel-heading.active a:before {
  content: "\f068"; /* Minus icon */
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.container .jumbotron {
    padding: 30px;
}
.jumbotron p{
	font-size: 18px;
}
/* Product Cards Design */

/* Search bar */
.openBtn {
  background: #f1f1f1;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
}

.openBtn:hover {
  background: #bbb;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 50%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 38%;
  right: 25%;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/* client logo slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.modal-dialog {
  max-width: 900px;
  margin: 30px auto;
  vertical-align: middle;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.ftrbar{
	width: 100%;
	min-height: 150px;
	background: url('../images/footer-bar.png') center repeat;
	overflow: hidden;
}
.footer_bg{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#001e38+37,001e38+40,356aa0+100 */
/*background: #055C9D;*/
color: #222;
-webkit-box-shadow: inset 0px 18px 9px -10px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 18px 9px -10px rgba(0,0,0,0.5);
box-shadow: inset 0px 18px 9px -8px rgba(0,0,0,0.1);
padding: 20px 0 0 0;
margin-top: 100px;
}
.footer_bg hr{border: 3px solid rgba(43,121,194,0.6); margin: 0px 0px 20px 0px;}
.bg_black{background: #183140; padding-top: 10px; color: #ffffff;}
.ftr-nav a{color: #222; text-decoration: none; font-size: 16px;}
.ftr-nav a:hover{color: #000;}
.ftr-nav ul{padding: 0; list-style-type:none;}
.ftr-nav ul li{padding: 10px 0px 0px 0px; list-style-type:none;}

.footer_bg h4{
	padding: 1px;
	margin: 1px;
	font-size: 16px;
	font-weight: bold;

}
.footer_bg h3{
	font-size: 22px;
	font-weight: bold;

}

.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

.zoom:hover {
	cursor: pointer;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.panelzoom {
    transition: transform .2s; /* Animation */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

.panelzoom:hover {
	cursor: pointer;
    /*transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.formbox-shadow{
	width: 100%;
	min-height: 50px;
	background: url('../images/menu-shadow.png') no-repeat center;
}

.breadcrumb{
	padding: 15px 25px;
	margin-bottom: 0px;
	list-style: none;
	background-color: #eee;
	border-radius: 0px;
	
}
.zoomimg .thumbnail {padding: 0px;overflow: hidden;}
.zoomimg .thumbnail img{-webkit-transition: 0.3s ease; transition: 0.3s ease;}
.zoomimg .thumbnail img:hover{  -webkit-transform: scale(1.1); transform: scale(1.1);}

.btncircle{width: 80%; background-color: rgba(11,141,70,0.3); border-radius: 10px; padding: 30px; color: #fff;}
.circlezoom {
    transition: transform .1s; /* Animation */
    margin: 0 auto;
}

.circlezoom:hover {
	background-color: rgba(11,141,70,0.7);
	cursor: pointer;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


/* Carousel effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 1;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: #74c390;
}
.item:nth-child(2) {
  background: #51bce8;
}
.item:nth-child(3) {
  background: #e46653;
}


/* Ripple magic */
.btneffect{
  position: relative;
  overflow: hidden;
}

.btneffect:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(250, 250, 250, .3);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

@keyframes btnripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  20% {
    transform: scale(25, 25);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.btneffect:focus:not(:active)::after {
  animation: btnripple 1s ease-out;
}
#return-to-top {
    position: fixed;
    bottom: 130px;
    right: 15px;
	z-index: 1;
    background: rgb(0, 0, 0);
    background: rgba(11,141,70,.8);
    width: 25px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top span {
    color: #fff;
    margin: 0;
    position: relative;
    left: 6px;
    top: 18px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover span {
    color: #fff;
    top: 5px;
}
.ripple_effect_donate_btn {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.ripple_effect_donate_btn a{
	font-size:14px;
	color: #fff;
	font-weight: bold;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

/**
 * -----------------------------------------
 * DONATE NOW
 */
.cta-stickyblob .cta-stickyblob_wrapper {
  right: 0;
  bottom: 0;
  z-index: 500;
  color: white;
  display: flex;
  position: fixed;
  cursor: pointer;
  width: 17rem;
  height: 8rem;
  background: #ff5722;
  /*background: linear-gradient(-45deg,#f403d1,#64b5f6);*/
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 10rem 10rem 0 10rem;
  border: 2px solid #ef9a00;
  opacity: 0.95;
        -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cta-stickyblob .cta-stickyblob_wrapper:hover{
  width: 17rem;
  height: 10rem;
  opacity: 1;
  
      -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_open_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_collapsed,
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded {
  display: flex;
  max-width: 600px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_collapsed span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_collapsed span:nth-child(2) {
  font-size: 2rem;
  font-weight: 900;
  -webkit-animation: text-flash linear 4s infinite;
  animation: text-flash linear 4s infinite;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded {
  display: none;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper {
  top: 1rem;
  right: 1rem;
  position: absolute;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper > div {
  width: 80px;
  height: 60px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper > div .line {
  height: 8px;
  width: 50px;
  background: #fff;
  margin: 3px auto;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper > div:hover, .cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper > div:focus {
  outline: none;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:hover .line:nth-child(1), .cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:focus .line:nth-child(1) {
  transform: rotate(45deg) translate(12px, 12px);
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:hover .line:nth-child(2), .cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:focus .line:nth-child(2) {
  visibility: hidden;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:hover .line:nth-child(3), .cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded .cta-stickyblob_close_wrapper .cta-stickyblob_close_hamburger:focus .line:nth-child(3) {
  transform: rotate(-45deg) translate(9px, -9px);
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded h2 {
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded p {
  text-align: center;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form {
  width: 100%;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset {
  border: none;
  display: block;
  border-bottom: 2rem;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset label {
  display: block;
  margin-bottom: 0.3rem;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset input {
  
  width: 100%;
  display: block;
  border-radius: 0.5rem;
  padding: 1.1rem 1.2rem;
  font-size: 2rem;
  color: #000;
  outline: none;
  box-sizing: border-box;
  border: 4px solid #cc451b;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset input[type=submit] {
  color: white;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 2px;
  word-spacing: 5px;
  background: #cc451b;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form fieldset input[type=submit]:hover {
  background: #9f3615;
}
.cta-stickyblob .cta-stickyblob_wrapper .cta-stickyblob_expanded form small {
  margin: 1rem auto 0 auto;
  max-width: 90%;
  display: block;
  font-size: 0.6rem;
  line-height: 0.8rem;
  text-align: center;
}

input[type=checkbox]#stickyblob:checked + .cta-stickyblob_wrapper {
  animation: blob-expand 1s forwards 1;
  -webkit-animation: blob-expand 1s forwards 1;
}
input[type=checkbox]#stickyblob:checked + .cta-stickyblob_wrapper .cta-stickyblob_open_wrapper {
  display: none;
}
input[type=checkbox]#stickyblob:checked + .cta-stickyblob_wrapper .cta-stickyblob_collapsed {
  display: none;
}
input[type=checkbox]#stickyblob:checked + .cta-stickyblob_wrapper .cta-stickyblob_expanded {
  opacity: 0;
  display: flex;
  animation: blob-opacity 2s forwards 1;
  -webkit-animation: blob-opacity 2s forwards 1;
}

@keyframes text-flash {
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
  }
}
@keyframes blob-opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blob-expand {
  25% {
    border-radius: 0;
  }
  to {
    width: 100vw;
    height: 100vh;
    z-index: 500;
    border-radius: 0;
  }
}
/* ////////////////////////////////////////////////////////////////////
/* Chatbot */
/* ///////////////////////////////////////////////////////////////////*/



/* CHATBOX */
.chatbox {
    position: fixed;
    bottom: 160px;
    right: 20px;
	z-index: 500;
	
}

/* CONTENT IS CLOSE */
.chatbox__support {
    display: flex;
    flex-direction: column;
    background: white;
    width: 400px;
    min-height: 550px; /* Set a minimum height */
    z-index: 500;
    opacity: 0;
    transition: all .5s ease-in-out;
	border: 2px solid #ccc;
    

	border-radius: 15px;
}

/* HEADER */
.chatbox__header {
	background-image: linear-gradient(106deg, #64a749, #149ab3);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: var(--primaryBoxShadow);
    position: sticky;
    top: 0;
    font-size: medium;
}

.chatbox__image--header {
    flex-shrink: 0;
    margin-right: 20px;
    margin-left: 2px;
    padding-right: 10px;
}

.chatbox__content--header {
    display: flex;
    flex-direction: column;
}

.chatbox__heading--header {
    font-size: 2.20rem;
    color: rgb(7, 7, 7);
}

.chatbox__description--header {
    font-size: 1.5rem;
    padding-top: 2px;
    color: rgb(7, 7, 7);
}

/* Adjust for when buttons are hidden */
.chatbox--active {
    transform: translateY(-10px);
    z-index: 500;
    opacity: 1;
}

/* BUTTON */
.chatbox__button {
    text-align: right;
}

.send__button {
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

/* MESSAGES */
.chatbox__messages {
    margin-top: auto;
    overflow-y: scroll;
    flex-direction: column-reverse;
    max-height: 390px;
    padding: 10px;
}

.messages__item {
    margin-top: 10px;
    background: #E0E0E0;
    padding: 5px 12px;
    /* auto message width */
    max-width: 70%;
    width: fit-content;
    word-wrap: break-word;
    word-break: break-word;
    /* border-radius: 20px; */
    /* user msg color */
    color: rgb(255, 255, 255);
}

.messages__item--operator {
    margin-right: auto;
    background: #b9cfb9 !important;
     /* # chatbot text box bg color */
    background-color: #b5e8d3 !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: var(--primary);
    color: rgba(12, 11, 11);
    font-size: small;
}

.messages__item--visitor {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: auto;
    background-color: #0c2f21 !important;
    font-size: small;
}

/* FOOTER */
.chatbox__footer {
    position: sticky;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px;
    background: #ddd;
    box-shadow: var(--secondaryBoxShadow);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
    margin-top: 20px;
}

.chatbox__footer input {
    width: 80%;
    border: none;
    padding: 10px 10px;
    /* border-radius: 30px; */
    text-align: left;
    
}


.chatbox__send--footer {
    /*color: white;*/
	font-weight: bold;
	
}

.chatbox__button button,
.chatbox__button button:focus,
.chatbox__button button:visited {
    padding: 10px;
    background: white;
    border: none;
    outline: none;
    /* chat icon styling */
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

/* Handle hidden button container */
.button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    padding: 2px;
    margin-top: 2px;
    /* Add transitions if needed */
    transition: opacity 0.5s, height 0.5s;
}

/* Styled button */
.styled-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    background: white;
    border: 1px solid #999;
    border-radius: 25px;
    font-size: 14px;
    color: #032f1a;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.styled-button:hover {
    background: #73a384;
    color: white;
}

.styled-button img {
    margin-right: 8px;
}
        /* Custom CSS for the news ticker */
        .ticker-container {
            background: #fff;
            border: 1px solid #e7e7e7;
            border-radius: 4px;
            padding: 15px;
            margin: 20px 0;
            position: relative;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
        .ticker-heading {
            font-weight: bold;
            color: #337ab7;
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .ticker-list {
            list-style: none;
            padding: 0;
            margin: 0;
            position: relative;
            min-height: 350px;
            overflow: hidden;
        }
        
        .ticker-item {
            padding: 10px 0;
            border-bottom: 1px dashed #ddd;
            position: absolute;
            width: 100%;
            opacity: 0;
            transition: all 0.5s ease;
            display: flex;
            align-items: center;
        }
        
        .ticker-item.active {
            opacity: 1;
        }
        
        .ticker-image {
            width: 550px;
            
            margin-right: 30px;
            border-radius: 4px;
            object-fit: cover;
            flex-shrink: 0;
        }
        
        .ticker-content {
            flex-grow: 1;
        }
        
        .ticker-item h4 {
            margin: 0 0 5px 0;
            font-size: 16px;
            color: #333;
        }
        
        .ticker-item p {
            margin: 0;
            color: #666;


        }
        
        .ticker-date {
            color: #999;
            font-size: 12px;
            margin-top: 5px;
        }
        
        .ticker-controls {
            display: flex;
			
        }
        
        .ticker-controls .btn {
            padding: 2px 12px;
            margin-left: 10px;
            background: #fff;
            border: 1px solid #ddd;
            color: #337ab7;
			font-size: 20px;
        }
        
        .ticker-controls .btn:hover {
            background: #f0f0f0;
        }
        
        .ticker-indicators {
            text-align: center;
            margin-top: 10px;
        }
        
        .ticker-indicators span {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ccc;
            margin: 0 3px;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .ticker-indicators span.active {
            background: #337ab7;
            transform: scale(1.2);
        }
        
        @media (max-width: 767px) {
            .ticker-item {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .ticker-image {
                width: 100%;
                height: auto;
                max-height: 550px;
                margin-right: 0;
                margin-bottom: 10px;
            }
            
            .ticker-list {
                height: auto;
                min-height: 550px;
            }
        }
		
		
        :root {
            --primary: #3498db;
            --secondary: #2c3e50;
            --accent: #e74c3c;
            --light: #f8f9fa;
            --dark: #343a40;
        }
              
/* Department of Ophthalmic Genetic Hero Banner */
        .genetics-hero {
            background: linear-gradient(rgba(44, 62, 80, 0.3), rgba(44, 62, 80, 1)), 
                        url('../../assets/images/ophthalmic-genetics/genetic-banner.jpg');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 150px 0;
            margin-bottom: 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .genetics-hero h1 {
            font-weight: 700;
            font-size: 48px;
            margin-bottom: 20px;
            text-transform: capitalize;
        }
        
        .genetics-hero p {
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto 30px;
            opacity: 0.9;
        }
        
        .hero-btn {
            background-color: var(--accent);
            color: white;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 14px;
            transition: all 0.3s;
            border: none;
        }
        
        .hero-btn:hover {
            background-color: #c0392b;
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(231, 76, 60, 0.3);
        }
        
        /* Research Sections */
        .research-section {
            padding: 40px 0;
        }
        
        .section-title {
            font-weight: 600;
            color: var(--secondary);
            margin-bottom: 40px;
            position: relative;
            text-align: center;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--accent);
        }
        
        .research-card {
            background: white;
            border-radius: 5px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
            height: 100%;
            border-top: 3px solid var(--primary);
			text-align: center;
        }
        
        .research-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .research-card i {
            font-size: 60px;
            color: var(--primary);
            margin-bottom: 20px;
        }
        .research-card h3 {
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--secondary);
			text-align: left;
        }        
        .research-card p {
			text-align: justify;
        }
		.research-card ul li {
			text-align: left;
        }
        
        /* Team Section */
        .team-section {
            background-color: #f8f9fa;
            padding: 80px 0;
        }
        
        .team-member {
            background: white;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            margin-bottom: 30px;
            transition: all 0.3s;
        }
        
        .team-member:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .team-img {
            height: 320px;
            background-size: cover;
            background-position: center;
        }
        
        .team-info {
            padding: 20px;
            text-align: center;
        }
        
        .team-info h4 {
            font-weight: 600;
            margin-bottom: 5px;
            color: var(--secondary);
        }
        
        .team-info p {
            color: var(--primary);
            font-weight: 500;
            margin-bottom: 15px;
        }
        
        /* Facilities Section */
        .facility-card {
            position: relative;
            height: 300px;
            margin-bottom: 30px;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .facility-img {
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: all 0.5s;
        }
        
        .facility-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
            color: white;
            padding: 30px 20px 20px;
        }
        
        .facility-card:hover .facility-img {
            transform: scale(1.05);
        }
        
        /* CTA Section */
        .cta-section {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: white;
            padding: 60px 0;
            text-align: center;
        }
        
        .cta-section h2 {
            font-weight: 600;
            margin-bottom: 20px;
        }
        
        /* Responsive */
        @media (max-width: 767px) {
            .genetics-hero {
                padding: 60px 0;
            }
            
            .genetics-hero h1 {
                font-size: 32px;
            }
            
            .research-section, .team-section {
                padding: 50px 0;
            }
        }

        /* Base Mobile-First Styles */
        .btn-donate {
        position: relative;
          display: inline-block;
          padding: 12px 30px;
          background: #fff; /* Inner button color */
          border-radius: 50px;
          z-index: 1;
          text-decoration: none;
        }
          .btn-donate::before {
            content: "";
            position: absolute;
            top: -3px; left: -3px; right: -3px; bottom: -3px; /* Border thickness */
            z-index: -1;
            background: linear-gradient(45deg, #ff00cc, #3333ff, #ff00cc);
            background-size: 200% 200%;
            border-radius: 53px; /* Slightly larger than the button */
            animation: move-gradient 3s linear infinite;
          }

          @keyframes move-gradient {
            0% { background-position: 0% 50%; }
            100% { background-position: 200% 50%; }
          }

            
        

        /* Tablet and Desktop: Keep the hover icon effect */
        @media (min-width: 768px) {
            .btn-donate {
                min-width: 100px; /* Ensures consistent size */
            }
        }

        /* Mobile Specific (Screens smaller than 767px) */
        @media (max-width: 767px) {
            .btn-block-mobile {
                
                padding: 5px 18px; /* Larger tap target */
                font-size: 16px;
                font-weight: 600;
            }
            
            /* On mobile, we often hide the sliding icon to keep text centered */
            .btn-icon {
                display: none; 
            }
            
            .btn-donate:hover .btn-text {
                transform: none; /* Keep text centered on mobile hover */
            }
        }

        /* High-Resolution / Extra Large Screens */
        @media (min-width: 1200px) {
            .btn-donate {
                font-size: 18px;
                                font-weight: 600;
                padding: 10px 20px;
            }
        }