.ser-con {
  padding: 0px 80px;
}
@media (max-width: 560px) {
  .ser-con {
    padding: 0px 0px !important;
  }
  .abox {
    padding: 0px 0px !important;
  }
  .bbox {
    padding: 0px 0px !important;
  }
}
.service-icon {
  text-align: center;
}
.service-icon i {
  font-size: 50px;
  color: #0172d0;
}
.team-member img {
  height: 200px;
  width: 200px;
  border-radius: 100%;
}
.hc {
  color: #0172d0;
}
.hb {
  margin-top: -10px;
  margin-bottom: -40px;
}
.ii {
  font-size: 15px;
  vertical-align: middle;
  padding-bottom: 2px;
}
.ij {
  font-size: 18px;
  vertical-align: middle;
  padding-bottom: 2.5px;
  margin-left: 10px;
}
.ui {
  font-size: 18px;
  margin-right: 10px;
  color: #0172d0;
  padding-top: 5px;
}
.uf {
  font-size: 18px;
  margin-left: 10px;
  color: #0172d0;
  padding-top: 5px;
}
.iv {
  padding-bottom: 50px;
  vertical-align: middle;
}
.iv img {
  height: 550px;
}
.ut li {
  font-weight: 400 !important;
}
.sh {
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.fp {
  margin-top: -10px;
  margin-bottom: 10px;
}
.pp {
  padding: 60px 0px;
}
.cp {
  padding: 50px 0px;
}
.fj {
  text-align: justify !important;
}
.sf {
  padding-left: 5px;
}
.ip {
  padding: 20px 0px 30px;
}
.contact-info i {
  font-size: 18px;
}
.lp i {
  font-size: 25px;
  margin-right: 20px;
  color: #0172d0;
}
.i2 {
  max-width: 93% !important;
}
.pj {
  padding-bottom: 10px;
}
.sp p {
  text-align: center;
}
.isi {
  padding: 0px 0px 30px !important;
}
.useful-link i {
  margin-right: 5px;
}
.cppp {
  padding: 20px 0px;
}
.ciii {
  margin-top: 0.000001px;
  padding: -5px !important;
}
.ttt {
  padding: 0px 0px 40px;
}
.ijj {
  padding-left: 10px;
}
.iff .ifff {
  width: 100% !important;
}

.service-list li {
  margin-left: -30px !important;
  font-size: 17px;
}
.service-list li a i {
  margin-right: 5px;
}
.ser-top {
  padding-top: 0px !important;
}
.service-item {
  height: 320px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 25px 20px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #0d6efd;
}
.sp {
  margin: 10px 0px 50px;
}
.service-item1 {
  max-width: 375px;
  height: 320px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 20px;
}
/* Container spacing (optional) */
.col-lg-12.col-md-6.col-sm-6 {
  padding: 8px 12px;
}

/* Custom select wrapper to add icon & better control */
select.form-control {
  width: 100%;
  padding: 12px 15px;
  font-size: 16px;

  /* Border styling */
  border-radius: 5px;
  background-color: #f8f8f8 !important;
  cursor: pointer;
}

/* Gray placeholder */
select.form-control option[value=""] {
  background-color: gray;
}

.select-wrap {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: gray;
  border: 1px solid #0172d0 !important;
}
.contact-form input {
  border: 1.5px solid #0172d0 !important;
  border-radius: 5px !important;
}

.contact-form textarea {
  border: 1px solid #0172d0 !important;
  border-radius: 5px !important;
}
/* Right-side chevron (pure CSS) */
.select-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: linear-gradient(135deg, transparent 50%, #0b1220 50%);
  background-size: 50% 50%;
  background-position:
    left top,
    right bottom;
  background-repeat: no-repeat;
  opacity: 0.85;
}

.wei {
  margin: 35px 0px 0px 0px;
  vertical-align: left;
}
.webi {
  max-width: 360px;
  margin: 0px 0px 0px 35px;
  vertical-align: right;
}
.webs .webii {
  margin-top: 1px !important;
}
.webs li {
  margin: 20px 0px;
}
.webs li a i {
  color: #0172d0;
}

/* Quick Enquiry Wrapper */
.service-details-widget.webff {
  width: 100%;
}

/* Widget Box */
.service-single-widget {
  background: #f7f8fa;
  padding: 30px;
  border-radius: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Title */
.service-widget-title {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #222;
}

/* Inputs */
.service-single-widget input,
.service-single-widget select,
.service-single-widget textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 18px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
  background: #fff;
}

/* On Focus */
.service-single-widget input:focus,
.service-single-widget select:focus,
.service-single-widget textarea:focus {
  border-color: #0073ff;
  box-shadow: 0 0 5px rgba(0, 115, 255, 0.3);
}

/* Textarea */
.service-single-widget textarea {
  min-height: 120px;
  resize: none;
}

/* Button */
.contact-btn .btn-all {
  width: 100%;
  padding: 12px;
  background: #0073ff;
  color: #fff;
  font-size: 17px;
  border-radius: 10px;
  border: none;
  transition: 0.3s ease;
  cursor: pointer;
}

/* Button Hover */
.contact-btn .btn-all:hover {
  background: #005ad3;
}

/* Message */
.form-messege {
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
  color: #0073ff;
}

/* Select Box Wrapper */
.select-wrap select {
  appearance: none;
  cursor: pointer;
  border-radius: 1px solid #0073ff !important;
}
/* Wrapper remove grey background */
.select-wrap {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100%;
}

/* Stylish Dropdown */
.select-wrap select {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff !important; /* Hide default arrow */
  outline: none;
  transition: 0.2s ease;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23000000" height="20" viewBox="0 0 24 24" width="20"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
}

/* On Focus */
.select-wrap select {
  border: 1.3px solid #007bff;
  box-shadow: 0px 0px 3px rgba(0, 123, 255, 0.4);
}

.sii {
  position: relative;
}
.sii a {
  position: absolute;
  top: 245px;
  left: 125px;
  text-decoration: none;
}
.si {
  position: relative;
}
.si a {
  position: absolute;
  top: 245px;
  left: 35%;
  text-decoration: none;
}
.service-icon a i {
  font-size: 18px !important;
}

.blog-item p {
  text-align: justify !important;
}

.inn {
  padding: 60px 0px 50px;
}

.service-details p {
  text-align: justify;
  color: #434343;
  word-spacing: 0.1em;
  line-height: 1.6;
  font-size: 17px;
}
.service-details ul li {
  color: #434343;
  padding-left: 20px;
}
.service-details li::before {
  content: "• ";
  color: #005ad3;
  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;
}
.service-details {
  padding-bottom: 40px;
}
.service-details h4 {
  padding: 0px 0px 10px !important;
}
.service-details h5 {
  padding: 5px 0px !important;
}

.dii {
  line-height: 1.8;
}
.htt {
  margin-top: 10px;
  line-height: 1.2;
}

.service-details span {
  color: #1c47c1 !important;
}
.google-map iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}

