   /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 7, 2025 */
   
   
   
   body {
      font-family: Coolvetica;
      margin: 0;
      padding: 0;
      
    }


#navbar-primary .navbar-nav { 
  background: #84161b;
  width: 100%;
  margin: 0%;
  text-align: center;

}


    header {
      text-align: center;
      background: #fff;
    }

    header img {
      width: 100%;
      height: auto;
      
    }

    .hero {
      width: 100%;
      height: auto;
      align-items: center;
    }
    
    .services {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 2rem 1rem;
      background: #f9f9f9;
    }
    .service {
      flex: 1 1 300px;
      margin: 1rem;
      text-align: center;
      max-width: 300px;
    }
    .service img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .contact {
      padding: 2rem 1rem;
      background: #fff;
    }
    .contact form {
      max-width: 600px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    .contact input,
    .contact textarea {
      padding: 0.75rem;
      font-size: 1rem;
      border: 1px solid #fff;
      border-radius: 4px;
      width: 100%;
    }
    .contact button {
      background: #84161b;
      color: white;
      padding: 0.75rem;
      border: none;
      font-size: 1rem;
      cursor: pointer;
    }
    iframe {
      width: 100%;
      height: 300px;
      border: none;
      margin-top: 2rem;
    }
    @media (max-width: 768px) {
      .services {
        flex-direction: column;
        align-items: center;
      }
    }


    /* FOOTER */
.footer {
	width: 100%;
	background: #84161b;
	display: block;
 }

 .inner-footer {
	 width: 95%;
	 margin: auto;
	 padding: 30px 10px;
	 display: flex;
	 flex-wrap: wrap;
	 box-sizing: border-box;
	 justify-content: center;
 }

.footer-items {font-family: Coolvetica;
	width: 25%;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
}

.footer-items li {padding: 5px;}

.footer-items p {
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
	color: #fff;
}

.footer-items h1 {
	color: #fff;
}

.border1 {
	height: 3px;
	width: 40px;
	background: #fff;
	background-color: #fff;
	border: 0px;
}

ul {
	list-style: none;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;	
 }

ul a {
	text-decoration: none;
	outline: none;
	color: #fff;
	transition: 0.3s;
}

ul a:hover {
	color: #fff;
}

ul li {
	margin: 10px 0;
	height: 25px;
}

li i {
	margin-right: 20px;
}

.social-media {
	width: 100%;
	color: white;
	text-align: center;
	font-size: 20px;
}


.social-media i {
	height: 25px;
	width: 25px;
	margin: 20px 10px;
	padding: 4px;
	color: white;
	transition: 0.5s;
}

.social-media i:hover {
	transform: scale(1.5);
}

.footer-bottom {font-family: Coolvetica;
	padding: 10px;
	background: #fff;
	color: #84161b;
	font-size: 12px;
	text-align: center;
}

/* for tablet mode view */

@media screen and (max-width: 1275px) {
	.footer-items {
		width: 50%;
	}
}

/* for mobile screen view */

@media screen and (max-width: 660px) {
	.footer-items {
		width: 100%;
	}
}