a:focus, a:hover {
  color: #e74c3c !important;  
  text-decoration: none !important;
}
.h1, .h2, .h3, h1, h2, h3,h4 {
    font-family: Montserrat, Helvetica !important;;
    
}
/* Navbar Genel Ayarlar */
.navbar {
    border: none;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
.navbar-default {
  background-color: #f8f8f8;
  border: none !important;
}
.navbar-brand img {
    height: 48px;
    width: auto;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 35px;
}
.navbar-nav > li > a {
    color: #000 !important;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 10px;
    font-family: Montserrat, Helvetica;
    margin: 14px 5px 0px 0px;
    padding: 10px 10px 11px 10px;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #dc3545;
    background-color: transparent;
}
.navbar-right > li > a:hover {
  color: #fff !important;
  background-color: #858b8c !important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff !important;
  background-color: #dc3946 !important;
  border-radius: 5px;
}
.navbar-center > li > a:hover {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-radius: 5px;
  margin: 14px 5px 0px 5px;
}
/* Dropdown MenÃ¼ler */
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    width: 100px;
    margin-top: 0;
    background-color: #e04f5b;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-weight: bold;
  }  
}
.dropdown-menu {
    background-color: #fff;
    /*! border: 1px solid #ddd; */
    border-radius: 4px;
    /*! box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

.dropdown-menu > li > a {
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
}

.dropdown-menu > li > a:hover {
    background-color: #f5f5f5;
    color: #dc3545;
}

.navbar-right .btn {
    border-radius: 20px;
    font-weight: bold;
    background-color: transparent;
    border: 3px solid;
    border-color: var(--rusty-red);
    border-radius: 20px;
    height: 38px;
    width: 88px;
    color: #dc3946 !important;
    padding: 5px !important;
}

.navbar-right .btn-danger {
    background-color: #dc3545;
    color: #fff;
    border: none;
}

.navbar-right .btn-outline-danger {
    border: 2px solid #dc3545;
    color: #dc3545;
    background-color: transparent;
}

.navbar-right .btn-outline-danger:hover {
    background-color: #dc3545;
    color: #fff;
}

.navbar-right .glyphicon {
    margin-left: 5px;
}

.navbar-right a {
    margin-left: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #dc3545 !important;
}

/* Search Genel Ayarlar */
.search-section {
    background-image: url('/images/search-1.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
    /*! margin-top: -20px; */
}


.search-section .container .row:first-child{
  margin-bottom: 0px;
  margin-left: 10px;
}
.search-section .container .row:nth-child(2) .col-md-12 .tab-content {
  margin-top: -25px;
}
/* Tab Ayarlar */
.search-tabs {
    margin-bottom: 19px;
    border-bottom: none;
    display: inline-block;
}

.search-tabs li {
    display: inline;
    margin: 0px 11px 0px 0px;
}

.search-tabs li a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #dc3545;
    border-radius: 5px;
}

.search-tabs li.active a,
.search-tabs li a:hover {
    /*! background-color: #dc3545; */
    color: #dc3545;
    /*! border: 1px solid #dc3545; */
}

/* Form Ayarlar */
.search-form {
  margin-top: 0px;
  padding: 10px;
  background-color: #00000073;
  border-radius: 10px;
  display: block;
  height: 75px;
}

.search-form .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 1px;
}

.search-form .form-control {
    height: 55px;
    font-size: 14px;
    padding-left: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-align: left !important;
}
 
.search-form .form-group:first-child{
  width: 42%;
}
.search-form .form-group:nth-child(4){
  width: 120px !important;
}
.search-form .form-group:nth-child(5){
  width: 150px !important;
}
.form-control {
  padding: 20px 12px 20px 42px !important;;
}
.search-form .input-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 18px;
    color: #dc3545;
}

.search-form .btn {
    height: 55px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
} 
.search-section .form-group {
    margin-bottom: 10px;
}

.form-group input.form-control {
    text-align: center;
}

