@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
	line-height: 1.2;
	color: #894123;
}

p {
    line-height: 1.6;    /* or 150% */
    margin-bottom: 1.2em; /* Space between paragraphs */
}


.aa_top_stripe_gap{
	height: 10px;
}

.aa_top_stripe{
	background-color: #5c4b36;
	color: #000;
}

.aa_top_stripe_white{
	background-color: #fff;
}

.aa_blue_color_logo_stripe{
	background-color: #4c4d3f;
}

.aa_blue_color_logo_stripe2{
	background-color: #5c4b36;
	background-image:url("../images/bg-stripe-banner-safari-guide-sri-lanka.jpg");
	background-repeat: repeat-x;
}


.aa_text_top_stripe{
	font-size: 16px;
	color: #fff;
	text-align: right;
	}

.aa_text_top_stripe_black{
	font-size: 16px;
	color: #333;
	text-align: right;
	}

.aa_text_top_stripe_center{
	font-size: 16px;
	color: #66b0f0;
	text-align:center;
	}

.aa_text_top_stripe_dark_blue{
	font-size: 16px;
	color: #66b0f0;
	}

.aa_text_general_content{
	font-size: 18px;
	text-align:justify;
}

.aa_text_general_paragraph_middle {
  max-width: 800px; /* Limit the width of the text */
  margin: 0 auto; /* Center the paragraph */
  padding: 0 15px; /* Add some padding for smaller screens */
  text-align: justify; /* Optional: Justify the text for a neat look */
  line-height: 1.5; /* Improve readability with proper line spacing */
 font-size: 18px;
}

.aa_text_small_content{
	font-size: 16px;
	text-align:justify;
}

.aa_text_small_center_content_brown{
	font-size: 18px;
	text-align:center;
	color: #5c4b37;
}

.aa_title_main{
	font-size: 30px;
	text-align: center;
	color: #5c4b37;
}

.aa_title_sub_left{
	font-size: 25px;
	text-align:left;
	color: #5c4b37;
}

.aa_title_sub_middle{
	font-size: 25px;
	text-align:center;
	color: #5c4b37;
}

.aa_title_main_right align{
	font-size: 30px;
	text-align: center;
	color: #5c4b37;
}


.aa_title_thumb_pictures{
	font-size: 26px;
	text-align: center;
	color: #014a8a;
}

.aa_text_general_pictures{
	font-size: 20px;
	text-align: center;
}

.aa_width_form_insert{
	width: 100px;
}

.aa_tbl_Bdr_form {
	border: 1px solid #b2afaf;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#0a5c81;
	text-align: left;
	font-weight: normal;
	background-color:#f5f6f6;
	  
}

.aa_txt_input_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #b2afaf;
	padding-left:5px;
	width:200px;
	background-color: #fff;
}


.aa_btn_form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #054764;
	border: 1px solid #b2afaf;
	padding-left:5px;
	width:96px;
	background-color:#dfe0e1;
	height:21px;
}

a.lnk_safari_list:link {
	font-size: 15px;
	text-align:left;
	color: #d48e4d;
} 

a.lnk_safari_list:active {
	font-size: 15px;
	text-align: center;
	color: #d48e4d;
} 

a.lnk_safari_list:visited {
	font-size: 15px;
	text-align: center;
	color: #c46d07;
} 


a.lnk_safari_list:hover {
	font-size: 15px;
	text-align: center;
	color: #5c4b37;
}



a.lnk_thumb_under_pic:link {
	font-size: 22px;
	text-align:left;
	color: #d48e4d;
} 

a.lnk_thumb_under_pic:active {
	font-size: 22px;
	text-align: center;
	color: #d48e4d;
} 

a.lnk_thumb_under_pic:visited {
	font-size: 22px;
	text-align: center;
	color: #c46d07;
} 


a.lnk_thumb_under_pic:hover {
	font-size: 22px;
	text-align: center;
	color: #5c4b37;
}


/* Add spacing between columns and rows */
.custom-gap > [class*='col-'] {
  padding: 10px; /* controls the gap between columns */
}

/* Ensure card takes full space without collapsing */
.custom-card {
  border: 1px solid #000; /* keeps single border visible */
  height: 100%; 
  background: #fff;
}

/* On small screens, add extra spacing */
@media (max-width: 768px) {
  .custom-gap > [class*='col-'] {
    padding: 15px 10px; /* more gap for mobile view */
  }
}


/* Container for all cards */
.custom-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* space between cards */
  margin: 20px;
}

/* Individual card */
.custom-card {
  width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 15px;
  text-align: center;
  transition: transform 0.3s;
}

.custom-card:hover {
  transform: translateY(-5px);
}

/* Logo */
.custom-card img {
  max-width: 80px;
  margin-bottom: 10px;
}

/* Name */
.custom-card h3 {
  font-size: 18px;
  margin: 10px 0 5px;
}

/* Phone and Address */
.custom-card p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}

/* Button */
.custom-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background: #0073e6;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}

.custom-btn:hover {
  background: #005bb5;
}