/*
Theme Name: Summiters_Club
Theme URI: http://example.com/summitersclub
Author: Luka
Author URI: http://example.com
Description: A custom WordPress theme
Version: 1.0
*/

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

hr {
	display: none !important;
}

body {
	margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, sans-serif;
}

header {
    background-color: #333;
	padding-top: 0 !important;
}

header nav {
    text-align: center;
}

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

header nav ul li {
    display: inline-block;
    margin: 0 10px;
}

footer {
    background-color: #333;
    padding: 0 !important;
    color: #fff;
    text-align: center;
}

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

footer nav ul li {
    display: inline-block;
    margin: 0 10px;
}

//form stle

.elementor-field-group.elementor-column.elementor-field-type-submit {
  visibility: hidden;
}

.custom-booking-form {
  max-width: 550px !important;
  margin: 0 auto !important;
/*   padding: 35px !important; */
/*   background: #f0f8ff !important; ძალიან ღია ცისფერი */
/*   border-radius: 8px !important; */
/*   box-shadow: 0 4px 15px rgba(0, 102, 204, 0.2) !important; */
  font-family: "Poppins", sans-serif !important;

  .booking-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    color: #003366 !important; /* მუქი ცისფერი */
    text-transform: uppercase !important;
  }

  label {
    font-weight: 500 !important;
    font-size: 15px !important;
    display: block !important;
    margin-bottom: 6px !important;
    color: #00509e !important; /* ღია ცისფერი */
  }

  .form-control {
    width: 100% !important;
    padding: 12px !important;
    border-radius: 6px !important;
    border: 1px solid #66a3ff !important; /* ღია ცისფერი ბორდერი */
    background: #ffffff !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;

    &:focus {
      border-color: #0044cc !important;
      box-shadow: 0 0 5px rgba(0, 68, 204, 0.4) !important;
    }
  }

  textarea.form-control {
    height: 100px !important;
    resize: none !important;
  }

  [type="submit"] {
    width: 100% !important;
    padding: 12px !important;
    border: none !important;
    border-radius: 6px !important;
    background: #0066cc !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;

    &:hover {
      background: #0044aa !important;
    }
  }
}




// and form

.custom-booking-form {
  max-width: 600px !important;
  margin: 0 auto !important;
/*   padding: 30px !important; */
/*   background: #fff !important; */
/*   border-radius: 10px !important; */
/*   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important; */
}
  
  .booking-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    color: #1e3a8a !important;
  }

  label {
    font-weight: 600 !important;
    font-size: 16px !important;
    display: block !important;
    margin-bottom: 8px !important;
    color: #374151 !important;
  }

  .form-control {
    width: 100% !important;
    padding: 12px !important;
    border-radius: 5px !important;
    border: 1px solid #d1d5db !important;
    background: #f9fafb !important;
    transition: all 0.3s ease !important;

    &:focus {
      border-color: #2563eb !important;
      box-shadow: 0 0 5px rgba(37, 99, 235, 0.5) !important;
    }
  }

  textarea.form-control {
    height: 100px !important;
    resize: none !important;
  }

  [type="submit"] {
    width: 100% !important;
    padding: 12px !important;
    border: none !important;
    border-radius: 5px !important;
    background: #2563eb !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;

    &:hover {
      background: #1e40af !important;
    }
  }
}



/* booking start */



.dates {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

.date-title {
	color: #001D3D !important;
	font-size: 20px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 700 !important;
}


.date {
	color: #757575 !important;
	font-size: 16px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 500 !importnat
}
	
/* booking end */
.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    display: none !important;
}

/* Default desktop styles */
/* General Styles */

.hero {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;

  .hero-container {
    width: 100%;
    height: 100%;
    position: relative;

    img.hero-Image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    // შავი ფერის გადასაფარებელი
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #040404;
      opacity: 0.6; // გამჭვირვალობა შეგიძლია შეცვალო სურვილის მიხედვით
      pointer-events: none; // რომ არ დაბლოკოს კლიკები
    }

    .hero-single-post {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      font-size: 40px;
/*       background: rgba(0, 0, 0, 0.5); */
      font-weight: bold;
      font-family: "Poppins", "Roboto", sans-serif;
      padding: 10px 20px;
      border-radius: 8px;
      z-index: 2; // ტექსტი რომ ზემოთ გამოჩნდეს
    }
  }
}
.comment-body {
	display:flex !important;
	flex-direction: column !important;
	gap: 12px !important
}

.reply {
	padding-bottom: 12px !important;
}

#comments {
	padding-bottom: 12px !important;
}

.single-post {
    border-radius: 5px !important;
    background-color: #fff !important;
}

