/* Reset Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f0f0f0;
}

:root {
    --background-color: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 71%, rgba(0, 212, 255, 1) 100%);
    --btn-color: linear-gradient(to right, #011627, #023e8a);
    --text-color: #101828;
    --white-color: #ffffff;
    /* --hover-color: #f0db4f; */
    --para-color: #666;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    font-weight: bold;
}

html {
    scroll-behavior: smooth;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between;
}

.general-hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.content .heading {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    gap: 10px;
}
/* Global Style=== */
.paws-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
    transform: translateY(-2px);
}

.paws-icon i {
    font-size: 14px;
    color: var(--text-color);
}

.paws-icon .second {
    margin-left: 6px;
}



/* Nav Bar Style */
.navbar-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.interface {
    min-height: 70vh;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
        url('../images/DogBackground.jpg') no-repeat center center/cover;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 0;
}

.interface .content-text h2 {
    color: var(--white-color);
}


.navbar-container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}


.logo h2 {
    font-size: 2rem;
    color: white;
}


.navbar {
    display: flex;
    gap: 25px;
}

.navbar a {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.navbar a:hover {
    color: var(--text-color);
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    list-style: none;
    padding: 10px 0;
    border-radius: 5px;
}


.logo-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: bold;
}

.logo .paws-icon {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.logo .paws-icon i {
    font-size: 16px;
    color: var(--white-color);
}

.logo .paws-icon .second {
    margin-left: 8px;
}



.dropdown-menu li {
    padding: 5px 20px;
}

.dropdown-menu li a {
    color: white;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.menu-icon {
    display: none;
}


.signup-btn {
    background: transparent;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid white;
    transition: all 0.3s ease;
}

.signup-btn:hover {
    background: var(--text-color);
    color: var(--white-color);
}

.shop-btn {
    border: 2px solid white;
    background: transparent;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.shop-btn:hover {
    background: var(--text-color);
    color: var(--white-color);
}

.paws {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 15px;
}

.second-paw {
    margin-left: 10px;
}


.content {
    width: 100%;
    max-width: 900px;
    margin-top: 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.content-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.content-text p {
    font-size: 1.1rem;
    color: #eee;
    margin-bottom: 30px;
    line-height: 1.8;
}

.interface hr {
    max-width: 1200px;
    width: 80%;
    border: 1px solid white;
    opacity: 0.3;
    margin: 20px 0;
}

/*===== Shop Style===== */
.shop .container {
    text-align: left;
    padding: 15px;
    width: 80%;

}

.content {
    margin-bottom: 20px;
}


.shop-content h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.4;
}


.shop-content i {
    color: var(--text-color);
    font-size: 2rem;
}

.shop-content .first-paw {
    vertical-align: super;
    margin-right: 5px;
}

.shop-content .second-paw {
    vertical-align: baseline;
    margin-right: 10px;
}

.big-box {
    border: 1px solid #cecee2;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.shop-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0;
}


.shop-box h3 {
    color: var(--text-color);
    font-size: 1.5rem;
    margin-bottom: 0;
    line-height: 1.4;
}

.shop-box .search {
    width: 300px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--text-color);
    padding: 10px;
    border-radius: 30px;
    background-color: #cecee2;
}

.shop-box .search input {
    border: none;
    outline: none;
    border-radius: 30px;
    background: transparent;
    color: var(--text-color);
    font-size: 1rem;
    width: 100%;
    padding: 0;
}

.shop-box .search input::placeholder {
    color: #888;
    font-size: 1rem;
}

.shop-box .search input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.mini-boxes {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.mini-boxes li {
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #eee;
    color: var(--text-color);
    font-weight: 500;
    transition: 0.3s;
}

.mini-boxes li.random,
.mini-boxes li:hover {
    background-color: var(--text-color);
    color: var(--white-color);
}

.product-box {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.product-box .card {
    width: 25%;
    background: transparent;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    position: relative;
}

.product-box .card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 15px;
}

.btn-more {
    color: var(--text-color);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    margin-left: calc(100% - 200px);
    margin-top: 20px;
}

.btn-more:hover {
    background-color: var(--text-color);
    color: var(--white-color);
    border-radius: 30px;
}

.hidden-product {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    padding: 0 15px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    background-color: rgba(0, 0, 0, 0.4);
}

.card:hover .hidden-product {
    max-height: fit-content;
    padding: 15px;
}

.hidden-product p {
    margin: 0 0 10px 0;
    color: var(--white-color);
    font-size: 16px;
}

.hidden-product .buttons button {
    padding: 5px 20px;
    background: var(--text-color);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.2rem;

}

.hidden-product button:hover {
    background-color: var(--hover-color);
    color: var(--white-color);

}

.buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.buttons button {
    padding: 10px 20px;
    background: var(--text-color);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}


/* ===Services Style=== */
.services .big-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.services .big-box .flex-item {
    width: 31%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 15px 15px 0 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: background-color 0.3s ease;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.hidden-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 2;
    overflow: hidden;
    transition: height 0.5s ease, padding 0.5s ease;
    padding: 0 15px;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.card:hover .title {
    display: none;
}

.card:hover .hidden-content {
    height: 100%;
    padding: 15px;
    opacity: 1;
    transition: height 0.5s ease, padding 0.5s ease, opacity 0.3s ease;
}

.card:hover .overlay {
    background-color: rgba(0, 0, 0, 0.2);
}

.hidden-content p {
    margin: 0 0 10px 0;
    color: var(--white-color);
    font-size: 16px;
}

.toggle-btn {
    padding: 8px 20px;
    background-color: var(--text-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-btn:hover {
    background-color: var(--para-color);
}

/* ===About Us Style=== */
.aboutus {
    padding: 15px;
    background-color: #f0f0f0;
}

.aboutus .content {
    width: 100%;
    max-width: 900px;
    margin-top: 50px;
    text-align: left;
}

.aboutus .content h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    line-height: 1.4;
}


.aboutus .big-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.aboutus .big-box .left,
.aboutus .big-box .right {
    flex: 1 1 45%;
    margin-bottom: 20px;
}

.aboutus .big-box .left {
    color: #555;
    line-height: 1.6;
    font-size: 16px;
}

.aboutus .big-box .right .image-container {
    position: relative;
}

.aboutus .big-box .right .long {
    width: 100%;
    height: 550px;
    display: block;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    top: 0;
}

.aboutus .big-box .right .small {
    position: absolute;
    bottom: -25px;
    left: -25px;
    width: 45%;
    height: auto;
    border-radius: 15px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Our Team Style */


.team .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.team .cards .card {
    height: 225px;
    width: 200px;
    width: 22%;
    text-align: left;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team .cards .card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 15px 15px 0 0;
}

.team .cards .card-text {
    padding: 15px;
    background: #fff;
    border-radius: 0 0 15px 15px;
}

.team .cards .card-text h3 {
    font-size: 16px;
    margin: 0 0 10px 0;
    color: var(--text-color);
}

.team .cards .card-text p {
    font-size: 14px;
    color: var(--para-color);
    margin: 0 0 15px 0;
}

.team .cards .card-text .social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.team .cards .card-text .social-icons a {
    color: var(--text-color);
    font-size: 16px;
    text-decoration: none;
}

.team .social-icons i {
    color: var(--text-color);
    transition: 0.3s;
}

.team .social-icons i:hover {
    color: var(--para-color);
}

.team .general-hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

/* ===Blog Style== */

.blog .big-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    border: none;
}

.blog .big-box .left {
    flex: 1 1 45%;
    margin-bottom: 20px;
}

.blog .big-box .left h4 {
    margin: 20px 0;
    color: var(--text-color)
}

.blog .big-box .left p {

    font-size: 16px;
    color: var(--para-color);
}

.blog .big-box .left .btn {
    padding: 10px 20px;
    background: var(--text-color);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.blog .big-box .right {
    flex: 1 1 45%;
    margin-bottom: 20px;
}

.blog .big-box .right img {
    width: 100%;
    height: 330px;
    display: block;
    position: relative;
    border-radius: 15px;
}

.blog .big-box .right i {
    position: absolute;
    font-size: 3rem;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 4px solid var(--white-color);
    border-radius: 50%;
    background: transparent;
    color: var(--white-color);
    padding: 10px;
}

/*===contact Style=== */
.contact {
    padding: 40px 20px;
    background-color: var(--text-color);
    color: var(--white-color);
}

.container-contact {
    max-width: 1200px;
    margin: 0 auto;

}

.contact .content h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    color: var(--white-color);
}

.contact .content h2 i {
    margin-right: 10px;
    color: var(--white-color);
}

.general-hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

.contact-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.left-form {
    flex: 1 1 40%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    color: var(--text-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.left-form form {
    display: flex;
    flex-direction: column;
}

.left-form label {
    margin-top: 15px;
    color: var(--para-color)
}

.form-group {
    display: flex;
    gap: 15px;
}

.form-group .form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.left-form input,
.left-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 14px;
    width: 100%;
}

.left-form textarea {
    resize: vertical;
    min-height: 100px;
}

.left-form button {
    margin-top: 20px;
    background-color: var(--text-color);
    color: var(--white-color);
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    font-size: 16px;
}

.left-form button:hover {
    background-color: var(--para-color);
}

.right-links {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flex-box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.box-contact {
    flex: 1 1 45%;
    color: #fff;
    padding: 25px;
    display: block;
}

.box-contact i {
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 10px;
    display: block;
}

.box-contact h6 {
    margin: 10px 0 5px;
    font-size: 1rem;
}

.box-contact p {
    margin: 0 0 10px;
    font-size: 1rem;
    color: #ccc;
}

.newsletter .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background-color: var(--text-color);
    color: var(--white-color);
}

.newsletter .top-content .left {
    flex: 1;
}

.newsletter .top-content .left p {
    margin: 0 0 10px;
    font-size: 1rem;
    color: #ccc;
}

.newsletter .top-content .right {
    flex: 1;
}


.newsletter .top-content .right form {
    display: flex;
    gap: 10px;
    margin-left: 0;
}



.newsletter .top-content .right form input {
    width: 70%;
    /* flex: 1; */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    font-size: 14px;
    background-color: #d9d8d8;
}

.newsletter .top-content .right form button {
    width: 30%;
    padding: 8px;
    background: var(--white-color);
    color: var(--text-color);
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

.newsletter .top-content .right form button:hover {
    background-color: var(--para-color);
    color: var(--text-color);
}

.footer-container {
    max-width: 1200px;
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}


.footer-col {
    flex: 1;
    min-width: 0;
    padding: 10px;
}

.logo h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--para-color);
}

.logo i {
    color: var(--white-color);
    font-size: 1.2rem;
}

.footer-col h4 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: var(--white-color);
}


.footer-col ul li {
    margin-bottom: 8px;
    color: #ccc;
    font-size: 0.9rem;
    cursor: pointer;
}

.footer-col ul li:hover {
    color: #fff;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: var(--para-color);
}

.social-icons i {
    margin-left: 10px;
    font-size: 1.2rem;
    color: #ccc;
    cursor: pointer;
}

