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

html{
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

.navbar{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    color: black;
}
@media (min-width: 769px) {
    .navbar {
        margin-top: -40px;
    }
}

.navbar a img{
    height: 235px;
    margin-top: -25px;
}

.nav-links{
    display: flex;
    align-items: center;
}

.nav-links li{
    margin: 0 30px;
    margin-top: -70px;
}

.nav-links li a{
    color: black;
    font-size: 25px;
}

.nav-links li::after{
    content: '';
    width: 0%;
    height: 0.125rem;
    background: #0077B5;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.nav-links li:hover::after{
    width: 100%;
}

header{
    width: 100vw;
    height: 100vh;
    background-image: url("images/catpet-head.jpg");
    background-position: bottom;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.header-content{
    margin-bottom: 200px;
    color: black;
    text-align: center;
}

.header-content h2{
    font-size: 4vmin;
}

.pheader{
    margin-bottom: 50px;
    font-size: 20px;
}

.line{
    width: 150px;
    height: 4px;
    background: #fc036b;
    margin: 20px auto;
    border-radius: 5px;
}

.header-content h1{
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 20px;
}

.ctn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 0.063rem solid #fff;
    border-radius: 3.125rem;
    padding: 0.75rem 2.125rem;
    font-size: 0.813;
    background: black;
    position: relative;
    cursor: pointer;
}

.ctn:hover{
    border: 0.063rem solid #0077B5;
    background: #0077B5;
    transition: 1s;
}


/*--------About-------*/

#about {
    padding: 30px;
    background-color: #f9f9f9;
  }
  
  #about h1 {
    text-align: center;
    font-size: 3em;
    margin-bottom: 30px;
    color: #333;
  }
  
  .about-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap; 
  }
  
  .about-text {
    flex: 1;
    min-width: 300px;
    line-height: 1.8;
    font-size: 1.1em;
    color: #333;
  }
  
  .about-text p {
    margin-bottom: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  
  .about-image {
    flex: 1;
    min-width: 250px;
    max-width: 500px;
    padding-top: 100px;
  }
  
  .about-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }
  
  /* Responsive styling */
  @media screen and (max-width: 768px) {
    .about-content {
      flex-direction: column;
      align-items: center;
    }
  
    .about-text, .about-image {
      width: 100%;
    }
  
    #about h1 {
      font-size: 2.5em;
    }
  }
  


/*--------Services-------*/
  
 .city-card img {
    width: 100%;
    border-radius: 20px;
  }
  
  .section-container {
    padding: 5rem 1rem;
    max-width: 75rem;
    margin: auto;
  }

  .section__title{
    font-size: 7vmin;
    margin-bottom: 20px;
    text-align: center;
  }

  .section__title, .section__subtitle {
    color: #282d31;
  }

  .section__subtitle {
  font-size: 1rem;
  font-style: italic;
  color: red;
  margin-bottom: 5rem;
  text-align: center;
}

.grid-journey{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .city-name{
    padding: 1rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: red;
    cursor: pointer;
  } 

  .city-card{
    color: #767268;
  }

  @media (min-width: 640px) {
    .nav__links {
      display: flex;
    }
  
    header .section__container {
      justify-content: flex-start;
    }
  
    .grid-journey{
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
  
  }






  /*----Footer----*/
footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    position: relative;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo a img {
    height: 140px;
    margin-top: -5px;
    border-radius: 60px;
}

.footer-logo a:hover {
    transform: scale(1.1);
}

.footer-links ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    margin: 0 15px;
}

.footer-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #0077B5;
}

.footer-social img{
    width: 30px;
    margin: 5px;
}

footer p {
    font-size: 0.875rem;
    color: #fff;
    margin-top: 20px;
    padding-left: 25px;
}

.footerp {
    font-size: 0.875rem;
    color: #fff;
    padding-left: 150px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-links ul {
        margin-top: 20px;
        flex-direction: column;
    }

    .footer-links ul li {
        margin: 10px 0;
    }

    .footer-social ul {
        margin-top: 20px;
    }
    .footerp {
        font-size: 0.875rem;
        color: #fff;
        padding-left: 25px;
    }
}



/*--------Contact -------*/
/* Main Contact Section */
#main3 {
    width: 80%;
    height: auto;
    padding: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 100px;
    position: relative; 
    background-color: #fff;
}

#main3 h2 {
    font-size: 40px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

/* Contact Container with two columns */
.contact-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.contact-info {
    width: 40%;
    background-color: rgb(66, 95, 82);
    padding: 30px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.contact-info h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-info ul {
    list-style: none;
    padding-left: 0;
}

.contact-info ul li {
    font-size: 16px;
    color: white;
    margin-bottom: 15px;
}

.contact-info ul li i {
    margin-right: 10px;
    color: white;
}

.contact-wrapper {
    width: 55%;
    background-color: rgb(66, 95, 82);
    padding: 30px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.contact-form .inputBox {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .inputBox label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: white;
}

.contact-form .inputBox label i {
    margin-right: 10px;
    font-size: 18px;
    color: white;
}

.contact-form .inputBox input,
.contact-form .inputBox textarea {
    width: 90%;
    padding: 15px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    outline: none;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.contact-form .inputBox input:focus,
.contact-form .inputBox textarea:focus {
    border-color: #0077B5;
    background-color: #ffffff;
}

.contact-form .inputBox textarea {
    resize: none;
    height: 150px;
}

.contact-form button {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background-color: #0077B5;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:hover {
    background-color: #005f85;
}

/* Media Query Adjustments */
@media (max-width: 768px) {
    #main3 {
        width: 80%;
        margin-left: 5%;
        padding: 30px;
    }

    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-info, .contact-wrapper {
        width: 80%;
        margin-bottom: 20px;
    }

    #main3 h2 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    #main3 {
        margin-left: 2%;
        padding: 20px;
    }
}


/* Hamburger Menu */

.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
    color: black;
}

@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 0;
        right: -250px; /* Hidden off screen */
        width: 250px; /* Sidebar width */
        height: 100%;
        background-color: white;
        flex-direction: column;
        align-items: flex-start;
        padding: 100px 20px 20px 20px;
        gap: 20px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease-in-out;
        z-index: 999;
    }

    .nav-links.active {
        right: 0; /* Slide in */
    }

    .nav-links li {
        width: 100%;
        margin: 10px 0;
    }

    .nav-links li a {
        font-size: 20px;
        color: black;
        width: 100%;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .menu-icon {
        display: block;
    }
}


