/* Base Style CSS Start */

/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Saira:wght@300;400;500;600;700;800&family=Work+Sans:wght@300;400;500;600;700;800;900&display=swap");

/* Colors */

:root {
  --BODY: #1480b9;
  --002: #4ba5c8;
  --003: #1480b9;
  --title: #1480b9;
  --white: #ffffff;
  --black: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Saira", sans-serif;
  font-family: "Work Sans", sans-serif;
  scroll-behavior: smooth;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
  color: var(--white);
}

h2.title {
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 112.8%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title);
}

h2.title span {
  color: var(--003, #4d748e);
}

.primary-btn a {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--black);
  background: var(--white);
  padding: 24px 36px !important;
  border-radius: 200px;
  z-index: 99;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.page-template-inner #Team.aligncenter .team-wrapper .container .row{
  justify-content: center !important;

}

.primary-btn a:hover {
  background: #f2c76a;  
}

.primary-btn a img {
  position: relative;
  padding-left: 7px;
  margin-top: -5px;
}

/* Base Style CSS End */

/* Header Part CSS Start */

/* Navigation Section CSS Start */

nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 40px;
  z-index: 999;
transition: all 0.3s ease-in-out;

}

.nav-with-bg {
  background: #1480b9;
  backdrop-filter: blur(20px);
}

.navbar.sticky {
  background: #1480b9;
  backdrop-filter: blur(20px);
  padding: 10px 0;
/*  -webkit-animation: sticky 1.2s;*/
/*  animation: sticky 1.2s;*/
transition: all 0.3s ease-in-out;
  z-index: 999;
}

.navbar.sticky .heart-icon {
  display: none;
}

@keyframes sticky {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

.header-white-logo img {
    max-width: 202px;
}
 
.header-white-logo {
    padding: 7px 13px 0px;
}

#Navigation .logo .header-white-logo {
    display: none;
}
#Navigation .navbar .register-btn{
  padding-left: 10px !important;
}
.header-white-logo p {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}

.heart-icon {
  display: none; /* hidding it on customer's requrest */
  position: absolute;
  left: -40px;
  top: -20px;
}

.admin-bar .navbar{
    top: 32px;
}
.menu-item>a,
.nav-link,
.nav-link:hover {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--white);
  padding: 10px 20px !important;
  text-transform: uppercase;
}

.menu-item>a:hover, .current-menu-item>a {
  color: #f2c76a;
}
.navbar .navbar-collapse .mobile-only{
  display: none;
}

.register-btn a:hover,
.register-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--black);
  background: var(--white);
  padding: 15px 20px !important;
  border-radius: 200px;
}

.register-btn a:hover {
  background: #f2c76a;  
}

.register-btn a img {
  padding-left: 10px;
}

.register-btn a:hover img {
  margin-top: 0;
}

.navbar-toggler {
  border: 0 !important;
  margin-top: -15px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.toggler-icon {
  width: 25px;
  height: 2px;
  background-color: white;
  display: block;
  transition: all 0.2s;
}

.middle-bar {
  margin: 5px auto;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .toggler-icon {
  background-color: #ffffff;
}

.nav-buttons img {
  width: 20px;
}

.focal_area {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 2rem!important;
    font-weight: 700;
}

.focal_area_caption {
    padding: 0px 20px;
    max-width: 1177px;
    margin: auto;
    font-size: 23px;
}

.page-id-173 .venue-cardiology-container {
    display: none;
}

.page-id-173 .venue-wrapper {
    padding-bottom: 120px;
    margin-bottom: 150px;
}

section#Programs:nth-child(even) .row {
    flex-direction: row-reverse;
}

.programs-content li {
    font-family: "Saira", sans-serif;
}

.programs-content ul {
    padding-left: 20px;
}

.home section#Programs:nth-child(even) .row {
       flex-direction:inherit;
}

.page-id-171 .programs-wrapper {
    margin: 120px 0 0px;
}

.page-id-171 .register-wrapper {
    margin: 0px 0 120px;
    padding-top: 140px;
}


