@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

:root {
  --theme-color: #55a098;
  /* --theme-color-second: #000; */
}

html {
  scroll-behavior: smooth;
   overflow-x: hidden !important;
}
.rounded-3 {
  border-radius: 5px !important;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Roboto", sans-serif;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
  transition: all 0.6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  color: inherit;
}
p {
  margin: 0;
  line-height: 28px;
  margin-bottom: 8px;
  font-size: 17px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 75px;
}

h2 {
  font-size: 57px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 21px;
  font-weight: 800;
}

h5 {
}

h6 {
}

.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 90px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

/* navbar----------- */

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 25px;
  text-align: center;
  border: 2px solid var(--theme-color);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.m-backtotop > div.text {
  font-size: 5px;
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 20px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.gap-p p {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1190px;
  }
}

/* ---------------------- */
.small {
  display: none;
}

/* header-css-- */

div#main_header {
  padding: 20px 0px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99;
}

.hd_info a {
  color: #888;
  font-size: 16px;
  margin-left: 13px;
}
.hd_menu li a {
    color: #000;
    font-size: 15px;
    display: inline-block;
    padding: 18px 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.hd_menu li a:hover {
  color: var(--theme-color) !important;
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar li:hover a {
    color: #000;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar li:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color);
}
#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}
#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #e7e5e4;
  margin: 0 0 0 0;
}
ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 13px;
  display: block;
  width: 100%;
  padding: 10px 12px;
  margin: 0;
}
ul.dropdown-menu.fade-up {
  border: none;
  background: #f2efef;
  padding: 0px;
  min-width: inherit;
  width: 245px;
  border-radius: 0px;
  border-top: 3px solid var(--theme-color);
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0px;
  vertical-align: 0px;
  content: "\f107";
  border-top: 0px;
  font-family: FontAwesome;
  border-right: 0px;
  border-bottom: 0;
  border-left: 0px;
}

/* header-end-css-- */

/* main-css-- */