.person-selection {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.person-selection button {
    width: 30px;
    padding: 5px;
    text-align: center;
}

button[type="submit"] {
    /*! margin-top: 20px; */
}
.btn-group-sm > .btn, .btn-sm {
  width: 30px !important;
}
#adults{
  width: 100px !important;
  float:left;
}


/* Promotions Ayarlar */
.featured-offers {
  margin-top: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255,255,255,0) 100%);
}

.carousel {
  position: relative;
}

.carousel-inner .item img {
  width: 100%;
  height: auto;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 5px;
}

.side-offer {
  margin-bottom: 15px;
  text-align: center;
  width: 46%;
  height: 189px;
  float: left;
  margin: 0px 4px 10px 4px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #fff;
}

.side-offer img {
  border-radius: 5px;
  margin-bottom: 10px;
  display: block;
  max-width: 100%;
  height: 110px;  
}

.side-offer h4 {
  font-size: 14px;
  font-weight: bold;
}

.side-offer p {
  font-size: 14px;
  color: #666;
}

.img-circle {
  border-radius: 50%;
  float: left;
  height: 100px;
  margin-right: 10px;
} 
.promotion-top{
	margin:30px 0px 60px 0px;
} 
.promotion-top .col-md-3 p{
	text-align:left;
	font-size:14px;
	font-weight:bold;
} 















/* Popular Tours Ayarlar */

.popular-tours {
  padding: 40px 0;
}
.section-title {
  font-size: 22px;
  color: #dc3946;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0px;
}

.section-subtitle {
  font-size: 36px;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.popular-tours .container .row .col-md-3{
  padding: 0px !important;
  margin: 5px 5px;
  width: 24%;
}
.tour-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-color: #dc394633;
  border-left-style: none;
  border-radius: 10px;
  border-right-style: none;
  border-top-style: none;
  box-shadow: 0px 0px 10px #0000001a;
  margin-bottom: 10px;
  /*! margin: 5px 5px; */
}

.tour-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.tour-card img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tour-info {
  padding: 15px;
  text-align: center;
}

.tour-info {
  padding: 15px;
  text-align: left;
  height: 145px;
  display: block;
}
.tour-info h4:hover {
  color:#dc3946;
  text-decoration: none !important;
}
.tour-info h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 37px;
  margin-top: 0px;
}
.tour-info p {
  font-size: 14px;
  color: #dc3946;
  margin: 5px 0;
  font-weight: 600;
}
.tour-info p i {
  color: #000;
}
.tour-info p:nth-child(2) {
  border-bottom: dashed 1px #dc3946;
  padding: 5px 10px 5px 0px;
}
.tour-info p:nth-child(3) {
  color: #000 !important;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
}

.tour-price {
  font-size: 20px !important;
  color: #dc3946 !important;
  font-weight: bold !important;;
  float: right;
  margin: -34px -7px 0px 0px !important;
  text-align: right;
}


/* Blog Ayarlar */

.blog-section {
  /*! margin-top: 50px; */
  padding-bottom: 50px;
}

.blog-section .section-title {
  font-size: 24px;
  color: #dc3946;
  margin-bottom: 10px;
  text-align: left;
}

.blog-section .container .row .col-md-3{
  padding: 0px !important;
  margin: 5px 5px;
  width: 24%;
}
.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-color: #dc394633;
  border-left-style: none;
  border-radius: 10px;
  border-right-style: none;
  border-top-style: none;
  box-shadow: 0px 0px 10px #0000001a;
  margin-bottom: 10px;
  /*! margin: 5px 5px; */
}

.blog-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  color: #dc3946;
}

.blog-card img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-info {
  padding: 15px;
  text-align: left;
  height: 108px;
  display: block;
}
.blog-info h4:hover {
  color:#dc3946;
  text-decoration: none !important;
}
.blog-info h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 55px;
  margin-top: 0px;
  border-bottom: dashed 1px #dc3946;
  padding: 5px 10px 5px 0px;  
}
.blog-info p {
  font-size: 14px;
  margin: 8px 0;
  font-weight: 500;
}
.blog-info p i {
  color: #000;
}



