/*
Theme Name: Obeglutide Child
Theme URI: https://weboconnect.com/
Description: A child theme of Astra for Obeglutide.
Author: WeboConnect
Author URI: https://weboconnect.com/
Template: astra
Version: 1.0.0
Text Domain: obeglutide
*/
.sn-before-testi .ss-testimonial-item_new{
background: #fff;
}
.sn-about-list ol {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.sn-about-list-space ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ast-container{
	padding: 0px;
}
.sn-banner-heading h1 {
    font-size: 37px;
    font-weight: 600;
	color: #fff;
}
.ast-footer-copyright a {
    color: #fff;
}

.ast-footer-copyright a:hover {
    color: #bca65d;
}
.bn-heading-icon {
    display: inline-block;
    background: #D6B66D;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sn-primery-btn button:hover{
background-color: #D4AF37;
	color: #fff;
}
.sn-primery-btn button:hover img{
background-color: #ffff;
}
.sn-primery-btn button img {
    background: #D4AF37;
    padding: 6px;
    border-radius: 50px;
    margin-right: 20px;
	transition: 0.3s;
}


.sn-banaer-para p {
    margin-bottom: 0px !important;
}
.sn-primery-btn button {
    padding: 7px 48px 7px 11px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    background: #fff;
	transition: 0.3s;
}

.sn-primery-btn.sn-bnt-setting button {
    background: #D4AF37;
	color: #000;
}
.sn-primery-btn.sn-bnt-setting button img{
background: #fff;
}

.sn-primery-btn.sn-bnt-setting button:hover{
background: #000;
color: #fff;
}
.sn-faq-header summary.e-n-accordion-item-title {
    justify-content: space-between;
}
.sn-faq-header span.e-n-accordion-item-title-icon {
    background: #D4AF37;
    width: 30px !important;
    height: 30px;
    justify-content: center;
    color: #fff !important;
    border-radius: 50px;
}

.custom-post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
  margin: 30px 0;
}

.custom-post-card {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.custom-post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.custom-post-card .post-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
	border-radius: 10px;
}

.custom-post-card .post-content {
  padding: 20px;
}

.custom-post-card .post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.custom-post-card .author-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-post-card .author-box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.custom-post-card .author-info h4 {
  font-size: 13px;
  font-weight: 600;
  color: #14183E;
  margin: 0;
}

.custom-post-card .author-info p {
  font-size: 13px;
  color: #14183E;
  margin: 0;
}

.custom-post-card .post-date {
  font-size: 12px;
  color: #282938;
}

.custom-post-card .post-title {
  font-size: 16px !important;
  font-weight: 600;
  margin: 13px 0;
  color: #1e1e1e;
}

.custom-post-card .post-excerpt {
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
}

.custom-post-card .read-more {
  color: #00504E;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 13px;
	margin-bottom: 0px;
}

.custom-post-card .read-more:hover {
  text-decoration: underline;
}

.ss-testi-carousel button.owl-dot {
    width: 16px;
    height: 16px;
    background: #fff !important;
}

.ss-testi-carousel .owl-dots {
    display: flex;
    justify-content: center;
	align-items: center;
    gap: 8px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.ss-testi-carousel .owl-dot.active span{
background-color: #00504E !important;
	width: 11px;
    height: 11px;
	display: inline-block;
	border-radius: 50px;

}
.ss-testi-carousel .owl-dot.active{
	border: 1px solid #00504E;
	width: 23px;
    height: 23px;
	 display: flex;
    justify-content: center;
	align-items: center;
	background: none !important;
}
.sn-banner-sec-slider-col{
position: relative;
}
.sn-banner-sec-slider-col:after{
content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: #D4AF37;
	z-index: 0;
    pointer-events: none;
	border-radius: 0px 0px 10px 10px;
}
.sn-para-mar p {
    margin-bottom: 20px;
}
.sn-footer-logo p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 25px;
}
.footer-menu-list {
    display: flex;
    gap: 40px;
}
.footer-menu-item h6 {
    font-size: 19px;
    font-weight: 500;
    color: #FFFFFF78;
		font-family: Roboto;
}
.footer-menu-item ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
h6.footer-social-hd {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-menu-item ul {
    margin-top: 16px;
	display: flex
;
    flex-direction: column;
    gap: 6px;
}
.sn-footer-logo p {
    margin-top: 18px;
    color: #fff;
}

.sn-after-before h4 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
	margin-bottom: 15px;
}

