*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
/* --bs-accordion-btn-icon: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" stroke="%23000000" stroke-linecap="round" stroke-linejoin="round"%3e%3cline x1="8" y1="3" x2="8" y2="13" /%3e%3cline x1="3" y1="8" x2="13" y2="8" /%3e%3c/svg%3e');
--bs-accordion-btn-active-icon: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3e%3cline x1="5" y1="12" x2="19" y2="12" /%3e%3c/svg%3e'); */
}
.container:has(.navbar) {
    max-width: 1725px;
}
html:has(.home) {
    margin-top: 0 !important;
}
body{
  font-family: "Rethink Sans", sans-serif !important;
  font-weight: 100;
  font-style: normal;
}
img{
    max-width: 100% !important;
}

.urban-font{
  font-family: "Urbanist", sans-serif !important;
  font-weight: 100;
  font-style: normal;
}
.navbar{
    
    font-family: "Urbanist", sans-serif !important;
font-family: "Poppins", sans-serif;

}/* variables */
.margin-5{
    margin: 0px;
}
:root {
  /* Colors */
  --color-accent-blue: #0093FF; /* Blue used in highlights and icons */
  --color-dark-grey: #2B3A4D;; /* Dark text color */
  --color-light-grey: #2b3a4db2; /* Secondary text color */
  --color-black: #0f1a2b; /* Secondary text color */
  --color-bg-gradient-start: #f9fbff;
  --color-bg-gradient-end: #d8e5f9;

  /* Font sizes */
  --font-size-heading: 2.5rem;
  --font-size-subheading: 1rem;
  --font-size-small: 0.875rem;

  /* Spacing */
  --spacing-small: 0.5rem;
  --spacing-medium: 1rem;
  --spacing-large: 2rem;

  /* Button */
  --btn-bg: var(--color-accent-blue);
  --btn-color: white;
  --btn-border-radius: 6px;

  /* Icon Color */
  --icon-color: var(--color-accent-blue);
}
a{
    text-decoration: none !important;
}

.xl-heading{
      font-size: 79px;
    color: var(--color-dark-grey) !important;  
    font-weight: 600;
}

.heading-one{
    font-size: 54px;
    color: var(--color-dark-grey) !important;
    font-weight: 600;
}
.heading-two{
    font-size: 22px;
    font-weight: 600;

}
.heading-three{
font-size: 20px;
    font-weight: 600;
}
.head_para{
    font-size: 28px;
    color: var(--color-dark-grey);
    font-weight: 600;
}
.detail_para{
    font-size: 24px;
    color: var(--color-dark-grey) !important;
        font-weight: 600;
}
.para{
    font-size: 18px !important;
    color: var(--color-light-grey);
        font-weight: 500;
}
.streamline_ul{
        font-size: 18px !important;
    color: var(--color-light-grey);
        font-weight: 500;
}
.para_small{
        font-size: 16px;
    color: var(--color-light-grey);
}
.spacing-small{
    margin: 55px 0px;
}

.row {
   margin-right: 0 !important;
   margin-left: 0  !important; 
}
.flex{
    display: flex;
}

.reverse_detail{
    display: flex;
    flex-direction: row-reverse;
}

.btn_primary{
    background-color: var(--color-dark-grey);
    padding: 12px 24px !important;
    color: #fff !important;
    border-radius: 8px;
    border: none;
    transition: background-color 300ms ease-in-out;
}

.btn_primary:hover{
    background-color: #111;
}

.btn_secondary{
    background-color: var(--color-accent-blue) !important;
    padding: 12px 24px !important;
    color: #fff;
    border-radius: 8px;
    border: none;
    font-size: 18px;
}
.row .btn_secondary{
    color: #fff !important;
}
.btn-tertiary{
    background-color: transparent !important;  
    padding: 12px 24px !important;
    color: var(--color-dark-grey) !important;
    border-radius: 8px;
    border: none !important; 
    font-weight: 600 !important;
}
/* nav css */
nav{
    padding: 30px 0px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    position: sticky !important;
    top: 0 !important;
}
nav a{
    font-family: "Urbanist", sans-serif !important;
    /* color: #a5a5a5 !important; */
    color: #828D99 !important;
    font-weight:500 !important;
}
.nav-link {
    padding: 0px 15px !important;
    font-weight: 500;
}
nav.navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 5px !important;
}



.navbar-brand{
    width: 10%;
}
.navbar-brand img {
    width: 100% !important;
}
.nav_unlisted_cls{  
    padding-top: 15px;
    padding-left: 45px !important;
}

.navbar-nav .dropdown-menu {
    width: 60%;
}
.navbar h6{
    font-size: 18px !important;
}
/* hamburger styling css */
    .offcanvas-start {
      width: 50% !important;
    }

    /* Overlay style (handled by Bootstrap already, but reinforced here) */
    .offcanvas-backdrop {
      background-color: rgba(0, 0, 0, 0.5);
}

