html {
    scroll-behavior: smooth
}
body {
    font-family:"Space Grotesk", sans-serif;
    color: #4f5772
}

a:hover {
    color: #3291e6;
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6 {
    font-family:"Space Grotesk", sans-serif;
}
h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
}
h4 {
    font-size: 14px;
    color: #19c2e6;
    font-weight: 600;
}
.inner-container {
    max-width:1140px;
    margin:0 auto;
}
a.serviceTitle {
    font-size: 16px;
    padding: 0;
    color: #f58220;
    font-weight: 700;
    word-wrap: normal;
    display: block;
    white-space: break-spaces;
    letter-spacing: .5px;
    text-decoration: none;
}
.sub-menu p {
    color: #b7b7b7 !important;
    font-size: 16px !important;
    padding: 0 0 10px !important;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}
li.nav-item {
    margin: 0px 12px;
}

    .contact-section-new {
      padding: 120px 0 60px 0px;
      background:#FBFBFB;
    }
    .contact-heading {
      text-align: center;
      margin-bottom: 40px;
    }
    .feature-icon {
      font-size: 24px;
      color: #f97316; /* orange */
      margin-right: 10px;
    }
    .contact-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }
    .btn-orange {
      background-color: #f97316;
      color: #fff;
      border: none;
    }
    .btn-orange:hover {
      background-color: #e1620e;
    }
    /* Sales & Support cards */
    .info-card {
      background: #FBFBFB;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    height: 100%;
    border: 1px solid #EFEFEF;
    }
    /* Location cards */
    .location-card {
      background: #fff;
      border-radius: 12px;
      padding: 20px;
      text-align: left;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      height: 100%;
    }
    .location-card img {
      margin-bottom: 10px;
    }
    /* CTA Section */
    .cta-section {
      background: #0a2342;
    color: #fff;
    border-radius: 12px;
    padding: 40px 40px 10px 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    }
    .cta-section h4 {
    font-size: 32px !important;
    text-align: left;
}
.cta-section p {
    color: #fff !important;
    text-align: left;
    font-size: 18px;
}
.btn_right_sec a {
    background: #f58220;
    color: #fff;
    font-size: 18px;
    padding: 10px 12px;
    border-radius: 5px;
    position: relative;
    top: 30px;
    float: right;
}
a.suppport-btn {
    color: #f58220;
    margin-top: 20px;
    display: inline-flex;
    font-size: 16px !important;
    font-weight: 600;
}

   .support-section {
    width: 60%;
    margin: 0 auto;
}
.info-card h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #00152e;
}
.support-section .info-card p {
    color: #272727;
    font-size: 12px;
    line-height: 18px;
}
.contact-heading p {
    width: 52%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
}
.location-section h6 {
    font-size: 18px;
    color: #00152e;
    font-weight: 500;
}
.location-section .contact-heading p {
    font-size: 18px;
    line-height: 28px;
}
.location-section p {
    font-size: 12px;
    font-weight: 400;
    color: #272727;
}
.contact-pointers h3 {
    font-size: 40px;
    font-weight: 700;
    color: #00152e;
    margin-bottom:5px;
}
.contact-pointers p {
    width: 85%;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
    font-weight:500;
    color: #272727;
    margin-bottom:10px !important;
}
.contact-pointers ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 17px;
    color: #272727;
}
.contact-pointers.col-lg-6.mb-4 {
    padding-top: 100px;
}
.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    position: absolute;
    top: -8px;
    left: 10px;
    font-size: 14px;
    color: #000;
    background: #fff;
    padding: 0 4px;
    transition: all 0.3s ease;
    pointer-events: none;
    font-weight: bold;
}
.contact-section {
  background: #fff;
  padding: 40px !important;
  border-radius: 16px;
  max-width: 600px;
  margin: auto;
  font-family:"Space Grotesk", sans-serif;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.form-heading {
    position: relative;
    top: -20px;
    margin: 15px 0px;
}
.form-heading span {
    font-size: 24px;
    color: #00152e;
    font-weight: 500;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.form-group {
  position: relative;
  margin-bottom:5px !important;
}
.support-section {
    padding: 80px 0px !important;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible, .form-group:focus-visible {
   border: 1px solid #f58220 !important;
}
input[type="text"]:focus, input[type="text"]:focus-visible, .form-group:focus-visible {
    border: 2px solid #f58220 !important; 
}

.form-group.full-width {
  grid-column: span 2;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 14px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s ease;
}

.form-group label {
  position: absolute;
  top: 0;
  left: 8px;
  transform: translateY(-50%);
  background: white;
  padding: 0 4px;
  color: #333;
  font-size: 12px;
  pointer-events: none;
  transition: 0.2s ease all;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag, .iti--separate-dial-code .iti__selected-flag, .iti__country.iti__highlight {
    background-color: transparent !important;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group select:focus + label,
.form-group select:not([value=""]) + label {
  top: 0;
  left: 8px;
  font-size: 12px;
  color: #333;
}
input:focus-visible {
    border:1px solid #f58220;
}

.hidden {
  display: none;
  visibility: hidden;
}

.privacy-note {
  font-size: 12px;
  color: #444;
  margin: 0px;
  margin-bottom:16px;
  grid-column: span 2;
}

.form-button {
  margin-top: 20px;
  text-align: left;
}

.form-button button {
  background-color: #ff8800;
  color: white;
  padding: 12px 32px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
}

.form-button button:hover {
  background-color: #e87500;
}
input:-webkit-autofill {
    background-color: white !important; /* your desired color */
    -webkit-box-shadow: 0 0 0px 1000px white inset !important; /* force background */
    -webkit-text-fill-color: black !important; /* text color */
    transition: background-color 5000s ease-in-out 0s; /* avoid flashing */
}
.form-group.phone-div {
    width: 70%;
    float: right;
}
.form-heading span {
    font-size: 24px;
    color: #00152e;
    font-weight: 500;
}
.contact-pointers {
    margin-top: 90px !important;
}
.mega-dropdown ul {
    list-style:none;
}
    .iti {
    display: inline-block;
}
a.register_btn {
    display: inline-block;
    height: 60px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #f58220;
    color: #fff;
    border-radius: 2px;
}
.label-up {
    display: block;
    margin: 0px 10px;
    height: 100%;
    position: relative;

}
.register_btn:hover {
    color:#fff;
}
.register_btn:hover .label-up {
    top:-100%;
    color:#fff;
}
a.btn.btn-request-demo {
    background: #f58220;
    position: relative;
    top: 4px;
}
select#howDidYouHear, select#noOfEndpoint {
    height: 51px;
}
section.location-section.py-5 {
    padding: 80px 0px!important;
}
.text-muted {
    color: #00152e !important;
    font-weight: 600;
}
.blog-header ul li {
    margin-bottom: 14px;
}
        .blog-header {
      margin-bottom: 40px;
    }
    .blog-title {
      font-size: 30px !important;
    font-weight: 700 !important;
    letter-spacing: .4px;
    margin-bottom: 10px;
    color: #00152e;
    }
    .author-info img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }
    .toc {
    background: #f9fafb;
    padding: 30px 20px 20px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    /*max-height: 250px;*/
    overflow-y: scroll;
    }
    .toc h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color:#00152e;
    }
    .ebook-card h6 {
    font-size: 20px;
    font-weight: 600;
    color: #00152e;
    }
    .ebook-card {
      background: #f9fafb;
      padding: 20px;
      text-align: center;
      border-radius: 8px;
      display:none;
    }
    .ebook-card img {
      width: 100%;
      max-width: 120px;
      margin-bottom: 15px;
    }
    .ebook-card button {
      background-color: #f97316;
      border: none;
      padding: 10px 20px;
      color: #fff;
      border-radius: 4px;
    }
    .blog-content h2 {
        font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: .4px;
    margin-bottom: 10px;
    color: #00152e;
    margin-top: 50px;
    }
    .highlight-box {
      background: #e0f2fe;
      padding: 20px;
      border-radius: 8px;
      margin: 30px 0;
      text-align: center;
    }
    .highlight-box button {
      background: #f97316;
      border: none;
      color: #fff;
      padding: 8px 16px;
      margin-top: 10px;
      border-radius: 4px;
    }
    .blogDetail-container h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .4px;
    margin-bottom: 10px;
    color: #00152e;
   }
   .blog-content {
    padding-left: 70px !important;
   }
   .toc ul li {
    font-size: 14px;
    color: #727272;
    line-height: 18px;
    margin-bottom: 16px;
}
.toc a {
  color: #a4a4a4; /* default */
  text-decoration: none;
  transition: color 0.3s ease;
}

.toc a:hover {
  color: #007bff; /* hover color */
}

.toc a:focus,
.toc a:active, .toc a:target {
  outline: none;
}

/*----Modal Popup----*/

.ebook-card {
      text-align: center;
      padding: 20px;
    }

    .ebook-card img {
      width: 120px;
      border-radius: 6px;
    }

    .ebook-card button {
      margin-top: 10px;
      padding: 10px 20px;
      background: #f97316;
      border: none;
      color: white;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
    }

    /* Popup modal styles */
    .modal {
      display: none; 
      position: fixed; 
      z-index: 999; 
      left: 0;
      top: 0;
      width: 100%; 
      height: 100%; 
      background-color: rgba(0,0,0,0.6);
    }

    .modal-content {
      background: white;
      margin: 5% auto;
      border-radius: 10px;
      width: 70%;
      max-width: 900px;
      display: flex;
      overflow: hidden;
    }

    /* Left image */
    .modal-content .left-img {
      flex: 1;
    }

    .modal-content .left-img img {
      width: 100%;
      object-fit: cover;
      display: inline-flex;
    }

    /* Right form */
    .form-section {
      flex: 1.2;
      padding: 20px;
      position: relative;
    }

    .form-section h2 {
      margin-top: 0;
    }

    .form-section input, 
    .form-section textarea, 
    .form-section select {
      width: 100%;
      padding: 10px;
      margin: 8px 0;
      border-radius: 6px;
      border: 1px solid #ccc;
    }

    .form-section button {
      background: #f97316;
      border: none;
      color: #fff;
      padding: 12px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
      width: 100%;
    }

    /* Close button */
    .close {
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 28px;
      font-weight: bold;
      color: #aaa;
      cursor: pointer;
    }
    .modal-content .left-img {
    flex: 1;
    float: left;
    width: 50%;
}
#ebookModal .modal-content {
    border-radius: 10px;
    border: none;
    display: block;
    margin-top:120px !important;
}

