#TB_overlay {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050; /* Above DFW. */
}

#TB_window {
	position: fixed;
	background-color: #fff;
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeWindowButton {
	position: absolute;
	left: auto;
	right: 0;
	width: 29px;
	height: 29px;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
	transition: color .1s ease-in-out, background .1s ease-in-out;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 600;
	line-height: 29px;
	overflow: hidden;
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	z-index: 100050;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #000;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}
.cateria {
    font-family: italic;
    font-weight: 500;
}

.tb-close-icon {
	display: block;
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: "\f158";
	font: normal 20px/29px dashicons;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
	color: #006799;
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}

.about-section
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 108px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #d7c6db;
}

    .about-text {
      max-width: 70%;
    }

    .about-text h2 {
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 25px;
		font-family: 'Poppins', sans-serif;
		line-height: 0px;
    }

    .about-text p {
      font-size: 16px;
      line-height: 1.6;
      color: #000;
      margin-bottom: 16px;
		    font-weight: 500;
		text-align: justify;
    }

    .contact-button {
      background-color: #f97316;
      color: white;
      padding: 16px 32px;
      border-radius: 30px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      transition: background-color 0.3s ease;
   
    background-color: #e0600f;
    width: 20%;
    color: #fff;
    text-align: center;
    padding: 10px;
}

    .contact-button:hover {
      background-color: #e0600f;
    }

    @media (max-width: 768px) {
      .about-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 20px 20px;
      }
		.logo
{
    font-size: 24px;
    font-weight: 600;
    color: #d63384;
}

      .about-text {
        max-width: 100%;
      }

      .contact-button {
        margin-top: 30px;
		          width: 90%;
      }
}
		 .services-section {
      text-align: center;
      padding: 10px 30px;
			 background: #fff;
			    
    margin: 0 auto;
    }

    .services-section h4 {
      text-transform: uppercase;
      font-size: 14px;
      color: #7f7f7f;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .services-section h2 {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

    .icon {
      font-size: 24px;
      margin-bottom: -26px;
      color: #f97316;
    }

    .services-content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      max-width: 90%;
      margin: 0 auto;
      text-align: left;
    }

    .services-text {
    flex: 1 1 50%;
    padding: 20px;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

ul {
    margin: 0;
    padding: 0;
    list-style: square !important;
}

.lc_vc_section_title  h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif;
}

.wpb_wrapper p {
    font-size: 16px !important;
    font-weight: 500 !important;
	color: #000 !important;
	font-family: 'Poppins', sans-serif;
}

    .services-text p {
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .contact-btn {
      background-color: #f97316;
      color: white;
      padding: 14px 28px;
      border-radius: 25px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      transition: background-color 0.3s ease;
    }

    .contact-btn:hover {
      background-color: #e26513;
    }

    .services-image {
      flex: 1 1 50%;
      text-align: center;
      padding: 20px;
    }

    .services-image img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
    }

    @media (max-width: 768px) {
      .services-content {
        flex-direction: column;
      }

      .services-text,
      .services-image {
        flex: 1 1 100%;
        text-align: center;
      }

      .services-text {
        text-align: center;
      }
		
		.services-section h2 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}
		
		.services-section {
    text-align: center;
    padding: 1px 0px;
    background: #fff;
    margin: 0 auto;
    font-weight: 500;
    width: 100%;
}
		
		.services-content {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}
		ul, ol {
    margin: 15px 0;
    /* padding-left: 0px; */
    list-style-position: inside;
    text-align: justify;
}
		
		.section_title {
    font-size: 28px;
}
		
		.wpb_wrapper p{
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}
		
    }
		
.vc_sep_width_80 {
    width: 28% !important;
}

#lc_swp_wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #fff !important;
}

.video-player-for-wpbakery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 0;
    background: #d7c6db;
}

.video-player-for-wpbakery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 0 !important;
}

.vc_custom_1730821436590
{
    margin-bottom: -40px !important;
}

