@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light|Source+Sans+Pro:400,700");
html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #666;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

.script-font {
  font-family:  Radley;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

.hero-heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem;
}

.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem;
}

.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center;
}

.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  color: #252525;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 48px;
  padding: 0 10px;
  position: relative;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #00b4d9;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background-color: #21cff3;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-danger:hover {
  background-color: #f55262;
  border-color: #f55262;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.btn-border:hover {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #00b4d9;
}

.social-icon li {
  display: inline-block;
}

.social-icon li a {
  color: #000;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 38px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 6px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon li a:hover {
  color: #fff;
}

.social-icon li .facebook:hover {
  background: #3b5999;
}

.social-icon li .twitter:hover {
  background: #4A9CEC;
}

.social-icon li .instagram:hover {
  background: #D6274D;
}

.social-icon li .linkedin:hover {
  background: #1260A2;
}

.social-icon li .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #00b4d9;
  border-radius: 2px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

#loader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.square-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}

.square-spin img {
  max-width: 64px;
}

.section-padding {
  padding: 60px 0;
}

#about .img-thumb img {
  border: 8px solid #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.profile-wrapper {
  padding: 45px 0;
}

.profile-wrapper .btn {
  margin: 10px 10px 0px 0px;
}

.profile-wrapper .btn i {
  vertical-align: middle;
  margin-right: 5px;
}

.about-profile {
  position: relative;
  margin: 20px 0 20px 0;
}

.about-profile .pro-title {
  font-weight: 700;
  color: #040404;
  position: relative;
  width: 120px;
  display: inline-block;
  margin-bottom: 5px;
}

.about-profile .pro-title:after {
  position: absolute;
  content: ':';
  color: #040404;
  font-size: 14px;
  left: 77px;
}

.about-profile .admin-sign {
  position: absolute;
  right: 45px;
  bottom: 10px;
}

.counter-section {
  background: url(../img/background/bg-1.jpg);
  overflow: hidden;
  position: relative;
}

.counter-section:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.counter-section .counter {
  padding: 30px 0;
}

.counter-section .counter .icon {
  margin-bottom: 30px;
}

.counter-section .counter .icon i {
  font-size: 48px;
  color: #00b4d9;
}

.counter-section .counter p {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 30px 0;
}

.counter-section .counter .counterUp {
  color: #fff;
  font-size: 42px;
  margin-top: 15px;
  font-weight: 700;
}

/* Resume */
#resume{
  z-index: 1 !important;
}
.timeline {
  position: relative;
}

.timeline .timelin-title {
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 25px;
}

.timeline li {
  padding: 0 20px 20px 30px;
  list-style: none;
  border-left: 2px solid #f1f1f1;
}

.timeline li .content-text {
  background: #f2f2f2;
  padding: 20px;
}

.timeline li .line-title {
  font-size: 16px;
  line-height: 6px;
}

.timeline li span {
  font-size: 12px;
  padding: 9px 0;
  display: block;
}

.timeline li .line-text {
  color: #888;
  line-height: 18px;
}

.timeline li:first-child:before {
  border: 0;
  background: none;
  position: relative;
}

.timeline li:last-child {
  padding: 0 20px 0px 30px;
}

.timeline li:before {
  content: "";
  border: solid 2px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  font-size: 8px;
  margin-left: -35px;
  font-weight: 400;
  background: #fff;
  display: block;
  position: absolute;
  margin-top: 18px;
  border-color: #00b4d9 !important;
}

.timeline li:first-child i {
  font-size: 20px;
  float: left;
  margin-left: -30px;
  line-height: 50px;
  border-radius: 30px;
  margin: -12px -55px;
  background: #00b4d9;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #00b4d9 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #00b4d9 !important;
}

.indigo {
  background: #fff;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 28px;
  color: #00b4d9;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link i:hover {
  color: #21cff3;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #333;
  font-weight: 700;
  padding: 0 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #00b4d9;
  outline: none;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #00b4d9;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #00b4d9;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #00b4d9;
}

.slicknav_menu .slicknav_icon-bar {
  background: #00b4d9;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #00b4d9;
    outline: none;
    background: #f8f9fa;
  }
}

/* ==========================================================================
3. Hero Area
========================================================================== */
.hero-area-bg {
  background: url(../img/hero-area.jpg) no-repeat;
  background-size: cover;
}

