.custom-heading-1 {
    opacity: 0.09;
    position: absolute;
    width: 100%;
    top: 15%;
    text-align: center;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
}
.custom-pos-12 {
    top: auto !important;
    left: 0;
}

.custom-heading-1 strong {
    text-transform: uppercase;
    font-size: 13cqw;
    line-height: 13cqw;
}

.custom-grid-1-item p{
    display: none;
    color: #fff;
}

.custom-grid-1-item:hover p{
    display: block;
}



/* language toggle button start */

.toggle-container {
  position: relative;
  width: 55px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-checkbox {
  display: none;
}

.toggle-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #f4a261; /* Default orange */
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  position: relative;
}

.toggle-checkbox:checked + .toggle-label {
  background-color: #e9c46a; /* Yellow when toggled */
  color: black;
}

.toggle-icon {
  transition: transform 0.3s ease-in-out;
  text-align: center;
  width: 100%;
}

.toggle-checkbox:checked + .toggle-label .toggle-icon {
  transform: none; /* Remove the translation */
}





/* language toggle button end  */











/*.custom-grid-1 .custom-grid-1-item:hover h3 {
    color: #fbc105 !important;
}*/


/* CONTACT US START  */



#constact-us-home {
    /* min-height: 100vh; */
    width: 100%;
    /* display: ; */
    /* justify-content: center; */
    /* align-items: center; */
    background-image: url('/img/vastu/bg-01.png');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  /* #constact-us-home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
  } */
  
  #constact-us-home > * {
    position: relative;
    z-index: 2;
  }
  
  
  /* .container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  } */
  
  .section-header {
    margin-bottom: 50px;
    text-align: center;
  }
  
  .section-header h2 {
    color: #FFF;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 20px;
  }
  
  .section-header p {
    color: #FFF;
  }
  
  /* .row  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  } */
  
  .contact-info {
    width: 50%;
  }
  
  .contact-info-item {
    display: flex;
    margin-bottom: 30px;
  }
  
  .contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
  }
  
  .contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
  }
  
  .contact-info-content {
    margin-left: 20px;
  }
  
  .contact-info-content h4 {
    color: #1da9c0;
    font-size: 1.4em;
    margin-bottom: 5px;
  }
  
  .contact-info-content p {
    color: #FFF;
    font-size: 1em;
  }
  
  .contact-form {
    background-color: #fff;
    padding: 40px;
    width: 45%;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
  }
  
  .contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  
  .contact-form .input-box input,
  .contact-form .input-box textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
  }
  
  /* .contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
  } */

  .contact-form .input-box span {
    padding: 5px 0;              /* matched your input padding */
    transition: 0.5s;            /* smooth move & color change */
  }
  
  .contact-form .input-box input:focus ~ span,
  .contact-form .input-box textarea:focus ~ span{
    color: #af651b;
    font-size: 12px;
    transform: translateY(-20px);
  }
  
  .contact-form .input-box input[type="submit"]
  {
    width: 100%;
    background: #af651b;
    color: #FFF;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #af651b;
    transition: 0.5s;
  }
  
  .contact-form .input-box input[type="submit"]:hover
  {
    background: #FFF;
    color: #af651b;
  }
  
  @media (max-width: 991px) {
    /* section {
      padding-top: 50px;
      padding-bottom: 50px;
    } */
    
    /* .row {
      flex-direction: column;
    } */
    
    .contact-info {
      /* margin-bottom: 40px; */
      width: 100%;
    }
    
    .contact-form {
      width: 100%;
    }
  }

/* CONTACT US END */



































.custom-hero-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
    background-color: var(--dark);
}
.custom-hero-heading {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, #ffffff 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 9;
    opacity: .1 !important;
}

.custom-grid-1 .custom-grid-1-item:hover .custom-grid-1-img img {
    transform: scale(0.5);
}

.cls-img{
width: 300px;
}

.cls-img img {
    object-fit: cover;
    width: 250px;
    overflow: hidden;
    height: 250px;
}

#logo {
        width: 350px; /* Initial larger size */
        transition: all 0.5s ease;
    }
    .small-logo {
        width: 250px !important; /* Smaller size after delay */
        height: auto;
    }


.cursor {
    width: 25px;
    height: 25px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
    z-index: 999;
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid gray;
    border-radius: 50%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}

@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}

@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}

@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.expand {
    animation: cursorAnim3 .5s forwards;
    border: 1px solid yellow;
}
 .custom-tailwind {
            all: unset;
            display: block; /* Reset the inline effect of 'all: unset' */
        }

ul.cust-ul li{
    display: flex;
    gap: 5px;
    align-items: start;
    padding: 3px 0 !important;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}



span.material-symbols-outlined {
    color: green;
}

.head-cust-nine {
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 6px;
    color: #3c3c3c;
}