h2 {
      margin-top: 20px;
      font-size: 2rem;
    }
    .slider {
      position: relative;
      max-width: 1000px;
      margin: 20px auto;
      overflow: hidden;
    }
    .slider-wrapper {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    .slide {
      min-width: 100%;
      box-sizing: border-box;
      padding: 10px;
    }
    .slide img {
      width: 100%;
      height: 404px;
      border-radius: 10px;
      max-height: 400px;
      object-fit: cover;
    }
    .nav-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5);
      border: none;
      color: white;
      padding: 10px;
      cursor: pointer;
      z-index: 1;
    }
    .nav-button.left {
      left: 10px;
    }
    .nav-button.right {
      right: 10px;
    }
    .dots {
      text-align: center;
      margin-top: 10px;
		    margin-bottom: 25px;
    }
    .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background: #ccc;
      border-radius: 50%;
      cursor: pointer;
    }
    .dot.active {
      background: #000;
    }

    @media (max-width: 768px) {
      .slide {
        min-width: 100%;
      }
		
		 .bn {
    margin-left: 20px;
}
		
		.slide img {
      width: 100%;
      height: 285px;
      border-radius: 10px;
      max-height: 400px;
      object-fit: cover;
    }
		    .vc_row .lc_vc_section_title h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
		
		.lc_footer_sidebar .textwidget{
    max-width: 100% !important;
    text-align: justify;
}
		
		h3.footer-widget-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px !important;
    letter-spacing: 5px;
    margin-bottom: 10px !important;
}
		
		    .lc_footer_sidebar .widget {
        margin-top: 0px !important;
    }
		
		#footer_sidebar1 {
    padding: 0px 0px 0px 0 !important;
} 
		
		#footer_sidebar2, #footer_sidebar3
 {
    padding: 0 0px 0px 0px !important;
}
		
		.containerr {
    max-width: 100%;
    margin: 0 auto;
    padding: 6px 15px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0px !important;
    background: #d7c6db;
}
	.services-section h4 {
    text-transform: uppercase;
    font-size: 24px !important;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 0px !important;
		font-family: 'Poppins', sans-serif;
}
		
		.contaner {
    display: flex;
    max-width: 1201px;
    margin: 0 auto;
    flex-direction: column !important;
}
		
		.cat-details{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end !important;
}
		
		.brdimg {
    width: 92% !important;
			        margin-top: 20px;
}
		
		.brdinfo {
    width: 92% !important;
}
		.section-title {
    font-size: 35px;
    margin: 25px 21px 11px !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
		
		.icon-text{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    margin-left: 16px !important;
}
		
		p{
    margin-bottom: 16px;
    line-height: 1.6;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
  
}
		
		.button{
    background-color: #ff6a00;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 15px !important;
    margin-bottom: 20px !important;
}
		
		.sec-title h2 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
}
		
		.vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 10px !important;
}
		
		.vc_custom_1730703912101 {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 4px !important;
    background-color: #d7c6db !important;
}
		
		.video-player-for-wpbakery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 75px 0 0px !important;
}
		
		.services-text{
    flex: 1 1 50%;
    padding: 18px 18px 0px 38px !important;
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
		
    }

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 13px !important;
}

.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    
}

.wpb_wrapper h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
	font-family: 'Poppins', sans-serif;
	line-height: 0px !important;
    letter-spacing: 0px !important;
}

.wpb_single_image img
{
    height: 340px;
    max-width: 100%;
    vertical-align: top;
}

 .containerr{
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 94px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background: #d7c6db;
}

    .section {
      flex: 1;
      min-width: 300px;
    }

    h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .underline {
      width: 60px;
      height: 2px;
      background-color: #ccc;
      margin-bottom: 20px;
    }

    .card {
      background: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }

    p {
      margin-bottom: 16px;
      line-height: 1.6;
		font-weight: 500;
	font-family: 'Poppins', sans-serif;
		color: #000;
    }

.textwidget a {color: #000;}

.section h2 {
    font-size: 30px;
    font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.section p {
    font-size: 16px;
	 font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }
		.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
   
}
	.vc_custom_1730821436590
{
    margin-bottom: -80px !important;
    margin-top: 50px !important;
}	
    }

.black_on_white {
    min-height: 0px !important;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 17px;
    width: 100%;
}

.section_title {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.hero{
    position: relative;
    background: url(../../../img/background-banner-image.jpg) no-repeat center center / cover;
    height: 230px;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 60px;
    margin-top: 92px;
    margin-bottom: 0px;
}

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4); /* Dark overlay */
      z-index: 0;
    }

    .content {
      position: relative;
      z-index: 1;
		margin-left: 4%;
    }

    .content h1 {
      margin: 0 0 20px 0;
      font-size: 48px;
		color: #fff;
    }

    .breadcrumb {
      display: inline-block;
      background-color: #ff6a00;
      border-radius: 6px;
      padding: 8px 16px;
      font-size: 14px;
    }

    .breadcrumb a {
      color: white;
      text-decoration: none;
    }

    .breadcrumb span {
      margin: 0 5px;
    }