.comments-section {
    background: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    margin-top: 40px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.comments-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #001D3D !important;
    margin-bottom: 15px !important;
}

.comments-wrapper {
    background: #fff !important;
    padding: 15px !important;
    border-radius: 8px !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.no-comments {
    font-size: 16px !important;
    color: #666 !important;
    text-align: center !important;
    padding: 10px !important;
}

.comment-list li {
    padding: 10px !important;
    border-bottom: 1px solid #ddd !important;
    list-style: none !important;
}

.comment-author {
    font-weight: bold !important;
    color: #0073aa !important;
}

.comment-content {
    font-size: 14px !important;
    color: #333 !important;
}

.comment-reply-link {
    font-size: 12px !important;
    color: #0073aa !important;
    text-decoration: none !important;
}

.comment-reply-link:hover {
    text-decoration: underline !important;
}

.comment-form {
    background: #fff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.comment-form input, .comment-form textarea {
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
}

.comment-form textarea {
    min-height: 100px !important;
}

.comment-form button {
    background: #0073aa !important;
    color: white !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
}

.comment-form button:hover {
    background: #005580 !important;
}


.status {
	color: #32d296 !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
}

/* დიდი ჰედერის სტილიზაცია */
.large-header {
    position: relative;
    text-align: center;
    color: #fff;
}

.header-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-text {
    position: relative;
    z-index: 1;
    padding: 80px 20px; /* შეასწორეთ padding და ზომები */
}

.header-text h1 {
    font-size: 3rem; /* შეგიძლიათ შეცვალოთ ტექსტის ზომა */
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* ტექსტის ეფექტი */
}


/* Featured image */

.wp-block-post-featured-image-wrapper {
    width: 100%;
    display: flex;
	justify-content: center;
	margin-top: 100px;
    margin-bottom: 40px;
	height: auto;
}
.wp-block-post-featured-image:not(.wp-block-post-featured-image-wrapper img) {
    display: none !important;
}

.wp-block-post-featured-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    border-radius: 8px;
	object-fit: cover !important;
}

/* Content + Sidebar */
.post-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
}

/* Main content */
.post-content {
    flex: 1 1 750px;
    max-width: 800px;
}

/* Sidebar */
.post-sidebar {
    width: 300px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 20px;
    align-self: flex-start;
}


/* სხვა სტილები */
/* ===== Base Layout ===== */
.container-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 32px; /* consistent padding */
    box-sizing: border-box;
	flex-direction: column;
}

.post-container {
    display: flex;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* ===== Main Content ===== */
.post-content {
    flex: 1;
    min-width: 300px;
    max-width: 800px;
    margin-top: 40px;
}

.wp-block-post-featured-image img {
    width: 100%;
    max-width: 1200px;
    height: auto !important;
    border-radius: 12px;
    display: block;
    margin: 0 auto 40px auto;
}

/* ===== Sidebar (Related Posts) ===== */
.post-sidebar {
    background-color: #f9f9f9;
    width: 100%;
    max-width: 350px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px;
}

.post-sidebar h3 {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    margin-bottom: 15px;
}

.post-sidebar ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.post-sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.post-sidebar ul li a {
    text-decoration: none;
    color: #0073aa;
    font-size: 16px;
}

.post-sidebar ul li a:hover {
    text-decoration: underline;
    color: #005580;
}

/* ===== Typography ===== */
.post-header {
    background-color: #fff !important;
    color: #000;
}

.post-title {
    font-family: "Poppins", "Roboto", sans-serif;
    font-size: 36px;
    color: #000 !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
    margin-bottom: 20px;
}

.post-author,
.post-date {
    font-family: "Poppins", "Roboto", sans-serif;
    font-size: 16px;
    color: #000 !important;
    font-weight: 500 !important;
    line-height: 1.4em !important;
}

/* ===== Comments ===== */
.comments-title,
#comments {
    font-family: "Poppins", "Roboto", sans-serif;
    font-size: 36px !important;
    color: #000 !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
}

.comment-reply-title {
    font-family: "Poppins", "Roboto", sans-serif;
    font-size: 26px;
    color: #000 !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
}

.logged-in-as a,
.required-field-message {
    display: none !important;
}

