@font-face {
  font-family: 'Sailec';
  src: url('../assets/fonts/sailec-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Sailec';
  src: url('../assets/fonts/sailec-Medium.woff2') format('opentype');
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: 'Sailec';
}

h1,
h2 {
  font-weight: 500;
}

.footer-links ul li a {
    font-size: 18px;
}

.buynowbtn {
  background-color: #273C60;
  border: none;
  font-weight: 500;

}
.reviewer{
  font-size: 18px;
  font-weight: 700;
}
.termsandcondition{
  font-size: 18px;
}
.navbar-nav .nav-link {
    font-size: 18px !important;
}
.navbar .nav-link.active {
  color: #273C60 !important;
  font-weight: 600;
  font-size: 18px;
}

.requestdemobtn {
  background-color: #273C60;
  border: none;
  font-weight: 500;
}

#btnEpsDemo {
  background-color: #273C60;
  color: #fff;
}

/* navbar fix */
.container-fluid.bgclrnav {
  backdrop-filter: blur(0px);
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1030;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
  padding: 0px;
}

.bgclrnav {
  background-color: #F1F5F9;
}

.eleven {
  display: none;
}

.twonoHeadSubText {
  color: #868686;
}

.cardtextfaintcolor {
  color: #868686;
}

.twonoHeading {
  color: #353535;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  color: #014f59;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  display: none;
  z-index: 1000;
  transition: background-color 0.3s;
}

.scroll-to-top:hover {
  background-color: #ffffff;
}

.maincontainer {
  padding: 0px;
}

.videoBtn {
  background-color: #ffffff;
  border: 1px solid #273C60 !important;
  font-weight: 500;
  border-radius: 30px;
  padding: 13px 15px;
  color: black;
}

.videoBtn:hover,
.videoBtn:focus,
.videoBtn:active {
  border: 1px solid #273C60 !important;
  color: black !important;
  border: none !important;
  box-shadow: none !important;
}

.datasheetbtn {
  background-color: #ffffff;
  border: 1px solid #273C60;
  font-weight: 500;
  color: #273C60;
  border-radius: 30px;
  padding: 13px 15px;
  margin-left: 20px !important;
}

.datasheetbtn:hover,
.datasheetbtn:focus,
.datasheetbtn:active {
  background-color: #ffffff !important;
  color: #273C60 !important;
  border: 1px solid #273C60 !important;
  box-shadow: none !important;
}

.requestdemobtn1 {
  background-color: #ffffff;
  border: 1px solid #273C60;
  border-radius: 30px;
  padding: 13px 15px;
  margin-left: 20px !important;
  color: black;
  font-weight: 500;
}

.requestdemobtn1:hover,
.requestdemobtn1:focus,
.requestdemobtn1:active {
  background-color: #ffffff !important;
  border: 1px solid #273C60 !important;
  color: black !important;
  box-shadow: none !important;
}

.featur {
  color: black;
}

.featur span {
  font-size: 16px;
}

.eight {
  margin-bottom: 60px;
}

.contactusBadge {
  background-color: #DAE6FF;
  border-radius: 20px;
  font-size: 18px;
  display: inline-block;
  padding: 2px 12px;
  color: #273C60;
  border: 1px solid #d1dffd;
  width: fit-content;
}

.heading {
  font-size: 42px !important;
  font-weight: 700;
}

.yourEnterprise {
  color: #273C60;
}

.hero-badge {
  border-radius: 20px;
  font-size: 18px;
  padding: 5px 10px;
  background-color: #E0E3E8;
  color: #484848;
}

.mainheading {
  color: black;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700 !important;
}

.atomictimediscreption {
  color: black;
}

.passagesize {
  font-size: 18px;
}

.hero.first {
  display: flex;
  align-items: flex-start;
  background: url('../images/Header.svg') center center / cover no-repeat;
  min-height: 600px;
  color: #fff;
  padding-top: 60px;
}

.mainsubheading {
  color: #273C60;
}

.flow-arrow {
  /* width: 60px;  */
  opacity: 0.7;
  transition: transform 0.3s ease;
}

.flow-arrow:hover {
  transform: translateX(10px);
}

.mobile-hero-image {
  display: none;
}

.mobile-hero-image img {
  width: 100%;
  height: auto;
}

.hero-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  /* reduced gap */
  align-items: center;
  justify-content: flex-start;
}

