

* {box-sizing: border-box;margin: 0;}
body {margin:0;font-family: Arial, sans-serif;background: url(../images/bogy-bg.png) no-repeat center; background-size: cover;}
a{color:inherit;text-decoration: inherit;}
.container {
  width:100%;
  max-width:1320px;
  margin:0 auto;
  padding:0 15px;
}

/* Top bar */
.stray-shedders-topbar {
  font-size:14px;
  padding:18px ;
  background:linear-gradient(180deg,#224B90 0%,#0B2B60 100%);
  color:#fff;
}
header.stray-shedders-header .container {
  max-width: 1440px;
}
.top-bar-main-wapper {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.top-bar-main-wapper-col-1 {display:flex;gap:30px;}
.top-bar-main-wapper-col-2 ul {display:flex;gap:20px;list-style:none;margin:0;padding:0;}

/* Header */
.stray-shedders-header {
  background:#fff;
}
.stray-shedder-header-main {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:15px 0;
  gap:20px;
}
.stray-shedders-logo img {max-height:85px;}

/* Nav */
.stray-shedders-nav {
  display: flex;
  gap: 25px;
  margin-left: 40px;
  font-family: Lexend Deca;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.stray-shedders-nav a {
  text-decoration:none;
  color:var(--stray-shedders-dark);
  font-weight:500;
}
.stray-shedders-header.scrolled {
    position: sticky;
    top: 0;
    background-color: #ffffff !important;
    display: block;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); 
}

/* Donate Button */
.stray-shedders-btn {
  background:var(--stray-shedders-primary);
  color:#fff;
  border:none;
  padding:10px 20px;
  border-radius:4px;
  cursor:pointer;
  font-size:16px;
}

/* Toggle Button */
.stray-shedders-toggle {
  display:none;
  background:none;
  border:none;
  font-size:22px;
  cursor:pointer;
  color:var(--stray-shedders-dark);
}


/* Mobile Nav */
.stray-shedders-nav-mobile {
  position:fixed;
  top:0;
  right:-100%;
  width:280px;
  height:100vh;
  background:#fff;
  box-shadow:-2px 0 5px rgba(0,0,0,0.2);
  display:flex;
  flex-direction:column;
  gap:20px;
  display:none;
  padding:60px 20px;
  padding-top: 130px;
  transition:right 0.3s ease;
  z-index:999;
}
.stray-shedders-nav-mobile.active {
  right: 0;
  z-index: 9;
}
.stray-shedders-nav-mobile a {
  font-family: Lexend Deca;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.stray-shedders-nav-mobile .stray-shedders-btn {margin-top:20px;width:100%;}
.top-bar-contect {
  font-family: Lexend Deca;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.top-bar-main-wapper-col-2 ul li a {
  color: #ffffff;
  font-size: 20px;
}
a.btn-1 {
  font-family: Lexend Deca;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  padding: 18px 22px;
  background: #224B90;
  color: #ffffff;
  border-radius: 15px;
  border: 1px solid #224b90;
  transition: 0.3s ease all;
}
a.btn-1:hover {
  border: 1px solid #224b90;
  background: transparent;
  color: #224b90;
}
a.btn-2 {
  font-family: Lexend Deca;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  padding: 18px 22px;
  background: #5293FF;
  color: #ffffff;
  border-radius: 15px;
  transition: 0.3s ease all;
  border:1px solid #5293ff;
}
a.btn-2:hover{
  background:transparent;
  color: #5293FF;
  border:1px solid #5293ff;
}
.btn-3 {
  font-family: Lexend Deca;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  padding: 18px 22px;
  background: #BCD5FF;
  color: #000;
  border-radius: 15px;
  border: 1px solid #BCD5FF;
  transition: 0.3s ease all;
  cursor: pointer;
}
.btn-3:hover{
  border: 1px solid #BCD5FF;
  color:#bcd5FF;
  background: transparent;
}
header.stray-shedders-header {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 999;
}

.ss-repot-content a.btn-3 {
  display: inline-block;
  margin-top: 25px;
}







/* ===== HERO (scoped) ===== */
.ss-hero-section {
    position: relative;
    overflow: hidden;
    padding: 72px 0 40px;
 /*   background-image: url('../images/hero-bg-vector.png') ;
    background-repeat:no-repeat;
    background-position:top right;
    background-size:contain;*/
    padding-top: 120px;
    padding-bottom: 60px;
    position: relative;
}
 
    .ss-hero-section-col.ss-hero-section-col--text h1.ss-hero-section-title {
        font-family: Averia Serif Libre;
        font-weight: 700;
        font-size: 80px;
        line-height: 112.99999999999999%;
        text-shadow: 2px 2px 5px #00000040;
    }
/* soft paw-ish dots pattern */
.ss-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;
  opacity: .7;
}



/* container */
.ss-hero-section-container {
 
  display: flex;
  align-items:center;
  gap: 28px;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom:40PX;
}

/* columns */
.ss-hero-section-col--text {align-self: center; }
.ss-hero-section-col--image {display: flex; align-items: flex-end; justify-content: center;}
.ss-hero-section-col.ss-hero-section-col-video{
    width:50%;
}
    .ss-hero-section-col.ss-hero-section-col-video video{
        width:100%;
    }
    /* text */
    .ss-hero-section-title {
        margin: 0 0 16px;
        font-size: clamp(32px, 5vw, 58px);
        line-height: 1.05;
        font-weight: 800;
        color: var(--ss-white);
    }
.ss-hero-section-sub {
  margin: 0 0 24px;
  max-width: 560px;
  color: #e6eaf6;
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 1.6;
}

/* actions */
.ss-hero-section-actions {display:flex; gap:12px; flex-wrap:wrap;}
.ss-hero-section-btn {
  display:inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: .2s ease;
  border: 1.5px solid transparent;
}
.ss-hero-section-btn--primary {
  background:#0e64ff;
  color:#fff;
}
.ss-hero-section-btn--primary:hover {transform: translateY(-1px);}
.ss-hero-section-btn--ghost {
  background: rgba(255,255,255,.15);
  color:#fff;
  border-color: rgba(255,255,255,.25);
}
.ss-hero-section-btn--ghost:hover {background: rgba(255,255,255,.22);}

/* image area */
.ss-hero-section-figure {
  position: relative;
  width: 100%;
  max-width: 540px;
}
.ss-hero-section-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.ss-hero-section-figure::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 50px;
    border: 1px solid #fff;
    left: 228px;
    bottom: -25px;
    background-color: #ffffff;
    transform: rotateZ(-16deg);
}

/* floating avatar chips */
.ss-hero-section-float {
  position: absolute;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  /* border: 4px solid #fff; */
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}
/* positions (adjust as you like) */
.ss-hero-section-float--1 {
    bottom: 30px;
    left: 45%;
    right: 0;
}
.ss-hero-section-float--2 {
  top: 30%;
  right: 45%;
}
.ss-hero-section-float--3 {
  top: 80%;
  left: 60%;
}
.ss-hero-section-float--4 {
  top: 40%;
  right: 14%;
}
.ss-hero-section-sub {
  margin: 0 0 24px;
  max-width: 810px;
  color: #17181A;
  font-family: Averia Serif Libre;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
}
img.paw-vector-1 {
  position: absolute;
  top: 25%;
  left: -50px;
  transform: rotate(90deg);
  width: 120px;
}
img.paw-vector-2.paw-vector {
  top: 40%;
  left: -10px;
  transform: rotate(90deg);
  width: 150px;
}
img.paw-vector-3.paw-vector {
  right: 0;
  top: 10%;
  width: 150px;
}
img.paw-vector-4.paw-vector {
  left: 50%;
  top: 60%;
  width: 110px;
}
img.paw-vector-5.paw-vector {
  bottom: 0;
  left: 30%;
  transform: rotate(55deg);
  width: 130px;
}
img.paw-vector-6.paw-vector {
  top: 0;
  left: 60%;
  transform: rotate(205deg);
  width: 130px;
}
img.paw-vector-7.paw-vector {
  top: 5%;
  left: 55%;
  transform: rotate(205deg);
  width: 150px;
}
.paw-vector{
  
  position: absolute;
}
/* responsive */

















.ss-service-column {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 50px;
}
section.ss-services-section {
  padding-top: 80px;
  padding-bottom: 60px;
}
.ss-service-image img {
  width: 100%;
}
.ss-service-column-col-1 {
  position: relative;
  width: 100%;
}
.ss-service-btn {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  background-color: #BCD5FF;
  padding: 15px 4px;
  border-radius: 15px;
  font-family: Averia Serif Libre;
font-weight: 400;
font-size: 26px;
line-height: 100%;

}




.ss-community-hero {
  width: 100%;
  padding: 60px 20px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.ss-community-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

/* Left Content */
.ss-community-content h2 {
  margin-bottom: 20px;
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 56px;
  line-height: 100%;
  
  color: #000;
}

.ss-community-content h2 span {
  color: #000;
}

.ss-community-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 25px;
  font-family: Averia Serif Libre;
font-weight: 300;
font-size: 22px;
line-height: 100%;

}

.ss-community-btn {
  background: #cfe4ff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.ss-community-btn:hover {
  background: #a6d0ff;
}

/* Right Image */
.ss-community-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ss-community-main-shape {
  position: relative;
}

.ss-community-main-img {
  width: 100%;
  height: auto;
}

/* Small Floating Images */
.ss-community-small {
  position: absolute;
  width: 70px;
  height: 7ch;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ss-community-small-1 { top: -20px; right: 20%; }
.ss-community-small-2 { bottom: -20px; right: 25%; }
.ss-community-small-3 { top: 20%; left: -20px; }
.ss-community-small-4 { bottom: 15%; left: 10%; }
section.ss-community-hero img.paw-vector-7.paw-vector {
  top: 12%;
  left: 66%;
}
section.ss-community-hero img.paw-vector-2.paw-vector {
  top: 0;
  transform: rotate(220deg);
  left: 15%;
}
section.ss-community-hero img.paw-vector-6.paw-vector {
  top: 40%;
  left: 90%;
  transform: rotate(-30deg);
}
/* Responsive */























.ss-about-wrapper {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 80px;
  align-items: center;
}
.ss-about-img img { width: 100%; border-radius: 10px; }
.ss-about-link { display: inline-block; margin-top: 15px; color: #0077ff; text-decoration: none; }

/* Report */
.ss-repot-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 80px;
  align-items: center;
}
.ss-repot-btn {
  display: inline-block;
  background: #cfe4ff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.ss-repot-img img { width: 100%; border-radius: 12px; }

/* Benefits */
.ss-benifit-wrapper h2 { text-align: center; margin-bottom: 40px; }
.ss-benifit-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  text-align: center;
}
.ss-benifit-card img {
  margin-bottom: 15px;
  height: 150px;
  width: auto;
}

/* Take Care */
.ss-tackecare-wrapper {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 80px;
  align-items: center;
}
.ss-tackecare-img img { width: 100%; border-radius: 12px; }
.ss-tackecare-link { display: inline-block; margin-top: 15px; color: #0077ff; text-decoration: none; }
.ss-about-content h2, .ss-repot-wrapper h2, .ss-tackecare- h2, h2.ss-latest-news-title {
    font-family: Averia Serif Libre;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
}
.ss-about-content p, .ss-repot-wrapper p, .ss-tackecare- p, .ss-latest-news-subtitle {
  font-family: Averia Serif Libre;
  font-weight: 300;
  font-size: 22px;
  line-height: 100%;
  margin-top: 20px;
}
section.ss-about-, section.ss-repot-, .ss-benifit-, .ss-tackecare- {
  padding: 80px 0px;
  overflow: hidden;
}

.ss-benifit-card h3 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}
.ss-benifit-card p {
  font-family: Averia Serif Libre;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  margin-top: 10px;
}
.container.ss-benifit-wrapper h2 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 70px;
}




/* ========== Latest News Section ========== */
.ss-latest-news-section {
  padding: 60px 0px;
  text-align: center;
}

.ss-latest-news-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.ss-latest-news-subtitle {
  color: #555;
  margin-bottom: 40px;
  font-size: 0.95rem;
}

.ss-latest-news-grid {
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap: 25px;
}

.ss-latest-news-card {
  background: #fff;
  border-radius: 12px;
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s ease;
  font-family: Averia Serif Libre;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}


.ss-latest-news-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ss-latest-news-heading {
  padding: 15px 0px;
  font-weight: 600;
  color: #000;
  font-size: 22px;
}

.ss-latest-news-link {
  display: inline-block;
  padding:  15px 0px;
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}.ss-tackecare-img {
  position: relative;
}
.ss-tackecare-shape img.ss-community-small {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

/* ========== Contact Form Section ========== */
.ss-contect-form-section {
  padding: 60px 0px;
}
.ss-contect-form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  background: #F6F6F6;
  padding: 40px;
  border-radius: 20px;
}

.ss-contect-form-left h2 {
  color: #224B90;
  margin-bottom: 15px;
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
}
.ss-contect-form-left p.ss-contect-form-bold {
  margin-top: 30px;
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
}
.ss-contect-form-small {
  color: #000;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  max-width: 80%;
  margin-top: 15px;
  padding-bottom: 15px;
  font-family: Averia Serif Libre;
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
}

.ss-contect-form-socials a {
  display: inline-block;
  margin-right: 12px;
  font-size: 36px;
  color: #000;
  transition: color 0.3s;
}

.ss-contect-form-socials a:hover {
  color: #1d3b70;
}

.ss-contect-form-right h3 {
  margin-bottom: 20px;
  font-family: Averia Serif Libre;
  font-weight: 400;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
}
.ss-contect-form-right input,
.ss-contect-form-right input, .ss-contect-form-right input, .ss-contect-form-right textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  resize: vertical;
  border: none;
  border-bottom: 0.5px solid #000;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
  outline:none;
  font-family: Averia Serif Libre;
font-weight: 300;
font-size: 36px;
line-height: 100%;

}

.ss-contect-form-note {
  font-size: 0.8rem;
  color: #777;
  margin-bottom: 15px;
}

.ss-contect-form-right form button.btn-3 {
  width: 100%;
}
.ss-contect-form-right::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: -50px;
  background: #000;
  border: 1px solid;
}