.banner_area {
  background:no-repeat center;
  padding-top: 390px;
  color: #fff;
  position: relative;
}
.banner_area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center!important;
  bottom: 0;
  background-size: 100%;
}
.hd_banner h1 {
  font-weight: 500;
  margin-bottom: 10px;
}
.hd_banner h1 strong {
  display: block;
}
a.hd-link {
    width: 120px;
    border: 1px solid #fff;
    color: #fff;
    height: 120px;
    border-radius: 100px;
    padding: 0 0;
    display: inline-block;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    padding-top: 35px;
    transition: all 0.5s;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


a.hd-link:hover {
  /* background: var(--theme-color); */
  color: #fff;
}


.dublin_tours .heading h2 {
  color: #55a098 !important;
  display: inline-block;
}
section.dublin_tours .heading span {
  text-align: right !important;
  color: #a0138f;
  display: block;
  font-size: 21px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.tours_service {
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.8s;
  overflow: hidden;
}
.img_tour {
  overflow: hidden;
}
.img_tour img {
  transition: all 0.8s;
}
.tours_service:hover .img_tour img {
  transform: scale(1.2) rotate(2deg);
}
.tours_service h4 a {
  color: #000;
  padding-top: 25px;
  display: block;
}
a.comon-btn {
  background: var(--theme-color);
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  letter-spacing: 3px;
  padding: 12px 56px;
  font-size: 17px;
  font-weight: 300;
  transition: all 0.5s ease-in-out;
}
a.comon-btn:hover {
  background: #121212;
  color: var(--theme-color);
  border-radius: 10px;
}

section.dublin_tours {
  padding: 90px 0 10px;
}

.bg-theme {
  background: var(--theme-color);
}
section.best_walking_areas.bg-theme.text-white .heading h2 {
  font-size: 39px;
}
.area_location {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 9px;
  min-height: 192px;
  margin-bottom: 15px;
  transition: all 0.6s ease-in-out !important;
}
.area_location h5 {
    font-size: 17px;
    color: #000;
    transition: all 0.6s ease-in-out;
    font-weight: 700;
}
.area_location img {
  margin-bottom: 14px;
  border-radius: 6px;
}
.area_location h5 {
  margin-bottom: 0px;
}
.area_location:hover h5 {
  color: #fff !important;
}
.area_location:hover {
  transform: scale(1.1) !important;
  background: #1e1e1e;
}
section.member_independent .heading {
  border-left: 7px solid #83a137;
  padding-left: 28px;
}

.expensive_dubai_city {
    background: no-repeat center;
    padding-top: 20px;
    padding-bottom: 122px;
    position: relative;
}
.expensive_dubai_city:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  bottom: 0;
  background-size: 100%;
}
.expensive_dubai_city .heading h2 {
  color: var(--theme-color);
}
.hd_info a:hover {
  color: var(--theme-color);
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  outline: 1px solid slategrey;
  border-radius: 5px;
}

.content.text-center.gap-p {
  padding: 30px 92px 0;
}

.review_post {
  background: #fff;
  box-shadow: 0px 4px 12px rgb(205 185 185 / 30%);
  padding: 26px 30px;
  margin: 30px 6px 0px;
  min-height: 290px;
  border: 1px solid #f3e8e8;
  border-radius: 8px;
}
.review_post h4 {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0px;
}
.review_post p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  min-height: 180px;
}
.owl-nav {
  display: none;
}
.get_form input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 2px solid #afafaf;
  color: #888;
  height: 51px;
}
.get_form textarea {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 2px solid #afafaf;
  color: #000;
  height: 91px;
}
.contact_Section .gap {
  margin-bottom: 16px;
}
.get_form button {
  background: transparent;
  color: #000;
  border: none;
  padding: 12px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px;
  transition: all 0.6s;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 4px;
  display: flex;
}
.get_form button i {
  font-size: 25px;
  transition: all 0.6s;
}
.get_form button:hover i {
  transform: translate(10px, 0px);
}
.contact_details {
  background: #000;
  color: #fff;
  padding: 78px 50px 90px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.contact_details:before {
  content: "";
  position: absolute;
  top: -37px;
  left: -29px;
  width: 234px;
  height: 234px;
  background: transparent;
  border: 1px solid rgb(42 42 42);
  border-radius: 100%;
}
.contact_details:after {
  content: "";
  position: absolute;
  width: 234px;
  height: 234px;
  background: transparent;
  border: 1px solid rgb(42 42 42);
  border-radius: 100%;
  right: -40px;
  bottom: -50px;
}
.contact_details h3 {
  margin-bottom: 25px;
}
.contact_details p {
  font-weight: 300;
  margin-bottom: 31px;
}
.contact_details li a {
  font-weight: 300;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.contact_details li a strong {
  font-weight: 500;
}
.contact_details h6 {
  margin-bottom: 0px;
  font-weight: 300;
  margin: 50px 0 0;
}
.contact_Section {
  position: relative;
}
section.contact_Section:before {
  position: absolute;
  background: var(--theme-color);
  content: "";
  right: 0;
  width: 120px;
  height: 100%;
  top: 0;
}

/* footer--- */

.footer_area {
  background: no-repeat center;
  padding: 90px 0px 150px;
  color: #fff;
  position: relative;
}
.footer_area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  bottom: 0;
  background-size: 100%;
}
.footer_info a img {
  margin-bottom: 27px;
  width: 330px;
}
.footer_link a {
  display: block;
  color: #fff;
  margin-bottom: 13px;
  font-weight: 300;
}
.footer_menu li a:hover {
  color: #55a098;
  letter-spacing: 2px;
}
.footer_info p {
  font-weight: 300;
  padding-right: 104px;
  line-height: 27px;
  font-size: 16px;
  margin: 24px 0 30px;
}
.social_icon a {
  color: #fff;
  background: #55a098;
  width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 37px;
  line-height: 38px;
  font-size: 21px;
  border-radius: 4px;
}
.footer_menu h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #55a098;
  margin-bottom: 30px;
}
.footer_menu li a {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 11px;
}
.copyright.text-center p {
  margin-bottom: 0px;
  font-size: 16px;
}
.copyright.text-center {
  margin: 40px 0 0;
}

/* ---------------- */

