/*Dependencies*/
@import url("fonts/fonts.css");
/*Basics*/
:root {
    --minaFontDM:  "DM Sans", sans-serif;
    --minaFontPTO:  "Paytone One", sans-serif;
    --mainColorOrange: #fc8922;
    --mainColorCopy: #352924;
    --bs-navbar-active-color: 'transparent !important';
}
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--minaFontDM);
    color: var(--mainColorCopy);
    font-size: 13px;
}
body{
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1;
}
.container-fluid{
    padding: 0;
    /* max-width: 1600px; */
    overflow: hidden;
}
.container{
    width: 100%;
    max-width: 1110px;
    padding: 0;
}
a{
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: none;
}
.transition-effect {
    transition: all 0.5s ease;
}
.btn-primary{
    color: var(--mainColorCopy) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold !important;
    border-radius: 5px;
    text-align: center;
    padding: 13px 30px 12px 15px !important;
    border: 2px solid var(--mainColorOrange);
    background-image: url(../images/icons/btn-icon.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 92% 45%;
    line-height: 1;
}
.btn-primary:hover{
    background-color: var(--mainColorOrange);
    background-image: url(../images/icons/btn-icon-white.png);
    color: #fff !important;
}
.btn-secondary,
.btn-secondary-sm{
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: bold !important;
    border-radius: 5px;
    text-align: center;
    padding: 23px 51px 20px 29px !important;
    border: 2px solid var(--mainColorOrange);
    background-color: var(--mainColorOrange);
    background-image: url(../images/icons/btn-icon-white.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 85% 50%;
    line-height: 1;
}
.btn-secondary:hover,
.btn-secondary-sm:hover{
    background-color: transparent !important;
    color: var(--mainColorOrange) !important;
    background-image: url(../images/icons/btn-icon.png);
}
.btn-secondary-sm{
    padding: 15px 38px 13px 17px !important;
    background-position: 90% 50%;
}
.btn-primary img,
.btn-secondary img,
.btn-secondary-sm img{
    vertical-align: baseline;
    padding-left: 3px;
}
.btn-secondary-alt{
    background-image: url(../images/icons/btn-icon.png);
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 10px;
}
.btn-secondary-alt:hover{
    background-image: url(../images/icons/btn-icon-white.png);
    color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #fff;
    /* padding: 18px 46px 16px 22px !important; */
    padding: 23px 51px 20px 29px !important;
}
.text-tag{
    text-transform: uppercase;
    color: var(--mainColorOrange);
    font-size: 13px;
    font-family: var(--minaFontPTO);
    background-color: rgb(255 255 255 / 5%);
    padding: 5px 10px;
    display: inline;
    border-radius: 3px;
}
.about-res{
    display: none;
}

/*Header*/
.header-outer{
    background-color: var(--mainColorOrange);
    padding: 8px 0;
}
.himg-holder{
    background-color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
}
.himg-holder img{
    width: 13px;
    height: 15px;
    vertical-align: bottom;
    padding-top: 2px;
}
.htop-copy{
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    color: #fff;
    font-size: 15px;
}
.header-outer .col-12{
    align-items: center;
    display: flex;
}
.header-outer .col-12:nth-child(2){
    justify-content: flex-end;
}

/*Navigation*/
.navigation{
    margin-bottom: 10px;
}
.nav-left,
.nav-right{
    padding-top: 50px;
}
.nav-left a,
.nav-right a{
    display: inline-block;
    color: var(--mainColorCopy);
    font-size: 15px;
    font-weight: 500;
    padding-right: 15px;
}
.nav-left a:last-child,
.nav-right a:last-child{
    padding-right: 0;
}
.nav-left a:hover,
.nav-left a.active,
.nav-right a:hover,
.nav-right a.active{
    color: var(--mainColorOrange);
    /* font-weight: bold; */
}
.nav-right{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 30px;
}
.nav-center{
    margin-top: -25px;
}
.nav-right-2{
    margin-top: -11px;
}
.nav-right-2 a.active{
    background-color: var(--mainColorOrange);
    background-image: url(../images/icons/btn-icon-white.png);
    color: #fff !important;
}
.nav-responsive{
    display: none;
}

/*Hero*/
.carousel-item {
    padding: 100px 0 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-control-prev-icon, 
.carousel-control-next-icon {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-position: 50%;
    background-size: 35% 35%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" style="fill:%23ffffff" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"></path></svg>');
}
.carousel-control-next-icon {
    transform: rotate(-90deg);
}
.carousel-control-prev-icon {
    transform: rotate(90deg);
}
.carousel-control-prev{
    width: 100px;
    left: 10%;
}
.carousel-control-next{
    width: 100px;
    right: 10%;
}
.hero-head{
    color: #fff;
    font-size: 48px;
    font-family: var(--minaFontPTO);
    line-height: 1.25;
    margin-top: 10px;
}
.hero-text{
    color: #fff;
    font-family: var(--minaFontDM);
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*Home About*/
.haboutsection{
    margin-top: 70px;
    margin-bottom: 70px;
}
.has-right .text-tag,
.hlistsection .text-tag{
    font-size: 14px;
    color: var(--mainColorOrange);
    font-family: var(--minaFontPTO);
    line-height: 1;
    background-color: rgb(252 137 34 / 10%);
}
.has-right h2,
.hlistsection h2{
    margin-top: 20px;
    margin-bottom: 25px;
    color: #2b140b;
    font-family: var(--minaFontPTO);
    font-size: 36px;
}
.has-right p{
    color: #4b3a33;
    font-size: 16px;
    font-family: var(--minaFontDM);
    font-weight: 400;
    letter-spacing: 0.03em;
}
.has-right span{
    color: #2b140b;
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--minaFontDM);
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 20px;
}
.has-cert img:nth-child(1){
    margin-right: 10px;
}

.hmidsection{
    
}
.hmidsection .container{
    background-color: #37190d;
    padding-top: 35px;
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 5px;
}
.hmids-copy{
    text-align: center;
    padding-top: 30px;
}
.hmidsection .text-tag{
    color: var(--mainColorOrange);
    font-size: 14px;
    font-family: var(--minaFontPTO);
    line-height: 1;
    background-color: rgb(252 137 34 / 10%);
}
.hmidsection h2{
    color: #fff;
    font-size: 36px;
    font-family: var(--minaFontPTO);
    padding: 20px 0;
}
.hmidsection p{
    color: #e6d0c7;
    font-size: 16px;
    font-family: var(--minaFontDM);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.05em;
}
.hmidsection img{
    height: 100%;
}

.hlistsection{
    margin-top: 60px;
    margin-bottom: 75px;
    text-align: center;
}
.hlistsection .text-tag{
    width: auto;
    margin: 0 auto;
}
.hlist h3{
    color: #2b140b;
    font-size: 20px;
    font-family: var(--minaFontDM);
    font-weight: bold;
    line-height: 1;
    margin: 10px 0;
}
.hlistm-outer{
    display: flex;
    
}
.hlistm-copy{
    color: #4b3a33;
    font-size: 14px;
    font-family: var(--minaFontDM);
    font-weight: 400;
    line-height: 1;
    border-top: 1px solid rgb(75 58 51 / 20%);
    border-bottom: 1px solid rgb(75 58 51 / 20%);
    width: 50%;
    padding: 15px 0;
    text-align: left;
}
.hlistm-line{
    background-color: rgb(75 58 51 / 20%);
    height: 30px;
    width: 1px;
    margin-top: 8px;
}
.hlistmc-alt{
    text-align: right;
}
.hlistm-avail{
    color: #2b140b;
    font-size: 14px;
    font-family: var(--minaFontDM);
    font-weight: bold;
    line-height: 1;
    margin: 11px 0;
    border-bottom: 1px solid rgb(75 58 51 / 20%);
    padding-bottom: 15px;
    padding-top: 5px;
}
.hlistm-pricing{
    margin-bottom: 10px;
}
.hlistm-plabel{
    color: #2b140b;
    font-family: var(--minaFontDM);
    font-size: 14px;
    font-weight: bold;
}
.hlistm-pval{
 color: #fc8922;
 font-size: 24px;
 font-weight: bold;
 font-family: var(--minaFontDM);
}
.hlist img{
    width: 100%;
    border-radius: 20px;
}
.hlist{
    padding: 0px 10px;
}

.htraingsection{
    background-color: var(--mainColorOrange);
    background-image: url(../images/graphics/bg-paw.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 83px 10px;
}
.htraingsection .text-tag{
    background-color: #fff3e8;
    color: var(--mainColorOrange);
    line-height: 1;
}
.htraingsection .container{
    padding-top: 10px;
}
.htraingsection h2{
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-family: var(--minaFontPTO);
    margin-top: 20px;
    margin-bottom: 20px;
}
.htraingsection p{
    color: #fff;
    font-size: 16px;
    font-family: var(--minaFontDM);
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.6;
}
.htraing-right {
    text-align: right;
    padding-left: 50px;
}
.htraing-right .htraing-imgh{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
}

.hformsection{
    background-color: #fff8f2;
    padding: 73px 10px;
    text-align: center;
}
.hformsection .text-tag{
    background-color: #fff;
    line-height: 1;
    width: auto;
}
.hformsection h2{
    color: #4b3a33;
    font-size: 40px;
    font-family: var(--minaFontPTO);
    margin: 25px 0;
}
.hformsection .form-input{
    width: 100%;
    padding: 15px 10px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 15px;
    color: rgb(75 58 51 / 80%);
    font-size: 15px;
    font-family: var(--minaFontDM);
    font-weight: 400;
}
.puppyform{
    margin-top: 40px;
    display: block;
    width: 100%;
}
.form-btn{
    margin-top: 10px;
    width: 200px;
}

.footer-section{
    background-image: url(../images/graphics/footer-bg-full.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #391b0f;  
    padding-top: 73px;
}
.footer-top h3{
    color: #fff;
    font-size: 20px;
    font-family: var(--minaFontPTO);
    position: relative;
    margin-bottom: 50px;
}
.footer-top h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    transform: translateY(-50%);
    width: 55px;
    height: 2px;
    background: url(../images/icons/icon_border.png) no-repeat center center;
    background-size: cover;
}
.foot-trow p{
    color: #c0a89e;
    font-size: 14px;
    font-family: var(--minaFontDM);
    font-weight: 400;
    margin-bottom: 27px;
    line-height: 1.6;
}
.footer-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-top ul li {
    margin-bottom: 13px;
}
.footer-top ul li a {
    display: flex;
    align-items: flex-start;
    color: #c0a89e;
    line-height: 1.5;
    font-size: 14px;
    font-family: var(--minaFontDM);
    font-weight: 400;
}
.footer-top ul li a:hover{
    opacity: 0.85;
}
.footer-top ul li span,
.footer-links ul li {
    color: #c0a89e;
    line-height: 1.5;
    font-size: 14px;
    font-family: var(--minaFontDM);
    font-weight: 400;
}
.footer-contact img {
    margin-top: -4px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.footer-ccimg{
    margin-top: 50px !important;
    margin-left: 7px;
}
.footer-links li span:nth-child(1){
    width: 100px;
    display: inline-block;
}
.footer-bottom {
    height: 70px;
    width: 100%;
    font-family: var(--minaFontDM);
    line-height: 1.2;
    padding-top: 31px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #a38a7f;
    font-size: 15px;
    font-weight: 400;
    margin-top: 15px;
    padding-bottom: 45px;
}
.fcol2 {
    padding-left: 45px;
}

/*Other Pages*/
.rating-section{
    margin-top: 70px;
}
.rating-row{
    text-align: center;
    margin-bottom: 30px;
}
.breed-traits-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between columns */
}
.breed-traits-column {
    flex: 1 1 calc(50% - 20px); /* Two columns per row */
    max-width: calc(50% - 20px);
    list-style: none;
    padding: 0;
    border-top: 1px solid #fc8922;
    background-color: rgb(44, 44, 44);
    background-color: #37190d;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.breed-traits-column:hover{
    transform: translateY(-5px);
}
.breed-traits-column li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #ffffff;
    font-size: 16px;
}
.breed-traits-column li:not(:last-child) {
    border-bottom: 1px solid #3a3a3a;
}
.breed-traits-column .label {
    font-weight: bold;
    color: #fff;
}
.breed-traits-column .trait {
    font-style: italic;
    color: #fff;
}
.breed-traits-column img {
    width: 20px;
}
.image-container{
    position: relative;
    display: inline-block;
    padding: 20px;
    background-color: white;
    border: 3px solid var(--mainColorOrange); 
    border-radius: 20px;
    overflow: hidden;
    width: 100%; 
    max-width: 500px; 
}
.image-container img {
    display: block;
    width: 100%;
    border-radius: 15px; 
}
.habts2 .has-left{
    display: flex;
    align-items: center;
}
.habts2 .has-right{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bone img{
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bone img:hover{
   transform: rotate(10deg);
}
.doglist-row{
    margin-top: 50px;
}
.fancybox-bg{
    background: #fff;
}
.ttag2{
    background-color: rgb(252 137 34 / 10%);
}
.ttag3{
    background-color: rgb(203 167 134 / 10%);
    color: var(--mainColorCopy);
}


.main-image img,
.small-images img {
    border-radius: 10px;
}
.small-images {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.dog-detail-left{
    margin-bottom: 50px;
}
.dog-detail-right {
    padding-top: 20px;
    padding-left: 20px;
}
.dog-detail-right h5 {
    margin-bottom: 25px;
    color: #2b140b;
    font-family: var(--minaFontPTO);
    font-size: 36px;
}
.dog-detail-right p {
    color: #4b3a33;
    font-size: 16px;
    font-family: var(--minaFontDM);
    font-weight: 400;
    letter-spacing: 0.03em;
}
.icon-slider {
    margin-top: 30px;
}
.icon-slider .icon-box {
    text-align: center;
    padding: 5px;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin: 5px;
    min-height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
}
.icon-slider .icon-box:hover {
    background-color: var(--mainColorOrange);
    background-color: var(--mainColorCopy);
    color: #fff;
}
.icon-slider .icon-box:hover .icon-copy,
.icon-slider .icon-box:hover .icon-svg{
    color: #fff;
    fill: #fff;
}
.icon-slider h5 {
    margin-bottom: 20px;
    color: #37190d;
    font-family: var(--minaFontPTO);
    font-size: 19px;
    font-weight: 400;
    margin-top: 10px;
}
.icon-slider svg{
    width: 50px;
    margin-top: 10px;
    fill: #37190d;
}
.enquiry-form {
    margin-top: 20px;
}
.enquiry-form .form-control {
    border: 2px solid var(--mainColorOrange);
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
}
.enquiry-form .form-control:focus {
    box-shadow: 0 0 5px var(--mainColorOrange);
}
.enquiry-form button {
    background-color: var(--mainColorOrange);
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    width: 100%;
    transition: background-color 0.3s ease;
}
.enquiry-form button:hover {
    background-color: #e47b1c;
}
.dog-price {
    margin-top: 20px;
    font-size: 40px !important;
    font-weight: bold !important;
    color: var(--mainColorOrange) !important;
}
.puppy-stats.badge-style {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}
.puppy-stats.badge-style .badge {
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #fc8922;
    color: white;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.puppy-stats.badge-style .badge strong {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.puppy-stats.badge-style .badge svg{
    width: 20px;
    fill: #fff;
}
.hfs2{
    margin-top: 25px;
    margin-bottom: 50px;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #f9f9f9; 
}
.hfs2 h2{
    color: #2b140b;
}
.hfs2 .form-btn{
    width: 190px;
    padding: 18px 51px 16px 29px !important;
    margin-bottom: 20px;
}
.sticky-left{
    position: sticky;
    top: 0;
    height: fit-content;
}


/*contact us page*/
.contactus{
    margin: 65px 0;
}
.contactus h1{
    color: #000;
    text-transform: uppercase;
}
.contactus p{
    font-size: 18px;
    line-height: 1.4;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 65px;
    text-align: center;
}
.contactus h3{
    font-size: 26px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
    font-family: var(--minaFontDM);
}
.contactus ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contactus ul li{
    margin-bottom: 10px;
    color: #646464;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-family: var(--minaFontDM);
}
.contactus ul li svg{
    color: var(--mainColorOrange);
    display: inline-block;
    padding-right: 12px;
    fill: var(--mainColorOrange);
    margin-bottom: 3px;
}
.contactus ul li a{
    font-family: var(--minaFontDM);
    color: #646464;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contactus form .form-group{
    position: relative;
}
.contactus form svg{
    left: 13px !important;
    position: absolute;
    top: 1px;
    left: 0;
    background-color: transparent;
    padding: 15px;
    border-radius: 2px;
    fill: var(--mainColorOrange);
    width: 45px;
    height: 45px;
}
.contactus .brcf-field{
    border-radius: 5px !important;
    width: 100% !important;
    padding-bottom: 0;
    padding-left: 40px;
    position: relative;
    font-family: var(--minaFontDM);
}
.contactus form textarea{
    padding: 12px 24px 12px 45px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    font-family: var(--minaFontDM);
}
.contactus b{
    font-family: var(--minaFontDM);
}
.contactus form button{
    margin: 0;
}
.contactus form .form-group{
    margin-bottom: 20px;
}
.contactus form .brcf-field, form .brcf-btn {
    border-radius: 0;
    height: 47px;
}
.contactus ul li br{
    display: none;
}
.details-section {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.details-section h2{
    margin-top: 20px;
    margin-bottom: 25px;
    color: #2b140b;
    font-family: var(--minaFontPTO);
    font-size: 36px;
}
.details-section p {
    color: #4b3a33;
    font-size: 16px;
    font-family: var(--minaFontDM);
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

/*Training*/
#puppyTrainingAccordion .accordion-button{
    color: #2b140b;
    font-family: var(--minaFontPTO);
    font-size: 18px;
    letter-spacing: 0.035em;
}
#puppyTrainingAccordion .accordion-body{
    color: #4b3a33;
    font-size: 16px;
    font-family: var(--minaFontDM);
    font-weight: 400;
    letter-spacing: 0.03em;
}
#puppyTrainingAccordion .accordion-button:not(.collapsed),
#puppyTrainingAccordion .accordion-button:focus{
    background-color: var(--mainColorOrange);
    color: #ffffff;
}
.cif-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}
.cif-overlay .hero-head{
    line-height: 1;
}
.cif-overlay .hero-text{
    color: var(--mainColorOrange);
}


@media (max-width: 1500px){
    .carousel-control-next{
        right: 8%;
    }
    .carousel-control-prev{
        left: 8%;
    }
}

@media (max-width: 1400px){
    .carousel-control-next{
        right: 5%;
    }
    .carousel-control-prev{
        left: 5%;
    }
}

@media (max-width: 1300px){
    .carousel-control-next{
        right: 2%;
    }
    .carousel-control-prev{
        left: 2%;
    }
}

@media (max-width: 1200px){
    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .carousel-control-next{
        right: 0;
    }
    .carousel-control-prev{
        left: 0;
    }
    #heroSliderCaptions .offset-md-7 {
        margin-left: 50%;
    }
   
}

@media (max-width: 1100px){
    
    .navigation{
        display: none;
    }
    .nav-responsive{
        display: block;
        position: relative;
    }
    button.navbar-toggler {
        margin-top: 55px;
        margin-bottom: 55px;
        border: 0;
    }
    .navbar-toggler-icon {
        background-image: none;
    }
    .navbar-toggler-icon {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 20px;
    }
    .bar {
        height: 2px;
        background-color: var(--mainColorOrange);
    }
    .bar1 {
        width: 100%;
    }
    .bar2 {
        width: 50%;
        margin-left: auto;
    }
    .bar3 {
        width: 75%;
        margin-left: auto;
    }
    .navres-btn{
        text-align: right;
    }
    .logo-res{
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-100px);
        width: auto;
    }
    .navdata{
        background-color: var(--mainColorOrange);
    }
    .navdata ul{
        list-style: none;
        padding-left: 10px;
    }
    .navdata ul li{
        padding: 10px 0;
    }
    .navdata ul li a{
        color: #fff;
        line-height: 1;
        font-size: 14px;
        font-family: var(--minaFontDM);
        font-weight: 400;
        display: inline-block;
        width: auto;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
    }
    .navdata ul li a:hover{
        opacity: 0.85;
        color: #fff;
        font-weight: 500;
    }
    #fullPageDiv {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(252 137 34 / 97%);
        z-index: 9999;
        color: white;
        text-align: center;
        padding-top: 50px;
    }
    #closeMenu {
        position: absolute;
        top: 20px;
        right: 30px;
        font-size: 36px;
        cursor: pointer;
    }
    .hmidsection .container {
        padding-top: 10px;
    }


}

@media (max-width: 1050px){
    #heroSliderCaptions .offset-md-7 {
        margin-left: 41%;
        width: 50%;
    }
}

@media (max-width: 992px){
    #heroSliderCaptions .offset-md-7 {
        margin-left: 0;
    }
    .carousel-control-next,
    .carousel-control-prev{
        top: 75%;
    }
    .carousel-control-next{
        right: 0;
    }
    .carousel-control-prev{
        left: 0;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon{
        background-color: var(--mainColorOrange);
        width: 40px;
        height: 40px;
    }
    #heroSliderCaptions .offset-md-7 {
        width: 75%;
    }
    .haboutsection{
        position: relative;
        margin-bottom: 200px;
    }
    .has-cert{
        display: block;
        width: 100%;
        position: absolute;
        top: calc(100% + 25px);
        left: 20%;
    }
    .hmidsection .row{
        display: flex;
        align-items: center;
    }
    .hmidsection img {
        height: auto;
    }
    .hlist {
        padding: 0px 5px;
    }
    .htraing-left{
        display: block;
        width: 100%;
        text-align: center;
    }
    .htraing-right{
        padding-left: 0;
        padding-top: 25px;
        margin: 0 auto;
    }
    .htraing-imgh img{
        border-radius: 10px;
        padding: 10px;
    }
    .htraingsection{
        padding: 50px 10px;
    }
    .foot-trow{
        display: flex;
    }
    .foot-trow .col{
        width: 50%;
        padding-bottom: 30px;
    }
    .foot-trow .col:nth-child(1){
        order: 1;
    }
    .foot-trow .col:nth-child(4){
        order: 2;
        padding-left: 15%;
    }
    .foot-trow .col:nth-child(2){
        order: 3;
    }
    .foot-trow .col:nth-child(3){
        order: 4;
        padding-left: 15%;
    }
    .fcol2 {
        padding-left: 10px;
    }
    .footer-section {
        background-position: right;
    }

}