#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0c0808;
  opacity: 0.6;
}

#hero-area .contents {
  padding: 175px 0px 120px;
}

#hero-area .contents h5 {
  font-size: 50px;
}

#hero-area .contents .head-title {
  color: #fff;
  font-size: 60px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

#hero-area .contents p {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 25px;
}

#hero-area .contents .btn {
  margin: 25px 0px;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #ddd;
}
/* ==========================================================
   Portfolio Section
   ========================================================== */

#portfolios {
    background: #f2f2f2;
}


/* ==========================================================
   Filter Buttons
   ========================================================== */

.controls {
    text-align: center;
    padding: 0 0 25px;
}

.filter-btn {
    display: inline-block;
    padding: 8px 18px;
    margin: 3px;

    border: 1px solid #00b4d9;
    background: #00b4d9;
    color: #fff;

    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;

    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: transparent;
    color: #00b4d9;
}

.filter-btn.active {
    background: transparent;
    color: #00b4d9;
}


/* ==========================================================
   Portfolio Grid
   ========================================================== */

#portfolio {
    width: 100%;
}

.portfolio-filter-item {
    margin-bottom: 20px;
}


/* ==========================================================
   Portfolio Card
   ========================================================== */

.portfolio-item {
    width: 100%;
}


/* ==========================================================
   Fixed-size Project Area
   ========================================================== */

.shot-item {
    position: relative;

    width: 100%;
    height: 240px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    background: #f8f8f8;

    /* Dashed border */
    border: 1px dashed #cfcfcf;

    border-radius: 6px;

    box-sizing: border-box;

    transition: all 0.3s ease;
}


/* Slightly emphasize the card when hovering */

.shot-item:hover {
    border-color: #00b4d9;
}


/* ==========================================================
   Project Image
   ========================================================== */

.project-thumb {
    display: block;

    width: 100%;
    height: 100%;

    /*
       contain keeps the complete image visible
       without changing the card size.
    */
    object-fit: contain;

    padding: 12px;

    box-sizing: border-box;
}


/* ==========================================================
   Overlay
   ========================================================== */

.shot-item .overlay {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 180, 217, 0.6);

    opacity: 0;

    transition: opacity 0.4s ease;
}

.shot-item:hover .overlay {
    opacity: 1;
}


/* ==========================================================
   Eye Icon
   ========================================================== */

.overlay .icons i {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 42px;
    height: 42px;

    line-height: 42px;

    text-align: center;

    font-size: 20px;

    color: #00b4d9;
    background: #fff;

    border-radius: 4px;

    cursor: pointer;
}


/* ==========================================================
   Hidden Portfolio Items
   ========================================================== */

.portfolio-filter-item.hidden {
    display: none;
}

/* Services Item */
.services {
  background: #F0F0F0;
}
.services .row {
    display: flex;
    flex-wrap: wrap;
}
.services .col-md-6,
.services .col-lg-3 {
    display: flex;
    margin-bottom: 30px;
    
}