.inner_banner {
  padding: 116px 0px 37px;
  background: #daedeb;
}
.inner_banner h1 {
  margin-bottom: 6px;
  /* font-size: 50px; */
  text-transform: uppercase;
  font-weight: 800;
}
.about_man {
  position: relative;
}
.about_man span {
  position: absolute;
  /* top: 38px; */
  background: #fff;
  color: #000;
  font-size: 25px;
  padding: 9px 33px;
  left: 27%;
  bottom: -22px;
}
a.dark {
  background: #1e1e1e;
  color: #fff;
}
.form-check-input:checked {
  background-color: #55a098;
  border-color: #55a098;
}
.book_online_form {
  background: #1e1e1e;
  padding: 26px;
  color: #fff;
  border-radius: 2px;
  border: 4px solid var(--theme-color);
}
.book_online_form h3 {
  margin-bottom: 10px;
}
.book_online_form p {
  margin-bottom: 3px;
  font-size: 16px;
}
.point {
  margin: 22px 0 23px;
}
.book_online_form .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 8px;
  font-size: 15px;
}
.input_field input {
  width: 100%;
  outline: none;
  padding: 0px 12px;
  font-size: 16px;
  height: 44px;
  border: none;
  margin-bottom: 15px;
}
.input_field textarea {
  width: 100%;
  outline: none;
  padding: 12px 12px;
  font-size: 16px;
  height: 95px;
  border: none;
  margin-bottom: 6px;
}
.book_online_form button {
  background: #55a098;
}
.book_online_form h3 {
  margin-bottom: 10px;
  color: #55a098;
}
.input_field h4 {
  color: #55a098;
}

.time_pick h4 {
  color: #55a098;
  margin-bottom: 10px;
}
.time_pick {
  margin-bottom: 20px;
}
.book_online_form button {
  background: #55a098;
  color: #fff;
  border: none;
  width: 100%;
  height: 44px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 2px 0 20px;
}
img.payment {
  width: 100%;
}
.blog_content.mt-4.text-start h4 {
  margin-top: 30px !important;
}

.map {
  line-height: 0;
}
.get_form form p {
  color: #000;
  font-size: 15px;
  width: 100%;
}
.contact_details h5 a {
  background: #fff;
  font-size: 12px;
  width: 217px;
  line-height: 21px;
  font-style: italic;
  padding: 10px 12px;
  margin: 34px 0 0;
  display: block;
}
.contact_details h5 a:hover {
  color: var(--theme-color);
}
.pera_footer {
  display: flex;
  border-top: 2px solid #888;
  margin: 30px 0 0;
  padding: 30px 0 0;
}

.pera_footer p {
  padding: 0;
  margin: 0;
  padding-right: 42px;
}
.pera_footer a.hd-link {
  width: 190px;
  border: 2px solid var(--theme-color);
  color: #fff;
  background: rgba(85, 160, 152, 0.3);
  height: 82px;
  border-radius: 100px;
  padding: 0px 0;
  display: inline-block;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  transition: all 0.5s;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.footer_menu {
  padding-left: 62px;
}
a.call-icon-ftr {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  margin-top: 33px;
}
a.call-icon-ftr img {
  margin: 0 14px 0 0px;
}
.copyright.text-start.mt-5.d-flex.justify-content-between.align-items-center {
  margin-top: 110px !important;
}

/* new css */
/* about  */
#about_banner {
  background: no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#about_banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}
#about_banner h1 {
  text-transform: uppercase;
}
.heading h4 {
  font-weight: 200;
}
.about-sec-text {
  text-align: center;
}
.about-sec-text h5 {
  font-weight: 200;
  color: var(--theme-color);
}
.about-sec-text a {
  display: block;
  color: #000;
  margin-top: 10px;
}
.about-sec-text .social-icon {
  display: inline-block !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-back {
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 3px 4px 4px 1px #b5b5b5;
  border-radius: 5px;
}
/* contact  */
#contact_banner {
  background: no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#contact_banner h1 {
  text-transform: uppercase;
}
#contact_banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}
/* dublin-grand-tour */
#dublin-grand-tour {
  background: no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#dublin-grand-tour::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}