.page-template-templates .accommodation-card {
    display: block;
}

#Hero .hero-wrapper .hero-content .hero-buttons .banner_imgs .white-logo{
  text-align: center;
}
#Hero .hero-wrapper .hero-content .hero-buttons .banner_imgs .white-logo p{
  margin-top: 7px;
  margin-bottom: 0px;
  max-width: 270px;
}

#Hero .hero-wrapper .hero-content .hero-buttons .banner_imgs .white-logo img {
    max-width: 250px;
    margin: 0 40px;
    min-height: 99px;
    object-fit: contain;
    max-height: 101px;
    margin-bottom: 10px;
}

/*#Hero .hero-wrapper .hero-content .hero-buttons .banner_imgs .white-logo:first-child img{
  max-width: 80px;
}*/



#Hero .hero-wrapper .hero-content .hero-buttons .banner_imgs{
  display: flex;
  align-items: center;
}

#Hero .banner_imgs .white-logo p {
  color: white;
}

.sponser-logos-lists .sponsor-wrapper .sponsor-container .sponsor-card .sponsor-logo img{
  max-height: 85px;
}


.sponser-logos-lists .sponsor-wrapper .sponsor-container .sponsor-card .sponsor-content p{
  background-color: #f5f5f5;
  font-size: 12px;
  margin-top: 10px;
  padding: 5px 0;
  text-align: center;
}

.sponser-logos-lists .sponsor-wrapper .sponsor-container{
  gap: 50px 17px;
  align-items: stretch;
}


.sponser-logos-lists .sponsor-wrapper .sponsor-container .sponsor-card {
    max-width: 24%;
}

.sponser-logos-lists .sponsor-wrapper .sponsor-logo{
    height: 100%;
    padding: 0px 20px;
}

@media (max-width: 1400px){
    .menu-item>a, .nav-link, .nav-link:hover {
      padding: 10px !important;
  }
  .header-white-logo img {
    max-width: 170px;
  }
  #Navigation .navbar .logo {
    max-width: 220px;
  }
  .register-btn a:hover, .register-btn a{
    padding: 15px 20px !important;
  }
}

@media (min-width: 1400px){
  #Hero .hero-wrapper .hero-learn-btn {
    margin-right: 40px;
  }
}

@media (max-width: 1208px){
  #Hero .hero-wrapper .hero-content .hero-buttons .hero-learn-btn {
      margin-bottom: 20px;
    }

    #Hero .hero-wrapper .hero-content .hero-buttons{
      display: block !important;
    }
    #Hero .hero-wrapper .hero-content .hero-buttons .banner_imgs{
      justify-content: center;
    }
}

@media (max-width:767px){
  .sponser-logos-lists .sponsor-wrapper .sponsor-container .sponsor-card {
      max-width: 70%;
  }
    .focal_area_caption {
        font-size:18px
    }

    .focal_area {
        margin-bottom:30px
    }
      .page-id-173 .venue-wrapper {
        padding-bottom: 40px;
        margin-bottom: 80px;
    }
    #Hero .hero-wrapper .hero-content .hero-buttons .banner_imgs .white-logo img{
          min-height: 60px;
          max-height: 63px;
    }
} 

@media (max-width: 1199px) {
  .navbar .container {
    padding: 0;
  }
  .navbar .navbar-collapse .mobile-only{
    display: block;
  } 

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-nav {
    background: var(--BODY);
    padding: 20px 20px 50px! important;
    height: 88vh;
  }

  .navbar.sticky .navbar-nav {
    padding: 20px 0;
  }

  ul.navbar-nav li {    
    padding: 10px 0 !important;
  }

  ul.navbar-nav li a {
    display: inline-block;
    text-decoration: none;
}

  ul.navbar-nav li.current-menu-item a::after {
      content: '';
      display: block;
      width: 110% !important;
      height: 10px;
      margin-top: -11px;
      margin-left: 3px;
      background: #cbebfd;
      opacity: 0.4;
      transition: width .3s;
  }

  .collapsing {
    transition: none !important;
  }

  .menu-item>a,
  .nav-link {
    font-size: 16px;
    padding: 10px 0 !important;
  }

  .register-btn {
    padding-top: 10px;
  }
  #Navigation .navbar .logo {
    display: flex;
    flex-direction: row-reverse;
    max-width: 430px;
}
#Navigation .logo .header-white-logo{
  display: block;
}
}