/* Info Ayarlar */
.info-section {
  padding: 50px 0 0px 0;
  background-color: #fff;
  margin-bottom: -50px;
}
.info-section .col-sm-3{
  padding: 0px 0;
}

.info-card {
  padding: 20px;
  border-right: 1px solid #eee;
  margin-bottom: -31px;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 250px;
}
.info-section .col-sm-3:last-child .info-card{
  border: none !important;
}
.info-card:hover {
  transform: translateY(-5px);
  /*! box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.info-icon img {
  height: 81px;
  margin-bottom: 15px;
}

.info-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #434445;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 14px;
  color: #b5b5b5;
}

.newsletter {
  margin-top: 60px;
  background-color: #dc3946;
  color: #fff;
  padding: 50px 30px;
  border-radius: 8px;
}

.newsletter p {
  font-size: 18px;
  margin-top: 8px;
  float: left;
  display: block;
}

.newsletter-form {
  display: flex;
  justify-content: right;
  align-items: right;
  gap: 10px;
}

.newsletter-form .form-control {
  width: 70%;
  border-radius: 4px;
}

.newsletter-form .btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}

.newsletter-form .btn:hover {
  background-color: #444;
}

/* Footer Ayarlar */



.footer-section {
  background-color: #333;
  color: #fff;
  padding: 100px 0 40px 0;
}
.footer-section .col-sm-3 {
  border-right: 1px solid #757070;
  height: 200px
}
.footer-section .col-sm-3:last-child {
  border:none;
}
.footer-section h4 {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
  text-align: center;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.contact-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-bottom: 10px;
}

.contact-section h4 {
  margin-bottom: 20px;
  text-transform: inherit;
  text-align: left;
}

.contact-section p {
  /*! margin: 5px 0; */
}

.contact-section i {
  margin-right: 20px;
  color: #fff;
  font-size: 24px;
  /*! padding: 11px; */
  /*! background-color: white; */
  /*! border-radius: 27px; */
  /*! width: 38px; */
  /*! height: 38px; */
}

.contact-section i:hover {
  color: #dc3946;
}



.text-center i {
  margin-right: 15px;
  font-size: 20px;
  color: #bbb;
}

.text-center i:hover {
  color: #fff;
}

.footer-legal {
  color: #bbb;
  padding: 20px 0;
  font-size: 14px;
}

.footer-legal p {
  line-height: 1.6;
  margin: 0;
  font-size: 12px;
}

.footer-legal a {
  color: #fff;
  text-decoration: underline;
}

.footer-legal a:hover {
  color: #ddd;
}

.footer-legal .footer-logo {
  margin: 5px;
  max-height: 70px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 10px;
}

.footer-bottom .col-sm-8 {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.footer-bottom img{
  width: 100px;
  margin-top: -5px;
}
.footer-logo{
  float:left;
}
.footer-bottom a {
  color: #bbb;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

/* Align links and logos */
.footer-legal .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-legal .footer-logo {
  max-height: 70px;
  margin: 0px 0px 0px 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-legal .container {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal .footer-logo {
    margin: 10px 0;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}


.navbar-brand {
  float: left;
  height: 50px;
  padding: 10px !important;
  font-size: 18px;
  line-height: 20px;
}

#navbar-menu {
  /*! display: flex; */
  justify-content: center !important;
  align-items: center !important;
  float: right;
} 
.navbar-right {
margin-left: 5px !important;
}
.navbar-right > li:nth-child(3) > a {
  color: #fff !important;
  padding: 25px 5px 15px 5px;
}
.phone-link {
  background-color: #dc3946;
  height: 69px;
  width: 191px;
  display: block;
  color: #fff !important;
  font-weight: bolder !important;
  font-family: Montserrat, Helvetica;
  font-size: 14px !important;
  padding-top: 24px !important;
  margin: 0px 5px !important;
  /*! border-radius: 5px; */
}
.navbar-right > li:first-child a{
  color:red !important;
  margin-top: 15px;
  border-radius: 20px;
  /*! padding: 10px 5px 15px 10px !important; */
  border-radius: 20px;
}
.navbar-right > li:first-child a:hover{
  color:#fff !important;
  border-radius: 20px;
}
.navbar-right > li:nth-child(2) a{
  color:#dc3946 !important;
  margin: 17px 5px 5px 5px;
}
.navbar-right > li:nth-child(2) a:hover{
  color:#fff !important;
  border-radius: 20px;
  font-weight: bold;
  background-color: transparent;
  border: 3px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-color: var(--rusty-red);
  border-radius: 20px;
  height: 38px;
  width: 88px;
  padding: 5px !important;  
}

.phone-link{
background-color: #dc3946;
  height: 69px;
  width: 170px;
  display: block;
color: #fff !important;
font-weight: bolder !important;
font-family: Montserrat, Helvetica;
font-size: 16px !important;
padding-top: 24px !important;
margin: 0px 5px !important;
text-align: center;
 } 
 
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.so-padding {
    padding: 0px 0px 0px 10px !important;
	
}

/* General Contact Section Styles */
.contact-section {
  background-color: #333;
  color: white;
  padding: 10px 0;
}

.contact-section h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}

.contact-info p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.contact-info p span{
  line-height: 1.5;
}
.contact-info p span:last-child{
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin-left: 55px;
  margin-top: -5px;
  display: block;
}
whatsapp-number p {
  font-size: 22px;
  color: #25d366;
  font-weight: bold;
}
.contact-info p i {
  color: #000;
  margin-right: 10px;
  padding: 8px;
  background-color: white;
  border-radius: 30px;
  font-size: 21px;
}
.whatsapp-number p .fa-whatsapp {
  color: #25d366;
  margin-right: 10px;
  padding: 0px;
  border-radius: 30px;
  background: none !important;
  font-size: 40px;
  display: block;
  float: left;
}
.whatsapp-number p span{
  margin-top: 5px;
  display: block;
  float: left;
  font-size: 20px;
  color: #25d366;
  font-weight: bold;  
}
/* Social Media and App Links */
.social-links {
  margin-top: 40px;
}

.social-icons {
  display: flex;
  gap: 20px;
}

.social-icon {
  font-size: 30px;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #e74c3c;
}

.app-links {
  display: flex;
  gap: 20px;
}

.app-link img {
  width: 140px;
  height: auto;
  transition: opacity 0.3s ease;
}

.app-link img:hover {
  opacity: 0.8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-info {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    float: left;
  }
.contact-section h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
  display: block ruby;
  text-align: left;
}
  .contact-section .col-md-3:nth-last-child(2) h3{
    float:left;
    
    width: 100%;
}
  .social-icons,
  .app-links {
    justify-content: center;
  }
}

/* Small Devices (Portrait Tablets and Phones) */
@media (max-width: 768px) {
/* General Styles */
a:focus, a:hover {
  color: #e74c3c !important;  
  text-decoration: none !important;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
  font-family: Montserrat, Helvetica !important;
}

/* Navbar Genel Ayarlar */
.navbar {
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.navbar-default {
  background-color: #f8f8f8;
  border: none !important;
}

.navbar-brand img {
  height: 38px;
  width: auto;
  padding-left: 10px;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 35px;
}

.navbar-nav > li > a {
  color: #000 !important;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 10px;
  font-family: Montserrat, Helvetica;
  margin: 0px 5px;
  padding: 10px 6px;
  float: left;
  border-radius: 5px;
}
.phone-link {
  padding: 20px 10px 24px 10px !important;
  font-size: 20px !important;
  width: auto;
  height: 62px !important;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #dc3545;
  background-color: transparent;
}

.navbar-right > li > a:hover {
  color: #fff !important;
  background-color: #858b8c !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff !important;
  background-color: #dc3946 !important;
  border-radius: 20px;
}

.navbar-center > li > a:hover {
  color: #fff !important;
  background-color: #dc3545 !important;
  /*! border-radius: 5px; */
  margin: 0px 5px;
}

/* Search Section */
.search-section {
  background-image: url('/images/search-1.png');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  height: 500px;
}

.search-tabs {
  margin-bottom: 20px;
  border-bottom: none;
  display: inline-block;
}

.search-tabs li {
  display: inline;
  margin: 0px 5px 0px 0px;
}

.search-tabs li a {
  padding: 10px 20px !important;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #dc3545;
  border-radius: 5px;
}

.search-tabs li.active a,
.search-tabs li a:hover {
  background-color: #fff;
  color: #dc3545;
}

/* Form Ayarlar */
.search-form {
  margin-top: 0px;
  padding: 10px;
  background-color: #00000073;
  border-radius: 10px;
  display: block;
  height: 340px;
}

.search-form .form-group {
  position: relative;
  margin-bottom: 20px;
  padding: 0px 1px;
}

.search-form .form-control {
  height: 55px;
  font-size: 14px;
  padding-left: 40px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.search-form .form-group:first-child {
  width: 100%;
}

.search-form .form-group:nth-child(4) {
  width: 120px !important;
}

.search-form .form-group:nth-child(5) {
  width: 150px !important;
}

.form-control {
  padding: 20px 12px 20px 42px !important;
}

.search-form .input-icon {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 18px;
  color: #dc3545;
}

.search-form .btn {
  height: 55px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  width: 100%;
}

.search-section .form-group {
  margin-bottom: 10px;
}

.form-group input.form-control {
  text-align: center;
}

.person-selection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.person-selection button {
  width: 30px;
  padding: 5px;
  text-align: center;
}

/* Featured Offers */
.featured-offers {
  margin-top: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255,255,255,0) 100%);
}

.carousel {
  position: relative;
}

.carousel-inner .item img {
  width: 100%;
  height: auto;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 5px;
}

/* Popular Tours */
.popular-tours {
  padding: 40px 0;
}

.section-title {
  font-size: 22px;
  color: #dc3946;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0px;
}

.section-subtitle {
  font-size: 36px;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 10px;
}

.popular-tours .container .row .col-md-3 {
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
  text-align: center;
}

.tour-card {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-color: #dc394633;
  border-left-style: none;
  border-radius: 10px;
  border-right-style: none;
  border-top-style: none;
  box-shadow: 0px 0px 10px #0000001a;
  margin-bottom: 10px;
  text-align: center;
}

.tour-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.tour-card img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tour-info {
  padding: 15px;
  text-align: left;
  height: 145px;
  display: block;
}

.tour-info h4:hover {
  color:#dc3946;
  text-decoration: none !important;
}

.tour-info h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 37px;
  margin-top: 0px;
}

.tour-info p {
  font-size: 14px;
  color: #dc3946;
  margin: 5px 0;
  font-weight: 600;
}

.tour-info p i {
  color: #000;
}

.tour-info p:nth-child(2) {
  border-bottom: dashed 1px #dc3946;
  padding: 5px 10px 5px 0px;
}

.tour-info p:nth-child(3) {
  color: #000 !important;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
}

.tour-price {
  font-size: 32px !important;
  color: #dc3946 !important;
  font-weight: bold !important;
  float: right;
  margin: -42px -7px 0px 0px !important;
  text-align: right;
}

/* Blog Section */
.blog-section {
  /*! margin-top: 50px; */
  padding-bottom: 50px;
}

.blog-section .section-title {
  font-size: 24px;
  color: #dc3946;
  margin-bottom: 10px;
  text-align: left;
}

.blog-section .container .row .col-md-3 {
  padding: 0px !important;
  margin: 0px;
  width: 100%;
  text-align: center;
}

.blog-card {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-color: #dc394633;
  border-left-style: none;
  border-radius: 10px;
  border-right-style: none;
  border-top-style: none;
  box-shadow: 0px 0px 10px #0000001a;
  margin-bottom: 10px;
  text-align: center;
}

.blog-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  color: #dc3946;
}

.blog-card img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-info {
  padding: 15px;
  text-align: left;
  height: 108px;
  display: block;
}

.blog-info h4:hover {
  color:#dc3946;
  text-decoration: none !important;
}

.blog-info h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  height: 55px;
  margin-top: 0px;
  border-bottom: dashed 1px #dc3946;
  padding: 5px 10px 5px 0px;
}