.mynewservicecss {
  font-size: 21px;
}
.service-details h1 {
  padding-bottom: 1rem !important;
  padding-top: 3rem !important;
}
.service-details h1,
.service-details h2,
.service-details h3,
.service-details h4,
.service-details h5,
.service-details h6 {
  padding-top: 20px;
  padding-bottom: 5px;
}
.webii a {
  padding-left: 25px !important;
}
.main-menu ul li ul.dropdown li a {
  padding: 10px 15px !important;
}
.service-single-widget .service-widget-title {
  padding-bottom: 0px;
}
.fot-con {
  padding-left: 100px;
  padding-right: 100px;
}
.mobile-logo img {
  width: 210px !important;
  height: 50px !important;
}
.con-bor {
  border: 1px solid #0d6efd;
  border-radius: 10px;
  padding: 25px;
}
.read-more .btn {
  border-radius: 30px;
  padding: 8px 22px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.read-more .btn:hover {
  background-color: #0d6efd;
  color: #fff;
  transform: translateX(5px);
}
.con-f {
  display: flex;
  gap: 45px;
  margin-bottom: 10px !important;
  border: 1px solid #0d6efd !important;
  padding: 5px !important;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.con-f a {
  background: white;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0d6efd !important;
  padding-left: 5px !important;
}
.con-f a:hover {
  background-color: #0d6efd !important;
  color: white !important;
}
/* Sidebar Recent Post Read More */
.recent-read-more {
  margin-top: 10px;
}

.recent-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #0d6efd;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.recent-read-btn:hover {
  background: #084298;
  color: #fff;
  transform: translateX(3px);
}
.blog-item {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  border-radius: 5px;
}
.blg-item img {
  border: 1px solid #0d6efd;
}
.blog-content {
  margin: 0px 10px;
}
.read-more {
  padding: 0px 10px 10px;
}

/* slick slide ko flex banao */
.brand-logo-carousel .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 180px; /* common height – adjust as needed */
}

/* brand item */
.brand-logo-carousel .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* image control */
.brand-logo-carousel .brand-item img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
}

/* Quick Enquiry Modal */
.qe-modal {
  border-radius: 12px;
  overflow: hidden;
}

