/*
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
*/

/* Banner Section */


/* Banner Section */
.ss-banner-slide {
    position: relative;
}

.ss-banner-content {
   position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	   height: 100%;
   max-width: 1280px;
	width:90%;
}

.ss-banner-image img {
    width: 100%;
}
h2.ss-banner-title {
    color: #fff !important;
    font-size: 37px;
    max-width: 500px;
}

.ss-banner-desc {
    color: #fff;
    max-width: 365px;
    font-size: 17px;
}
a.ss-banner-btn {
    background: #D4AF37;
    padding: 12px 40px;
    color: #000000;
    text-decoration: none !important;
    font-size: 16px;
    border-radius: 100px;
}

a.ss-banner-btn:hover {
    background: #fff;
}





.owl-dots button span {
    width: 15px;
    height: 15px;
    background: #000;
    display: block;
    border-radius: 100px;
}

.owl-dots {
    display: flex;
    gap: 5px;
	margin-top:40px;
}

.owl-dot.active span{
	background:#fff;
	padding:2px;
	border:1px solid #fff;
}

.owl-dot.active{
	padding:2px !important;
	  border-radius: 100px;
	border:1px solid #fff !important;
}

.ss_our_stroy{
	max-width:420px !important;
}

.ss_mission_sec {
    max-width: 284px ! IMPORTANT;
}




.ss_vision_sec .elementor-widget-image-box {
    max-width: 284px !important;
}

.ss-testimonial-item_new {
    border: 1px solid #BEBEBE;
    border-radius: 15px;
    padding: 30px;
}

.ss-featured-img img {
   width: 80px !important;
    height: 80px !important;
    border-radius: 100px !important;
}
.ss-testimonial-title img {
    width: 35px !important;
}

.ss-testimonial-title {
    margin-top: 30px;
}

h3.ss-testimonial-title {
    font-size: 30px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    background: #EBEBEB;
    justify-content: center;
    border-radius: 100px;
    color: #01AA9C;
}

.ss-testimonial-text p {
    font-size: 19px;
}

.ss-testimonial-text {
    margin-top: 25px;
	    min-height: 110px;
}

h4.ss-client-name {
    margin-bottom: 0;
    font-size: 17px;
}

p.ss-client-location {
    margin: 0;
    font-size: 15px;
    color: #1A1A1A;
}

.ss-product-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 50px;
	align-items:center;
}

.ss-product-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.ss-product-info {
  display: flex;
  flex-direction: column;
}

.ss_product_pg_sec1{
	position:relative;
}
.ss-product-image {
        background: #ffcd57;
    text-align: center;
    padding: 80px;
    border-radius: 15px;
}

h2.ss-product-title {
    font-size: 25px;
}

.ss-product-description p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.ss-product-price {
    font-size: 25px;
    font-weight: 600;
}

span.woocommerce-Price-amount.amount {
    color: #3A4980;
}

.ss-product-price del {
    color: #aeaeae;
}

span.woocommerce-Price-amount.amount {}

.ss-product-price del .woocommerce-Price-amount.amount {
    color: #aeaeae !important;
}

.ss-quantity-wrap {
    display: flex;
    align-items: center;
    gap: 17px;
}

.ss-quantity-wrap input {
    width: auto;
    background: #F3F3F3 !important;
    max-width: 100px;
    border-radius: 100px !important;
}
.ss-delivery-item {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    gap: 10px;
    padding-bottom: 20px;
}

.ss-delivery-info {
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}

.ss-delivery-item strong {
    color: #1D364D;
    font-size: 16px;
}

.ss-text div {
    font-size: 15px;
    text-decoration: underline;
}
.ss-delivery-item.ss-delivery-item2 {
    padding-top: 20px;
    border: 0;
}
.ss-quantity-wrap {
    margin-top: 18px;
}


#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
}

#masthead.sticky {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.5s ease-in-out;
}