/* Navigation Section CSS End */

/* Hero Section CSS Start */

.hero-wrapper {
  background: url(../img/hero-img-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 0 150px;
  border-radius: 0 0 30px 30px;
}

.hero-logos {
  padding-bottom: 30px;
}

.hero-logos ul li {
  padding-right: 80px;
}

.hero-logos ul li img{
    max-width: 265px;
  }

  .hero-logos ul li:nth-child(2) img{
    max-width: 80px;
  }

.hero-content h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 53px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #f2c76a;
  margin-bottom: 0;
}

.hero-content h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: normal;
  color: var(--white);
}

.hero-content h1 span {
  color: var(--002, #4ba5c8);
}

.date h5,
.location h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--white);
  padding-left: 7px;
  margin: 0;
}

.hero-learn-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--white);
  background: transparent;
  border: 1px solid #f2c76a;
  padding: 24px 36px !important;
  border-radius: 200px;
  transition: all 0.5s ease-in-out;
}

.hero-learn-btn a:hover {
  background: var(--BODY);  
}

.hero-learn-btn a img {
  padding-left: 15px;
}

/* Hero Section CSS End */

/* Header Part CSS End */

/* Main Part CSS Start */

/* Our Mission Section CSS Start */

.our-mission-wrapper {
  padding: 100px 0 120px;
  background: linear-gradient(
    359deg,
    rgba(142, 204, 223, 0.25) 16.06%,
    rgba(142, 204, 223, 0) 103.41%
  );
}

.our-mission-top {
  max-width: 427px;
  margin: auto;
  text-align: center;
}

.our-mission-top h1 {
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-align: center;
  color: var(--BODY, #1480b9);
}

.our-mission-top h1::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  width: 171px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.our-mission-top p {
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: var(--black);
}

.our-mission-top p span {
  font-weight: 500;
  color: var(--BODY, #1480b9);
}

.our-mission-top h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: lowercase;
  color: #4ba5c8;
}

.heartbeat-shape-left,
.heartbeat-shape-right {
  position: absolute;
  top: 110px;
  z-index: -1;
}

.heartbeat-shape-left {
  left: 0;
}

.heartbeat-shape-right {
  right: 0;
}

.our-mission-container {
  padding-top: 60px;
}

.our-mission-content {
  height: 100%;
  padding: 110px 100px 80px;
  background: #1480b9;
  border-radius: 35px 0 0 35px;
}

.read-more-icon {
  position: absolute;
  top: 60px;
  right: 75px;
}

.read-more-icon a {
  position: relative;
  z-index: 99;
}

.our-mission-content h2 {
  position: relative;
  z-index: 1;
  color: #f2c669;
}

.our-mission-content h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  width: 251px;
  height: 22px;
  background: #4ba5c8;
  z-index: -1;
}

.our-mission-content p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
  color: var(--white);
}

.founder h6,
.founder span {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #f2c669;
}

.founder span {
  font-weight: 400;
}

.mission-card {
  max-width: 345px;
  margin: auto;
  text-align: center;
  padding-top: 80px;
}