.contaner {
      display: flex;
      max-width: 1200px;
      margin: 0 auto;
	margin-top: 20px;
    }

    .main {
      flex: 2;
      padding-right: 30px;
    }

    .sidebar {
      flex: 1;
      background: #f4f4f4;
      border-radius: 10px;
      padding: 20px;
		height: 600px;
    }

    .cat-image {
    width: 100%;
    float: left;
    margin-right: 20px;
}
	  
	  .brdinfo {
    width: 55%;
}

	  .cat-details  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
	  
	  .brdimg {
    width: 40%;
}
	  
    .cat-details h2 {
    margin-top: 0;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

   .cat-details p {
    margin: 10px 0;
    font-size: 20px;
    border-bottom: 1px dashed;
    padding-bottom: 10px;
}

    .section-title {
    font-size: 35px;
    margin: 30px 0 10px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

    .icon-text {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
		    text-align: justify;
}
	  
	  .icon-text img {
    padding-top: 0px;
    margin-right: 5px;
    margin: 0px 5px -2px 0px;
}

    

    .button {
      background-color: #ff6a00;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-weight: bold;
      margin-top: 20px;
    }

    .sidebar h3 {
    margin-top: 0;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
}

    .breed-list {
    list-style: none !important;
    padding: 0;
    color: #EE7E1A;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

    .breed-list li {
      background: white;
      padding: 10px 15px;
      margin-bottom: 12px;
      border-radius: 20px;
      cursor: pointer;
      transition: background 0.2s;
    }

    .breed-list li:hover {
      background: #ddd;
    }

    .see-all {
    
    margin-top: 20px;
    background: #ff6a00;
    color: white;
    padding: 10px 16px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}

h3.footer-widget-title{
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 14px;
    letter-spacing: 1px !important;
    margin-bottom: 25px;
    color: #000 !important;
	font-family: 'Poppins', sans-serif !important;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
		  margin-top: 20px;
}
    .filters {
    margin-bottom: 20px;
    margin: 0 auto;
    width: 16%;
		margin-top: 20px;
}
	  
    .filters button {
    padding: 10px 47px;
    margin-right: 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    color: white;
    font-size: 20px;
		margin-bottom: 20px;
}
	  
    .filters .all { background-color: #f58220; }
    .filters .exotic { background-color: #8a9e1e; }
    .filters .longhair { background-color: #6e7e1f; }
    .cat-card {
      width: 30%;
      margin: 10px;
      display: inline-block;
      text-align: center;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    }
    .cat-card img {
      width: 100%;
      height: 364px;
      object-fit: cover;
    }
    .cat-card span {
      display: block;
      padding: 10px;
      font-weight: bold;
    }
	  .containr {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
}

    .left-column {
      flex: 1 1 60%;
    }

    .right-column {
      flex: 1 1 35%;
      background-color: #f4f4f4;
      padding: 20px;
      border-radius: 10px;
    }

    h2 {
      font-size: 28px;
      margin-bottom: 10px;
      color: #000;
    }

    p {
      line-height: 1.6;
      margin-bottom: 16px;
    }

    .contact-link {
      color: #f58220;
      font-weight: bold;
      text-decoration: none;
    }

    .check-item {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
    }

    .check-item::before {
      content: "✔️";
      margin-right: 10px;
      color: #8a9e1e;
    }

    @media (max-width: 768px) {
      .containr {
        flex-direction: column;
      }
		
		.cateria {
    font-family: italic;
    font-weight: 500;
}
		
		.filters button {
    padding: 10px 30px;
    margin-right: 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    color: white;
}
		
		.filters {
    margin-bottom: 20px;
    margin: 0 auto;
    width: 60%;
    margin-top: 20px;
    display: flex
;
    flex-wrap: nowrap;
}
		
		.cat-card {
    width: 100%;
    margin: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
		
		.mobile_navigation ul {list-style: none !important;}

      .right-column, .left-column {
        flex: 1 1 100%;
      }
    }


.slider-container {
      max-width: 400px;
      margin: 0px auto;
      position: relative;
      background-color: #fff;
      padding: 8px 8px 8px 8px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      text-align: center;
    }

    .slider-container h2 {
      color: #ccc;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }

    .slidr {
      position: relative;
      overflow: hidden;
    }

    .slides img {
      width: 100%;
      display: none;
      border-radius: 8px;
		    height: 200px;
    }

    .slides img.active {
      display: block;
    }

    .caption {
      color: #333;
      font-size: 14px;
      margin-top: 8px;
    }

    .nav-btn {
      position: absolute;
      top: 45%;
      transform: translateY(-50%);
      background-color: rgba(0,0,0,0.4);
      color: #fff;
      border: none;
      padding: 10px 14px;
      cursor: pointer;
      font-size: 18px;
      border-radius: 50%;
    }

    .nav-btn:hover {
      background-color: rgba(0,0,0,0.6);
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }

    @media (max-width: 500px) {
      .nav-btn {
        padding: 8px 10px;
        font-size: 16px;
      }
    }