.imgbox1{
    border-radius:10px;
    border: 3px solid white; 
}

.aboutusimg img{
   border-radius:10px;
}
.enterprises{
    font-size:25px;
    color:black;
}
.backgroundblue{
    background-color:#2F455A;
}
.ptglas h1{
    color:white;
}
.ptglas{
    color:white !important;
}
.h-100px{
     height: 100px;
}
.mt-60{
    margin-top:60px;
}
.brandbox img{
    border:1px solid black
}
.brandbox{
    margin: 10px 0px;
}
.text-blue{
    color: #0193DE;
}
.text-black{
    color:black;
}
.text-white{
    color:white;
}
.contact-map{
    min-height: 350px; 
    border:0;
}
.whatsappFixIco {
    width: 62px;
    margin-bottom: 6px;
}
.whatsappCallSideIco2 {
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 15px;
}
.CallFixIco {
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    left: 15px;
    width:48px;
	margin-bottom:10px;
    border-radius:50%;
}
.spinner{
    width: 3rem; 
    height: 3rem;
}
@media (min-width : 992px){
    .banner{
        padding-top: 93px;
    }
}
.banner {
     width: 100%;
    height: 180px; /* Adjust height as needed */
    background-color: #2F455A; 
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    font-size: 2em;
    font-weight: bold;
}
.banner h1{
    color:white;
    font-size:45px;
}
.video-container {
    /* position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.overlay {
    /*position: absolute;*/
    top: 55px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
}
.btn-custom {
    margin: 10px;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
}
.content{
    width: 100%;
}
.aboutustext p{
    font-size:17px;
}
.content h1{
    color:#fff;
    font-size: 55px;
}
.content h2{
    color:#fff;
    font-size: 25px;
}
.content p{
    color:#fff;
    margin-bottom: 35px;
    font-size: 20px;
}
.aboutbtn{
    padding:5px 10px;
}
.mb-10{
    margin-bottom:10px;
}
@media (min-width : 992px) {
    .pydis{
        padding-top:93px;
    }
    
}
.imgbox1{
    border-radius:10px;
    border: 3px solid white; 
}
.aboutusimg img{
   border-radius:10px;
}
.servicesec{
   background:  #0193DE;
   padding: 7px;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
}
.servicesec a{
   color:#fff;
}
.servicesec img{
   width:100%;
}
.servicesec p{
   text-align: center; 
   color: #fff;
   font-size: 20px;
   margin-top: 12px;
   font-weight: bold;
   padding-bottom: 0px;
   margin-bottom: 5px;
}
.text-primary {
   color:  #0193DE !important;
}
@media (max-width: 1.98px){
    .display1{
       display: none;
    }
}
.w-50{
    width: 50px; 
    height: 50px;
}
.image-container img {
    width: 100%;
    height: auto;
}
.btn-container {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.btn-custom {
   width: 48%; /* Button ki width 50% se thodi kam rakhi */
}
/* Mobile view: Buttons ek ke baad ek stacked */
@media (max-width: 768px) {
    .btn-container {
      flex-direction: column; /* Stack buttons vertically */
      align-items: stretch; /* Full width for each button */
    }
    .btn-custom {
      width: 100%; /* Button ko full width dena */
      margin-bottom: 10px; /* Thoda gap dena buttons ke beech */
    }
}