.ss-latest-news-grid.blog-page {
  margin-top: 30px;
}


/* ====== Footer Section ====== */
.ss-footer-section {
  background: #ECECEC;
  padding-top: 120px;
  position: relative;
  font-family: Arial, sans-serif;
  color: #000;
  margin-top: 200px;
}

.ss-footer-dogs {
  position: absolute;
  top: -210px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 900px;
  text-align: center;
}
.ss-footer-dogs img {
  width: 100%;
  height: auto;
}

/* Container */
.ss-footer-container {
  
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 40px 20px;
}

.ss-footer-col h3 {
  margin-bottom: 15px;
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
}

.ss-footer-col p {
  color: #333;
  font-family: Averia Serif Libre;
  font-weight: 300;
  font-size: 21px;
  line-height: 100%;
}
.ss-footer-col ul {
  list-style: none;
  padding: 0;
}

.ss-footer-col ul li {
  margin-bottom: 10px;
}

.ss-footer-col ul li a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
    font-family: Averia Serif Libre;
    font-weight: 300;
    font-size: 22px;
    line-height: 100%;
}
p.df {
  display: flex;
  align-items: center;
}

.ss-footer-col ul li a:hover {
  color: #1d3b70;
}

/* Logo */
.ss-footer-logo {
  width: 120px;
  margin-bottom: 15px;
}

