 /* Custom styles */
 .top-bar {
    background-color: #970a0a;
    color: white;
    padding: 8px 0;
  }
  
  .top-bar a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-right: 15px;
  }
  
  .top-bar a:last-child {
    margin-right: 0;
  }
  
  .top-bar .icon {
    margin-right: 5px;
  }
  
  .navbar-light .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    position: relative;
    padding: 8px 16px;
  }
  
  .navbar-light .navbar-nav .nav-link:hover {
    color: #970a0a;
  }
  
  .navbar-light .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #970a0a;
    transition: width 0.3s;
  }
  
  .navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
  }
  
  .logo img {
    max-height: 60px;
  }
  
  @media (max-width: 991px) {
    .top-bar .contact-info {
      text-align: center;
      margin-bottom: 5px;
    }
    
    .top-bar .utility-links {
      text-align: center;
    }
    
    .logo img {
      max-height: 50px;
    }
  }
  
  @media (max-width: 575px) {
    .top-bar a {
      font-size: 12px;
      margin-right: 8px;
    }
    
    .logo img {
      max-height: 40px;
    }
  }

  /* banner start */
  .hero-section {
    position: relative;
    height: 600px;
    overflow: hidden;
  }
  
  .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .hero-text {
    text-align: center;
    color: #970a0a;
    font-weight: 600;
    font-size: 2.rem;
    max-width: 80%;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
  }
  
  .category-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .category-btn {
    background-color: rgba(245, 228, 228, 0.9);
    color: #970a0a;
    border: 1px solid #970a0a;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .category-btn:hover {
    background-color: #970a0a;
    color: white;
  }
  
  .social-icons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 100;
  }
  
  .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    transition: all 0.3s ease;
  }
  
  .facebook {
    background-color: #3b5998;
  }
  
  .instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  }
  
  .youtube {
    background-color: #FF0000;
  }
  
  .whatsapp {
    background-color: #25D366;
  }
  
  .social-icon:hover {
    transform: scale(1.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  
  /* Responsive adjustments */
  @media (max-width: 991px) {
    .hero-section {
      height: 500px;
    }
    
    .hero-text {
      font-size: 2rem;
      max-width: 90%;
    }
  }
  
  @media (max-width: 767px) {
    .hero-section {
      height: 400px;
    }
    
    .hero-text {
      font-size: 1.5rem;
      max-width: 95%;
    }
    
    .category-buttons {
      gap: 10px;
    }
    
    .category-btn {
      padding: 6px 15px;
      font-size: 14px;
    }
    
    .social-icons {
      right: 10px;
    }
    
    .social-icon {
      width: 35px;
      height: 35px;
      font-size: 18px;
    }
  }
  
  @media (max-width: 575px) {
    .hero-section {
      height: 350px;
    }
    
    .hero-text {
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }
    
    .category-buttons {
      gap: 8px;
    }
    
    .category-btn {
      padding: 5px 12px;
      font-size: 12px;
    }
    
    .social-icons {
      top: auto;
      bottom: 20px;
      right: 50%;
      transform: translateX(50%);
      flex-direction: row;
    }
  }
  /* banner end */
  /* about us start */
  .about-section {
    padding: 60px 0;
    background-color: #ffffff;
  }
  
  .feature-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
  }
  
  .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
    color: white;
  }
  
  .custom-text {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .category-text {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .price-tag {
    display: inline-block;
    background-color: #f8b100;
    color: black;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 600;
  }
  
  .about-header {
    color: #970a0a;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .about-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
  }
  
  .about-description {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: justify;
  }
  
  .feature-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
  }
  
  .feature-box:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  
  .feature-title {
    color: #970a0a;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: large;
  }
  
  .feature-subtitle {
    color: #666;
    font-size: 1rem;
  }
  
  .more-btn {
    background-color: #970a0a;
    color: white;
    border: none;
    padding: 8px 25px;
    border-radius: 4px;
    transition: all 0.3s ease;
  }
  
  .more-btn:hover {
    background-color: #970a0a;
    color: white;
  }
  
  /* Responsive adjustments */
  @media (max-width: 991px) {
    .custom-text {
      font-size: 2rem;
    }
    
    .about-content {
      margin-top: 30px;
    }
  }
  
  @media (max-width: 767px) {
    .custom-text {
      font-size: 1.8rem;
    }
    
    .category-text {
      font-size: 1rem;
    }
    
    .about-title {
      font-size: 1.7rem;
    }
  }
  /* about us end */
  /* PACKAGE OFFERS  start*/
  .packages-section {
    padding: 60px 0;
    background-color: #ffffff;
  }
  
  .section-heading {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .company-name {
    color: #970a0a;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
  }
  
  .packages-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .section-description {
    color: #666;
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    line-height: 1.6;
  }
  
  .package-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
    height: 100%;
  }
  
  .package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
  }
  
  .package-image-container {
    position: relative;
    height: 250px;
    overflow: hidden;
  }
  
  .package-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .package-card:hover .package-image {
    transform: scale(1.05);
  }
  
  .package-name {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  }
  
  .package-details {
    padding: 20px;
    text-align: center;
  }
  
  .offer-label {
    font-weight: 600;
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
  
  .price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .old-price {
    color: #999;
    text-decoration: line-through;
    margin-right: 15px;
  }
  
  .new-price {
    color: #333;
    font-weight: 700;
    font-size: 1.2rem;
  }
  
  .package-description {
    color: #666;
    margin-bottom: 20px;
    font-size: 0.9rem;
  }
  
  .more-btn {
    background-color: #970a0a;
    color: white;
    border: none;
    padding: 6px 20px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }
  
  .more-btn:hover {
    background-color: #970a0a;
    color: white;
  }
  
  /* Responsive adjustments */
  @media (max-width: 991px) {
    .packages-title {
      font-size: 2.2rem;
    }
  }
  
  @media (max-width: 767px) {
    .packages-title {
      font-size: 1.8rem;
    }
    
    .section-description {
      font-size: 0.9rem;
    }
    
    .package-name {
      font-size: 1.3rem;
    }
  }
  /* PACKAGE OFFERS end */
  /* gallery start */
  .services-section {
    padding: 60px 0;
    background-color: #ffffff;
  }
  
  .section-title {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  
  .section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  
  .section-title::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #970a0a;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .gallery-container {
    position: relative;
    overflow: hidden;
  }
  
  .gallery-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: 300px;
  }
  
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  .gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,0) 100%);
  }
  
  .gallery-title {
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  }
  
  /* Adjust gallery item sizes for the layout */
  .gallery-large {
    height: 400px;
  }
  
  /* Responsive adjustments */
  @media (max-width: 991px) {
    .gallery-item {
      height: 250px;
    }
    
    .gallery-large {
      height: 350px;
    }
    
    .gallery-title {
      font-size: 1.8rem;
    }
  }
  
  @media (max-width: 767px) {
    .section-title h2 {
      font-size: 2rem;
    }
    
    .gallery-item {
      height: 220px;
    }
    
    .gallery-large {
      height: 300px;
    }
    
    .gallery-title {
      font-size: 1.6rem;
    }
  }
  
  @media (max-width: 575px) {
    .gallery-item, .gallery-large {
      height: 250px;
    }
    
    .gallery-title {
      font-size: 1.5rem;
    }
  }
  /* gallery end */
  /* work day start */
  .timeline-section {
    text-align: center;
    padding: 40px 20px;
    background: #ffffff;
  }
  
  .timeline-section h2 {
    font-size: 24px;
    color: #222;
    margin-bottom: 10px;
    position: relative;
  }
  
  .timeline-section h2 span {
    font-size: 14px;
    vertical-align: super;
  }
  
  .subtext {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
  }
  
  .timeline-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  
  .timeline-step {
    max-width: 150px;
    text-align: center;
  }
  
  .icon-circle {
    width: 80px;
    height: 80px;
    background-color: #970a0a;
    color: white;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
  }
  
  .arrow {
    font-size: 24px;
    color: #970a0a;
  }
  
  /* Responsive for Mobile */
  @media (max-width: 768px) {
    .timeline-container {
      flex-direction: column;
    }
  
    .arrow {
      transform: rotate(90deg);
    }
  }
  /* work day end */
  /* last project strat */
  .section-title {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-top: 2rem;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section-title h2 span {
    color: #970a0a;
}

.section-description1 {
    max-width: 1000px;
    margin: 0 auto 2rem;
    text-align: justify;
    color: #666;
    font-size: 1.1rem;
}

.project-card {
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.project-overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 8px 15px;
    border-radius: 3px;
}

.project-overlay h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cta-section {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #970a0a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #970a0a;
    color: white;
}

@media (max-width: 768px) {
    .section-title h2 {
        font-size: 2rem;
    }
    
    .section-description1 {
        font-size: 1rem;
        padding: 0 15px;
    }
    
    .project-image {
        height: 200px;
    }
}
  /* last project end */

  /* contact uus start */
  .contact-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.contact-info {
    padding-right: 20px;
}

.contact-title {
    color: #970a0a;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-heading {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333;
}

.contact-text {
    color: #555;
    margin-bottom: 30px;
    line-height: 1.6;
}

.more-btn {
    background-color: #970a0a;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    margin-bottom: 20px;
}

.more-btn:hover {
    background-color: #970a0a;
    color: white;
}

.phone-number {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: 500;
}

.phone-icon {
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.phone-icon i {
    color: #970a0a;
    font-size: 1.2rem;
}

.contact-form-container {
    background-color: #9b9b9b;
    padding: 30px;
    border-radius: 5px;
}

.form-heading {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.form-control {
    margin-bottom: 15px;
    border: none;
    border-radius: 3px;
    padding: 10px 15px;
}

textarea.form-control {
    height: 120px;
    resize: none;
}

.submit-btn {
    background-color: #970a0a;
    color: white;
    padding: 10px 40px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.submit-btn:hover {
    background-color: #970a0a;
}

@media (max-width: 991px) {
    .contact-info {
        padding-right: 0;
        margin-bottom: 40px;
    }
}
  /* contact us end */
  /* footer start */
  .footer{
    width: 100%;
    
    bottom: 0;
    left: 0;
    background: #1b1b1b;
    color: white;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .content{
    padding: 10px 20px;
}

.footer .content h2{
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
}

.footer .content h2::after{
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 2px;
    width: 70px;
    background: #970a0a;
}

.footer .about{
    flex-basis: 35%;
}

.footer .about p{
    text-align: justify;
}

.footer .about .social{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: start;
}

.footer .about .social a{
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background: #970a0a;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s;
}

.footer .about .social a:hover{
    background: #222;
}

.footer .about .social a i{
    font-size: 21px;
    color: white;
}

.footer .links{
    flex-basis: 20%;
}

.footer .links ul{
    list-style: none;
}

.footer .links ul li{
    margin-top: 10px;
}

.footer .links ul li a{
    text-decoration: none;
    color: rgb(206, 201, 201);
}

.footer .links ul li a:hover{
    color: #970a0a;
}

.footer .newsletter{
    flex-basis: 25%;
}

.footer .newsletter p{
    text-align: justify;
    margin: 15px 0;
    font-size: 16px;
}

.footer .newsletter input{
    width: 100%;
    height: 35px;
    border: 1px solid gray;
    outline: none;
    padding-left: 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.footer .newsletter button{
    width: 150px;
    padding: 5px;
    font-size: 18px;
    border: 1px solid gray;
    background: #970a0a;
    cursor: pointer;
    border-radius: 5px;
}

@media (max-width:950px){
    .footer .content{
        flex-basis: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width:590px){
    .footer .content{
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .footer .newsletter button{
        width: 100%;
    }
}
  /* footer end */
  /* about us image header start */
  .page-header {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* color: rgb(238, 236, 236); */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: rgba(0, 0, 0, 0.5);
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.header-content {
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item {
    font-size: 1.1rem;
    color: #f1f1f1;
}

.breadcrumb-item a {
    color: #f1f1f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #f1f1f1;
}

.breadcrumb-item.active {
    color: #f1f1f1;
}

@media (max-width: 768px) {
    .page-header {
        height: 200px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    
    .page-title {
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    
    .breadcrumb-item {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .page-header {
        height: 150px;
        padding-bottom: 15px;
        padding-left: 15px;
    }
    
    .page-title {
        font-size: 2rem;
        margin-bottom: 5px;
    }
    
    .breadcrumb-item {
        font-size: 0.8rem;
    }
}
  /* about us image header end */