.hero-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  padding: 8px 12px;
  white-space: nowrap;
}

.sectionHeading {
  font-size: 30px;
  font-weight: bold;
}

.contentatfooter a {
  text-decoration: none;
  /* remove underline */
  color: inherit;
  /* keep text color */
}

.contentatfooter a:hover {
  text-decoration: none;
  /* prevent underline on hover */
  color: #ff9900;
  /* optional hover color */
}

.section3images {
  height: 60px;
  width: auto;
  display: block;
}

.card-flow .card {
  flex: 1 1 300px;
  max-width: 400px;
}

.flow-arrow {
  width: 60px;
  flex: 0 0 auto;
  opacity: 0.9;
}

.card-flow {
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 0px;
}

.card.worksCard {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  border: none;
}

.mostpop {
  background-color: #273C60 !important;
}

.sevenimages {
  height: 45px;
  width: 45px;
}

.RDPAccessReq {
  width: 50px;
}

.twonoHeading {
  font-size: 20px !important;
  font-weight: bold;
}

.waitForApproval {
  color: #A8A8A8 !important;
  font-size: 14px !important;
}

.rdpAccessRequest {
  color: #505050;
  font-size: 20px;
}

.RdpAccessCardIN {
  color: #565656;
  font-size: 20px;
}

.RdpAccessCardHeading {
  color: #909090;
  font-size: 13px;
}

.control-badge {
  background-color: #273C601F;
  border-radius: 10px !important;
  padding: 3px 4px;
  font-weight: 500;
}

.completeAdmin {
  font-size: 35px;
  font-weight: 600;
}

.controlText {
  font-size: 18px;
  color: #7C7C7C;
}

.listText {
  color: #353535;
  font-size: 18px;
}

.listText li {
  margin-bottom: 15px;
}

.contactCardTitle {
  font-size: 20px;
}

.sendMessageCard {
  border-radius: 17px;
}

.sendMessageCard .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sendMessageCard form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.sendMessageCard .d-grid {
  margin-top: auto;
}

.sendEnquiryBtn {
  background-color: #273C60;
  color: #FFFFFF;
}