#ebookModal .form-section {
    flex: 1.2;
    padding: 20px 30px 20px 30px;
    position: relative;
    float: right;
    width: 50%;
}
.blogpost-img {
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal-content .form-section h2 {
    margin-top: 15px;
    font-size: 22px !important;
    line-height: 30px;
    margin-bottom: 22px;
}
.modal-content .form-section input, .modal-content .form-section textarea, .modal-content .form-section select {
    margin: 0px 0;
}
.mtcap-main {
    width: 55% !important;
}
.modal-content .form-button {
    margin-top: 0px;
    text-align: left;
    width: 35%;
}
.blog-sec-list .section-title h2, .FAQ_SOC .section-title h2 {
    font-size: 30px !important;
    color: #00152e;
     font-weight: 700 !important;
    letter-spacing: .4px;
    margin-bottom: 10px;
}
.toc::-webkit-scrollbar-track
{
	border-radius: 5px;
	background-color: #f9fafb;
}

.toc::-webkit-scrollbar
{
	width: 7px;
	background-color: #f9fafb;
}

.toc::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-color: #00152e;
}
.sticky-top {
    position: sticky;
    position: -webket-sticky;
    top: 0;
}
.modal-content .form-group {
    margin-bottom: 0px !important;
}
.modal-content .form-section input, .modal-content .form-section textarea, .modal-content .form-section select {
    padding: 6px 10px;
}
.mtcap-msgbox, .mtcap-msg-legal-block {
    display: none !important;
}
.blog-content li {
    margin-bottom: 15px;
}
.blog-content table {
    margin-bottom: 30px;
}
.blog-content table td {
    border: 1px solid #ddd;
}
.table-striped.table td, .table.table-striped th {
    text-align:left !important;
}
.BlogSec .card img {
    height: 268px;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width:768px){
    
    .top-announcement {
        display:none;
    }
    .contact-heading p {
        width:100%;
    }
    .contact-pointers {
    margin-top: 0px !important;
    padding: 0px 20px !important;
}
.btn_right_sec a {
    top: 0px;
    float: left;
}
.cta-section {
    display: block;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
        padding-top: 20px !important;
}
#contact-section {
    display: block;
    width: 90%;
}