.over-cust{
    background-color: #000;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.set-w-cust{
    width: 100%;
    padding: 10px;
    background-color: #e7e7e782;
    margin-bottom: 20px !important;
}

#header .header-logo {
    margin: 16px 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
}

.cross {
    color: #c0c0c0 !important;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #000000;
    width: 29px;
}

::-webkit-scrollbar
{
    width: 3px;;
    background-color: #000000;
}

::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border-radius: 20px
}

.border-radi-cust{
    height: 100%;
}

h2.mb-4.mt-1pb-2.text-6.font-weight-bold.ls-1 {
    line-height: 32px;
}

/* .set-cust h1 {
    color: #bb7929;
    font-family: "Kalam", cursive;
    background: -webkit-linear-gradient(180deg, #f0d686 15%, #af651b 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    font-weight: 600;
    white-space: nowrap;
    border-right: 4px solid;
    animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 7s step-end infinite;
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 20px 0;
} */

.set-cust h1 {
  color: #bb7929;
  font-family: "Kalam", cursive;
  background: -webkit-linear-gradient(180deg, #f0d686 15%, #af651b 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-weight: 600;
  white-space: nowrap;
  border-right: 4px solid;
  animation: borderBlink 1s steps(1, end) infinite;
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1;
  height: 75px; /* Match the font size exactly */
}


.btn-submit {
  background-color: #e59400;   /* mustard-orange base */
  border-color:    #e59400;
  color:           #ffffff;    /* ensure text stays legible */
  transition:      background-color 0.2s ease, border-color 0.2s ease;
}

.btn-submit:hover {
  background-color: #cc7f00;   /* 15% darker on hover */
  border-color:    #cc7f00;
}
/* Blinking border animation */
@keyframes borderBlink {
  0% { border-right-color: transparent; }
  50% { border-right-color: #bb7929; }
  100% { border-right-color: transparent; }
}


.set-cust_bottom h1 {
  color: #bb7929;
  font-family: "Kalam", cursive;
  background: -webkit-linear-gradient(180deg, #f0d686 15%, #af651b 60%);
  /* background: -webkit-linear-gradient(180deg, #fa7a55 15%, #d11d05 60%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-weight: 600;
  white-space: nowrap;
  /* border-right: 4px solid; */
  animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 7s step-end infinite;
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 20px 0;
}

@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.abs-hindi{
    position: absolute;
    top: 20%;
    right: 20%;
}

.header-container.container.p-static{
    height: 115px;
}


.ms-4-custom {
  margin-left: 15px !important;
}

/*-- Start Responsive mobile view -------------------------------------------------------------------------------------------------------------*/

@media (max-width:767px){
    .header-logo {
        width: auto;
}


.btn-small-text {
  font-size: 0.6rem !important;
}

.card-body {
    padding: 32px;
    padding: 5px;
    position: relative;
    z-index: 1;
}

.set-cust.abs-hidi {
    display: flex;
    justify-content: center;
    width: 100% !important;
}

#header .header-logo img {
    width: 100% !important;
}

.abs-hindi {
    width: fit-content;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.set-cust h1 {
    font-size: 40px;
    height: 42px;
}

.set-cust_bottom h1 {
  font-size: 45px;
  padding: 0;
}

.ms-4-custom {
margin-left: 5px !important;
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img {
    transition: opacity 300ms;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-grid-1 .custom-grid-1-item:hover h3 {
    color: #fff !important;
}
.custom-grid-1 .custom-grid-1-item h3 {
    color: #fff !important;
}
.custom-grid-1-item p {
    display: block;
    color: #ffffff;
}

.custom-height {
    height: 150px !important;
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.8;
    background-color: var(--dark);
}

.divider.divider-small.divider-small-lg hr {
    background: #fbc105 !important;
}

/* 🎯 Tablet: col-md (768px and above) */
@media (min-width: 768px) and (max-width: 991px) {
    .small-logo {
    width: 190px !important;
}

.header-logo{
    width: 200px;
    height: 105.797px;
}

.set-cust h1 {
    color: #bb7929;
    font-family: "Kalam", cursive;
    background: -webkit-linear-gradient(180deg, #f0d686 15%, #af651b 60%);
    /* background: -webkit-linear-gradient(180deg, #fa7a55 15%, #d11d05 60%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    border-right: 4px solid;
    animation: type 1.5s steps(90) 1.5s 1 normal both, cursor 7s step-end infinite;
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 20px 0;
}

.card-body {
    padding: 32px;
    padding: 5px;
    position: relative;
    z-index: 1;
}
};


/* For filled icons with bold weight */
.material-symbols-outlined {
    font-variation-settings: 
      'FILL' 1,
      'wght' 700,
      'GRAD' 0,
      'opsz' 24;
  }
  