.contactusCards {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.faq-question {
  cursor: pointer;
}

.frequentaskquesttion {
  font-size: 30px;
}

.freqHeading {
  font-size: 18px !important;
}

.faq-plus {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.faq-cross {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.reviewtext {
  color: #525252;
}

.reviewsCard {
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.footer-links a {
  text-decoration: none;
  color: inherit;
}

.footer-links a:hover {
  text-decoration: none;
  color: #273C60;
  font-weight: 500;
  /* optional hover color */
}

.footer-bg {
  background-color: #F8F7F7;
}

.social-icons {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  display: flex;
  gap: 12px;
  /* justify-content: center; */
}

.social-icons li img {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.logordpguard {
  max-width: 150px;
  height: auto;
}

p {
  font-size: 18px;
}

.textformobile {
  font-size: 18px;
}

.zerodelay {
  color: #273C60;
  font-weight: 700;
}

.instantAlerts {
  color: #252525;
  font-weight: 700;
}

.instantAlertText {
  color: #868686;
}

@media (max-width: 767px) {

   #aboutus .footer-links-row {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px; /* space between Product and Resources */
        padding-left: 15px;   /* left margin */
        padding-right: 15px;  /* right margin */
    }

    #aboutus .footer-links-row > .col-6 {
        flex: 1;
    }

#aboutus .logordpguard,
    #aboutus .automictimetext,
    #aboutus .social-icons {
        text-align: left !important;
        justify-content: flex-start !important;
        margin-left: 0 !important;
    }

    #aboutus .social-icons li {
        margin-right: 10px;
    }

    /* Footer links alignment */
    #aboutus .footer-links {
        text-align: left !important;
    }

    #aboutus .footer-links ul li a {
        padding-left: 0 !important;
    }

    /* Make Product + Resources fit in one row */
    #aboutus .footer-links-row {
        display: flex;
        flex-wrap: nowrap; /* force one row */
        gap: 10px; /* spacing between columns */
    }

    #aboutus .footer-links-row > .col-6 {
        flex: 1; /* equal width columns */
    }

  /* -------------- */

  .faq-item h5,
  .faq-item .faq-answer {
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left; /* ensure alignment */
  }
  .faq-question {
    gap: 10px;
  }

  .faq-item {
    width: 100%;
  }

   .card-flow {
    justify-content: center;
    gap: 20px; 
  }

  .card-flow .card {
    max-width: 90%; 
    margin: 0 auto; 
  }
  .flow-arrow {
    display: none;
  }

  .footertext p,
  .footertext ul {
    margin-bottom: 8px;
  }

  .frequentaskquesttion {
    font-size: 25px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: 16px;
    /* left align on desktop */
  }

  .contactusBadge {
    background-color: #DAE6FF;
    border-radius: 20px;
    font-size: 16px;
    display: inline-block;
    padding: 5px 12px;
    color: #273C60;
    border: 1px solid #d1dffd;
    width: fit-content;
  }

  .heading {
    font-size: 35px !important;
    font-weight: 600;
  }

  .completeAdmin {
    font-size: 25px;
  }

  .listText {
    color: #353535;
    font-size: 16px;
  }

  .twonoHeading {
    font-size: 18px !important;
    color: #353535;

  }

  .waitForApproval {
    font-size: 12px !important;
  }

  .rdpAccessRequest {
    font-size: 18px;
  }

  .RdpAccessCardIN {
    color: #565656;
    font-size: 15px;
  }

  .hero.first {
    background: none;
    min-height: auto;
    padding-bottom: 0;
  }

  .mobile-hero-image {
    display: block;
    margin-top: 20px;
  }

  .approveDeny {
    width: 130px;
    height: 25px;
  }

  .mainheading {
    font-size: 30px !important;
  }

  .passagesize {
    font-size: 16px;
  }

  .featur {
    margin-top: 12px !important;
  }

  .featur span {
    font-size: 14px;
  }

  .hero-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 4px;
  }

  .hero-buttons .btn {
    font-size: 12px;
    padding: 4px 8px;
    flex: 0 0 auto;
    margin-left: 0px !important;
    gap: 2px;
  }

  .sectionHeading {
    font-size: 25px;
  }

  .textformobile {
    font-size: 16px;
    line-height: 26px;
  }

  .contentSevenSection {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .hero.first {
    background: none;
    min-height: auto;
  }

  .mobile-hero-image {
    display: block;
    margin-top: 30px;
  }
}

.five {
  background-color: #F8FAFC;
}

.seven {
  background-color: #F8FAFC;
}

.nine {
  background-color: #F8FAFC;
}

.section3images {
  height: 50px;
  /* adjust as needed */
  width: auto;
}

.mobileview {
  height: fit-content;
}

.fullheight-image {
  height: 700px;
  /* Full height relative to left column */
  max-height: 100%;
  object-fit: contain;
  /* Keep image aspect ratio */
}

.core-features {
  margin-top: 80px;
  /* Upper margin */
  margin-bottom: 80px;
  /* Lower margin */
}

/* Card images */
.section3images {
  height: 60px;
  /* consistent icon height */
  width: auto;
  display: block;
  margin-bottom: 1rem;
  /* gap between image and title */
}

/* Ensure left alignment of text */
.card-body h4,
.card-body p {
  text-align: start;
}

.userrow {
  background-color: #F8FAFC !important;
  height: 80px;
  color: black;
}

.userrowText {
  color: black;
}

.verificationPending {
  color: orange;
}

.rdpaccessreqCard {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.06);
}

.custom-input {
  border: none;
  background-color: #F8FAFC;
  /* faint grey */
  border-radius: 5px;
  padding: 10px;
}

.custom-input:focus {
  box-shadow: none;
  /* remove focus shadow */
  outline: none;
  background-color: #F8FAFC;
  /* slightly darker on focus */
}

.eleven {
  background-color: #F8FAFC !important;
}

.faq-item {
  margin-top: 24px;
  padding: 20px 0;
  background-color: #F9F9F9;
  padding-left: 45px;
}

.faq-question h5 {
  margin: 0;
  /* Remove default margin */
  font-weight: 600;
}

.faq-question {
  cursor: pointer;
}

.faq-toggle {
  font-size: 22px;
  font-weight: 600;
}

.faq-answer {
  margin-top: 9px;
  padding-right: 30px;
  /* Align nicely under question */
  color: #878787;
  line-height: 1.7;
  /* Better paragraph spacing */
  text-align: left;
  /* Important: keeps answer like paragraph */
}