.qe-header {
  background: #0d6efd; /* CW Blue */
  color: #fff;
}

.qe-header .modal-title {
  font-weight: 600;
  color: white;
}

.qe-modal .form-control {
  border-radius: 6px;
  padding: 10px;
}

.qe-modal .form-control:focus {
  box-shadow: none;
  border-color: #0d6efd;
}

.qe-submit-btn {
  background: #0d6efd;
  color: #fff;
  padding: 10px 35px;
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s;
}

.qe-submit-btn:hover {
  background: #084298;
}

/* Navbar button */
.quick-enquiry-btn {
  border-radius: 25px;
  padding: 6px 18px;
}

/* ===== Quick Enquiry Modal Form Styling ===== */

#quickEnquiryModal .modal-body input,
#quickEnquiryModal .modal-body textarea,
#quickEnquiryModal .modal-body select {
  border-radius: 8px;
  border: 1px solid #0d6efd;
  padding: 12px 14px;
  font-size: 14px;
}

#quickEnquiryModal .modal-body input:focus,
#quickEnquiryModal .modal-body textarea:focus {
  border-color: #0b5ed7;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

#quickEnquiryModal .modal-body label {
  font-weight: 600;
  color: #0d6efd;
}

#quickEnquiryModal .modal-body button[type="submit"] {
  background: #0d6efd;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
}

#quickEnquiryModal .modal-body button[type="submit"]:hover {
  background: #084298;
}
.qe-form input,
.qe-form textarea,
.qe-form select {
  border-radius: 10px;
  border: 1px solid #0d6efd;
}
/* ONLY modal form */
.qe-form form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

/* full width fields */
.qe-form textarea,
.qe-form select,
.qe-form button {
  grid-column: span 2;
}

/* inputs */
.qe-form input,
.qe-form select,
.qe-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #1a73e8;
  font-size: 14px;
}
.qe-form input {
  margin-bottom: 10px;
}

/* textarea height */
.qe-form textarea {
  min-height: 120px;
  resize: none;
}

/* button */
.qe-form button {
  background: #1a73e8;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
}

/* hover */
.qe-form button:hover {
  background: #0d5bd7;
}

/* mobile fix */
@media (max-width: 768px) {
  .qe-form form {
    grid-template-columns: 1fr;
  }

  .qe-form textarea,
  .qe-form select,
  .qe-form button {
    grid-column: span 1;
  }
}

/* Modal width control */
.qe-dialog {
  max-width: 600px; /* ← yahan se width control karo */
  width: 100%;
  margin: auto;
}

/* Modal body padding */
.qe-body {
  padding: 25px 30px;
}

/* Modal overall look */
.qe-modal {
  border-radius: 14px;
  overflow: hidden;
}
/* Only modal form spacing */
.qe-body .form-control,
.qe-body select,
.qe-body textarea {
  margin-bottom: 15px; /* upar-niche gap */
  height: 46px;
  border-radius: 8px;
}

/* Textarea height */
.qe-body textarea {
  height: 100px;
  resize: none;
}

.qe-body button,
.qe-body .btn {
  margin-top: 10px;
  height: 48px;
  border-radius: 30px;
  font-weight: 600;
}
.quickModal {
  background: #0172d0 !important;
  color: white !important;
  padding: 5px 20px 7px !important;
  border-radius: 100px !important;
  vertical-align: middle !important;
}

@media (max-width: 992px) {
  .quickModal {
    padding: 0px !important;
  }
  .modal {
    z-index: 9999;
  }
}

.ad-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 15px;
}

.ad-modal {
  position: relative;
  background: #fff;
  border-radius: 14px;
  max-width: 520px;
  width: 100%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  animation: zoomIn 0.35s ease;
  border: 5px solid #0d6efd;
}

.ad-modal img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

/* Close Button */
.ad-close {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 36px;
  height: 36px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
  transition: 0.2s ease;
  padding: 0px 0px 5px;
}

.ad-close:hover {
  background: #ff3b3b;
}

/* Animation */
@keyframes zoomIn {
  from {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .ad-modal {
    max-width: 100%;
    border-radius: 10px;
  }

  .ad-close {
    top: -10px;
    right: -10px;
  }
}

/* Career Section */
/* HERO */

/* JOB CARD */
.job-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #005ad3;
}

.job-card:hover {
  transform: translateY(-6px);
}

/* APPLY FORM */
.apply-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #005ad3;
  border-top: 3px solid #005ad3;
}

.apply-box textarea {
  height: 150px;
}

.career-img img {
  border-radius: 8px;
  border: 2px solid #005ad3;
}