@keyframes headerSlideDown {
  0% {
    transform: translateY(-30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

body {
  padding-top: 94px; /* adjust to your header height */
}
.sn-footer-logo img {
    width: 170px;
}
.ast-header-html-1 a {
    color: rgb(242 245 247);
}
.woocommerce-info {
    display: none;
}
.single #content .ast-container {
    max-width: 1340px !important;
    width: 90% !important;
    margin: auto;
}

/***blog****/
.ss-single-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;

}
.single-post h1.entry-title {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 0;
}
.ss-widget.ss-cta {
    background: #000000;
}

.cta-content h4 {
    color: #fff;
}

.single-post .entry-meta span {
    font-size: 15px;
    color: #666 !important;
    font-weight: 400;
}

.single-post .entry-meta {
    margin-bottom: 20px;
    margin-top: 7px;
}
.single-post #content .ast-container {
    padding: 70px 0 70px !important;
}
.single-post-content {
    padding: 30px !important;
    border-radius: 15px;
}
.post-featured-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.ss-sidebar .ss-widget {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.ss-sidebar h3 {
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}

.ss-recent-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ss-recent-posts li {
    margin-bottom: 10px;
}

.ss-recent-posts a {
    color: #333;
    text-decoration: none;
}

.ss-recent-posts a:hover {
    color: #0073aa;
}

/* CTA Box */
.ss-cta {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    color: #fff;
    padding: 30px 20px;
    overflow: hidden;
}

.ss-cta .overlay {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background: rgb(0 0 0);
    border-radius: 12px;
}
.ss-contact-form p {
    font-size: 15px;
    color: #000;
}

.ss-cta .cta-content {
    position: relative;
    z-index: 2;
}

.ss-cta h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.ss-cta .cta-btn {
    display: inline-block;
    background: #ffb400;
    color: #000;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 10px;
}

.ss-cta .cta-btn:hover {
    background: #ffc940;
}

/* Basic styles for the shortcode (edit to match your theme) */
.ss-blog-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .ss-blog-list {
        grid-template-columns: repeat(3, 1fr); /* change to 3 for three columns */
    }
}

.ss-blog-item {
    background: transparent;
    padding: 0;
    list-style: none;
}

.ss-blog-thumb-link img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.ss-blog-meta {
    font-size: 14px;
    margin-top: 20px;
    color: #666;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.ss-blog-title {
    margin: 0.4rem 0 0.5rem;
    font-size: 1.15rem;
}

.ss-blog-title a {
    text-decoration: none;
    color: inherit;
}

.ss-blog-excerpt {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 0.6rem;
}

.ss-blog-readmore {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    padding: 0.35rem 0;
}

.ss-blog-item {
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 15px;
}

.ss-blog-item a {
    text-decoration: none !important;
}

a.ss-blog-readmore {
    background: #bea55d;
    color: #ffffff;
    padding: 8px 28px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 16px;
}
.form-group textarea {
    height: 115px;
}
.ss-contact-form p {
    font-size: 15px;
    color: #000;
}

.form-group textarea {
    height: 115px;
}

.form-group .wpcf7-submit {
    padding: 15px 35px;
    font-size: 16px;
}

.form-group .wpcf7-submit:hover {
    background: #000;
    color: #fff;
}
.ss-recent-posts a {
    font-size: 15px;
}


.ss-banner-slider .owl-nav {
    position: absolute;
    right: 44px;
    display: flex;
    gap: 8px;
    bottom: 24px;
}

.ss-banner-slider span.owl-nav-left {
    width: 30px;
    height: 30px;
    background: #FFB700;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
}