/* ===== Responsive Design ===== */
/* ===== Tablet Responsive (max-width: 1024px) ===== */
@media (max-width: 1024px) {
	.container-wrapper {
		padding: 0 32px; /* consistent side padding */
	}

	.post-container {
		flex-direction: column; /* stack content + sidebar */
		align-items: center;
		gap: 60px; /* spacing between content and sidebar */
	}

	.post-content {
		max-width: 100%;
		margin-top: 30px;
	}

	.post-sidebar {
		max-width: 100%;
		width: 100%;
		position: relative; /* disable sticky */
		top: auto;
		margin-top: 0;
		padding: 24px;
	}

	.post-sidebar h3 {
		font-size: 32px;
		font-weight: 700;
		text-align: center;
	}
	.wp-block-post-featured-image-wrapper {
		height: auto;
	}

	.wp-block-post-featured-image img {
		width: 100%;
		height: auto;
		max-width: 100%;
		border-radius: 10px;
		margin-bottom: 30px;
	}

	.post-title {
		font-size: 30px;
		text-align: left;
	}

	.post-author,
	.post-date {
		font-size: 15px;
		text-align: left;
	}

	.comments-title,
	#comments {
		font-size: 30px !important;
	}
}


@media (max-width: 768px) {
    .post-title {
        font-size: 28px;
    }
	.wp-block-post-featured-image-wrapper {
		height: auto;
	}

    .comments-title,
    #comments {
        font-size: 28px !important;
    }

    .container-wrapper {
        padding: 0 24px;
    }
	.wp-block-post-featured-image img {
		width: 100%;
		height: auto;
		max-width: 100%;
		border-radius: 10px;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
    .container-wrapper {
        padding: 0 16px;
    }
	.wp-block-post-featured-image-wrapper {
		height: auto;
	}

    .post-title {
        font-size: 24px;
    }

    .post-sidebar h3 {
        font-size: 22px;
    }
	.wp-block-post-featured-image img {
		width: 100%;
		height: auto;
		max-width: 100%;
		border-radius: 10px;
		margin-bottom: 30px;
	}
}


/* contac us */



.custom-contact-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 20px !important;
    background-color: #f8f8f8 !important;
/*     border-radius: 8px !important; */
/*     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; */
    max-width: 500px !important;
    margin: 0 auto !important;
}

.form-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.field-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

input, textarea {
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

input[type="text"], input[type="email"], textarea {
    background-color: #fff !important;
}

input[type="submit"] {
    background-color: #0073e6 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 16px !important;
}

input[type="submit"]:hover {
    background-color: #005bb5 !important;
}

ol {
    list-style-position: inside !important;  /* რომ მარკერი არ იყოს გარეთ */
    padding-left: 0 !important; /* მარცხენა პადინგის მოშორება */
}

ol li::marker {
    text-align: left !important;
    margin-right: 10px !important;
	display: none !important;/* მარკერისა და ტექსტის დაშორება */
}

/* booking form */



.custom-booking-form {
    display: flex !important;
    flex-direction: column !important;
/*     gap: 20px !important; */
/*     padding: 20px !important; */
/*     background-color: #f8f8f8 !important; */
/*     border-radius: 8px !important; */
/*     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; */
    max-width: 500px !important;
    margin: 0 auto !important;
/* 	height: 600px !important; */
/* 	overflow: scroll !important; */
}

/* .custom-booking-form {
/*     overflow: scroll !important; */
/*     scrollbar-width: none; /* Firefox */ */
/*     -ms-overflow-style: none; Internet Explorer 10+ */
} */

/* .custom-booking-form::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
} */

.form-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.field-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

