/* CSS Document */


.enquiry2 {
    position: fixed;
    right: 0;
    top: 215px;
    right: 10px;
    margin:2px 0px;
	z-index: 9999999999;
}
body > div.enquiry2 > a > img{
    margin: 2px 0px;
}

/* whatweoffer */
#sidebar2 ul li  {
   padding:0em;
}
#sidebar2 ul li  {
    color: #000;
	font-weight:bold; 
    list-style-type:disc;
	line-height:2em;
	font-size:1.1em;
}
#sidebar2 ul li a {
    color: #000!important;
	font-weight:bold;   
	    
}

 
#sidebar2 h1{
padding:1em;
font-size:18px; 
font-weight:bold; 
border-bottom:2px solid #000;
color:#000000;
}

#sidebar2
{
		width: 340px;
		height:680px;
		overflow:scroll;
		z-index:9999999999;
		background: #FFFFFF;
		border-right:3px solid #ffffff;
		border-radius:7px;
		padding:0 20px;
		transition: all 0.5s;
	     display:none;  
	}
	

.site_map {
    right: -29px;
       /*background: #797c7c;*/
       background: #b30000;
	    width: 106px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 14px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(90deg);
    position: absolute;
     z-index: 9999999999;
    top:4%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
 visibility:hidden;  

}
.site_map a:visited{
    color: #fff;
}
.whatweoffer a:link{
    color: #fff;
}
.site_map a {
color: rgb(255, 255, 255);
font-weight: bold;
}

.whatweoffer {
    left: -64px;
    /*background: #797c7c;*/
    background: #b30000;
    color: #fff;
    width: 180px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 4px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(-90deg);
    position: absolute;
     z-index: 9999999999;
    top:9%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
    visibility: hidden;   

}
.whatweoffer a {
color: rgb(255, 255, 255);
font-weight: bold;
}

.sitemenu1 li {
margin-left:6em;
line-height:35px;
font-size:15px!important;
    list-style: square!important;
}
.sitemenu li {
margin-left:4em;
line-height:35px;
font-size:18px;
list-style:disc;
color:#fff;
}
.sitemenu li a {
color:#fff;
text-decoration:none;
}

.sitemenu  {
padding:0;}/* CSS Document *//* CSS Document */

.footer2{
    display: block;
    background-color: #b3b3b3;
    margin-top: 57px;
    padding-top: 37px;
    padding-bottom: 12px;
    display: none;
}
.footer2 li a{
    color: #000000;
}

.about-us-section-new{
    margin-left: 67px;
    margin-right: 67px;
    margin-top: 24px;
}

.heading2{
    color: #1e1c5b;
    text-transform: none;
    text-align: center;
    font-size: 33px;
}

.heading3{
    color: #1e1c5b;
    text-transform: none;
    text-align: center;
    font-size: 56px;
}

.whatwe ul{
    padding-top: 20px;
    padding-left: 61px;
    padding-bottom: 20px;
}
.whatwe ul li {
    list-style-type: disc;
}

.whatwe ul li a{
    color: #000;
}
.pdf1{
    padding-left: 288px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid black;
}
.pdf2{
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid black;
}

.banner .banner-img img{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    object-fit: cover;    
}
.container{
    margin: 0 auto  ;
}
.main-section{
    height: 100%;
    width: 100%;
    padding: 50px 10px;
    text-align: center;
}

.main-section .main-page{
    height: 100%;
    width: 100%;
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.main-section .main-page .main-cnt{
    height: 100%;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: start;
}
.footer2 .container .row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.footer2 .container .row .onediv{
    width: 230px;
    height: 100%;
}
body > section.about-us-section-new > div > div.row.clearfix > div.col-lg-3.col-md-3.col-sm-12.image-column > figure > img{
    width:280px;
    height: 300px;
    border: 2px solid #383471;
}
.img-banner{
    height: 350px;
}







body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Popup Overlay */
.popup-overlay {
  display: none; /* hidden by default */
  position: fixed;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup Box */
.popup {
  background: #fff;
  padding: 25px 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: fadeInScale 0.3s ease-in-out;
}

/* Heading */
.popup h2 {
  margin: 0 0 15px;
  font-size: 22px;
  color: #333;
}

/* Input & Textarea */
.popup input,
.popup textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border 0.3s;
}

.popup input:focus,
.popup textarea:focus {
  border-color: #0077b6;
}

/* Button */
.popup button {
  width: 100%;
  padding: 12px;
  border: none;
  background: #0077b6;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.popup button:hover {
  background: #005f86;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
  color: #ff4d4d;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.2s;
}

.close-btn:hover {
  color: #d60000;
}

/* Animation */
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}




.TopTable {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 40px !important;
    background-color: #ffffff !important;
}


.ContactInfo {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}

/* Phone Section */
.CallTitle {
    font-size: 20px;
    margin-bottom: 8px;
}
.PhoneNumber {
    font-size: 18px;
    margin-top: 5px;
}
.PhoneNumber img {
    vertical-align: middle;
    margin-right: 5px;
}

/* Email Section */
.EmailBlock {
    font-size: 18px;
    margin-top: 28px; /* aligns email with phone numbers */
}
.EmailBlock img {
    vertical-align: middle;
    margin-right: 5px;
}
.EmailBlock a {
    color: #000;
    text-decoration: none;
    vertical-align: middle;
}