/* Contact */
.ss-footer-col p i {
  margin-right: 8px;
  color: #1d3b70;
}

/* Bottom */
.ss-footer-bottom {
  text-align: center;
  color: #555;
  padding: 15px;
  font-family: Averia Serif Libre;
  font-weight: 300;
  font-size: 12px;
  line-height: 100%;
}









/*============================= ABOUT_US_PAGE_CSS_START ===========================*/

section.welcome-ss-section {
  padding: 80px 0px;
}
.section.other-page-hero{
  background-color: #BCD5FF;
}
section.other-page-hero img.hero-image {
  width: 100%;
}
.other-hero-wapper-content {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.other-hero-wapper-content h2 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
.other-hero-wapper-content p {
  font-family: Averia Serif Libre;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-top: 10px;
  padding-left: 25px;
}
.welcome-ss-section-wapper {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 38px;
  align-items: center;
}
.welcome-ss-section-wapper-col-1 img {
  width: 100%;
}
.welcome-ss-section-wapper-col-2 h2 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
.welcome-ss-section-wapper-col-2 p {
  font-family: Averia Serif Libre;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-top: 15px;
}
.welcome-section-btns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 25px;
}












/* Our Story Section */
.ss-our-story-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.ss-our-story-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.ss-our-story-card {
  border: 2px solid #cce0ff;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.ss-our-story-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Core Values */
.ss-core-values-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ss-core-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 20px;
}