/* Hover-triggered dropdown (no media query) */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  animation: slideDown 0.3s ease forwards;
  margin-top: 0;
}

.offcanvas .dropdown-menu {
  position: static !important;
  float: none;
  display: none;
  margin-top: 0px;
  border: none;
  box-shadow: none;
}
li.nav-item.dropdown.show + li.nav-item {
  margin-top: 30px;
}
.offcanvas i {
    color: var(--color-accent-blue);
}

/* Slide-down animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mega dropdown design */
.dropdown-menu {
    width: 600px;
    padding: 2rem !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
    display: none;
    border: none;
}
.dropdown-menu h6 {
    font-size: 20px !important;
}
.dropdown-menu p {
    font-size: 16px;
    font-weight: 500;
}

/* Grid layout for 2 columns (3 items up, 3 down) */
.dropdown-menu.dropdown-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}


/* Optional item style */
.dropdown-item {
  padding: 0.5rem 0.75rem;
  font-weight: 500;
  color: #212529;
  border-radius: 6px;
  transition: background 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.mega-menu {
  min-width: 900px; /* zyada width */
  border-radius: 12px;
  background: white;
}

.mega-menu .row > .col {
  flex: 0 0 33%;
  max-width: 33%;
}


.icon-32 {
  width: 32px;
  height: 32px;
}

/* Show dropdown on hover */
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
  animation: slideDown 0.3s ease forwards;
}
.specific_hide{
  display: none;
}
/* Slide down animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mobile_sider_icon {
    font-size: 20px;
    border: 2px solid var(--color-accent-blue);
    padding: 2px 8px;
    border-radius: 50px;
}

/* nav css */
.hero_section .img_side {
    width: 45%;
}
.hero_section .hero_content {
    width: 55%;
}
.hero_section{
    background-image: url(../images/Line.png); 
    background-position:center;
    background-repeat: no-repeat;
    padding: 5rem 1rem;
    align-items: center;
}
.hero-wrapper{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #9dccffa6 0%, #d8e5f900 18%);
}

.hero_section h1 span{
    background-color: var(--color-accent-blue);
    border-radius: 7px;
    padding: 0px 5px !important;   
    color: #fff;
}

/* second-sec */
.row_detail {
    padding-top: 6rem;
    gap: 8rem;
        justify-content: space-between;
    max-width: 1300px;
    margin: auto !important;
}

.row_detail .col-md-6{
    padding-left:1rem;
    padding-right:1rem;
}
.row_detail img{
    text-align: left;
}
.detail_widgets{
    padding: 15px 0px;
}

/* animation css */
.roclo-ai-section {
    background-color: #0096ff;
    color: white;
    border-radius: 25px;
    padding: 80px 20px;
    width: 72.5%;
    margin: 100px auto ;
    padding-bottom: 0;
}
.roclo_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roclo-ai-section .section-title {
    font-weight: 700;
    color: #fff !important;

}

.roclo-ai-section .section-subtitle {

  font-weight: 500;
}

.roclo-ai-section .section-desc {
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.7;
}
.get_demo{
    background-color: #33a9ff;
    color: #fff;
    border-radius: 5px;
    padding: 12px 24px;
    border: 2px solid #F7F6F433;
    background-color: #33A9FF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F7F6F433;
    border-radius: 12px 12px 12px 12px;
    padding: 15px 24px 15px 24px;
        font-weight: 600;
        font-size: 18px;;

}
/* animation css */



/* carousel section */
.carousel {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 100px 1rem;
    max-width: 100%;
    anchor-name: --carousel;
    scroll-marker-group: after;
    padding-top: 50px !important;
}

  .carousel::-webkit-scrollbar {
    display: none;
  }

.blog_card {
    flex: 0 0 25%;
    scroll-snap-align: center;
    background-color: #fafafa;
    position: relative;
    height: 500px;
    border: 1px solid #d4d4d4;
    padding: 15px;
    border-radius: 20px;
}
    
