@charset "utf-8";
/* CSS Document */

 .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 8px 16px;
    transition: background-color 0.2s ease-in-out;
  }

  .navbar-nav .nav-link:hover {
    background-color: #4d4d4d;
    border-radius: 6px;
	color: white;
  }

  .navbar-nav .nav-link.active {
    background-color: #4d4d4d;
    color: white !important;
    border-radius: 6px;
	padding: 8px 16px;
  }

  .navbar-brand img {
    height: 75px;
  }

  .phone-number {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
  }

  .phone-number:hover {
    color: #0d6efd;
    text-decoration: none;
  }
	.content-section {
            padding: 50px 0; font-size:16px !important;
        }
		.content-section a{ color:#000; text-decoration:none; }
		.content-section a:hover{ color: #06F !important; text-decoration:none; }

.map-video-section {
            padding: 50px 0;
        }
.cgs2 {color:#FFF; text-decoration:none;}
.cgs2 a{color:#FFF; text-decoration:none;}
.cgs2 a:hover{color:#ccc; text-decoration:none;}
.gallery-img {
      cursor: pointer;
      transition: transform 0.3s ease;
    }
    .gallery-img:hover {
      transform: scale(1.05);
    }
    .modal-img {
      width: 100%;
      transition: transform 0.3s ease;
    }
    .zoom:hover {
      transform: scale(1.2);
    }
	 .service-box {
      border-radius: 1rem;
      background-color: #f8f9fa;
      padding: 2rem;
      text-align: center;
      box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
    }
    .service-box:hover {
      transform: translateY(-5px);
    }
    .service-icon {
      font-size: 2.5rem;
      color: #0d6efd;
      margin-bottom: 1rem;
    }
	.cgs { color:#FFFFFF; text-decoration:none;}
	.cgs a{ color:#FFFFFF;}
	.cgs a:hover{ color: #F90 !important;}
	#more {display: none;}
	.footer-link {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .footer-link:hover {
    color: #0d6efd;
    text-decoration:none;
  }
  .social-icon {
    font-size: 1.5rem;
    color: #ccc;
    margin-right: 12px;
    transition: color 0.3s ease;
  }
  .social-icon:hover {
    color: #fff;
  }
  #backToTopBtn {
    bottom:100px;
    right: 20px;
    z-index: 100;
    display: none;
  }