.texti-sec .owl-nav {
  display: block;
}
.texti-sec .owl-prev {
  position: absolute;
  left: 100px;
  bottom: 40%;
}
.texti-sec .owl-next {
  position: absolute;
  right: 100px;
  bottom: 40%;
}
.texti-sec .owl-prev span {
  background-color: #fff;
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  padding: 0px 20px;
  font-size: 46px;
  line-height: 0px;
}
.texti-sec .owl-next span {
  background-color: #fff;
  width: 50px !important;
  height: 50px;
  border-radius: 100%;
  padding: 0px 20px;
  font-size: 46px;
  line-height: 0px;
}
/* dublin-grand-walking-tour */
#museums-galleries-tour {
  background: no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#museums-galleries-tour::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}
/* james-joyce-tour-jemes */
#james-joyce-tour-jemes {
  background: no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#james-joyce-tour-jemes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}
/* georgian-architecture-tour */
#georgian-architecture-tour {
  background: no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#georgian-architecture-tour::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}
/* rising-tour-1916 */
#rising-tour-1916 {
  background:no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#rising-tour-1916::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}
/* reviews */
#reviews {
  background: no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#reviews::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}
/* blog */
#blog {
  background: no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#blog::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center !important;
  background: no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}
/* videos */
#videos {
  background: no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 490px;
  color: #fff;
  position: relative;
  padding-bottom: 100px;
}
#videos::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 93px;
  background: url(https://dublincitywalks.ie/wp-content/uploads/2025/12/shape-bg.png) no-repeat center;
  background-size: auto;
  bottom: 0;
  background-size: 100%;
}
.video-img iframe {
  border-radius: 15px;
  box-shadow: 1px 1px 1px 1px #666;
}

/* book online */
.book-online-img a img{
  border: 8px solid #eeeeee;
  border-radius: 100%;
}
.book-online-img a img:hover {
  border: 8px solid #4c938a;
  transition: all (0.5ms);
}
.book-online-img a img.active {
  border: 8px solid #4c938a;
}
.bookonline-p {
  margin-bottom: 30px;
}
.book-online-img p {
  margin-top: 15px;
}
.input_field input {
  width: 100%;
  outline: none;
  padding: 0px 12px;
  font-size: 16px;
  height: 44px;
  border: 1px solid #d5d5d5;
  margin-bottom: 15px;
}
.time_pick {
  margin-bottom: 0px !important;
  margin-top: 8px;
}
.time_pick p {
  margin-right: 5px;
}
.form-check {
  margin-left: 5px;
}
.input_field textarea {
  width: 100%;
  outline: none;
  padding: 12px 12px;
  font-size: 16px;
  height: 95px;
  border: 1px solid #d5d5d5;
  margin-bottom: 6px;
}
.online-make-payment a {
  background-color: #55a098;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 25px;
  letter-spacing: 3px;
}
.online-make-payment p {
  font-size: 16px;
}
.terms-and-condition {
  margin-top: 30px;
}
.terms-and-condition img {
  width: 100px;
}

.terms-and-condition a {
  margin-left: 10px;
  color: #000;
}
.heading.gap.gap-p h3 {
  margin-top: 30px;
}
.post-button {
  background: #55a098;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 45px;
  border: 1px solid #55a098;
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 20px;
}
.dublin_tours2 {
  overflow: hidden;
}
.best_walking_areas.bg-theme.text-white {
  position: relative;
}
.contact-form .contact_form form .date-input {
  color: #6f6f6f;
  font-size: 15px;
}
#radio-btn {
  width: 20px !important;
  height: 25px;
}
.input-form-1 {
  margin-top: 30px;
}
.input-form.input-form-1.d-flex input {
  margin-left: 11px;
}
.get_form .form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5F656F;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
    border-bottom-color: rgb(206, 212, 218);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  border-radius: 0px;
  border: none;
  appearance: none;
  border-bottom: 2px solid #afafaf;
}
.get_form .form-select:focus {
  border-color: #ffffff;
  outline: 0;
  
}
.owl-nav {
  display: block;
}
.owl-prev {
  position: absolute;
  bottom: 35%;
  width: 0px;
  left: -20px;
}
.owl-next {
  position: absolute;
  bottom: 35%;
  width: 0px;
  right: 0px;
}
.owl-next span {
  width: 62px;
  font-size: 65px;
}
.owl-prev span {
  font-size: 65px;
}
.banner_area {
  background: url(../image/IMG_0605.JPG) no-repeat center;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
} 