br {
    display: none;
}
.cta-section p {
    padding: 0px !important;
    margin-bottom: 26px !important;
}
.location-card {
    margin:0 auto;
    width:90%;
}
.support-section {
    width: 90%;
    margin: 0 auto;
}
.contact-section-new {
    padding:70px 20px !important;
}
.blog-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.headerTopBar {
    display: none !important;
}
.blogDetail-container {
    padding-top:100px !important;
}
.headerTopBar {
    opacity: 0;
}
.modal-content .left-img {
    display: none;
}
#ebookModal .modal-content {
    width: 80% !important;
}
#ebookModal .form-section {
    padding:20px 20px 20px 20px;
}
#ebookModal .form-section {
    width:100%;
}
    .form-grid {
    display: block !important; /* stop forcing grid/flex on small screens */
  }
 .modal-content  .form-group#phone-group,
  .modal-content .form-group#company-group,
  .modal-content .form-group#country-group {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
.modal-content .form-group {
    position: relative;
    margin-bottom: 16px !important;
}
.ebook-card {
    display: none;
}
.blogpost-img.mobile-view {
    display: block !important;
}

.blogpost-img.desktop-view {
    display: none !important;
}
    
    
}

@media only screen and (max-width:992px){

.text-muted {
    margin-bottom: 20px;
    font-size: 14px;
}
.blogpost-img.mobile-view {
  text-align: center;
}
section.blogDetail-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.cta-section {
    display:inline-block;
    padding:40px 40px 40px 40px;
}
.btn_right_sec a {
    float:left;
    top:0px;
}
.cta-section p {
    padding-left: 0px;
}
.desktop-view {
    margin-bottom: 0px;
}
.toc {
    display:none;
}

}

.blog-content p a {
    color: #19c2e6 !important;
}
    section.blogDetail-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.mobile-view {
    display: none;
}
.desktop-view {
    display: inline-flex !important;
}

.row.blog-header.mobile-view {
    display: none;
}


textarea.form-control {
   top: 0px !important;
}
html {
  scroll-padding-top: 130px; /* equal to header height */
}
.location-section .row {
    margin-left: 0px;
    margin-right: 0px;
}
.toc a {
  color: #a4a4a4;
  text-decoration: none;
  display: block;
  padding: 6px 10px;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}
.toc a.active {
  font-weight: bold;
  color: #00152e;
  border-left: 3px solid #f58220;
}
li.BlogSec.discover-blog-card {
    float: left;
}
.blog-sec-list .section-title {
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}
.blog-sec-list .BlogSec .card {
    background: transparent !important;
    border: none;
    text-align: left;
    border-radius: 5px;
    padding: 0px;
}