input, select, textarea {
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

input[type="text"], input[type="email"], textarea, select, input[type="number"] {
    background-color: #fff !important;
}

input[type="submit"] {
    background-color: #0073e6 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 16px !important;
}

input[type="submit"]:hover {
    background-color: #005bb5 !important;
}


.share-buttons {
    margin: 20px 0;
    text-align: center;
	align-items: center !important;
    display: flex !important;
	flex-direction: row !important;
	gap: 12px !important ;
}

.buttons {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 8px !important;
}

.share-buttons h3 {
	font-family: "Poppins", "Roboto", sans-serif;
    font-size: 24px;
    color: #001D3D !importnat;
    font-weight: 700 !importnat;
    line-height: 1.2em !important;
}

.share-btn {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.share-btn img {
    width: 40px;
    height: auto;
    transition: opacity 0.3s ease;
	border-radius: 50% !important;
}

.share-btn:hover img {
    opacity: 0.7;
}

.share-btn.fb img { background-color: #1877F2; }
.share-btn.twitter img { background-color: #1DA1F2; }
.share-btn.linkedin img { background-color: #0077B5; }
.share-btn.email img { background-color: #D44638; }

/* დესკტოპზე */
.share-btn-fb img {
    width: 30px !important; /* დესკტოპის ზომა */
    height: 30px !important;
    align-items: center !important;
    display: flex;
    justify-content: center !important;
    border-radius: 50% !important; /* მომრგვალებული სურათები */
}

/* ტაბლეტზე და მობილურზე */
@media (max-width: 768px) {
    .share-btn img {
        width: 32px !important; /* ტაბლეტისთვის და მობილურებისთვის */
        height: 32px !important;
        border-radius: 50% !important; /* მომრგვალებული სურათები */
    }
.buttons {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 8px !important;
}
.hero-single-post {
      font-size: 20px !important; 
    }


}

@media (max-width: 1024px) {
	.post-sidebar {
	background-color: #f9f9f9;
	width: 100% ;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.hero-single-post {
      font-size: 30px !important; 
    }



.releted-post{
	color: #001D3D !important;
	font-size: 26px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 700 !important;
}

.share-buttons {
    margin: 20px 0;
    text-align: center;
	align-items: center !important;
    display: flex !important;
	flex-direction: column !important;
	gap: 12px !important ;
}
	.buttons {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
    gap: 8px !important;
}

.post-content {
    width: 100% !important;
    max-width: 800px !important;
    margin-top: 100px !important;
	padding-right: 0 !important;

}

.post-sidebar-container {
	margin-top: 80px !important;	
	width: 100% !important;
}
}


.has-x-large-font-size {
	font-family: "Poppins", "Roboto", sans-serif;
    font-size: 46px;
    color: #001D3D !importnat;
    font-weight: 700 !importnat;
    line-height: 1.2em !important;
}




.facebook {
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.post-meta {
	width: 100% !important;
	display: flex !important;
	flex-flow: row wrap !important;
	justify-content: space-between !important;
}


.elementor-post__badge {
	display: none !important;
}

.tours-wrapper {
    display: flex !important;
	flex-direction: column !important;

    gap: 20px !important;
}

.item-container {
	display: flex !important;
	flex-direction: row !important;
	width: 100%;
	justify-content: space-between !important;
	padding: 16px !important;

	&:hover {
		background-color: #ffd !important;
		cursor: pointer;
	}
}

.buttonWrapper {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 8px;
}

.item-container:hover .whatAreYou:not(.disabled) {
  background-color: #0066cc !important;
}



.whatAreYou {
	display: inline-block;
	padding: 12px 24px;
	background-color: #42A5F5; 
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	border-radius: 16px;
	color: #fff;
}


.booking {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

.elementor-shortcode {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}


.group-size {
	color: #757575 !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	font-family: "Poppins", "Roboto", sans-serif;
	text-align: center !important;
}

.WhatAreYouButton {
	display: none !important
}

.comment-form-url {
	display: none !important
}

.releted-post{
	color: #001D3D !important;
	font-size: 26px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 700 !important;
}

.list {
	color: #42A5F5 !important;
	font-size: 16px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 500 !important;
}

.e-con-inner {
font-family: "Poppins", "Roboto", sans-serif !important;
font-weight: 500 !important;
font-size: 24px !important;
color: #001D3D !important;
}
.whatAreYouMobile {
	display: none;
}

@media (max-width: 768px) {

.tours-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    gap: 20px !important;
}

.item-container {
	display: flex !important;
	flex-direction: column !important;
	width: 100%;
	justify-content: space-between !important;
	padding: 16px !important;
	gap: 12px !important;

	&:hover {
		background-color: #ffd !important;
		cursor: pointer;
	}
}
.WhatAreYou{
	display: none !important;
}

}

@media (max-width: 768px) {
  /*
Theme Name: Summiters_Club
Theme URI: http://example.com/summitersclub
Author: Luka
Author URI: http://example.com
Description: A custom WordPress theme
Version: 1.0
*/

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

hr {
	display: none !important;
}

body {
	margin: 0 !important;
    padding: 0 !important;
    font-family: Arial, sans-serif;
}

header {
    background-color: #333;
/*     padding: 0px !important; */
}

header nav {
    text-align: center;
}

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

header nav ul li {
    display: inline-block;
    margin: 0 10px;
}

footer {
    background-color: #333;
    padding: 0 !important;
    color: #fff;
    text-align: center;
}

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

footer nav ul li {
    display: inline-block;
    margin: 0 10px;
}

//form stle

.elementor-field-group.elementor-column.elementor-field-type-submit {
  visibility: hidden;
}

.custom-booking-form {
  max-width: 550px !important;
  margin: 0 auto !important;
/*   padding: 35px !important; */
/*   background: #f0f8ff !important; ძალიან ღია ცისფერი */
/*   border-radius: 8px !important; */
/*   box-shadow: 0 4px 15px rgba(0, 102, 204, 0.2) !important; */
  font-family: "Poppins", sans-serif !important;

  .booking-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    color: #003366 !important; /* მუქი ცისფერი */
    text-transform: uppercase !important;
  }

  label {
    font-weight: 500 !important;
    font-size: 15px !important;
    display: block !important;
    margin-bottom: 6px !important;
    color: #00509e !important; /* ღია ცისფერი */
  }

  .form-control {
    width: 100% !important;
    padding: 12px !important;
    border-radius: 6px !important;
    border: 1px solid #66a3ff !important; /* ღია ცისფერი ბორდერი */
    background: #ffffff !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;

    &:focus {
      border-color: #0044cc !important;
      box-shadow: 0 0 5px rgba(0, 68, 204, 0.4) !important;
    }
  }

  textarea.form-control {
    height: 100px !important;
    resize: none !important;
  }

  [type="submit"] {
    width: 100% !important;
    padding: 12px !important;
    border: none !important;
    border-radius: 6px !important;
    background: #0066cc !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;

    &:hover {
      background: #0044aa !important;
    }
  }
}




// and form

.custom-booking-form {
  max-width: 600px !important;
  margin: 0 auto !important;
/*   padding: 30px !important; */
/*   background: #fff !important; */
/*   border-radius: 10px !important; */
/*   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important; */
}
  
  .booking-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    color: #1e3a8a !important;input[name="personcount"], input[name="personcount"]::placeholder {
  color: #064170 !important;
  font-weight: 700 !important;
	text-align: center;
}
  }

  label {
    font-weight: 600 !important;
    font-size: 16px !important;
    display: block !important;
    margin-bottom: 8px !important;
    color: #374151 !important;
  }

  .form-control {
    width: 100% !important;
    padding: 12px !important;
    border-radius: 5px !important;
    border: 1px solid #d1d5db !important;
    background: #f9fafb !important;
    transition: all 0.3s ease !important;

    &:focus {
      border-color: #2563eb !important;
      box-shadow: 0 0 5px rgba(37, 99, 235, 0.5) !important;
    }
  }

  textarea.form-control {
    height: 100px !important;
    resize: none !important;
  }

  [type="submit"] {
    width: 100% !important;
    padding: 12px !important;
    border: none !important;
    border-radius: 5px !important;
    background: #2563eb !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;

    &:hover {
      background: #1e40af !important;
    }
  }
}



/* booking start */



.dates {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

.date-title {
	color: #001D3D !important;
	font-size: 20px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 700 !important;
}


.date {
	color: #757575 !important;
	font-size: 16px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 500 !importnat
}
	
/* booking end */
.cmplz-btn.cmplz-manage-consent.manage-consent-1.cmplz-show {
    display: none !important;
}

/* Default desktop styles */
/* General Styles */

.hero {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;

  .hero-container {
    width: 100%;
    height: 100%;
    position: relative;

    img.hero-Image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    // შავი ფერის გადასაფარებელი
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #040404;
      opacity: 0.6; // გამჭვირვალობა შეგიძლია შეცვალო სურვილის მიხედვით
      pointer-events: none; // რომ არ დაბლოკოს კლიკები
    }

    .hero-single-post {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
      font-size: 40px;
/*       background: rgba(0, 0, 0, 0.5); */
      font-weight: bold;
      font-family: "Poppins", "Roboto", sans-serif;
      padding: 10px 20px;
      border-radius: 8px;
      z-index: 2; // ტექსტი რომ ზემოთ გამოჩნდეს
    }
  }
}

.post-container {
    display: flex !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
	justify-content: center !important;
}

.post-content {
    width: 100% !important;
    max-width: 800px !important;
    padding-right: 50px !important;
	margin-top: 80px !important;
}

.comment-body {
	display:flex !important;
	flex-direction: column !important;
	gap: 12px !important
}

.reply {
	padding-bottom: 12px !important;
}

#comments {
	padding-bottom: 12px !important;
}

.single-post {
    border-radius: 5px !important;
    background-color: #fff !important;
}

.comments-section {
    background: #f9f9f9 !important;
    padding: 20px !important;
    border-radius: 10px !important;
    margin-top: 40px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1) !important;
}

.comments-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #001D3D !important;
    margin-bottom: 15px !important;
}

.comments-wrapper {
    background: #fff !important;
    padding: 15px !important;
    border-radius: 8px !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.no-comments {
    font-size: 16px !important;
    color: #666 !important;
    text-align: center !important;
    padding: 10px !important;
}

.comment-list li {
    padding: 10px !important;
    border-bottom: 1px solid #ddd !important;
    list-style: none !important;
}

.comment-author {
    font-weight: bold !important;
    color: #0073aa !important;
}

.comment-content {
    font-size: 14px !important;
    color: #333 !important;
}

.comment-reply-link {
    font-size: 12px !important;
    color: #0073aa !important;
    text-decoration: none !important;
}

.comment-reply-link:hover {
    text-decoration: underline !important;
}

.comment-form {
    background: #fff !important;
    padding: 20px !important;
    border-radius: 8px !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.comment-form input, .comment-form textarea {
    width: 100% !important;
    padding: 10px !important;
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    border: 1px solid #ddd !important;
}

.comment-form textarea {
    min-height: 100px !important;
}

.comment-form button {
    background: #0073aa !important;
    color: white !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
}

.comment-form button:hover {
    background: #005580 !important;
}


.status {
	color: #32d296 !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-size: 16px !important;
	font-weight: 400 !important;
}

/* დიდი ჰედერის სტილიზაცია */
.large-header {
    position: relative;
    text-align: center;
    color: #fff;
}

.header-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-text {
    position: relative;
    z-index: 1;
    padding: 80px 20px; /* შეასწორეთ padding და ზომები */
}

.header-text h1 {
    font-size: 3rem; /* შეგიძლიათ შეცვალოთ ტექსტის ზომა */
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* ტექსტის ეფექტი */
}

/* მთავარი კონტეინერი */
.post-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    flex-wrap: wrap;
}

/* სხვა სტილები */
.post-content {
    width: 100%;
    max-width: 800px;
	margin-top: 20px ;
}

/* Related Posts სტილი */
.post-sidebar {
    background-color: #f9f9f9;
	width: 350px ;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

/* .post-sidebar h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
 */
.post-sidebar ul {
    list-style: none;
    padding: 0;
}

.post-sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.post-sidebar ul li a {
    text-decoration: none;
    color: #0073aa;
    font-size: 16px;
}

.post-sidebar ul li a:hover {
    text-decoration: underline;
    color: #005580;
}

.post-header {
	color: #000;
}

.post-header {
    background-color: #fff !important;
}


.post-title {
    font-family: "Poppins", "Roboto", sans-serif;
    font-size: 36px;
    color: #000 !importnat;
    font-weight: 700 !importnat;
    line-height: 1.2em !important;
}


.post-author {
	font-family: "Poppins", "Roboto", sans-serif;
    font-size: 18px;
    color: #000 !importnat;
    font-weight: 500 !importnat;
    line-height: 1.2em !important;
}


.post-date {
	font-family: "Poppins", "Roboto", sans-serif;
    font-size: 16px;
    color: #000 !importnat;
    font-weight: 500 !importnat;
    line-height: 1.2em !important;
}


.comments-title {
	font-family: "Poppins", "Roboto", sans-serif;
    font-size: 66px !importnat;
    color: #fff !importnat;
    font-weight: 700 !importnat;
    line-height: 1.2em !important;
}

#comments {
	font-family: "Poppins", "Roboto", sans-serif;
    font-size: 66px !importnat;
    color: #fff !importnat;
    font-weight: 700 !importnat;
    line-height: 1.2em !important;
}


.comment-reply-title {
	font-family: "Poppins", "Roboto", sans-serif;
    font-size: 26px;
    color: #fff !importnat;
    font-weight: 700 !importnat;
    line-height: 1.2em !important;
}




.logged-in-as a {
	display: none !important
}

.required-field-message {
	display: none !important;
}

/* contac us */



.custom-contact-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    padding: 20px !important;
    background-color: #f8f8f8 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    max-width: 500px !important;
    margin: 0 auto !important;
}

.form-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.field-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

input, textarea {
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

input[type="text"], input[type="email"], textarea {
    background-color: #fff !important;
}

input[type="submit"] {
    background-color: #0073e6 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 16px !important;
}

input[type="submit"]:hover {
    background-color: #005bb5 !important;
}

ol {
    list-style-position: inside !important;  /* რომ მარკერი არ იყოს გარეთ */
    padding-left: 0 !important; /* მარცხენა პადინგის მოშორება */
}

ol li::marker {
    text-align: left !important;
    margin-right: 10px !important;
	display: none !important;/* მარკერისა და ტექსტის დაშორება */
}

/* booking form */



.custom-booking-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
/*     padding: 20px !important; */
/*     background-color: #f8f8f8 !important; */
/*     border-radius: 8px !important; */
/*     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; */
    max-width: 500px !important;
    margin: 0 auto !important;
/* 	height: 600px !important; */
/* 	overflow: scroll !important; */
}

/* .custom-booking-form {
/*     overflow: scroll !important; */
/*     scrollbar-width: none; /* Firefox */ */
/*     -ms-overflow-style: none; Internet Explorer 10+ */
} */

/* .custom-booking-form::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
} */

.form-field {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.field-label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

input, select, textarea {
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

input[type="text"], input[type="email"], textarea, select, input[type="number"] {
    background-color: #fff !important;
}

input[type="submit"] {
    background-color: #0073e6 !important;
    color: #fff !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 16px !important;
}

input[type="submit"]:hover {
    background-color: #005bb5 !important;
}


.share-buttons {
    margin: 20px 0;
    text-align: center;
	align-items: center !important;
    display: flex !important;
	flex-direction: row !important;
	gap: 12px !important ;
}

.buttons {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 8px !important;
}

.share-buttons h3 {
	font-family: "Poppins", "Roboto", sans-serif;
    font-size: 24px;
    color: #001D3D !importnat;
    font-weight: 700 !importnat;
    line-height: 1.2em !important;
}

.share-btn {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.share-btn img {
    width: 40px;
    height: auto;
    transition: opacity 0.3s ease;
	border-radius: 50% !important;
}

.share-btn:hover img {
    opacity: 0.7;
}

.share-btn.fb img { background-color: #1877F2; }
.share-btn.twitter img { background-color: #1DA1F2; }
.share-btn.linkedin img { background-color: #0077B5; }
.share-btn.email img { background-color: #D44638; }

/* დესკტოპზე */
.share-btn-fb img {
    width: 30px !important; /* დესკტოპის ზომა */
    height: 30px !important;
    align-items: center !important;
    display: flex;
    justify-content: center !important;
    border-radius: 50% !important; /* მომრგვალებული სურათები */
}

/* ტაბლეტზე და მობილურზე */
@media (max-width: 768px) {
    .share-btn img {
        width: 32px !important; /* ტაბლეტისთვის და მობილურებისთვის */
        height: 32px !important;
        border-radius: 50% !important; /* მომრგვალებული სურათები */
    }
.buttons {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 8px !important;
}
.hero-single-post {
      font-size: 20px !important; 
    }


}

@media (max-width: 1024px) {
	.post-sidebar {
	background-color: #f9f9f9;
	width: 100% ;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.hero-single-post {
      font-size: 30px !important; 
    }



.releted-post{
	color: #001D3D !important;
	font-size: 26px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 700 !important;
}

.share-buttons {
    margin: 20px 0;
    text-align: center;
	align-items: center !important;
    display: flex !important;
	flex-direction: column !important;
	gap: 12px !important ;
}
	.buttons {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
    gap: 8px !important;
}

.post-content {
    width: 100% !important;
    max-width: 800px !important;
    margin-top: 100px !important;
	padding-right: 0 !important;

}

.post-sidebar-container {
	margin-top: 80px !important;	
	width: 100% !important;
}
}


.has-x-large-font-size {
	font-family: "Poppins", "Roboto", sans-serif;
    font-size: 46px;
    color: #001D3D !importnat;
    font-weight: 700 !importnat;
    line-height: 1.2em !important;
}




.facebook {
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}


.elementor-post__badge {
	display: none !important;
}

.tours-wrapper {
    display: flex !important;
	flex-direction: column !important;

    gap: 20px !important;
}

.item-container {
	display: flex !important;
	flex-direction: row !important;
	width: 100%;
	justify-content: space-between !important;
	padding: 16px !important;

	&:hover {
		background-color: #ffd !important;
		cursor: pointer;
	}
}

.buttonWrapper {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 8px;
}

.item-container:hover .whatAreYou:not(.disabled) {
  background-color: #0066cc !important;
}



.whatAreYou {
	display: inline-block;
	padding: 12px 24px;
	background-color: #42A5F5; 
	color: #000;
	font-size: 14px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	border-radius: 16px;
	color: #fff;
}


.booking {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}

.elementor-shortcode {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
}


.group-size {
	color: #757575 !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	font-family: "Poppins", "Roboto", sans-serif;
	text-align: center !important;
}

.WhatAreYouButton {
	display: none !important
}

.comment-form-url {
	display: none !important
}

.releted-post{
	color: #001D3D !important;
	font-size: 36px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 700 !important;
}

.list {
	color: #42A5F5 !important;
	font-size: 16px !important;
	font-family: "Poppins", "Roboto", sans-serif;
	font-weight: 500 !important;
}

.e-con-inner {
font-family: "Poppins", "Roboto", sans-serif !important;
font-weight: 500 !important;
font-size: 24px !important;
color: #001D3D !important;
}
.whatAreYouMobile {
	display: none;
}

@media (max-width: 768px) {

.tours-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important;
    gap: 20px !important;
}

.item-container {
	display: flex !important;
	flex-direction: column !important;
	width: 100%;
	justify-content: space-between !important;
	padding: 16px !important;
	gap: 12px !important;

	&:hover {
		background-color: #ffd !important;
		cursor: pointer;
	}
}
.WhatAreYou{
	display: none !important;
}
/* 		#hubspot-messages-iframe-container {
  width: 16px !important;
  height: 20px !important;
} */

}

@media (max-width: 768px) {
  .WhatAreYouButton {
    display: block !important;
    background-color: #0066cc;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
/* 	#hubspot-messages-iframe-container {
  width: 16px !important;
  height: 20px !important;
} */
	
}


.wpcf7 form {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.wpcf7-not-valid-tip {
	margin-top: 12px;
	margin-left: 12px;
	font-size: 16px;
}

body .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
}

.status.booked {
    color: red !important;
    font-weight: bold;
}

button.whatAreYou.disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

	
}


.wpcf7 form {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.wpcf7-not-valid-tip {
	margin-top: 12px;
	margin-left: 12px;
	font-size: 16px;
}

body .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
}

.status.booked {
    color: red !important;
    font-weight: bold;
}

button.whatAreYou.disabled {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

.wpcf7-spinner {
	display: none !important;
}


.wpcf7 form .wpcf7-response-output {
  color: green;
  font-size: 16px;
  text-align: center;
  border: none !important;
}

.kXCIVQ {
	display: none !important
}


.status {
    font-weight: normal !important;
}

.status.booked {
    color: red !important;
    font-weight: 400 !important;
}

.status.finished {
	 color: red !important;
    font-weight: 400 !important;
}

.status.pending {
    color: #ffcc00 !important;
    font-weight: 400 !important;
	font-size: 16px !important;
	
}

.InitialMessageBubble__MessageBubbleContainer-secftb-0.bduZRb {
	display: none !important
}


.grecaptcha-badge { 
  visibility: hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 0 !important;
	margin-left: 0!important;
	font-size: 14px !important;
}




/* web stories styles */

/* Grid wrapper: force row wrapping and spacing */
.web-stories-list.view-type-grid .web-stories-list__inner-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 32px !important;
  justify-content: center !important;
  padding: 0 !important;
}

/* Each story card: big width and height */
.web-stories-list.is-carousel .web-stories-list__inner-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  gap: 20px;
  scroll-snap-type: x mandatory;
  padding: 40px 20px;
}

.web-stories-list.is-carousel .web-stories-list__story {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 300px; /* Adjust size as needed */
}



.web-stories-embed.alignleft,
.web-stories-embed.alignnone,
.web-stories-embed.alignright {
  max-width: 360px !important;
}

.elementor.elementor-30.elementor-location-header + .content {
  display: flex !important;
  border: 2px solid red;  /* to visually verify */
}


/* styles for categories */

.elementor-posts .elementor-post {
	padding: 4px !important;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15) !important;
}

.elementor-posts--thumbnail-top .elementor-post__text {
	padding: 8px;	
}




/* sliders styles */

selector .elementor-background-slide {
  background-size: cover !important;
  background-position: top center !important; /* or bottom center */
}

/* featured caption styles */






/* calculator styles... */


input[name="personcount"], input[name="personcount"]::placeholder {
  	color: #064170 !important;
  	font-weight: 700 !important;
	text-align: center;
}


.fromPrice {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #064170;
}


/* total price styles */

#booking-price-display,
#booking-price-per-person {
    display: block;
    text-align: center;
    margin: 5px 0;
}

/* Make per-person price smaller */
#booking-price-per-person {
    font-size: 0.85em; /* smaller than total price */
    color: #555; /* optional: softer color */
}


/* gap between inputs */
.wpcf7-form-control {
	margin-bottom: 10px !important;
}




/* single post author style */

.author-profile-box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
	margin-bottom: 40px;
    padding: 25px;
    background-color: #ffffff;
    border-top: 2px solid #f0f0f0; /* Simple line separator */
    border-bottom: 2px solid #f0f0f0;
}

.author-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Keeps the image circular */
    object-fit: cover;
    display: block;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.author-description {
    flex: 1;
}

.author-title {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-bottom: 5px;
}

.author-name {
    margin: 0 0 8px 0;
    font-size: 1.4rem;
    color: #1a1a1a;
}

.author-description p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Responsive adjustment for Mobile */
@media (max-width: 768px) {
    .author-profile-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .author-avatar img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
}