.sn-after-before ul li {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.sn-after-before ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.sn-main-after-before {
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.owl-number-counter {
  position: absolute;
  bottom: -50px;
  left: 0px;
  color: #fff;
  background: rgba(0,0,0,0.5);
  z-index: 20;
  letter-spacing: 1px;
}

.owl-number-counter .current {
  color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.owl-number-counter .total {
  color: #bbb;
  margin-left: 3px;
	font-size: 17px;
	font-weight: 500;
	
}
.sn-after-carousel button.owl-prev {
    width: 30px;
    height: 30px;
    background: #2E2E2E !important;
    color: #fff !important;
	margin-right: 7px;
}
.sn-after-carousel button.owl-next{
width: 30px;
    height: 30px;
    background: #2E2E2E !important;
    color: #fff !important;
}
.sn-after-carousel .owl-nav{
position: absolute;
	right: 0px;
	bottom: -50px;
}


.ss-testimonial-wrapper {
		width: 59vw;
    position: relative;
    right: 12.5vw;
	z-index: 3;
}
.ss-testimonial-item {
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  position: relative;
}
.ss-quote-img img {
  width: 50px !important;
  margin-bottom: 15px;
}
.ss-testimonial-text p {
  font-size: 18px;
  color: #000;
	font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}
.ss-rating {
  margin-bottom: 10px;
}
.ss-rating .star {
  font-size: 20px;
  color: #FFB700;
	font-weight: bolder;
}
.ss-rating .star.inactive {
  color: #ddd;
}
.ss-client-info h4 {
  font-weight: 600;
  margin: 0px 0px 4px 0px;
	font-size: 18px;
	color: #1A1A1A;
}
.ss-client-info p {
  color: #1A1A1A;
	font-weight: 600;
  font-size: 13px;
  margin: 0;
}
.ss-client-avatars {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.ss-client-avatars img {
  width: 60px !important;
  height: 72px !important;
  border-radius: 12px;
  object-fit: cover;
}
 .e-con>.e-con-inner, .site-primary-footer-inner-wrap{
	 width: 90% !important;
}
	.site-primary-header-wrap{
		 width: 90% !important;
}
	.sn-full-conter{
		padding-right: 2.4vw !important;
}
	.sn-full-conter-2{
	padding-left: 3.4vw !important;
	}

.sn-play-bnt {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100%;
}

.sn-testimonila-carousel .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 41px;
	  display: flex;
	  gap: 120px;
}

.sn-testimonila-carousel button.owl-prev span {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

.sn-testimonila-carousel button.owl-next span {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}
.sn-testimonila-carousel .owl-number-counter {
    position: absolute;
    bottom: 28px;
    left: 80px;
	background: none;
	color: #000;
}
.sn-testimonila-carousel .owl-number-counter span {
    font-size: 35px !important;
    font-weight: 500;
	 color: #000;
}
.sn-testimonila-carousel .owl-number-counter span.total {
    font-size: 16px !important;
    color: #000;
	font-weight: 400;
}
.ast-builder-grid-row.ast-grid-center-col-layout{
grid-template-columns: 1.5fr 3fr 0.5fr !important;
}
.sn-cart-btn {
    cursor: pointer;
}
.current_page_item:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 48%;
    height: 2px;
    background: #D4AF37;
    right: 0;
    margin: auto;
}
@media (min-width: 1360px) {
  /* CSS for big screens */
	.sn-full-conter-2{
padding-left: 4vw;
	}
	.sn-full-conter{
padding-right: 2.5vw;
	}
	.ss-testimonial-wrapper{
	width: 58vw;
		right: 12vw;
	}
}
.sn-mb-0 p{
margin-bottom: 0px;
}
.sn-primery-btn.sn-bnt-setting-2  button{
background: #D4AF37;
}
.sn-primery-btn.sn-bnt-setting-2  button img{
background: #fff;
}
.sn-primery-btn.sn-bnt-setting-2 button:hover{
background: #fff;
	color: #000;
}
.sn-primery-btn.sn-bnt-setting-2 button:hover img{
background: #D4AF37;
}
.sn-about-live-box {
    height: 100% !important;
	transition: 0.3;
}
.sn-about-live-box:hover{
background: #fff;
	box-shadow: 0px 0px 36.6px 30px #D8D8D854;
	border: none !important;
}
.sn-form-flied p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
	margin-bottom: 0px;
}
.form-top-flied {
    display: flex;
    gap: 10px;
}
.sn-form-flied {
    margin-bottom: 20px;
}
.sn-form-flied {
    margin-bottom: 20px;
}

.sn-form-flied input {
    border-radius: 10px;
    border: 1px solid #C3C3C3 !important;
    font-size: 13px;
    font-weight: 400;
	 color: #000;
}
.sn-form-flied select {
	 color: #000;
    font-size: 13px;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
}

.sn-form-flied textarea {
    font-size: 13px;
    font-weight: 400;
    color: #000;
	height: 150px;
    border-radius: 10px;
    border: 1px solid #C3C3C3;
}
.sn-primery-btn.sn-support-btn button br {
    display: none;
}
.sn-primery-btn.sn-support-btn button img{
background: #fff;
}
.sn-primery-btn.sn-support-btn button{
background: #D4AF37;
}
.sn-mail-info p a {
    text-decoration: none !important;
}

/********************** 
 * Media Sreen Start 
* **********************/

@media only screen and (min-width: 320px) and (max-width: 767px){
.sn-bg-color{
	background: none !important;
}
.counter-bg-mob{
	background-color: #D4AF37;
}
	.sn-primery-btn.btn-mob button{
	padding: 7px 15px 7px 10px;
	font-size: 14px;
		
	}
	.sn-primery-btn.btn-mob button img{
		margin-right: 8px;
}
	.sn-full-conter-2{
padding-left: 0px !important;
	}
	.sn-full-conter{
padding-right: 0px !important;
	}
	.ss-testimonial-wrapper{
		right: 0px;
		width: 100%;
	}
	.ss-testimonial-text p{
font-size: 15px;
	}
	.ss-testimonial-item{
padding: 25px;
	}
	.sn-mobile-bg{
		background: none;
}
	.page-id-3 .ast-container{
		padding: 0px;
}
	.form-top-flied{
		flex-direction: column;
    gap: 15px;
}
	.sn-form-flied input,.sn-form-flied select{
	height: 45px;
		border-radius: 10px !important;
	}
	.mob-sn-border-radious img{
border-radius: 10px !important;
}
}

/* tab resopnsive */

@media only screen and (min-width: 767px) and (max-width: 1023px){
	
	.sn-work-grid{
	 grid-column: 1 / -1; 
	}
	.sn-main-after-before{
	flex-direction: row;
		justify-content: space-between;
	}
	.sn-full-conter-2 {
    padding-left: 0px !important;
}
}
.sn-border-radious img{
border-radius: 10px !important;
}

}