.blog-info p {
  font-size: 14px;
  margin: 8px 0;
  font-weight: 500;
}

.blog-info p i {
  color: #000;
}

/* Info Section */
.info-section {
  padding: 0px 0 0px 0;
  background-color: #fff;
  margin-bottom: -50px;
}

.info-section .col-sm-3 {
  padding: 0px 0;
}

.info-card {
  padding: 20px;
  border-right: 1px solid #eee;
  margin-bottom: -31px;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 250px;
}

.info-section .col-sm-3:last-child .info-card {
  border: none !important;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.info-icon img {
  height: 81px;
  margin-bottom: 15px;
}

.info-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #434445;
  margin-bottom: 10px;
}

.info-card p {
  font-size: 14px;
  color: #b5b5b5;
}

/* Newsletter Section */
.newsletter {
  margin-top: 30px;
  background-color: #dc3946;
  color: #fff;
  padding: 50px 30px;
  border-radius: 8px;
}

.newsletter p {
  font-size: 20px;
  margin-bottom: 15px;
  float: inherit;
}

.newsletter-form {
  display: flex;
  justify-content: right;
  align-items: right;
  gap: 10px;
}

.newsletter-form .form-control {
  width: 70%;
  border-radius: 4px;
}

.newsletter-form .btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}