.blog_card h3{
    font-size: 20px;
}    
.blog_card p{
    font-size: 16px;
}    
    .blog_card img {
    border-radius: 15px;
    margin-bottom: 20px;
    height: 50%;
    object-fit: cover;
    width: 100%;
}

  /* Scroll buttons for desktop only */
  @media (min-width: 768px) {
    .carousel::scroll-button(inline-start), .carousel::scroll-button(inline-end) {
    display: block;
    content: "\00AB";
    width: 3rem;
    height: 3rem;
    border: none;
    border-radius: 50%;
    position: fixed;
    position-anchor: --carousel;
    position-area: center left;
    cursor: pointer;
    font-size: 2rem;
    background-color: var(--bs-dark);
    color: #fff;
    transform: translate(50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding-left: 8px;
    padding-top: 4px;
}

    .carousel::scroll-button(inline-end) {
      content: "\00BB";
      position-area: center right;
      transform: translate(-50%);
    }
  }
/* carousel section */

/* accordian */
.accordion_section{
    max-width: 1300px !important;
}
.accordion_section h2{
    margin-bottom: 50px;
}
.accordion_section button.accordion-button.collapsed {
    background: #efefef;
    border: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.accordion_section .accordion-item {
    border-radius: 20px !important;
    margin-bottom: 20px !important;
    overflow: hidden;
    background-color: #fafafa;
    border: none;
}
.accordion_section .accordion-button:not(.collapsed) {
    color: var(--color-black);
    background-color: transparent;
    box-shadow: none;
}
/* Remove blue background and border on open */
.accordion_section  .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none;
  border: none;
}

/* Remove the default focus ring */
.accordion_section .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Optional: remove border altogether */
.accordion_section .accordion-button {
  background-color: transparent !important;
  color: inherit;
  border: none;
}
/* Remove focus outline */
.accordion_section .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accordion_section h3 button{
    font-size: 20px !important;
}
.accordion_section li{
    color: var(--color-light-grey) !important;
    margin: 1px 0px !important;
}
.accordion_section ul{
    margin: 20px 0px !important;
}
/* accordian */

/* footer */
.footer {
  border-top: 1px solid #e5e5e5;
  padding: 20px;
  font-size: 14px;
  color: #5a5a5a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #fff;
  max-width: 1300px;
  margin: auto;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-links a {
  margin-left: 20px;
  text-decoration: none;
  color: #2c3e50;
}

.footer-links a:hover {
  text-decoration: underline;
}

.scroll-to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  display: none;
}

.scroll-to-top:hover {
  background-color: #0056b3;
}

/* seach page css  */
.connect-title {
    padding: 100px 0px;
    max-width: 800px;
    margin: auto;
}
.search_page .row_detail{
    padding: 0px 0px 50px 0px !important;
}
.search_page .row_detail:last-of-type {
    padding-bottom: 0;
}

.search_page .row_detail h2{
    font-size: 40px;
}

.search_page .para{
    font-weight: 400;
}
.streamline_ul li{
    font-weight: 400;

}
.review * {
    color: #ADBCC8 !important;
    font-family: "Rethink Sans", sans-serif;
}
.review_slider.row_detail.reverse_detail {
    padding-bottom: 0;  /* Removes bottom padding from this section */
    /* Add any other styling you want here */
}

.review_slider .review_wrapper {
    max-width: 1300px;
    margin: 0 auto;
    background-color: transparent;

}

.review_slider .review {
    display: flex;
    justify-content: space-between;
    padding: 70px 0px;
    box-shadow: none;
    background-color: transparent;
}
.author_slider {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
.author_slider {
    padding-left: 0 !important;
}

.author_box p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

.content_slider {
    display: flex;
    /* flex-direction: column; */
    gap: 1rem;
}
.review_content_box {
    background: transparent;
    border-radius: 5px;
    box-shadow: none;
    font-size: 36px;
    font-weight: 600;
}
.review_slider{
    background-color: var(--color-dark-grey);
    margin: 2rem 0rem;
}
.review{
    position: relative;
}
.slick-arrow {
    position: absolute;
    bottom: 42%;
    left: 0%;
}
button.slick-prev {
   width: 48px;
    aspect-ratio: 1;
    font-size: 10px;
    border: 1px solid ;
    border-radius: 50px;
    overflow: hidden;
    background: none;
    background-image: url(../images/icons/back.png) !important;
    font-size: 0;
      background-position: center;
    background-size: 24px;
    padding: 8px !important;
    background-repeat: no-repeat;
}
button.slick-next {
    left: 14%;
    width: 48px;
    aspect-ratio: 1;
    font-size: 10px;
    border: 1px solid ;
    border-radius: 50px;
    overflow: hidden;
    background: none;
    background-image: url(../images/icons/next.png) !important;
    font-size: 0;
    /* transform: rotate(-90deg); */
    background-position: center;
    background-size: 24px;
    padding: 8px !important;
    background-repeat: no-repeat;
}

.find-contact{
    padding: 0;
    margin: 0;
}
.footer-content {
    max-width: 1300px;

}
.footer {
    max-width: 1300px;
    margin: auto;
    padding: 30px 0px !important;
}
.search_page .accordion_section {
    padding-bottom: 150px !important;
    padding-top: 100px !important;
}
.icon_box_cstm {
    max-width: 1400px;
    margin: auto !important;
    display: flex !important;
    margin-top: 100px !important;
}
.search_page .icon-box {
  text-align: center;
  padding: 20px;
}


.search_page .icon-box h4 {
    color: #fff !important;
    padding: 0 !important;
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1;
}

.search_page .icon-box p {
  font-size: 32px;
  margin-bottom: 0;
}
.search_page .icon-box {
    text-align: center;
    padding: 20px;
    background: #0093FF;
    border-radius: 10px;
    width: 447px;
    margin: auto;
    color: #fff !important;
    display: flex;
    /* justify-content: space-between; */
    text-align: left;
    align-items: center;
    gap: 1rem;
}
.search_page .icon-box h4{
    color: #fff !important;
    padding: 0 !important; 
}
.search_page .accordion_section p{
    color: #2b3a4db2 !important;
    font-size: 18px !important;
}
.accordion-item p, li {
    font-size: 16px;
}
.footer span, a {
    font-size: 16px;
}
.streamline_ul {
    padding-left: 0;
    padding-top: 5px;
}

.streamline_ul i{
    background-color: var(--color-accent-blue);
    color: #fff;
    padding: 3px;
    border-radius: 40px;
    font-size: 12px;
}
.streamline_ul li {
    list-style: none;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: var(--color-light-grey) !important;
}
/* roclo ai page css */
.head_section{
padding: 80px 0px !important;
background-color: #f6f8fb;
padding-bottom: 0px !important;
}
.benefits_sec {
    max-width: 1300px;
    margin: auto;
    padding-bottom: 50px;
}

.btns-wrapper{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}
.btns-wrapper .btn_secondary{
    background-color: #33a9ff;
    border: 2px solid #F7F6F433;
    font-size: 18px;
    color: #fff !important;
}
.head_section h2{
    font-size: 72px !important;
    max-width: 1100px;
    margin: auto;
}
.head_section .btn_white{
    background-color: #fff;
padding: 12px 24px !important;
border-radius: 8px;
border: none !important; 
font-size: 18px;
font-weight: 500 !important;
border: 1px solid #fff;
}
.signals{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: auto;
    margin-top: 100px;
}
.custom.container {
    width: 100% !important;
}

.content .para_small {
    margin-top: 40px;
}
.block h2,p{
    font-size: 24px;
    text-align: left;
}
.content {
    margin-bottom: 50px;
    display: block;
}
.block p {
    font-weight: 400;
}
.block h2{
    color: var(--color-dark-grey) !important;
}
.block{
    padding: 20px;
    margin-bottom: 20px;
    transition: 400ms background-color, border;
    border-left: 3px solid transparent;
}
.block:hover{
    background-color: #f7f6f4;
    border-left: 3px solid var(--color-accent-blue);
}
.roclo_ai_side {
    background-image: url(../images/bg_roclopage.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 690px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    align-content: center;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.roclo-ai-section li{
    list-style: none;
}
.roclo_ul_items {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.roclo_ul_items p{
    margin-bottom: 0;
    font-weight: 600;;
    font-size: 18px;
}
.roclo .accordion_section{
    margin-top: 80px;
}
.accordion {
    margin-bottom: 150px;
}

.about_page .para {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.001rem;
}
.about_page .connect-title{
    max-width: 1200px;
}
.about_page .row_detail img{
    border-radius: 0px !important;
}
.about_page .side_spe_sec{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
    background-color: #fff;
    margin-left: -80px;
    margin-top: 80px;
}
.about_page .reverse_detail img{
    height: 420px;
    object-fit: cover;
}
.about_page .side_spe_sec .heading-two{
    color: #111;
}
.about_page .footer{
    margin-top: 200px;
}
.connect-title .para {
    text-align: center;
}
.search_page .row_detail h2 {
    font-size: 40px;
    max-width: 500px;
    line-height: 1.3;
}
.search_page .para {
    font-weight: 400;
    line-height: 1.8;
}
.glob_img {
    background-image: url(../images/glob.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    width: 100%;
    height: 670px;
}
.our_customer .row_detail{
    max-width: 1400px;
}

.our_customer .para{
    font-weight: 400 !important;
}

.customer_page_cards{
background-color: #ffffff;
padding: 40px !important;
border-radius: 15px;
transition: 450ms ease-in-out;
}

.customer_page_cards:hover{
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
}


.row:has(.customer_page_cards) {
    max-width: 1300px;
    margin: auto !important;
    gap: 4rem;
    flex-wrap: wrap;
}
.row:has(.customer_page_cards) >* { 
    flex-basis: 30%;
}
.our_customer .footer{
    margin-top: 200px;
}
.form-control {
    background-color: #fafafa !important;
    padding: 12px 15px !important;
    border-radius: 55px !important;
    border: 1px solid #e5e5e5 !important;
    margin-top: 19px;
    color: #484848 !important;
}
.form-control .heading_one {
    margin-bottom: 30px;
}
.form_section_bg{
    background-color: var(--color-accent-blue);
    height: 750px;
    border-radius: 25px;
}
.form_section_row {
    max-width: 1251px;
    margin: auto !important;
    margin-top: 90px !important;
}
.col-md-6.form-container {
    width: 45%;
    margin-right: 5%;
}
.schedule .heading_one{
    font-size: 48px;
    color: var(--color-dark-grey) !important;
}

.schedule .slick-arrow {
    display: none !important;
}
.schedule .author_box {
    display: none !important;
}

/* Style for the active dot */
.form_section_bg .slick-dots li.slick-active button {
    background-color: #f6f8fb !important; /* Change to your desired color */
}

/* Style for all dots */
.form_section_bg .slick-dots button {
    background-color: #7ac7ff !important; /* Default dot color */
    border: none;
    opacity: 1;
    border-radius: 50px;
}

.form_section_bg .slick-dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    font-size: 0 !important;
    list-style: none !important;
    opacity: 1;
}
.form_section_bg .slick-dots li button {
    font-size: 0 !important;
    color: #fff !important;
    background: #fff;
    width: 10px !important;
    height: 10px !important;
}
.review_wrapper{
    margin-top: 40%;
}
.icon-text-container {
    display: flex;
    align-items: center;
}

.text-label {
    font-size: 18px; /* Text size */
    color: #2c3e50; /* Text color */
    font-weight: bold; /* Optional: makes text bold */
}
.form_section_bg h2 {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #fff !important;
    margin-bottom: 30px;
    line-height: 1.6;
}


.form_section_bg img{
    width: 40px;
    height: 40px;
    border-radius: 50px;
}
.icon-text-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.form_section_bg span, p {
    color: #fff !important;
    line-height: 0.1;
}
.review_content_box p, span {
    color: #fff !important;
    font-size: 14px;
}
.schedule .para {
    font-size: 15px !important;
    color: var(--color-light-grey) !important;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 30px;
}
.schedule .footer{
    margin-top: 200px;
}
.links_active{
    color: var(--color-accent-blue) !important;
}
/* css specefic */

.hero-wrapper .hero_section h1 span {
    font-size: 54px;
    color: #fff !important; 
}
.para{
    color: var(--color-dark-grey) !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}
.dropdown-menu p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}
.search_page .accordion_section p {
    line-height: 1.6;
    color: var(--color-dark-grey) !important;
}
.accordion_section li {
    font-size: 18px !important;
    color: var(--color-dark-grey) !important;
}
.search_page .accordion_section li {
    font-size: 18px !important;
}

.accordion-body.para_small p {
    color: var(--color-dark-grey) !important;
    line-height: 1.6 !important;
    font-size: 18px !important;
}
.roclo_ai_side p {
    line-height: 1.6;
    color: var(--color-dark-grey) !important;
}

.roclo .main_container p,span{
    color: #111 !important;
    line-height: 1.6;
}
.blog_card p {
    color: var(--color-dark-grey) !important;
    line-height: 1.6;
}
.our_customer .row_detail {
    max-width: 1590px;
    margin-right: 0 !important;
}
.customer_page_cards .heading-two{
    font-size: 24px;
}
.term_condi .content li {
    font-size: 18px !important;
    color: var(--color-dark-grey) !important;
    color: #2B3A4DB2 !important;
    line-height: 1.8;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    padding-left: 25px; /* Provides space for the dot */
}

.term_condi .content li::before {
    content: "\2022";
    font-size: 24px;
    color: #2B3A4DB2 !important;
    position: absolute;
    left: 0;
    top: -6px;
    line-height: 1.8;
}
.term_condi .content .para{
    color: #2B3A4DB2 !important;
    font-size: 18px !important;
}
.term_condi .content .mid_head{
    font-size: 18px !important;
    color: #1e293b;
}
.term_condi .content .heading-one{
    margin-bottom: 40px;
}
.term_condi .content{
    max-width: 1200px !important;
    margin: auto;
}
.term_condi .content {
    max-width: 1075px;
    margin-top: 30px;
}
.term_condi .footer{
    margin-top: 80px;
}
.section .animated_text {
    line-height: 1.6 !important;
}

.privacy_page .content h3{
    /* font-size: 30px; */
    font-variant:var(--color-dark-grey);
    margin-bottom: 30px;
    margin-top: 40px;
}
.privacy_page .content{
    max-width: 1200px !important;
    margin: auto;
}

.privacy_page .content.content_sec {
    max-width: none !important;
    padding: 50px 0px;
}
.content_sec .block_content {
    max-width: 1200px;
    margin: auto;
}
.privacy_page .content li {
    font-size: 18px !important;
    color: var(--color-dark-grey) !important;
    color: #2B3A4DB2 !important;
    line-height: 1.8;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    padding-left: 25px; /* Provides space for the dot */
}

.privacy_page .content li::before {
    content: "\2022";
    font-size: 24px;
    color: #2B3A4DB2 !important;
    position: absolute;
    left: 0;
    top: -6px;
    line-height: 1.8;
}
.privacy_page .content .para{
    color: var(--color-light-grey) !important;
}

.privacy_page .bg_grey{
    background-color: #ecedef;
}
.footer-links a {
    color: var(--color-light-grey);
    font-weight: 500;
}
.privacy_page .footer{
    margin-top: 50px;
}
.hero-wrapper .head_para{
    color: var(--color-dark-grey) !important;
    line-height: 1.6; 
}
.roclo .review_slider .para {
color: #ADBCC8 !important
}
.accordion-body.para_small p {
    font-size: 16px !important;
}
.accordion-body.para_small li {
    font-size: 16px !important;
}
.search_page .icon-box p {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.6;
}
.search_page .accordion_section {
    padding-bottom: 40px !important;
}
.review_wrapper .para {
    color: #ADBCC8 !important;
}
.footern .footer-content span {
    color: #000 !important;
}
.footer span, a {
    font-size: 16px;
    color: #000 !important;
}


body .hfeed.site nav.navbar {
    padding-top: 1rem !important;
}
.blog_card img {
    max-height: 210px;
    height: 200px;
}
.article-wrapper {
    overflow: hidden;
}
.navbar-collapse .dropdown .nav-link:active{
    pointer-events: none; /* Disable pointer events on active state */
}
.navbar-collapse .dropdown .nav-link:focus{
    pointer-events: none; /* Disable pointer events on focused state */
}
@media only screen and (max-width: 1440px) {
    .container{
    max-width: 1350px !important;
}
}
@media only screen and (max-width: 1024px) {
    .container{
    max-width: 990px !important;

}
.main_container{
    max-width: 100% !important;
}
.roclo-ai-section{
    width: 100%;
}
.search_page .icon-box {
    width: 100%;
}
.icon-box img {
    width: 30% !important;
}
.search_page .icon-box h4 {
    font-size: 38px;
}
.search_page .icon-box p {
    font-size: 24px;
}
.head_section h2 {
    font-size: 30px !important;
}
.heading-one {
    font-size: 30px
}
.roclo_ai_side {
    height: 875px;
    
}
.row:has(.customer_page_cards) >* {
    flex-basis: 29%;
}
.glob_img {
    height: 550px;
}
.hero_section h1 span {
    font-size: 30px !important;
}
.blog_card {
    height: 605px;

} 
}
@media only screen and (max-width: 960px) {
.container{
    max-width: 850px !important;
}
}


@media only screen and (max-width: 768px) {
.col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}
    .flex{
        flex-direction: column;
    }
    .hero_section {
    align-items: unset;
}
.container{
    width: 1750px !important;
    max-width: 700px !important;

}
.row_detail{
    padding: 2rem 0rem;
    gap: 2rem;
    flex-direction: column-reverse;
}
.row_detail img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.heading-one{
    font-size: 30px;
}
.heading-two{

}
.heading-three{

}
.head_para{
    font-size: 16px;
}
.detail_para{
    font-size: 18px;
}
.detail_head{
    font-size: 18px;;
}

.para{
    font-size: 16px;

}
.streamline_ul li{
    font-size: 16px;
}
.spacing-small{
    margin: 35px 0px;
}
.hero_section{
    gap: 2rem;
}
.detail_widgets {
    padding: 9px 0px;
}
.blog_card {
    flex: 0 0 50%;

}

.btn_primary {
    background-color: var(--color-dark-grey);
    padding: 12px 24px !important;
    color: #fff !important;
    border-radius: 8px;
    border: none;
    transition: background-color 300ms ease-in-out;
    font-size: 14px;
    padding: 10px 15px !important;
    margin-right: 1rem;
}
.specific_hide{
  display: unset;
}
.main_container {
    width: 100%;
    padding: 0 !important; 
}
.anim_sec .container {
    width: 500px !important;
    max-width: 500px !important;
    padding: 0px 0px !important;
}
.hero_section .hero_content {
    width: 50%;
}
.hero_section {
    gap: 2rem;
    flex-direction: row;
}
.row{
    flex-direction: row;
}
.accordion_section {
    padding-bottom: 0px !important;
}
/* search-page */
button.slick-next {
    left: 24%;
}
.icon-box img {
    width: 24% !important;
}
.search_page .icon-box h4 {
    font-size: 28px !important;
}
.search_page .icon-box p {
    font-size: 19px !important;
}
.roclo_ai_side {
    height: 1160px;
    
}
.accordion {
    margin-bottom: 70px;
}
.glob_img {
    height: 330px;
}

.row:has(.customer_page_cards) {
    max-width: 1300px;
    margin: auto !important;
    flex-basis: 26%;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.row:has(.customer_page_cards) {
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}
.customer_page_cards {
    padding: 0 !important;

}
.customer_page_cards:hover {
    box-shadow: none;

}
.content_sec .block_content {
    max-width: 710px;
    margin: auto;
}
/* upgrades on 11-09 */
.navbar-nav .dropdown-menu {
    width: 100%;
}
.icon-32 {
    width: 32px;
    height: 32px;
    object-fit: cover;
}
.offcanvas-body .navbar-nav {
    gap: 1.5rem;
}
.offcanvas-body .col {
    margin-bottom: 12px;
}



}


@media only screen and (max-width: 425px) { 
    .container{
    max-width: 350px !important;
}
.heading-one {
    font-size: 30px;
    line-height: 1.4;
}
.hero_section h1 span {
    padding: 2px 7px !important;
    line-height: 1;
}
.hero_section {
    padding: 3rem 0rem;

}
.btn_primary{
font-size: 16px;
}

.btn_primary:hover{
    background-color: #111;
}

.btn_secondary{
font-size: 16px;
}
.btn-tertiary{
font-size: 16px;
}
.anim_sec .container {
    width: 232px !important;
    max-width: 500px !important;
    padding: 0px 0px !important;
    margin: auto;
}
.carousel {

    gap: 4rem;
}
.blog_card {
    flex: 0 0 85%;
}
.navbar-brand {
    width: 25%;
}
.btn_primary {
    font-size: 14px;
}
.roclo-ai-section {
    width: 100%;

}
a.nav-link.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navbar-nav .dropdown-menu {
    width: 100%;
    padding: 15px 20px !important;
}
.dropdown-menu h6 {
    font-size: 18px !important;
}
div#mobileMenu {
    width: 77% !important;
}

.navbar-nav .dropdown-menu {
    width: 110%;
    border: none;
    border-radius: 0 !important;
    left: -5% !important;
    top: 0% !important;
    transform: translate3d(-14px, 12px, 0px) !important;
}

.feature_links_wrapper {
    border: 3px solid var(--color-accent-blue);
    border-radius: 500px;
    width: 55px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.last_fea_links_wrap {
    width: 45px;
}
.icon-32 {
    width: 16px;
    aspect-ratio: 1;
    height: 16px;
    object-fit: contain;
}
.feature_links_wrapper svg{
    width: 16px;
    height: 16px;
    fill:var(--color-accent-blue);
}
.navbar-nav .dropdown-menu .col {
    margin: 15px 10px;
}
.hero_section .hero_content {
    width: 100%;
}
.hero_section .img_side {
    width: 100%;
}
.roclo-ai-section {
    width: 100%;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.footer-links {
    display: flex;
    gap: 1rem;
}
.footer-links a{
margin: 0;
}
div#mobileMenu {
    width: 90% !important;
}
.offcanvas-header .btn-close {
    border: 1px solid;
    padding: 8px 16px !important;
    font-size: 12px;
    color: #111 !important;
}
.offcanvas-body .nav-link {
    padding: 0 !important;
}
.offcanvas-body .navbar-nav {
    gap: 1.2rem;
}
.offcanvas-header {
    padding-top: 30px !important;
}
.offcanvas-body {
    padding-top: 30px !important;
}

.offcanvas .dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icons/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    border: 1px solid;
    padding: 10px 20px !important;
    border-radius: 10px;
}
.offcanvas .dropdown-menu p {
    font-size: 16px !important;
}
.xl-heading{
    font-size: 38px;
}
/* .search_page css */

.search_page .para{
    font-weight: 500 !important;
    font-size: 16px !important;
}
.streamline_ul{
        font-weight: 500 !important;
    font-size: 16px !important;
}
.connect-title {
    padding: 40px 0px;
}
.search_page .container{
    max-width: 400px !important
}
.search_page .heading-two{
    font-size: 18px;
}
.search_page .heading-one{
    font-size: 26px !important;
}
.row_detail{
    padding: 0;
}
.search_page .row_detail {
    padding: 20px 0px;
}
.search_page .reverse_detail .row {
    flex-direction: column-reverse !important;
}
.company-intel {
    padding-top: 0 !important;
    margin-top: -10px !important;
}
.search_page .slick-arrow {
    position: absolute;
    bottom: 42%;
    right: 20%;
}
.search_page .row_detail .row {
    flex-direction: column;
    gap: 1.5rem;

}

.search_page .row_detail{
    padding: 0 !important;
}

.search_page .slick-next {
    left: unset;
    right: 0% !important;
}
.search_page .slick-prev {
    left: unset;
    right: 20% !important;
}
.review_content_box {
    font-size: 24px;
    margin-top: 30px;
}
.search_page .accordion_section {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}
.icon_box_cstm {
    display: flex !important;
    gap: 1rem;
    margin-top: 40px !important;
}
.row_detail {
    gap: 1rem;
    flex-direction: column-reverse !important;
    margin-top: 30px;
}
.hero-wrapper {
    margin-bottom: 30px;
}
.margin-5{
    margin: 50px;
}
.roclo-ai-section {
    margin: 50px auto;

}
.blog_card {
    height: 585px;
    flex: 0 0 100% !important;
}
.accordion-button::after {
    margin-left: 20px !important;
}
.footer span, a {
    font-size: 16px;
}
    .search_page .container{
    max-width: 350px !important
}
.accordion-button {
    justify-content: space-between;
}
.search_page .para {
    font-weight: 400 !important;
    font-size: 16px !important;
}
.signals {
    margin-top: 70px;
    margin-bottom: 20px;
}
.signals img {
    width: 44%;
}
.roclo .detail_para{
    font-size:18px ;
}
.roclo_ai_side {
    height: unset;
    padding: 30px 0px;
}
button.slick-next {
    right: 0 !important;
    position: absolute;
    left: unset !important;
}
button.slick-prev {
    right: 20%;
    left: unset;
}
.accordion {
    margin-bottom: 70px;
}
.about_page .para {
    font-weight: 400;
    font-size: 16px !important;
}

.about_page .side_spe_sec {
    margin-left: 0px;
   margin-top: 2rem;
}
.about_page .find-contact .row {
    flex-direction: column-reverse;
        gap: 2rem;
}
.about_page .row_detail{
    gap: 2rem;
}
.about_page .footer {
    margin-top: 100px;
}
.accordion_section li {
    font-size: 16px !important;
}
.search_page .accordion_section p {
    font-size: 16px !important;
}
.accordion-header .accordion-button {
    font-size: 18px !important;
    line-height: 1.6;
}
.trans .row_detail img {
    height: 250px;
}
.block {
    padding: 0px;
    margin-bottom: 50px;
}
.roclo .content .heading-one{
    font-size: 27px;
}
.glob_img {
    height: 260px;
}
.row_detail:has(.glob_img) {
    margin-top: 40px !important;
}
.row:has(.customer_page_cards) >* {
    flex-basis: 100%;
}
.our_customer .footer{
    margin-top: 40px;
}
.customer_page_cards .heading-two{
    font-size:18.24px ;
}
.customer_page_cards .para{
    font-size:16px ;
}
.col-md-6.form-container {
    width: 100%;
    margin-right: 0%;
}
.review_wrapper{
    margin-top: 8%;
}
.form_section_bg {
    height: 400px;
    margin-top: 30px;
}
.schedule .footer{
    margin-top: 80px;
}
.form_section_row {
    margin-top: 25px !important;
}
.form_section_bg {
    margin-top: 30px !important;
}
.form_section_bg .slick-dots {
    padding-left: 0;
}
.term_condi .content li {
    font-size: 16px !important;
}

.term_condi .content .para{
    font-size: 16px !important;
}
.term_condi .content .mid_head{
    font-size: 16px !important;
}
.hero_section .btn_secondary {
    display: none;
}
.content_sec .block_content {
    max-width: 360px;
}
.review_wrapper .author_slider {
    padding-left: 15px !important;
}
.dropdown-menu .icon-32 {
    width: 40px !important;
    height: 40px !important;
    border: 2px solid var(--color-accent-blue);
    padding: 6px;
    border-radius: 50px;
}
.offcanvas .dropdown-toggle::after {
    border: transparent;
}
.offcanvas .dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/icons/arrow-down-s-fill.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    border: 1px solid;
    padding: 10px 20px !important;
    border-radius: 10px;
    border: navajowhite;
}
}

@media only screen and (max-width: 375px) {
    .container{
    max-width: 360px !important;

}
.hero_section .hero_content {
    width: 100%;
    padding: 0;
}
.hero_section .img_side {
    width: 100%;
    padding: 0;
}

.navbar .container-fluid {
    width: 375px;
    margin: 0;
}
nav.navbar {
    background: #fff !important;
}
/* .search_page */

    .search_page .container{
    max-width: unset !important
}
.privacy_page .content{
    max-width: 350px !important;
}
.content_sec .block_content {
    max-width: 350px !important;
}

.privacy_page .block_content .para{
    font-size: 16px !important;
}
.privacy_page .content h3 {
    font-size: 22px;
}
.privacy_page .content li {
    font-size: 16px !important; 
}
.container {
    max-width: 345px !important;
}
.search_page .container {
    max-width: 350px !important;
}
}

@media only screen and (max-width: 320px) {
    .container{
    max-width: 280px !important;

}
.navbar .container-fluid {
    width: 280px;
    margin: 0;
}
nav.navbar {
    background: #fff !important;
}
}