.mission-card h3 {
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 102.8%;
  color: var(--BODY, #1480b9);
  margin-bottom: 50px;
}

.mission-card h3::after {
  position: absolute;
  content: "";
  left: 45px;
  bottom: 34px;
  width: 104px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.our-mission-img,
.our-mission-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Our Mission Section CSS End */

/* Speakers Section CSS Start */

.speakers-wrapper {
  padding: 120px 0;
}

.speakers-container {
  padding-top: 70px;
}

.speakers-card {
  height: 100%;
}

.speakers-card-img,
.speakers-card-img img {
  width: 100%;
  max-height: 362px;
  height: 100%;
  object-fit: cover;
}

.speakers-card-content {
  padding-top: 30px;
}

.speakers-title {
  position: relative;
}

.speakers-title h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  width: 294px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.speakers-card-content h5 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 102.8%;
  text-transform: uppercase;
  color: var(--BODY, #1480b9);
}

.speakers-card-content h6 {
  font-family: "Saira", sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  word-wrap: break-word;
  color: rgba(0, 62, 103, 0.9);
  padding-top: 5px;
}

.speakers-card-content h6 span {
  font-weight: 500;
}

.speakers-card-content p {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.9%;
  color: var(--BODY, #1480b9);
  margin-bottom: 0;
}

.full-speaker-btn {
  text-align: center;
  padding-top: 110px;
}

.full-speaker-btn a {
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--black);
}

.full-speaker-btn a img {
  position: relative;
  padding-left: 5px;
  margin-top: -5px;
}

/* Speakers Section CSS End */

/* Highlight Section CSS Start */

.highlight-wrapper {
  background: #1480b9;
  padding: 120px 0 150px;
}

.highlight-content h2 {
  position: relative;
  z-index: 1;
  color: #f2c669;
}

.highlight-content h2::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 280px;
  height: 22px;
  background: #4ba5c8;
  z-index: -1;
}

.highlight-content p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px 0 40px;
  color: var(--black);
}

.highlight-btn a:hover {
  background: var(--003) !important;
}

/* Highlight Section CSS End */

/* Programs Section CSS Start */

.programs-wrapper {
  /* background: #4ba5c8; */
  padding: 120px 0 150px;
}

.programs-wrapper .heart-bg {
    position: absolute;
    margin-top: -8%;
    z-index: -1;    
}

.programs-content h2 {
  position: relative;
  z-index: 1;
}

.programs-content h2::after {
  position: absolute;
  content: "";
  top: 80%;
  left: 0;
  transform: translateY(-50%);
  width: 280px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.programs-content p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px 60px 40px 0px;
  color: var(--black);
}

.programs-content h6 {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: var(--BODY, #1480b9);
  padding: 40px 60px 30px 0;
}

.programs-img {
  padding: 0px 20px;
}

.programs-btn a {
  color: var(--black);
  background: var(--002);  
}

.programs-btn a:hover {
  background: var(--003);  
}

/* Programs Section CSS End */

/* Venue Section CSS Start */

.venue-wrapper {
  padding: 120px 0 300px;
  background: linear-gradient(
    0deg,
    rgba(142, 204, 223, 0.25) 15.69%,
    rgba(142, 204, 223, 0) 126.25%
  );
}

.venue-container {
  padding-top: 60px;
}

.venue-card h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 102.8%;
  padding-bottom: 5px;
  margin-bottom: 30px;
  color: var(--BODY, #1480b9);
  border-bottom: 1px solid #4ba5c8;
}

.venue-card h3 span {
  color: #4d748e;
}

.venue-card h6 {
  font-family: "Saira", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--BODY, #1480b9);
  margin: 0;
}

.venue-card h6 span {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: var(--black);
}

.venue-card p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: var(--black);
  margin: 0;
}

.venue-cardiology-container {
  position: relative;
  margin-top: -150px;
  padding: 0 0 80px 0;
}

.venue-cardiologist-card {
  position: relative;
  height: 100%;
  background: #4ba5c8;
  border-radius: 12px;
}

/* .cardiologists-img,
.cardiologists-content {
  width: 50%;
} */

.cardiologists-img {
  margin-top: 38px;
}

.venue-registered-card {
  height: 100%;
  padding: 60px 80px 80px;
  background: #4ba5c8;
  border-radius: 12px;
}

