/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 07-Apr-2026, 4:42:03 pm
    Author     : Ajit Chandra
*/
.home-services a {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
  border-radius: 10px;
  background: #30364F;
  background: linear-gradient(0deg, #30364f 0%, #280905 100%); }

.home-small-banner img {
  border-radius: 15px; }

.home-profiles {
  background-color: #0F0E0E; }
  .home-profiles img {
    box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
    border-radius: 15px; }
  .home-profiles .profiles-items {
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden; }
    .home-profiles .profiles-items span {
      position: absolute;
      left: 15px;
      bottom: 25px;
      font-size: 1.2rem;
      color: #fff;
      text-shadow: -1px -1px 2px #000;
      display: inline-block;
      border-left: 4px solid #fff;
      padding-left: 10px;
      font-weight: bold; }
    .home-profiles .profiles-items:hover {
      transition: all 300ms ease-in-out; }
      .home-profiles .profiles-items:hover:before {
        content: "\260D";
        position: absolute;
        z-index: 99;
        color: #fff;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 4rem; }
    .home-profiles .profiles-items img {
      transition: all .3s ease-in-out; }
      .home-profiles .profiles-items img:hover {
        transform: scale(1.05); }

.home-locations a {
  display: inline-block;
  width: 100%;
  padding: 8px 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;
  border-radius: 10px;
  background: #30364F;
  background: linear-gradient(0deg, #30364f 0%, #280905 100%); }
  .home-locations a:hover {
    background: #280905;
    background: linear-gradient(0deg, #280905 0%, #30364f 100%); }

.home-gallery img {
  border-radius: 15px; }

/*# sourceMappingURL=commonstyle.css.map */