.ss-core-value {
  background: #f5f9ff;
  border: 2px solid #cce0ff;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 15px;
  box-shadow: -7px 0px 3px 0px #5293FF;
  background-color: #F6F6F6;
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.ss-core-value-highlight{
  background: #f5f9ff;
  border: 2px solid #cce0ff;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 15px;
  box-shadow: -7px 0px 3px 0px #5293FF;
  background-color: #F6F6F6;
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.ss-core-value-highlight {
  font-size: 16px;
  margin-top: 15px;
}
.ss-community-content a.btn-3 {
  display: inline-block;
}

section.ss-our-story {
  padding: 80px 0px;
}
.ss-our-story-card {
  border: 2px solid #cce0ff;
  border-radius: 20px;
  padding: 20px  22px 40px 22px;
  background: #fff;
  box-shadow: -7px 0px 3px 0px #5293FF;
  background-color: #F6F6F6;
}
section.ss-our-story h2.ss-our-story-title, h2.ss-core-values-title {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  color: #000000;
}
.ss-our-story-card h3 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
}
.ss-our-story-card p {
  font-family: Averia Serif Libre;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
}

section.what-we-offer-section h2 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
}
section.what-we-offer-section ul {
  font-family: Averia Serif Libre;
  font-weight: 400;
  font-size: 20px;
  padding: 20px;
}
section.what-we-offer-section ul li {
  margin: 25px 0px;
}

