.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-cef1a73:#FF5A13;--e-global-color-2b3f68b:#8A5CFF;--e-global-color-7049267:#042B52;--e-global-color-de15d1a:#F5BF07;--e-global-color-ba64d36:#EAFBFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.blog-content h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 18px;
}

.blog-content h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 16px;
}

.blog-content h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}

.blog-content h5 {
  font-size: 20px;
  font-weight: semi-bold;
  margin-bottom: 12px;
}

.blog-content h6 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
}

/* Lists with arrow bullets */
.blog-content ul {
  list-style: none;
  padding-left: 0px;
}

.blog-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.blog-content ul li:before {
  content: "➔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}
.blog-content a {
  text-decoration: underline;
  transition: color 0.3s;
}
/* Mobile: 480px and below */
@media (max-width: 480px) {

  
  .blog-content h1 {
    font-size: 32px;
  }

  .blog-content h2 {
    font-size: 28px;
  }

  .blog-content h3 {
    font-size: 22px;
  }

  .blog-content h4 {
    font-size: 19px;
  }

  .blog-content h5 {
    font-size: 17px;
  }

  .blog-content h6 {
    font-size: 16px;
  }
}

/* Tech Tab Styling */
.tech-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.tech-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: transform 0.3s, color 0.3s;
}

.tech-item i {
  font-size: 30px;
  margin-right: 8px;
  transition: transform 0.3s, color 0.3s;
}

/* Hover Effect */
.tech-item:hover {
  transform: scale(1.1);
  color: #FF5A13; /* Change text color on hover */
}

.tech-item:hover i {
  transform: scale(1.2);
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
  .tech-tab {
    flex-direction: column;
    align-items: center; /* Center alignment for mobile */
  }
   .tech-item {
    justify-content: center; /* Center each tech item */
    text-align: center; /* Center text for each item */
  }
  
  .elementor-tab-title {
        font-size: 18px;
        text-align: center;
  }
  
}

/* Horizontal Scroll CSS for the Section */
#horizontal-scroll {
   display: flex;
   overflow-x: scroll;
   scroll-snap-type: x mandatory;
   height: 100vh; /* Full viewport height */
   position: sticky;
   top: 0;
   align-items: center;
}

/* Style each Box Column to Snap */
#horizontal-scroll > .elementor-column {
   scroll-snap-align: start;
   flex: 0 0 100vw; /* Each box takes up full viewport width */
}

.secondaryNav {
    background: #F7f7f7;
    display: flex;
    justify-content: center;
    gap: 5%;
    font-size: 20px;
    padding: 15px 0;
    border-radius: 50px;
    font-weight: 600;
    width:90%;
    margin: auto;
    margin:30px 0;
    color: :#042B52 !important;
    box-shadow: 0 1px 4px 0 rgba(34, 34, 34, .15);
    

}

.secondaryNav a {
    display: inline-block;
    color: #042B52;
}

/* Style for TOC */
.toc-section {
  position: justify-content; /* Sticky positioning */
  align-items: center;
  top: 80px; /* Offset to avoid the header */
  z-index: 1000; /* Ensure TOC stays above other content */
  background-color: #EAFBFF; /* Background color */
  border-radius: 15px; /* Rounded corners */
  padding: 10px; /* Inner padding for content */
}

/* Highlight the active TOC link */
.toc-link.active {
  background-color: #042B52; /* Highlight background */
  color: white; /* Highlight text */
  font-weight: bold; /* Make active link bold */
  border-radius: 10px; /* Rounded corners for highlight */
}

/* Add padding above sections for better visibility */


/* Horizontal TOC for Desktop */
.toc-section.desktop-only ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.toc-section.desktop-only .toc-link {
  text-decoration: none;
  color: #000;
  padding: 8px 15px;
  transition: background-color 0.3s, color 0.3s;
}

.toc-section.desktop-only .toc-link.active {
    background-color: unset;
    color: #ff5a13;
  border-radius: 10px;
}

.highlight-text {
    color: #FF5A13; 
}


/* Dropdown TOC for Mobile and Tablet */
.toc-section.mobile-only {
  display: none;
}

.toc-section.mobile-only select {
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
  background-color: #EAFBFF;
  border: 1.5px solid #042B52;
  color: #042B52;
}


/* Responsive Visibility */
@media (max-width: 1024px) {
  .toc-section.desktop-only {
    display: none;
  }
  .toc-section.mobile-only {
    display: block;
  }
}


.yellow-text {
     color: #F5BF07;
}

#toc-dropdown{
    padding:0px !important;
}/* End custom CSS */