.services-item {
  background: #fff;
  border-radius: 4px;
  padding: 48px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

/* Bullet list styling */
.skills-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.skills-list li{
    position:relative;
    padding-left:24px;
    margin-bottom:12px;
    /* line-height:1.6; */
    font-size:14px;
    color:#666;
    text-align:justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

/* Custom bullet */
.skills-list li::before{
    content:"\f00c";
    font-family:"FontAwesome";
    position:absolute;
    left:0;
    color:#00b4d9;
}

/* Last item */
.skills-list li:last-child{
    margin-bottom:0;
}

.services-content h3 {
    margin-bottom: 18px;
}
/* Bullet list styling -- End */


.services-item .icon i {
  font-size: 42px;
  margin-bottom: 15px;
  text-align: center;
  width: 48px;
  display: block;
  margin: 0 auto;
  height: 48px;
  color: #00b4d9;
}

.services-item .services-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.services-item .services-content h3 span {
  font-size: 18px;
  text-transform: uppercase;
  color: #666;
}

.services-item .services-content h3 span:hover {
  color: #00b4d9;
}

.services-item .services-content ul li {
  line-height: 22px;
}

.services-item:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 10px;
  border: 1px solid #e1e1e1;
}

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

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area {
  background: #ffffffce;
  box-shadow: 0 0 30px #ededed;
  padding: 60px 40px;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.footer-right-contact {
  padding: 4px;
  border: 1px solid #666;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-right-contact .single-contact {
  margin: 10px 22px;
  padding: 3px 55px;
  position: relative;
  color: #666;
  flex: 1;
  display: flex;
  align-items: center;
  gap:10px;
}

.footer-right-contact .single-contact p {
  margin-bottom: 5px;
}

.footer-right-contact .single-contact p a {
  color: #666;
}

.footer-right-contact .contact-icon {
  background: #00b4d9;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
  overflow: hidden;
}
.single-contact p{
  font-size: 15px;
}

/* .footer-area-bg .overlay {
  background: rgba(0, 0, 0, 0.5); 
  opacity: 0.2;
} */

#contact #contactForm {
  margin-top: 30px;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 370px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

/* Footer Area Start */
.footer-area {
  background: #1C1C20;
}
.footer-area-bg {
  background: url(../img/footer-bg.png) center no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  min-height: 430px;
  /* opacity: 0.5; */
}

.footer-area .footer-text p {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
}

.footer-area .footer-text p a {
  color: #00b4d9;
}

.footer-area .footer-text .nav-inline .nav-link {
  padding: 11px 7px;
  color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
  color: #00b4d9;
}

.footer-2 {
  background: #252525;
}

.footer-2 img {
  margin-top: -8px;
}

.footer-2 h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-2 p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding-right: 50px;
}

.footer-2 ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.footer-2 ul li a:hover {
  color: #00b4d9;
}

#copyright {
  background: #333;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #00b4d9;
}

/*----------------------------------*/
.flip-card {
    perspective: 1000px;
    height: 180px;
}

.flip-card-inner {
    width:100%;
    height:100%;
    position:relative;
    transition: transform .7s ease;
    transform-style:preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform:rotateY(180deg);
}


.flip-card-front,
.flip-card-back {

    position:absolute;
    width:100%;
    height:100%;

    backface-visibility:hidden;

    border-radius:5px;

}


/* Existing content style remains */
.flip-card-front {

    background:#fff;

    padding:20px;

}


/* Back side */
.flip-card-back {

    background:#00bcd4;

    color:white;

    transform:rotateY(180deg);

    padding:20px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;

}

.timeline li .flip-card-back .line-text {
  color: whitesmoke;
  font-size: 12px;
  text-justify: newspaper;
  scroll-behavior: auto;
  
}

.flip-card-back i {

    font-size:30px;

    margin-bottom:10px;

}


.flip-card-back h4 {

    color:white;

    font-size:16px;

    margin-bottom:10px;

}


.flip-card-back .line-text {

    color:white;

    font-size:13px;

    line-height:1.6;

    margin:0;

}

.flip-card.flipped .flip-card-inner {
    transform:rotateY(180deg);
}

/*----------------------*/
.flip-card-back .desc-set li{
    position:relative;
    padding-left:8px;
    margin-bottom:12px;
    font-size:13px;
    color:whitesmoke;
    text-align:justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    padding: 0 0;
    list-style: none;
    border:none;
}


.flip-card-back .desc-set li::before{
    content:none;
    /* font-family:"FontAwesome";
    position:absolute;
    left:0;
    color:whitesmoke; */
}

/* Last item */
/* .flip-card-back .desc-set li:last-child{
    margin-bottom:0;
}  */

/*----------------------------*/
/* Overlay */