/* Overlay */
  .popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  /* Popup Box */
  .popup-box {
    background: #fff;
    padding: 25px 30px;
    width: 450px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    position: relative;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.4s ease;
  }

  /* Close Button */
  .popup-box .close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #444;
    cursor: pointer;
  }

  /* Heading text */
  .popup-box strong {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #444;
  }

  /* Table form styling */
  table {
    width: 100%;
    border-collapse: collapse;
  }

  td {
    padding: 8px 5px;
    font-size: 14px;
    color: #333;
  }

  input[type="text"],
  input[type="email"],
  select {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: all 0.3s;
  }

  input[type="text"]:focus,
  input[type="email"]:focus,
  select:focus {
    border-color: #0077B6;
    box-shadow: 0 0 5px rgba(0,119,182,0.3);
  }

  /* Buttons */
  .btn {
    padding: 8px 18px;
    margin: 8px 5px 0;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
  }

  .btn[type="submit"] {
    background: #0077B6;
    color: #fff;
  }
  .btn[type="submit"]:hover {
    background: #005f8d;
  }

  .btn[type="reset"] {
    background: #f1f1f1;
    color: #444;
  }
  .btn[type="reset"]:hover {
    background: #ddd;
  }

  /* Animation */
  @keyframes fadeIn {
    from {opacity: 0; transform: scale(0.9);}
    to {opacity: 1; transform: scale(1);}
  }


/* Mobile View Fix */
@media (max-width: 768px) {

    .mobile-img-wrap {
        position: relative !important;
        width: 100%;
    }

    .res-abt {
        position: absolute !important;
        bottom: -39px !important;   /* ▼ moved little down */
        right: 10px !important;
        width: auto !important;
        max-width: 57% !important;
        padding: 10px 12px !important;
        background: #ffffff !important;
        border-radius: 10px !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.25);
        transform: none !important;
        left: 20px !important;
        border: #b30000 2px solid !important;
    }


    .mobile-img-wrap img {
        width: 100% !important;
        height: auto !important;
        display: block;
        border-radius: 10px;
    }
}


/* 0px to 325px */
@media (max-width: 325px) {

    .res-abt h3 {
        font-size: 14px !important;
        line-height: 18px !important;
        margin: 0 !important;
        text-align: center !important;
        font-weight: 600 !important;
    }
}
/* 325px to 415px */
@media (min-width: 326px) and (max-width: 415px) {

    .res-abt h3 {
        font-size: 15px !important;
        line-height: 22px !important;
        margin: 0 !important;
        text-align: center !important;
        font-weight: 600 !important;
    }
}



.whatsapp-float {
    position: fixed;
    bottom: 130px;
    right: 20px;
    z-index: 9999;
    background: #25D366;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
    animation: pulseBounce 2s infinite ease-in-out;
    transition: 0.3s;
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}

@keyframes pulseBounce {
    0% {
        transform: scale(1) translateY(0);
        box-shadow: 0 0 10px rgba(37,211,102,0.7);
    }
    30% {
        transform: scale(1.1) translateY(-6px);
        box-shadow: 0 0 18px rgba(37,211,102,0.8);
    }
    60% {
        transform: scale(0.95) translateY(0);
        box-shadow: 0 0 10px rgba(37,211,102,0.6);
    }
    100% {
        transform: scale(1) translateY(0);
        box-shadow: 0 0 10px rgba(37,211,102,0.7);
    }
}



 #chatbot-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      color: white;
      border: none;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      font-size: 30px;
      cursor: pointer;
      box-shadow: 0 4px 6px rgba(0,0,0,0.2);
      z-index: 999;
    }

    /* Chat Container */
    #chat-container {
      width: 350px;
      height: 500px;
      background: white;
      border-radius: 8px;
      padding: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      position: fixed;
      bottom: 90px;
      right: 20px;
      display: none; /* Hidden initially */
      flex-direction: column;
      z-index: 998;
    }

    #chat-log {
      flex: 1;
      overflow-y: auto;
      padding: 10px;
      height: 400px;
    }

    .message {
      margin: 10px 0;
      padding: 10px;
      border-radius: 10px;
      max-width: 80%;
    }

    .bot {
      background-color: #e0e0e0;
      align-self: flex-start;
    }

    .user {
      background-color: #25D366;
      color: white;
      align-self: flex-end;
    }

    #chat-input {
      display: flex;
      margin-top: 10px;
    }

    #chat-input input {
      flex: 1;
      padding: 10px;
      border-radius: 20px;
      border: 1px solid #ccc;
      outline: none;
    }

    #chat-input button {
      padding: 10px 15px;
      margin-left: 5px;
      border: none;
      background-color: #25D366;
      color: white;
      border-radius: 20px;
      cursor: pointer;
    }
    
    
.floating_whatsapp {
    position: fixed;
    bottom: 140px;
    right: 30px;
    margin-top: 13px;
    z-index: 9999;
}





.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.popup-box {
    width: 350px;
    height: 90vh;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.popup-title {
    text-align: center;
    margin-bottom: 5px;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 0px;
}

.form-row {
    display: flex;
    gap: 0px;
}

.form-half {
    width: 50%;
}

input, textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit {
    width: 100%;
    padding: 5px;
    background: #0077cc;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.submit:hover {
    background: #005fa3;
}







