.share-container {
	position: relative;
	padding-right: 120px;
}

.social-icons {
	display: none;
	position: absolute;
	top: 40px;
	right: -20px;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	z-index: 100;
}

#share-btn {
	cursor: pointer;
}

.social-icon {
	display: inline-block;
	margin-right: 10px;
	color: #333;
}

.social-icons::after {
	content: "";
	position: absolute;
	top: -10px;
	/* Adjust as needed */
	right: 132px;
	/* Adjust as needed */
	border-width: 0 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	z-index: 101;
	/* Ensure it's above the dropdown */
}

.blogsingle img {
	margin-right: 25px;
	margin-left: 25px;
}

.section-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bolog_post_img {
	height: 200px;
}
.recent_post_desp {
	margin-left: 24px;
}

.myclass {
	height: 140px;
}
.myclass img {
	width: 100%;
	text-align: center;
	border-radius: 6px;
	object-fit: cover;
	height: 100%;
}

.leaf-container {
	display: flex;
	justify-content: space-between;
}

.bolog_post_img img {
	height: 100%;
	object-fit: cover;
}

.read_morebtnblog {
	padding: 8px 20px;
	border: 1px solid #4a6437;
	border-radius: 50px;
	color: #4a6437;
	background-color: #f8fff3;
	font-size: 14px;
	/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); */
}

.icon-calender {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	/* margin-top: 28px; */
}
.recent_post_child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* justify-content: space-around; */
}

@media only screen and (max-width: 768px) {
	.head-sec {
		height: 100%;
	}
	.blogsingle img {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.myclass {
		height: 100% !important;
	}
}
@media only screen and (min-width: 980px) {
	
}

.icon-calenderss {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-top: 15px;
}

.c-strong {
	color: black !important;
}

/* Main Privacy Policy container */
.privacy-policy {
	padding: 0px 170px 53px 98px !important;
	background-color: #f5ffee !important;
	font-family: poppins, sans-serif;
	color: #4a6437 !important;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
	#svg_bottom {
		margin-bottom: 2vh !important;
	}
	/* .myclass{
    height: 70px;
} */
}

h1 {
	font-size: 32px;
	color: #4a6437;
	text-align: left;
	margin-bottom: 20px;
	/* margin-top: 100px !important; */
}

/* Main heading */
.privacy-policy h1 {
	font-size: 2.5rem;
	color: #4a6437 !important;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 54px !important;
}