/*---------------------Modal Start--------------------*/
/* Overlay */
.project-modal {
    display: none;
    position: fixed;
    inset: 0;
     background: rgba(0,0,0,.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    justify-content: center;
    align-items: center;
    z-index: 999999 !important;
    isolation: isolate;
    padding: 20px;
}

.project-modal.show{
    display:flex;
    z-index: 999999 !important;
}

/* Window - More compact & beautiful */
.project-window {
    position: absolute;
    width: 82%;
    max-width: 1250px;
    /* height: 82vh; */
    /* max-height: 780px; */
    background: #ffffff;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0,0,0,.4);
    border: 1px solid rgba(0,180,217,.1);
    z-index: 1000000 !important;
}

/* Left Side */
.project-left {
    width: 46%;
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.project-left h1 {
    color: #00b4d9;
    font-size: 45px;
    margin: 0 0 8px 0;
    line-height: 1.1;
}

.project-left h3 {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    /* margin: 0 0 25px 0; */
    line-height: 1.3;
}

.accent-line {
    width: 330px;
    height: 4px;
    background: linear-gradient(90deg, #00b4d9, #0077b6);
    margin: 10px 0 28px 0;
    border-radius: 2px;
}

.project-left p {
    color: #555;
    line-height: 1.85;
    margin-bottom: 35px;
    flex-grow: 1;
    text-align:justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

/* Info Section */
.project-info {
    display: flex;
    justify-content: flex-start;
    
    gap: 40px;
    margin-top: auto;
}

.project-info h4 {
    color: #00b4d9;
    margin-bottom: 14px;
    font-size: 16px;
}

.project-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.project-info li {
    margin-bottom: 9px;
    color: #444;
    position: relative;
    padding-left: 22px;
    
}

.project-info li:before {
    content: "✓";
    color: #00b4d9;
    position: absolute;
    left: 0;
}

/* Right Side */
.project-right {
    width: 54%;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.image-frame {
    width: 100%;
    max-width: 580px;
    padding: 15px;
    background: white;
    border: 2px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
}

/* .image-frame:hover {
    transform: perspective(1400px) rotateY(0deg) scale(1.04);
} */

.image-frame img {
    width: 100%;
    height: auto;
    display: block;
    border: 16px solid #222;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}

/* Close Button */
.modal-close {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 28px;
    cursor: pointer;
    color: #888;
    transition: all .3s ease;
    z-index: 10;
}

.modal-close:hover {
    color: #00b4d9;
    transform: rotate(90deg) scale(1.1);
}
/*---------------------Modal End----------------------*/

/*=================================================
PUBLICATIONS
=================================================*/

/*=================================================*
*PUBLICATIONS*
*=================================================*/

.publications-section{
    background:#fff;
}

.publication-list{
    max-width:1000px;
    margin:auto;
}

.publication-year{
    font-size:22px;
    font-weight:700;
    color:#00b4d9;
    margin:35px 0 18px;
    padding-bottom:8px;
    border-bottom:2px solid #e5e5e5;
}

.publication-item{
    background:#f9f9f9;
    padding:22px 28px;
    margin-bottom:18px;
    border-left:4px solid #00b4d9;
    border-radius:6px;
    transition:.3s;
}

.publication-item:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.publication-item p{
    margin:0;
    line-height:1.8;
    color:#444;
}

.publication-item strong{
    color:#222;
    font-size:16px;
}

.publication-item em{
    color:#555;
}

/*=================================================
AWARDS
=================================================*/

.awards-section{
    background:#f3f6f8;
}

.award-list{
    max-width:900px;
    margin:auto;
}

.award-item{
    background:#fff;
    padding:24px;
    margin-bottom:22px;
    border-radius:6px;
    box-shadow:0 2px 10px rgba(0,0,0,.06);
}

.award-item h4{
    font-size:20px;
    margin-bottom:8px;
    color:#777777;
}

.award-item span{
    color:#00b4d9;
    font-weight:600;
}

.award-item p{
    margin-top:6px;
    color:#666;
}

/*=================================================*
* HERO SECTION
*=================================================*/

.hero-area-bg{
    min-height:700px;
    display:flex;
    align-items:center;
}


.contents{
    max-width:950px;
    margin:auto;
}


.hero-subtitle{
    font-size:22px;
    font-weight:500;
    color:#00b4d9;
    margin-bottom:20px;
    letter-spacing:.5px;
}


.hero-name{
    font-size:64px;
    font-weight:700;
    color:#ffffff;
    margin-bottom:25px;
    letter-spacing:1px;
}


.hero-description{
    max-width:850px;
    margin:0 auto 40px;
    color:#f1f1f1;
    font-size:20px;
    line-height:1.8;
}

@media (min-width: 992px){
    .hero-description{
        text-align:justify;
    }
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}


.hero-buttons .btn{
    padding:13px 28px;
    border-radius:30px;
    font-size:15px;
    transition:.3s;
}


.btn-common{
    background:#00b4d9;
    color:white;
}


.btn-common:hover{
    background:#008eaa;
    color:white;
}


.btn-outline{
    border:1px solid rgba(255,255,255,.7);
    color:white;
    background:transparent;
}


.btn-outline:hover{
    background:white;
    color:#222;
}