.newsletter-form .btn:hover {
  background-color: #444;
}

/* Footer Section */
.footer-section {
  background-color: #333;
  color: #fff;
  padding: 100px 0 40px 0;
}

.footer-section .col-sm-3 {
  border-right: 1px solid #757070;
  height: auto;
}

.footer-section .col-sm-3:last-child {
  border:none;
}

.footer-section h4 {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
  text-align: center;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

.contact-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  margin-bottom: 10px;
}
.contact-section .col-md-3 {
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  display: grid;
  }
  
.contact-section h4 {
  margin-bottom: 20px;
  text-transform: inherit;
  text-align: left;
}

.contact-section p {
  margin: 5px 0;
}

.contact-section i {
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  padding: 14px;
  background-color: white;
  border-radius: 27px;
  width: 42px;
  height: 42px;
}

.contact-section i:hover {
  color: #dc3946;
}

.text-center i {
  margin-right: 15px;
  font-size: 20px;
  color: #bbb;
}

.text-center i:hover {
  color: #fff;
}

.footer-legal {
  color: #bbb;
  padding: 20px 0;
  font-size: 14px;
}

.footer-legal p {
  line-height: 1.6;
  margin: 0;
  font-size: 12px;
}

.footer-legal a {
  color: #fff;
  text-decoration: underline;
}

.footer-legal a:hover {
  color: #ddd;
}

.footer-legal .footer-logo {
  margin: 5px;
  max-height: 56px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 10px;
}

.footer-bottom .col-sm-8 {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.footer-bottom img {
  width: 100px;
  margin-top: -5px;
  float: none;
}

.footer-logo {
  float:left;
}

.footer-bottom a {
  color: #bbb;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-legal .container {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal .footer-logo {
    margin: 10px 5px;
  }

  .footer-bottom p {
    font-size: 12px;
  }

  .footer-section .col-sm-3 {
    width: 100%; 
    padding: 10px;
  }

  .footer-section h4 {
    text-align: center;
  }
   
  .navbar-header {
    text-align: center; 
  }
 
  .navbar-toggle {
    margin-top: 15px;
  }

  .navbar-nav {
    text-align: center;
    margin-left: 0px !important;
    vertical-align: top;
  }

  .navbar-nav li {
    display: inline-block;
    margin: 4px 0;
  }

  .navbar-nav a { 
    padding: 15px; 
  }

  .social-icons, 
  .app-links {
    justify-content: center;
    display: inline-block;
    float: left;
  }
.promotion-top {
  display: none;
}
.phone-link {
  height: 43px;
}
}
}