.venue-registered-card h3,
.cardiologists-content h3 {
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 115.8%;
  text-transform: uppercase;
  color: var(--BODY, #1480b9);
  padding-bottom: 35px;
  z-index: 1;
}

.cardiologists-content h3 {
  margin-top: 60px;
}

.venue-registered-card h3::before,
.cardiologists-content h3::after {
  position: absolute;
  content: "";
  top: 2px;
  left: -20px;
  width: 219px;
  height: 22px;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.venue-registered-card h3 span,
.cardiologists-content h3 span {
  color: var(--003, #4d748e);
}

.vrc a:hover {
  background: var(--003);
}

/* Venue Section CSS End */

/* Sponsor Section CSS Start */

.sponsor-wrapper {
  padding: 0 0 80px 0;
}

.sponsor-container {
    display: flex;
    justify-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.sponsor-title {
  text-align: center;
  padding-bottom: 80px;
}

.sponsor-title h2 {
  max-width: 343px;
  margin: auto;
  text-align: center;
  position: relative;
}

.sponsor-title h2::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  width: 306px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.sponsor-card {
   text-align: center;
    width: 25%;
    padding: 0 30px 30px;
}

.sponsor-content p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 15px;
  margin: 0;
  color: var(--black);
}

/* Sponsor Section CSS End */

/* Partners Section CSS Start */

.partners-wrapper {
  padding: 0 0 80px 0;
}

.partners-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  justify-items: center;
}

.partners-title {
  text-align: center;
  padding-bottom: 80px;
}

.partners-title h2 {
  max-width: 343px;
  margin: auto;
  text-align: center;
  position: relative;
}

.partners-title h2::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
  width: 306px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.partners-card {
  text-align: center;
}

/* Partners Section CSS End */

/* Main Part CSS End */

/* Inner Pages CSS Start */

/* Hero Section CSS Start */

.inner-hero-wrapper {
  background: linear-gradient(268deg, #4ba5c8 35%, #1480b9 100%);  
  padding: 280px 0 150px;
  border-radius: 0 0 30px 30px;  
}

.inner-hero-bg {  
  /* width: 100%; */
  height: 130px;
  background-repeat: repeat-x; 
  margin-top: -110px;
  margin-left: 40%;  
}

.inner-hero-title h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 53px;
  font-weight: 900;
  line-height: normal;
  color: var(--white);
  text-transform: uppercase;
}

.inner-hero-title h1 span {
  color: var(--002, #4ba5c8);
}

/* Hero Section CSS End */

/* About Story Section CSS Start */

.about-story-wrapper {
  background: var(--002, #4ba5c8);
  padding: 110px 0;
}

.about-story-img,
.about-story-img img {
  max-width: 560px;
  width: 100%;
  max-height: 350px;
  height: 100%;
}

.about-story-content h2 {
  position: relative;
  max-width: 303px;
  margin-bottom: 30px;
  z-index: 1;
}

.about-story-content h2::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 11px;
  width: 190px;
  height: 19px;
  background: #cbebfd;
  z-index: -1;
}

.about-story-content h6 {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: var(--BODY, #1480b9);
  margin-bottom: 0;
}

.about-story-content p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: var(--BODY, #1480b9);
}

.about-story-shape {
  position: absolute;
  top: 0;
  right: 0;
}

/* About Story Section CSS End */

/* Team Section CSS Start */

.team-wrapper {
  padding: 120px 0 130px;
}

.team-wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(
    359deg,
    rgba(142, 204, 223, 0.25) 16.06%,
    rgba(142, 204, 223, 0) 103.41%
  );
  z-index: -1;
}

.team-title {
  position: relative;
  max-width: 568px;
  margin: 0 auto 60px;
  text-align: center;
}

.team-title::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 11px;
  width: 166px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.team-card {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
}

.team-second-col {
  position: relative;
  margin-top: -50px;
}

/*.team-card-img,
.team-card-img img {
  max-width: 360px;
  width: 100%;
  max-height: 390px;
  height: 100%;
}*/

.team-card-img, .team-card-img img {
     width: 100%; 
    height: 390px;
    /* height: 100%; */
    object-fit: cover;
    object-position: top;
}

.team-card-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, #000 -4.44%, rgba(0, 0, 0, 0) 40.62%);
}

/*.team-card-content {
  position: absolute;
  left: 48px;
  bottom: 20px;
  z-index: 1;
}*/

.team-card-content h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--white);
}