@media (max-width: 900px){
    .sticky-left{
        position: relative;
    }
    .dog-detail-right,
    .dog-detail-left{
        width: 100%;
        margin-bottom: 25px;
    }
    .main-image{
        text-align: center;
    }
}

@media (max-width: 768px){
    .has-cert{
        left: 15%;
    }
    .hmidsection .row{
        position: relative;
    }
    .hmids-left{
        position: absolute;
        top: 0;
        opacity: 0.35;
        z-index: 0;
    }
    .hmids-right{
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.35;
        z-index: 0;
    }
    .hmidsection .container{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hmids-copy {
        text-align: center;
        padding-top: 30px;
        width: 100%;
        z-index: 2;
    }
    .hlist {
        padding: 15px 15px;
    }
    .foot-trow .col:nth-child(3),
    .foot-trow .col:nth-child(4) {
        padding-left: 7%;
    }
    .footer-section {
        background-position: 90%;
    }

    .image-container {
        padding: 15px;
        border-width: 2px;
    }
    .habts2 .has-left{
        justify-content: center;    
        margin-bottom: 20px;
    }
    .habts2 .has-right{
        text-align: center;
    }
    .habts2 .has-right h2{
        text-align: center;
        width: 100%;
    }

    .breed-traits-column {
        flex: 1 1 calc(100% - 50px);
        max-width: calc(100% - 5px);
    }


}

@media (max-width: 586px){
    .header-outer .row{
        display: flex;
        justify-content: space-between;
    }
    .header-outer .col-sm-6 {
        width: auto;
    }
    .header-outer .col-sm-6 .himg-holder{
        background-color: transparent;
    }
    .logo-res {
        left: 0;
        transform: translateX(0px);
    }
    #heroSliderCaptions .offset-md-7 {
        width: 100%;
    }
    .footer-section {
        background-position: 85%;
    }


}

@media (max-width: 576px){
    .has-cert {
        left: 0;
        top: 0;
        position: relative;
    }
    .about-res{
        display: block;
    }
    .about-desk{
        display: none;
    }
    .haboutsection {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .has-right{
        margin-top: 25px;
    }
    .hmidsection img {
        height: 200px;
    }
    .hmids-right{
        display: none;
    }
    .foot-trow .col{
        width: 100% !important;
        padding-left: 10px !important;
        text-align: center;
    }
    .foot-trow {
        display: block;
    }
    .footer-top h3::after{
        left: 45%;
    }
    .footer-top ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-contact img{
        display: none;
    }

}

@media (max-width: 500px){
    .header-outer .col-sm-6 .himg-holder{
        display: none;
    }
    .breed-traits-column li{
        display: block;
        text-align: center;
    }
    .gl-stars{
        display: block;
        width: 100%;
        margin-top: 10px;
    }

}

@media (max-width: 350px){
    .carousel-item {
        padding: 15px 0 15px 0;
    }
    .carousel-control-prev,
    .carousel-control-next{
        display: none;
    }
    .hero-head {
        font-size: 34px;
        line-height: 1;
    }
    .hlist {
        padding: 15px 5px;
    }

}