.contact-page-wapper {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.contact-page-wapper-col-1 {
  width: 49%;
}
section.contact-page-top-section form .contact-form-2-column input {
  width: 100%;
}
.contact-form-2-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:20px;
}
.contact-form-2-column-col-1 {
  width: 49%;
}
.contact-page-wapper-col-1 h2 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 38px;
  line-height: 100%;
}
.contact-page-wapper-col-1 form {
  margin-top: 30px;
}
.contact-page-wapper-col-1 input, textarea {
  width: 100%;
  font-family: Averia Serif Libre;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  padding: 15px 10px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #bed7ff;
}
.contact-page-wapper-col-1 form label{
  font-family: Averia Serif Libre;
  font-size: 18px;
  font-weight: 400;
}
.contact-form-email {
  margin-top: 30px;
}
.contact-page-wapper-col-2 {
  background: #BCD5FFE5;
  border-radius: 10px;
  padding: 30px;
  width: 49%;
  position: relative;
}
.contact-page-wapper-col-2 h2 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 39px;
  line-height: 100%;
}
.contact-page-wapper-col-2 p{
  font-family: Averia Serif Libre;
  font-size: 18px;
  margin-top: 15px;
}
section.contact-page-top-section {
  padding: 80px 0px;
}
img.contact-looking-dog-img {
  position: absolute;
  bottom: -22px;
  width: 200px;
  right: 0;
}
.contact-page-wapper-col-1 form button.btn-3 {
  width: 100%;
  margin-top: 25px;
}
section.ss-pp-section {
  padding: 80px 0px;
}
section.ss-pp-section h1 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
section.ss-pp-section p, section.ss-pp-section ul{
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0px
}
section.ss-pp-section h2 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  margin: 25px 0px;
}
