.ss-banner-slider span.owl-nav-right {
    width: 30px;
    height: 30px;
    background: #FFB700;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
}
.ss-after-before-desc {color: #fff;}

.ss-after-before-desc h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

ss-after-before-desc h3:nth-child(2) {
    margin-top: 56px;
}


.ss-after-before-desc h3:nth-of-type(2) {
    margin-top: 50px;
}

.ss-after-before-desc ul {
    padding-left: 30px;
}
.ss-after-before-desc ul li{
	line-height:32px;
}

.ss_after_btn-btn br {
    display: none;
}

.ss_after_btn-btn img {
    width: 36px !important;
    background: #fff;
    border-radius: 100px !important;
    padding: 4px;
}

.ss_after_btn-btn a {
    color: #000;
    background: #d4af37;
    display: inline-flex;
    gap: 17px;
    padding: 5px 40px 6px 11px;
    border-radius: 100px;
    align-items: center;
    text-decoration: none !important;
}
.ss_after_btn-btn {
    margin-top: 40px;
}


/* === AFTER-BEFORE SLIDER (Owl Carousel) === */
.ss-after-before-slider-wrap {
    position: relative;
}

/* Center arrows vertically inside the slider */
.ss-after-before-slider-wrap .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

/* Arrow buttons style */
.ss-after-before-slider-wrap .owl-nav button.owl-prev,
.ss-after-before-slider-wrap .owl-nav button.owl-next {
    background: #ffaa00; /* bright orange */
    color: #fff !important;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 4px; /* square with soft corners */
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

/* Hover effect */
.ss-after-before-slider-wrap .owl-nav button.owl-prev:hover,
.ss-after-before-slider-wrap .owl-nav button.owl-next:hover {
    background: #ff8800; /* darker orange on hover */
    transform: scale(1.05);
}

/* Adjust arrow position */
.ss-after-before-slider-wrap .owl-nav button.owl-prev {
    margin-left: -60px;
}
.ss-after-before-slider-wrap .owl-nav button.owl-next {
    margin-right: -60px;
}

/* Responsive tweak */
@media (max-width: 768px) {
    .ss-after-before-slider-wrap .owl-nav button.owl-prev,
    .ss-after-before-slider-wrap .owl-nav button.owl-next {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
}

.gt_selector{
	    background-color: #bca65d !important;
    border-color: #bca65d !important;
	color:#fff !important;
}

.woocommerce-cart h1.entry-title {
    display: none;
}
.return-to-shop {
    text-align: center;
}

section.woocommerce-order-details {
    display: none;
}

section.woocommerce-customer-details {
    display: none;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: none;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    display: none;
}

.page-id-4256 h1.entry-title {
    display: none;
}
.ss-thankyou-wrapper a:hover {
    color: #fff !important;
}

/**********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
	.site-primary-header-wrap {
    width: 100% !important;
}
	.ss-banner-slider span.owl-nav-left, .ss-banner-slider span.owl-nav-right{
		width:20px;
		height:20px;
		font-size:15px;
		line-height:20px;
	}
	.ss-banner-slider .owl-nav {
    right: 15px;
    bottom: 5px;
}
	.ss-banner-image img {
    height: 160px !important;
    object-fit: cover;
}
	.ss-banner-desc p {
    font-size: 14px;
    display: none;
}
	a.ss-banner-btn {
    padding: 5px 15px;
    font-size: 12px;
}
	body {
    padding-top: 80px;
}
	h2.ss-banner-title{
		font-size:15px !important;
		max-width: 250px;
	}
	.owl-dots{
		display:none !important;
	}
	.ast-primary-header-bar{
		padding:0 15px !important;
	}
	footer#colophon {
    overflow: hidden;
}
	.sn-primery-btn button {
    padding: 5px 30px 5px 8px;
     font-size: 14px;
}
	.sn-primery-btn button img{
		    padding: 4px;
	}
	.current_page_item:after{
		display:none;
	}
	.footer-widget-area {
    text-align: left !important;
		margin-top:20px;
}
	.sn-footer-logo img {
    width: 170px;
}
	
	.ast-builder-html-element {
    text-align: left !important;
}


.footer-social-inner-wrap {
    text-align: left !important;
}
	.ss-product-card{
		    grid-template-columns: repeat(1, 1fr);
	}
	
	.ss-product-title{
		font-size:25px !important;
	}
	.ss-single-container {
    grid-template-columns: 1fr;
}
	.single-post h1.entry-title {
    font-size: 18px;
	}
	.single-post #content .ast-container {
    padding: 45px 0 50px !important;
}
	.ss-after-before-slider-wrap .owl-nav {
    position: absolute;
    bottom: -50px;
    left: 0;
    transform: translateY(0%);
    display: flex;
    z-index: 10;
    gap: 15px;
		top: auto;
    justify-content: center;
}
	/* Adjust arrow position */
.ss-after-before-slider-wrap .owl-nav button.owl-prev {
    margin-left: 0px;
}
.ss-after-before-slider-wrap .owl-nav button.owl-next {
    margin-right: 0px;
}
	.ss-after-before-desc ul {
    padding-left: 20px;
}
.ss-after-before-desc ul li {
    line-height: 25px;
    font-size: 14px;
}
	.ss-after-before-desc ul {
    padding-left: 20px;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px){ }
@media only screen and (min-width: 767px) and (max-width: 1023px){
	.ss-product-card{
		    grid-template-columns: repeat(1, 1fr);
	}
	
.site-primary-header-wrap {
    width: 100% !important;
}
	.ss-banner-image img {
    object-fit: cover;
}
	.ss-banner-desc p {
    font-size: 14px;
    display: none;
}
	a.ss-banner-btn {
    padding: 5px 15px;
    font-size: 12px;
}
	body {
    padding-top: 80px;
}
	h2.ss-banner-title{
		font-size:30px !important;
	}
	.owl-dots{
		display:none !important;
	}
	.ast-primary-header-bar{
		padding:0 15px !important;
		width:100% !important;
	}
	footer#colophon {
    overflow: hidden;
}
	.sn-primery-btn button {
    padding: 5px 30px 5px 8px;
     font-size: 14px;
}
	.sn-primery-btn button img{
		    padding: 4px;
	}
	.current_page_item:after{
		display:none;
	}
	.footer-menu-item ul li a{
		font-size:12px;
	}
	.sn-footer-logo p {
		font-size: 12px;
	}
	.ss-product-image {
    padding: 30px;
}
	.ss-single-container {
    grid-template-columns: 1fr;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
	.ss_our_stroy .elementor-image-box-description {
    font-size: 1.1vw !IMPORTANT;
}

.ss_our_stroy {
    max-width: 365px !important;
}
	.ss_our_stroy .elementor-image-box-description {
    font-size: 1.1vw !IMPORTANT;
}

.ss_our_stroy {
    max-width: 365px !important;
}
	.ss_mission_sec .elementor-image-box-description {
    font-size: 1.2vw !important;
}
	.ss_vision_sec .elementor-image-box-description{
		font-size:1.1vw !important;
	}
	.ss_vision_sec{
		height:255px !important;
	}
	.ss_vision_img img {
    height: 270px !important;
    object-fit: cover;
}
	.ss_faq_para p{
		font-size:1vw !important;
	}
		.e-n-accordion p {
    font-size: 1vw !important;
}
			.e-n-accordion h6 {
    font-size: 1.3vw !important;
}
	.ss-product-image{
		    padding: 50px 50px;
	}
	.ss-buy-btn {
    padding: 14px 30px;
    font-size: 15px;
}
	.ss-delivery-item.ss-delivery-item2 {
    padding-top: 8px;
	}
	.ss-delivery-info {
    margin: 12px 0;
}
	h2.ss-product-title{
		    margin-bottom: 8px !important;
	}
	.ss-product-description p{
		    margin-bottom: 10px;
	}
	.ss-product-image img{
		width:375px;
	}
	.ss-testimonial-text p {
    font-size: 16px;
}
}

@media (min-width: 992px) and (max-width: 1170px) {
		.ss_abt_mis-img img {
    height: 290px !important;
    object-fit: cover;
}
	.ss_faq_para p{
		font-size:1vw !important;
	}
	.e-n-accordion p {
    font-size: 1vw !important;
}
			.e-n-accordion h6 {
    font-size: 1.3vw !important;
}
	.ast-builder-grid-row.ast-grid-center-col-layout{
		grid-template-columns: 1fr 3fr 0.4fr !important;
	}
}