* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fbfbfb;
}

h1,
h2,
h3 {
  font-family: "Acme", sans-serif;
}

img {
  max-width: 100%;
}

p {
  color: #555555;
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
}

#container ul {
  list-style: none;
  padding-left: 0;
}

#container ul li {
  list-style: none;
  padding-left: 0;
}

/*================BASIC CSS END=============*/
/*SIde bar css*/
p.recaptcha-notice,
p.recaptcha-notice a {
  text-decoration: none !important;
}

p.recaptcha-notice {
  font-size: 12px !important;
  line-height: 1.4;
}

p.recaptcha-notice a {
  font-size: inherit;
}

.sidebar-widget {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin-top: 18px;
}

.widget-body.text-center.p-4 {
  padding-bottom: 18px !important;
}

.widget-header {
  background: linear-gradient(135deg, #1ba9e6 0%, #0d85b9 100%);
  color: #ffffff;
  padding: 16px 20px;
  margin: 0;
  font-size: 1.15rem;
  font-family: "Acme", sans-serif;
  letter-spacing: 0.5px;
}

.product-highlight-title {
  color: #0D99D9;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.product-highlight-img {
  max-width: 100%;
  height: auto;
  width: 171px;
  transition: transform 0.3s ease;
}

.product-highlight-img:hover {
  transform: scale(1.05);
}

.widget-divider {
  border: 0;
  height: 1px;
  background: #eaeaea;
  margin: 20px 0;
}

.product-info-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-specs {
  display: flex;
  flex-direction: column;
  font-size: 0.85rem;
  color: #555555;
  line-height: 1.5;
}

.price-amount {
  display: block;
  color: #e81c62;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.price-badge {
  background-color: #1ba9e6;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s ease;
}

.delivery-info-text {
  font-size: 0.9rem;
  color: #555555;
  line-height: 1.7;
  margin: 0;
}

.delivery-map-img {
  max-width: 100%;
  height: auto;
}

.bg-light-form {
  background-color: #fcfcfc;
}

.modern-input {
  background-color: #f4f7f9;
  border: 1px solid #e1e8ed;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 0.9rem;
  color: #333333;
  transition: all 0.3s ease;
}

.modern-input:focus {
  background-color: #ffffff;
  border-color: #1ba9e6;
  box-shadow: 0 0 0 3px rgba(27, 169, 230, 0.15);
}

.modern-submit-btn {
  background-color: #1ba9e6;
  color: #ffffff;
  font-weight: bold;
  padding: 12px;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.modern-submit-btn:hover {
  background-color: #0D99D9;
  color: #ffffff;
}

.rate-title {
  font-size: 1.05rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.normal-rate {
  color: #e81c62;
}

.higher-rate {
  color: #e81c62;
}

.rate-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.85rem;
  color: #555555;
}

.rate-list li {
  margin-bottom: 4px;
}

.col-lg-4.sidebar hr.widget-divider {
  background: #fff !important;
}

/*===================================side bar end====================================*/
.contact-info .social-link i {
  color: #EC217B;
}

.product-pricing.text-center a {
  text-decoration: none;
}

.headercustom {
  background-color: #eaeaea !important;
}

img.logoimg {
  height: 72px;
}

.contact-info .social-link {
  text-decoration: none;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.custom-nav {
  background: linear-gradient(180deg, #1ba9e6 51%, #275f7b 100%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.custom-nav .nav-link {
  color: #ffffff !important;
  font-size: 16px;
  padding: 15px 20px !important;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0 #EC217B;
}


.custom-nav .nav-link:hover,
.custom-nav .nav-link.active {
  color: #000000 !important;
  background-color: transparent;
  box-shadow: inset 0 4px 0 0 #EC217B;
}

.border-end-white {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  .border-end-white {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/*======================= HEADER CSS END=====================*/
/*======================= MAIN CONTENT CSS START=====================*/

.banner-area {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.banner-area:hover {
  transform: translateY(-4px);
}

.banner-img {
  width: 100%;
  display: block;
  height: 375px;
}

.banner-are {
  margin-left: -40px;
  margin-top: -19px;
}

.service-card {
  background: #f8fbfd;
  border: 1px solid #d1d1d1;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #1ba9e6;
}

.service-img {
  height: 90px;
  width: auto;
  object-fit: cover;
}

.service-title {
  color: #0D99D9;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.service-text {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.custom-read-btn {
  background-color: #1ba9e6;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s ease;
}

.custom-read-btn:hover {
  background-color: #0D99D9;
  color: #ffffff;
}

/*======================= MAIN CONTENT CSS END=====================*/

.projector-details-section {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
}

.custom-ca {
  margin-top: -5px !important;
}

.projector-details-title {
  color: #e81c62;
  font-weight: bold;
  font-size: 2rem;
}

.projector-details-img {
  max-width: 100%;
  width: 280px;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}



.projector-details-divider {
  border: 0;
  height: 1px;
  background: #e1e1e1;
}

.projector-reasons-title {
  color: #0D99D9;
  font-weight: bold;
  font-size: 1.5rem;
}

.projector-benefit-card {
  background-color: #f8fbfd;
  border: 1px solid #e3edf4;
  border-radius: 8px;
  padding: 24px 20px;
  height: 100%;
  transition: all 0.3s ease;
}

.projector-benefit-card:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(27, 169, 230, 0.12);
  border-color: #1ba9e6;
  transform: translateY(-4px);
}

.projector-benefit-title {
  color: #e81c62;
  font-size: 1.05rem;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.projector-benefit-title::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #e81c62;
  margin-right: 8px;
  font-size: 1.1rem;
}

.projector-benefit-desc {
  color: #555555;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/*=====FOOTER SECTION START==================*/
.modern-footer-section {
  background: linear-gradient(180deg, #1ba9e6 0%, #1178a6 100%);
  color: #ffffff;
  margin-top: 50px;
  overflow: hidden;
}

.footer-padding {
  padding: 40px 15px 30px 15px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav-list li {
  margin: 0 15px;
  margin-bottom: 10px;
}

.footer-nav-list a {
  color: #f0f0f0;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: bold;
  transition: color 0.3s ease;
}

.footer-nav-list a:hover {
  color: #0A2540;
  text-decoration: none;
}

.footer-copyright-text {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #0A2540;
}

.footer-desc-text {
  font-size: 0.9rem;
  color: #0A2540;
  margin: 0;
}

.footer-tagline-text {
  font-size: 0.95rem;
  font-weight: bold;
  color: #0A2540;
  margin: 0;
}

img.footer-logo {
  background: #fbfbfb;
  padding: 25px;
  height: 116px;
  margin-bottom: -75px;
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

a.footers-link {
  display: block;
  color: #0A2540;
  text-decoration: none;
}

.custom-block-mobile {
  display: none;
}

.footer-info a.footers-link {
  width: 100%;
}

/*=====FOOTER SECTION END==================*/

/*============================NEW PAGES CSS==================================*/
.main-body-section .col-lg-8 li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0D99D9;
  margin-right: 8px;
  font-size: 1.1rem;

}

.main-body-section .col-lg-8 ul {
  list-style: none;
  padding-left: 5px;
  ;
}

.main-body-section .col-lg-8 ul li {
  color: #555555;
  font-size: 0.95rem;
}

.main-body-section .col-lg-8 p {
  margin-bottom: 1.2rem;
  color: #555555;
  line-height: 1.7;
  font-size: 0.9rem;
}



.projector-details-section ul {
  list-style-position: inside;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.extra-list {
  text-decoration: none !important;
}

p.extra-list {
  margin: 0px;
  font-size: 14px;
}



.custom-section-cor {
  margin-top: 20px;
}





img.custom-prive {
  border: 1px solid #a0a0a0;
  border-radius: 8px;
}

.newclass {
  margin-bottom: -30px;
}

.term-sub-title {
  color: #e81c62;
  font-size: 1.15rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.contact-sidebar-title {
  color: #e81c62;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.contact-sidebar-text {
  font-size: 0.9rem;
  color: #333333;
  line-height: 1.5;
}

.contact-sidebar-highlight {
  color: #0D99D9;
  font-size: 1.25rem;
  margin-bottom: 0;
  text-decoration: none;
  display: inline-block;
  text-decoration: none !important;
}

.email-link {
  font-size: 1.05rem;
}

.email-link:hover {
  color: #c91965;
  text-decoration: underline;
}

h2.projector-details-title.customppt.mb-4 {
  font-size: 1.5rem;
  color: #0D99D9;
}

h3 {
  font-size: 1.3rem;
  color: #e81c62;
  font-weight: bold;
}

p a {
  color: inherit;
  text-decoration: none;
  /* optional */
}

p a:hover {
  text-decoration: underline;
  /* optional */
}

.main-body-section ul a {
  color: inherit;
  text-decoration: none;
  /* optional */
}

.main-body-section ul a:hover {
  text-decoration: underline;
  /* optional */
}

.col-md-4 text-center text-md-end {
  margin-top: 20px;
}

#submitBtn {
  position: relative;
}

#submitBtn .btn-spinner {
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: none;
  animation: spin 0.8s linear infinite;
  margin-left: 8px;
}

#submitBtn.loading .btn-text {
  display: none;
}

#submitBtn.loading .btn-spinner {
  display: inline-block;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Hide reCAPTCHA badge globally */
.grecaptcha-badge {
  visibility: hidden;
}

/*model popup css*/
div#formSuccessModal .modal-dialog.modal-dialog-centered {
    max-width: 600px!important;
    text-align: center!important;
    position: relative;
}

#formSuccessModal h5.modal-title.text-primary.fw-bold {
    font-size: 34px!important;
    color: #e81c62!important;
    width: 100%!important;
    text-align: center!important;
font-weight: 900 !important;
}

#formSuccessModal button.btn-close {
    position: absolute;
    right: 12px;
    top: 16px;
}

#formSuccessModal .modal-body {
    padding: 0px;
    margin: 0px!important;
    margin-top: -12px!important;
}

#formSuccessModal p {
    margin: 0px;
}

#formSuccessModal .modal-footer.border-0 button.btn.btn-primary {
    display: none;
}

#formSuccessModal .modal-content.border-0.shadow-lg.rounded-4 {
    padding-top: 40px!important;
    padding-bottom: 40px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.modelvsdf .modal-content {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
}

.modelvsdf .modal-content::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 8px; 
    height: 70%; 
    background-color: #1ba9e6; 
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}