.ss-gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 15px;
  grid-auto-flow: dense;
}

.ss-gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
}

.ss-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.ss-gallery-item:hover img {
  transform: scale(1.1);
}

/* Different sizes for masonry effect */
.ss-gallery-item.wide {
  grid-column: span 2;
}

.ss-gallery-item.tall {
  grid-row: span 3;
}

.ss-gallery-item.big {
  grid-column: span 2;
  grid-row: span 2;
}

/* Lightbox */
.ss-gallery-lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.ss-gallery-lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

.ss-gallery-close,
.ss-gallery-prev,
.ss-gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: white;
  background: rgba(0,0,0,0.5);
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}

.ss-gallery-close {
  top: 20px;
  right: 20px;
  transform: none;
}

.ss-gallery-prev {
  left: 20px;
}

.ss-gallery-next {
  right: 20px;
}
section.gallery-section h2 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
}
section.gallery-section {
  padding: 80px 0px;
}
.ss-gallery-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 15px;
  grid-auto-flow: dense;
  margin-top: 30px;
}




.ss-faq-section {
  padding: 50px 0px;
  font-family: Arial, sans-serif;
}

.ss-faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}



.ss-faq-item {
  margin-bottom: 25px;
}

.ss-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background: #f0f6ff;
  transition: 0.3s ease;
  border-radius: 10px;
  font-family: Averia Serif Libre;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}

.ss-faq-item.active {
  box-shadow: 0px 4px 10px #9ec7ff94;
  border-radius: 15px;
}
.ss-faq-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.ss-faq-item.active .ss-faq-icon {
  transform: rotate(180deg); /* Arrow up */
}

.ss-faq-answer {
  display: none;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  font-size: 16px;
  color: #000;
  font-family: Averia Serif Libre;
  font-weight: 500;
  font-size: 20px;
}

.ss-faq-item.active .ss-faq-answer {
  display: block;
}
section.ss-faq-section h2 {
  font-family: Averia Serif Libre;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}
















.bolg-post-section {
  padding: 50px 0;
}
.ss-blog-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ss-blog-slider-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}
.ss-blog-slide {
  min-width: 100%;
  flex: 0 0 100%;
  height: 400px;
}
.ss-blog-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}

/* Prev/Next buttons */
.ss-blog-prev, .ss-blog-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 10px;
  z-index: 2;
  width: 50px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ss-blog-prev { left: 10px; }
.ss-blog-next { right: 10px; }

/* Dots */
.ss-blog-dots {
  text-align: center;
  margin-top: 15px;
}
.ss-blog-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.ss-blog-dots .active {
  background: #333;
}

.blog-publisher-detail {
  display: flex;
  align-items: center;
  gap: 35px;
  font-family: Averia Serif Libre;
  font-weight: 500;
  font-size: 18px;
  margin: 15px;
  color: #4242ff;
}
.blog-post-dog-image-grid {
  display: grid;
  grid-template-columns: repeat(3 , 1fr);
  gap:20px;
}
.blog-post-dog-image-grid img {
  width: 100%;
}

.blog-share-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
  font-size: 20px;
  font-family: Averia Serif Libre;
  font-weight: 500;
}
.blog-share-platefom {
  display: flex;
  align-items: center;
  gap: 25px;
}
.blog-post-content-main-wrapper h1 {
  font-family: Averia Serif Libre;
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  margin-top: 15px;
}
.blog-post-content-main-wrapper p{
  font-family: Averia Serif Libre;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  padding-top: 20px;
}
.blog-discus-line {
  padding: 30px 20px;
  border-left: 3px solid #187bff;
  margin: 20px 0px;
  font-size: 20px;
  font-family: Averia Serif Libre;
  font-weight: 500;
}
.blog-content-heading-bottom h2{
  font-family: Averia Serif Libre;
  font-size: 34px;
}
.blog-content-peragraph-bottom {
  padding: 20px;
}
.blog-content-peragraph-bottom p{
  font-family: Averia Serif Libre;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0px;
}
.blog-share-platefom i {
  color: #4242ff;
}