/* Subheadings */
.privacy-policy h2 {
	font-size: 1.5rem;
	color: #4a6437 !important;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* Paragraph styles */
.privacy-policy p {
	font-size: 15px;
	margin: 10px 0;
	line-height: 1.8;
	color: #000;
	font-weight: 540 !important;
}

/* Link styles */
.privacy-policy a {
	color: #000;
	text-decoration: none;
}

.privacy-policy a:hover {
	text-decoration: underline;
}

/* Media query for tablets (768px and below) */
@media (max-width: 768px) {
	.privacy-policy {
		padding: 115px 19px !important;
	}

	.privacy-policy h1 {
		font-size: 2.2rem;
		text-align: center;
		margin-top: 10px !important;
	}

	.privacy-policy h2 {
		font-size: 1.6rem;
	}

	.privacy-policy p {
		font-size: 15px;
		margin-bottom: 18px;
	}
}

/* Media query for small mobile devices (480px and below) */
@media (max-width: 480px) {
	.privacy-policy {
		padding: 15px;
	}

	.privacy-policy h1 {
		font-size: 1.8rem;
		text-align: center;
	}

	.content-404 h2 {
		margin-bottom: 0.5rem;
		font-weight: 700;
		line-height: 1.3;
		color: var(--bs-heading-color) !important;
		font-size: calc(1.325rem + 0.9vw) !important;
	}

	.privacy-policy h2 {
		font-size: 1.3rem;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.privacy-policy p {
		font-size: 15px;
		margin-bottom: 15px;
	}
}

/* Media query for extra-small devices (320px and below) */
@media (max-width: 320px) {
	.privacy-policy {
		padding: 10px;
	}

	.privacy-policy h1 {
		font-size: 1.6rem;
	}

	.privacy-policy h2 {
		font-size: 1.2rem;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.privacy-policy p {
		font-size: 15px;
		margin-bottom: 12px;
	}

	h1 {
		font-size: 32px;
		color: #4a6437;
		text-align: left !important;
	}
}

.c-strong {
	color: black !important;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	background-color: #fff;
	color: #333;
}

.terms-container {
	padding: 30px 170px 53px 98px !important;
	background-color: #f5ffee !important;
	font-family: poppins, sans-serif;
	color: #4a6437 !important;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

h1 {
	font-size: 32px;
	color: #4a6437;
	text-align: left;
	margin-bottom: 20px;
	/* margin-top: 100px !important; */
}

h2 {
	font-size: 1.5rem;
	color: #4a6437 !important;
	margin-top: 30px;
	margin-bottom: 15px;
}

.section-404 {
	padding: 80px 0 !important;
}

.content-404 h2 {
	/* margin-bottom: .5rem; */
	font-weight: 700;
	line-height: 1.3;
	color: var(--bs-heading-color) !important;
	font-size: calc(1.325rem + 0.9vw) !important;
}

.content-404 img {
	max-width: 50% !important;
}

p {
	font-size: 15px;
	margin: 10px 0;
	line-height: 1.8;
	color: #000;
	font-weight: 540 !important;
}

@media (max-width: 768px) {
	.terms-container {
		padding: 105px 19px !important;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 18px;
	}

	p {
		font-size: 15px;
		font-weight: 500;
	}
}
@media (min-width: 769px) and (max-width: 1400px) {
	.terms-container {
		margin-top: 125px;
	}
	.privacy-policy {
		margin-top: 171px;
	}
}

@media (max-width: 480px) {
	.terms-container {
		padding: 10px;
	}

	h1 {
		font-size: 24px;
		margin-top: 5px !important;
	}

	h2 {
		font-size: 16px;
	}

	p {
		font-size: 15px;
	}
}

.pl-3 {
	padding-left: 8px;
}

.pl-0 {
	padding-left: 0px;
}

.pr-3 {
	padding-right: 8px;
}

.pr-0 {
	padding-right: 0px;
}

/* .bg-image {
	background-image: url("https://res.cloudinary.com/dqpdqmupu/image/upload/v1729490295/mv7etblzifsyboffvmvm.png");
	background-size: cover;
	background-repeat: no-repeat;
} */

.copyright-text {
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

.footer-bottom {
	padding-top: 50px;
	/*padding-bottom: 50px;*/
	border-top: 0px solid #5f5f5f;
}
.dr-footer-hr{
    border-bottom: 1px solid #ffffff !important;
}

.social-icon {
	width: 36px;
	height: 38px;
	background-color: #dae5d3;
	color: #4a6437;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.g-9 {
	gap: 9px;
}

.g-90 {
	padding-top: 93px;
}

.footer-heading {
	font-size: 16px;
	font-weight: 400;
	line-height: 24.15px;
	color: #ffffff;
}

.footer-sub-heading {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 28.8px;
    color: rgba(255, 255, 255, 0.76);
}


.submit-button {
	width: 78.38px;
	height: 21.7px;
	background-color: #ffffff;
	color: #4a6437;
	border: none;
	padding: 5.53px 0px;
	border-radius: 3.45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6.22px;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	gap: 4px;
}

button#submit-btn:hover .submit-txt {
	opacity: 0.5;
}

button#submit-btn:hover .icon-gap {
	opacity: 0.5;
}

/* Spinner Styles */
.spinner {
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	left: calc(50% - 0.75em);
	top: calc(50% - 0.55em);
	border: 0.15em solid #4a6437;
	border-right-color: transparent;
	border-radius: 50%;
	animation: spinner-anim 1.2s linear infinite;
	opacity: 0;
	/* Hidden by default */
}

@keyframes spinner-anim {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

/* Hide spinner and SVG icon when loading is active */
.submit-button.loading .spinner {
	opacity: 1;
	/* Show spinner when loading */
	padding: 5px 0;
}

.submit-button.loading #submit-text {
	opacity: 0;
	/* Hide button text when loading */
}

.submit-button.loading .icon-gap {
	display: none;
	/* Hide SVG icon when loading */
}

.action-btn-s {
	background-color: #ff7f00;
	border: none;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.5em 1.25em;
	color: white;
	border-radius: 0.15em;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	display: block;
}

.action-btn-s:hover {
	background-color: #ff6600;
}

.action-btn-s:focus {
	outline: 0.05em dashed #ff6600;
	outline-offset: 0.05em;
}

.action-btn-s::after {
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	left: calc(50% - 0.75em);
	top: calc(50% - 0.75em);
	border: 0.15em solid #ffffffbb;
	border-right-color: white;
	border-radius: 50%;
	animation: button-anim 1.2s linear infinite;
	opacity: 0;
}

@keyframes button-anim {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

.action-btn-s.loading {
	color: transparent;
}

.action-btn-s.loading::after {
	opacity: 1;
}

.gshop-footer .form-floating input {
	color: #738b69 !important;
	border: none;
	background-color: transparent;
	outline: none;
	padding: 10px 40px 10px 0px;
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: 1px solid #738b69;
	border-radius: 0;
}

.gshop-footer .form-floating label {
	color: #738b69 !important;
	border: none;
	background-color: transparent;
	outline: none;
	border-radius: 0;
	padding: 0px;
}

.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
	position: absolute;
	inset: 1rem 7.5px;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: transparent;
	border-radius: var(--bs-border-radius);
}

/* .gshop-footer .form-floating {
            color: #738b69;
        } */

@media (max-width: 992px) {
	.footer-widget {
		/* padding-left: 28.5px;
		padding-right: 28.5px; */
	}

	input[type="email"] {
		width: 263px;
	}

	.pb-5 {
		padding-bottom: 25px !important;
	}
}

.pb-lg-0 {
	padding-bottom: 0px;
}

.form-group {
	--pad: 0.9rem;
	position: relative;
}

.float-inputt {
	background-color: transparent;
	outline: none;
	padding: 10px 40px 10px 0px;
	border: none;
	margin-bottom: 10px;
	border-bottom: 1px solid #738b69;
	border-radius: 0;
}

.float-labell {
	position: absolute;
	left: 0rem;
	top: var(--pad);
	background: transparent;
	padding-inline: 0.3em;
	transition: transform 200ms;
	pointer-events: none;
	transform-origin: left;
	translate: -0.3em;
	font-weight: 400;
	font-size: 16px;
	/* color: #878f7f; */
	color: #fff;
	line-height: 24.28px;
}

.float-inputt::placeholder {
	opacity: 0;
}

.float-inputt:focus + .float-labell,
.float-inputt:not(:placeholder-shown) + .float-labell {
	transform: translateY(calc(-50% - var(--pad))) scale(0.8);
	color: #878f7f;
}

.float-inputt:focus {
	border-bottom: 1px solid #738b69;
}

.float-labell::after {
	content: url("https://www.ramaeri.com/storage/app/public/images/Vector 3.png");
	/* Add the image URL */
	display: inline-block;
	margin-left: 7px;
	vertical-align: middle;
	width: 4.6px;
	/* Adjust width if necessary */
	height: 9.55px;
	position: absolute;
}
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .dr-recentpost-cnt {
        height: auto !important;
    }
    .recent_post{
        padding: 0px 10px;
      }
      .recent_post_child {
       
        padding: 24px !important;
      }
      .recent_post_desp {
        margin-left: 0px;
    }
  }
  
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) and (max-width: 767.98px) {
    
  }
  
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) and (max-width: 991.98px) {
    .recent_post_desp {
        margin-left: 0px;
    }
  }
  
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) and (max-width: 1199.98px) {
   
  }