.team-card-content span {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--white);
}

/* Team Section CSS End */

/* Accommodation Section CSS Start */

.accommodation-wrapper {
  padding: 100px 0 70px;
}

.accommodation-top {
  max-width: 690px;
  margin: auto;
  text-align: center;
}

.accommodation-top h2 {
  position: relative;
  max-width: 490px;
  margin: 0 auto 40px;
}

.accommodation-top h2::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 11px;
  transform: translate(-50%);
  width: 497px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.accommodation-top p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: var(--BODY, #1480b9);
}

.accommodation-card {
  margin-top: 80px;
  text-align: center;
}

.accommodation-card h6, .accommodation-card a {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 121.3%;
  color: var(--BODY, #1480b9);
  margin-bottom: 20px;
  display: block;
}
.accommodation-img, .accommodation-img img {
    position: relative;
    width: 100%;
    display: flex;
    height: 100%;
    min-height: 256px;
    object-fit: cover;
    max-height: 256px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.accommodation-card:hover img{
  transform: scale(1.2);
}

.accommodation-img::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background: linear-gradient(1deg, #000 -5.69%, rgba(0, 0, 0, 0) 39.37%);
}

/* About Accommodation Section CSS End */

/* Register Section CSS Start */

.register-wrapper {
  padding: 100px 0 120px;
}

.register-top {
  max-width: 690px;
  margin: auto;
  text-align: center;
}

.register-top h2 {
  position: relative;
  max-width: 415px;
  margin: 0 auto 40px;
}

.register-top h2::after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 11px;
  width: 166px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.register-top p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: var(--BODY, #1480b9);
}

.register-container {
  max-width: 650px;
  margin: auto;
}

.register-card {
  position: relative;
  max-width: 292px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 19px 0px rgba(142, 142, 142, 0.25);
}

.arc-top h3 {
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: normal;
  padding: 33px 30px;
  color: var(--BODY, #1480b9);
  border-bottom: 1px dashed #4ba5c8;
  z-index: 1;
}

.arc-top h3 span {
  color: var(--003, #4d748e);
}

.arc-top h3::after {
  position: absolute;
  content: "";
  right: 26px;
  bottom: 40px;
  width: 99px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.arc-content {
  padding: 30px 20px 100px;
  text-align: center;
}

.arc-content h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 115.8%;
  text-transform: uppercase;
  color: var(--002);
  margin-bottom: 15px;
}

.arc-content span {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 115.8%;
  text-transform: uppercase;
  color: var(--BODY, #1480b9);
}

.arc-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.arc-btn a {
  display: block;
  width: 100%;
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
  background: var(--002, #4ba5c8);
}

.arc-btn a img {
  padding-left: 5px;
  margin-top: -5px;
}

/* Register Section CSS End */

/* What's Included Section CSS Start */

.included-wrapper {
  background: var(--002);
  padding: 120px 0;
  margin-top: 110px;
}

.included-title {
  max-width: 493px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.included-title h2 {
  position: relative;
  z-index: 1;
}

.included-title h2::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 11px;
  width: 263px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.included-content {
  max-width: 440px;
  margin: auto;
}

.included-content h6 {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
  color: var(--BODY, #1480b9);
}

.included-content ul li {
  position: relative;
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  padding: 2px 0 2px 20px;
  color: var(--title);
}

.included-content ul li::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--white);
  border-radius: 100%;
}

.included-shape {
  position: absolute;
  left: 0;
  top: 0;
}
.wp-block-heading {
    color: var(--BODY, #1480b9);
    font-family: "Work Sans", sans-serif;
}
.inner_section {
    padding: 80px 0;
}

.inner_section p, .inner_section li, .inner_section a {
    font-family: "Saira", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--black);
}

.inner_section a {
    color: var(--BODY, #1480b9);
    text-decoration: underline;
    transition: 0.3s all ease;
}

.inner_section a:hover {
    color: var(--002);
}
.inner_section li:after {
    position: absolute;
    content: "";
    top: 14px;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--black);
    border-radius: 100%;
}

.inner_section li {
    position: relative;
    padding-left: 15px;
}
/* What's Included Section CSS End */

/* Get In Touch Section CSS Start */

.git-wrapper {
  padding: 100px 0 120px;
}

.git-top {
  max-width: 595px;
  margin: auto;
  text-align: center;
}

.git-top h2 {
  position: relative;
  width: 380px;
  margin: 0 auto 40px;
}

.git-top h2::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 11px;
  width: 197px;
  height: 22px;
  background: #cbebfd;
  z-index: -1;
}

.git-top p {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: var(--BODY, #1480b9);
}

.git-form {
  max-width: 555px;
  margin: auto;
  padding-top: 70px;
}

.git-form-field {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 2px solid #4ba5c8;
}

.git-form-field label {
  display: block;
  max-width: 35%;
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: var(--BODY, #1480b9);
}

.git-form-field label span,
.follow-btn button span {
  color: #4d748e;
}

.git-form-field input {
  max-width: 65%;
  width: 100%;
  background: transparent;
  border: none;
}

.git-form-field input:focus {
  outline: 0;
}

.git-form ::placeholder {
  font-family: "Saira", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--BODY, #1480b9);
}

.git-form-field .social-media-icons {
  background: transparent;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  justify-items: left;
  align-items: center;
}

.git-form-field .social-media-icons a {
  padding: 0 4px;
}

.git-shape {
  position: absolute;
  right: 0;
  bottom: -50px;
}

/* Get In Touch Section CSS End */

/* Inner PagesCSS End */

/* Footer Section CSS Start */

.footer-wrapper {
  background: #1480b9;
  padding: 80px 0 40px;
}

.footer-menu {
  padding-top: 30px;
}

.footer-menu h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 102.8%;
  margin-bottom: 12px;
  color: var(--white);
}

.footer-menu h6 span {
  color: var(--002, #4ba5c8);
}

.footer-nav li a {
  font-family: "Saira", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--white);
  word-wrap: break-word;
}

.footer-bottom {
  padding-top: 80px;
}

.footer-copyright p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  color: var(--white);
}

.footer-navigation ul li {
  padding-right: 5px;
  color: var(--white);
}

.footer-navigation ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-decoration: underline;
  color: var(--white);
}

.footer-website span,
.footer-website span a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  color: var(--white);
}

.footer-website span a {
  text-decoration: underline;
}

.footer-icon {
  width: 130px;
}
.row.row_center {
  justify-content: center;
}

.footer-wrapper .logo.footer-logo {
    max-width: 100%;
 text-align: center
}

.footer-wrapper .logo.footer-logo img {
    max-width: 90px;
}
.footer-wrapper .logo.footer-logo p {
    color: #fff;
    margin-top: 10px;
}
.footer-wrapper .footer-regi-icon a img {
    max-width: 90px;
}


/* Footer Section CSS End */
/* Dev 14-02-2024 */
#Team .team-card-content span {
    word-wrap: break-word;
}


@media(max-width:991px){
  .footer-wrapper .logo.footer-logo {
    text-align: left;
  }

  .footer-wrapper .logo.footer-logo {margin-top: 30px;}

  .footer-wrapper .register-icon .footer-right {
    display: block!important;
}
}


@media(max-width:600px){
#Navigation .navbar .logo{
    max-width: 310px;
}
    .header-white-logo img {
        max-width: 120px;
    }
    .header-white-logo p {
    font-size: 10px;
    margin-top: 5px;
}
}
@media(max-width:359px){
      #Navigation .navbar .logo {
        max-width: 290px;
    }
     .header-white-logo img {
        max-width: 104px;
    }
}