.dublin-about .heading h2 {
    color: #55a098!important;
    display: inline-block;
}


.faq h3,.faq h2 {
    font-family: var(--font-regular);
    text-align: end
}

.faq .heading {
    margin-right: 60px
}

.faq h2 {
    color: var(--theme-color);
    text-align: end;
    font-size: 73px
}

.faq .heading {
    position: relative
}

.faq .heading img {
    position: absolute;
    width: 170px;
    top: -42px;
    left: -47px
}

.faq .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem!important;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #e7e7e7;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-family: var(--span-font-2);
    font-weight: normal;
    padding: 1rem;
}

.faq .accordion-body {
    background: var(--theme-color);
    color: #fff
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none
}

.faq .accordion-body p {
    font-size: 15px
}

.faq .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #bcbcbc!important;
    border-radius: 5px;
    overflow: hidden
}

.faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--theme-color);
    box-shadow: none
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/themes/dublincitywalks.ie/assets/image/down.png);
    transform: var(--bs-accordion-btn-icon-transform)
}

.faq a.comon-btn {
    width: 18rem;
    text-align: center;
    padding: 12px 6px;
    border-radius: 10px
}
.faq .accordion-button::after {
 
    display: flex;
    align-items: center;
    justify-content: center;
}

.expensive_dubai_city .heading h2 {
    color: var(--theme-color);
    padding-bottom: 338px;
}
.expensive_dubai_city .heading  p{
  color: #fff;
}


section.texti-sec img {
    height: 250px;
    object-fit: cover;
}


.home-gallery .gall-img {
    border-radius: 10px;
    overflow: hidden;
    transition: 0.8s
}

.home-gallery .gall-img img {
    transform: scale(1);
    transition: 0.8s
}

.home-gallery .gall-img img:hover {
    transform: scale(1.1);
    transition: 0.8s
}

.dublin_tours2 .act-blogh li a{
  color: #5F656F;
  font-size: 14px;
  display: inline-block;
}
.dublin_tours2 .act-blogh li{
  margin-bottom: 10px;
}
/* Css 17.12.2025 */
.timepicker-wrapper {
  position: relative;
}

.timepicker-wrapper .dashicons {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}

.timepicker-wrapper input {
  padding-right: 40px;
}
.get_form .wpcf7-select{
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5F656F;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-bottom-color: rgb(206, 212, 218);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-radius: 0px;
    border: none;
    appearance: none;
    border-bottom: 2px solid #afafaf;
}
form.wpcf7-form.init p {
    margin-bottom: 0;
}
/* ///comment box css/// */

.inner-blog-comment form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-comment form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}
.inner-blog-comment #submit {
  color: #ffffff !important;
  background-color: #55a098 !important;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #55a098;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.5s;
}

.inner-blog-comment #submit:hover {
  background: #000000 !important;
  border: 1px solid #000000;
  color: #000;
  transition: 0.5s;
}
input#wp-comment-cookies-consent {
    width: 40px;
}

.blog_content h1{
	font-size: 50px;
}
.term-condition a{
	color: #55a098 !important;
}
.ftr-btn{
	color: #55a098 !important;
}
/* Blog Pagination CSS  */

.dub-pagi a.page-numbers{
	height: 50px !important;
    width: 90px !important;
    background: #cfcfcf !important;
    color: #000 !important;
	display: flex;
    align-items: center;
	justify-content: center;
}

.dub-pagi{
    display: flex !important;
    gap: 14px !important;
    justify-content: center !important;
}

.dub-pagi span.page-numbers.current{
    height: 50px !important;
    width: 90px !important;
    background: #55a098 !important;
    color: #fff !important;
	display: flex;
    align-items: center;
	justify-content: center;
}

.img_tour img{
	height:270px !important;
	object-fit: cover;
}