section.thankyou-page-section {
    padding-top: 150px;
    padding-bottom: 80px;
}

    section.thankyou-page-section a.btn-3 {
        display: inline-block;
    }

.thankyou-page-main-wapper {
    text-align: center;
    font-family: Averia Serif Libre;
    padding: 90px 20px;
    box-shadow: 0px 0px 20px 2px #00000040;
    border-radius: 20px;
}

    .thankyou-page-main-wapper h2 {
        font-family: Averia Serif Libre;
        font-weight: 400;
        font-size: 48px;
        line-height: 100%;
    }

    .thankyou-page-main-wapper p {
        font-family: Averia Serif Libre;
        font-weight: 400;
        font-size: 26px;
        line-height: 100%;
        text-align: center;
        margin: 40px 0px;
    }

.download-app-grid {
    display: flex;
    justify-content:space-between;
    align-items:center;
}
section.download-app-section .download-grod-column-1 h2 {
    font-family: Averia Serif Libre;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
}
section.download-app-section .download-grod-column-1 p {
    font-family: Averia Serif Libre;
    font-size: 22px;
    line-height: 100%;
    margin-top:30px;
}
.download-grod-column-1 {
    width:60%
}
.download-grod-column-2 {
    width:38%;
    text-align:right;
}
.download-grod-column-1 a.btn-2 {
    display: inline-block;
    margin-top: 30px;
}
section.download-app-section {
    padding: 80px 0px;
}










.strayshedders-index-section-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}

.strayshedders-index-section-left-content {
    width: 50%;
}





.strayshedders-index-section-btns button {
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    margin-right: 10px;
    background: #3f6fff;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
}

.strayshedders-index-section-slider-container {
    position: relative;
    width: 350px;
    height: 550px;
}

.strayshedders-index-section-slide {
    position: absolute;
    width: 450px;
    border-radius: 100px;
    transition: all 0.8s ease;
    opacity: 0;
    transform: scale(0.9);
    text-align: left;
    color: #000;
    right: 0;
    padding: 30px 30px 30px 100px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .strayshedders-index-section-slide h3 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .strayshedders-index-section-slide p {
        font-size: 0.95rem;
        line-height: 1.4;
    }

    .strayshedders-index-section-slide.active {
        top: 50%;
        transform: translateY(-50%) scale(1.05);
        opacity: 1;
        z-index: 3;
        right: 150px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    /* Top */
    .strayshedders-index-section-slide.prev {
        top: 0%;
        opacity: 1;
        z-index: 2;
        right: 0;
        filter: blur(0.5px);
    }

    /* Bottom */
    .strayshedders-index-section-slide.next {
        bottom: 0%;
        opacity: 1;
        z-index: 2;
        right: 0;
        filter: blur(0.5px);
    }

.ss-index-slider-img {
    position: absolute;
    top: 50%;
    left: -120px;
    transform: translateY(-50%);
    border-radius: 48px;
    padding: 5px;
    width: 100px;
    height: 130px;
    display: flex;
    align-items: center;
}
.strayshedders-index-section-slide-main {
    position: relative;
}
.ss-index-slider-img img{
    width:100%;
    display:table;
}
.strayshedders-index-section-slide-main h3 {
    font-family: Averia Serif Libre;
    font-weight: 700;
    font-size: 28px;
    margin-left: 15px;
    line-height: 26px;
}
.strayshedders-index-section-slide-main p {
    font-family: Averia Serif Libre;
    font-weight: 700;
    font-size: 18px;
    margin-left: 15px;
    font-weight: 400;
    line-height: 16px;
}